/*******************************************
      		 -****公共样式****-
********************************************/
html,body{overflow-x: hidden;}
div{box-sizing: border-box;}
.wp{width: 1200px;max-width: 94%;margin: 0 auto;}
.wp{width: 1200px;max-width: 94%;margin: 0 auto;}

      /*		 -****首页样式****-
********************************************/
#banner{height: 500px;width: 100%;}
#banner .wp{height: 100%;position: relative;}
#banner .text{float: left;width: 50%;color: #fff;position: relative;top: 50%;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);}
#banner .text h2{font-size: 36px;line-height: 50px;}
#banner .text p{font-size: 16px;line-height: 32px;margin-top: 23px;}
#banner .text a{display: block;vertical-align: top;margin-top: 46px;width: 201px;line-height: 34px;background: #74FF00;border-radius: 4px;text-align: center;}
#banner .img{float: right;width: 50%;height: 100%;position: relative;}
#banner .img img{max-width: 90%;max-height: 90%;position: absolute;right: 0;top: 50%;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);}
#banner .swiper-pagination-bullet{width: 18px;height: 18px;background: url('../images/hexagon.png');background-size: 100% 100%;}

@media screen and (max-width:768px){
#banner{width: 100%; height: 400px; margin-bottom:20px;
    float: left;
  }
#banner .wp{height: 100%;position: relative;}
#banner .text{float: left;width:90%;color: #fff;position: relative;top: 50%;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);}
#banner .text h2{font-size: 24px;line-height: 42px; padding-top:25px;}
#banner .text p{font-size: 16px;line-height: 32px;margin-top:10px;}
#banner .text a{display: block;vertical-align: top;margin-top: 30px;width: 201px;line-height: 34px;background: #74FF00;border-radius: 4px;text-align: center;}
#banner .img{float: right;width: 50%;height: 100%;position: relative;}
#banner .img img{max-width: 90%;max-height: 90%;position: absolute;right: 0;top: 50%;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);}
#banner .swiper-pagination-bullet{width: 18px;height: 18px;background: url('../images/hexagon.png');background-size: 100% 100%;}

}


.title{text-align: center;margin-bottom: 90px;}
@media screen and (max-width:768px){
.title{text-align: center;margin-bottom:20px;}

}

