.index {
  min-width: 1500px;
  overflow: auto;
}
.width-1440 {
  width: 1440px;
  margin: 0 auto;
}
/* 头部 */
.page-top {
  position: fixed;
  width: 100%;
  background-color: #FFFFFF;
  z-index: 1000;
}
.page-top-div {
  height: 90px;
  max-width: 1440px;
  min-width: 1100px;
  margin: 0 auto;
  /* border: 1px solid red; */
}
.page-top .top-title-li {
  color: #4B4B4B;
  font-weight: 500;
  line-height: 36px;
  padding: 5px 0;
  border-bottom: 3px solid #FFFFFF;
}
.page-top .top-title-li span {
  box-sizing: border-box;
  line-height: 36px;
  display: inline-block;
  padding: 5px 0;
  border-bottom: 4px solid #FFFFFF;
}
.page-top .top-title-li-action span {
  border-bottom: 4px solid #F39802;
  color: #333333;
  font-weight: bold;
}
.page-top ul {
  width: 625px;
}
.phone {
  /* width: 254px; */
  width: 200px;
  height: 54px;
  /* padding: 0 20px; */
  /* background: #F39802; */
  box-sizing: border-box;
}
.phone span {
  font-weight: bold;
  color: #F39802 ;
  margin-left: 15px;
}
/* END 头部 */

/* 轮播 */
.layui-carousel-ind ul {
  background-color: transparent !important;
}
.layui-carousel-ind li {
  width: 64px;
  height: 8px;
  background: #DBDBDB;
  border-radius: 2px;
  margin: 0 10px;
}
.layui-carousel-ind li.layui-this {
  background: #F39802;
}
.layui-carousel-ind li:hover {
  background-color: rgba(243,152,2,.7);
}
.banner-div {
  position: relative;
}
.banner-div .text {
  position: absolute;
  display: inline-block;
  left: 238px;
  top: 396px;
  font-size: 50px;
  font-weight: bold;
  color: #5D5D5D;
  line-height: 96px;
}
@media screen and (min-width: 2000px){
  .banner-div .text {
    position: absolute;
    display: inline-block;
    left: 50%;
    top: 396px;
    transform: translateX(-50%);
    width: 1440px;
    font-size: 50px;
    font-weight: bold;
    color: #5D5D5D;
    line-height: 96px;
  }
}

/* .banner-div:nth-child(1) .text {
  width: 670px;
  height: 155px;
}
.banner-div:nth-child(2) .text {
  width: 590px;
  height: 143px;
}
.banner-div:nth-child(3) .text {
  width: 680px;
  height: 143px;
}
.banner-div:nth-child(4) .text {
  width: 530px;
  height: 215px;
} */
.banner-div .text span {
  display: block;
}
.banner-div .text span.title-2 {
  font-size: 50px;
}
.banner-div img {
  display: block;
  min-width: 1750px;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  /* height: 100%; */
}
/* END 轮播 */

/* 小节标题 */
.div-h2-title {
  width: 583px;
}
.div-h2-title h2 {
  /* width: 105px; */
  border-bottom: 2px solid #CDCDCD;
  /* padding: 20px 0; */
  height: 41px;
  /* line-height: 60px; */
  margin-bottom: 18px;
}
.div-h2-title h2 span {
  display: inline-block;
  height: 40px;
  font-size: 22px;
  font-weight: bold;
  color: #F39802;
  /* line-height: 59px; */
  border-bottom: 4px solid #F39802;
}
.div-h2-title h2 span .span-2 {
  color: #333333;
}
.div-h2-title > span.title2-span-2 {
  color: #8D8D8D;
}
.div-h2-title > span {
  font-size: 18px;
  font-weight: 500;
  color: #242424;
  /* line-height: 36px; */
}
/* END 小节标题 */

/* 运贸通介绍 */
.introduce {
  width: 1440px;
  margin: 0 auto;
  margin-top: 166px;
  border: red;
}
.introduce .text {
  position: relative;
  margin-top: 94px;
}
.introduce .text img {
  position: absolute;
  top: -12px;
  left:-23px;
  width: 42px;
  height: 42px;
}
.introduce .text p {
  width: 755px;
  /* height: 260px; */
  font-size: 15px;
  font-weight: 400;
  color: #333333;
  line-height: 38px;
}
.introduce img {
  width: 595px;
  height: 595px;
  /* border-radius: 50%; */
}
/* END 运贸通介绍 */

