.about-us  .banner-container {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 600px;
  margin-top: 90px;
/*   background: url(../images/concat-us-pic-01.jpg) no-repeat center; */
  background-size: cover;
}

.about-us  .banner-container p {
  /* margin-top: 200px; */
  margin-top: 250px;
  font-size: 58px;
  color: #fff;
  font-weight: bold;
  letter-spacing: .2em;
}

.about-us  .main-container {
  width: 100%;
}

.about-us  .main-container .introduce-container {
  display: flex;
  width: 100%;
  height: 960px;
}

.about-us  .introduce-container .left-container {
  flex: 1;
  position: relative;
  padding-top: 120px;
  padding-right: 260px;
  font-size: 16px;
}

.about-us  .introduce-container .right-container {
  width: 640px;
  height: 100%;
}

.about-us  .introduce-container .left-container .title {
  padding-left: 160px;
  margin-bottom: 50px;
  font-size: 46px;
  font-weight: bold;
  font-family: GOTHIC, sans-serif;
  color: #333;
}

.about-us  .introduce-container .left-container .text-content {
  padding-left: 160px;
  padding-right: 10px;
}
.about-us  .introduce-container .left-container .text-content::-webkit-scrollbar {
  width: 2px;
}

.about-us  .introduce-container .left-container .text-content::-webkit-scrollbar-thumb {
  border-radius: 1px;
  background-color: #2aa33f;
}

.about-us  .introduce-container .left-container .text-content::-webkit-scrollbar-track {
  background: rgba(20, 20, 20, 0.2);
}

.about-us .introduce-container .left-container .text-content p {
  margin-bottom: 30px;
  font-size: 16px;
  color: #333;
  font-family: GOTHIC, sans-serif;
  text-align: justify;
}

.about-us .introduce-container .left-container .explain-list {
  position: absolute;
  bottom: 0;
  display: flex;
  width: 100%;
  height: 290px;
}

.about-us .introduce-container .explain-list .text {
  font-size: 16px;
  color: #fff;
}

.about-us .introduce-container .explain-list .text-data {
  margin-top: 120px;
  font-size: 60px;
  font-weight: bold;
}

.about-us .introduce-container .explain-list .text-data span {
  font-size: 24px;
  font-weight: normal;
}

.about-us .introduce-container .explain-list>div:not(:first-child) {
  flex: 1;
  padding-left: 50px;
}

.about-us .introduce-container .explain-list>div:nth-child(1) {
  box-sizing: border-box;
  width: 410px;
  height: 100%;
  padding-left: 160px;
  background-color: #f5f6f7;
  color: #5fb8bd;
}

.about-us .introduce-container .explain-list>div:nth-child(1) .text {
  color: #333;
}

.about-us .introduce-container .explain-list>div:nth-child(2) {
  height: 100%;
  background-color: #aad7da;
  color: #fff;
}

.about-us .introduce-container .explain-list>div:nth-child(3) {
  height: 100%;
  background-color: #85c8cb;
  color: #fff;
}

.about-us .introduce-container .explain-list>div:nth-child(4) {
  height: 100%;
  background-color: #3aa9ae;
  color: #fff;
}

.about-us .honor-container {
  width: calc(100% - 320px);
  margin: 0 auto;
  margin-top: 120px;
}

.about-us .honor-container .title {
  font-size: 46px;
    font-weight: bold;
    font-family: GOTHIC, sans-serif;
    color: #333;
}

.about-us .honor-container .honor-content {
  display: flex;
  margin-top: 40px;
  transition: All 0.6s ease;
  -webkit-transition: All 0.6s ease;
  -moz-transition: All 0.6s ease;
  -o-transition: All 0.6s ease;
}
.about-us .honor-container .honor-content:hover{
  box-shadow: 0 0 10px #ccc;
}

.about-us .honor-container .honor-content>div {
  flex: 1;
}

.about-us .honor-container .honor-content .text-content {
  padding-top: 70px;
  padding-left: 80px;
  background-color: #f5f6f7;
  font-size: 16px;
}
.about-us .honor-container .honor-content .text-content p{
  margin: 3px 0;
  font-size: 16px;
    color: #333;
    font-family: GOTHIC, sans-serif;
    text-align: justify;
}

.about-us .new-scene {
  display: flex;
  width: calc(100% - 320px);
  margin: 0 auto;
  margin-top: 130px;
}

.about-us .new-scene>div {
  flex: 1;
}

.about-us .new-scene .title {
  font-size: 46px;
    font-weight: bold;
    font-family: GOTHIC, sans-serif;
    color: #333;
}

.about-us .new-scene .text-content p {
  margin-bottom: 20px;
  font-size: 16px;
    color: #333;
    font-family: GOTHIC, sans-serif;
    text-align: justify;
}

