/* Animate.css动画演示 */
@import "../plugin/swiper/animate.min.css";

/* Swiper 7.4.1 */
@import "../plugin/swiper/swiper-bundle.min.css";

/* 字体图标 */
@import "../plugin/font/css/font-awesome.min.css";

/* 核心样式 */
@import "../css/core/bootstrap.min.css";

/* 公用样式 */
@import "../css/public.css";

/* main */
/* 新汇梓(上海)国际 */
.int {
  width: 100%;
  float: left;
  position: relative;
  z-index: 2;
  margin-top: -102px;
}
.int>.container {
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  border-radius: 20px 20px 0 0;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  padding: 45px 30px;
}
.title {
  display: block;
  overflow: hidden;
  text-align: center;
  line-height: 18px;
  text-transform: uppercase;
  font-size: 14px;
  color: #acacac;
}
.title h1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 5px;
}
.title h1>img {
  display: block;
  max-width: 100%;
  height: auto;
}
.title h1>span {
  float: left;
  font-family: "Source Han Sans CN";
  font-size: 36px;
  line-height: 42px;
  color: #3b3b3b;
  font-weight: normal;
  padding: 0 10px;
  position: relative;
}
.title h1>span::before {
  content: "";
  width: 70px;
  float: left;
  height: 11px;
  background: url(../images/title-left.png) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.title h1>span::after {
  content: "";
  width: 70px;
  float: left;
  height: 11px;
  background: url(../images/title-left.png) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.int-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}
.int-list>li {
  width: 13%;
  float: left;
  position: relative;
}
.int-list>li::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.int-list>li>a {
  width: 100%;
  height: 100%;
  float: left;
  border-radius: 50%;
  background-color: #f5f5f5;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.int-list>li>a .int-icon {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 40px;
}
.int-list>li>a .int-icon>img:first-child {
  opacity: 1;
}
.int-list>li>a .int-icon>img:last-child {
  opacity: 0;
}
.int-list>li>a h2 {
  width: 100%;
  overflow: hidden;
  margin-top: 10px;
  line-height: 30px;
  font-size: 18px;
  color: #555;
  text-align: center;
  font-weight: normal;
}
.int-list>li>a:hover {
  background-color: #018d4d;
}
.int-list>li>a:hover .int-icon>img:first-child {
  opacity: 0;
}
.int-list>li>a:hover .int-icon>img:last-child {
  opacity: 1;
}
.int-list>li>a:hover h2 {
  color: #fff;
}

@media (max-width: 1300px) {
  .int {
    margin-top: -80px;
  }
  .int>.container {
    padding: 30px;
  }
}

@media (max-width: 991px) {
  .int {
    margin-top: -50px;
  }
  .int>.container {
    padding: 20px;
  }
  .int-list {
    margin-top: 20px;
  }
  .int-list>li>a .int-icon {
    height: 34px;
  }
}

@media (max-width: 767px) {
  .int {
    margin-top: 10px;
  }
  .int>.container {
    padding: 10px;
  }
  .int-list {
    margin-top: 10px;
    justify-content: center;
  }
  .int-list>li {
    width: 24%;
    margin: 0 0.5%;
  }
  .int-list>li>a .int-icon {
    height: 24px;
  }
  .int-list>li>a h2 {
    margin-top: 5px;
    line-height: 24px;
    font-size: 16px;
  }
}

/* 服务项目 */
.service {
  width: 100%;
  overflow: hidden;
  padding-top: 80px;
}
.service-content {
  display: block;
  overflow: hidden;
  margin-top: 35px;
  background: url(../images/service-bj.jpg) no-repeat center center;
  background-size: cover;
  padding: 70px 0;
}
.service-nav {
  width: 260px;
  float: left;
}
.service-nav>li {
  width: 100%;
  float: left;
  margin-bottom: 25px;
}
.service-nav>li:last-child {
  margin: 0;
}
.service-nav>li>a {
  display: block;
  overflow: hidden;
  background-color: #fff;
  border-radius: 0 0 25px 0;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  padding: 30px;
  font-size: 14px;
  color: #bebebe;
  line-height: 20px;
  position: relative;
}
.service-nav>li>a>span {
  display: block;
  overflow: hidden;
  line-height: 28px;
  font-size: 20px;
  color: #373737;
  transition: all 0.4s;
}
.service-nav>li>a::before {
  content: "";
  width: 26px;
  float: right;
  height: 26px;
  background-image: url(../images/more-icon.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-top: 5px;
}
.service-nav>li>a::after {
  content: "";
  width: 0;
  float: left;
  height: 10px;
  background-color: #ff9600;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.4s;
}
.service-nav>li>a:hover,
.service-nav>li.service-active>a {
  background-color: #018d4d;
  color: #fff;
}
.service-nav>li>a:hover::before,
.service-nav>li.service-active>a::before {
  background-image: url(../images/more-icon-white.png);
}
.service-nav>li>a:hover::after,
.service-nav>li.service-active>a::after {
  width: 100%;
}
.service-nav>li>a:hover>span,
.service-nav>li.service-active>a>span {
  color: #fff;
}

.service-right {
  width: 975px;
  float: right;
}
.service-right>div {
  display: none;
  width: 100%;
  float: left;
  position: relative;
}
.service-right>div:first-child {
  display: block;
}
.service-img {
  width: 58.5%;
  float: left;
  overflow: hidden;
  position: relative;
  border-radius: 50px 0 0 0;
  margin-top: 140px;
}
.service-img::before {
  content: "";
  display: block;
  padding-top: 62.257496%;
}
.service-box {
  width: 65.5%;
  float: left;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #fff;
  border-radius: 0 0 0 50px;
  padding: 30px 30px 50px 40px;
}
.service-box>h2 {
  width: 100%;
  float: left;
  position: relative;
  line-height: 38px;
  font-size: 24px;
  color: #373737;
  font-weight: normal;
  padding-bottom: 12px;
  margin-bottom: 20px;
}
.service-box>h2::after {
  content: "";
  width: 252px;
  float: left;
  height: 2px;
  background-color: #ff9600;
  position: absolute;
  left: -190px;
  bottom: 0;
}
.service-text {
  width: 100%;
  float: left;
  line-height: 22px;
  font-size: 15px;
  color: #666;
}
.service-text>span {
  display: block;
  overflow: hidden;
  color: #018d4d;
}
.service-more {
  width: 100%;
  float: right;
  display: flex;
  padding-left: calc(58.5% + 25px);
  margin-top: -50px;
}
.service-more>a {
  width: 136px;
  float: left;
  height: 50px;
  border: 1px solid #018d4d;
  font-size: 14px;
  color: #018d4d;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.service-more>a:hover {
  background-color: #018d4d;
  color: #fff;
}

@media (max-width: 1300px) {
  .service {
    padding-top: 50px;
  }
  .service-content {
    padding: 50px 0;
  }
  .service-nav {
    width: 24%;
  }
  .service-nav>li>a {
    padding: 20px;
  }
  .service-right {
    width: 74%;
  }
  .service-img {
    margin-top: 180px;
  }
  .service-box {
    width: 70%;
    padding: 30px;
  }
  .service-box>h2::after {
    left: -150px;
  }
}

@media (max-width: 991px) {
  .service {
    padding-top: 30px;
  }
  .service-content {
    padding: 30px 0;
  }
  .service-img {
    width: 100%;
    margin: 0;
  }
  .service-box {
    width: 100%;
    padding: 20px;
    position: relative;
  }
  .service-box>h2::after {
    left: 0;
  }
  .service-more {
    padding-left: 0;
    margin-top: 20PX;
  }
}

@media (max-width: 767px) {
  .service {
    padding-top: 15px;
  }
  .title {
    line-height: 16px;
  }
  .title h1>span {
    font-size: 20px;
    line-height: 30px;
  }
  .service-content {
    padding: 15px 0;
    margin-top: 15px;
  }
  .service-nav {
    width: 102%;
    margin-left: -1%;
    display: flex;
    flex-wrap: wrap;
  }
  .service-nav>li {
    width: 48%;
    margin: 0 1% 10px 1%;
  }
  .service-nav>li>a {
    padding: 10px;
    font-size: 12px;
  }
  .service-nav>li>a>span {
    line-height: 24px;
    font-size: 16px;
  }
  .service-nav>li>a::before {
    width: 20px;
    height: 20px;
    margin: 0;
  }
  .service-nav>li>a::after {
    display: none;
  }
  .service-right {
    width: 100%;
  }
  .service-box {
    width: 100%;
    padding: 10px;
    border-radius: 0;
  }
  .service-box>h2 {
    line-height: 30px;
    font-size: 18px;
    padding-bottom: 5px;
    margin-bottom: 10px;
  }
  .service-more {
    padding-left: 0;
    margin-top: 10px;
    justify-content: center;
  }
  .service-more>a {
    width: 116px;
    height: 32px;
  }
}

/* 新汇梓(上海) */
.about {
  width: 100%;
  overflow: hidden;
  background: url(../images/about-bj.jpg) no-repeat center center;
  background-size: cover;
  padding: 70px 0 105px 0;
}
.about .title {
  color: #fff;
}
.about-content {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  padding-bottom: 50px;
}
.about-left {
  width: 50%;
  float: left;
}
.about-left>div {
  width: 100%;
  float: right;
  max-width: 640px;
  position: relative;
}
.about-box {
  width: 100%;
  float: left;
  padding: 40px 40px 80px 40px;
  background-color: #fff;
}
.about-box>img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 6px 0;
}
.about-box .about-text {
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 15px;
  color: #5d5c5c;
  margin-top: 15px;
  min-height: 270px;
}

.about-nav {
  width: 150%;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  bottom: -50px;
  z-index: 2;
}
.about-nav>li {
  width: 33.33333%;
  float: left;
  border-right: 1px solid #e1e1e1;
}
.about-nav>li:last-child {
  border: none;
  border-radius: 0 50px 50px 0;
  overflow: hidden;
}
.about-nav>li>a {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  overflow: hidden;
  height: 100px;
  font-size: 18px;
  color: #363636;
  background-color: #fff;
}
.about-nav>li>a>.about-icon {
  width: 40px;
  float: left;
  height: 40px;
  overflow: hidden;
  position: relative;
  margin-right: 25px;
}
.about-nav>li>a>.about-icon>img:first-child {
  opacity: 1;
}
.about-nav>li>a>.about-icon>img:last-child {
  opacity: 0;
}
.about-nav>li>a>h2 {
  font-size: 18px;
  color: #363636;
  font-weight: normal;
}
.about-nav>li>a:hover {
  background-color: #ff9600;
}
.about-nav>li>a:hover>.about-icon>img:first-child {
  opacity: 0;
}
.about-nav>li>a:hover>.about-icon>img:last-child {
  opacity: 1;
}
.about-nav>li>a:hover>h2 {
  color: #fff;
}
.about-right {
  width: 50%;
  float: left;
  overflow: hidden;
  position: relative;
}

@media (max-width: 1300px) {
  .about {
    padding: 70px 0;
  }
}

@media (max-width: 1200px) {
  .about {
    padding: 50px 0;
  }
}

@media (max-width: 991px) {
  .about {
    padding: 30px 0;
  }
  .about-nav {
    width: 175%;
  }
  .about-nav>li>a>.about-icon {
    margin-right: 15px;
  }
  .about-nav>li>a>h2 {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .about {
    padding: 20px;
  }
  .about-content {
    margin-top: 15px;
    padding-bottom: 0;
  }
  .about-left {
    width: 100%;
  }
  .about-box {
    padding: 15px;
  }
  .about-box .about-text {
    line-height: 24px;
    font-size: 13px;
    margin-top: 10px;
    min-height: initial;
  }
  .about-nav {
    width: 100%;
    position: relative;
    bottom: 0;
    display: flex;
  }
  .about-nav>li:last-child {
    border-radius: 0;
  }
  .about-nav>li>a {
    flex-wrap: wrap;
    height: 100%;
    font-size: 16px;
    padding: 10px;
    align-items: flex-start;
    align-content: flex-start;
  }
  .about-nav>li>a>.about-icon {
    width: 100%;
    height: 30px;
    margin: 0 0 10px 0;
  }
  .about-nav>li>a>h2 {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
  }
  .about-right {
    width: 100%;
  }
  .about-right::before {
    content: "";
    display: block;
    padding-top: 60%;
  }
}

/* 车辆展示 */
.car {
  width: 100%;
  overflow: hidden;
  padding: 80px 0;
}
#certify {
  position: relative;
  width: 100%;
  display: flex;
  margin-top: 35px;
}
#certify .swiper {
  width: 100%;
}
#certify .swiper-slide {
  width: 860px;
  position: relative;
}
#certify .swiper-slide .car-img {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 18px;
}
#certify .swiper-slide .car-img::before {
  content: "";
  display: block;
  padding-top: 57.4418605%;
}
#certify .swiper-slide .car-img::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 1;
}
#certify .swiper-slide>a {
  width: 294px;
  float: left;
  height: 78px;
  line-height: 78px;
  font-size: 18px;
  color: #fff;
  padding-left: 25px;
  background-color: #018d4d;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  opacity: 0;
}
#certify .swiper-slide>a::before {
  content: ">";
  width: 78px;
  float: right;
  height: 78px;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  font-family: SimSun;
  background-color: #ff9600;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
