/* äº§å­¦ç ”åŸºåœ° å¤´å›¾ä¸Šçš„æ–‡å­— */
.l-iur-banner{
  width: 100%;
  height: 400px;
}
.l-iur-banner .l-banner-container{
  width: 1200px;
  margin: 0 auto;
  color: #ffffff;
  position: relative;
}
.l-iur-banner .l-banner-container > div{
  display: inline-flex;
}
.l-iur-banner .l-banner-container .l-main-title{
  font-size: 40px;
  font-weight: normal;
}
.l-iur-banner .l-banner-container p{
  font-size: 26px;
  font-weight: lighter;
  line-height: 40px;
  margin-top: 185px;
}

/* äº§å­¦ç ”åŸºåœ° å†…å®¹ */
.l-iur-container{
  width: 1200px;
  height: 546px;
  margin: 100px auto;
}
.l-iur-container .l-left{
  width: 834px;
  height: 450px;
  float: left;
  position: relative;
}
.l-iur-container .l-left .l-text-brief{
  width: 600px;
  position: absolute;
  bottom: 10px;
  right: 65px;
  color: #ffffff;
}
.l-iur-container .l-left .l-text-brief p:first-child{
  font-size: 20px;
}
.l-iur-container .l-left .l-text-brief p:last-child{
  font-size: 16px;
}

.l-iur-container .l-right{
  width: 353px;
  height: 450px;
  float: right;
  position: relative;
}
.l-iur-container .l-right .l-text-brief{
	width: 600px;
	position: absolute;
	bottom: 10px;
	right: 10px;
	color: #ffffff;
	transition: all 10s linear;
	left: 160px;
}
.l-iur-container .l-right .l-text-brief p:first-child{
  font-size: 20px;
}
.l-iur-container .l-right .l-text-brief p:last-child{
  font-size: 16px;
}

#l-banner{
  height: 400px;
}
#l-inner .item{
  height: 400px;
}
.l-pro-banner{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
}
.l-pro-banner .l-banner-container{
  width: 1200px;
  margin: 0 auto;
  color: #ffffff;
  position: relative;
}
.l-pro-banner .l-banner-container > div{
  display: inline-flex;
}
.l-pro-banner .l-banner-container .l-main-title{
  font-size: 40px;
  font-weight: normal;
}
.l-pro-banner .l-banner-container p{
  font-size: 26px;
  font-weight: lighter;
  line-height: 40px;
  margin-top: 185px;
}

