/*banner*/
.swiper-container {
  min-width: 1340px;
  width: 100%;
  height: 700px;
}

.swiper-slide {
  width: 100%;
}

.swiper-slide a {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  -o-object-fit: cover;
  object-fit: cover;
}

.swiper-container .swiper-scrollbar {
  left: 0;
  bottom: 40px;
  width: 100%;
}

.swiper-scrollbar-drag {
  border-radius: 0px;
}

.swiper-pagination-bullet-active {
  background: #ffc000;
}

.common {
  margin: 80px 0 40px;
}

.common h5 {
  font-size: 26px;
  color: #333;
  font-weight: normal;
  text-align: center;
  line-height: 26px;
}

.common h1 {
  font-size: 60px;
  color: #111;
  text-align: center;
  line-height: 70px;
  font-weight: 600;
  letter-spacing: -4px;
}

.common i {
  width: 40px;
  height: 4px;
  background-color: #ffc000;
  display: block;
  margin: 10px auto;
}

.about {
  min-width: 1340px;
}

.about .about_content {
  margin-bottom: 80px;
  width: 100%;
  height: 550px;
  background-color: rgba(4, 6, 60, 0.9);
  /* background-image: url(../images/bg@2x.png); */
  /* background-size: cover; */
  /* background-repeat: no-repeat; */
}

.about_content div:first-child {
  width: 50%;
  height: 100%;
  float: left;
}

.about_content div:last-child {
  width: 50%;
  height: 100%;
  float: left;
}

.about_content div:last-child {
  padding: 110px 0 0 50px;
  box-sizing: border-box;
  color: #fff;
}

.about_content div:first-child img {
  display: block;
  width: 642px;
  height: 398px;
  float: right;
  margin: 70px 50px 0 0;
}

.about_content div:last-child h3 {
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 50px;
}

.about_content div:last-child p {
  display: -webkit-box;
  font-size: 16px;
  width: 600px;
  line-height: 40px;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-align: justify;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-box-orient: vertical;
}

.about_content div:last-child a {
  display: inline-block;
  width: 71px;
  height: 24px;
  background-image: url(../images/aboutus_more@2x.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-top: 30px;
}

/*成功案例*/
.case_nav {
  top: 0;
}

.case_nav li a {
  color: #333;
}

/*案例更多*/

.case_more {
  width: 100%;
  color: #111346;
  font-weight: 600;
}

.case_more b {
  position: absolute;
  font-size: 40px;
  right: 30px;
  bottom: 50px;
}

.case_more p {
  position: absolute;
  font-size: 18px;
  right: 30px;
  bottom: 30px;
  line-height: 25px;
}

/**/
.solution_content {
  margin-bottom: 40px;
}

.morenews {
  margin: 60px auto 0;
  display: block;
  width: 48px;
  height: 48px;
  background-image: url(../images/s_more.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border-radius: 5px;
  overflow: hidden;
}

.morenews:hover {
  background-image: url(../images/s_more_a.png);
}

.main_news {
  position: relative;
  width: 100%;
  height: 260px;
  overflow: hidden;
}

.main_news img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.25s ease-out;
}

.main_news .news_model {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  width: 480px;
  height: 260px;
  background: #000;
  opacity: 0.1;
  transition: opacity 0.25s linear;
}

.main_news h3 {
  position: absolute;
  z-index: 1000;
  bottom: 40px;
  left: 30px;
  padding-right: 30px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  transition: all 0.25s linear;
}

.main_news p {
  position: absolute;
  z-index: 1000;
  bottom: 45px;
  left: 30px;
  padding-right: 30px;
  line-height: 25px;
  font-size: 14px;
  color: #fff;
  transition: all 0.25s linear;
}

/*.main_news:hover .news_model{ opacity: 0.7; }*/
.main_news:hover img {
  transform: scale(1.08);
}

.main_news:hover h3 {
  bottom: 75px;
}

.main_news:hover p {
  bottom: 65px;
}

.main_news:hover .news_model {
  opacity: 0.4;
}

.solution_box {
  display: flex;
}
.solution_box a {
  flex-shrink: 0;
  width: calc(33% - 20px);
  display: block;
}

.solution_box a:not(:nth-child(3n)) {
  margin-right: 30px;
}

/**/
.news_list {
  height: 480px;
  /*width: 840px;*/
  width: 842px;
}

.new_list {
  position: relative;
  height: 138px;
  margin-bottom: 33px;
  transition: all 0.45s linear;
}

.new_list:hover {
  background: #f2f2f2;
}

.news_detail {
  width: 654px;
  padding: 18px 10px 26px 40px;
}

.news_detail .news_title {
  height: 40px;
  line-height: 30px;
  font-size: 18px;
  font-weight: 600;
  color: #333;
}

.news_detail p {
  font-size: 14px;
  color: #666;
  line-height: 27px;
}

/*专业服务*/
.service_kuang {
  position: relative;
  min-width: 1340px;
  height: 580px;
}

.service_wrap {
  width: 1290px !important;
}

.service_bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 580px;
  background: url(../images/service_bg.jpg) no-repeat center center;
  background-attachment: fixed;
}

