﻿/*轮播图*/
.swiper-container {
	width: 100%;
}

.swiper-pagination-bullet {
	width: 99px;
	height: 3px;
	border-radius: 0;
	display: inline-block;
	background: #fff;
	opacity: 1;
}

.swiper-pagination-bullet-active {
	background: #7ab9f8;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin-bottom: 60px;
}

.swiper-banner .swiper-slide img {
	width: 100%;
}

/*产品中心*/
.index-product {
	padding: 95px 0 165px 0;
	background: #e2e6eb;
}

.index-product .index-product-wrap {
	/*max-width: 1340px;*/
	margin: 0 auto;
}

.index-product .index-product-wrap .index-product-left {
	font-size: 24px;
	line-height: 38px;
	padding-left: 16px;
	border-left: 4px solid #ff9900;
}

.index-product .index-product-wrap .index-product-left .left-ch {
	display: inline-block;
	color: #006699;
	margin-right: 18px;
}

.index-product .index-product-wrap .index-product-left .left-en {
	color: #666;
}

/*关于微敏*/
.index-about {
	padding-top: 90px;
	padding-bottom: 120px;
	background: #f8f8f8;
}

.index-about .about-top,
.index-about .about-bottom {
	/*max-width: 1340px;*/
	margin: 0 auto;
}

.index-about .about-top {
	height: 388px;
}

.index-about .about-top .about-top-left {
	height: 388px;
	padding-left: 0;
	padding-right: 0px;
	/*margin-right: 28px;*/
	border-radius: 6px;
	background-size: cover;
	background-position: center center;
}

/*.index-about .about-top .about-top-left img {
	width: 100%;
}*/
.index-about .about-top .about-top-left:hover {
	transform: scale(1.05);
	transition: all 0.5s;
}

.index-about .about-top .about-top-right {
	height: 388px;
	padding-left: 28px;
	padding-right: 0;
	overflow: hidden;

}

.index-about .about-top .right-wrap {
	height: 388px;
	padding: 50px 50px 35px 60px;
	background: #fff;
	border-radius: 6px;
}

.index-about .about-top .right-wrap .top-right-title {
	font-size: 24px;
	color: #333;
	line-height: 32px;
	margin-bottom: 25px;
}

.index-about .about-top .right-wrap .top-right-content {
	overflow: hidden;
	font-size: 16px;
	color: #333;
	line-height: 32px;
	max-height: 200px;
	margin-bottom: 30px;
}

.index-about .about-top .right-wrap .top-right-btn {
	float: right;
	width: 169px;
	height: 45px;

}

.index-about .about-top .right-wrap .top-right-btn a.left {
	display: inline-block;
	width: 113px;
	height: 45px;
	font-size: 16px;
	line-height: 45px;
	text-align: center;
	background: #7ab9f8;
	vertical-align: middle;
}

.index-about .about-top .right-wrap .top-right-btn a.right {
	display: inline-block;
	width: 47px;
	height: 45px;
	vertical-align: middle;
	background-image: url('../images/about-more.png');
	background-repeat: no-repeat;
	/*background-position: right center;*/
}

.index-about .about-top .right-wrap .top-right-btn a:hover {
	color: #fff;
}

.index-about .about-bottom {
	/*height: 128px;*/

	margin-top: 60px;
	background: #fff;
	box-shadow: 0px 0px 15px 5px #eee;
	border-radius: 6px;
}

.index-about .about-bottom>div {
	padding: 40px 0 0 80px;
	height: 128px;
}

.index-about .about-bottom .bottom-left,
.index-about .about-bottom .bottom-middle,
.index-about .about-bottom .bottom-right {
	padding-left: 65px;
	background-repeat: no-repeat;
	background-position: left center;
}

.index-about .about-bottom .bottom-left {
	background-image: url('../images/about-1.png');
}

.index-about .about-bottom .bottom-middle {
	background-image: url('../images/about-2.png');
}

