/* 超小设备（手机，小于 768px） */
.swiper-bullet {
	width: 12px;
	height: 12px;
	margin: 0 5px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: .3;
}

.swiper-bullet-active {
	background: #C30E23;
	opacity: 1;
}

@media (max-width: 768px) {

	/* 弹出活动 */
	.index-mask {
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.7);
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 999;
	}

	.index-activity {
		position: fixed;
		top: 50%;
		left: 50%;
		z-index: 1000;
		width: 80%;
		height: auto;
		margin-left: -40%;
		margin-top: -180px;
	}

	.index-activity-btn {
		position: absolute;
		bottom: -60px;
		left: 50%;
		z-index: 1001;
		margin-left: -20px;
		width: 40px;
		height: 40px;
	}

	/* 轮播图 */
	.banner {
		overflow: hidden;
		position: relative;
	}

	.banner-bg {
		vertical-align: middle;
	}

	.banner-content-left {
		position: absolute;
		left: 20px;
		top: 50%;
		transform: translateY(-50%);
	}

	.banner-content-center {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		text-align: center;
		width:100%;
	}

	.banner-content h1 {
		font-size: 26px;
		color: #fff;
		text-shadow: 0 0 30px rgba(0, 0, 0, .3);
	}

	.banner-content p {
		font-size: 16px;
		color: #fff;
		text-shadow: 0 0 30px rgba(0, 0, 0, .3);
	}

	.banner-content span {
		font-size: 24px;
		line-height: 1.6;
		padding: 10px 0;
		color: #fff;
		text-shadow: 0 0 30px rgba(0, 0, 0, .3);
	}

	.banner-content .btn {
		display: inline-block;
		background-color: #c30e23;
		color: #fff;
		margin-top: 15px;
		padding: 5px 10px;
		cursor: pointer;
	}
	.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
		bottom: 0;
	}

	/* 关于我们 */
	.index-about {
		background: #f2f2f2;
		padding: 15px 0;
	}

	.index-header {
		text-align: left;
		color: #c30e23;
		font-size: 20px;
		line-height: 24px;
		padding: 10px 0;
		position: relative;
	}

	.index-header span {
		padding: 15px;
	}

	.index-header a {
		position: absolute;
		right: 15px;
		top: 10px;
		line-height: 24px;
		font-size: 13px;
		color: #999;
	}

	.index-header a:hover {
		color: #c30e23;
	}

	.index-about-content {
		padding: 0 15px 20px;
	}

	.index-about-intro {
		color: #333;
		font-size: 14px;
		line-height: 24px;
		padding-bottom: 10px;
		text-align: left;
	}

	.index-about-contact {
		margin: 10px 0;
	}

	.index-about-contact img {
		width: 24px;
		height: 24px;
		vertical-align: middle;
	}

	.index-about-contact span {
		font-size: 15px;
		padding-left: 5px;
		font-weight: bold;
		color: #c30e23;
		vertical-align: middle;
	}

	.index-about-contact .icon {
		color: #c30e23;
	}

	.index-about-video {
		width: 94%;
		padding: 20px 3% 0;
	}

	.index-about-video video {
		width: 100%;
	}

	/* 产品展示 */

	.products-box {
		padding: 0 5px;
	}

	.products-box-l {
		width: 100%;
	}

	.products-box-r {
		width: 100%;
		display: flex;
		display: -webkit-flex;
		flex-direction: row;
		flex-wrap: wrap;
	}

	.products-box-r .products-list {
		width: 50%;
	}

	.products-box-l .products-img {
		margin: 10px;
		height: 240px;
		display: flex;
		align-items: center;
		overflow: hidden;
	}

	.products-box-r .products-img {
		margin: 10px;
		height: 120px;
		display: flex;
		align-items: center;
		overflow: hidden;
	}



	.products-img img {
		width: 100%;
		height: 100%;
		transition: All 0.1s ease-in-out;
		-webkit-transition: All 0.4s ease-in-out;
		-moz-transition: All 0.4s ease-in-out;
		-o-transition: All 0.4s ease-in-out;
		cursor: pointer;
	}

	.products-img img:hover {
		transform: scale(1.2);
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-o-transform: scale(1.2);
		-ms-transform: scale(1.2);
	}

	/* 门店信息 */
	.shop-position-info {
		padding: 20px 15px;
	}

	.shop-position-info select {
		width: 100%;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
		padding: 0 10px;
		background: none;
		border: 1px solid #ccc;
		outline: none;

	}

	.shop-position-info .shop-item {
		margin: 20px 0;
	}

	.shop-item h1 {
		font-size: 17px;
		padding-bottom: 10px;
		color: #333;
	}

	.shop-item p {
		color: #999;
		font-size: 16px;
	}

	/* 用户反馈 */
	.feedback-box {
		height: 316px;
		padding: 0 15px 30px;
	}

	.feedback {
		width: 100%;
		height: 100%;
	}

	.feedback-list {
		display: flex;
		display: -webkit-flex;
	}

	.feedback-list-l {
		width: 100px;
		height: 100px;
		display: flex;
		align-items: center;
		overflow: hidden;
	}

	.feedback-list-l img {
		vertical-align: middle;
		width: 100%;
		height: 100%;
	}

	.feedback-list-r {
		flex: 1;
		-webkit-flex: 1;
		padding-left: 10px;
	}

	.feedback-list-r p {
		font-size: 14px;
		line-height: 20px;
		padding-top: 1px;
		padding-bottom:1px;
		text-align: left;
		line-height: 1.4;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}

	.feedback-list-r .feedback-item {
		margin: 3px 0;
		color: #666;
	}

	.feedback-list-r .feedback-item .icon {
		font-size: 18px;
		color: #ffa500;
	}
}


