*{
    margin: 0;
    padding: 0;
}
button{
    background: transparent;
    border: none;
    padding: 0 16px;
    font-size: 14px;
    height: auto;
    border-radius: 4px;
    cursor: pointer;
}
header{
  z-index: 2;
  position: relative;
}

/* 顶部轮播图 start */
.head-swiper{
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 60px;
}
.head-swiper img{
  width: 100%;
  height: 100%;
}
.head-swiper .swiper-container{
  height: 100%;
}
.head-swiper .head-pagination{
  bottom: 0 !important;
}
.head-swiper .head-pagination>.swiper-pagination-bullet {
  width: 20px !important;
  height: 2px !important;
  border-radius: 0 !important;
}
.head-swiper .head-pagination>.swiper-pagination-bullet-active{
  background-color: #fff !important;    
}
.head-swiper:hover .swiper-button-prev,
.head-swiper:hover .swiper-button-next{
  display: block;
}
.head-swiper .swiper-button-prev,
.head-swiper .swiper-button-next{
  display: none;
  background-image:none !important;
  position: absolute;
  top: 60%;
  width: 30px;
  height: 30px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  background-color: #0003;
  opacity: 0.5;
}
.head-swiper .swiper-button-prev{
  left: 12%;
}
.head-swiper .swiper-button-next{
  right: 12%;
}

/* 顶部轮播图 end*/
/* 侧边导航栏start */
.nav{
  position: fixed;
  bottom: 150px;
  right: 20px;
  z-index: 10;
  padding: 5px;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: -1px 1px 2px 1px rgb(233, 233, 233);
  transition: all 0.5s;
}
.nav:hover{
  transform: scale(1.1);
}

.nav > .nav-img {
  position: relative;
  width: 26px;
  height: 26px;
  cursor: pointer;
}

.nav-img>img{
  width: 26px;
  width: 26px;
}
.nav > .nav-img .nav-none {
  display: none;
}
.nav .nav-img:hover > .nav-none {
  display: block;
}
.nav > .nav-img .nav-none .nav-floating {
  display: flex;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 44px;
  transform: translateY(-50%);
  min-width: 300px;
  padding: 10px;
  background-color: #fff;
  border-radius: 4px;
  color: rgb(120, 120, 120);
  font-size: 16px;
  font-weight: unset;
  box-shadow: -1px 1px 2px 1px rgb(233, 233, 233);
  box-sizing: border-box;
}

.nav > .nav-img .nav-none .nav-floating > div {
  position: absolute;
  top: 50%;
  right: -19px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px;
  border-color: transparent transparent transparent #fff;
}
.nav > .nav-img .nav-none .three {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 200px;
  color: rgb(255, 155, 87);
}
.nav > .nav-img .nav-none .three > img {
  width: 130px;
  height: 130px;
}

/* 侧边导航栏end*/