.index-about .about-bottom .bottom-right {
	background-image: url('../images/about-3.png');
}

.index-about .about-bottom .bottom-title {
	font-size: 16px;
	color: #0f0f0f;
	font-weight: bold;
	margin-bottom: 8px;
}

.index-about .about-bottom .bottom-desc {
	font-size: 14px;
	color: #666;
}

/*新闻中心*/
.index-news {
	padding: 80px 0 135px 0;
	background: #fbfbfb;
}

.index-news .news-wrap {
	/*max-width: 1340px;*/
	/*padding-left: 0;
	padding-right: 0;*/
	margin: 0 auto;
}

.index-news .news-wrap .index-news-title {
	font-size: 24px;
	line-height: 38px;
	padding-left: 16px;
	border-left: 4px solid #ff9900;
}

.index-news .news-wrap .index-news-title .left-ch {
	display: inline-block;
	color: #006699;
	margin-right: 18px;
}

.index-news .news-wrap .index-news-title .left-en {
	color: #666;
}

.index-news .news-wrap .index-news-body {
	margin-left: 0;
	margin-top: 40px;
	position: relative;
}

.index-news .news-wrap .index-news-body .news-left {
	height: 516px;
	padding-right: 0;
	padding-left: 0;
	background-size: cover;
	background-position: center center;
}

.news-left-wrap {
	position: absolute;
	top: 0;
	bottom: 0;
	padding: 35px;
	background: rgba(80, 80, 80, .5);
	width: 100%;
}

.news-left-wrap .news-left-time {
	margin-bottom: 42px;
	font-size: 14px;
	color: #f4f5f6;
}

.news-left-wrap .news-left-title {
	margin-bottom: 25px;
	font-size: 24px;
	color: #fff;
}

.news-left-wrap .news-left-content {
	font-size: 16px;
	color: #f4f5f6;
}

.news-left-wrap .news-left-more {
	position: absolute;
	left: 45px;
	bottom: 30px;
	width: 169px;
	height: 45px;

}

.news-left-wrap .news-left-more a.left {
	display: inline-block;
	width: 113px;
	height: 45px;
	font-size: 16px;
	line-height: 45px;
	text-align: center;
	background: #7ab9f8;
	vertical-align: middle;
}

.news-left-wrap .news-left-more a.right {
	display: inline-block;
	width: 47px;
	height: 45px;
	vertical-align: middle;
	background-image: url('../images/about-more.png');
	background-repeat: no-repeat;
}

.news-left-wrap .news-left-more a:hover {
	color: #fff;
}

.index-news .news-wrap .index-news-body .news-middle,
.index-news .news-wrap .index-news-body .news-right {
	height: 516px;
	padding-left: 20px;
}

.index-news .news-wrap .index-news-body .news-right {
	padding-left: 0px;
}

.index-news-body .news-middle .news-middle-wrap,
.index-news-body .news-right .news-right-wrap {
	height: 516px;
	background: #fff;
	border: 1px solid #e1e1e1;
}

.index-news-body .news-middle .news-middle-wrap li {
	height: 160px;
	padding: 30px 0 18px 0;
	margin: 0 20px;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
}

.index-news-body .news-middle .news-middle-wrap li:hover a .news-middle-desc,
.index-news-body .news-middle .news-middle-wrap li:hover a .news-middle-title,
.index-news-body .news-middle .news-middle-wrap li:hover a .news-middle-time {
	color: #000;
}

.index-news-body .news-middle .news-middle-wrap li a {
	font-size: 14px;
	display: block;
	color: #000;
}

.index-news-body .news-middle .news-middle-wrap li a .news-middle-time {
	margin-bottom: 20px;
	color: #666;
}

.index-news-body .news-middle .news-middle-wrap li a .news-middle-title {
	font-size: 16px;
	margin-bottom: 10px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	color: #4f4f4f;
}