/* 平台服务 */
.service {
  /* margin-top: 150px; */
}
.service-pic {
  margin-top: 45px;
  width: 100%;
  height: 777px;
  box-sizing: border-box;
}
.service-pic > div {
  position: relative;
  overflow-y: hidden;
}
/* .service-pic div img {
  width: 100%;
  height: 100%;
  position: absolute;
}
.service-pic div img:first-child {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transition: all 1s;
}
.service-pic div img:last-child {
  top: 777px;
  left: 0;
  bottom: 0;
  right: 0;
  transition: all 1s;
}
.service-pic div:hover img:first-child {
  top: -777px;
}
.service-pic div:hover img:last-child {
  top: 0;
} */
.service-pic .text-div {
  position: absolute;
  top: 515px;
  left: 0;
  right: 0;
}
.service-pic .text-1 {
  position: relative;
  /* width: 139px; */
  font-size: 30px;
  font-weight: 500;
  color: #FFFFFF;
}
.service-pic .text-1 img {
  position: absolute;
  top: -15px;
  left: -23px;
  width: 42px;
  height: 42px;
}
/* .pic-div .text-div .text-1 span {
  font-size: 30px;
  font-weight: 500;
  color: #FFFFFF;
} */
.service-pic .line {
  width: 32px;
  height: 4px;
  background: #FFFFFF;
  margin: 20px 0;
}
.service-pic .text-2 {
  font-size: 20px;
  font-weight: 400;
  color: #C6C6C6;
}
.service-pic .pic-div {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transition: all 1s;
}
.service-pic .pic-div > img {
  width: 100%;
  height: 100%;
  position: relative;
}
.service-pic .pointer-div {
  position: absolute;
  top: 777px;
  left: 0;
  right: 0;
  height: 777px;
  background-color: #F39802;
  transition: all 1s;
}
.service-pic .pointer-div .text-2 {
  font-weight: 500;
  color: #FFFAF1;
}
.service-pic div:hover .pic-div {
  top: -777px;
  bottom: 777px;
}
.service-pic div:hover .pointer-div {
  top: 0;
}
.service-pic .pointer-div > img {
  top: 133px;
  left: 50%;
  transform: translateX(-50%);
  width: 160px;
  height: 160px;
  position: absolute;
}

/* END 平台服务 */