#certify .swiper-slide-active .car-img::after {
  opacity: 0;
}
#certify .swiper-slide-active>a {
  opacity: 1;
}
#certify .swiper-button-prev {
  left: -94px;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50%;
}
#certify .swiper-button-prev>img {
  width: 100%;
  height: 100%;
  display: block;
}
#certify .swiper-button-next {
  right: -94px;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50%;
}
#certify .swiper-button-next>img {
  width: 100%;
  height: 100%;
  display: block;
}
#certify .swiper-button-prev::after,
#certify .swiper-button-next::after {
  display: none;
}

@media (max-width: 1500px) {
  #certify .swiper-button-prev {
    left: 0;
  }
  #certify .swiper-button-next {
    right: 0;
  }
}

@media (max-width: 1300px) {
  .car {
    padding: 50px 0;
  }
}

@media (max-width: 991px) {
  .car {
    padding: 30px 0;
  }
  #certify .swiper-slide {
    width: 85%;
  }
}

@media (max-width: 767px) {
  .car {
    padding: 15px 0;
  }
  #certify {
    margin-top: 15px;
  }
  #certify .swiper-slide {
    width: 100%;
  }
  #certify .swiper-slide>a {
    width: 160px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    padding-left: 15px;
    opacity: 1;
  }
  #certify .swiper-slide>a::before {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
  #certify .swiper-button-prev {
    width: 30px;
    height: 30px;
  }
  #certify .swiper-button-next {
    width: 30px;
    height: 30px;
  }
}