.index-news-body .news-middle .news-middle-wrap li a .news-middle-desc {
	color: #999;
}

.index-news-body .news-right .news-right-wrap {
	position: relative;
}

.index-news-body .news-right .news-right-wrap .right-more a {
	display: block;
	position: absolute;
	top: -70px;
	right: 0;
	width: 48px;
	height: 48px;
	background-image: url('../images/question-more.png');
}

.index-news-body .news-right .news-right-wrap .news-right-title {
	width: 100%;
	height: 48px;
	line-height: 48px;
	color: #fff;
	font-size: 20px;
	background: #7ab9f8;
	padding-left: 25px;
}

.index-news-body .news-right .news-right-wrap li {
	height: 140px;
	padding: 30px 0 18px 0;
	margin: 0 10px 0 24px;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
}

.index-news-body .news-right .news-right-wrap li a {
	font-size: 14px;
	display: block;
}

.index-news-body .news-right .news-right-wrap li a .news-right-question {
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	padding-left: 40px;
	margin-bottom: 10px;
	color: #444;
	background-image: url('../images/question.png');
	background-repeat: no-repeat;
	background-position: left center;
	overflow: hidden;
}

.index-news-body .news-right .news-right-wrap li a .news-right-answer {
	padding-left: 40px;
	color: #999;
	background-image: url('../images/answer.png');
	background-repeat: no-repeat;
	background-position: left center;
	overflow: hidden;
}

.index-news-body .news-right .news-right-wrap li:hover a .news-right-answer {
	color: #444;
}

/*招贤纳士和下载中心*/
.index-offer-down {
	/*max-width: 1340px;*/
	margin: 72px auto;
	margin-bottom: 145px;
}

.index-offer-down .index-offer-wrap {
	height: 355px;
	padding-right: 10px;
}

.index-offer-down .index-down-wrap {
	height: 355px;
	padding-left: 10px;
}

.index-offer-down .index-offer,
.index-offer-down .index-down {
	display: block;
	height: 100%;
	padding: 30px 40px;
	background-size: cover;
	background-position: center center;
}

.down,
.offer {
	height: 100%;
	width: 100%;
	padding-top: 72px;
	background: rgba(255, 255, 255, .5);
	color: #000;
	text-align: center;
}

.down .down-img span,
.offer .offer-img span {
	font-size: 24px;
	color: #000;
	display: block;
	width: 100px;
	height: 100px;
	margin: 0 auto;
	margin-top: 20px;
}

.down:hover,
.offer:hover {
	transform: rotateY(360deg);
	transition: all 1s;
	-webkit-transform: rotateY(360deg);
	-webkit-transition: all 1s;
	-moz-transform: rotateY(360deg);
	-moz-transition: all 1s;
	-o-transform: rotateY(360deg);
	-o-transition: all 1s;
}

/*tab切换页*/
#myTab {
	/*float: right;*/
	/*max-width: 830px;*/
	width: 100%;
	padding-right: 0;
	margin-top: 0;
	margin-bottom: 80px;
}

#myTab li {
	width: 18%;
	margin-right: 2.5%;
	text-align: center;
	height: 50px;
	padding-right: 0;
	margin-top: 10px;
	box-shadow: 2px 4px 10px #aaa;
}

#myTab li:last-child {
	margin-right: 0;
}

#myTab li a {
	color: #72767a;
	font-size: 16px;
	font-weight: bold;
	line-height: 50px;
	padding: 0;
	margin-right: 0;
	border-radius: 2px;
	background: #fff;
	border: none;
}

#myTab li.active a,
#myTab li:hover a {
	color: #fff;
	background: #7ab9f8;
	transition: 0.2s;
}

#myTabContent {
	padding-left: 0;
	padding-right: 0;
}

#machine .thumbnail {
	display: block;
	padding: 1px;
	border: 1px solid #cdcdcd;
}

