/* 公共 */
html,
body {
  height: 100%;
  min-width: 1230px;
}
.bg-white {
  background-color: #ffffff;
}

.section {
  padding: 80px 0 50px 0;
  text-align: center;
}
.section-content {
  width: 1260px;
  height: 100%;
  margin: 0 auto;
}
.h2-title {
  position: relative;
  margin-bottom: 20px;
  font-size: 30px;
  color: #333333;
  letter-spacing: 0.12px;
  text-align: center;
  line-height: 30px;
}

/* .h2-title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -25px;
  margin-left: -22px;
  width: 44px;
  border-bottom: solid 2px #317ee7;
}
 */
/*  */
/* nav */
.nav {
  height: 92px;
  background: #fff;
  color: #333;
}

.nav-content {
  position: relative;
  width: 1220px;
  margin: 0 auto;
}

.nav-logo {
  float: left;
  width: 134px;
  height: 29px;
  margin-top: 28px;
}

.nav-ul {
  float: right;
  position: relative;
}

.nav-ul .nav-li {
  position: relative;
  float: left;
  padding: 0 20px;
  line-height: 92px;
  font-size: 16px;
  font-weight: 400;
  white-space: nowrap;
  cursor: pointer;
  color: #333333;
}

.nav-ul li:hover {
  color: #0082fa;
  font-weight: 500;
}
.nav-ul .active{
  color: #0082fa;
}

.nav-ul .cursor {
  position: absolute;
  left: -999em;
  bottom: 4px;
  width: 28px;
  height: 2px;
  background-color: #0082fa;
  transition: left 0.3s linear;
}

.section {
  position: relative;
  padding: 80px 0 0 0;
  text-align: center;
}
.section1{
  height: 350px;
  padding: 0 0 54px 0;
 
}
.section1 .banner-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
}

.section .banner {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  height: 202px;
}

.banner1{
  background-image: url("https://cdn.kuaidi100.com/images/snt/openplatform//banner1.png");
}
.banner2 {
  background-image: url("https://cdn.kuaidi100.com/images/snt/openplatform//banner2.png");
}
.banner-wrap .btn-free {
  width: 143px;
  height: 43px;
  background: #ffffff;
  border-radius: 27px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.50);
  cursor: pointer;
  border: none;
  font-size: 20px;
  font-weight: 600;
  color: #004788;
  line-height: 43px;
  position: relative;
  z-index: 11;
}
.btn-warp{
  height: 43px;
  width: 100%;
  position:absolute;
  top:240px;
  text-align: left;
  z-index: 2;
}
.btn-warp-content{
  width: 1220px;
  margin: auto;
}
.btn-free:hover {
  box-shadow: none;
}
.btn-free{
  cursor: pointer;
}

@-webkit-keyframes wateranimate {
  0% {
    -webkit-transform: scale(1);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1.25,1.5);
    opacity: 0;
  }
}

@keyframes wateranimate {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1.25,1.5);
    transform: scale(1.25,1.5);
    opacity: 0;
  }
}

.container {
  position: absolute;
  top: 0;
  left: 0x;
  width: 143px;
  height: 43px;
  border-radius: 27px;
  display: none;
}

.water1 {
  -webkit-animation: wateranimate 6s 4.5s ease-out infinite;
  animation: wateranimate 6s 4.5s ease-out infinite;
}

.water2 {
  -webkit-animation: wateranimate 6s 3s ease-out infinite;
  animation: wateranimate 6s 3s ease-out infinite;
}

.water3 {
  -webkit-animation: wateranimate 6s 1.5s ease-out infinite;
  animation: wateranimate 6s 1.5s ease-out infinite;
}

.water4 {
  -webkit-animation: wateranimate 6s 0s ease-out infinite;
  animation: wateranimate 6s 0s ease-out infinite;
}

