*{padding:0px;margin:0px;}
a{color:#000000;text-decoration:none;}
a:hover{text-decoration:none;}
body{background-color:#ffffff;font-family:Arial, Helvetica, sans-serif;font-size:12px;color:#000000;}
h1{font-size:18px;font-weight:bold;}
h2{font-size:16px;font-weight:bold;}
h3{font-size:14px;font-weight:bold;}
h4{font-size:12px;font-weight:bold;}
h5{font-size:10px;font-weight:bold;}
h6{font-size:8px;font-weight:bold;}
li{ list-style-type: none; }
.fl{ float:left;}
.fr{ float:right;}
.clear{ clear:both;}
.m-top{ margin-top:10px;}
a {
	text-decoration: none;
	outline: 0;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s
}

/* 重置样式 */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.header {
    background-color: #004c99;
    color: white;
    padding: 20px 0;
}

.header-container {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    display: flex;
    align-items: center;
}

.logo img {
    width: 300px;
    height: auto;
}

.logo-text {
    font-size: 36px;
    margin-left: 10px;
}

.logo-english {
    font-size: 18px;
    margin-left: 10px;
}

.right-content {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.contact-info {
    display: flex;
    align-items: center;
    margin: 0 0 30px 270px;
}

.contact-info span {
    font-size: 14px;
    margin-right: 10px;
    text-align: right;
    font-weight: bold;
}

.hotline-icon {
    width: 20px;
    height: 20px;
    background-image: url("../img/tel.png");
    background-size: cover;
    margin-right: 10px;
}

.hotline-text {
    font-size: 18px;
}

.nav {
    /* 移除浮动 */
    float: none;
    height: auto;
}

.nav ul {
    display: flex;
    list-style: none;
    /* 移除浮动 */
    float: none;
}

.nav ul li {
    margin-left: 20px;
}

.nav ul li a {
    color: white;
    text-decoration: none;
    font-size: 16px;
    transition: color 0.3s ease;
}

.nav ul li a:hover {
    color: #cccccc;
}

/*banner*/
.swiper {
    width: 1200px;
    height: 400px;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .swiper {
    margin-left: auto;
    margin-right: auto;
  }

  .swiper-button-next {
    right: var(--swiper-navigation-sides-offset, 60px)!important;
  }

  .swiper-button-prev {
    left: var(--swiper-navigation-sides-offset, 60px)!important;
  }
  .swiper-button-next,
  .swiper-button-prev {
      opacity: 0;
      transition: opacity 0.5s ease;
      background-color: rgba(0, 0, 0, 0.2);
      padding: 40px 20px; /* 增大内边距，让按钮变大变宽 */
      color: #ffffff!important;
  }
  
  .swiper-button-next::after,
  .swiper-button-prev::after {
      font-size: 24px; /* 调整箭头图标大小 */
  }

.swiper:hover .swiper-button-next,
.swiper:hover .swiper-button-prev {
    opacity: 1;
}


  /**
   * 车型展示
   */
   /* ... existing code ... */
   .vehicle-display {
       text-align: center;
       font-size: 1.5em;
       margin: 0 auto;
       width: 1200px;
       font-weight: bold;
       padding: 30px 0;
   }
   .english {
    color: #0e70d5;
    font-size: 1.5em;
    }
    .english2 {
    color: #fedb02;
    font-size: 1.5em;
    }
    
    .chinese {
    color: #555;
    font-size: 1.5em;
    }
    
    .line {
    width: 300px;
    height: 2px;
    background-color: #fedb02;
    margin: 5px auto;
    }
.car-showcase , .service-showcase,.safe-standard,.company-introduction,.cooperation,.contact-us{
    width: 1200px;
    margin: 10px auto 0;
}

.section-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}


.car-container {
    width: 1200px;
    /*min-height: 800px;*/
    margin: 0px auto;
    /*background-color: #f8e4e4;*/
    overflow: hidden;
}
.car-container ul {
    display: block;
    width: 1200px;
    /*min-height: 700px;*/
    margin: 0 auto;
    overflow: hidden;
    /*background: #f1f1f1;*/
    /*padding-bottom: 20px;*/
    /*display: block;*/
}
.car-container ul li{
    width: 380px;
    float: left;
    margin: 20px 0 0px 15px;
    box-sizing: border-box;
    border: 1px solid #fff0f0;
}
.car-item a{
    display: block;
}

.car-thumbnail {
    overflow: hidden;
}

.car-thumbnail img {
    width: 100%;
    height: 240px;
    transition: transform 0.8s ease;
    display: block;
}

.car-thumbnail img:hover {
    transform: scale(1.1);
}

.cat-info{
    background: #fff0f0;
}

.car-title {
    font-size: 16px;
    font-weight: bold;
    padding: 5px 0 5px 10px;
    color: #000;
}

.car-description {
    font-size: 14px;
    color: #000;
    padding: 0 0 10px 10px;
}

.cat-move {
    width: 180px;
    height: 40px;
    display: block;
    margin:2px auto;
    background-color: #cc1c26;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    border-radius: 20px;
}
.cat-move-border {
    width: 186px;
    height: 46px;
    display: block;
    margin: 40px auto 15px ;
    border-radius: 23px;
    border: 1px solid #cc1c26;
}

/* 校车服务 */
.bg-hui {
    
    background-color: #fafafa;
    
}

.service-showcase ul {
    display: block;
    width: 1200px;
    min-height: 525px;
}

.service-showcase ul li {
    width: 380px;
    float: left;
    margin: 20px 30px 0px 0;
}
.service-showcase ul li:nth-child(3n) {
    margin-right: 0;
}
.service-showcase ul li img {
    width: 100%;
    height: 240px;
    cursor: pointer;
    transition: transform 0.8s ease;
}

.service-showcase img:hover {
    transform: scale(1.1);
}

.module-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px 0;
    /*background-color: #f3f3f3;*/
}

.module-item {
    width: calc((100% - 60px) / 4);
    text-align: center;
}

.module-thumbnail {
    overflow: hidden;
}

.module-thumbnail img {
    width: 40%;
    height: auto;
    aspect-ratio: 1/1; /* 确保图片为正方形 */
    transition: transform 0.8s ease;
    cursor: pointer;
}

.module-thumbnail img:hover {
    transform: scale(1.1);
}

.module-title {
    font-size:20px;
    font-weight: bold;
    margin: 10px 0;
}

.module-description {
    font-size: 14px;
    line-height: 28px;
    color: #666;
}

/* ... existing code ... */
.company-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.company-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none; /* 去除链接下划线 */
    color: inherit; /* 继承父元素颜色 */
}
.company-image {
    width: 45%;
}

.company-image img {
    width: 100%;
    height: auto;
    transition: transform 0.8s ease;
}

.company-image img:hover {
    transform: scale(1.1);
}
.company-text {
    width: 50%;
    font-size: 14px;
    line-height: 28px;
    color: #666;
}
/* ... existing code ... */
.cooperation-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* ... existing code ... */


.contact-intro {
    text-align: center;
    font-size: 36px;
    color: #000;
    margin: 20px auto 60px;
}

.contact-modules {
    display: flex;
    margin: 40px 0;
}

.contact-module {
    border: 3px solid #e6e0e0;
    border-radius: 10px;
    width: 24%;
    padding: 30px 0;
    margin-left: 7%;
    text-align: center;
}

.module-icon {
    margin-bottom: 10px;
}

.module-icon img {
    width: 60px;
    height: 60px;
}

.module-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.module-content {
    font-size: 14px;
    color: #666;
}
/* ... existing code ... */

/* ... existing code ... */
.footer {
    width: 1200px;
    margin: 20px auto 10px;
    padding: 30px 0;
    border-top: 1px solid #ccc;
}

.footer-container {
    display: flex;
    justify-content: space-between;
}

.footer-left,.footer-middle {
    width: 25%;
}
.footer-right {
    width: 46%;
}

.footer-logo img {
    width: 200px;
    height: auto;
}

.footer-qrcode img {
    width: 200px;
    height: auto;
    margin-top: 20px;
}

.footer-title {
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 10px;
}
.footer-middle p{
    line-height: 32px;
    font-size: 14px;
}

.footer-subtitle {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
}

.form-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.form-row input {
    width: 48%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.footer-form textarea {
    width: 100%;
    height: 100px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 10px;
    resize: vertical;
}

.submit-button {
    width: 100%;
    padding: 10px;
    background-color: #004c99;
    border: none;
    border-radius: 4px;
    color: white;
    font-size: 16px;
    cursor: pointer;
}

.submit-button:hover {
    background-color: #87ceeb;
}
/* ... existing code ... */

.ny-banner {
    width: 1200px;
    height: 400px;
    margin: 0 auto;
}

.breadcrumbs {
    width: 1200px;
    margin: 0 auto;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
    line-height: 24px;
    color: #666;
}
.Hidden {
    display: none;
}
.Clearer {
    display: block;
    clear: both;
    font-size: 1px;
    line-height: 1px;
    margin: 0;
    padding: 0;
}
.ny-main {
    width: 100%;
    margin: 10px auto;
    /*display: flex;*/
}
.article-title {
    display: block;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
    border-bottom: 1px dashed #ccc; /* 添加虚线下划线 */
    width: 100%;
    height: 40px;
}

.article-meta {
    text-align: center;
    font-size: 12px;
    color: #666;
    margin-bottom: 20px;
    width: 100%;
}
.FlLeft {
    float: left;
}
.FlRight {
    float: right;
}
/*幻灯片区域背景*/
.MainBg {
    width: 100%;
    margin: 0 auto;
}
/*大图展示区域*/
.OriginalPicBorder {
    padding: 0;
}
#OriginalPic {
    width: 100%;
    overflow: hidden;
    position: relative;
    font-size: 12px;
}
#OriginalPic img {
    display: block;
    width: 100%;
    margin: 0 auto;
}
/*鼠标手势*/
.CursorL {
    position: absolute;
    z-index: 999;
    width: 50%;
    height: 600px;
    color: #FFF;
    left: 0;
}
.CursorR {
    position: absolute;
    z-index: 999;
    width: 50%;
    height: 600px;
    color: #FFF;
    right: 0;
}
/*小图预览和滑动*/
.SliderPicBorder {
    width: 100%;
    overflow: hidden;
}
.ThumbPicBorder {
    width: 100%;
    margin: 0 auto;
    background: #eeeeee;
    overflow: hidden;
    position: relative;
}
.ThumbPicBorder #btnPrev {
    width: 45px;
    height: 113px;
    cursor: pointer;
    position: absolute;
    left: 20px;
    top: 20px;
}
.ThumbPicBorder #btnNext {
    width: 45px;
    height: 113px;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 20px;
}
.ThumbPicBorder .pic {
    width: 770px;
    overflow: hidden;
    position: relative;
    margin: 20px auto;
}
#ThumbPic img {
    border: 3px solid #ddd;
    cursor: pointer;
    background-color: #ddd;
    margin: 0 5px;
    width: 145px;
    height: 108px;
    display: block;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
