.red{
	color:red;
}
.text-secondary a {
	color: #6c757d;
}
.card, .figure {
	margin: 15px 0;
}
.navbar-expand-lg .navbar-nav .nav-link {
	padding-right: 1.2rem;
	padding-left: 1.2rem;
	font-size: 14px;
}
.navbar-brand {
	font-size: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.shadow-sm-top {
	box-shadow: 0 -.125rem .25rem rgba(0,0,0,.075) !important;
}
.pages {
	min-height: 500px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.code, .code img {
	height: 100px;
}
.position, .position a {
	color: #999;
}
.content {
	color: #666;
	line-height: 2;
}
.content img, .content iframe {
	max-width: 100% !important;
}
.content li {
	list-style: disc outside none;
	margin-left: 20px;
}
/*产品轮播*/
/*.view {
	max-width: 500px;
}*/
.view .swiper-slide {
	/*height: 450px;*/
	/* max-width: 500px;*/
	padding: 0 28px;
	box-sizing: border-box;
	overflow: hidden;
	text-align: center;
	margin:auto;
}
.view .swiper-slide img {
	/*height: 100%;*/
}
.view .arrow-left {
	background: url(../images/index_tab_l.png) no-repeat left center;
	position: absolute;
	left: 0px;
	width: 28px;
	height: 300px;
	z-index: 10;
	display: none;
	/*background-color:#ffffff99;*/
}
.view .arrow-right {
	background: url(../images/index_tab_r.png) no-repeat right center;
	position: absolute;
	right: 0px;
	width: 28px;
	height: 300px;
	z-index: 10;
	display: none;
	/*background-color:#ffffff99;*/
}
.preview {
	position: relative;
	width: 94%;
	left:3%;
}
.preview .swiper-slide {
	width: 87.5px;
	height: 70px;
	margin: 0 3px;
	box-sizing: border-box;
	overflow: hidden;
	cursor: pointer;
	background-color:#fff;
}
.preview .swiper-slide img {
	display: inline-block;
	height: 100%;
}
.preview .active-nav {
	border: 1px solid #e62129;
}
.preview .arrow-left {
	background: url(../images/feel3.png) no-repeat center center;
	position: absolute;
	left: -3%;
	top: 0;
	width: 3%;
	height: 100%;
	z-index: 10;
}
.preview .arrow-right {
	background: url(../images/feel4.png) no-repeat center center;
	position: absolute;
	right: -3%;
	top: 0;
	width: 3%;
	height: 100%;
	z-index: 10;
}

@media only screen and (max-width: 768px) {
.pro_big2{/*height:200px*/}
.view .swiper-slide {
	/*height: 200px;*/
}
.preview {
	display: none;
}
.view .arrow-left, .view .arrow-right {
	height:100%;
	display: block;
}
.view .swiper-slide img{margin:0 auto;}
}