/* 小型设备（平板电脑，768px 起） */
@media (min-width: 768px) and (max-width: 1200px) {

	/* 弹出活动 */
	.index-mask {
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.7);
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 999;
	}

	.index-activity {
		position: fixed;
		top: 50%;
		left: 50%;
		z-index: 1000;
		width: 750px;
		height: auto;
		margin-left: -375px;
		margin-top: -180px;
	}

	.index-activity-btn {
		position: absolute;
		top: 0;
		right: 0;
		z-index: 1001;
		width: 48px;
		height: 48px;
		cursor: pointer;
	}

	/* 轮播图 */
	.banner {
		overflow: hidden;
		position: relative;
	}

	.banner-bg {
		vertical-align: middle;
	}

	.banner-content-left {
		position: absolute;
		left: 20px;
		top: 50%;
		transform: translateY(-50%);
	}

	.banner-content-center {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		text-align: center;
	}

	.banner-content h1 {
		font-size: 48px;
		color: #fff;
		text-shadow: 0 0 30px rgba(0, 0, 0, .3);
	}

	.banner-content p {
		font-size: 24px;
		color: #fff;
		text-shadow: 0 0 30px rgba(0, 0, 0, .3);
	}

	.banner-content span {
		font-size: 24px;
		line-height: 1.6;
		padding: 10px 0;
		color: #fff;
		text-shadow: 0 0 30px rgba(0, 0, 0, .3);
	}

	.banner-content .btn {
		display: inline-block;
		background-color: #c30e23;
		color: #fff;
		margin-top: 15px;
		padding: 10px 15px;
		cursor: pointer;
	}

	/* 关于我们 */
	.index-about {
		background: #f2f2f2;
		padding: 25px 0;
	}

	.index-header {
		text-align: center;
		color: #c30e23;
		font-size: 28px;
		line-height: 32px;
		padding: 10px 0;
		position: relative;
	}

	.index-header a {
		position: absolute;
		right: 15px;
		top: 10px;
		line-height: 32px;
		font-size: 13px;
		color: #999;
	}

	.index-header a:hover {
		color: #c30e23;
	}

	.index-about-content {
		padding: 20px;
	}

	.index-about-intro {
		color: #333;
		font-size: 14px;
		line-height: 24px;
		padding-bottom: 10px;
		text-align: left;
	}

	.index-about-contact {
		margin: 10px 0;
	}

	.index-about-contact img {
		width: 24px;
		height: 24px;
		vertical-align: middle;
	}

	.index-about-contact span {
		font-size: 15px;
		padding-left: 5px;
		font-weight: bold;
		color: #c30e23;
		vertical-align: middle;
	}

	.index-about-contact .icon {
		color: #c30e23;
	}

	.index-about-video {
		width: 94%;
		padding: 20px 3% 0;
	}

	.index-about-video video {
		width: 100%;
	}

	/* 产品展示 */

	.products-box {
		overflow: hidden;
		padding: 0 5px;
	}

	.products-box-l {
		float: left;
		width: 50%;
	}

	.products-box-r {
		float: right;
		width: 50%;
		display: flex;
		display: -webkit-flex;
		flex-direction: row;
		flex-wrap: wrap;
	}

	.products-box-r .products-list {
		width: 50%;
	}

	.products-box-l .products-img {
		margin: 10px;
		height: 260px;
		display: flex;
		align-items: center;
		overflow: hidden;
	}

	.products-box-r .products-img {
		margin: 10px;
		height: 120px;
		display: flex;
		align-items: center;
		overflow: hidden;
	}



	.products-img img {
		width: 100%;
		height: 100%;
		transition: All 0.1s ease-in-out;
		-webkit-transition: All 0.4s ease-in-out;
		-moz-transition: All 0.4s ease-in-out;
		-o-transition: All 0.4s ease-in-out;
		cursor: pointer;
	}

	.products-img img:hover {
		transform: scale(1.2);
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-o-transform: scale(1.2);
		-ms-transform: scale(1.2);
	}

	/* 门店信息 */
	.shop-position-info {
		padding: 20px;
	}

	.shop-position-info select {
		width: 100%;
		height: 48px;
		line-height: 48px;
		font-size: 15px;
		padding: 0 10px;
		background: none;
		border: 1px solid #ccc;
		outline: none;

	}


	.shop-position-info .shop-item {
		margin: 20px 0;
	}

	.shop-item h1 {
		font-size: 17px;
		padding-bottom: 10px;
		color: #333;
	}

	.shop-item p {
		color: #999;
		font-size: 16px;
	}

	/* 用户反馈 */
	.feedback-box {
		height: 300px;
		padding: 0 15px 30px;
	}

	.feedback {
		width: 100%;
		height: 100%;
	}

	.feedback-list {
		overflow: hidden;
	}

	.feedback-list-l {
		float: left;
		width: 140px;
		height: 140px;
		display: flex;
		align-items: center;
		overflow: hidden;
		background: #f2f2f2;
	}

	.feedback-list-l img {
		vertical-align: middle;
		width: 100%;
		height: 100%;
	}

	.feedback-list-r {
		margin-left: 160px;
	}

	.feedback-list-r p {
		font-size: 16px;
		line-height: 24px;
		text-align: left;
		padding-top: 2px;
		padding-bottom:2px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}

	.feedback-list-r .feedback-item {
		margin: 3px 0;
		color: #666;
	}

	.feedback-list-r .feedback-item .icon {
		font-size: 18px;
		color: #ffa500;
	}
}