#machine .thumbnail img {
	border-bottom: 1px solid #cdcdcd;
}

#machine .thumbnail:hover {
	transform: scale(1.05);
	transition: all 0.5s;
}

#machine .thumbnail .caption {
	padding: 0;
}

#machine .thumbnail .caption p {
	font-size: 20px;
	padding-top: 33px;
	padding-bottom: 33px;
	background-image: url('../images/路径.png');
	background-repeat: no-repeat;
	background-position: bottom right;
}

@media (max-width: 1240px) {

	/*tab切换页*/
	#myTab {
		width: 100%;
	}
}

@media (max-width: 992px) {

	/*关于微敏*/
	.index-about {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.index-about .about-bottom {
		margin-top: 448px;
	}

	.index-about .about-bottom>div {
		padding: 20px 0 0 0;
		height: 88px;
		padding-left: 82px;
	}

	/*新闻中心*/
	.index-news {
		padding: 20px 0 20px 0;
	}

	.index-news .news-wrap .index-news-title .left-ch {
		display: inline-block;
		color: #006699;
		margin-right: 18px;
	}

	.index-news .news-wrap .index-news-title .left-en {
		color: #666;
	}

	.index-news .news-wrap .index-news-body {
		margin-top: 40px;
	}

	.index-news-body .news-right .news-right-wrap .right-more a {
		top: 0;
		right: 15px;
	}

	.index-about .about-bottom>div {
		padding-left: 15px;
		height: auto;
	}

	.index-about .about-bottom .bottom-left {
		margin-bottom: 35px;
	}

	.index-about .about-bottom .bottom-middle {
		margin-bottom: 35px;
	}

	.index-about .about-bottom .bottom-right {
		padding-bottom: 20px;
	}

	/*招贤纳士和下载中心*/
	.index-offer-down {
		margin: 30px auto;
		margin-bottom: 70px;
	}
}

@media (max-width: 768px) {

	/*产品中心*/
	.index-product {
		padding: 25px 0 50px 0;
		background: #e2e6eb;
	}

	#myTab {
		margin-bottom: 60px;
	}

	/*tab切换页*/
	#myTab li a {
		font-size: 14px;
		font-weight: normal;
	}

	/*#myTabContent .swiper-wrapper .swiper-slide {
		margin-right: 15px !important;;
	}*/
	#machine .thumbnail .caption p {
		font-size: 14px;
	}

	.index-about .about-top .about-top-right {
		padding-left: 0;
	}

	.index-about .about-top .right-wrap {
		padding: 15px;
	}

	.index-about .about-bottom>div {
		padding-left: 15px;
		height: auto;
	}

	.index-about .about-bottom .bottom-left {
		margin-bottom: 35px;
	}

	.index-about .about-bottom .bottom-middle {
		margin-bottom: 35px;
	}

	.index-about .about-bottom .bottom-right {
		padding-bottom: 20px;
	}

	.index-news-body .news-right .news-right-wrap .right-more a {
		top: 0;
		right: 15px;
	}

	.index-news .news-wrap .index-news-body .news-middle,
	.index-news .news-wrap .index-news-body .news-right {
		padding-left: 0;
	}

	.index-news-body .news-middle .news-middle-wrap li,
	.index-news-body .news-right .news-right-wrap li {
		/*width: 100%;*/
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
		margin-bottom: 0;
	}

	.index-offer-down .index-offer-wrap {
		padding-right: 15px;
	}

	.index-offer-down .index-down-wrap {
		padding-left: 15px;
	}
}



/*2019/2/22*/
#hide_box .swiper-slide {
	opacity: 0;
}

#machine .thumbnail .caption p {
	height: 94px !important;
	line-height: 94px !important;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

@media only screen and (max-width:480px) {

	/*tab切换页*/
	#myTab li a {
		font-size: 12px;
	}

	.swiper-pagination-bullet {
		width: 25px;
	}
}