.water1,
.water2,
.water3,
.water4 {
  /* padding: 20%;
  position: absolute;
  left: 30%;
  top: 30%;
  border: 1px solid pink;
  box-shadow: 0 0 120px 30px rgba(235, 31, 137, 1) inset;
  border-radius: 100%;
  z-index: 1;
  opacity: 0; */
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 27px;
  /* box-shadow: 0 0 10px 10px rgba(255,255,255,1) inset; */
  background: #fff;
}

.banner-news-wrap{
  height: 54px;
  letter-spacing: 1px;
  background: #003c73;
  color: #fff;
  font-weight: 400;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.section-content {
  width: 1220px;
  margin: 0 auto;
}

.banner-news-wrap .news-title {
  padding-left: 50px;
  line-height: 54px;
  font-size: 14px;
  letter-spacing: 1px;
  position: relative;
  float: left;
}
.banner-news-wrap .news-title:before{
  display: block;
  content: "";
  background: url("https://cdn.kuaidi100.com/images/snt/openplatform//sp-index.png") -9px -10px / 241px auto no-repeat;
  height: 20px;
  width: 23px;
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -10px;
}
.banner-news-wrap .more {
   float: right;
   color: #fff;
  margin-top: 14px;
  border-bottom: 1px solid #fff;
}

.section .title{
  font-size: 30px;
  font-weight: 400;
  text-align: center;
  color: #333333;
  position: relative;
  line-height: 30px;
  margin-bottom: 77px;
}
.section .title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -25px;
  margin-left: -22px;
  width: 44px;
  border-bottom: solid 2px #0082fa;
  border-radius: 4px;
}

/*  */


