*{margin: 0;padding: 0;}
html{
	height: 100%;
	font: 16px "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", STHeiti, "WenQuanYi Micro Hei", Helvetica, Arial, sans-serif;
}

#content {
	overflow: hidden;
	width: 100%;
}

/*#headerImg {
	padding-bottom: 35%;
	background: url(../img/banner1.png) no-repeat center top;
	background-size: 100% 100%;
}*/


/*解决方案直线*/

.line {
	width: 40px;
	height: 1px;
	background-color: black;
	margin-top: 18px;
}

.line-left {
	float: left;
	margin-left: 40%;
}

.line-right {
	float: right;
	margin-right: 40%;
}

.contentTitle {
	text-align: center;
	color: gray;
	font-size: 1.5rem;
}
.home-title{
	padding: 30px 0;
	height: 108px;
}

h2 {
	text-align: center;
	font-size: 2.5rem;
}

#solution-content {
	background-color: #f5f5f5;
	width: 90%;
	overflow: hidden;
	padding: 2% 5%;
}
.solution-cell {
	display: block;
	overflow: hidden;
	width: 26%;
	margin-left: 1.5%;
	float: left;
	height: 190px;
	transition: all 0.5s;
	transform: scale(1.0);
	
}
.solution-cell:hover{
	transform: scale(1.1);
}
.solution-cell2:hover{
	transform: none;
}
.solution-cell2 {
	width: 40%;
	margin: 20px auto;
	cursor: default;
}

.solution-label {
	margin-left: 10%;
	background: url(../img/label_zero_stock.png) no-repeat center center;
	background-size:100% 100%
}

.solution-instructions {
	background: url(../img/manual_zero_stock.png) no-repeat center center;
	background-size:100% 100%
}

.solution-security {
	background: url(../img/QRcode_security.png) no-repeat center center;
	background-size:100% 100%
}

.solution-marketing {
	margin-left: 10%;
	background: url(../img/QRcode_marketing.png) no-repeat center center;
	background-size:100% 100%
}

.solution-qrimg {
	margin-left: 1%;
	background: url(../img/card_machine.png) no-repeat center center;
	background-size:100% 100%
}

.solution-origin {
	clear: left;
	margin-top: 20px;
	margin-left: 10%;
	background: url(../img/QRcode_origin.png) no-repeat center center;
	background-size:100% 100%
}

.solution-control {
	margin-top: 20px;
	background: url(../img/enterprise_logistics_control.png) no-repeat center center;
	background-size:100% 100%
}

.solution-rfid {
	margin-top: 20px;
	background: url(../img/RFID_label.png) no-repeat center center;
	background-size:100% 100%
}



#product-content {
	overflow: hidden;
	margin: 30px;
	margin-left: 5%;
	width: 90%;
}

#product-content li {
	float: left;
	list-style: none;
	width: 16.66%;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}

#product-content li a {
	display: block;
	float: left;
	text-decoration: none;
	width: 60%;
	color: white;
	background: url(../img/noclick.png) no-repeat;
	background-size: 100% 100%;
	text-align: center;
	height: 50px;
	line-height: 50px;
}
#product p{
	letter-spacing: -1px;
}


#advantage{
	width: 90%;
	/*margin: 0 auto;*/
	overflow: hidden;
	border-bottom: 100px solid #F5F5F5;
	border-top: 100px solid #F5F5F5;
}
.advantage-content{
	float: left;
	width: 17.9%;
	text-align: center;
	padding: 0 3.5%;
	margin: 3.5% 0;
}
.advantage-content h3{
	font-size: 20px;
	font-weight: 900;
}
.advantage-content h4{
	width: 60%;
	margin: 0 auto;
	font-size: 12px;
	height: 30px;
}
.advantage-content p{
	text-align: left;
	margin-top: 20px;
	line-height: 1.5rem;
	color: gray;
}
#solution-advantage{
	border-right: 1px solid lightblue;
	border-left: 1px solid lightblue;
}
#services-advantage{
	border-left: 1px solid lightblue;
}


#promise{
	background: url(../img/blackground-27.png) no-repeat center/cover;
	width: 100%;
	padding-bottom: 0%;
	background-size: 100%;
	overflow: hidden;
}
#promise-first{
	position: relative;
	float: left;
	transform:translateY(15%);
	text-align: center;
	width: 30%;
	margin-left: 3%;
	padding-bottom: 10%;
	color: white;
	font-weight: 300;
}
.promise-cell{
	display:inline-block;background: url(../img/blackground-33.png) no-repeat center;
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	color: white;
	}

.promise-cell-text{
	padding: 10px 20px;
	max-height: 75px;
	line-height: 1.4rem;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	font-family: "arial, helvetica, sans-serif";
}
#product{
	padding-bottom: 40px;
}
#product-swiper{
	margin-top: 20px;
	width: 80%;
	/*min-width: 1024px;*/
}
.swiper-slide{
	text-align: center;
}
#product-swiper img{
	width: 83%;
	height: 213px;
}
#product-swiper .swiper-pagination{
	position: inherit;
	margin-top: 40px;
}
#product-swiper .swiper-button-prev{
	left: 0px;
	top: 35%;
}
#product-swiper .swiper-button-next{
	right: 0px;
	top: 35%;
}
#news-swiper .swiper-button-next{
	right: 0px;
	zoom: 0.5;
}
#news-swiper .swiper-button-prev{
	left: 0px;
	zoom: 0.5;
}

.left-slide{
	text-align: left;
}
.right-slide{
	text-align: right;
}


#news{
	clear: left;
	overflow: hidden;
	margin-bottom:60px;
	
}
.new-content {
	width: 90%;
	overflow: hidden;
	float: left;
	position: relative;
	margin-top: 40px;
	margin-left: 5%;
	margin-right: 5%;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
}
.news-content{
	overflow: hidden;
	float: left;
	width: 100%;
	min-width: 884px;
	min-height: 260px;
}

.news-content ul{
	float: left;
	width: 100%;
	overflow: hidden;
	/*margin-top: 30px;*/
	margin: 30px 0;
}
.news-content ul li{
	float: left;
	list-style: none;
	margin-left: 10%;
	/*margin: 0 11%;*/
}
.newsNav{
	display: block;
	padding: 10px;
	width: 80px;
	text-align: center;
	text-decoration: none;
	border-radius: 20px;
	/*color: black;*/
	cursor: pointer;
}
.news-selected-nav {
	background-color: cornflowerblue;
	color: white;
}
.news-table{
	float: left;
	width: 70%;
	/*margin: 20px;*/
}
.news-table td{
	padding: 0 3%;
	padding-top: 5px;
	width: 50%;
    vertical-align: top;
}
.news-table a{
	text-decoration: none;
	color: black;
	display: block;
	float: left;
	width: 62%;
}
.news-table a:hover{
	color: chocolate;
}
.news-table span{
	float: right;
}
#news-swiper{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 300px;
	/*height: 100%;*/
	height: 259.5px;
	/*margin-right: 40px;*/
	background-color: cornflowerblue;
}

#overlay {
	background: #000;
	filter: alpha(opacity=50);
	/* IE的透明度 */
	opacity: 0.5;
	/* 透明度 */
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 1000;
	/* 此处的图层要大于页面 */
	display: none;
}