@font-face {
	font-family: 'futianB';
    src: url('FotonType-Bold.woff2');
}
@font-face {
    font-family: 'futianL';
    src:url('FotonType-Light.woff2');
}
@font-face {
    font-family: 'futianM';
    src:url('FotonType-Medium.woff2');
}
*{
    font-family: "futianL";
    padding: 0;
    margin: 0;
    color: #101010;
}
a{
	color: #101010;
	text-decoration: none;
}
#think_page_trace_open{
	display: none;
}

/*轮播*/
/*.device {
  width: 100%;
  height: 300px;
  position: relative;
}
.device .arrow-left {
  background: url(img/arrows.png) no-repeat left top;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -15px;
  width: 17px;
  height: 30px;
}
.device .arrow-right {
  background: url(img/arrows.png) no-repeat left bottom;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -15px;
  width: 17px;
  height: 30px;
}
.swiper-container {
  height: 300px;
  width: 100%;
}
.content-slide {
  padding: 20px;
  color: #fff;
}*/
.title {
  font-size: 25px;
  margin-bottom: 10px;
}
/*.pagination {
  position: absolute;
  left: 0;
  text-align: center;
  bottom:35px;
  width: 100%;
  z-index: 70;
}
.swiper-pagination-switch {
  display: inline-block;
  width: 45px;
  height: 3px;
  background: #fff;
  opacity: 0.3;
  box-shadow: 0px 1px 2px #555 inset;
  margin: 0 8px;
  cursor: pointer;
}
.swiper-active-switch {
  opacity: 0.6;
  background: #fff;
}
.swiper-slide {
  width: 100%;
  position: relative;
}
.swiper-slide img{
  width: 100%;
}*/
.slide-div{
	width: 100%;
  	position: relative;
}

.swiper-text{
	display: inline-block;
	position: absolute;
	top: 32%;
	left: 80px;
	color: #fff;
}
.swiper-text p{
	font-size: 36px;
	margin-bottom: 30px;
	color: #fff;
}
.swiper-text span{
	font-size: 20px;
	line-height: 40px;
	color: #fff;
}
.swiper-text div a:first-child{
	display: inline-block;
	width: 120px;
	height: 35px;
	line-height: 35px;
	color: #000;
	background-color: #fff;
	border: solid 1px #fff;
	margin-top: 35px;
	text-align: center;
}
.swiper-text div a:last-child{
	display: inline-block;
	width: 120px;
	height: 35px;
	line-height: 35px;
	color: #fff;
	border: solid 1px #fff;
	margin-top: 35px;
	text-align: center;
	margin-left: 20px;
}
.slider-container {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.slider {
    position: relative;
    width: 100%;
    height: 0;
    overflow: hidden;
}
.slider img{
    width: 100%;
    height: 100%;
}

.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    /*transition: opacity 0.3s ease-in-out;*/
    transition: opacity 0.5s ease, visibility 0s linear 0.5s;
    background-size: cover;
    background-position: center;
}

.slide.s-active {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.5s ease; 
}

.slide-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px 20px;
    background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
    color: white;
}

.slide-title {
    font-size: 1.8rem;
    margin-bottom: 10px;
}

.slide-desc {
    font-size: 1.1rem;
    max-width: 80%;
}

.slider-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
    z-index: 10;
}

