@import '../common/index.css';
@import '../common/header.css';
@import '../common/footer.css';
@import '../common/animate.min.css';
@import '../common/float.css';


.flaot{
  position: fixed;
  left: 0;
  top: 150px;
  width: 38px;
  height: 180px;
  background: #1f4a7d;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  font-size: 14px;
  font-weight: 540;
}
/* banner */
* {
  margin: 0;
  padding: 0;
}

.center-nav-left {

  width: 126.5px;
  margin-right: 71px;

  display: flex;
  flex-direction: column;
  background-color: #355F98;
  height: 100%;
  justify-content: space-between;

}

.center-nav-item {
  background-color: #355F98;
  color: #FFFFFF;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 46px;
  line-height: 22px;
  flex-direction: column;
}

.center-nav-item .brText {
  font-size: 12px;
  color: #B1A39C;
}

.active {
  background-color: #fff;
  cursor: pointer;
  color: #284A79;
}

.active .brText {
  color: #284A79;
}

.center-nav-item:hover {
  cursor: pointer;
  background-color: #fff;
  color: #284A79;
}

.center-nav-item:hover .brText {
  color: #355F98;
}

.banner {
  position: relative;
  left: 0;
  right: 0;
  min-width: 1200px;
  height: 466px;
  background: url('../../imgs/index/banner2.png') no-repeat center center;
}

.BannerText {
  color: #fff;
  font-family: FZLTDHK--GBK1-0;
  position: relative;
  display: flex;
  /* justify-content: center; */
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  line-height: 50px;
}

.BannerText>p:nth-child(1) {
  font-size: 28px;
  line-height: 50px;
  margin-top: 55.5px;
}

.BannerText>p:nth-child(2) {
  font-size: 35px;

}

.bannerSelect {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1190px;
  height: 250.5px;
  display: flex;
  justify-content: flex-start;
  margin-top: 75px;
  background-color: #fff;
  /* justify-content: space-around; */
  text-align: center;
  border-radius: 5px;
  font-size: 14px;
}

.bannerSelectLeft {
  margin-right: 71px;
  width: 126.5px;
  line-height: 45px;
  color: #fff;
  background-color: #355F98;
}

.bannerSelectRight {
  /* margin-left: 71px; */
  width: 991px;
  display: flex;
  justify-content: space-between;
}

.location {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 70px;
  left: 615px;
}

.locations {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 70px;
  right: 78px;
}

.select {
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: 57px;
  left: 615px;
}

.transportBox {
  display: flex;
  justify-content: space-between;

}

.startCity {
  margin: 25.5px 30px 25.5px 0;
  display: flex;
  flex-direction: column;
  text-align: left;
}

.startCity>p {
  margin-bottom: 13px;
  font-size: 17px;
  font-family: FZLanTingHeiS-DB-GB;
  font-weight: 400;
  color: #555555;
}

.startCity>p:nth-child(4) {
  margin: 30.5px 0 13px 0;
  font-size: 17px;
  font-family: FZLanTingHeiS-DB-GB;
  font-weight: 400;
  color: #555555;
}

.city {
  width: 450.5px;
  height: 46.5px;
  background: #FFFFFF;
  border: 1px solid #E9ECF1;
  border-radius: 8px;
  padding: 0 0 0 11.5px;
  font-size: 16px;
  color: #888;
}

.weight {
  width: 135.5px;
  height: 46.5px;
  border: 1px solid #E9ECF1;
  border-radius: 8px;
  padding: 0 0 0 11.5px;

}

.count {
  width: 265.5px;
  border: 1px solid #E9ECF1;
  border-radius: 8px;
  padding: 0 0 0 11.5px;
}

.infoInput {
  width: 271px;
  height: 47px;
  background: #FFFFFF;
  border: 1px solid #E9ECF1;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
}

.innerInput {
  display: flex;
  width: 32%;
  padding: 0px 0px 0px 11.5px;
  /* justify-content: ; */
  align-items: center;
  font-size: 15px;
  overflow: hidden;
  color: #888;
}

