* {
  padding: 0;
  margin: 0;
}
body,
th,
td,
button,
input,
select,
textarea {
  font-size: 14px;
  font-weight: 300;
  font-family: "微软雅黑", "Microsoft Yahei";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
ul,
li {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
/* page分页 */
.page-box {
  text-align: center;
}
.page-box .page-box-top a {
  display: inline-block;
  line-height: 24px;
  font-size: 14px;
  padding: 5px 10px;
  border: 1px solid #ddd;
  color: #333;
  font-weight: 500;
}
.page-box .page-box-top .page-num {
  padding: 5px 20px;
}
.page-box .page-box-top .page-num-current {
  background: #05864e;
  color: #fff;
}
.page-box .page-box-bottom {
  display: none;
}
/* head区域 */
.header-top {
  /* 头部logo等 */
  /* 导航条 */
}
.header-top .header-none {
  display: flex;
  display: none;
  justify-content: space-between;
  padding-top: 10px;
}
.header-top .header-none p {
  font-size: 14px;
}
.header-top .header-none ul {
  display: flex;
  justify-content: space-between;
}
.header-top .header-none ul li {
  padding: 0 2px;
}
.header-top .header-none ul li a {
  font-size: 14px;
  color: #444;
}
.header-top .container .logo-box {
  display: flex;
  justify-content: space-between;
  height: 100px;
  padding: 20px 0;
}
.header-top .container .logo-box .logo-l {
  height: 100%;
  display: flex;
  justify-content: flex-start;
}
.header-top .container .logo-box .logo-l > article {
  padding-left: 20px;
}
.header-top .container .logo-box .logo-l > article > p:first-child {
  font-size: 24px;
  font-weight: bold;
  margin: 0;
}
.header-top .container .logo-box .logo-l > article > p:first-child > span {
  color: #e90206;
}
.header-top .container .logo-box .logo-l > article > p:last-child {
  font-size: 16px;
}
.header-top .container .logo-box .logo-r > p:first-child {
  font-size: 18px;
  margin: 0;
}
.header-top .container .logo-box .logo-r > p:last-child {
  font-size: 24px;
  font-weight: bold;
  margin: 0;
  color: #05864e;
}
.header-top .navbar-a {
  background: #05864e;
}
.header-top .navbar-a .navbar-ul {
  width: 1200px;
  height: 40px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  justify-content: space-between;
}
.header-top .navbar-a .navbar-ul li {
  width: 100%;
  height: 100%;
  margin: 0 10px;
  text-align: center;
  line-height: 14px;
}
.header-top .navbar-a .navbar-ul li > a {
  font-size: 14px;
  line-height: 40px;
  display: block;
  color: #fff;
}
.header-top .navbar-a .navbar-ul li a:hover {
  background: #f8cd06;
  color: #000;
}
.header-top .navbar-a .navbar-ul .active {
  background: #f8cd06;
}
.header-top .navbar-a .navbar-ul .active > a {
  color: #000;
}
/* head-foot */
.head-foot-banner {
  width: 100%;
  overflow: hidden;
}
.head-foot-banner .head-foot-banner-box img {
  display: block;
}
.head-foot-nav {
  width: 100%;
  text-align: center;
}
.head-foot-nav .head-foot-nav-box ul {
  display: flex;
  justify-content: center;
}
.head-foot-nav .head-foot-nav-box ul li {
  margin: 20px 15px;
}
.head-foot-nav .head-foot-nav-box ul li a {
  display: block;
  font-size: 16px;
  padding: 10px 0px;
  color: #444;
  border-bottom: 2px solid transparent;
}
.head-foot-nav .head-foot-nav-box ul li .active {
  border-bottom: 2px solid #04C002;
  color: #04C002;
}
/* 中间通用 */
.general-top {
  text-align: center;
  padding: 30px 0;
}
.general-top h2 {
  font-size: 30px;
  font-weight: bold;
  margin: 0;
  padding: 10px 0;
}
.general-top h3 {
  color: #e90206;
  margin: 0;
  padding-bottom: 10px;
}
/* 精彩活动 */
.activity {
  width: 70%;
  margin: 0px auto;
}
.activity .activity-center ul {
  display: flex;
  justify-content: space-between;
}
.activity .activity-center ul li {
  width: 587px;
}
.activity .activity-center ul li a {
  display: block;
}
.activity .activity-center ul li a img {
  width: 100%;
  height: auto;
}
.activity .activity-center ul li article a {
  font-size: 24px;
  line-height: 60px;
  color: #000;
}
.activity .activity-center ul li article p {
  color: #555;
  font-size: 14px;
}
.activity .activity-center ul li article button {
  font-size: 16px;
}
/* 十年磨剑 */
.sword {
  width: 100%;
  margin: 20px auto;
}
.sword .sword-center {
  position: relative;
}
.sword .sword-center > ul {
  width: 70%;
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  z-index: 1;
  justify-content: space-between;
}
.sword .sword-center > ul .active {
  background-color: #05864e;
  color: #fff;
}
.sword .sword-center > ul li {
  width: 25%;
  text-align: center;
  padding: 33px 0;
  background-color: #fff;
  box-shadow: 0px 0px 10px #ddd;
}
.sword .sword-center > ul li p {
  font-size: 24px;
  margin: 0;
}
.sword .sword-center > ul li strong {
  font-size: 14px;
}
.sword .sword-center .sword-footer {
  width: 100%;
  height: 600px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.sword .sword-center .sword-footer ul {
  height: 600px;
}
.sword .sword-center .sword-footer ul li {
  width: 100%;
  height: 100%;
  display: none;
  overflow: hidden;
}
.sword .sword-center .sword-footer ul li img {
  display: block;
  width: 100%;
}
.sword .sword-center .sword-footer ul li video {
  width: 100%;
  height: 100%;
}
.sword .sword-center .sword-footer ul .active {
  display: block;
}
/* 电动观光车，巡逻车 */
.tour,
.patrol {
  width: 70%;
  margin: 20px auto;
}
.tour .tour-top,
.patrol .tour-top {
  display: flex;
  justify-content: space-between;
  line-height: 56px;
  padding: 60px 0 10px;
}
.tour .tour-top .tour-top-left h2,
.patrol .tour-top .tour-top-left h2 {
  font-size: 24px;
  color: #000;
  margin: 0;
  line-height: 60px;
}
.tour .tour-top .tour-top-left h2 span,
.patrol .tour-top .tour-top-left h2 span {
  color: #ccc;
  font-weight: bold;
  padding-left: 10px;
}
.tour .tour-top .tour-top-right ul,
.patrol .tour-top .tour-top-right ul {
  display: flex;
  justify-content: space-between;
  height: 100%;
}
.tour .tour-top .tour-top-right ul li,
.patrol .tour-top .tour-top-right ul li {
  padding: 0 10px;
}
.tour .tour-top .tour-top-right ul li a,
.patrol .tour-top .tour-top-right ul li a {
  display: block;
  line-height: 60px;
  font-size: 16px;
  color: #444;
}
.tour .tour-center,
.patrol .tour-center {
  display: flex;
  justify-content: space-between;
  border: 1px solid #ddd;
  padding: 5px;
}
.tour .tour-center .tour-center-left,
.patrol .tour-center .tour-center-left {
  transition: all 0.5s;
}
.tour .tour-center .tour-center-left a,
.patrol .tour-center .tour-center-left a {
  display: block;
}
.tour .tour-center .tour-center-left a strong,
.patrol .tour-center .tour-center-left a strong {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.tour .tour-center .tour-center-left a strong img,
.patrol .tour-center .tour-center-left a strong img {
  width: 650px;
  transition: all 0.5s;
}
.tour .tour-center .tour-center-left span,
.patrol .tour-center .tour-center-left span {
  display: block;
  font-size: 18px;
  line-height: 45px;
  text-align: center;
}
.tour .tour-center .tour-center-left span a,
.patrol .tour-center .tour-center-left span a {
  color: #444;
}
.tour .tour-center .tour-center-left p,
.patrol .tour-center .tour-center-left p {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.tour .tour-center .tour-center-left p a,
.patrol .tour-center .tour-center-left p a {
  width: 46%;
  margin: 0 10px 5px 10px;
  line-height: 35px;
  text-align: center;
  display: block;
  background: #B9E7FD;
  color: #444;
}
.tour .tour-center .tour-center-left p a:last-of-type,
.patrol .tour-center .tour-center-left p a:last-of-type {
  background: #C3C8FB;
}
.tour .tour-center .tour-center-left:hover,
.patrol .tour-center .tour-center-left:hover {
  background-color: #05864e;
}
.tour .tour-center .tour-center-left:hover span a,
.patrol .tour-center .tour-center-left:hover span a {
  color: #fff;
}
.tour .tour-center .tour-center-left:hover img,
.patrol .tour-center .tour-center-left:hover img {
  transform: scale(1.1);
}
.tour .tour-center .tour-center-right ul,
.patrol .tour-center .tour-center-right ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: center;
}
.tour .tour-center .tour-center-right ul li,
.patrol .tour-center .tour-center-right ul li {
  width: 48%;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin-bottom:15px;
}
.tour .tour-center .tour-center-right ul li a,
.patrol .tour-center .tour-center-right ul li a {
  display: block;
}
.tour .tour-center .tour-center-right ul li a strong,
.patrol .tour-center .tour-center-right ul li a strong {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.tour .tour-center .tour-center-right ul li a strong img,
.patrol .tour-center .tour-center-right ul li a strong img {
  width: 100%;
  transition: all 0.5s;
}
.tour .tour-center .tour-center-right ul li a span,
.patrol .tour-center .tour-center-right ul li a span {
  display: block;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  background: #f3f3f3;
  color: #333;
}
.tour .tour-center .tour-center-right ul li a:hover span,
.patrol .tour-center .tour-center-right ul li a:hover span {
  background-color: #05864e;
  color: #fff;
}
.tour .tour-center .tour-center-right ul li a:hover img,
.patrol .tour-center .tour-center-right ul li a:hover img {
  transform: scale(1.1);
}
.tour .tour-bottom,
.patrol .tour-bottom {
  overflow: hidden;
  border: 1px solid #ddd;
  margin-top: 10px;
}
.tour .tour-bottom ul,
.patrol .tour-bottom ul {
  display: flex;
  justify-content: space-between;
}
.tour .tour-bottom ul li,
.patrol .tour-bottom ul li {
  width: 24%;
  text-align: center;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.tour .tour-bottom ul li a,
.patrol .tour-bottom ul li a {
  display: block;
}
.tour .tour-bottom ul li a span,
.patrol .tour-bottom ul li a span {
  display: block;
  font-size: 16px;
  color: #000;
  line-height: 40px;
}
.tour .tour-bottom ul li img,
.patrol .tour-bottom ul li img {
  width: 98%;
}
/* 电动老爷车 */
.Sir {
  width: 70%;
  margin: 20px auto;
}
.Sir .Sir-top {
  padding: 60px 0 20px;
}
.Sir .Sir-top .Sir-top-left h2 {
  font-size: 24px;
  color: #000;
}
.Sir .Sir-top .Sir-top-left h2 span {
  color: #ccc;
  font-weight: bold;
  padding-left: 10px;
}
.Sir .Sir-center-right {
  width: 100%;
}
.Sir .Sir-center-right ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.Sir .Sir-center-right ul li {
  width: 24%;
  border: 1px solid #Ddd;
  margin-bottom: 15px;
}
.Sir .Sir-center-right ul li a {
  display: block;
}
.Sir .Sir-center-right ul li a strong {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.Sir .Sir-center-right ul li a strong img {
  width: 100%;
  transition: all 0.5s;
}
.Sir .Sir-center-right ul li a span {
  color: #444;
  display: block;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
}
.Sir .Sir-center-right ul li a:hover span {
  background-color: #05864e;
  color: #fff;
}
.Sir .Sir-center-right ul li a:hover img {
  transform: scale(1.1);
}
/* 关于我们 */
.about .about-top {
  width: 70%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 60px 0;
}
.about .about-top .about-top-l {
  width: 40%;
}
.about .about-top .about-top-l .about-top-l-a h2 {
  font-size: 28px;
  font-weight: bold;
}
.about .about-top .about-top-l .about-top-l-a h3 {
  font-size: 20px;
  color: #444;
  margin: 0;
}
.about .about-top .about-top-l .about-top-l-b h4 {
  line-height: 46px;
}
.about .about-top .about-top-r {
  width: 50%;
  overflow: hidden;
}
.about .about-top .about-top-r video {
  width: 100%;
}
.about .about-center {
  width: 70%;
  margin: 0 auto;
}
.about .about-center .about-center-t {
  display: flex;
  padding-bottom: 30px;
}
.about .about-center .about-center-t > h2 {
  font-size: 22px;
  cursor: pointer;
  padding-right: 20px;
}
.about .about-center .about-center-t .active {
  color: #05864e;
}
.about .about-center .about-center-b ul {
  display: none;
  justify-content: space-between;
}
.about .about-center .about-center-b ul li {
  width: 24%;
  border: 1px solid #ddd;
  padding: 5px;
}
.about .about-center .about-center-b ul li a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.about .about-center .about-center-b ul li a img {
  width: 100%;
  transition: all 0.5s;
}
.about .about-center .about-center-b ul li a img:hover {
  transform: scale(1.05);
}
.about .about-center .about-center-c ul {
  display: none;
  justify-content: space-between;
}
.about .about-center .active ul {
  display: flex;
}
/* 交车动态 */
.delivery {
  width: 70%;
  margin: 20px auto;
}
.delivery .general-top h3 {
  color: #888;
}
.delivery .delivery-bottom ul li a {
  display: block;
  text-align: center;
}
.delivery .delivery-bottom ul li a img {
  width: 100%;
}
.delivery .delivery-bottom ul li a span {
  display: block;
  color: #444;
  font-size: 16px;
  padding-top: 10px;
  line-height: 32px;
}
/* 品牌案例 */
.brand {
  width: 100%;
  margin: 20px auto;
  background: url(../img/home.jpg) no-repeat center top;
}
.brand .general-top h3 {
  color: #888;
}
.brand .brand-center {
  text-align: center;
  padding-bottom: 20px;
}
.brand .brand-center ul li {
  display: inline-block;
  width: 100px;
  line-height: 32px;
}
.brand .brand-center ul li a {
  color: #333;
  font-size: 16px;
}
.brand .brand-center ul .active {
  background-color: #05864e;
}
.brand .brand-center ul .active a {
  color: #fff;
}
.brand .brand-bottom {
  width: 70%;
  margin: 0 auto;
  padding-bottom: 40px;
}
.brand .brand-bottom ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.brand .brand-bottom ul li {
  width: 33%;
  text-align: center;
  margin-bottom: 10px;
}
.brand .brand-bottom ul li a {
  display: block;
}
.brand .brand-bottom ul li a p {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.brand .brand-bottom ul li a p img {
  width: 100%;
}
.brand .brand-bottom ul li a span {
  display: block;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  color: #333;
}
.brand .brand-bottom .brand-more {
  text-align: center;
  padding: 20px 0;
}
.brand .brand-bottom .brand-more a {
  display: block;
  font-size: 24px;
  line-height: 32px;
  width: 188px;
  margin: 0 auto;
  padding: 5px 10px;
  border: 1px solid #05864e;
  font-weight: 500;
  color: #444;
  border-radius: 20px;
  transition: all 0.5s;
}
.brand .brand-bottom .brand-more a:hover {
  background: #fff;
  color: #000;
  border: 1px solid transparent;
}
/* 行业新闻 */
.news {
  width: 70%;
  margin: 20px auto;
  display: flex;
  justify-content: space-between;
}
.news > article {
  width: 30%;
}
.news .news-left .news-left-t,
.news .news-center .news-left-t {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #333;
  line-height: 40px;
}
.news .news-left .news-left-t strong,
.news .news-center .news-left-t strong {
  font-size: 18px;
}
.news .news-left .news-left-t a,
.news .news-center .news-left-t a {
  color: #000;
}
.news .news-left .news-left-b li,
.news .news-center .news-left-b li {
  line-height: 38px;
}
.news .news-left .news-left-b li a,
.news .news-center .news-left-b li a {
  display: flex;
  justify-content: space-between;
  color: #333;
  font-size: 14px;
}
.news .news-left .news-left-b li a img,
.news .news-center .news-left-b li a img {
  width: 35%;
  height: 100%;
}
.news .news-left .news-left-b li a article,
.news .news-center .news-left-b li a article {
  width: 60%;
}
.news .news-left .news-left-b li a article strong,
.news .news-center .news-left-b li a article strong {
  display: block;
  width: 240px;
  color: #000;
  font-size: 16px;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news .news-left .news-left-b li a article p,
.news .news-center .news-left-b li a article p {
  margin: 5px 0;
  color: #555;
}
.news .news-left .news-left-b li a article b,
.news .news-center .news-left-b li a article b {
  display: block;
  width: 240px;
  height: 40px;
  color: #555;
  font-size: 14px;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news .news-left .news-left-b li:first-child,
.news .news-center .news-left-b li:first-child {
  list-style: none;
}
.news .news-right .news-left-t {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #333;
  line-height: 40px;
}
.news .news-right .news-left-t strong {
  font-size: 18px;
}
.news .news-right .news-left-t a {
  color: #000;
}
.news .news-right .news-right-b li {
  line-height: 30px;
}
.news .news-right .news-right-b li a {
  display: block;
  color: #333;
  font-size: 14px;
}
.news .news-right .news-right-b li a p {
  display: block;
  color: #000;
}
.news .news-right .news-right-b li a p i {
  font-style: normal;
  display: inline-block;
  width: 24px;
  height: 24px;
  background-color: #05864e;
  color: #fff;
  text-align: center;
  line-height: 24px;
  margin-right: 10px;
}
.news .news-right .news-right-b li a span {
  display: block;
  color: #555;
  margin: 0 0 10px;
}
.news .news-right .news-right-b li a span i {
  font-style: normal;
  display: inline-block;
  width: 24px;
  height: 24px;
  background-color: #04C002;
  color: #fff;
  text-align: center;
  line-height: 24px;
  margin-right: 10px;
}
/* 友情链接 */
.link {
  width: 70%;
  margin: 20px auto;
  background: #05864e;
}
.link h2 {
  margin: 0;
  color: #fff;
  padding: 10px 0 20px 20px;
}
.link .link-b ul {
  display: flex;
  flex-wrap: wrap;
}
.link .link-b ul li {
  padding: 0 10px 10px 20px;
}
.link .link-b ul li a {
  font-size: 16px;
  color: #fff;
}
/* 图 */
.figure {
  width: 70%;
  margin: 0 auto;
}
.figure article {
  text-align: center;
}
/* 底部 */
.footer {
  background-color: #20262d;
}
.footer .footer-head ul {
  text-align: center;
  border-bottom: 1px solid #2c343e;
}
.footer .footer-head ul li {
  display: inline-block;
  line-height: 48px;
  font-size: 16px;
  margin: 0 10px;
}
.footer .footer-head ul li a {
  color: #ccc;
}
.footer .footer-center {
  display: flex;
  justify-content: space-between;
  width: 70%;
  margin: 0 auto;
}
.footer .footer-center .footer-center-l {
  padding: 0 40px;
}
.footer .footer-center .footer-center-l h2 {
  color: #ccc;
}
.footer .footer-center .footer-center-l ul li {
  line-height: 24px;
}
.footer .footer-center .footer-center-l ul li p {
  font-size: 14px;
  color: #ccc;
}
.footer .footer-center .footer-center-l ul li p a {
  font-size: 14px;
  color: #ccc;
}
.footer .footer-center .footer-center-r p {
  display: inline-block;
  margin: 30px 30px;
}
.footer .footer-center .footer-center-r p a span {
  display: block;
  text-align: center;
  color: #ccc;
  font-size: 16px;
  line-height: 35px;
}
.footer .footer-bottom {
  width: 50%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.footer .footer-bottom p {
  color: #ccc;
}
.footer .footer-bottom p a {
  color: #ccc;
}
/* 产品CSS */
.pr-banner .banner-box {
  display: block;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.pr-banner .banner-box img {
  width: 100%;
  cursor: pointer;
}
.pr-top .pr-top-box {
  width: 70%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.pr-top .pr-top-box .pr-top-l {
  display: flex;
  line-height: 100px;
}
.pr-top .pr-top-box .pr-top-l p {
  margin: 0;
  color: #a7a25a;
  text-transform: uppercase;
  font-size: 44px;
  font-family: Arial;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
}
.pr-top .pr-top-box .pr-top-l b {
  margin: 0;
  font-style: normal;
  color: #444;
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 600;
  overflow: hidden;
  white-space: nowrap;
}
.pr-top .pr-top-box .pr-top-l span {
  font-family: Georgia;
  font-size: 38px;
  color: #ff9c01;
  font-weight: bold;
  margin: 0 12px;
}
.pr-top .pr-top-box .pr-top-r h4 {
  display: block;
  margin: 0;
  line-height: 100px;
}
.pr-top .pr-top-box .pr-top-r h4 i {
  padding-right: 10px;
}
.pr-top .pr-top-box .pr-top-r h4 a {
  color: #555;
}
.pr-center {
  border-top: 1px solid #ddd;
  padding: 60px 0;
  min-height: 300px;
}
.pr-center ul {
  width: 70%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pr-center ul li {
  width: 30%;
  overflow: hidden;
  margin: 10px 0;
  border: 1px solid #ddd;
}
.pr-center ul li a {
  display: block;
  text-align: center;
  line-height: 36px;
  font-size: 18px;
  color: #333;
  transition: all 0.5s;
}
.pr-center ul li a p {
  margin: 0;
  overflow: hidden;
}
.pr-center ul li a p img {
  width: 100%;
  height: auto;
  transition: all 0.5s;
}
.pr-center ul li a:hover img {
  transform: scale(1.1);
}
.pr-center ul li a:hover {
  box-shadow: 0 0 10px #888;
}
.pr-bottom {
  width: 70%;
  margin: 0 auto;
}
.pr-bottom .pr-bottom-top {
  text-align: center;
  padding-bottom: 30px;
}
.pr-bottom .pr-bottom-top h2 {
  font-size: 22px;
  font-weight: 700;
  margin: 0;
}
.pr-bottom .pr-bottom-top h3 {
  font-size: 14px;
  margin: 0;
}
.pr-bottom .pr-bottom-center p {
  font-size: 16px;
  line-height: 28px;
  font-weight: 700;
  padding-bottom: 30px;
}
.pr-bottom .pr-bottom-center .pr-bottom-sf {
  width: 100%;
  height: 410px;
  overflow: hidden;
  margin: 0 auto;
}
.pr-bottom .pr-bottom-center .pr-bottom-sf ul {
  width: 100%;
  overflow: hidden;
}
.pr-bottom .pr-bottom-center .pr-bottom-sf ul li {
  display: block;
  width: 200px;
  height: 410px;
  position: relative;
  float: left;
  -moz-transition: all 0.1s;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  background-color: rgba(0, 0, 0, 0.2);
}
.pr-bottom .pr-bottom-center .pr-bottom-sf ul li .pr-bottom-title {
  width: 100%;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  color: #fff;
}
.pr-bottom .pr-bottom-center .pr-bottom-sf ul li .pr-bottom-title h3 {
  margin: 0;
  padding: 10px 10px;
  font-weight: normal;
}
.pr-bottom .pr-bottom-center .pr-bottom-sf ul li .pr-bottom-title p {
  display: none;
  font-size: 14px;
  text-align: justify;
  padding: 0 12px;
}
.pr-bottom .pr-bottom-center .pr-bottom-sf ul li .pr-bottom-title .active {
  display: block;
}
.pr-bottom .pr-bottom-center .pr-bottom-sf ul li img {
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.pr-bottom .pr-bottom-center .pr-bottom-sf ul .active {
  width: 326px;
  background-color: rgba(0, 0, 0, 0);
}
.pr-bottom .pr-bottom-center .pr-bottom-sf ul .active .pr-bottom-title {
  background-color: rgba(5, 134, 78, 0.62);
}
.pr-bottom .pr-bottom-center .pr-bottom-sf ul:hover li {
  width: 200px;
}
.pr-bottom .pr-bottom-center .pr-bottom-sf ul li:hover {
  width: 326px;
  background-color: rgba(0, 0, 0, 0);
}
.pr-bottom .pr-bottom-center .pr-bottom-sf ul li:hover .pr-bottom-title p {
  display: block;
}
.pr-bottom .pr-bottom-center .pr-bottom-sf ul li:hover .pr-bottom-title {
  background-color: rgba(5, 134, 78, 0.62);
}
.pr-bottom .pr-bottom-bottom {
  padding-bottom: 60px;
}
.pr-bottom .pr-bottom-bottom h2 {
  font-size: 24px;
  padding: 30px 0;
}
.pr-bottom .pr-bottom-bottom ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pr-bottom .pr-bottom-bottom ul li {
  width: 23%;
}
.pr-bottom .pr-bottom-bottom ul li a {
  display: block;
  position: relative;
}
.pr-bottom .pr-bottom-bottom ul li a p img {
  width: 100%;
}
.pr-bottom .pr-bottom-bottom ul li a strong {
  position: absolute;
  top: 5%;
  left: 5%;
  width: 90%;
  height: 90%;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.3;
  display: none;
}
.pr-bottom .pr-bottom-bottom ul li a strong h4 {
  display: block;
  font-size: 18px;
  height: 100%;
  color: #fff;
  text-align: center;
  margin: 0px;
  transform: translateY(48%);
}
.pr-bottom .pr-bottom-bottom ul li a strong h5 {
  font-size: 16px;
  color: #fff;
  padding: 0px 20px;
  line-height: 24px;
}
.pr-bottom .pr-bottom-bottom ul li:hover strong {
  display: block;
}
/* 产品内页 */
.prt-offer .prt-offer-a {
  display: flex;
  justify-content: space-between;
  padding: 0 5%;
}
.prt-offer .prt-offer-a ul {
  display: flex;
}
.prt-offer .prt-offer-a ul li a {
  display: block;
  width: 130px;
  line-height: 60px;
  font-size: 18px;
  text-align: center;
  color: #333;
}
.prt-offer .prt-offer-a ul li a i {
  padding-right: 10px;
}
.prt-offer .prt-offer-a ul li .active {
  background-color: #58BE0E;
  color: #fff;
}
.prt-offer .prt-offer-a .prt-pffer-b li {
  background-color: #58BE0E;
}
.prt-offer .prt-offer-a .prt-pffer-b li a {
  width: 170px;
  color: #fff;
}
.prt-offer .prt-offer-a .prt-pffer-b li:last-child {
  background-color: #e84545;
}
/* 基本信息 */
.prt-info .prt-info-container {
  width: 70%;
  margin: 0 auto;
}
.prt-info .prt-info-container h1 {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 300;
}
.prt-info .prt-info-container ul {
  display: flex;
}
.prt-info .prt-info-container ul li {
  padding: 0 40px;
  border-right: 1px solid #ccc;
}
.prt-info .prt-info-container ul li h2 {
  font-size: 24px;
  color: #333;
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 300;
}
.prt-info .prt-info-container ul li p {
  font-size: 16px;
  color: #999;
  font-weight: 300;
}
/* 概述 */
.prt-describe {
  margin-top: 70px;
}
.prt-describe .prt-describe-top {
  position: relative;
}
.prt-describe .prt-describe-top h1 {
  text-align: center;
  display: block;
  background-color: #fff;
  width: 100px;
  margin: 0 auto;
  font-weight: 300;
  font-size: 36px;
}
.prt-describe .prt-describe-top::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #dadada;
  position: absolute;
  left: 0;
  top: 25px;
  z-index: -1;
}
.prt-describe .prt-describe-banner {
  width: 70%;
  margin: 0 auto;
  padding: 60px 0;
}
.prt-describe .prt-describe-banner ul li {
  text-align: center;
}
.prt-describe .prt-describe-banner .f100 {
  color: #333;
}
.prt-describe .prt-describe-banner-x {
  width: 70%;
  margin: 0 auto;
}
.prt-describe .prt-describe-banner-x ul li {
  width: 25%;
  opacity: 0.4;
}
.prt-describe .prt-describe-banner-x ul li img {
  width: 100%;
}
.prt-describe .prt-describe-banner-x ul .swiper-slide-thumb-active {
  opacity: 1;
}
.prt-describe-fix {
  position: fixed;
  top: 0;
  width: 100%;
  text-align: center;
  background-color: #fff;
  z-index: 9999999;
}
/* 配置 */
.prt-configuration {
  margin-top: 70px;
  margin: 40px 0;
  padding: 20px 0;
}
.prt-configuration h2 {
  font-weight: 300;
  text-align: center;
  font-size: 36px;
}
.prt-configuration .prt-configuration-body {
  width: 70%;
  margin: 0 auto;
  margin-top: 40px;
}
.prt-configuration .prt-configuration-body table {
  width: 100%;
  height: auto;
  border-collapse: collapse;
}
.prt-configuration .prt-configuration-body table tr {
  height: 50px;
}
.prt-configuration .prt-configuration-body table tr th {
  font-size: 16px;
  color: #fff;
  background: #333;
  padding: 0 50px;
}
.prt-configuration .prt-configuration-body table tr td {
  font-size: 16px;
  color: #333;
  padding: 0 50px;
}
.prt-configuration .prt-configuration-body table tr:nth-child(odd) {
  background-color: #f6f6f6;
}
.prt-configuration .prt-configuration-body h5 {
  margin-top: 30px;
  font-size: 14px;
  color: #666;
  font-weight: 300;
  line-height: 26px;
}
/* 公司优势 */
.prt-describe-bottom {
  width: 70%;
  margin: 0 auto;
}
.prt-describe-bottom h2 {
  margin-bottom: 20px;
  font-weight: 300;
  text-align: center;
  font-size: 36px;
}
.prt-describe-bottom .prt-describe-bottom-box {
  margin: 0 auto;
  text-align: center;
}
.prt-describe-bottom .prt-describe-bottom-box p {
  padding: 20px 0;
  margin: 0;
}
.prt-describe-bottom .prt-describe-bottom-box img {
  height: auto;
}
/* 购车流程 */
.prt-process {
  width: 70%;
  margin: 0px auto;
  padding: 20px 0;
}
.prt-process h2 {
  font-weight: 300;
  text-align: center;
  font-size: 36px;
}
.prt-process .prt-process-box img {
  width: 100%;
}
.prt-process .prt-process-box ul {
  display: flex;
  justify-content: space-between;
  text-align: center;
}
.prt-process .prt-process-box ul li {
  width: 11.5%;
  font-size: 18px;
}
.prt-process .prt-process-box p {
  text-align: center;
  padding-top: 30px;
  font-size: 14px;
}
.prt-process .prt-process-box p a {
  color: #FF3333;
}
/* 获取报价 */
.prt-obtain {
  background: #f6f6f6;
  margin: 40px 0;
  padding: 20px 0;
}
.prt-obtain .prt-obtain-top {
  text-align: center;
}
.prt-obtain .prt-obtain-top h2 {
  font-weight: 300;
  text-align: center;
  font-size: 36px;
  padding: 20px 0;
}
.prt-obtain .prt-obtain-top p {
  font-size: 16px;
  color: #666;
}
.prt-obtain .prt-obtain-top p a {
  color: #04C002;
  text-decoration: none;
}
.prt-obtain .prt-obtain-box {
  width: 70%;
  margin: 0 auto;
}
.prt-obtain .prt-obtain-box form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 20px 0;
}
.prt-obtain .prt-obtain-box form .prt-obtain-box-n {
  padding: 10px;
  background: #fff;
  border: 1px solid #ebebeb;
  width: 40%;
}
.prt-obtain .prt-obtain-box form .prt-obtain-box-n label {
  font-size: 16px;
  font-weight: normal;
}
.prt-obtain .prt-obtain-box form .prt-obtain-box-n input {
  width: 85%;
  height: 38px;
  border: none;
  outline: none;
  font-size: 16px;
  padding-left: 10px;
  resize: none;
}
.prt-obtain .prt-obtain-box form .prt-obtain-box-b {
  width: 100%;
  padding: 10px;
  background: #fff;
  border: 1px solid #ebebeb;
  margin-top: 20px;
}
.prt-obtain .prt-obtain-box form .prt-obtain-box-b label {
  font-size: 16px;
  font-weight: normal;
  vertical-align: middle;
}
.prt-obtain .prt-obtain-box form .prt-obtain-box-b textarea {
  width: 85%;
  height: 150px;
  border: none;
  outline: none;
  font-size: 16px;
  padding-left: 10px;
  resize: none;
  vertical-align: top;
}
.prt-obtain .prt-obtain-box form .prt-obtain-box-t {
  width: 100%;
  text-align: center;
  margin: 20px 0;
}
.prt-obtain .prt-obtain-box form .prt-obtain-box-t button {
  width: 200px;
  line-height: 60px;
  background-color: #58be0e;
  border: none;
  color: #fff;
  font-size: 18px;
}
/* 内页相关车型 */
.prt-delivery {
  width: 100%;
  margin: 40px 0;
  padding: 20px 0;
  text-align: center;
}
.prt-delivery .prt-general-top h2 {
  font-weight: 300;
  text-align: center;
  font-size: 36px;
  padding: 20px 0;
}
.prt-delivery .prt-delivery-bottom {
  width: 92%;
  margin: 0 auto;
  overflow: hidden;
}
.prt-delivery .prt-delivery-bottom .prt-delivery-slide a {
  display: block;
  text-align: center;
  border: 1px solid transparent;
  transition: all 0.5s;
}
.prt-delivery .prt-delivery-bottom .prt-delivery-slide a img {
  width: 100%;
  padding: 10px;
}
.prt-delivery .prt-delivery-bottom .prt-delivery-slide a article h3 {
  font-size: 18px;
  color: #333;
  margin-top: 0;
  margin-bottom: 5px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  font-weight: 300;
}
.prt-delivery .prt-delivery-bottom .prt-delivery-slide a article p {
  font-size: 16px;
  color: #999;
  line-height: 18px;
}
.prt-delivery .prt-delivery-bottom .prt-delivery-slide a:hover {
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.prt-delivery .prt-delivery-bottom .prt-delivery-slide a:hover article h3 {
  color: #04C002;
}
/* 内页客户案例 */
.prt-case {
  width: 92%;
  margin: 40px auto;
  padding: 20px 0;
}
.prt-case .prt-case-top h2 {
  font-weight: 300;
  text-align: center;
  font-size: 36px;
  padding: 20px 0;
}
.prt-case .prt-case-box .prt-case-ul li img {
  width: 100%;
  display: block;
}
.prt-case .prt-case-box .prt-case-ul li h3 {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #fff;
}
.prt-case .swiper-container {
  --swiper-theme-color: #ff6600;
  --swiper-navigation-size: 60px;
}
/* 服务 */
.prt-service {
  width: 92%;
  margin: 40px auto;
  padding: 20px 0;
}
.prt-service .prt-service-top h2 {
  font-weight: 300;
  text-align: center;
  font-size: 36px;
  padding: 20px 0;
}
.prt-service .prt-service-box ul {
  display: flex;
  justify-content: space-between;
}
.prt-service .prt-service-box ul li {
  position: relative;
  width: 49%;
}
.prt-service .prt-service-box ul li img {
  width: 100%;
  display: block;
}
.prt-service .prt-service-box ul li h3 {
  position: absolute;
  bottom: 40px;
  left: 50px;
  color: #fff;
  font-size: 24px;
  font-weight: 300;
}
.prt-service .prt-service-box ul p {
  position: absolute;
  bottom: 10px;
  left: 50px;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}
/* 客户案例 */
.case-case .case-case-box {
  width: 70%;
  margin: 0 auto;
}
.case-case .case-case-box ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: center;
}
.case-case .case-case-box ul li {
  width: 30%;
}
.case-case .case-case-box ul li a {
  display: block;
  font-size: 16px;
  color: #444;
  line-height: 48px;
  width: 100%;
  overflow: hidden;
  margin-bottom: 10px;
}
.case-case .case-case-box ul li a img {
  width: 100%;
  transition: all 0.5s;
}
.case-case .case-case-box ul li a p {
  margin: 0;
  transition: all 0.5s;
}
.case-case .case-case-box ul li:hover img {
  transform: scale(1.1);
}
.case-case .case-case-box ul li:hover a {
  background-color: #05864e;
  color: #fff;
}
.case-case .case-case-box ul li:hover p {
  transform: translateY(10px);
}
/* 新闻中心 */
.news-top-box {
  width: 70%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
}
.news-top-box .news-top-l b {
  font-weight: 400;
  font-size: 24px;
}
.news-top-box .news-top-r h4 {
  font-size: 18px;
}
.news-top-box .news-top-r h4 a {
  color: #444;
}
.news-news {
  display: flex;
  justify-content: space-between;
  width: 70%;
  margin: 0 auto;
}
.news-news .news-news-left {
  width: 78%;
}
.news-news .news-news-left ul li {
  border-top: 1px solid #ddd;
  padding: 40px 0;
}
.news-news .news-news-left ul li a {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news-news .news-news-left ul li a .news-news-left-img {
  width: 33%;
  overflow: hidden;
}
.news-news .news-news-left ul li a .news-news-left-img img {
  width: 100%;
  transition: all 0.5s;
}
.news-news .news-news-left ul li a .news-news-left-box {
  width: 65%;
  color: #444;
}
.news-news .news-news-left ul li a .news-news-left-box b {
  font-weight: normal;
  font-size: 16px;
  line-height: 32px;
  padding: 0 10px;
}
.news-news .news-news-left ul li a .news-news-left-box p:first-of-type {
  font-weight: 400;
  font-size: 20px;
  transition: all 0.3s;
}
.news-news .news-news-left ul li a .news-news-left-box p {
  font-weight: normal;
  font-size: 18px;
  word-wrap: break-word;
  word-break: break-all;
  line-height: 48px;
  padding: 0 10px;
}
.news-news .news-news-left ul li a:hover p:first-of-type {
  color: #58be0e;
}
.news-news .news-news-left ul li a:hover img {
  transform: scale(1.05);
}
.news-news .news-news-right {
  width: 20%;
  padding-top: 40px;
}
.news-news .news-news-right .news-news-right-box .news-news-right-top {
  line-height: 35px;
}
.news-news .news-news-right .news-news-right-box .news-news-right-top b {
  font-weight: 400;
  font-size: 24px;
}
.news-news .news-news-right .news-news-right-box .news-news-right-center {
  border: 1px solid #ddd;
  padding: 10px 10px;
}
.news-news .news-news-right .news-news-right-box .news-news-right-center ul li {
  padding: 10px 10px;
  border-bottom: 1px dashed #ddd;
}
.news-news .news-news-right .news-news-right-box .news-news-right-center ul li a {
  display: block;
  color: #666;
  font-size: 16px;
}
.news-news .news-news-right .news-news-right-box .news-news-right-center ul a:hover {
  color: #58be0e;
}
/* 售后服务 */
.service-content {
  width: 70%;
  margin: 0 auto;
  margin-bottom: 60px;
}
.service-content p {
  font-size: 16px;
  text-align: justify;
}
/* 售后时间 */
.service-time {
  width: 70%;
  margin: 0 auto;
}
.service-time .service-time-box ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.service-time .service-time-box ul li {
  width: 33.33%;
  padding: 45px 0;
  text-align: center;
}
.service-time .service-time-box ul li i {
  display: inline-block;
  font-size: 48px;
  line-height: 66px;
  color: #237BD6;
  text-align: center;
  width: 15%;
}
.service-time .service-time-box ul li article {
  display: inline-block;
  text-align: center;
  width: 50%;
}
.service-time .service-time-box ul li article h4 {
  font-size: 16px;
  line-height: 24px;
  color: #237BD6;
}
.service-time .service-time-box ul li article h4 span {
  font-size: 35px;
  padding-right: 5px;
}
.service-time .service-time-box ul li article p {
  font-size: 16px;
  line-height: 24px;
  color: #237BD6;
}
/* 关于我们 */
.about-box {
  width: 70%;
  margin: 0 auto;
}
.about-box .about-box-top {
  display: flex;
  justify-content: space-between;
}
.about-box .about-box-top .about-box-left {
  width: 50%;
}
.about-box .about-box-top .about-box-left p {
  font-size: 16px;
  line-height: 23px;
  text-align: justify;
}
.about-box .about-box-top .about-box-right {
  width: 48%;
}
.about-box .about-box-top .about-box-right img {
  width: 100%;
}
/* 绿欣文化 */
.aboutCulture-box {
  width: 70%;
  margin: 0 auto;
}
.aboutCulture-box .aboutCulture-box-top {
  padding: 60px 0;
}
.aboutCulture-box .aboutCulture-box-center ul {
  display: flex;
  justify-content: space-between;
}
.aboutCulture-box .aboutCulture-box-center ul li {
  width: 19.5%;
  text-align: center;
  background: #f2f4f7;
  padding: 60px 0;
}
.aboutCulture-box .aboutCulture-box-center ul li h4 {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin: 15px 0 20px;
}
.aboutCulture-box .aboutCulture-box-center ul li p {
  font-size: 14px;
  color: #666;
}
.aboutCulture-box .aboutCulture-box-bottom {
  padding: 60px 0;
}
.aboutCulture-box .aboutCulture-box-bottom img {
  width: 100%;
}
/* 联系我们 */
.aboutContact-box {
  width: 70%;
  margin: 0 auto;
}
.aboutContact-box .aboutContact-box-top {
  padding: 60px 0;
}
.aboutContact-box .aboutContact-box-center {
  padding-bottom: 60px;
}
.aboutContact-box .aboutContact-box-center ul {
  display: flex;
  justify-content: space-between;
}
.aboutContact-box .aboutContact-box-center ul li {
  width: 24.5%;
  text-align: center;
}
.aboutContact-box .aboutContact-box-center ul li i {
  font-size: 48px;
  color: #004abb;
}
.aboutContact-box .aboutContact-box-center ul li h4 {
  font-size: 24px;
  color: #333;
  margin: 10px 0;
}
.aboutContact-box .aboutContact-box-center ul li p {
  font-size: 16px;
  color: #666;
}
/* 地图 */
.aboutContact-map {
  height: 600px;
  padding-bottom: 60px;
}
.aboutContact-map .map {
  width: 100%;
  height: 100%;
}
/* 客户案例内容页 */
.case-container {
  width: 70%;
  margin: 0 auto;
  text-align: center;
}
.case-container .case-container-box h3 {
  font-size: 24px;
  font-weight: 400;
}
.case-container .case-container-box p {
  font-size: 14px;
}
.case-container .case-container-box p span {
  margin-left: 10px;
}
.case-container .case-container-top {
  width: 70%;
  margin: 0 auto;
}
.case-container .case-container-top P img {
  width: 100%;
}
.case-container .case-container-top ul {
  display: flex;
  justify-content: space-between;
}
.case-container .case-container-top ul li {
  font-size: 14px;
  color: #444;
}
.case-container .case-container-top ul li a {
  color: #444;
}
.case-container .case-container-bootom h2 {
  padding: 20px 0;
}
.case-container .case-container-bootom ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.case-container .case-container-bootom ul li {
  width: 24%;
  border: 1px solid #ddd;
}
.case-container .case-container-bootom ul li a p {
  overflow: hidden;
}
.case-container .case-container-bootom ul li a p img {
  width: 100%;
  transition: all 0.5s;
}
.case-container .case-container-bootom ul li a strong {
  font-size: 16px;
  color: #444;
}
.case-container .case-container-bootom ul li:hover img {
  transform: scale(1.08);
}
/* 新闻详情页 */
.news-box h3 {
  text-align: center;
  font-weight: 400;
}
.news-box strong {
  display: block;
  font-size: 14px;
  color: #444;
  text-align: center;
  font-weight: 400;
  line-height: 48px;
}
.news-box p {
  font-size: 16px;
  color: #000;
  line-height: 28px;
  text-align: justify;
}
.news-box p img {
  display: block;
  margin: 0 auto;
}
.news-box p span {
  margin-left: 20px;
}
.index-top {
  text-align: center;
}
.index-top a img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
