
[v-cloak] {
  display: none;
}
img {
    vertical-align: middle;
}
.modeBannertop {
  padding-top: 132px;
}
.min-width {
  min-width: 1200px;
}
/* 首页 */
/* 新闻资讯 */
.el-carousel__indicators {
}
.news-information .el-carousel__indicators--horizontal {
  right: 2%;
  bottom: 2px!important;
  left: unset!important;
  -webkit-transform: unset!important;
  transform: unset !important; 
}
.news-information .el-carousel__indicator--horizontal {
  padding: 5px !important;
}
.news-information .el-carousel__button {
  height: 10px;
  width: 10px;
  border-radius: 50%;
}
.news-information .el-carousel__arrow {
  /*display: none;*/
}
.news-information {
  min-width: 1200px;
  padding: 50px 30px !important;
  background-color: #F7F8FA !important;
}
.home-news-cont {
  display: flex;
  margin-top: 20px;
  width: 100%;
  justify-content: space-between;
}
.home-news-imgWrap {
  width: 45%;
}
.home-news-img {
  position: relative;
}
.home-news-img-info {
  position: absolute;
  z-index: 99;
  bottom: 0;
  background-color: rgba(0, 0, 0, .7);
  color: white;
  font-size: 15px;
  padding: 5px 10px;
  width: 100%;
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
   padding-right: 40%;
}
.home-news-wrap {
  width: 52%;
}
.home-news {
  width: 100%;
}
.home-news-tab {
  width: 100%;
  display: flex;
  font-size: 22px;
  font-weight: bold;
  color: black;
  background-color: #fff;
  cursor: pointer;
}
.home-news-tab-current {
  color: #fff;
  background-color: #1D8C9F;
}
.home-news-tab-item {
  width: 24%;
  text-align: center;
  padding: 6px;
  margin-right: 30px;
}
.home-news-tab-item:last-child {
  margin-right: 0;
}
.home-news-item-top {
  margin-top: 20px;
}
.home-news-item-top-title {
  font-size: 20px;
  line-height: 40px;
  color: black;
}
.home-news-item-top-descr {
  font-size: 16px;
  color: #989898;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
}
.home-news-item {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-left: 12px;
}
.home-news-item::before {
  display: inline-block;
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #707070;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.home-news-item-title {
  font-size: 17px;
  color: #707070;
  width: 80%;
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
}
.home-news-item-date {
  font-size: 17px;
  color: #989898;
}
.home-news-item-more{
  margin-top: 20px;
  font-size: 17px;
  color: #707070;
  display: flex;
  justify-content: flex-end;
}
.brief-introduction{ 
    font-size: 16px;
    color: #989898;
    background-color: #F7F8FA;
}
.platform-service-wrap {
    display: flex;
    justify-content: space-between;
    padding: 20px 2%;
}
.platform-service-item1,
.platform-service-item2,
.platform-service-item3,
.platform-service-item4,
.platform-service-item5,
.platform-service-item6,
.platform-service-item7,
.platform-service-item8,
.platform-service-item9
{
    cursor: pointer;
}
.platform-service-item1:hover,
.platform-service-item2:hover,
.platform-service-item3:hover,
.platform-service-item4:hover,
.platform-service-item5:hover,
.platform-service-item6:hover,
.platform-service-item7:hover,
.platform-service-item8:hover,
.platform-service-item9:hover
{
  background-color: #1F8EA1;
  color: white;
}
.platform-service-item1:hover .platform-service-item-etext,
.platform-service-item2:hover .platform-service-item-etext,
.platform-service-item3:hover .platform-service-item-etext,
.platform-service-item4:hover .platform-service-item-etext,
.platform-service-item5:hover .platform-service-item-etext,
.platform-service-item6:hover .platform-service-item-etext,
.platform-service-item7:hover .platform-service-item-etext,
.platform-service-item8:hover .platform-service-item-etext,
.platform-service-item9:hover .platform-service-item-etext
{
    color: white;
}
.platform-service-item1 {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: white;
    width: 20%;
    height: 240px;
    border-radius: 6px;
    box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, .1);
    /* box-shadow: 2px 2px 1px 1px #1F8EA1; */
}
/* .platform-service-item1:hover {
    background-color: #1F8EA1;
    color: white;
} */
.platform-service-item-img{   
    width: 58px;
    height: 58px;
    margin: 10px auto;
}
.platform-service-item-img-w{   
    width: 58px;
    height: 58px;
    margin: 10px auto;
    display: none;
}
.platform-service-item1:hover .platform-service-item-img-w{
    display: block;
}
.platform-service-item1:hover .platform-service-item-img{
    display: none;
}
.platform-service-item2 {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: white;
    width: 20%;
    height: 240px;
    border-radius: 6px;
    box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, .1);
    /* box-shadow: 2px 2px 1px 1px #4454C5; */
}
/* .platform-service-item2:hover {
    background-color: #4454C5;
    color: white;
} */
.platform-service-item2:hover .platform-service-item-img-w{
    display: block;
}
.platform-service-item2:hover .platform-service-item-img{
    display: none;
}
.platform-service-item-text {
    font-size: 24px;
    font-weight: bold;
}
.platform-service-item-etext {
    font-size: 13px;
    color: #ACACAC;
}
.platform-service-item-wrap {
    width: 58%;
    height: 220px;
}
.platform-service-item-wrap-line{
  display: flex;
  justify-content: space-between;
}
.platform-service-item3 {
    display: flex;
    width: 32.2%;
    background-color: white;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 6px;
    box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, .1);
    /* box-shadow: 2px 2px 1px 1px #5199EE; */
}
/* .platform-service-item3:hover {
    background-color: #5199EE;
    color: white;
} */
.platform-service-item3:hover .platform-service-item-img2-w{
    display: block;
}
.platform-service-item3:hover .platform-service-item-img2{
    display: none;
}
.platform-service-item6 {
    display: flex;
    width: 100%;
    background-color: white;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 6px;
    box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, .1);
    /* box-shadow: 2px 2px 1px 1px #E9BA67; */
}
/* .platform-service-item6:hover {
    background-color: #E9BA67;
    color: white;
} */
.platform-service-item6:hover .platform-service-item-img2-w{
    display: block;
}
.platform-service-item6:hover .platform-service-item-img2{
    display: none;
}
.platform-service-item-img2 {
    width: 45px;
    height: 45px;
    margin-right: 20px;
}
.platform-service-item-img2-w {
    width: 45px;
    height: 45px;
    margin-right: 20px;
    display: none;
}
.platform-service-item-text2 {
    font-size: 20px;
    font-weight: bold;
}
.platform-service-cont-center {
    display: flex;
}
.platform-service-item4 {
    display: flex;
    width: 23.7%;
    background-color: white;
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 6px;
    box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, .1);
    /* box-shadow: 2px 2px 1px 1px #EF9988; */
}
/* .platform-service-item4:hover {
    background-color: #EF9988;
    color: white;
} */
.platform-service-item4:hover .platform-service-item-img3-w{
    display: block;
}
.platform-service-item4:hover .platform-service-item-img3{
    display: none;
}
.platform-service-item-img3 {
    width: 45px;
    height: 45px;
    margin: 5px auto;
}
.platform-service-item-img3-w {
    width: 45px;
    height: 45px;
    margin: 5px auto;
    display: none;
}
.platform-service-item5 {
    display: flex;
    width: 47%;
    background-color: white;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 6px;
    box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, .1);
    /* box-shadow: 2px 2px 1px 1px #A5C77F; */
}
.platform-service-item5:hover .platform-service-item-img3-w{
    display: block;
}
.platform-service-item5:hover .platform-service-item-img3{
    display: none;
}
/* .platform-service-item5:hover {
    background-color: #A5C77F;
    color: white;
} */
.platform-service-item7 {
    display: flex;
    width: 47%;
    background-color: white;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 6px;
    /* box-shadow: 2px 2px 1px 1px #E896AD; */
    box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, .1);
}
.platform-service-item7:hover .platform-service-item-img3-w{
    display: block;
}
.platform-service-item7:hover .platform-service-item-img3{
    display: none;
}
/* .platform-service-item7:hover {
    background-color: #E896AD;
    color: white;
} */
.platform-service-item8 {
    display: flex;
    width: 47%;
    background-color: white;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 6px;
    box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, .1);
    /* box-shadow: 2px 2px 1px 1px #61BFAD; */
}
/* .platform-service-item8:hover {
    background-color: #61BFAD;
    color: white;
} */
.platform-service-item8:hover .platform-service-item-img3-w{
    display: block;
}
.platform-service-item8:hover .platform-service-item-img3{
    display: none;
}