.title h3 span{display: inline-block;vertical-align: top;line-height: 40px;font-size: 28px;color: #0D1A26;position: relative;}
.title h3 span::before,
.title h3 span::after{display: inline-block;content: "";width: 188px;height: 1px;background: #ADBAC6;position: absolute;top: 50%;}
.title h3 span::before{left: -236px;}
.title h3 span::after{right: -236px;}
.title p{margin-top: 28px;font-size: 16px;line-height: 22px;color: #314659;}
@media screen and (max-width:768px){
.title p{margin-top:15px;font-size: 16px;line-height: 22px;color: #314659;}

}

.title.white h3 span{color: #fff;}
.title.white h3 ::before,
.title.white h3 ::after{background: #fff;}
.title.white p{color: #fff;}

/*服务项目*/

.index_fw{padding: 72px 0 32px;}
.index_fw ul li{float: left;width:33.3%;margin-bottom: 88px;text-align: center;cursor:pointer;}
.index_fw ul li a{display: block;}
.index_fw ul li span{display: block;width: 102px;height: 102px;background: #fff;border-radius: 100%;overflow: hidden;margin: 0 auto 40px;transition: 0.4s ease-in-out;}
.index_fw ul li span img{width: 100%;height: 100%;}
.index_fw ul li h4{font-size: 18px;line-height: 25px;}
.index_fw ul li p{color: #385064;height:60px;overflow: hidden;line-height: 20px;max-width: 230px;margin: 8px auto 0;text-align:justify;}
.index_fw ul li:hover h4{color: #0066FF;transition: 0.4s;}
.index_fw ul li:hover p{color: #0066FF;transition: 0.4s;}
.index_fw ul li:hover span{transition: 0.4s ease-in-out;transform: translateY(-10px);}

@media screen and (max-width: 768px) {
	.index_fw ul li p{color: #385064;height:60px;line-height: 20px;max-width: 230px;margin: 8px auto 0;text-align:justify; text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;}
}

@media screen and (max-width: 768px) {
.index_fw ul li{float: left;width:44%;margin:10px 3%;text-align: center;}
.index_fw ul li span{display: block;width: 102px;height: 102px;background: #fff;border-radius: 100%;overflow: hidden;margin: 0 auto;transition: 0.4s ease-in-out;}


}

.index-sec1{padding: 86px 0 130px;}
.index-sec1 ul{margin: 0 -14px;}
.index-sec1 ul li{float: left;width: 25%;box-sizing: border-box;padding: 0 14px;}
.index-sec1 .item-box{padding: 70px 20px 31px;background: #F6F8FA;border-radius: 4px;text-align: center;overflow: hidden;}
.index-sec1 .item-box .inner-wp{transition: 0.4s;}
.index-sec1 .item-box span{display: block;width: 60px;height: 60px;margin: 0 auto 26px;position: relative;}
.index-sec1 .item-box span img{width: 100%;height: 100%;transition: 0.4s;}
.index-sec1 .item-box span .img-hover{position: absolute;top: 0;left: 0;opacity: 0;}
.index-sec1 .item-box p{font-size: 18px;line-height: 28px;color: #666;}
.index-sec1 .item-box a{display: block;display: block;width: 90px;line-height: 32px;border: 1px solid #fff;border-radius: 4px;margin: 22px auto 0;text-align: center;color: #fff;font-size: 15px;opacity: 0;transform: translateY(100px);transition: 0.4s ease in;}
.index-sec1 .item-box:hover{background: #375EEE;transition: 0.4s;}
.index-sec1 .item-box:hover .inner-wp{transition: 0.4s;transform: translateY(-30px);}
.index-sec1 .item-box:hover span .img{opacity: 0;transition: 0.4s;}
.index-sec1 .item-box:hover span .img-hover{opacity: 1;transition: 0.4s;}
.index-sec1 .item-box:hover p{color: #fff;transition: 0.4s;}
.index-sec1 .item-box:hover a{opacity: 1;transform: translateY(0);transition: 0.4s ease in;}


.index-sec2{padding: 72px 0 32px;background: #F6F8FA;}
.index-sec2 ul li{float: left;width: 25%;margin-bottom: 88px;text-align: center;}
.index-sec2 ul li a{display: block;}
.index-sec2 ul li span{display: block;width: 102px;height: 102px;background: #fff;border-radius: 100%;overflow: hidden;margin: 0 auto 40px;transition: 0.4s ease-in-out;}
.index-sec2 ul li span img{width: 100%;height: 100%;}
.index-sec2 ul li h4{font-size: 18px;line-height: 25px;}
.index-sec2 ul li p{color: #385064;height: 40px;overflow: hidden;line-height: 20px;max-width: 188px;margin: 8px auto 0;}
.index-sec2 ul li:hover h4{color: #0066FF;transition: 0.4s;}
.index-sec2 ul li:hover p{color: #0066FF;transition: 0.4s;}
.index-sec2 ul li:hover span{transition: 0.4s ease-in-out;transform: translateY(-10px);}


.index-sec3{background: #396CEF url('../images/pattern.png');background-size: 100% 100%;padding: 86px 0 124px;}
.index-sec3 .item-swiper{margin: 0 -15px;position: relative;}
.index-sec3 .item-swiper .swiper-slide{padding: 0 15px;}
.index-sec3 .item-swiper .item-box{display: block;border-radius: 4px;overflow: hidden;/*filter: grayscale(100%);*/}
.index-sec3 .item-swiper .item-box .img{overflow: hidden;}
.index-sec3 .item-swiper .item-box .img span{display: block;height: 100%;border-radius: 4px 4px 0 0;overflow: hidden;}
.index-sec3 .item-swiper .item-box .img img{width: 100%;height: 100%;transition: 0.4s;}
.index-sec3 .item-swiper .item-box .text{padding: 20px 40px;background: #fff;text-align: center;}
.index-sec3 .item-swiper .item-box .text h4{font-size: 16px;line-height: 22px;color: #2A2A2A;}
.index-sec3 .item-swiper .item-box:hover{filter: grayscale(0%);transition: 0.4s;}
.index-sec3 .item-swiper .item-box:hover .img img{transition: 0.4s;transform: scale(1.1);}
.index-sec3 .item-swiper .swiper-button-prev,
.index-sec3 .item-swiper .swiper-button-next{width: 24px;height: 36px;margin-top: -18px;outline: none;}
.index-sec3 .item-swiper .swiper-button-prev{background: url('../images/prev.png');background-size: 100% 100%;left: -40px;}
.index-sec3 .item-swiper .swiper-button-next{background: url('../images/next.png');background-size: 100% 100%;right: -40px;}

@media screen and (max-width: 768px) {

.index-sec3{background: #396CEF url('../images/pattern.png');background-size: 100% 100%;padding:20px 10px;}
.index-sec3 .item-swiper{ display:none;margin: 0 -15px;position: relative;}


}




.m_al { display:none;box-sizing: border-box; align-items: flex-start;padding:50px 20px;}
@media screen and (max-width:768px){
	.m_al{    box-sizing: border-box;
    align-items: flex-start;
	display:block;
    padding:10px 20px;align-items: center;}
}


.toyota5 {width:100%;margin:0 auto; clear:both; position: relative; background:url(/i/web_zt/images/images_zt_chezhan/images_changchun_20200710/mobile/toyota5_bg.jpg) no-repeat;background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-position: center 0;}
.Models1 {position:relative; padding:2% 0 0 0;}
.Models1 ul {}
.Models1 ul li { float:left; width:94%; text-align:center; margin:0px 0px 10px 8px!important; margin:0px 0px 10px 8px;}

.Models1 ul li img { width:100%; border-radius:10px;}
.Models1 ul li span { float:left; text-align:center; color:#fff; line-height:20px; font-size:12px; width:100%;}
.Models1 .zh { color:#fff; font-size:20px; padding:20px 0 0 0;}
.Models1 .prev1,.Models1 .next1{position: absolute;width:10%;height: 74px;}
.Models1 .prev1{ top:40%;left:-9%;cursor: pointer; display:block; background:url(../images/next1.png) no-repeat; background-size:100%;}
.Models1 .next1{top:40%;right:-9%;cursor: pointer; display:block; background:url(../images/prev1.png) no-repeat; background-size:100%;}







.index-sec4{padding: 97px 0 100px;}
.index-sec4 .title{margin-bottom: 60px;}
.index-sec4 ul li{float: left;width: 20%;}
.index-sec4 ul li a{display: table-cell;width: 300px;height: 90px;text-align: center;vertical-align: middle;margin-bottom: 30px;}
.index-sec4 ul li a img{max-height: 90%;max-width: 90%;}


@media screen and (max-width: 1320px) {
	.index-sec3 .item-swiper .swiper-button-prev{left: 0px;}
	.index-sec3 .item-swiper .swiper-button-next{right: 0px;}
}
@media screen and (max-width:768px){
.index-sec4{padding: 20px 0 20px;}
.index-sec4 .title{margin-bottom:20px;}
.index-sec4 ul li{float: left;width: 50%;}
.index-sec4 ul li a{display: table-cell;width: 300px;height: 90px;text-align: center;vertical-align: middle;margin-bottom: 30px;}
.index-sec4 ul li a img{max-height: 90%;max-width: 90%;}

}



/*******************************************
      		 -****内页样式****-
********************************************/
.page-banner{height: 260px;background: url('../images/download-banner.jpg') center 0;position: relative;}
.page-banner .text{position: absolute;left: 0;width: 100%;top: 50%;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);color: #fff;text-align: center;}
.page-banner .text h1{font-size: 68px;line-height: 95px;}
.page-banner .text h5{font-size: 20px;line-height: 28px;margin-top: 11px;}



/* 解决方案 */
.solution .sol-wp{width: 1400px;max-width: 94%;margin: 0 auto;}
.solution .sol-wp .img{text-align: center;}
.solution .sol-wp .img img{max-width: 100%;}

.solution .sol-sec1{background: #F6F8FA;/* padding: 85px 0 123px; */}
.solution .sol-sec2{/* padding: 88px 0 153px; */}
.solution .sol-sec3{/* padding: 81px 0 123px; */background: url('../images/sol-bg3.png');background-size: 100% 100%;}
.solution .sol-sec4{/* padding: 87px 0 99px; */}


/* 资源下载 */
.download{padding: 30px 0 129px;}
.download ul li{padding: 16px 230px 14px 16px;background: #fff;position: relative;}
.download ul li .text h4{font-size: 18px;line-height: 25px;color: #0D1A26;margin-bottom: 14px;}
.download ul li .text p{font-size: 13px;line-height: 18px;margin-bottom: 7px;color: #555;}
.download ul li .text h5{font-size: 12px;line-height: 17px;color: #314659;}
.download ul li .btns{position: absolute;right: 16px;top: 50%;margin-top: -25px;height: 50px;}
.download ul li .btns a{float: left;}
.download ul li .btns a.see-btn{color: #0066FF;line-height: 22px;margin: 14px 20px 0 0;}
.download ul li .btns a.download-btn{line-height: 50px;padding: 0 25px;background: #0066FF;border-radius: 4px;color: #fff;}
.download ul li:hover{box-shadow: 0px 5px 12px 1px rgba(105, 105, 105, 0.12);z-index: 11;}
/**/