/* 新闻资讯 */
.news {
  width: 100%;
  overflow: hidden;
  background-color: #f2f2f2;
  padding: 75px 0;
}
.news-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}
.news-left {
  width: 34.6875%;
  float: left;
}
.news-left>a {
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
}
.news-left>a::before {
  content: "";
  display: block;
  padding-top: 101.576577%;
}
.news-left>a .news-hover {
  width: calc(100% - 30px);
  float: left;
  padding: 25px 20px;
  background-color: #fff;
  position: absolute;
  left: 15px;
  bottom: 15px;
  z-index: 2;
}
.news-left>a .news-hover>h2 {
  display: block;
  overflow: hidden;
  line-height: 26px;
  font-size: 18px;
  color: #018d4d;
  font-weight: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-left>a .news-hover>.news-text {
  display: block;
  overflow: hidden;
  height: 36px;
  line-height: 18px;
  margin-top: 10px;
  font-size: 14px;
  color: #6d6d6d;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-left>a:hover>img {
  transform: scale(1.1);
}

.news-right {
  width: 64.0625%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.news-right>li {
  width: calc(50% - 8px);
  float: left;
  margin-bottom: 16px;
}
.news-right>li>a {
  width: 100%;
  float: left;
  display: flex;
  padding: 20px;
  background-color: #fff;
}
.news-right>li>a .news-img {
  width: 132px;
  float: left;
  overflow: hidden;
  position: relative;
}
.news-right>li>a .news-box {
  flex: 1;
  float: left;
  padding-left: 15px;
}
.news-right>li>a .news-box>h2 {
  display: block;
  overflow: hidden;
  line-height: 24px;
  height: 48px;
  font-size: 18px;
  color: #373737;
  font-weight: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-right>li>a .news-box>.news-time {
  display: block;
  overflow: hidden;
  line-height: 22px;
  font-size: 14px;
  color: #018d4d;
  text-decoration: underline;
  margin-top: 30px;
}
.news-right>li>a:hover {
  background-color: #018d4d;
}
.news-right>li>a:hover .news-box>h2,
.news-right>li>a:hover .news-box>.news-time {
  color: #fff;
}

@media (max-width: 1300px) {
  .news {
    padding: 50px 0;
  }
  .news-right>li>a {
    padding: 15px;
  }
}

@media (max-width: 991px) {
  .news {
    padding: 30px 0;
  }
  .news-content {
    margin-top: 20px;
  }
  .news-right {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .news {
    padding: 15px 0;
  }
  .news-content {
    margin-top: 15px;
  }
  .news-right>li {
    width: 100%;
    margin-bottom: 10px;
  }
  .news-right>li>a {
    padding: 10px;
  }
  .news-right>li>a .news-img {
    width: 120px;
  }
  .news-right>li>a .news-box>h2 {
    line-height: 22px;
    height: 44px;
    font-size: 16px;
  }
}

/* 联系我们 */
.contacts {
  width: 100%;
  overflow: hidden;
  background: url(../images/contact-bj.jpg) no-repeat center center;
  background-size: cover;
  padding: 90px 0;
}
.contact-left {
  width: 30%;
  float: left;
  margin-top: 30px;
}
.contact-left>h1 {
  width: 100%;
  float: left;
  line-height: 36px;
  font-size: 30px;
  color: #fff;
  font-weight: normal;
}
.contact-icon {
  width: 100%;
  float: left;
  padding: 35px 0 25px 0;
  border-bottom: 1px solid #717171;
}
.contact-icon>a {
  width: 42px;
  float: left;
  height: 42px;
  border: 1px solid #fff;
  border-radius: 50%;
  font-size: 20px;
  color: #fff;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  margin-right: 28px;
  position: relative;
}
.contact-icon>a:last-child {
  font-size: 30px;
}
.contact-img {
  width: 150px;
  float: left;
  height: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 100%;
}
.contact-img>img {
  width: 150px;
  height: 150px;
  display: block;
}
.contact-icon>a:hover {
  background-color: #fff;
  color: #018d4d;
}
.contact-icon>a:hover .contact-img {
  height: 150px;
}

.contact-phone {
  width: 100%;
  float: left;
  margin-top: 25px;
  border-bottom: 1px solid #717171;
  line-height: 30px;
  font-size: 18px;
  color: #fff;
  padding: 0 0 20px 30px;
  background: url(../images/contact-icon1.png) no-repeat left 5px;
}
.contact-phone>span {
  display: block;
  overflow: hidden;
  line-height: 44px;
  font-size: 30px;
  color: #ff9600;
  font-weight: bold;
}
.contact-address {
  width: 100%;
  float: left;
  margin-top: 20px;
  line-height: 24px;
  font-size: 18px;
  color: #fff;
  padding-left: 30px;
  background: url(../images/contact-icon2.png) no-repeat left top;
}

.contact-right {
  width: 64%;
  float: right;
}
.contact-form {
  width: 100%;
  float: left;
  background-color: #fff;
  padding: 25px 35px 40px 45px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact-form-title {
  width: 100%;
  float: left;
  line-height: 44px;
  font-size: 30px;
  color: #4e4e4e;
  position: relative;
  margin-bottom: 15px;
}
.contact-form-title::before {
  content: "";
  width: 64px;
  float: left;
  height: 2px;
  background-color: #ff9600;
  position: absolute;
  left: -90px;
  top: 22px;
}
.contact-form-title::after {
  content: "";
  width: 118px;
  float: left;
  height: 2px;
  background-color: #018d4d;
  position: absolute;
  left: -145px;
  top: 33px;
}
.contact-form>input {
  width: calc(50% - 5px);
  float: left;
  margin-bottom: 10px;
  border: 1px solid #c2c2c2;
  height: 50px;
  line-height: 48px;
  padding: 0 20px;
  font-size: 18px;
  color: #333;
}
.contact-form>textarea {
  width: 100%;
  float: left;
  margin-bottom: 10px;
  border: 1px solid #c2c2c2;
  height: 102px;
  line-height: 24px;
  padding: 12px 20px;
  font-size: 18px;
  color: #333;
}
.contact-form>button {
  width: 160px;
  float: left;
  height: 54px;
  margin-top: 10px;
  background-color: #018d4d;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  border-radius: 0 20px 0 20px;
}
.contact-form>button:hover {
  background-color: #ff9600;
}

@media (max-width: 1300px) {
  .contacts {
    padding: 50px 0;
  }
}

@media (max-width: 991px) {
  .contacts {
    padding: 30px 0;
  }
  .contact-left {
    width: 35%;
  }
  .contact-right {
    width: 60%;
  }
  .contact-form {
    padding: 25px 25px 25px 30px;
  }
  .contact-form-title::before {
    left: -70px;
  }
  .contact-form-title::after {
    left: -125px;
  }
  .contact-form>input {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .contacts {
    padding: 15px 0;
  }
  .contact-left {
    width: 100%;
    margin: 0;
  }
  .contact-left>h1 {
    line-height: 30px;
    text-align: center;
    font-size: 20px;
  }
  .contact-icon {
    padding: 10px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .contact-icon>a {
    width: 30px;
    height: 30px;
    font-size: 16px;
    margin: 0 10px;
  }
  .contact-icon>a:last-child {
    font-size: 24px;
  }
  .contact-phone {
    margin-top: 10px;
    line-height: 24px;
    font-size: 16px;
    padding: 0 0 10px 30px;
  }
  .contact-phone>span {
    line-height: 30px;
    font-size: 20px;
  }
  .contact-address {
    margin-top: 10px;
    line-height: 24px;
    font-size: 16px;
  }

  .contact-right {
    width: 100%;
    margin-top: 10px;
  }
  .contact-form {
    padding: 10px;
  }
  .contact-form-title {
    line-height: 30px;
    font-size: 20px;
    margin-bottom: 10px;
    text-align: center;
  }
  .contact-form-title::before,
  .contact-form-title::after {
    display: none;
  }
  .contact-form>input {
    width: 100%;
    height: 40px;
    line-height: 38px;
    padding: 0 10px;
    font-size: 14px;
  }
  .contact-form>textarea {
    height: 122px;
    line-height: 24px;
    padding: 7px 10px;
    font-size: 14px;
  }
  .contact-form>button {
    width: 120px;
    height: 40px;
    font-size: 16px;
    border-radius: 0 10px 0 10px;
  }
}

/* END-main */

/* 关于我们 */
.main {
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #dadada;
}
.main-title {
  width: 100%;
  padding: 30px 0;
  background-color: #018d4d;
}
.main-title>.container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.place-title {
  float: left;
}
.place-title>h1 {
  display: block;
  overflow: hidden;
  line-height: 36px;
  font-size: 30px;
  color: #fff;
  font-family: "Source Han Sans CN";
}
.place-title>span {
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  line-height: 16px;
  font-size: 14px;
  color: #fff;
}
.place-title>span::after {
  content: "";
  width: 92px;
  float: left;
  height: 1px;
  background-color: #71bf9b;
  margin: 0 0 5px 8px;
}

.menu-list {
  flex: 1;
  float: right;
  display: flex;
  justify-content: flex-end;
  transition: initial;
}
.menu-list>li {
  width: 144px;
  float: left;
  margin-left: 25px;
}
.menu-list>li>a {
  display: block;
  overflow: hidden;
  height: 52px;
  line-height: 50px;
  border: 1px solid #fff;
  border-radius: 5px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 15px;
}
.menu-list>li:hover>a,
.menu-list>li.menu-active>a {
  background-color: #ff9600;
  border-color: #ff9600;
  color: #fff;
}

.main-content {
  width: 100%;
  padding: 60px 0;
}
.company {
  display: block;
  overflow: hidden;
  font-size: 16px;
  line-height: 36px;
  color: #353535;
}

@media (max-width: 1300px) {
  .main-content {
    padding: 50px 0;
  }
}

@media (max-width: 991px) {
  .main-content {
    padding: 30px 0;
  }
}

@media (max-width: 767px) {
  .main-title {
    padding: 0;
  }
  .menu-title {
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    color: #fff;
    position: relative;
  }
  .menu-title-active {
    text-align: left;
  }
  .menu-title-active::after {
    content: "\f078";
    font-family: FontAwesome;
    font-size: 16px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .menu-list {
    display: none;
    width: 100%;
    flex: none;
  }
  .menu-list>li {
    width: 100%;
    margin: 0 0 5px 0;
  }
  .menu-list>li>a {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    padding: 0 10px;
  }

  .main-content {
    width: 100%;
    padding: 15px 0;
  }
  .company {
    line-height: 24px;
    font-size: 14px;
  }
}
/* END-关于我们 */

/* 服务项目/车辆展示 */
.service-list {
  display: flex;
  flex-wrap: wrap;
  width: 1305px;
}
.service-list>li {
  width: 410px;
  float: left;
  margin: 0 25px 30px 0;
}
.service-list>li>a {
  display: block;
  overflow: hidden;
}
.service-list>li video{
  width: 100%;
  height: 235px;
}
.service-list>li>a>.service-img {
  width: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 0;
  margin: 0;
}
.service-list>li>a>.service-img::before {
  content: "";
  display: block;
  padding-top: 63.41463415%;
}
.service-list>li>a>h2 {
  display: block;
  overflow: hidden;
  height: 77px;
  line-height: 76px;
  text-align: center;
  border: 1px solid #d9d9d9;
  padding: 0 15px;
  font-size: 18px;
  color: #353535;
  font-weight: normal;
}
.service-list>li>a:hover>.service-img>img {
  transform: scale(1.1);
}
.service-list>li>a:hover>h2 {
  background-color: #018d4d;
  border-color: #018d4d;
  color: #fff;
}

.product-details {
  display: block;
  overflow: hidden;
}
.product-details-left {
  width: calc(50% - 20px);
  overflow: hidden;
  position: relative;
  border-color: #ccc;
}
.product-details-left::before {
  content: "";
  display: block;
  padding-top: 75%;
}
.product-details-right {
  width: calc(50% - 20px);
}
.product-details-right>h1 {
  display: block;
  overflow: hidden;
  font-size: 30px;
  color: #333;
  line-height: 1;
}
.product-details-text {
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 14px;
  color: #666;
  margin: 30px 0;
}
.product-details-more {
  display: block;
  overflow: hidden;
}
.product-details-more>a {
  width: 33%;
  float: left;
  height: 50px;
  background-color: #018d4d;
  border-radius: 5px;
  font-size: 16px;
  color: #fff;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.product-details-content {
  width: 100%;
  margin-top: 40px;
  font-size: 16px;
  line-height: 36px;
}
.product-details-title {
  display: block;
  overflow: hidden;
  background-color: #f1f1f1;
  margin-bottom: 20px;
}
.product-details-title>span {
  float: left;
  background-color: #018d4d;
  padding: 10px 20px;
  font-size: 18px;
  color: #fff;
}
.product-details-content img {
  display: block;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 auto;
}

@media (max-width: 1300px) {
  .service-list {
    width: 102%;
    margin-left: -1%;
  }
  .service-list>li {
    width: 31.33333%;
    margin: 0 1% 30px 1%;
  }
}

@media (max-width: 991px) {
  .service-list>li>a>h2 {
    height: 55px;
    line-height: 54px;
  }
}

@media (max-width: 767px) {
  .service-list>li {
    width: 48%;
    margin: 0 1% 10px 1%;
  }
  .service-list>li>a>h2 {
    height: 41px;
    line-height: 40px;
    font-size: 16px;
    padding: 0 10px;
  }

  .product-details-left,
  .product-details-right {
    width: 100%;
  }
  .product-details-right>h1 {
    font-size: 16px;
    margin-top: 15px;
  }
  .product-details-text {
    font-size: 14px;
    line-height: 24px;
    margin: 10px 0;
  }
  .product-details-more>a {
    height: 40px;
  }
  .product-details-content {
    font-size: 14px;
    line-height: 24px;
  }
  .product-details-title {
    margin-bottom: 10px;
  }
  .product-details-title>span {
    padding: 10px 15px;
  }
.service-list>li video{
  width: 100%;
  height: 145px;
}
}
/* END-服务项目/车辆展示 */

/* 新闻中心 */
.news-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.news-list>li {
  width: calc(50% - 10px);
  float: left;
  margin-bottom: 20px;
}
.news-list>li>a {
  width: 100%;
  float: left;
  display: flex;
  padding: 20px;
  background-color: #f1f1f1;
}
.news-list>li>a .news-img {
  width: 132px;
  float: left;
  overflow: hidden;
  position: relative;
}
.news-list>li>a .news-box {
  flex: 1;
  float: left;
  padding-left: 15px;
}
.news-list>li>a .news-box>h2 {
  display: block;
  overflow: hidden;
  line-height: 24px;
  height: 28px;
  font-size: 18px;
  color: #373737;
  font-weight: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-list>li>a .news-box>h3 {
  display: block;
  overflow: hidden;
  line-height: 22px;
  height: 48px;
  font-size: 12px;
  color: #666;
  font-weight: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-list>li>a .news-box>.news-time {
  display: block;
  overflow: hidden;
  line-height: 22px;
  font-size: 14px;
  color: #018d4d;
  text-decoration: underline;
  margin-top: 10px;
}
.news-list>li>a:hover {
  background-color: #018d4d;
}
.news-list>li>a:hover .news-box>h2,
.news-list>li>a:hover .news-box>h3,
.news-list>li>a:hover .news-box>.news-time {
  color: #fff;
}

.news-details {
  display: block;
  overflow: hidden;
}
.news-details-title {
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 20px;
  color: #333;
  font-weight: bold;
  line-height: 30px;
}
.news-details-time {
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 14px;
  color: #666;
  line-height: 1.1;
  padding: 15px 0;
  border-bottom: 1px dashed #ccc;
}
.news-details-content {
  display: block;
  overflow: hidden;
  font-size: 16px;
  line-height: 30px;
  padding-top: 20px;
}
.news-details-content img {
  display: block;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .news-list>li {
    width: 100%;
    margin-bottom: 10px;
  }
  .news-list>li>a {
    padding: 10px;
  }
  .news-list>li>a .news-box>h2 {
    line-height: 22px;
    height: 44px;
    font-size: 16px;
  }

  .news-details-title {
    font-size: 16px;
  }
  .news-details-time {
    padding: 5px 0;
  }
  .news-details-content {
    font-size: 14px;
    line-height: 24px;
  }
}
/* END-新闻中心 */

/* 联系我们 */
.contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact-txt {
  width: 40%;
  float: left;
  background-color: #018d4d;
  color: #fff;
  padding: 30px;
  font-size: 16px;
  line-height: 36px;
}
.contact-map {
  width: 60%;
  float: left;
  overflow: hidden;
  height: 400px;
  border: none;
}

@media (max-width: 767px) {
  .contact-txt {
    width: 100%;
    padding: 15px;
    font-size: 14px;
    line-height: 24px;
  }
  .contact-map {
    width: 100%;
    height: 300px;
  }
}
/* END-联系我们 */