.fp-enabled body,
html.fp-enabled {
  margin-left: auto!important;
  margin-right: auto!important;
}
/**首页banner**/
.index-banner {
  position: relative;
}
.index-banner .pc {
  display: block;
}
.index-banner .phone {
  display: none;
}
.index-banner .box {
  display: block;
}
.index-banner .box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-banner .swiper-points {
  position: absolute;
  right: 0;
  bottom: 45px;
  z-index: 2;
  width: 100%;
}
@keyframes animate1 {
  0% {
    transform: translate(-50%, 0%);
  }
  50% {
    transform: translate(-50%, 50%);
  }
  100% {
    transform: translate(-50%, 0%);
  }
}
@media (max-width: 1200px) {
  .index-banner .swiper-points {
    bottom: 8%;
  }
}
@media (max-width: 768px) {
  .index-banner .pc {
    display: none;
  }
  .index-banner .phone {
    display: block;
  }
}



.site-map {
  border-top: 1px solid #eeeeee;
}
.site-map .menu-son {
  border-bottom: 1px solid #eeeeee;
  padding: 5px 0;
  font-size: 0;
}
.site-map .menu-son a:hover {
  color: #137fdc;
}
.site-map .menu-son .menu-title {
  display: inline-block;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8em;
}
.site-map .menu-son .menu-down .links {
  padding: 0 15px;
}
.site-map .menu-son .menu-down .ul {
  border-top: 1px solid #eeeeee;
  width: 100%;
  padding: 0 15px 15px;
}
.site-map .menu-son .menu-down .menu-down-type {
  margin-bottom: 5px;
  border-top: 1px solid #eeeeee;
  width: 100%;
  padding: 10px 0;
  font-size: 16px;
}
.site-map .menu-son .menu-down .menu-down-type strong {
  font-weight: normal;
}
.site-map .menu-son .menu-down .menu-down-type:first-child {
  border-top: 0 none;
}
.site-map .menu-son .menu-down .menu-down-type:last-child {
  margin-bottom: -15px;
}
.site-map .menu-son .menu-down .menu-down-word {
  padding: 0 8px;
  font-size: 14px;
}
@media (max-width: 1200px) {
  .site-map .menu-son .menu-title {
    padding: 5px 10px;
  }
  .site-map .menu-son .menu-down .links {
    padding: 0 10px;
  }
  .site-map .menu-son .menu-down .ul {
    padding: 0 10px 10px;
  }
  .site-map .menu-son .menu-down .menu-down-type:last-child {
    margin-bottom: -10px;
  }
  .site-map .menu-son .menu-down .menu-down-word {
    padding: 0 5px;
  }
}
.index-block-a {
  padding-bottom: clamp(50px, 5.2vw, 100px);
  background: url(../images/list_1_1.jpg) no-repeat center / cover;
}
@media (max-width: 1200px) {
  .index-block-a {
    padding-bottom: 0.7rem;
  }
}
.index-product {
  padding-bottom: clamp(50px, 5.2vw, 100px);
  background: url(../images/list_2_1.jpg) no-repeat center / cover;
}
@media (max-width: 1200px) {
  .index-product {
    padding-bottom: 0.7rem;
  }
}
.index-customized {
  padding-bottom: clamp(50px, 5.2vw, 100px);
  background: url(../images/list_3_1.jpg) no-repeat center / cover;
}
.index-customized .swiepr-cont {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 52.5%;
}
.index-customized .swiepr-cont .swiper {
  width: 100%;
}
.index-customized .swiepr-cont .title {
  font-size: 16px;
  line-height: 1.875em;
  color: #999999;
}
.index-customized .swiepr-cont .h6 {
  margin-top: 0.5em;
  margin-bottom: 1.1em;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.125em;
  letter-spacing: 1px;
  color: #333333;
}
.index-customized .swiepr-cont .text {
  font-size: 20px;
  line-height: 2em;
  color: #777777;
}
.index-customized .swiepr-cont .text p + p {
  margin-top: 0.4em;
}
.index-customized .code-list {
  padding-bottom: 90px;
}
.index-customized .code-list .code-list-li {
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 1px;
  color: #555555;
}
.index-customized .code-list .code-list-li + .code-list-li {
  margin-left: 3em;
}
.index-customized .code-list .code-list-li img {
  margin-right: 1em;
}
.index-customized .code-list .code-list-li strong {
  font-weight: bold;
}
.index-customized .swiepr-img {
  width: 45%;
}
.index-customized .swiepr-img .img img {
  display: block;
  margin: 0 auto;
}
.index-customized .swiper-control-btns {
  margin-top: 7px;
}
.index-customized .swiper-control-btns .swiper-control-btn {
  width: 105px;
  padding: 0.5em 0.5em;
  text-align: center;
  font-size: 16px;
  line-height: 1.875em;
  color: #666666;
}
.index-customized .swiper-control-btns .swiper-control-btn .cycle {
  --size1: 44px;
  --c: #1d2088;
  margin: 0 auto;
  position: relative;
  border-radius: 50%;
  width: var(--size1);
  height: var(--size1);
}
.index-customized .swiper-control-btns .swiper-control-btn .cycle::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  border: solid 2px #efefef;
  width: 100%;
  height: 100%;
}
.index-customized .swiper-control-btns .swiper-control-btn .cycle::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background-color: #333333;
}
.index-customized .swiper-control-btns .swiper-control-btn .cycle .cycle-box {
  --size: var(--size1);
  --b-w: 2px;
  --b-c: var(--c);
  position: absolute;
  left: 0;
  top: 0;
}
.index-customized .swiper-control-btns .swiper-control-btn .cycle.run::after {
  background-color: var(--c);
}
@media (max-width: 1600px) {
  .index-customized .swiepr-cont .h6 {
    margin-top: 0.3em;
    margin-bottom: 0.8em;
    font-size: 30px;
    line-height: 1.3em;
  }
  .index-customized .swiepr-cont .text {
    font-size: 18px;
    line-height: 1.7em;
  }
  .index-customized .code-list .code-list-li {
    font-size: 15px;
  }
  .index-customized .swiper-control-btns .swiper-control-btn {
    padding: 0.5em 1.2em;
    font-size: 15px;
    line-height: 1.8em;
  }
  .index-customized .swiper-control-btns .swiper-control-btn .cycle {
    --size1: 42px;
  }
}
@media (max-width: 1200px) {
  .index-customized {
    padding-bottom: 0.7rem;
  }
  .index-customized .swiepr-img {
    display: flex;
    flex-wrap: wrap;
    order: -1;
    width: 100%;
  }
  .index-customized .swiepr-img img {
    width: 6rem;
  }
  .index-customized .swiepr-cont {
    margin-top: 0.4rem;
    width: 100%;
    text-align: center;
  }
  .index-customized .swiepr-cont .swiper {
    display: none;
    margin: 0.3rem 0;
  }
  .index-customized .swiepr-cont .title {
    font-size: 0.26rem;
    line-height: 1.7em;
  }
  .index-customized .swiepr-cont .h6 {
    margin-top: 0.3em;
    margin-bottom: 0.4em;
    font-size: 0.32rem;
  }
  .index-customized .swiepr-cont .text {
    font-size: 0.28rem;
    line-height: 1.6em;
  }
  .index-customized .code-list {
    display: flex;
    justify-content: center;
    padding-bottom: 0;
  }
  .index-customized .code-list .code-list-li {
    flex-direction: column;
    text-align: center;
    font-size: 0.26rem;
  }
  .index-customized .code-list .code-list-li + .code-list-li {
    margin-left: 0.3rem;
  }
  .index-customized .code-list .code-list-li img {
    margin-bottom: 0.1rem;
    margin-right: 0;
    width: 1.6rem;
  }
  .index-customized .swiper-control-btns {
    margin: 0 0 0.1rem;
    order: -1;
    width: 100%;
  }
  .index-customized .swiper-control-btns .swiper-control-btn {
    font-size: 0.26rem;
  }
  .index-customized .swiper-control-btns .swiper-control-btn .cycle {
    --size1: 0.5rem;
  }
}
.index-solution {
  padding-bottom: clamp(50px, 5.2vw, 100px);
  background: url(../images/list_3_1.jpg) no-repeat center / cover;
}
.index-solution .swiper-hide {
  /*overflow: hidden;*/
  position: relative;
}
.index-solution .auto-title-block .auto-title-des {
  line-height: 1.9em;
}
.index-solution .swiper-box {
  --pad: 15px;
  margin: 0 calc(var(--pad)*-1);
}
.index-solution .swiper-box .swiper-slide {
  height: auto;
  padding: 0 var(--pad);
}
.index-solution .swiper-box .swiper-slide .box {
  display: flex;
  position: relative;
  height: 100%;
}
.index-solution .swiper-box .swiper-slide .box::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.index-solution .swiper-box .swiper-slide .mark {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 6px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s, width 0.4s;
}
.index-solution .swiper-box .swiper-slide .mark img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-solution .swiper-box .swiper-slide .mark::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.58);
}
.index-solution .swiper-box .swiper-slide .pad {
  position: relative;
  width: 100%;
  height: 100%;
}
.index-solution .swiper-box .swiper-slide .top {
  width: 100%;
  padding-top: 60px;
}
.index-solution .swiper-box .swiper-slide .top .left {
  position: relative;
  flex-shrink: 0;
  width: 100%;
  padding-bottom: 15px;
  padding-left: 35px;
  padding-right: 35px;
  text-align: center;
}
.index-solution .swiper-box .swiper-slide .top .left::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  right: calc(var(--pad)*1.4);
  background-color: #ebebeb;
  opacity: 0.11;
}
.index-solution .swiper-box .swiper-slide .top .right {
  margin-left: calc(var(--pad)*2);
  position: relative;
  flex-shrink: 0;
  width: 100%;
  padding-left: 35px;
  padding-right: 35px;
  opacity: 0;
  pointer-events: none;
}
.index-solution .swiper-box .swiper-slide .top .icon-box {
  display: inline-block;
  margin-bottom: 45px;
  position: relative;
}
.index-solution .swiper-box .swiper-slide .top .icon-box img {
  display: block;
  transition: all 0.3s;
}
.index-solution .swiper-box .swiper-slide .top .icon-box .i {
  opacity: 1;
}
.index-solution .swiper-box .swiper-slide .top .icon-box .i_h {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
}
.index-solution .swiper-box .swiper-slide .top .word .title {
  margin-bottom: 4px;
  font-size: 24px;
  line-height: 1.5em;
  color: #333333;
}
.index-solution .swiper-box .swiper-slide .top .word .en {
  font-size: 14px;
  line-height: 1em;
  color: #555555;
  opacity: 0.6;
}
.index-solution .swiper-box .swiper-slide .a-list .a-li {
  font-size: 16px;
  line-height: 1.5em;
  padding: 0.3em 0;
}
.index-solution .swiper-box .swiper-slide .a-list .a-li .a {
  display: inline-block;
  transform: translateX(0);
  color: #ffffff;
  transition: transform 0.3s, color 0.3s;
}
.index-solution .swiper-box .swiper-slide .a-list .a-li a:hover {
  transform: translateX(0.2em);
  color: var(--main-color);
}
.index-solution .swiper-box .swiper-slide .line-box {
  padding-top: 50px;
  padding-bottom: 50px;
}
.index-solution .swiper-box .swiper-slide .line-box .line {
  width: 32px;
  height: 3px;
  background-color: #ebebeb;
}
.index-solution .swiper-box .swiper-space {
  pointer-events: none;
  opacity: 0;
}
.index-solution .swiper-btns .swiper-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.index-solution .swiper-btns .prev {
  left: -75px;
}
.index-solution .swiper-btns .next {
  right: -75px;
}
@media (min-width: 1201px) {
  .index-solution .swiper-box .swiper-slide.on .box {
    z-index: 2;
  }
  .index-solution .swiper-box .swiper-slide.on .mark {
    width: calc(200% + var(--pad)*2);
    opacity: 1;
  }
  .index-solution .swiper-box .swiper-slide.on .top .left {
    width: 100%;
  }
  .index-solution .swiper-box .swiper-slide.on .top .right {
    opacity: 1;
    pointer-events: auto;
  }
  .index-solution .swiper-box .swiper-slide.on .top .icon-box .i {
    opacity: 0;
  }
  .index-solution .swiper-box .swiper-slide.on .top .icon-box .i_h {
    opacity: 1;
  }
  .index-solution .swiper-box .swiper-slide.on .top .word .title {
    color: #ffffff;
  }
  .index-solution .swiper-box .swiper-slide.on .top .word .en {
    color: #999999;
    opacity: 1;
  }
  .index-solution .swiper-box .swiper-slide.on .line-box {
    width: calc(200% + var(--pad)*2);
  }
  .index-solution .swiper-box .swiper-slide.on .line-box .line {
    width: 72%;
  }
}
@media (max-width: 1600px) {
  .index-solution .auto-title-block .auto-title-des {
    line-height: 1.7em;
  }
  .index-solution .swiper-box {
    --pad: 12px;
  }
  .index-solution .swiper-box .swiper-slide .top {
    padding-top: 45px;
  }
  .index-solution .swiper-box .swiper-slide .top .left {
    padding-bottom: 10px;
  }
  .index-solution .swiper-box .swiper-slide .top .icon-box {
    margin-bottom: 30px;
  }
  .index-solution .swiper-box .swiper-slide .top .word .title {
    margin-bottom: 2px;
    font-size: 20px;
  }
  .index-solution .swiper-box .swiper-slide .a-list .a-li {
    font-size: 15px;
  }
  .index-solution .swiper-box .swiper-slide .line-box {
    padding-top: 30px;
    padding-bottom: 35px;
  }
  .index-solution .swiper-hide {
    padding: 0 40px;
  }
  .index-solution .swiper-btns .prev {
    left: -15px;
  }
  .index-solution .swiper-btns .next {
    right: -15px;
  }
}
@media (max-width: 1200px) {
  .index-solution {
    padding-bottom: 0.7rem;
  }
  .index-solution .auto-title-block .auto-title-des {
    
    
  }
  .index-solution .swiper-box {
    --pad: 0.1rem;
  }
  .index-solution .swiper-box .swiper-slide .top {
    padding-top: 0.4rem;
  }
  .index-solution .swiper-box .swiper-slide .top .icon-box {
    margin-bottom: 0.2rem;
    width: 0.9rem;
  }
  .index-solution .swiper-box .swiper-slide .top .word .title {
    font-size: 0.3rem;
  }
  .index-solution .swiper-box .swiper-slide .top .word .en {
    font-size: 0.26rem;
  }
  .index-solution .swiper-box .swiper-slide .line-box {
    padding-top: 0.2rem;
    padding-bottom: 0.25rem;
  }
  .index-solution .swiper-box .swiper-slide.swiper-space {
    display: none;
  }
  .index-solution .swiper-hide {
    padding: 0 .7rem;
  }
  .index-solution .swiper-btns .prev {
    left: 0;
  }
  .index-solution .swiper-btns .next {
    right: 0;
  }
}