/* 大型设备（大台式电脑，1200px 起） */
@media (min-width: 1200px) {

	/* 弹出活动 */
	.index-mask {
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.7);
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 999;
	}

	.index-activity {
		position: fixed;
		top: 50%;
		left: 50%;
		z-index: 1000;
		width: 750px;
		height: auto;
		margin-left: -375px;
		margin-top: -200px;
	}

	.index-activity-btn {
		position: absolute;
		top: 0;
		right: 0;
		z-index: 1001;
		width: 60px;
		height: 60px;
		cursor: pointer;
	}

	/* 轮播图 */
	.banner {
		height: 600px;
		overflow: hidden;
		position: relative;
	}

	.banner-bg {
		vertical-align: middle;
	}

	.banner-content-left {
		position: absolute;
		left: 50%;
		top: 50%;
		margin-left: -600px;
		transform: translateY(-50%);
	}

	.banner-content-center {
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		text-align: center;
	}

	.banner-content h1 {
		font-size: 60px;
		color: #fff;
		text-shadow: 0 0 30px rgba(0, 0, 0, .3);
	}

	.banner-content p {
		font-size: 24px;
		color: #fff;
		text-shadow: 0 0 30px rgba(0, 0, 0, .3);
	}

	.banner-content span {
		font-size: 24px;
		line-height: 1.6;
		padding: 10px 0;
		color: #fff;
		text-shadow: 0 0 30px rgba(0, 0, 0, .3);
	}

	.banner-content .btn {
		display: inline-block;
		background-color: #c30e23;
		color: #fff;
		margin-top: 15px;
		padding: 10px 15px;
		cursor: pointer;
	}

	/* 关于我们 */
	.index-about {
		background: #f2f2f2;
		padding: 25px 0;
	}

	.index-header {
		text-align: center;
		color: #c30e23;
		font-size: 28px;
		line-height: 32px;
		padding: 15px 0;
		position: relative;
		width: 1180px;
		margin: 0 auto;
	}

	.index-header a {
		position: absolute;
		right: 0;
		top: 15px;
		line-height: 32px;
		font-size: 13px;
		color: #999;
	}

	.index-header a:hover {
		color: #c30e23;
	}

	.index-about-content {
		padding: 20px;
	}

	.index-about-intro {
		color: #333;
		font-size: 15px;
		line-height: 24px;
		padding-bottom: 15px;
		text-align: left;
	}

	.index-about-contact {
		margin: 10px 0;
	}

	.index-about-contact img {
		width: 24px;
		height: 24px;
		vertical-align: middle;
	}

	.index-about-contact span {
		font-size: 16px;
		line-height: 24px;
		padding-left: 5px;
		font-weight: bold;
		color: #c30e23;
		vertical-align: middle;
	}

	.index-about-contact .icon {
		color: #c30e23;
	}

	.index-about-video {
		width: 100%;
		padding-top: 20px;
	}

	.index-about-video video {
		width: 100%;
	}

	/* 产品展示 */

	.products-box {
		overflow: hidden;
	}

	.products-box-l {
		float: left;
		width: 600px;
	}

	.products-box-r {
		float: right;
		width: 600px;
		display: flex;
		display: -webkit-flex;
		flex-direction: row;
		flex-wrap: wrap;
	}

	.products-box-r .products-list {
		width: 50%;
	}

	.products-box-l .products-img {
		margin: 10px;
		height: 360px;
		display: flex;
		align-items: center;
		overflow: hidden;
	}

	.products-box-r .products-img {
		margin: 10px;
		height: 170px;
		display: flex;
		align-items: center;
		overflow: hidden;
	}

	.products-img img {
		width: 100%;
		height: 100%;
		transition: All 0.1s ease-in-out;
		-webkit-transition: All 0.4s ease-in-out;
		-moz-transition: All 0.4s ease-in-out;
		-o-transition: All 0.4s ease-in-out;
		cursor: pointer;
	}

	.products-img img:hover {
		transform: scale(1.2);
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-o-transform: scale(1.2);
		-ms-transform: scale(1.2);
	}

	/* 门店信息 */
	.shop-position-info {
		padding: 20px;
	}

	.shop-position-info select {
		width: 100%;
		height: 48px;
		line-height: 48px;
		font-size: 15px;
		padding: 0 10px;
		background: none;
		border: 1px solid #ccc;
		outline: none;

	}

	.shop-position-info .shop-item {
		margin: 20px 0;
	}

	.shop-item h1 {
		font-size: 17px;
		padding-bottom: 10px;
		color: #333;
	}

	.shop-item p {
		color: #999;
		font-size: 16px;
	}

	/* 用户反馈 */
	.feedback-box {
		height: 300px;
		padding-bottom: 30px;
	}

	.feedback {
		width: 100%;
		height: 100%;
	}

	.feedback-list {
		overflow: hidden;
	}

	.feedback-list-l {
		float: left;
		width: 140px;
		height: 140px;
		display: flex;
		align-items: center;
		overflow: hidden;
		background: #f2f2f2;
	}

	.feedback-list-l img {
		vertical-align: middle;
		width: 100%;
		height: 100%;
	}

	.feedback-list-r {
		margin-left: 160px;
	}

	.feedback-list-r p {
		font-size: 16px;
		line-height: 24px;
		text-align: left;
		padding-top: 3px;
		padding-bottom:3px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}

	.feedback-list-r .feedback-item {
		margin: 3px 0;
		color: #666;
	}

	.feedback-list-r .feedback-item .icon {
		font-size: 18px;
		color: #ffa500;
	}
}