/* 外贸综合服务 */
#tabs-cont {
    background-color: white;
}
.focus2{
    height: 450px;
    border-bottom: 1px solid #e5e5e5;
}

.nav-cont{
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: white;
    position: relative;
    box-shadow: 0 1px 10px 1px rgba(0, 0, 0, .1);
}

.nav-item{
    width: 13%;
    height: 50px;
    color: black;
    font-size: 20px;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    border: none;
}

#content .tab-item{
    width: 100%;
    min-height: 300px;
    padding: 80px 0 50px;
}

[w1200], .w1200 {
    width: 1200px;
    margin: 0px auto;
}
.flex {
    display: flex;
    display: -webkit-flex;
    flex-wrap: nowrap;
}

.tab-cont{
    width: 100%;
}
.tab-item{
    /*width: 100%;*/
    position: relative;
}

#content .active{
    background-color: #2496AB;
    color: white;
}

.show{
    display: block;
}

.hide{
    display: none;
}

#content .tab-item{
    width: 100%;
    min-height: 300px;
}
.process-wrap-row {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
    position: relative;
}
.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}
.process-wrap-row-item {
    width: 18%;
    height: 100px;
    cursor: pointer;
}
.process-wrap-row-item-show {
    width: 100%;
    height: 100%;
    padding: 30px 0;
    position: relative;
    background-image: url('../img/new/images/processBg.png');
    background-size:100% 100%;
}
.process-wrap-row-item:hover .process-wrap-row-item-show{
    display: none;
}
.process-wrap-row-item:hover .process-wrap-row-item-hide{
    display: block;
}
.process-wrap-row-item-hide {
    display: none;
    position: relative;
    margin: auto;
    width: 92%;
    height: 100%;
}
.process-wrap-row-item-hide-top {
    border-radius:8px 8px 0 0 ;
    padding: 12px;
    background-color: #1D8C9F;
    color: #fff;
    font-size: 15px;
    line-height: 22px;
    position: absolute;
    bottom: 76px;
    width: 100%;
}
.process-wrap-row-item-hide-bottom {
    width: 100%;
    border-radius:0 0 8px 8px;
    padding: 8px 0;
    background-color: #E9F4F6;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.process-wrap-row-item-hide-bottom::after {
    content: '';
    display: block;
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translateY(-100%) translateX(-50%);
    border-top: 10px solid transparent;
    border-bottom: 10px solid #E9F4F6;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}
.process-wrap-row-item-img {
    width: 35px;
    /* height: 40px; */
    margin-right: 10px;
}
.process-wrap-row-item-text {
    font-size: 18px;
    font-weight: bold;
}
.process-wrap-row-item-arrow {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
}
.process-wrap-row-item-arrow img{
    width: 18px;
}
.process-wrap-row-item-seq {
    display: inline-block;
    border-radius: 50%;
    padding: 8px;
    background-color: #1D8C9F;
    color: #fff;
    font-size: 15px;
    position: absolute;
    top: 0;
    left: 0;
}

.process-wrap-row-line {
    width: 10%;
}
.process-wrap-row-line img{
    width: 100%;
}

 .yhzx-wrap, .cwfw-wrap {
    text-align: center;
}
.xbfw-title, .yhzx-title, .cwfw-title, .dyck-title {
    font-size: 18px;
    font-weight: bold;
    color: #959595;
}
.dyck-title {
  line-height: 28px;

}
.xbfw-title span, .yhzx-title span, .cwfw-title  span, .dyck-title span{
    color: #1D8C9F;
}
.xbfw-img, .yhzx-img {
    margin: 80px 0;
    width: 58%;
}
.xbfw-search {
  margin-top: 80px;
  margin-left: 50px;
}
.xbfw-zzcx {
  font-size: 28px;
  font-weight: bold;
  color: black;
  margin-bottom: 20px;
}
.xbfw-zzcx img{
  margin-right: 20px;
}
.country-item {
  line-height: 38px;
}
.country-name {
  font-size: 21px;
  font-weight: bold;
  color: black;
}
.country-code {
  font-size: 22px;
  font-weight: bold;
  color: #F9BE21;
}
.xbfw-country-select {
  width: 100%;
  height: 38px;
  background-color: #E8F3F5;
  margin: 30px 0;
}
.xbfw-country-select .el-select {
  width: 100%;
}
.xbfw-country-select .el-select input {
  background-color: #E8F3F5;
  color: black;
  font-size: 18px;
  font-weight: bold;
}
.el-select .el-select__caret:first-child::before {
  content: "\e6e1";
}
.el-select .is-focus .el-select__caret:first-child{
  transform: rotateZ(0deg);
}

.xbfw-country-info-item {
  display: flex;
  line-height: 48px;
}
.xbfw-country-info-item::before {
  content: '';
  display: block;
  position: relative;
  top: 15px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #1D8C9F;
  border: 5px solid #E8F3F5;
  margin-right: 10px;
}
.xbfw-country-info-item-title {
  font-size: 20px;
  font-weight: bold;
  color: #959595;
  margin-right: 10px;
}
.xbfw-country-info-item-cont {
  font-size: 24px;
  font-weight: bold;
  color: black;
}
.xbfw-country-info-item-tip {
  font-size: 16px;
  font-weight: bold;
  color: #959595;
}
.cwfw-item {
    width: 100%;
    height: 920px;
    background-image: url('../img/new/images/wmzh/cwfw.png');
    background-size: 100%;
    background-position:0 80px;
    background-repeat: no-repeat;
}
.jkfwProcss-wrap {
    margin-top: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr  1fr;
}
.jkfwProcss {
    font-size: 17px;
    line-height: 28px;
    height: 120px;
    position: relative;
    padding: 30px;
    box-sizing: border-box;
    background: linear-gradient(135deg, transparent 82%, rgba(0,0,0,.05) 100%);
    /* background-size: 6%;
    background-repeat: no-repeat;
    background-position: 92% 92%; */
}
.jinkou-hide {
    width: 1000px;
    margin: 0 auto;
}
.jkfwProcss-title {
    position: relative;
    z-index: 1;
}
.jkfwProcss-seq {
    position: absolute;
    height: 30px;
    bottom: 10px;
    right: 22px;
    z-index: 0;
}
.jkfwProcss::before {
    width: 10px;
    height: 120px;
    display: inline-block;
    content: '';
    background-image: url('../img/new/images/wmzh/line2.png');
    position: absolute;
    left: 0;
    top: 0;
    background-size: 100%;
}
.process-info-title {
    text-align: center;
    font-size: 22px;
    color: #1D8C9F;
    font-weight: bold;
}
.learn-more {
    cursor: pointer;
    width: 100px;
    color: #767676;
    font-size: 14px;
    position: fixed;
    top: 51%;
    right: 1.5%;
    z-index: 999;
    animation: slide 3s ease-in-out 1s infinite alternate;
}
.learn-more img{
    width: 100px;
}
@keyframes slide {
    0% {
      transform: translateX(0);
    }
    50% {
      transform: translateX(10px);
    }
    100% {
      transform: translateX(-10x);
    }
  }
.hzfw-item-wrap{
    display: flex;
    margin-bottom: 60px;
}
  .hzfw-item {
    width: 45%;
    padding-top: 10px;
    background-image: url('../img/new/images/wmzh/zhBg.png');
    background-repeat: no-repeat;
    background-position: 40% 0%;
    background-size: 100px 100px;
    position: relative;
  }
  .hzfw-item2 {
    width: 45%;
    padding-top: 10px;
    background-image: url('../img/new/images/wmzh/zhBg.png');
    background-repeat: no-repeat;
    background-position: right 0%;
    background-size: 100px 100px;
    position: relative;
    display: flex;
    justify-content: flex-end;
    padding-right: 20px;
  }
  .hzfw-item-float {
    position: absolute;
    left: 210px;
    top: 25px;
    font-size: 20px;
    font-weight: bold;
    background-color: #1D8C9F;
    height: 30px;
    line-height: 30px;
    color: white;
    display: flex;
    align-items: center;
    border-radius: 5px;
    padding: 0 15px;
  }
  .hzfw-item-float::before {
    content: '';
    background-image: url('../img/new/images/wmzh/ArrowShapes.png');
    background-size: cover;
    display: inline-block;
    width: 22px;
    height: 22px;
    margin: 0 5px 0 0px;
  }
  .hzfw-item-float2 {
    position: absolute;
    top: 25px;
    font-size: 20px;
    font-weight: bold;
    background-color: #1D8C9F;
    height: 30px;
    line-height: 30px;
    color: white;
    display: flex;
    align-items: center;
    border-radius: 5px;
    padding: 0 15px;
  }
  .hzfw-item-float2::before {
    content: '';
    background-image: url('../img/new/images/wmzh/ArrowShapes.png');
    background-size: cover;
    display: inline-block;
    width: 22px;
    height: 22px;
    margin: 0 5px 0 0px;
  }
  .hzfw-item-img {
    width: 230px;
    height: 160px;
    position: relative;
  }
  .hzfw-item-img img {
    border-radius: 20px;
    width: 100%;
    height: 100%;
  }

  .company-row1 {
    display: flex;
    align-items: center;
  }
  .company-row1-left {
    width: 540px;
    /* padding: 17px; */
    /* background-image: url('../img/new/images/about/infoBg.png'); */
    background-repeat: no-repeat;
    background-size: 100% 100%;
    /* background-color: white; */
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .company-row1-left img {
    width: 99%;
    position: relative;
    left: 4px;
    top: 2px;
  }
  .company-row1-right {
    flex: 1;
    margin-left: 20px;
  }
  .company-row1-right-text1 {
    font-size: 18px;
    text-indent: 2em;
  }
  .company-row1-right-bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
  }
  .company-row1-right-bottom-item {
    background-color: #2E91B0;
    width: 140px;
    border-radius: 10px;
    text-align: center;
    padding: 5px 0 15px;
  }
  .company-row1-right-bottom-item-text1 {
    font-size: 30px;
    color: white;
    font-weight: bold;
  }
  .company-row1-right-bottom-item-text1 span{
    font-size: 14px;
    margin-left: 2px;
  }
  .company-row1-right-bottom-item-text2{
    font-size: 14px;
    width: 100px;
    background-color: #E5F4F9;
    border-radius: 50px;
    margin: 0 auto;
    margin-top: 5px;
    padding: 1px 0;
  }
  .company-row3-item {
    display: flex;
  }
  .company-row3-top-img {
    width: 46px;
    height: 46px;
    background-color: #2E91B0;
    border-radius: 50%;
    position: relative;
  }
  .company-row3 img{
    width: 28px;
    height: 28px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .company-row3-title {
    height: 46px;
    min-width: 400px;
    font-size: 25px;
    background: url('../img/new/images/about/row3bg.png') no-repeat;
    background-size: cover;
    padding-left: 46px;
    position: relative;
    left: -32px;
    line-height: 46px;
    color: #2E91B0;
    font-weight: bold;
  }
  .company-row3-bottom {
    display: flex;
    margin: 30px 0 30px 100px;
  }


  .gdys-top-img {
    width: 50px;
    height: 50px;
    background-color: #22306F;
    border-radius: 50%;
    position: relative;
  }
  .gdys-top-img img{
    height: 26px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .gdys-top-title{
    font-size: 25px;
    margin-left: 10px;
    font-weight: bold;
    color: black;
  }
  .gdys-top-descr{
    margin-top: 10px;
    font-size: 18px;
    margin-left: 10px;
    color: #6F6F6F;
    line-height: 30px;
  }

  /* 我们的优势 */
  .ys-cont {
    margin-top: 50px;
  }
  .ys-item {
    display: flex;
    background: white;
    padding: 40px;
    border-radius: 30px;
    margin-bottom: 50px;
  }
  .ys-title {
    font-size: 24px;
    font-weight: bold;
    color: black;
    background-image: url('../img/new/images/fwys/icon.png');
    background-repeat: no-repeat;
    background-size: contain;
    line-height: 65px;
    padding-left: 24px;
  }
  .ys-subtitle {
    font-size: 20px;
    font-weight: bold;
    color: #2496AB;
    line-height: 52px;
    padding-left: 24px;
  }
  .ys-descr {
    margin-top: 35px;
    font-size: 20px;
    font-weight: bold;
    color: #6F6F6F;
    line-height: 40px;
    padding-left: 24px;
  }
  .green-border {
    font-size: 24px;
    font-weight: bold;
    color: white;
    background-color: #2E91B0;
    line-height: 45px;
    width: 200px;
    text-align: center;
    border-radius: 10px;
  }
  .green-border-right {
    font-size: 22px;
    font-weight: bold;
    color: black;
    line-height: 45px;
    margin-left: 20px;
  }

  .quesion-wrap{
    width: 100%;
    background: white;
    border: 2px solid #2E91B0;
    border-radius: 20px;
    padding: 30px 50px;
    display: flex;
  }
  .quesion-wrap-left {
    width: 120px;
    height: 150px;
  }
  .quesion-wrap-left img{
    width: 100%;
    height: 100%;
  }
  .quesion-wrap-right {
    flex: 1;
    position: relative;
  }
  .quesion-wrap-right img{
    position: absolute;
    width: 100%;
    right: -70px;
  }
  .quesion-wrap-right-tiwen {
    height: 60px;
    line-height: 70px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    position: relative;
    background-image: url('../img/new/images/about/quesion_line.png');
    background-size: 100% 100%;
    padding: 0 20px;
    left: 70px;
  }
  .quesion-wrap-right-tiwen::before{
    display: inline-block;
    content: '';
    position: absolute; 
    right: 50px;
    top: 32px;
    z-index: 99;
    border-left:10px solid transparent;
    border-right:10px solid transparent;
    border-top:10px solid white;
    border-bottom:10px solid transparent;
  }
  .quesion-wrap-right-answer {
    display: flex;
    align-items: flex-start;
    margin-top: 10px;
    padding-left: 90px;
  }
  .quesion-wrap-right-answer-label {
    font-size: 20px;
    font-weight: bold;
    color: #2E91B0;

  }
  .quesion-wrap-right-answer-cont {
    font-size: 20px;
    font-weight: bold;
    color: black;
  }
  .quesion-wrap-right-tiwen-item-wrap {
    display: none;
    position: absolute;
    width: 99.6%;
    background-color: #2E91B0;
    color: white;
    left: .9px;
    top: 58px;
    font-size: 18px;
  }
  .quesion-wrap-right-tiwen-title {
    cursor: pointer;
  }
  .quesion-wrap-right-tiwen:hover  .quesion-wrap-right-tiwen-item-wrap {
    display: block;

  }
  .quesion-wrap-right-tiwen-item {
    line-height: 46px;
  }
  .quesion-wrap-right-tiwen-item:hover {
    background-color: white;
    color: #2E91B0;
    cursor: pointer;
  }

  /* 跨境电商 */
  .rzlc-arrow {
    width: 22px;
    height: 34px;
    background-image: url('../img/new/images/kjds/arrow.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .rzlc-wrap {
    height: 880px;
    background-image: url('../img/new/images/kjds/dotted.png');
    background-repeat: no-repeat repeat;
    background-position: center;
    background-size: auto 100%;
    position: relative;
  }
  .rzlc-step-text {
    width: 300px;
    background-color: white;
    padding: 12px;
    border-radius: 20px;
    border: 2px solid #2496AB;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, .1);
    line-height: 24px;
    font-size: 16px;
    position: absolute;
  }
  .rzlc-step-img {
    width: 100px;
    height: 36px;
    position: absolute;
  }
  .rzlc-step1-text {
    left: 50%;
    top: 70px;
    transform: translate(-110%, -50%);
  }
  .rzlc-step1-img {
    background: url('../img/new/images/kjds/step1.png');
    background-repeat: no-repeat;
    background-size: contain;
    left: 50%;
    top: 70px;
    transform: translate(-4px, -50%);
  }
  .rzlc-step2-text {
    left: 50%;
    top: 240px;
    transform: translate(10%, -50%);
  }
  .rzlc-step2-img {
    background: url('../img/new/images/kjds/step2.png');
    background-repeat: no-repeat;
    background-size: contain;
    left: 50%;
    top: 240px;
    transform: translate(-75px, -50%);
  }
  .rzlc-step3-text {
    left: 50%;
    top: 420px;
    transform: translate(-110%, -50%);
  }
  .rzlc-step3-img {
    background: url('../img/new/images/kjds/step3.png');
    background-repeat: no-repeat;
    background-size: contain;
    left: 50%;
    top: 420px;
    transform: translate(-4px, -50%);
  }
  .rzlc-step4-text {
    left: 50%;
    top: 630px;
    transform: translate(10%, -50%);
  }
  .rzlc-step4-img {
    background: url('../img/new/images/kjds/step4.png');
    background-repeat: no-repeat;
    background-size: contain;
    left: 50%;
    top: 630px;
    transform: translate(-75px, -50%);
  }
  .rzlc-step5-text {
    left: 50%;
    top: 830px;
    transform: translate(-110%, -50%);
  }
  .rzlc-step5-img {
    background: url('../img/new/images/kjds/step5.png');
    background-repeat: no-repeat;
    background-size: contain;
    left: 50%;
    top: 830px;
    transform: translate(-4px, -50%);
  }

.kjds-operation-item .text-lg{
    font-size: 22px;
    font-weight: bold;
    color: black;
    line-height: 40px;
}
.kjds-operation-item .kjds-descr {
    font-size: 16px;
    line-height: 22px;
}

.kjds-operation-item{
    width: 290px;
}

.kjds-operation-item-icon-container{
    margin: 0 auto;
    padding: 5px;
    border-radius: 50%;
    background-color: white;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 3px solid #2496AB;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, .1);
}
.kjds-operation-item-icon-container img{
    width: 58px;
    /* height: 58px; */
    vertical-align: middle;
}

/* 单一窗口 */
.standard-item {
}
.standard-item-title {
  background-color: #E8F3F5;
  font-size: 22px;
  color: black;
  font-weight: bold;
  text-align: center;
  padding: 5px 0;
  margin-bottom: 26px;
}
.standard-item-icon {
  height: 40px;
  margin-right: 10px;
}
.standard-child-item {
  display: block;
  font-size: 18px;
  color: #2496AB;
  border: 1px solid #2496AB;
  text-align: center;
  padding: 10px 20px;
  cursor: pointer;
  margin-bottom: 26px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.standard-child-item:hover {
  color: white;
  background-color: #2496AB;
  border: 1px solid #2496AB;
  cursor: pointer;
}

.standard-child-item:hover {
  color: white;
}

.law-firm-wrap {
  padding: 80px 0 50px;
}
.law-firm-name {
  font-size: 28px;
  font-weight: bold;
  color: black;
  text-align: center;
}
.law-firm-info {
  margin-top: 50px;
  display: flex;
}
.law-firm-info-img {
  width: 400px;
  height: 280px;
  border-radius: 10px;
  box-shadow: 0 0 8px 2px rgba(0, 0, 0, .4);
}
.law-firm-info-text {
  flex: 1;
  margin-left: 30px;
  font-size: 16px;
  line-height: 26px;
  color: #959595;
}
.law-firm-info-text p{
  margin-bottom: 20px;
}

.law-firm-descr-row {
  margin: 22px 0;
  border-top: 1px solid #D1D1D3;
  padding: 22px 0 0;
  display: flex;
  align-items: center;
}
.law-firm-descr-item {
  flex: 1;
  display: flex;
  align-items: center;
}
.law-firm-descr-item-tag {
  background-color: #E8F3F5;
  color: #1D8C9F;
  padding: 10px 20px;
  font-size: 17px;
  line-height: 17px;
  font-weight: bold;
  border-radius: 20px;
  margin-right: 26px;
  display: flex;
  align-items: center;
  min-width: 150px;
}
.law-firm-descr-item-tag::before { 
  content: '';
  background-image: url('../img/new/images/legalServices/icon7.png');
  display: block;
  width: 20px;
  height: 20px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-right: 10px;
}

.law-firm-descr-item-tag-icon {
  width: 13px;
  height: 13px
}
.law-firm-descr-item-cont {
  font-size: 17px;
  color: #6F6F6F;
}

.legal-services-cont {
  padding-bottom: 100px;
}
.legal-services-subtitle {
  font-size: 26px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 0 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #D1D1D3;
  position: relative;
}
.legal-services-application {
  color: white;
  background-color: #1D8C9F;
  position: absolute;
  right: 0;
  font-size: 19px;
  line-height: 19px;
  font-weight: 400;
  padding: 13px 20px;
  border-radius: 5px;
  cursor: pointer;
}
.legal-services-application:hover {
  opacity: .7;
}
.legal-services-subtitle-xuhao {
  background-color: #E8F3F5;
  font-size: 22px;
  color: #1D8C9F;
  padding: 10px 14px;
  border-radius: 20px 0 20px 0;
  margin-right: 20px;
}
.legal-services-subtitle-text {
  color: black;
}
.legal-services-descr{
  color: #6F6F6F;
  font-size: 18px;
}
.legal-services-info-tag {
  display: flex;
  justify-content: space-around;
  margin: 50px 0;
}
.legal-services-info-tag-item {
  font-size: 20px;
  font-weight: bold;
  color: black;
  text-align: center;
}
.legal-services-info-tag-item-icon {
  width: 88px;
  height: 80px;
  object-fit: contain;
  padding: 18px 10px;
  margin-bottom: 16px;
  border-radius: 8px;
  border: 2px solid #1D8C9F;
  background-color: #E8F3F5;
}
.legal-services-process {
  width: 88%;
  position: relative;
  left: 6%;
  padding: 50px 0;
}
.legal-services-law-firm-wrap {
  margin-bottom: 60px;
}
.legal-services-law-firm-item{
  box-shadow: 1px 4px 12px 3px rgba(0, 0, 0, .1);
  border-radius: 10px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  padding: 15px;
  cursor: pointer;
}
.legal-services-law-firm-item:hover{
  cursor: pointer;
  background-color: #E8F3F5;
  color: #1D8C9F;
}
.legal-services-law-firm-img {
  padding-right: 10px;
}
.legal-services-law-firm-img img{
  width: 50px;
  height: 100%;
  object-fit: contain;
  border-radius: 10px;
}
.legal-services-law-firm-title {
	width: 100%;
	font-size: 14px;
  line-height: 20px;
}
.legal-services-law-firm-title-en {
  font-size: 13px;
}
.legal-services-precautions {
  color: #ACACAC;
  font-size: 16px;
  line-height: 26px;
  border-top: 1px solid #D1D1D3;
  padding-top: 16px;
}

.flfw-title {
	margin: 26px 0px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}
.flfw-title span {
	font-size: 16px;
	font-weight: bold;
	border-left: 4px #1D8C9F solid;
	padding-left: 10px;
}