#ThumbPic img.active {
    border: 3px solid #5cb5ed;
}
/*↑组图样式↑*/


.article-content {
    width: 100%;
    height: auto;
    margin: 20px auto;
}
.article-content img {
    width: 100%;
    display: block;
}

.ny-foot-01 ,.ny-foot-02 {
    width: 1200px;
    margin: 30px auto 0px;
}
.article-h3 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}
.art{
    width: 50px;
    height: 3px;
    background: #004c99;
    margin: 15px auto;
}
.art-p {
    text-align: center;
    font-size: 14px;
    padding: 10px 0 20px 0;
}

.new-module {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
}

.sub-module {
    flex: 1;
    text-align: center;
    margin-right: 30px;
}

.sub-module img {
    max-width: 100%;
    height: auto;
}

.sub-module h4 {
    margin: 10px 0;
    font-size: 18px;
}

.sub-module p {
    font-size: 14px;
    color: #666;
}

.custom-module {
    display: flex;
    background-color: #f5f5f5;
    padding: 20px;
    margin-top: 20px;
}

.custom-left {
    flex: 1;
    padding-right: 20px;
}

.custom-right {
    flex: 1;
}

.custom-section {
    margin-bottom: 20px;
}

.custom-section h4 {
    font-size: 18px;
    margin-bottom: 10px;
}