.f_l{ float: left; display: inline-block; }
.f_r{ float: right; display: inline-block; }
#IndexBlock{ padding:125px 0 90px; background-color: #f3f3f3; }
#IndexBlock .l_img{ width: 45.83%; position: relative; }
#IndexBlock .l_img:before{ display: block; content: ""; height: 100%; width: 43.9%; padding-top:43px; padding-left: 55px; position: absolute; left: -55px; top: -43px; background-color: #ececec; box-sizing: content-box; }
#IndexBlock .l_img .about_imgs{ overflow: hidden; }
#IndexBlock .l_img img{ display: block; width: 100%;border-radius:10px }
#IndexBlock .l_img .Box{ display: block; position: relative; }
#IndexBlock .l_img .about_imgs{ overflow: hidden; }
#IndexBlock .l_img .BtnBox{ width: 43.9%; text-align: right; position: relative; padding:25px 20px; }
#IndexBlock .l_img .BtnBox span{ display: inline-block; vertical-align: middle; margin:0 2px; }
#IndexBlock .l_img .BtnBox .line{ display: inline-block; height: 1px; width: 14px; vertical-align: middle; background-color: transparent; position: relative; top: 0px; }
#IndexBlock .l_img .BtnBox span:hover .line{ background-color: #999999; transform: translateX(0); }
#IndexBlock .l_img .BtnBox .icons{ display: inline-block; width:8px; height: 14px; vertical-align: middle; }
#IndexBlock .l_img .BtnBox .a-prev .icons{ background-position: -462px 1px; transform: translateX(2px); }
#IndexBlock .l_img .BtnBox .a-next .icons{ background-position: -496px 1px; transform: translateX(-2px); }
#IndexBlock .l_img .BtnBox .a-prev .line{ transform: translateX(2px); margin-left: 4px; }
#IndexBlock .l_img .BtnBox .a-next .line{ transform: translateX(-2px); margin-right:4px; }
#IndexBlock .r_con{ width:50%; padding-top: 0%; }
#IndexBlock .r_con .title{ position: relative; font-weight: bold; margin-bottom: 35px;  }
#IndexBlock .r_con .en{ font-size: 16px; font-weight: normal; line-height: 1.9em; color: #666; }
#IndexBlock .r_con .cn{ font-size: 30px; left: 0; bottom: 0.4em; line-height: 1.4em;font-size: clamp(1.5em, 2.1vw, 40px);padding-bottom: 10px; }
#IndexBlock .r_con .line{ position: absolute; bottom:-15px; left: 0; width: 1em; height: 2px; background-color: #c6c6c6; }
#IndexBlock .r_con .cont{ margin-bottom: 5%; line-height: 32px; color:#666666; font-size: 17px;}
#IndexBlock .r_con .numBox{ margin-bottom: 5%; }
#IndexBlock .r_con .numBox span{ display: inline-block; }
#IndexBlock .r_con .n{ display: inline-block; vertical-align: top; width: 24%;border-right: 1px solid #d7d7d7;padding:0 20px;}