.about-us .main-container .quarter-pic {
  width: calc(100% - 320px);
  /* height: 775px; */
  height: auto;
  margin: 0 auto;
  margin-top: 60px;
}
.about-us .honor-container .honor-content>div .pic{
  height: 100%;
  overflow: hidden;
}
.about-us .honor-container .honor-content>div .pic img{
  height: 100%;
  transition: All 0.6s ease;
  -webkit-transition: All 0.6s ease;
  -moz-transition: All 0.6s ease;
  -o-transition: All 0.6s ease;
}
.about-us .honor-container .honor-content:hover .pic img{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}









/* 金融服务 */
.finance .banner-container {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 615px;
  margin-top: 90px;
}
.finance .banner-container p {
  /* margin-top: 200px; */
  margin-top: 270px;
  font-size: 58px;
  color: #fff;
  font-weight: bold;
  letter-spacing: .2em;
}
.financeBox .how-we-can  .text-content ul{
  display: flex;
  flex-direction: row;
  margin-top: 20px;
}
.financeBox .how-we-can  .text-content ul li{
  margin-right: 50px;
  text-align: center;
}
.financeBox .how-we-can .text-content ul li p{
  font-size: 22px;
  color: #39a9ad;
  margin-top: 10px;
  width: 100%;
}
.recruiting-dealers .financeBox .how-we-can .capacity-container>div:first-child{
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 70px;
  display: flex;
  align-items: center;
}
.recruiting-dealers .financeBox .logistics-container .text-content{
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 160px;
  padding-left: 70px;
  display: flex;
  align-items: center;
}
.recruiting-dealers .financeBox  .text-content .text p{
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 10px;
}
.recruiting-dealers .financeBox  .text-content .text p:last-child{
  margin-bottom: 0;
}
.recruiting-dealers .financeBox .logistics-container .text-content .text strong{
  font-weight: bold;
}
.recruiting-dealers .financeBox .text-content .title{
  margin-bottom: 15px;
  line-height: 1;
}




/* 8-25 新增案例视频新页面 */
.about-us .mainvideo{
  width: calc(100% - 320px);
  margin: 0 auto;
  padding-top: 118px;
}
.about-us .topTitle{
  border-bottom: 1px solid #e5e5e5;
  
}
.about-us .topTitle h5{
  font-size: 32px;
  line-height: 1;
  color: #333333;
  font-weight: 400;
  position: relative;
  padding-bottom: 24px;
  display: inline-block;
}
.about-us .topTitle h5::after{
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #45adb1;
  left: 0;
  bottom: -1px;
}
.about-us .videos{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
.about-us .videos .videoItem{
  width: 31.625%;
  margin-top: 50px;
  cursor: pointer;
}
.about-us .videos .videoItem:last-child:nth-child(3n - 1) {
  margin-right: calc(31.625% + 5.125% / 2);
}
.about-us .videos .videoItem .imgs{
  overflow: hidden;
  position: relative;
}
.about-us .videos .videoItem .imgs::after{
  content: '';
  position: absolute;
  width: 60px;
  height: 60px;
  background:url("../images/videoplay.png") no-repeat center center;
  z-index: 5;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  opacity: 0;
  transition: All 0.6s ease;
  -webkit-transition: All 0.6s ease;
  -moz-transition: All 0.6s ease;
  -o-transition: All 0.6s ease;
}
.about-us .videos .videoItem .imgs::before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background:rgba(0, 0, 0, .3);
  z-index: 4;
  top: 0%;
  left: 0%;
  opacity: 0;
  transition: All 0.6s ease;
  -webkit-transition: All 0.6s ease;
  -moz-transition: All 0.6s ease;
  -o-transition: All 0.6s ease;
}
.about-us .videos .videoItem:hover .imgs::after{
  opacity: 1;
}
.about-us .videos .videoItem:hover .imgs::before{
  opacity: 1;
}
.about-us .videos .videoItem .imgs img{
  transition: All 0.6s ease;
    -webkit-transition: All 0.6s ease;
    -moz-transition: All 0.6s ease;
    -o-transition: All 0.6s ease;
}
.about-us .videos .videoItem:hover .imgs img{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.about-us .videos .videoItem .text{
  padding-top: 25px;
}
.about-us .videos .videoItem .text h6{
  font-size: 18px;
  line-height: 26px;
  color: #000;
  font-weight: 400;
}
.about-us .videos .videoItem .text p{
  font-size: 16px;
  line-height: 1;
  color: #666666;
  margin-top: 10px;
}
.about-us .more-btn .yiiPager li{
  display: none;
}
.about-us .more-btn .yiiPager li.next{
  display: block;
  text-align: center;
  margin-top: 50px;
}
.about-us .more-btn .yiiPager li.next a {
  display: inline-block;
  padding: 13px 47px;
  background-color: #E3362A;
  border-radius: 40px;
  font-size: 16px;
  color: #fff;
  transition: All 0.6s ease;
  -webkit-transition: All 0.6s ease;
  -moz-transition: All 0.6s ease;
  -o-transition: All 0.6s ease;
}