.service {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 580px;
  background: rgba(4, 6, 60, 0.8);
}

.service_main {
  width: 100%;
  margin-top: 90px;
  height: auto;
  text-align: center;
}

.service_main li {
  position: relative;
  float: left;
  width: 300px;
  height: 400px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  padding: 0 38px;
  margin-left: 30px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}

.service_main a:first-child li {
  margin-left: 0px;
}

.service_main li a {
  width: 100%;
  height: 100%;
  display: block;
}

.service_main a li h2 {
  font-size: 28px;
  color: #fefefe;
  line-height: 1.6;
  margin-bottom: 27px;
}

.service_main a li p {
  font-size: 14px;
  text-align: justify;
  line-height: 30px;
  color: #ffffff;
}

.service_main a li i {
  display: block;

  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}

.servivce_main_li1 .service_img {
  margin: 56px auto 52px;
}

.servivce_main_li1 i {
  margin: 56px auto 52px;
  width: 60px;
  height: 60px;
  background: url(../images/location.png) no-repeat center center;
  background-size: cover;
}

.servivce_main_li2 i {
  margin: 61px auto 52px;
  width: 65px;
  height: 65px;
  background: url(../images/logistics.png) no-repeat center center;
  background-size: cover;
}

.servivce_main_li3 i {
  margin: 63px auto 52px;
  width: 76px;
  height: 50px;
  background: url(../images/traffic.png) no-repeat center center;
  background-size: 100%;
}

.servivce_main_li4 {
  margin-right: 0 !important;
}

.servivce_main_li4 i {
  margin: 60px auto 52px;
  width: 60px;
  height: 60px;
  background: url(../images/data.png) no-repeat center center;
}

/* hover */
.service_main a:hover li {
  border: 1px solid transparent;
  background-color: rgba(255, 192, 0, 0.6);
}

.service_main a:hover .servivce_main_li1 i {
  background: url(../images/location_a.png) no-repeat center center;
  background-size: cover;
}

.service_main a:hover .servivce_main_li2 i {
  background: url(../images/logistics_a.png) no-repeat center center;
  background-size: cover;
}

.service_main a:hover .servivce_main_li3 i {
  background: url(../images/traffic_a.png) no-repeat center center;
  background-size: 100%;
}

.service_main a:hover .servivce_main_li4 i {
  background: url(../images/data_a.png) no-repeat center center;
}

/* .service_main li b {
	position: absolute;
	top: 0;
	left: 50%;
	width: 120px;
	height: 139px;
	margin-left: -60px;
	background: url(../images/service_icon1.png) no-repeat center top;
	transition: all 0.7s linear;
} */

/*团队*/
.team {
  min-width: 1340px;
  /*width: 1900px;*/
  /*height: 1600px;*/
  padding-bottom: 120px;
}

.team_header {
  position: relative;
  height: 190px;
  padding: 0px 0 20px;
}

.team_header h3 {
  font-size: 48px;
}

.team_header p {
  width: 900px;
  height: 84px;
  margin-top: 20px;
  font-size: 14px;
  line-height: 24px;
  color: #666;
}

.team_header .team_kuang {
  top: -50px;
}

.evaluation-swiper {
  height: 550px;
}

.evaluation-swiper .evaluation {
  box-sizing: border-box;
  padding: 70px 40px;
  font-size: 18px;
}

.evaluation-swiper .evaluation:nth-child(2n) {
  background-color: #f9f9f9;
}

.evaluation-swiper .evaluation:nth-child(2n-1) {
  background-color: #f1f1f1;
}

.evaluation-swiper .evaluation-content {
  height: 390px;
  line-height: 2;
}

.evaluation-swiper .evaluation-user {
  display: flex;
  align-items: center;
}

.evaluation-swiper .evaluation-user .user-imgbox {
  position: relative;
  margin-right: 20px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
}

.evaluation-swiper .evaluation-user .user-imgbox img {
  width: 100%;
  height: 100%;
}

.evaluation-swiper .user-mess .user-position {
  font-size: 18px;
  color: #3c3c3c;
}

.evaluation-swiper .user-mess .user-name {
  font-size: 14px;
  color: #757575;
}