.custom-section p {
    font-size: 14px;
    color: #666;
}

.custom-right img {
    width: 100%;
    height: auto;
}

.ny-content {
    width: 1200px;
    margin: 20px auto;
    min-height: 100px;
    overflow: hidden; 
}
.ny-right {
    width: 245px;
}
.xiaoche-list {
    width: 100%;
    border-bottom: 9px solid #024b99;
	border-radius: 3px;
    overflow: hidden;
}
.xiaoche-list .title {
	background: #024b99;
	height: 60px;
	line-height: 60px;
	overflow: hidden;
}
.xiaoche-list .title i {
	width: 8px;
	height: 8px;
	display: block;
	background-position: 0 -203px;
	margin-right: 26px;
	float: right;
	margin-top: 24px;
}
.icon {
	background: url(../img/icon.png) no-repeat;
	display: inline-block;
	vertical-align: middle;
}
.xiaoche-list .title h2 {
	display: block;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	padding-left: 26px;
}
.ny-right .comt {
	border: 1px solid #eeeeee;
	border-top: 0 none;
	border-bottom: 0 none;
}
.ny-right .comt ul li {
	display: block;
	line-height: 54px;
	border-bottom: 1px solid #eeeeee;
}
.ny-right .comt ul li a {
	height: 54px;
	line-height: 54px;
	display: block;
	padding-left: 25px;
	font-size: 14px;
	color: #444;
}
.ny-right .comt ul li a:hover {
	color: #024b99;
}
.leftprocomt {
	padding-top: 10px;
}
.leftprocomt li {
	float: left;
	text-align: center;
	width: 117px;
	margin-right: 5px;
}
.leftprocomt li img {
	width: 117px;
	height: 87px;
	border-radius: 3px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.leftprocomt li p {
	font-size: 12px;
	line-height: 30px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.leftprocomt li:hover img {
	-webkit-filter: brightness(110%);
	filters: brightness(110%);
}
.leftcont {
	background: #fff;
	padding: 10px 0;
	overflow: hidden;
}
.leftnews .telbox {
	border-top: 1px solid #eee;
	padding: 15px;
}
.leftcont span {
	line-height: 24px;
	display: block;
	padding: 10px 0;
	font-size: 14px;
	color: #444;
}

.leftcont .tel {
	color: #024b99;
	font-size: 24px;
}

.list_content {
    width : 940px;
    min-height: 300px;
    overflow: hidden;
}
.grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 0px;
}

.grid-item {
    text-align: center;
    border: 1px solid #ccc;
    padding: 10px;
}

.grid-item img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.8s ease; /* 添加过渡效果 */
}