.l-container-part01{
  width: 100%;
  height: 350px;
  background-color: #f2f2f2;
}
.l-container-part01 .l-part01-banner-container{
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.l-container-part01 .l-part01-banner-container > div{
  display: inline-flex;
  font-family: Regular;
}
.l-container-part01 .l-part01-banner-container .l-main-title{
  font-size: 30px;
  font-weight: normal;
  color: #333333;
}
.l-container-part01 .l-part01-banner-container p{
  font-size: 20px;
  font-weight: lighter;
  line-height: 40px;
  margin-top: 80px;
  color: #909090;
}
.l-container-part01 .l-part01-banner-container p:nth-child(2){
	position: relative;
	bottom: -5px;
}
.l-container-part01 .l-part01-detail-container{
  width: 1200px;
  margin: 0 auto;
  padding-top: 35px;
  display: flex;
  justify-content: space-between;
}
.l-container-part01 .l-part01-detail-container img{
  vertical-align: top;
  margin-left: 25px;
  width: 458px;
}
.l-container-part01 .l-part01-detail-container > ul{
  float: right;
  display: flex;
  justify-content: space-between;
  list-style: none;
}
.l-container-part01 .l-part01-detail-container > ul > li{
  display: inline-flex;
  margin-right: 70px;
}
.l-container-part01 .l-part01-detail-container > ul > li > div{
  margin-left: 30px;
}
.l-container-part01 .l-part01-detail-container > ul > li > div p{
  margin: 0;
}
.l-container-part01 .l-part01-detail-container > ul > li > div p:first-child{
  font-size: 16px;
  color: #333333;
}
.l-container-part01 .l-part01-detail-container > ul > li > div p:last-child{
  font-size: 24px;
  color: #1c66c4;
}
.l-container-part02{
  width: 1200px;
  margin: 0 auto;
}
.l-container-part02 img{
  margin: 0 auto 100px !important;
}
.l-container-part03{
  width: 100%;
  height: 350px;
  background: url("../image/product-center/image3.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
}
.l-container-part03 .l-part03-detail-container{
  width: 1200px;
  margin: 0 auto;
}
.l-container-part03 .l-part03-detail-container p{
  color: #ffffff;
}
.l-container-part03 .l-part03-detail-container p:first-child{
  font-size: 34px;
  font-weight: lighter;
  padding-top: 90px;
}
.l-container-part03 .l-part03-detail-container p:last-child{
  /* width: 210px; */
      line-height: 36px;
      padding-left: 20px;
      margin-top: 60px;
      border: 1px solid #f2f2f2;
      position: relative;
      display: inline-block;
      padding-right: 32px;
}
.l-container-part03 .l-part03-detail-container p:last-child a{
	color: #fff;
}
.l-container-part03 .l-part03-detail-container p:last-child:hover{
	background-color: #fff;
	cursor: pointer;
	color: #333;
}
.l-container-part03 .l-part03-detail-container p:last-child:hover a{
	color: #1c66c4;
}
.l-container-part03 .l-part03-detail-container p i{
  width: 8px;
  height: 15px;
  background: url("../image/product-center/icon-arrow-right.png") no-repeat center/cover;
  position: absolute;
  right: 15px;
  top: 11px;
}

.l-au-container{
  width: 100%;
  height: 850px;
  position: relative;
}
.l-au-container .l-au-img-container{
  width: 1200px;
  margin: 0 auto;
  padding: 100px 0 60px;
}
.l-au-container .l-au-txt-container{
  width: 100%;
  height: 590px;
  position: absolute;
  bottom: 0;
  background-color: #f2f2f2;
  z-index: -1;
}
.l-au-container .l-au-txt-container .l-au-txt-bgc{
  width: 1200px;
  margin: 0 auto;
  padding-top: 340px;
}
.l-au-container .l-au-txt-container .l-au-txt-bgc p{
  width: 1040px;
  font-size: 16px;
  line-height: 28px;
  color: #333333;
}
.l-au-container .l-au-txt-container .l-au-txt-bgc p.l-au-txt-title{
  font-size: 24px;
  font-weight: bold;
  color: #1c66c4;
  margin-bottom: 20px;
}
.l-au-container .l-au-txt-container .l-au-txt-bgc p.txt{
	margin: 0px;
}
.l-ub-container{
  width: 100%;
}
.l-ub-container .l-ub-img-container{
  width: 1200px;
  height: 490px;
  margin: 0 auto;
  padding: 100px 0 80px;
  position: relative;
}
.l-ub-container .l-ub-img-container .l-ub-img-txt{
  position: absolute;
  right: 55px;
  bottom: 130px;
}
.l-ub-container .l-ub-img-container .l-ub-img-txt p:first-child{
  font-size: 24px;
  font-weight: bold;
  color: #1c66c4;
  padding-bottom: 40px;
}
.l-ub-container .l-ub-img-container .l-ub-img-txt p:last-child{
  width: 515px;
  font-size: 16px;
  line-height: 28px;
  color: #333333;
}
.l-ub-container .l-ub-part01-container{
  width: 1200px;
  height: 390px;
  margin: 0 auto;
  padding-bottom: 100px;
}
.l-ub-container .l-ub-part01-container ul{
  width: 100%;
  display: flex;
  justify-content: space-between;
  list-style:none;
}
.l-ub-container .l-ub-part01-container ul li{
  width: 400px;
  height: 200px;
  text-align: center;
  margin: 0 auto;
  border-right: 1px solid #727171;
}
.l-ub-container .l-ub-part01-container ul li img{
  width: 25px;
  height: 25px;
}
.l-ub-container .l-ub-part01-container ul li p:nth-child(2),
.l-ub-container .l-ub-part01-container ul li p:nth-child(4),
.l-ub-container .l-ub-part01-container ul li p:nth-child(5){
  font-size: 17px;
  line-height: 30px;
  color: #333333;
  margin-top: 10px;
}
.l-ub-container .l-ub-part01-container ul li p:nth-child(3){
  font-size: 70px;
  /* font-weight: bold; */
  line-height: 100px;
  color: #1c66c4;
}
.l-ub-container .l-ub-part01-container ul li p:nth-child(4){
	/* line-height: 20px; */
	margin: 0;
}
.l-ub-container .l-ub-part01-container ul li p:nth-child(5){
	/* line-height: 20px; */
	margin: 0;
}
.l-ub-container .l-ub-part02-container{
  width: 100%;
  height: 610px;
  background-color: #f2f2f2;
}
.l-ub-container .l-ub-part02-container.l-ub-part02-containers{
  
  background-color: #FFFFFF;
}
.l-ub-container .l-ub-part02-container .l-banner-container{
  width: 1200px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 55px;
}
.l-ub-container .l-ub-part02-container .l-banner-container > div{
  display: inline-flex;
}
.l-ub-container .l-ub-part02-container .l-banner-container .l-main-title{
  font-size: 28px;
  font-weight: normal;
  color: #333333;
}
.l-ub-container .l-ub-part02-container .l-banner-container p{
  font-size: 20px;
  font-weight: lighter;
  line-height: 40px;
  margin-top: 50px;
  color: #909090;
}
.l-ub-container .l-ub-part02-container .l-img-container{
  width: 1200px;
  height: 350px;
  margin: 0 auto;
  position: relative;
  background-color: #ffffff;
}

.l-ub-container .l-ub-part02-container .about_bj_s{
	height: 90px;
	width: 400px;
	background: url(../image/us-brief/about_bj_s.png) no-repeat;
	top: 290px;
	position: absolute;
	right: 0px;
}

.l-ub-container .l-ub-part02-container .l-img-container img:first-child{
  width: 500px;
  height: 380px;
  position: absolute;
  left: 0;
}
.l-ub-container .l-ub-part02-container .l-img-container img:nth-child(2){
  width: 326px;
  height: 83px;
  position: absolute;
  left: 590px;
  top: 60px;
  padding-bottom: 45px;
  border-bottom: 1px solid #f2f2f2;
}

.l-ub-container .l-ub-part02-container .l-img-container .l-img-txt{
  width: 560px;
  height: 70px;
  position: absolute;
  left: 590px;
  top: 170px;
  color: #333333;
  font-size: 18px;
}
.l-ub-container .l-ub-part02-container .l-img-container .l-img-txt span{
  font-weight: bold;
}


.l-sn-container{
  width: 100%;
  height: 1085px;
}
.l-sn-container .l-sn-img-container{
  width: 1200px;
  margin: 0 auto;
  position: relative;
  font-family: Regular;
}
.l-sn-container .l-sn-img-container .l-banner-container > div{
  display: inline-flex;
}
.l-sn-container .l-sn-img-container .l-banner-container .l-main-title{
  font-size: 28px;
  font-weight: normal;
  color: #333333;
}
.l-sn-container .l-sn-img-container .l-banner-container p{
  font-size: 20px;
  font-weight: lighter;
  line-height: 40px;
  margin-top: 100px;
  color: #909090;
}
.l-sn-container .l-sn-img-container .l-banner-container p:nth-child(2){
	position: relative;
	bottom: -5px;
}
.l-sn-container .l-sn-img-container .l-image-container{
  width: 895px;
  margin: 0 auto;
  padding: 70px 0 115px;
}
.l-sn-container .l-sn-txt-container{
  width: 1200px;
  margin: 0 auto;
}
.l-sn-container .l-sn-txt-container .l-sn-txt{
  width: 580px;
  height: 215px;
  background-color: #f2f2f2;
}
.l-sn-container .l-sn-txt-container .l-sn-txt.l-sn-txt-1{
  float: left;
}
.l-sn-container .l-sn-txt-container .l-sn-txt.l-sn-txt-2{
  float: right;
}
.l-sn-container .l-sn-txt-container .l-sn-txt .l-sn-txt-detail{
  width: 420px;
  height: 120px;
  margin: 40px 0 0 60px;
}
.l-sn-container .l-sn-txt-container .l-sn-txt .l-sn-txt-detail .l-sn-txt-part-detail{
  display: inline-flex;
}
.l-sn-container .l-sn-txt-container .l-sn-txt .l-sn-txt-detail .l-sn-txt-part-detail img{
  width: 45px;
  height: 45px;
}
.l-sn-container .l-sn-txt-container .l-sn-txt .l-sn-txt-detail .l-sn-txt-part-detail p{
  font-size: 24px;
  line-height: 36px;
  color: #333333;
  border-bottom: 1px solid #1c66c4;
  margin-left: 20px;
}
.l-sn-container .l-sn-txt-container .l-sn-txt .l-sn-txt-detail > p{
  font-size: 16px;
  line-height: 28px;
  color: #666666;
  margin-top: 10px;
}
.l-sn-container .l-sn-txt-container .l-sn-txt .l-sn-txt-detail .l-sn-txt-part-detail > div{
  width: 45px;
  height: 45px;
}
.l-sn-container .l-sn-txt-container .l-sn-txt .l-sn-txt-detail .l-sn-txt-part-detail > div.l-sn-txt-part-image1{
  background: url("../image/sales-network/icon-1.png") no-repeat center/cover;
}
.l-sn-container .l-sn-txt-container .l-sn-txt .l-sn-txt-detail .l-sn-txt-part-detail > div.l-sn-txt-part-image2{
  background: url("../image/sales-network/icon-2.png") no-repeat center/cover;
}
.l-sn-container .l-sn-txt-container .l-sn-txt:hover{
  background-color: #1c66c4;
}
.l-sn-container .l-sn-txt-container .l-sn-txt:hover .l-sn-txt-detail .l-sn-txt-part-detail p{
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
.l-sn-container .l-sn-txt-container .l-sn-txt:hover .l-sn-txt-detail > p{
  color: #ffffff;
}
.l-sn-container .l-sn-txt-container .l-sn-txt:hover .l-sn-txt-detail .l-sn-txt-part-detail > div.l-sn-txt-part-image1{
  background: url("../image/sales-network/icon-1-w.png") no-repeat center/cover;
}
.l-sn-container .l-sn-txt-container .l-sn-txt:hover .l-sn-txt-detail .l-sn-txt-part-detail > div.l-sn-txt-part-image2{
  background: url("../image/sales-network/icon-2-w.png") no-repeat center/cover;
}

.l-cu-banner{
  width: 100%;
  height: 400px;
}
.l-cu-banner .l-banner-container{
  width: 1200px;
  margin: 0 auto;
  color: #ffffff;
  position: relative;
}
.l-cu-banner .l-banner-container > div{
  display: inline-flex;
}
.l-cu-banner .l-banner-container .l-main-title{
  font-size: 40px;
  font-weight: normal;
}
.l-cu-banner .l-banner-container p{
  font-size: 26px;
  font-weight: lighter;
  line-height: 40px;
  margin-top: 185px;
}

/* äº§å­¦ç ”åŸºåœ° å†…å®¹ */
.l-cu-container{
  width: 1200px;
  height: 415px;
  margin: 100px auto;
}
.l-cu-container .l-left{
  width: 420px;
  height: 415px;
  float: left;
  position: relative;
  background-color: #f2f2f2;
}
.l-cu-container .l-left .l-text-brief{
  width: 335px;
  height: 280px;
  margin: 35px 0 0 40px;
}
.l-cu-container .l-left .l-text-brief img{
	width: 160px;
}
.l-cu-container .l-left .l-text-brief p{
  font-size: 16px;
  margin: 0;
  color: #333333;
}
.l-cu-container .l-left .l-text-brief p:nth-child(2){
  font-size: 24px;
  margin: 40px 0 0;
}
.l-cu-container .l-left .l-text-brief p:nth-child(3){
  font-size: 14px;
  border-bottom: 1px solid #999999;
  padding-bottom: 15px;
  color: #666666;
}
.l-cu-container .l-left .l-text-brief p:nth-child(4){
  padding-top: 15px;
}
.l-cu-container .l-left .l-text-brief p:nth-child(4),
.l-cu-container .l-left .l-text-brief p:nth-child(5),
.l-cu-container .l-left .l-text-brief p:nth-child(6){
  line-height: 30px;
}
.l-cu-container .l-right{
  width: 759px;
  height: 415px;
  float: right;
}
.l-ub-container .l-ub-part02-container .l-img-container img:first-child.l-img-containera{
  width: 600px;
  height: 300px;
}
 .l-ub-container .l-ub-part02-container.l-ub-part02-containers .l-img-container .l-img-txt{
  width: 600px;
  left: 600px;
  height: 300px;
  background: #1c499e;
  top: 0;
  color: white;
 
  padding: 45px 40px;
  
	
}
.title{
	font-family: PingFangSC-Light;
		font-size: 24px;
		font-weight: bold;
		font-stretch: normal;
		letter-spacing: 0px;
		color: #ffffff;
}
.dec{
	font-size: 14px;
		font-weight: normal;
		font-stretch: normal;
		line-height: 20px;
		letter-spacing: 0px;
		color: #ffffff;
}
.l-ub-container .l-ub-part02-container.l-ub-part02-containers{
	height: 580px;
}
.text{
	font-size: 14px;
		font-weight: normal;
		font-stretch: normal;
		line-height: 20px;
		letter-spacing: 0px;
		color: #030000;
		width: 1200px;
		margin: auto;
		
}
.margin10{
	margin: 10px auto;
}
.part05{
	width: 1200px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}
.part05 img{
	width: 652px;
	height: 411px;
}
.part05-r{
	width: 500px;
	min-height: 411px;
	background: #1c499e;
	
	padding: 47px 50px;
}
.mB30{
	margin: 30px 0 50px;
}
.l-ub-part05-containers{
	height: auto !important;
}
.part05{
	margin-bottom: 90px;
}
.mT40{
	margin-top: 40px;
	
}
.part06{
	width: 651px;
	background: #f2f2f1;
	padding: 50px;
}
.part06 .title{
	font-family: Alibaba-PuHuiTi-B;
		font-size: 28px;
		font-weight: bold;
		font-stretch: normal;
		line-height: 40px;
		letter-spacing: 0px;
		color: #373838;
}
.part06 .dec{
	font-size: 15px;
		font-weight: normal;
		font-stretch: normal;
		line-height: 28px;
		letter-spacing: 0px;
		color: #373838;
}
.part05-rs{
	padding: 0;
}
.part05.mB0{
	margin-bottom: 0;
}
.part05 img.part05-img{
	width: 500px;
	height: 281px;
}
.part05 img.part05-img2{
	width: 652px;
	height: 281px;
}
.m10{
	margin: 20px 0;
}
.swiper2{
	width: 652px;
    margin-right: 0;
}
.swiper3{
	width: 652px;
	margin-left: 0;
}
 .swiper-container{
    --swiper-theme-color: #ff6600;
    --swiper-pagination-color: #00ff33;/* 两种都可以 */
  }
  .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
	  text-align: right;
	  left: -30px;
  }
  .swiper-pagination-bullet{
	  width: 15px;
	  height: 15px;
  }
  .swiper-pagination-bullet-active{
	  background: white;
  }
  .text i{
	  font-weight: bold;
	  font-style: normal;
  }