.nav-arrow {
	position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.nav-arrow:hover {
    background: rgba(0, 0, 0, 0.8);
    transform: scale(1.1);
}

/*.arrow {
    border: solid white;
    border-width: 0 4px 4px 0;
    display: inline-block;
    padding: 6px;
}*/

/*.arrow-left {
    transform: rotate(135deg);
    margin-right: 3px;
}

.arrow-right {
    transform: rotate(-45deg);
    margin-left: 3px;
}*/
.indicators {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 10;
}

.indicator {
    
    transition: all 0.3s ease;
    width: 45px;
    height: 3px;
    background: #fff;
    opacity: 0.3;
    box-shadow: 0px 1px 2px #555 inset;
    margin: 0 5px;
    cursor: pointer;
}

.indicator.s-active, .indicator:hover {
    
    opacity: 0.6;
    background: #fff;
}
.sj-bg{
	display: none;
}


/*车辆轮播*/
.carousel-container {
	position: relative;
	width: 100%;
	min-height: 120px;
	/*margin-top: 150px;*/
}
.carousel-nav{
	width: 84%;
	margin-left: 8%;
	text-align: center;
	padding-top: 80px;
	margin-bottom: 40px;
}
.carousel-nav span{
	display: inline-block;
	font-size: 20px;
	margin:0 2%;
	padding: 0 10px;
	padding-bottom: 10px;
	cursor: pointer;
}
.carousel-nav .active{
	font-family: "futianM";
	border-bottom: solid 3px #de0033;
}
/*
.background-slides {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.background-slide {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity 1s ease-in-out;
	background-size: cover;
	background-position: center;
}

.background-slide.active {
	opacity: 1;
}

.carousel-content {
	width: 100%;
}

.carousel-slide {
	position: absolute;
	width: 86%;
	margin-left: 7%;
	height: 100%;
	opacity: 0;
	transition: opacity 1s ease-in-out;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	background-color: red;
}

.carousel-slide.active {
	opacity: 1;
}

.carousel-slide img {
	width: 60%;
	margin-right: 10%;
}

.text-content {
	position: absolute;
	bottom: 20%;
	left: 50%;
	transform: translateX(-50%);
	color: white;
	font-size: 2em;
	text-align: center;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
	z-index: 1;
	transition: opacity 0.5s ease;
}

.controls {
	position: fixed;
	bottom: 10%;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	gap: 15px;
}

.control-btn {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	border: 2px solid white;
	cursor: pointer;
	transition: background 0.3s ease;
}

.control-btn.active {
	background: white;
}

.nav-btn {
	position: absolute;
	top: 50%;
	width: 2.5%;
	background: rgba(0,0,0,0);
	color: #6e6e6e;
	border: none;
	cursor: pointer;
}
.nav-btn img{
	width: 100%;
	opacity: 0.6;
}
.next-btn:focus{
	border: none;
	outline: none;
}
.prev-btn:focus{
	border: none;
	outline: none;
}
.prev-btn {
	left: 4%;
}

.next-btn {
	right:4%;
}*/
.menu-container{
        	    position: relative;
    z-index: 5;
        }
        .menu-item.active {
            font-family: "futianM";
	/*border-bottom: solid 3px #de0033;*/
        }
        

        
        .swiper-box {
            display: none;
            margin-top: -155px;
        }
        
        .swiper-box.active {
            display: block;
        }
        
        .swiper {
            overflow: hidden;
        }


        
        .swiper-slide{
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: flex-end;
            font-weight: bold;
            display: flex !important;
		    flex-direction: row;
		    padding-top: 120px;
		    padding-bottom: 60px;
		    width: 90% !important;
		    padding-left: 5%;
		    padding-right: 5%;
        }
        
       .swiper-slide .slide-content {
            background: rgba(255, 255, 255, 0.15);
            padding: 30px;
            border-radius: 10px;
            width: 100%;
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }
        
        
        .swiper-button-prev{
        	margin-left: 3%;
        }
        .swiper-button-next{
        	margin-right: 3%;
        }
        .swiper-button-next, .swiper-button-prev {
        	color: #6e6e6e !important;
        	outline: none;
        }
        
        .swiper-pagination-bullet {
            background: #ccc;
            opacity: 0.7;
            width: 12px;
            height: 12px;
        }
        .swiper-pagination{
        	margin-bottom: 15px;
        	/*display: none;*/
        }
        .swiper-pagination-bullet-active {
            background: #de0033 !important;
            opacity: 1;
        } 
        .swiper-bg{
        	position: absolute;
        	top: 0px;
        	left: 0px;
        	width: 100%;
        	height: 100%;
        	z-index: 1;
        }
        .carousel-text{
        	z-index: 2;
        }
        .swiper-slide img{
        	z-index: 2;
        }
        .slide-img{
        	width: 60%;
        }


/*增加*/
.text-container {
	position: absolute;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.text-item {
	position: absolute;
	color: white;
	opacity: 0;
	transform: translateY(30px);
	transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* 6种文字位置和样式 */
.title-main {
	top: 15%;
	left: 10%;
	font-size: 4em;
	font-weight: bold;
	text-shadow: 3px 3px 6px rgba(0,0,0,0.3);
	transition-delay: 0.2s;
}

.subtitle {
	top: 30%;
	left: 12%;
	font-size: 2em;
	font-style: italic;
	transition-delay: 0.4s;
}

.description {
	top: 45%;
	left: 12%;
	width: 35%;
	font-size: 1.1em;
	line-height: 1.6;
	transition-delay: 0.6s;
}

.highlight-box {
	top: 60%;
	left: 12%;
	padding: 15px 30px;
	background: rgba(255,255,255,0.15);
	border-left: 4px solid #fff;
	transition-delay: 0.8s;
}

.side-text {
	right: 5%;
	bottom: 20%;
	writing-mode: vertical-rl;
	font-size: 1.2em;
	letter-spacing: 2px;
	transition-delay: 1s;
}

.counter {
	left: 50%;
	bottom: 10%;
	transform: translateX(-50%);
	font-family: monospace;
	font-size: 1.5em;
	transition-delay: 1.2s;
}

.text-item.active {
	opacity: 1;
	transform: translateY(0);
}
.carousel-text{
	margin-left: 0;
	margin-bottom: 4%;
    align-items: flex-start;
    vertical-align: bottom;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    font-size: 24px;

}
.carousel-title{
	font-size: 60px;
	font-family: "futianB";
	margin-bottom: 25px;
}
.carousel-text p{
	margin-bottom: 20px;
	line-height: 30px;
}
.carousel-text p span{
	color: #de0033
}
.carousel-text div a{
	display: inline-block;
	font-size: 16px;
	border: solid 1px #000;
	padding: 8px 20px;
	margin-right: 20px;
}
/*门店查询*/
.store-inquiry{
	width: 100%;
	margin-top: 150px;
}
.title{
	text-align: center;
}
.title p{
	font-size: 36px;
	margin-bottom: 30px;
	font-family: "futianM"
}
.title span{
	display: block;
	font-size: 20px;
	margin-bottom: 30px;
	letter-spacing: 2px;
}
.store-img{
	text-align: center;
}
.store-img img{
	width: 100%
}
.store-btn{
	width: 120px;
	font-size: 18px;
	padding: 5px 10px;
	border: solid 1px #000;
	display: block;
	margin: 0 auto;
	margin-top: 30px;
}

/*创新科技*/
.technology{
	width: 80%;
	margin-left: 10%;
	margin-top: 150px;
}
.technology-img{
	display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.technology-img div{
	position: relative;
	width: 48%;
	display: flex;
}
.technology-img div img{
	width: 100%;
}
.technology-img div a{
	display: block;
	width: 100%;
}
.technology-img div span{
	font-size: 24px;
	color: #fff;
	position: absolute;
	left: 5%;
	bottom: 6%;
	letter-spacing: 2px;
}

/*商业生态*/
.ecology{
	width: 80%;
	margin-left: 10%;
	margin-top: 150px;
}
.ecology-img{
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap:wrap;
}
.ecology-img div{
	position: relative;
	width: 48.5%;
	margin-bottom: 3%;
	display: flex;
}
.ecology-img div img{
	width: 100%;
}
.ecology-img div a{
	display: block;
}
.ecology-img div span{
	font-size: 24px;
	color: #fff;
	position: absolute;
	left: 5%;
	bottom: 9%;
	letter-spacing: 2px;
	
}
.foot{
	width: 100%;
	background-color: #f0f0f0;
	margin-top: 200px;
}
.link{
	width: 100%;
	text-align: center;
	padding-top: 30px;
}
.link a{
	margin: 0 20px;
}
.multimedia{
	text-align: center;
	display: flex;
    justify-content: center;
    margin-top: 30px;
}
.multimedia div{
	margin: 0 25px;
}
.multimedia div span{
	font-size: 14px;
	display: block;
	margin-top: 8px;
}
.info{
	font-size: 12px;
	margin-top: 30px;
	text-align: center;
	padding-bottom: 10px;
}


@media screen and (min-width: 1399px) and (max-width: 1600px){
.carousel-slide img{
	width: 70%;
	margin-right: 0;
}
.carousel-text{
	margin-left: 4%;
	margin-bottom: 4%;
    align-items: flex-start;
    vertical-align: bottom;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    font-size: 22px;

}
.carousel-title{
	font-size: 50px;
	font-family: "futianB";
	padding-bottom: 10px;
	line-height: 50px !important;
}
.carousel-text p{
	margin-bottom: 10px;
	line-height: 30px;
}
.carousel-text p span{
	color: #de0033
}
.carousel-text div a{
	display: inline-block;
	font-size: 15px;
	border: solid 1px #000;
	padding: 8px 20px;
	margin-right: 20px;
}
}

/*1400像素以内样式开始*/
@media screen and (min-width: 1200px) and (max-width: 1400px){
.swiper-text{
	display: inline-block;
	position: absolute;
	top: 30%;
	left: 80px;
	color: #fff;
}
.swiper-text p{
	font-size: 30px;
	margin-bottom: 20px;
}
.swiper-text span{
	font-size: 16px;
	line-height: 30px;
}
.swiper-text div a:first-child{
	display: inline-block;
	width: 100px;
	height: 30px;
	line-height: 30px;
	color: #000;
	background-color: #fff;
	border: solid 1px #fff;
	margin-top: 25px;
	text-align: center;
	font-size: 14px;
}
.swiper-text div a:last-child{
	display: inline-block;
	width: 100px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	border: solid 1px #fff;
	margin-top: 25px;
	text-align: center;
	margin-left: 20px;
	font-size: 14px;
}
.carousel-container{
	/*margin-top: 70px;*/
}
.carousel-slide img{
	width: 70%;
	margin-right: 0;
}
.carousel-nav{
	width: 100%;
	margin-left: 0;
}
.carousel-text{
	margin-left: 4%;
	margin-bottom: 4%;
    align-items: flex-start;
    vertical-align: bottom;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    font-size: 18px;

}

.carousel-title{
	font-size: 45px;
	font-family: "futianB";
	padding-bottom: 10px;
	line-height: 45px !important;
}
.carousel-text p{
	margin-bottom: 10px;
	line-height: 30px;
}
.carousel-text p span{
	color: #de0033
}
.carousel-text div a{
	display: inline-block;
	font-size: 14px;
	border: solid 1px #000;
	padding: 8px 20px;
	margin-right: 20px;
}

/*门店查询*/
.store-inquiry{
	width: 100%;
	margin-top: 70px;
}
.title{
	text-align: center;
}
.title p{
	font-size: 30px;
	margin-bottom: 10px;
	font-family: "futianM"
}
.title span{
	display: block;
	font-size: 16px;
	margin-bottom: 10px;
	letter-spacing: 2px;
}
/*创新科技*/
.technology{
	width: 90%;
	margin-left: 5%;
	margin-top: 70px;
}
.technology-img{
	display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.technology-img div{
	position: relative;
	width: 48%;
	display: flex;
}
.technology-img div img{
	width: 100%;
}
.technology-img div a{
	display: block;
}
.technology-img div span{
	font-size: 20px;
	color: #fff;
	position: absolute;
	left: 5%;
	bottom: 6%;
}
/*商业生态*/
.ecology{
	width: 90%;
	margin-left: 5%;
	margin-top: 70px;
}
.ecology-img{
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap:wrap;
}
.ecology-img div{
	position: relative;
	width: 48.5%;
	margin-bottom: 3%;
	display: flex;
}
.ecology-img div img{
	width: 100%;
}
.ecology-img div a{
	display: block;
}
.ecology-img div span{
	font-size: 20px;
	color: #fff;
	position: absolute;
	left: 5%;
	bottom: 9%;
}




}
/*1400像素以内样式结束*/














/*1200像素以内样式开始*/
@media screen and (min-width: 1024px) and (max-width: 1200px){
.sj-bg{
	display: none;
}
.pc-bg{
	display: block;
}
.swiper-text{
	display: inline-block;
	position: absolute;
	top: 30%;
	left: 80px;
	color: #fff;
}
.swiper-text p{
	font-size: 30px;
	margin-bottom: 20px;
}
.swiper-text span{
	font-size: 16px;
	line-height: 30px;
}
.swiper-text div a:first-child{
	display: inline-block;
	width: 100px;
	height: 30px;
	line-height: 30px;
	color: #000;
	background-color: #fff;
	border: solid 1px #fff;
	margin-top: 25px;
	text-align: center;
	font-size: 14px;
}
.swiper-text div a:last-child{
	display: inline-block;
	width: 100px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	border: solid 1px #fff;
	margin-top: 25px;
	text-align: center;
	margin-left: 20px;
	font-size: 14px;
}
.carousel-slide img{
	width: 70%;
	margin-right: 0;
}
.carousel-text{
	margin-left: 4%;
	margin-bottom: 4%;
    align-items: flex-start;
    vertical-align: bottom;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    font-size: 16px;

}
.carousel-title{
	font-size: 40px;
	font-family: "futianB";
	padding-bottom: 5px;
	line-height: 40px !important;
}
.carousel-text p{
	margin-bottom: 10px;
	line-height: 24px;
}
.carousel-text p span{
	color: #de0033
}
.carousel-text div a{
	display: inline-block;
	font-size: 12px;
	border: solid 1px #000;
	padding: 5px 15px;
	margin-right: 20px;
}
.carousel-nav{
	width: 100%;
	margin-left: 0;
}
.carousel-nav span{
	margin: 0 1%;
}
.carousel-container{
	/*margin-top: 70px;*/
}
/*门店查询*/
.store-inquiry{
	width: 100%;
	margin-top: 70px;
}
.title{
	text-align: center;
}
.title p{
	font-size: 30px;
	margin-bottom: 10px;
	font-family: "futianM"
}
.title span{
	display: block;
	font-size: 16px;
	margin-bottom: 10px;
	letter-spacing: 2px;
}
/*创新科技*/
.technology{
	width: 90%;
	margin-left: 5%;
	margin-top: 70px;
}
.technology-img{
	display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.technology-img div{
	position: relative;
	width: 48%;
	display: flex;
}
.technology-img div img{
	width: 100%;
}
.technology-img div a{
	display: block;
}
.technology-img div span{
	font-size: 20px;
	color: #fff;
	position: absolute;
	left: 5%;
	bottom: 6%;
}

/*商业生态*/
.ecology{
	width: 90%;
	margin-left: 5%;
	margin-top: 70px;
}
.ecology-img{
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap:wrap;
}
.ecology-img div{
	position: relative;
	width: 48.5%;
	margin-bottom: 3%;
	display: flex;
}
.ecology-img div img{
	width: 100%;
}
.ecology-img div a{
	display: block;
}
.ecology-img div span{
	font-size: 20px;
	color: #fff;
	position: absolute;
	left: 5%;
	bottom: 9%;
}




}






@media screen  and (min-width: 768px) and (max-width: 1023px){
/*.sj-bg{
	display: block;
}
.pc-bg{
	display: none;
}*/
.swiper-text{
	display: inline-block;
	position: absolute;
	top: 15%;
	left: 80px;
	color: #fff;
}
.swiper-text p{
	font-size: 30px;
	margin-bottom: 20px;
}
.swiper-text span{
	font-size: 16px;
	line-height: 30px;
}
.swiper-text div a:first-child{
	display: inline-block;
	width: 100px;
	height: 30px;
	line-height: 30px;
	color: #000;
	background-color: #fff;
	border: solid 1px #fff;
	margin-top: 25px;
	text-align: center;
	font-size: 14px;
}
.swiper-text div a:last-child{
	display: inline-block;
	width: 100px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	border: solid 1px #fff;
	margin-top: 25px;
	text-align: center;
	margin-left: 20px;
	font-size: 14px;
}
.carousel-nav{
	width: 96%;
	margin-left: 2%;
}
.carousel-nav span{
	font-size: 18px;
	padding: 0 5px;
	padding-bottom: 5px;
}
.carousel-slide img{
	width: 70%;
	margin-right: 0;
}
.carousel-text{
	margin-left: 4%;
	margin-bottom: 4%;
    align-items: flex-start;
    vertical-align: bottom;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    font-size: 14px;

}
.carousel-title{
	font-size: 35px;
	font-family: "futianB";
	padding-bottom: 5px;
	line-height: 35px !important;
}
.carousel-text p{
	margin-bottom: 10px;
	line-height: 20px;
}
.carousel-text p span{
	color: #de0033
}
.carousel-text div a{
	display: inline-block;
	font-size: 12px;
	border: solid 1px #000;
	padding: 5px 15px;
	margin-right: 20px;
	margin-bottom: 10px;
}
.carousel-container{
	/*margin-top: 70px;*/
}
/*门店查询*/
.store-inquiry{
	width: 100%;
	margin-top: 70px;
}
.title{
	text-align: center;
}
.title p{
	font-size: 30px;
	margin-bottom: 10px;
	font-family: "futianM"
}
.title span{
	display: block;
	font-size: 16px;
	margin-bottom: 10px;
	letter-spacing: 2px;
}
/*创新科技*/
.technology{
	width: 100%;
	margin-left: 0;
	margin-top: 70px;
}
.technology-img{
	display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.technology-img div{
	position: relative;
	width: 48%;
	display: flex;
}
.technology-img div img{
	width: 100%;
}
.technology-img div a{
	display: block;
}
.technology-img div span{
	font-size: 16px;
	color: #fff;
	position: absolute;
	left: 5%;
	bottom: 6%;
}

/*商业生态*/
.ecology{
	width: 100%;
	margin-left: 0;
	margin-top: 70px;
}
.ecology-img{
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap:wrap;
}
.ecology-img div{
	position: relative;
	width: 48.5%;
	margin-bottom: 3%;
	display: flex;
}
.ecology-img div img{
	width: 100%;
}
.ecology-img div a{
	display: block;
}
.ecology-img div span{
	font-size: 16px;
	color: #fff;
	position: absolute;
	left: 5%;
	bottom: 9%;
}



}










/*768像素以内样式*/
@media screen and (max-width: 768px){
.swiper-text{
	display: inline-block;
	position: absolute;
	top: 5%;
	left: 10%;
	color: #fff;
}
.swiper-text p{
	font-size: 26px;
	margin-bottom: 10px;
}
.swiper-text span{
	font-size: 14px;
	line-height: 25px;
}
.swiper-text div a:first-child{
	display: inline-block;
	width: 90px;
	height: 25px;
	line-height: 25px;
	color: #000;
	background-color: #fff;
	border: solid 1px #fff;
	margin-top: 15px;
	text-align: center;
	font-size: 12px;
}
.swiper-text div a:last-child{
	display: inline-block;
	width: 90px;
	height: 25px;
	line-height: 25px;
	color: #fff;
	border: solid 1px #fff;
	margin-top: 15px;
	text-align: center;
	margin-left: 10px;
	font-size: 12px;

}
.swiper-pagination-switch{
	width: 20px;
	margin: 0 5px;

}
.dot {
    width: 22px;
    height: 2px;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all 0.3s ease;
    margin-right: 5px;
}
.sj-bg{
	display: block;
}
.pc-bg{
	display: none;
}

.carousel-nav{
	width: 96%;
	margin-left: 2%;
	padding-top: 25px;
	margin-bottom: 10px;
	justify-content: space-between;
    display: flex;

}
.carousel-nav span{
	font-size: 12px;
	padding: 0 2px;
	margin: 0 0px;
	padding-bottom: 5px;
}
.carousel-nav .active{
	border-bottom: solid 2px #de0033;
}
.carousel-slide{
	width: 90%;
	margin-left: 5%;
	display: flex;
    flex-direction: column-reverse;
    flex-direction: column;
    justify-content: flex-start;
    /*background-color: pink;*/
}
.carousel-slide img{
	width: 100%;
	margin-right: 0;
}
.carousel-text{
	margin-left: 0%;
    margin-bottom: 4%;
    align-items: center;
    vertical-align: bottom;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: 12px;
    width: 100%;

}
.carousel-title{
	font-size: 18px;
	font-family: "futianB";
	padding-bottom: 5px;
}
.carousel-text p{
	margin-bottom: 0px;
    line-height: 18px;
}
.carousel-text p span{
	color: #de0033
}
.carousel-text div a{
	display: inline-block;
	font-size: 0.6rem;
	border: solid 1px #000;
	padding: 3px 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.carousel-text div:last-child{
	display: flex;
    flex-direction: column;
}
.nav-btn{
	width: 4%;
}
.prev-btn{
	left: 2%;
}
.next-btn{
	right: 2%;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
	font-size: 30px !important;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
	font-size: 30px !important;
}
.swiper-slide{
	align-items: center;
	flex-direction: column-reverse !important;
	padding-top: 55px;
	padding-bottom: 10px;
}
.slide-img{
	width: 80%;
}
.swiper-box{
	margin-top: -57px;
}
.swiper-pagination{
	margin-bottom:0;
}
.carousel-container{
	/*margin-top: 40px;*/
}

/*门店查询*/
.store-inquiry{
	width: 100%;
	margin-top: 40px;
}
.title{
	text-align: center;
}
.title p{
	font-size: 22px;
	margin-bottom: 10px;
	font-family: "futianM"
}
.title span{
	display: block;
	width: 94%;
	margin-left: 3%;
	font-size: 12px;
	margin-bottom: 10px;
}
.store-btn{
	width: 65px;
	font-size: 12px;
	margin-top: 15px;
}
/*创新科技*/
.technology{
	width: 100%;
	margin-left: 0;
	margin-top: 40px;
}
.technology-img{
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.technology-img div{
	position: relative;
	width: 90%;
	margin-left: 5%;
	margin-bottom: 5%;
}
.technology-img div img{
	width: 100%;
}
.technology-img div a{
	display: block;
	width: 100%;
}
.technology-img div span{
	font-size: 16px;
	color: #fff;
	position: absolute;
	left: 5%;
	bottom: 6%;
}
/*商业生态*/
.ecology{
	width: 90%;
	margin-left: 5%;
	margin-top: 40px;
}
.ecology-img{
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap:wrap;
}
.ecology-img div{
	position: relative;
	width: 100%;
	margin-bottom: 5%;
	display: flex;
}
.ecology-img div img{
	width: 100%;
}
.ecology-img div a{
	display: block;
}
.ecology-img div span{
	font-size: 16px;
	color: #fff;
	position: absolute;
	left: 5%;
	bottom: 9%;
}
.foot{
	width: 100%;
	background-color: #f0f0f0;
	margin-top: 50px;
}
.link{
	width: 100%;
	text-align: center;
	padding-top: 30px;
}
.link a{
	margin: 0 20px;
	font-size: 12px;
}
.multimedia{
	text-align: center;
	display: flex;
    justify-content: center;
    margin-top: 20px;
    width: 90%;
    margin-left: 5%;
}
.multimedia div{
	margin: 0 2%;
	width: 23%;
}
.multimedia div img{
	width: 100%;
}
.multimedia div span{
	font-size: 0.5rem;
	display: block;
	margin-top: 8px;
}
.info{
	font-size: 0.5rem;
	margin-top: 30px;
	text-align: center;
	padding-bottom: 20px;
}
.swiper-pagination-bullet{
	width: 6px !important;
    height: 6px !important;
    margin: 0 2px !important;
}


}