.innerInput input {
  border: 0px;
  padding: 0px 5px;
  height: 100%;
  width: 50px;
}

.IpuBox {
  display: flex;
  justify-content: space-between;
  background: #FFFFFF;
  border-radius: 8px;

}


.Btn {
  height: 47px;
  background: linear-gradient(0deg, #FDF7F4, #FAEDE6, #FFFFFF);
  border: 2px solid #DA6034;
  /* border-image: linear-gradient(0deg, #A4310E, #DE7D54) 2 2; */
  box-shadow: 0px 5px 10px 0px rgba(188, 56, 8, 0.2);
  border-radius: 8px;
  padding: 12px 30px;
}

.Btn a {
  font-size: 18px;
  font-family: FZLanTingHei-DB-GBK;
  font-weight: 400;
  color: linear-gradient(0deg, #922C13 0%, #DA4100 100%);


  /* background: linear-gradient(0deg, #922C13 0%, #DA4100 100%); */
  /* -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
}

/* nav */
.navBox {
  width: 100%;
  height: 203px;
  display: flex;
  justify-content: space-evenly;
  border: 1px solid #FFF;
  background-color: #F4F5F5;
  align-content: space-around;
  align-items: center;
}

.navContent {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 35px;
  font-family: DIN Alternate;
  font-weight: bold;
  color: #435D98;
}

.navContent>p:nth-child(2) {
  font-size: 20px;
  font-family: FZLanTingHeiS-R-GB;
  font-weight: 400;
  color: #555555;
  opacity: 0.9;
}

p>span {
  position: relative;
  top: -9px;
  right: 0px;
}

/* menu*/
.menu {
  margin: 84px 0 84px 0;
  display: flex;
  width: 1200px;
  justify-content: space-evenly;
  margin: 0 auto;
  padding-top: 84px;
}

.menuBox {
  text-align: center;
  line-height: 25px;

}

.menuBox2:not(:nth-child(3n)) {
  margin-right: 220px;
}

.menuBox>p:nth-child(2) {
  font-size: 21px;

}

.menuBox>p:nth-child(3) {
  font-size: 14px;
  font-family: FZLanTingHeiS-DB-GB;
  font-weight: 400;
  color: #555555;
}

.menuBox>p:nth-child(4) {
  font-size: 14px;
  font-family: FZLanTingHeiS-R-GB;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
}

.domestic {
  font-size: 21px;
}

.photo {
  width: 1200px;
  margin: 0 auto;
  /* border-style: dashed;
  border-width: 1px */
}

.photo img {
  width: 100%;
}

/* week */
.weekText {
  font-weight: 400;
  line-height: 30px;
  font-family: FZLanTingHeiS-R-GB;
  text-align: center;
  margin: 112px 0 31px 0;
}

.weekText>p:nth-child(1) {
  font-size: 24px;
  color: #333333;
  font-weight: bold;
}

.weekText h1 {
  font-size: 30px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 8px;
}

.weekText>p:nth-child(2) {
  font-size: 20px;
  color: #666666;
}

.TabBox {
  width: 1200px;
  height: 285px;
  margin: 0 auto;
}

.Tab {
  width: 100%;
  height: 300px;
  text-align: center;
  height: 71px;
  line-height: 71px;
  background-color: #F4F5F5;

}

.all {
  border: 3px solid #fff;
}

.startEnd {
  background-color: #E9ECED;
  border: 3px solid #fff
}

.receive {
  display: flex;
  justify-content: center;
  margin: 42px 0 102px 0;

}

.receive>p {
  font-size: 22px;
  font-family: FZLanTingHeiS-R-GB;
  font-weight: 400;
  color: #666666;
  line-height: 70px;
}

.receive>a {
  width: 168px;
  height: 55px;
  color: #fff;
  background: #D98639;
  border-radius: 5px;

  border: 1px solid #D98639;
  font-size: 14px;
  font-family: FZLanTingHeiS-DB-GB;
  font-weight: 400;
  line-height: 55px;
  text-align: center;
}

/* map */
.Map {
  width: 1200px;
  font-family: FZLanTingHeiS-DB-GB;
  margin: 0 auto;
}

.MapText>p {
  text-align: center;
  font-size: 30px;
  color: #333333;
  line-height: 70px;
  margin-bottom: 71px;
  font-weight: bold;
}

.mapLeft {
  display: flex;
  justify-items: start;
  flex-direction: row;
  flex-wrap: wrap;
}

.mapLeft>img {
  width: 817px;
  height: 436px;
}

.Office li {
  font-size: 14px;
  color: #666;
}

.Office>ul>li:nth-child(1) {
  background: #555555;
  border-radius: 5px;
  color: #fff;
  width: 104px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  /* margin-bottom: 22px; */
}

li>img {
  width: 15px;
  height: 15px;
  margin-right: 5px;
}

.MapBut {
  width: 817px;
  display: flex;
  line-height: 30px;
  margin-top: -123px;
  justify-content: space-around;
}

.MapRight {
  width: 373px;
  height: 575px;
  background-color: #F4F5F5;
}

.RightDisc>ul {
  margin: 30px 0 50px 45px;
}

.RightDisc>ul>li {
  font-size: 14px;
  font-family: FZLanTingHeiS-R-GB;
  font-weight: 400;
  color: #666666;
  line-height: 26px;
  /* margin-top: ; */
}

.RightDisc>ul>li:nth-child(1) {
  margin: 30px 0 15px -19px;
  font-size: 16px;
  font-family: FZLanTingHeiS-DB-GB;
  font-weight: 400;
  color: #333333;
  line-height: 14px;

}

/* content */
.content {
  width: 1200px;
  height: 580px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;

  /* justify-content: space-between; */
  margin: 0 auto;
}

/* block */
.block h1 {
  color: var(--weight-text);
  text-align: center;
  margin: 60px 0 30px 0;
  font-size: 34px;

}

.block-list {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.block-list .list-item {
  width: 568px;
  padding: 25px;
  border-radius: 10px;
  margin-bottom: 30px;
  background-color: var(--def-bgc);
}

.block-list .list-item .list {
  margin-top: 15px;
  margin-left: 24px;
}

.block-list .list-item .title {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 20px;
  color: var(--light-text);
}

.block-list .list-item .list li {
  position: relative;
  font-size: 12px;
  line-height: 30px;
  padding-left: 20px;
}

.block-list .list-item .list li::before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--light-text);
  position: absolute;
  top: 12px;
  left: 0;
}


.ness-item {
  width: 265px;
  height: 353px;
  font-size: 14px;
  cursor: pointer;
  border-radius: 10px;
  background-color: var(--def-bgc);
  padding: 34px 0 32px 0;
  transition: all .28s linear;
  position: relative;
}

.ness-item .img {
  width: 75px;
  height: 75px;
  margin: 0 auto;
}

.ness-item .img-1 {
  background: url('../../imgs/index/main-1.png');
}

.ness-item .img-2 {
  background: url('../../imgs/index/main-2.png');
}

.ness-item .img-3 {
  background: url('../../imgs/index/main-3.png');
}

.ness-item .img-4 {
  background: url('../../imgs/index/main-4.png');
}

.ness-item .text {
  margin-top: 30px;
}

.ness-item .text h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 18px;
}

.ness-item .text p {
  line-height: 24px;
  color: var(--color666);
}

.ness-item .more {
  width: 102px;
  border-radius: 8px;
  line-height: 40px;
  color: var(--light-text);
  border: 1px solid var(--light-text);
  position: absolute;
  bottom: 20px;
  left: calc(50% - 51px);
}

.ness-item .more .right-arrow {
  width: 7px;
  height: 11px;
  display: inline-block;
  background: url('../../imgs/index/right.png');
}

.ness-item:hover {
  transform: translateY(-20px);
}

.ness-item:hover .img-1 {
  background: url('../../imgs/index/main-1-light.png');
}

.ness-item:hover .img-2 {
  background: url('../../imgs/index/main-2-light.png');
}

.ness-item:hover .img-3 {
  background: url('../../imgs/index/main-3-light.png');
}

.ness-item:hover .img-4 {
  background: url('../../imgs/index/main-4-light.png');
}

.ness-item:hover h3 {
  color: #D07226;
}

.ness-item:hover .more {
  color: #fff;
  border: none;
  background-color: #D07226;
}

.ness-item:hover .more .right-arrow {
  background: url('../../imgs/index/right-light.png');
}


.platform {
  text-align: center;
}


.block-concat {
  width: 100%;
  margin-top: 46px;
  height: 442px;
  padding-top: 70px;
  background-color: #F4F5F5;
}

.block-concat .title {
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 40px;
  color: var(--weight-text);
}

.block-concat .inner {
  width: 1200px;
  margin: 0 auto;
}

.block-concat .text-item {
  width: 220px;
  text-align: center;
}

.block-concat .text-item h3 {
  font-size: 56px;
  color: var(--light-text);
}

.block-concat .text-item p {
  font-size: 12px;
  margin-top: 15px;
}

.block-concat .line {
  width: 100%;
  height: 1px;
  margin: 67px 0 40px 0;
  background-color: #EDEDED;
}

.block-concat .concat-text h3 {
  font-size: 28px;
  color: var(--light-text);
  margin-bottom: 15px;
}

.block-concat .text-item sup {
  font-size: 24px;
  vertical-align: top;
}

.block-concat .concat-text p {
  font-size: 14px;
  color: var(--def-text);
}

.block-concat .concat-btn {
  font-size: 20px;
  color: #fff;
  width: 173px;
  line-height: 53px;
  border-radius: 10px;
  background-color: #D07226;
}

.block-concat .concat-btn img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}