/* 平台合作-关于我们 */
.cooperation-about-us {
  background: #FBFBFB;
  padding-top: 50px;
}
.cooperation {
  /* margin-top: ; */
}
.cooperation-text {
  margin-top: 45px;
}
.cooperation-text .left-div {
  flex: 15;
  height: 475px;
  background: #F39802;
  box-sizing: border-box;
}
.cooperation-text .left-div > div:nth-child(1) {
  height: 475px;
}
.cooperation-text .left-div > div:nth-child(2) {
  width: 583px;
}
.cooperation-text .left-div .left-div-img div:nth-child(1) img {
  width: 121px;
  height: 121px;
  margin-right: 20px;
}
.cooperation-text .left-div .left-div-img div:nth-child(1) span {
  font-size: 30px;
  font-weight: 500;
  color: #FFFFFF;
}
.cooperation-text .left-div .left-div-img div:last-child {
  margin-top: 105px;
  position: relative;
}
.cooperation-text .left-div .left-div-img div:last-child img {
  position: absolute;
  top: -13px;
  left:-23px;
  width: 42px;
  height: 42px;
}
.cooperation-text .left-div div:last-child p {
  width: 539px;
  height: 91px;
  font-size: 15px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 36px;
}
.cooperation-text .right-div {
  padding: 32px;
  background-color: #FFFFFF;
  flex: 19;
}
.cooperation-text .right-div h2 {
  height: 18px;
  font-size: 18px;
  font-weight: bold;
  color: #4B4B4B;
  line-height: 18px;
  padding: 0 15px;
  border-left: 4px solid #F39802;
}
.cooperation-text .timeline {
  /* max-width: 815px;
  min-width: 550px; */
  margin-top: 30px;
  margin-bottom: 44px;
}
.cooperation-text .timeline .item {
  width: 120px;
  height: 120px;
  background: #F7F7F7;
  border-radius: 50%;
}
.cooperation-text .timeline .item:last-child {
  background: transparent;
}
.cooperation-text .timeline .item img {
  width: 41px;
  height: 44px
}
.cooperation-text .timeline > div:nth-child(1) {
  margin-bottom: 20px;
}
.cooperation-text .timeline .line-circle {
  position: relative;
  height: 20px;
}
.cooperation-text .timeline .line-circle img {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cooperation-text .timeline .line-circle span {
  height: 4px;
  background: #B1B1B1;
}
.cooperation-text .timeline .line-circle .first-span {
  background: #F39802;
}
.cooperation-text .right-div .img-text-span {
  margin-top: 20px;
}
.cooperation-text .right-div .img-text-span span {
  width: 120px;
  font-size: 15px;
  font-weight: 500;
  color: #393939;
}
.cooperation-text .right-div .text-span {
  margin-top: 24px;
  margin-left: 19px;
}
.cooperation-text .right-div .text-span span {
  font-size: 15px;
  font-weight: 500;
  color: #333333;
  display: inline-block;
}
.cooperation-text .right-div .text-span span:nth-child(2n) {
  margin: 0 15px;
}

.about-us {
  /* margin-top: 199px; */
  position: relative;
  height: 567px;
}
.about-us > img {
  position: absolute;
  top: 0;
  right: 0;
  height: 500px;
  width: 767px;
}
.about-us .text-div {
  margin-top: 92px;
  height: 388px;
  background: #F1F1F1;
}
.about-us .text {
  position: relative;
}
.about-us .text img {
  position: absolute;
  top: -12px;
  left:-23px;
  width: 42px;
  height: 42px;
}
.about-us .text p {
  width: 850px;
  height: 212px;
  font-size: 15px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 38px;
}
/* END 平台合作-关于我们 */

/* 合作伙伴 */
.partner {
  margin-top: 150px;
}
.partner div:nth-child(2) {
  margin-top: 54px;
}
.partner div:nth-child(3) {
  margin-top: 10px;
}
/* END 合作伙伴 */

/* 底部 */
.footer {
  height: 315px;
  background: #1B1B1B;
  color: #FFFFFF;
  padding-top: 47px;
  margin-top: 116px;
}
.footer .top {
  height: 255px;
}
.footer .top-1 .left {
  width: 860px;
  font-size:15px;
  font-weight: 500;
  /* height: 23px; */
  
  /* line-height: 90px; */
}
.footer .top-1 .right {
  margin-left: 120px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#DBiM {
  cursor: pointer;
}
.footer .top-1 .right span {
  font-size: 15px;
  font-weight: 500;
  /* margin-right: 79px; */
}
.footer .top-1 .right span:last-child {
  margin-right: 0;
}
.footer .top-2 {
  margin-top: 30px;
}
.footer .top-2 .left {
  height: 200px;
  width: 860px;
}
.footer .top-2 .left p {
  margin-top: 29px;
  font-size: 14px;
  font-weight: 500;
/* line-height: 90px; */
}
.footer .top-2 .left p:first-child {
  margin-top: 20px;
}
.footer .top-2 .left p span:first-child {
  color: #B9B9B9;
}
.footer .top-2 .right {
  height: 200px;
  margin-left: 120px;
}
.footer .top-2 .right > div {
  width: 130px;
  height: 130px;
}
.footer .top-2 .right > div img {
  width: 100%;
  height: 100%;
}
.footer .top-2 .right > div span {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 400;
}
.footer .bottom {
  font-size: 13px;
  font-weight: 400;
  line-height: 48px;
  border-top: 1px solid #434343;
}
.footer .bottom a {
  color: #FFFFFF;
  margin: 0 5px;
}

/* END 底部 */