.section-1{
	background: #F5F8FA;
}
.section-2 :after{
	/*添加一个内容*/
	content: "";
	/*转换为一个块元素*/
	display: block;
	/*清除两侧的浮动*/
	clear: both;
}
.section-2 {
  padding-top: 10;
  padding-bottom: 20;
 
}
.line-box{
	display: flex;
	justify-content: space-around;
	align-items: center;
	font-size: 16px;
	height: 337px;
}
.section-2-list-box{
	height: 100%;
	width: 204px;
	background: url(https://cdn.kuaidi100.com/images/snt/openplatform//arrowback.png)  center center no-repeat ;
    background-size: 110% 95%;
	position: relative;
}
.section-2-list-arrow{
	height: 100%;
	width: 20px;
	line-height: 370px;
}
.section-2-list-arrow img{
	width: 100%;
}
 .line-box div b{
	 font-size:18px;
	
	position: absolute;
	top: 52px;
	right: calc(50% - 12px);
	color: #5a5a5a;;
	
 }
 .section-2-list-box-ico{
	 height: 40px;
	 width: 50%;
	 margin-top: 130px;
	 width: 100%;
	 margin-bottom: 10px;
 }
 .section-2-list-box-text{
	 line-height: 25px;
	 font-size: 14px;
	 font-weight: bold;
 }
  .section-2-list-box-ico img{
	  height: 100%;
	 
  }
  .color-blue{
	  color: #0082fa
  }
  .button {
	      margin-top: 8px;
    top: 60px;
    padding: 0px 10px;
    height: 30px;
	line-height: 28px;
    text-align: center;
    border: 1px solid #0082fa;
    border-radius: 15px;
	display:inline-block;
	color: #0082fa
  }
 .clor-yellow{
	color: #FF9631 ;
	 border: 1px solid #FF9631;;
}

/*  */

.section-3 :after{
	/*添加一个内容*/
	content: "";
	/*转换为一个块元素*/
	display: block;
	/*清除两侧的浮动*/
	clear: both;
}
.section-3{
	background: #F5F8FA;
	padding-top: 30px;
	/* padding-bottom: 0; */
}
.section-3 .list {
	
  height: 282px;
  padding: 0;

}
.section-3 .item {
  width: 308px;
  height: 282px;
  padding: 0 30px;
  margin: 18px;
  float: left;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  border: solid 1px transparent;
  cursor: pointer;
}
.section-3 .item:hover {
	box-shadow: 0 5px 10px #ACD7FE;
}
/* .section-3 .list .item + .item {
  margin-left: 30px;
} */
.section-3 .s-icon {
  width: 83px;
  height: 83px;
  margin: 35px auto 24px;
  
}
.section-3 .s-icon img{
	height:100%;
	width: 100%;
}
.section-3 .icon-2 {
		
  background-position: -95px -416px;
}
.section-3 .icon-3 {
  background-position: -184px -416px;
}
.section-3 .icon-4 {
  background-position: -273px -416px;
}
.section-3 .icon-5 {
  background-position: -362px -416px;
}
.section-3 h3 {
  margin-bottom: 20px;
  font-size: 20px;
  color: #333333;
  text-align: center;
  line-height: 20px;
}
.section-3 p {
  font-size: 14px;
 color: #666666;
  line-height: 22px;
  text-align: left;
  
}

/*  */
.section-6 :after{
	/*添加一个内容*/
	content: "";
	/*转换为一个块元素*/
	display: block;
	/*清除两侧的浮动*/
	clear: both;
}
.section-6{
	padding-top:50px;
	margin-bottom: 50px;
	/* padding-bottom: 0; */
}
.section-6 .list {
  height:350px;
  padding: 0;

}
.section-6 .item {
  width: 265px;
  height: 350px;
  margin: 18px;
  float: left;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  border: solid 1px transparent;
}
/* .section-3 .list .item + .item {
  margin-left: 30px;
} */
.section-6 .s-icon {
  width: 100%;
  height: 190px;
 
  
}
.section-6 .s-icon img{
	height:100%;
	width: 100%;
}
.section-6 .icon-2 {
		
  background-position: -95px -416px;
}
.section-6 .icon-3 {
  background-position: -184px -416px;
}
.section-6 .icon-4 {
  background-position: -273px -416px;
}
.section-6 .icon-5 {
  background-position: -362px -416px;
}
.section-6 h3 {
  margin-bottom: 20px;
  font-size: 18px;
  color: #333333;
  text-align: left;
  padding: 0 20px;
  line-height: 20px;
  margin-top: 35px;
}
.section-6 p {
	
	line-height: 20px;
  font-size: 14px;
  color: #454545;
  line-height: 22px;
  padding: 0 20px;
    text-align: left;
}

/*  */

.section-4 :after{
	/*添加一个内容*/
	content: "";
	/*转换为一个块元素*/
	display: block;
	/*清除两侧的浮动*/
	clear: both;
}
.section-4 {
  padding-top: 0;
 /* padding-bottom: 0; */
 background: #F5F8FA;
 padding: 40px 0px;
 padding-bottom: 60px;
 
}
.cj{
	font-size: 16px;
	height: 300px;
	margin-top: 30px;
}
.cj img{
	width: 100%;
	height: 100%;
	
}
.cj-l{
	width: 50%;
	height: 300px;
	float: left;
}
.cj-l-su{
	height: 50%;
	text-align: left;
	line-height: 25px;
}
.cj-r{
	width: 50%;
	height: 300px;
	float: left;
}
.page-box .page-box-title{
	height: 100%;
	width: 80px;
	float: left;
}
.page-box-text{
	height: 100%;
	width:calc(100% - 80px);
	float: left;
}
.tr-text{
	line-height: 25px;
	padding: 5px;
	border: 1px solid #ccc;
	border-radius: 4px;
}
/*  */
.section-5 :after{
	/*添加一个内容*/
	content: "";
	/*转换为一个块元素*/
	display: block;
	/*清除两侧的浮动*/
	clear: both;
}
.section-5 {
  padding-top: 20px;
  padding-bottom: 0;
 
}
.section-5 .list {
  padding: 0;
  margin-bottom: 50px;
}
.section-5 .item {
          width: 274px;
          height: 110px;
          margin-bottom: 36px;
          box-shadow: 0 2px 8px #ACD7FE;
          border-radius: 4px;
          float: left;
          cursor: pointer;
      }

.section-5 .list .item + .item {
      margin-left: 40px;
}
.section-5 .list .item:nth-of-type(4n + 1) {
  margin-left: 0;
}

.section-5 .item img {
  margin-top: 20px;
  margin-bottom: 10px;
  height: 80px;
  width: auto;
}

.section-5 .action-link {
  line-height: 118px;
  font-size: 14px;
  color: #317ee7;
}

.section-5 .item .text {
  color: #999;
  font-size: 14px;
}

.section-5 .item:hover .text {
  color: #317ee7;
}
/* 接入费用（对接免费，按单付费） */
.section-price:after{
	/*添加一个内容*/
	content: "";
	/*转换为一个块元素*/
	display: block;
	/*清除两侧的浮动*/
	clear: both;
}
.section-price {
	padding-top: 0;
  margin-top: 0px;
 /* overflow-x: auto; */
  font-size: 16px;
  margin-bottom: 40px;
}
.section-price table {
  width: 100%;
  border-collapse: collapse;
 
  color: #333;
  border-radius: 4px;
  white-space: nowrap;
  
}
       
.border1 {
	border-top-left-radius: 4px;
	border: none !important;
}

 .border2{
	border-top-right-radius: 4px;
	border: none !important;
}
 .border3 {
	border-bottom-left-radius: 4px;
	
}
.b-gr{
	background: #F9F9FB;
}

.border4 {
	border-bottom-right-radius: 4px;
}
.section-price table th {
  padding: 5px 10px;
  height: 65px;
  border: 1px solid #999;
  box-sizing: border-box;
      border-top: none;
}
.section-price table th p {
  font-size: 14px;
  color: #999;
  line-height: 20px;
}
.section-price table td {
  height: 46px;
  padding: 5px 10px;
  border: 1px solid #999;
  box-sizing: border-box;
}
.section-price table td div{
	text-align: left;
	line-height: 30px;
	margin: 0 20px;
}
.table-box {
	border-radius: 4px;
}
.section-price .table-box thead{
	background: #0082FA;
	color: #fff;
}

/* 賦能 */
.section-empower:after{
	/*添加一个内容*/
	content: "";
	/*转换为一个块元素*/
	display: block;
	/*清除两侧的浮动*/
	clear: both;
}
.section-empower {
	 padding: 20px 20px;
  height: 356px;
  box-sizing: border-box;
  background: #0082fA;
 /* background: url("https://cdn.kuaidi100.com/images/snt/openplatform//dibu_banner1.png") center top / auto 50% no-repeat,
    url("https://cdn.kuaidi100.com/images/snt/openplatform//dibu_banner2.png") center bottom / auto 50% no-repeat; */
}
.section-empower img {
  /* position: inherit; */
  width: 132%;
  height: 178px;
}
.section-empower .section-content {
  position: relative;
  text-align: left;
 
}
.section-content-inner {
  margin-top: 22px;
  position: relative;
  width: 500px;
  left: 50%;
  top: 40px;
}
.section-empower  .imgbox{
	height: 100%;
	position: absolute;
	width: 500px;
	left: 30px;
	width: 500px;
	top: 0;
}
.section-empower  .imgbox img{
	height: 90%;
	width: 90%;
}
.section-empower .p1 {
  margin: 25px 0 5px 0;
  font-size: 26px;
  color: #ffffff;
  line-height: 20px;
 
  
}

.section-empower .p2 {
  
  font-size: 10px;
  color: #ffffff;
  letter-spacing: 0.3px;
  line-height: 10px;
}
.section-empower .p3 {
  margin-top: 15px;
  font-size: 14px;
  color: #ffffff;
  line-height: 14px;
 
}
.section-empower .erm{
	position: absolute;
	height: 153px;
	width: 150px;
	left: 300px;
  top: 0;
	/* top: 30px; */
	display: flex;
	flex-direction: column;
	color: #fff;
	align-items: center;
	
}
.section-empower .erm img{
  height: 123px;
  width: 123px;
}
.section-empower .erm p{
	font-weight: bold;
	line-height: 30px;
	font-size: 13px;
}