.grid-item img:hover {
    transform: scale(1.1); /* 鼠标悬停时放大 10% */
}
.grid-item p {
    margin-top: 15px;
    font-size: 14px;
    font-weight: bold;
    background: #fff0f0;
    height: 50px;
    line-height: 50px;
}

.neiye  {
    width: 31.5%;
    margin-left: 2%;
}
.contact-modules2 {
    display: flex;
    margin: 10px 0;
}


.m1 {
    width: 100%;
    height: 100%;
    overflow: hidden;

}
.m1 h3{
    text-align: center;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
}
.m1 .m1_img{
    width: 100%;
    display: block;
    margin-top: 15px;
}

.m2 {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 15px;
}

.feature-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.feature-item {
    width: 32%;
    text-align: center;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    padding: 15px;
    border-radius: 5px;
    cursor: pointer;
}

.feature-item img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 3px;
    transition: transform 0.8s ease;
}
.feature-item img:hover {
    transform: translateY(-5px); /* 悬停时轻微上浮 */
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.feature-item h3 {
    margin: 10px 0;
    color: #333;
}

.feature-item p {
    color: #666;
    font-size: 14px;
    line-height: 1.5;
}

/* 标题样式 */
.section-title {
    text-align: center;
    margin-bottom: 20px;
}

.section-title h2 {
    font-size: 24px;
    margin: 0;
}

.underline {
    width: 50px;
    height: 3px;
    background-color: #007bff;
    margin: 10px auto 0;
}

/* 内容区域样式 */
.section-content {
    display: flex;
    justify-content: space-between;
}

.content-left {
    width: 50%;
    background: #f8f8f8;
}

.content-item {
    margin:20px;
}

.content-item h3 {
    font-size: 18px;
    margin: 0 0 10px;
}

.content-item p {
    font-size: 14px;
    line-height: 1.6;
}

.content-right {
    width: 50%;
}
.thumblist .item a {
    display: block;
}
.content-right img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}
.thumblist .list {
    padding-bottom: 20px;
}
.thumblist .item {
    width: 940px;
    border-bottom: 1px solid #eaeaea;
    display: block;
    padding: 20px;
    transition: all .5s;
}
.thumblist .item .img {
    width: 180px;
    height: 135px;
    display: block;
    overflow: hidden;
    cursor: pointer;
}
.thumblist .item img {
    width: 100%;
    display: block;
    height: 100%;
    transition: all 0.3s ease-out 0s;
}
.thumblist .item a:hover img {
    transform: scale(1.1, 1.1);
}
.thumblist .item .txt {
    width: 680px;
    cursor: pointer;
}
.thumblist .item .txt h3 {
    font-size: 16px;
    line-height: 30px;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.thumblist .item .txt .mark {
    color: #999;
    font-size: 12px;
    line-height: 30px;
}
.thumblist .item .txt .mark span {
    display: inline-block;
    padding-right: 18px;
}
.thumblist .item .txt p {
    color: #666;
    line-height: 25px;
}
.thumblist .item .txt p span {
    display: inline-block;
    color: #5cb5ed;
}
.thumblist .item a:hover .txt h3 {
    color: #5cb5ed;
}
.thumblist .item:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}