#IndexBlock .r_con .num{ font-weight: bold; font-size: 40px; line-height: 1.1em;color: #1367ee;}
#IndexBlock .r_con .num i{ font-size: 20px; font-style: normal; }
#IndexBlock .r_con .numBox p{ color:#666666; font-size: 16px}
.MoreBox a{ color:#666666; font-size: 14px; line-height: 45px; height: 45px; border-radius: 5px; border:1px solid #999999; padding:0 30px; display: inline-block; }
.MoreBox a i{ display: inline-block; margin-left: 10px; font-style: normal; }
.MoreBox a:hover{ background-color: #1367ee; border:1px solid transparent; color:#fff; }

@media only screen and (max-width: 1200px){
#IndexBlock{ padding:90px 0 60px; }
	#IndexBlock .r_con{ padding-top: 0; }
	#IndexBlock .r_con .en{ font-size:14px; }
	#IndexBlock .r_con .cn{ font-size: 22px; }
	#IndexBlock .r_con .num{ font-size:30px; }
	#IndexBlock .r_con .numBox{ margin-bottom:5%; }
}
@media only screen and (max-width: 992px){
#IndexBlock{ padding-bottom:35px; }
	#IndexBlock .r_con .title{ margin-bottom:25px; }
	#IndexBlock .r_con .n{ width: 48%; }
	#IndexBlock .r_con .n1{  }
	#IndexBlock .r_con .n2{  }
	#IndexBlock .r_con .n3{ margin-top:15px;  }
	#IndexBlock .r_con .n4{ margin-top:15px;}
}
@media only screen and (max-width: 768px){
#IndexBlock{ padding:25px 0; }
    #IndexBlock .l_img{ width: 100%; }
    #IndexBlock .l_img:before{ display: none; }
    #IndexBlock .l_img .BtnBox{ width: 100%; text-align: center; }
    #IndexBlock .l_img .BtnBox span{ margin:0 15px; }
    #IndexBlock .r_con{ width: 100%; }
    #IndexBlock .r_con .cont{ margin-bottom: 15px;font-size:15px;display: -webkit-box;-webkit-line-clamp: 8;-webkit-box-orient: vertical;overflow: hidden;line-height: 28px;}
	#IndexBlock .r_con .numBox p{font-size:14px;}
    #IndexBlock .r_con .numBox{ margin-bottom: 15px; }
    #IndexBlock .r_con .num{ font-size: 20px; }
	.MoreBox a{ line-height: 36px; height: 36px;padding:0 20px }
}
.icons{ background-image: url(../images/icons.png); background-repeat: no-repeat; display: inline-block; }