.container{
    /* width: 1140px; */
	  width: 70%;
    margin: 0 auto;
    z-index: 1;
    height: 100%;
    position: relative;
}
.container .logo{
    float: left;
    /* width: 200px;
    height: 82px; */
	width: 243px;
	height: 100px;
}
.container .logo img {
    height: 100%;
    display: block;
}
.account-side{
    float: right;
}
.account-side .login{
    color: #fff;
    border: 1px solid #fff;
    line-height: 36px;
}
.account-side .register{
    background-color: #0e59f0;
    line-height: 36px;
    color: #fff;
    margin-left: 8px;
}
.banner{
    background: url('../images/dianshangBg.png') no-repeat center;
    background-size: cover;
    height: 580px;
    position: relative;
    margin-top: 60px;
}
.banner .title-wrap{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.banner .title-wrap .main-title{
    font-size:42px;
    color: #fff;
    line-height: 64px;
    font-weight: 600;
}
.banner .title-wrap .sub-title{
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    min-height: 120px;
    margin-top: 16px;
}
.banner .aside-box {
    width: 310px;
    height: 328px;
    position: absolute;
    box-sizing: border-box;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 50px 24px;
    border-radius: 5px;
    background: #fff;
    z-index: 9;
    right: 0;
    text-align: left;
}
.banner .aside-box h2{
    font-size: 28px;
    line-height: 30px;
}
.banner .aside-box h5{
    font-size: 16px;
    margin-top: 12px;
    margin-bottom: 40px;
    line-height: 20px;
    font-weight: 400;
}
.banner .aside-box .input input{
	display: block;
    padding: 10px 16px;
    height: 48px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 2px;
    outline: none;
    border: 1px solid #ccd2d9;
    font-size: 16px;
    box-sizing: border-box;
}
.banner .aside-box .input input::placeholder{
    color: #bbb;
}



.actions{
    margin-top: 30px;
}
.actions button{
    border: 0;
    background: transparent;
    height: 48px;
    display: block;
    width: 100%;
    color: #fff;
    background: #1884fc;
    border-radius: 4px;
    font-size: 16px;
    outline: none;
    cursor: pointer;
}
.whiteContent {
    background: #ffffff;
    width: 100%;
    padding: 70px 0;
    box-sizing: border-box;
  }
  .panelTitle {
    font-size: 32px;
    font-weight: 600;
    color: #2b2b2b;
    text-align: center;
    margin-bottom: 50px;
  }
  .production{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
  }
  .productionItem {
    display: flex;
    align-items: center;
    width: 32%;
    border-radius: 14px;
    box-shadow: 0 2px 16px 4px hsla(0, 0%, 90%, 0.5);
    background-color: #fff;
    position: relative;
    padding: 30px 20px;
    margin-top: 30px;
    border: 1px solid transparent;
    box-sizing: border-box;
    cursor: pointer;
  }
  .productionItem img{
    flex: 0 0 auto;
    width: 80px;
    height: 80px;
  }
  .productionItem .item{
    margin-left: 25px;
  }
  .item .title{
    margin-bottom: 10px;
    color: #2B2B2B;
    font-weight: 600;
    font-size: 18px;
  }
  .item p{
    color: #666666;
    font-size: 14px;
  }
  .advertisement{
    display: none;
  }
  /* .production {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
  }
  .productionItem {
    width: 18%;
    border-radius: 14px;
    box-shadow: 0 2px 16px 4px hsla(0, 0%, 90%, 0.5);
    background-color: #fff;
    position: relative;
    padding: 60px 20px 20px;
    border: 1px solid transparent;
    cursor: pointer;
  }
  .productionItem:hover {
    border: 1px dashed #0065ae;
  }
  .productionItem .icon {
    width: 92px;
    height: 46px;
    border: 1px dashed #0065ae;
    border-bottom-color: transparent;
    border-radius: 46px 46px 0 0;
    position: absolute;
    left: calc(50% - 45px);
    top: -45px;
  }
  .productionItem:hover .icon {
    width: 92px;
    height: 92px;
    border-radius: 50%;
    border-bottom: 1px dashed #0065ae;
  }
  .productionItem .icon .inner {
    background-color: #fff;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .productionItem .icon .inner img {
    width: 76px;
    height: 76px;
  }
  .productionItem .title {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    color: #2b2b2b;
    margin-bottom: 10px;
  }
  .productionItem .detail {
    font-size: 16px;
    text-align: center;
    color: #666;
    margin-bottom: 8px;
  } */

  .product-inner{
    height: auto;
    padding: 88px 0 126px;
    background-color: rgb(249, 249, 251);
  }
  .product-inner h4{
    font-size: 36px;
    line-height: 50px;
    text-align: center;
    color: #1c1c1c;
  }
  .product-inner>.title{
    text-align: center;
    color: #595959;
    margin-bottom: 72px;
  }
  .product-inner .summary{
    padding-top: 16px;
  }
  .platform-section .type{
    /* margin-top: 36px;
    margin-bottom: 40px; */
	margin-top: 20px;
	margin-bottom: 20px;
    font-size: 18px;
    font-weight: 500;
  }
  .platform-section .list{
    display: flex;
    flex-wrap: wrap;
  }
  .platform-section .list .item{
    margin-right: 50px;
    margin-bottom: 24px;
    width: 267px;
    border-radius: 8px;
    background-color: #fff;
    overflow: hidden;
    border: 1px solid #eaeaea;
    box-sizing: border-box;
  }
  .platform-section .list .item .pic{
    width: 100%;
    padding-bottom: 53%;
    background-size: cover;
    background-position: 50%;
  }
  .platform-section .list .item .text {
    padding: 16px;
}
.platform-section .list .item .text .title {
  font-size: 16px;
  font-weight: 600;
}
.platform-section .list .item .text .desc {
  margin: 4px 0;
  line-height: 24px;
  color: #595959;
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.platform-section .list .item .text .rate {
  margin-top: 10px;
  font-size: 12px;
  color: #595959;
}
/* .platform-section .list .item:nth-child(4n) {
  margin-right: 0;
} */
.security {
  padding: 60px 0;
}
.security .security-title {
  font-weight: 700;
  font-size: 36px;
  line-height: 56px;
  margin-bottom: 40px;
  text-align: center;
}
.license-box{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.license-box .license-item{
  width: 30%;
}
.license-box .license-item .pic {
  padding: 10px 8px 8px;
  border-radius: 4px;
  border: 1px solid #eaeaea;
  margin-bottom: 6px;
}
.license-box .license-item .pic img {
  width: 100%;
  aspect-ratio: 1.6;
  -o-object-fit: contain;
  object-fit: contain;
}
.license-box .license-item h4 {
  font-size: 14px;
  text-align: center;
  height: 40px;
  line-height: 20px;
  overflow: hidden;
  font-weight: 400;
}
.foreign_trade_section {
  padding: 60px 0 70px;
  /* background-color: rgb(249, 249, 251); */
  background-color: #ffffff;
}
.foreign_trade_section h2{
  font-size: 30px;
  /* padding-bottom: 40px; */
}
.foreign_trade_section .container_title{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 30px;
}
.container_title>a{
  padding: 5px 10px;
  background-color: #007aff;
  text-decoration: none;
  color: #fff;
  font-size: 12px;
  border-radius: 4px;
  cursor: pointer;
}

.foreign_trade_list4 {
  width: 100%;
  height: auto;
}
.foreign_trade_list4 ul li {
  /* float: left; */
  width: 100%;
  height: auto;
  padding: 10px 0;
  box-sizing: border-box;
  border-bottom: 1px solid #ededed;
}
.foreign_trade_list4 ul li:first-child {
  border-top: 1px solid #ededed;
}
.foreign_trade_list4 ul li .title_box,
.foreign_trade_list4 ul li .text_box {
  width: 100%;
  height: auto;
  min-height: 30px;
  position: relative;
  box-sizing: border-box;
  margin: 15px 0;
  display: flex;
}
.foreign_trade_list4 ul li .icon_box {
  display: block;
  width: 30px;
  min-width: 30px;
  height: 30px;
  border-radius: 50%;
  /* position: absolute;
  top: 0;
  left: 0; */
  background: #c9ccd3;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  margin-right: 20px;

}
.foreign_trade_list4 ul li p {
  font-size: 16px;
  color: #231815;
  line-height: 30px;
}
.foreign_trade_list4 ul li .text_box .icon_box {
  background: linear-gradient(328deg, #11C9C0 0%, #1364DF 100%);
}
.bgColor{
  height: 60px;
  background-color: #181818;
  width: 100%;
  border-radius: 100% 100% 0 0;
}
.img-wrap{
  width: 100%;
  height: 287px;
  background:url('../images/stepBg.png') no-repeat center;
  background-size: cover;
}
.register-guide {
	display: block;
  padding: 18px 0;
  color: #fff;
}
.register-guide .cont {
  border-radius: 16px;
  height: 300px;
  padding: 0 90px;
  background: url('.././images/footeBgr.png') 0 0 no-repeat #477ef3;
  background-size: cover;
}
.flex-middle {
  -webkit-box-align: center;
  align-items: center;
}
.flex-between {
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.flex{
  display: flex;
}
.register-guide h3 {
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
}
.register-guide p.desc {
  font-size: 16px;
}
.register-guide .action a {
  width: 200px;
  height: 54px;
  line-height: 54px;
  border-radius: 4px;
  color: #0e59f0;
  background: #fff;
  display: block;
  font-size: 20px;
  text-decoration: none;
  text-align: center;
  outline: 0;
    font-weight: 500;
}
footer{
  text-align: center;
  padding-bottom: 16px;
}
footer a{
  font-weight: 400;
    color: #373737;
    margin-left: 20px;
    outline: 0;
    text-decoration: none;
}
footer a:hover{
    text-decoration: none;
}
.product-box {
  display: none;
}
a {
  text-decoration: none;
  outline: 0;
  font-weight: 500;
}
.fixedSeat{
  display: none;
}
#fixed{
  display: none;
}

.licenseDiv {
  display: flex;
	justify-content: space-between;
  /* position: absolute; 
	top: 558px; 
	left: 0;
  z-index: 2; */
	background-color: #F8F9FB; 
	border: 1px solid #F4F5F6;
	width: calc(70% - 1.5px); 
	-moz-width: calc(70% - 1.5px);
	-webkit-width: calc(70% - 1.5px);
	padding: 0px 15%; 
	height: 80px; 


}

.licenseItem {
	font-size: 16px;
	color: #222;
	font-weight: 700;
	display: flex;
	height: 80px;
	align-items: center;
}

.licenseItem img {
	height: 40px;
	margin-right: 15px;
}

.licenseItem .business {
	margin-right: 8px;
	cursor: pointer;
	display: flex;
}

.licenseItem .business img {
	margin-right: 8px;
	cursor: pointer;
}

.footer {
	background: url('../images/stepBg.png') no-repeat center;
	background-size: cover;
	width: 100%;
	height: 475px;
	padding-top: 80px;
	position: relative;
	margin-bottom: 110px;
}

.stepTitle {
	margin-bottom: 60px;
	font-size: 30px;
	text-align: center;
	color: #ffffff;
	font-weight: 600;
}

.stepContent {
	display: flex;
	padding: 0 15%;
}

.stepItem {
}

.stepItem img {
	height: 60px;
	display: block;
	margin: 0 auto;
}

.stepPoint {
	color: #8B929F;
	font-size: 16px;
	text-align: center;
	margin-bottom: 12px;
}

.stepDesc {
	color: #FFFFFF;
	font-size: 16px;
	text-align: center;
	width: 180px;
}

.stepLink  {
	width: calc((100% - 540px) / 2);
	-moz-width: calc((100% - 540px) / 2);
	-webkit-width: calc((100% - 540px) / 2);
	margin-top: 15px;
}

.stepLink img {
	width: 100%;
}

.footerReg {
	display: block;
	width: 70%;
	height: 234px;
	position: absolute;
	bottom: -117px;
	left: 15%;
	border-radius: 20px;
}

.footerReg img {
	width: 100%;
	height: 100%;
}

.footerRegTxt {
	position: absolute;
	top: 63px;
	left: 60px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: calc(100% - 140px);
	
}

.footerRegDesc div:first-child {
	color: #ffffff;
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 18px;
}

.footerRegDesc div:last-child {
	color: #ffffff;
	font-size: 16px;
}

.footerRegBtn {
	width: 127px;
	height: 46px;
	background-color: #ffffff;
	border-radius: 6px;
	cursor: pointer;
}

.footerRegBtn a {
	color: #3A89EC;
	font-size: 18px;
	line-height: 46px;
	text-align: center;
	display: block;
	margin: 0 auto;
	font-weight: normal;
  
}

.platLogo {
  display: flex;
  justify-content: center;
  align-items: center;
	width: 265px; 
	height: 140px; 
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
  font-size: 20px;
  font-weight: 600;
  background-color: #f8f8fa;
}
.platLogo_img{
  width: 120px;
  height: 50px;
}
.licenseDiv_m {
	display: none;
}

.msoDiv, .msbDiv, .asicDiv, .fspDiv, .hskDiv {
	position: relative;
  cursor: pointer;
}

.msoDiv .tipDiv, .msbDiv .tipDiv, .asicDiv .tipDiv, .fspDiv .tipDiv, .hskDiv .tipDiv {
	display: none;
	background-color: rgba(0, 0, 0, 0.65); 
	padding: 4px 8px; 
	position: absolute; 
	color: #ffffff; 
	border-radius: 4px; 
	font-size: 12px; 
	font-weight: 500;
	top: 48px;
	/* text-align: ; */
}

.msoDiv .tipTriangle, .msbDiv .tipTriangle, .asicDiv .tipTriangle, .fspDiv .tipTriangle, .hskDiv .tipTriangle {
	width: 0;
	height: 0; 
	border-left: 5px solid transparent; 
	border-right: 5px solid transparent; 
	border-bottom: 6px solid #000000a6; 
	position: absolute; 
	top: -6px; 
	left: 50%; 
	margin-left: -5px;
}

.msoDiv:hover >.tipDiv {
	display: inline-block !important;
}

.msbDiv:hover .tipDiv {
	display: block;
}

.asicDiv:hover .tipDiv {
	display: block;
}

.fspDiv:hover .tipDiv {
	display: block;
}

.hskDiv:hover .tipDiv {
	display: block;
}

.msoDiv img:hover + .tipDiv {
	display: block;
}

.msbDiv img:hover + .tipDiv {
	display: block;
}

.asicDiv img:hover + .tipDiv {
	display: block;
}

.fspDiv img:hover + .tipDiv {
	display: block;
}

.hskDiv img:hover + .tipDiv {
	display: block;
}