.block .consult {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.block .consult a {
  width: 550px;
  margin-bottom: 25px;
}

.block .consult img {
  width: 158px;
  height: 128px;
}

.block .text-inner {
  margin-left: 14px;
  padding: 8px 0;
}

.block .text-inner h3 {
  font-size: 16px;
  color: var(--light-text);
}

.block .text-inner .time {
  font-size: 14px;
  margin-top: 9px;
}

.block .text-inner .content2 {
  font-size: 12px;
  margin-top: 20px;
  line-height: 20px;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.block .text-inner .content2 .detail {
  font-size: 12px;
  color: var(--light-text);
  position: absolute;
  bottom: 0;
  right: 0;
}


.regionChoose {
  position: relative;
}

.cityChoose {
  z-index: 100;
  position: absolute;
  background-color: #fff;
  padding: 15px;
  width: 450.5px;
  max-width: 450.5px;
  height: 250px;
  overflow-y: scroll;
  display: none;
  border: 1px solid #E9ECF1;
  /* border-radius: 8px; */
  border-top: 0px;
}

.regionList {
  /* display: flex;
flex-wrap: wrap;
justify-content: space-between; */
}

.regionTitle {
  padding-left: 7px;
  font-size: 18px;
  /* text-align: center; */
}

.regionListMain {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.regionItem {
  padding: 5px 10px;
  width: 48%;
  line-height: 30px;
  color: #888;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.regionItem:hover {
  color: #fff;
  background-color: #355F98;
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}

.regionCircle {
  height: 4px;
  width: 4px;
  border-radius: 50%;
  margin-right: 4px;
  background-color: rgba(85, 85, 85, 1);
  margin-right: 3px;
}

.cityItem {
  padding: 5px 10px;
  width: 48%;
  line-height: 30px;
  color: #888;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.cityItem:hover {
  background: #355F98;
  color: #fff;
}

.toDetail {
  cursor: pointer;
}

.guige {
  display: flex;
  border: 1px solid #E9ECF1;
  border-radius: 8px;
  justify-content: space-between;
}

.guige input {
  border: 0px;
  width: 80%;
}

.guige>div {
  width: 19%;
}

.noneText {
  display: none;
}

.idxnewTitle {
  width: 370px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}