:root {
	--main-color: #FF552F;
}

* {
	margin: 0;
	padding: 0;
	list-style: none;
	border: 0;
	word-break: break-word;
	vertical-align: top;
	box-sizing: border-box;
}
/*--------------底部start---------------*/

@media(max-width: 768px) {
	.bottomnav {
		width: 100%;
		height: 45px;
		line-height: 42px;
		z-index: 800;
		background-color: #fff;
		position: fixed;
		bottom: 0;
		display: flex;
		justify-content: center;
	}
	.footer .footer-wrap {
		width: 100%;
	}
	.footer .footer-wrap_item {
		justify-content: left;
	}
	.footer .dibulogo {
		width: 30%;
		margin-right: 10px;
	}
	.footer .footer-wrap_item_serve {
		width: 30%;
		flex: 1;
	}
}

@media(min-width: 768px) {
	.bottomnav {
		display: none;
	}
	.footer .footer-wrap {
		/* width: 1200px; */
		margin: 0 auto;
		/*background:red!important;*/
	}
	.footer .footer-wrap_item {
		justify-content: space-between;
	}
	.footer .footer-wrap_item .dibulogo {
		height: 131px;
	}
}

.footer {
	width: 100%;
	padding: 34px 0;
	background: #000;
	color: #171414;
}

.footer .footer-wrap {
	height: auto;
	background: #000;
}

.footer .footer-wrap_item {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: start;
	/*border-bottom: 1px solid #151414;*/
	padding-bottom: 30px;
}

.footer .footer-wrap_item_serve {
	padding-bottom: 10px;
	padding-right: 10px;
}

.footer .footer-wrap_item .footer-wrap_item_serve span{
	font-size: 14px;
	/* font-family:'黑体'; */
	font-weight: 400;
	line-height: 20px;
	color: #fff;
}
.footer .footer-wrap_item .footer-wrap_item_serve p {
	font-size: 14px;
	/* font-family:'黑体'; */
	font-weight: 400;
	line-height: 20px;
	color: #fff;
}

.footer-wrap_item_serve2 p {
	color: rgba(255, 255, 255, 0.8) !important;
}

.hour {
	position: relative !important;
	font-size: 12px !important;
	left: 0 !important;
	bottom: 0 !important;
	margin-right: 10px;
	color: rgba(255, 255, 255, 0.8) !important;
}

.service-footer p {
	line-height: 52px !important;
}

.footer .footer-wrap_item_serve2 .p1 {
	margin: 25px 0 18px 0;
}

.footer .footer-wrap_item_serve2 .span1 {
	display: block;
	line-height: 24px;
	color: rgba(255, 255, 255, 0.8) !important;
}

.span1 img {
	width: 24px;
	height: 24px;
	margin-left: 20px;
}

.footer .footer-wrap_item_serve2 .p2 {
	margin-top: 18px;
}

.footer .footer-wrap_item2 {
	padding-top: 30px;
	display: flex;
	justify-content: center;
}

.footer .footer-wrap_item2 p {
	float: left;
	line-height: 16px;
	padding-right: 15px;
	padding-left: 15px;
	color: #e2dede;
}

.footer .footer-wrap_item2 p:not(:last-child) {
	border-right: 2px solid #999;
}

.footer .footer-flex {
	text-align: center;
	padding-top: 20px;
}

.footer .footer-flex span {
	color: #999;
	font-size: 12px;
}

.footer .footer-num {
	font-size: 25px;
	line-height: 29px;
	margin-top: 10px;
}

.footer b {
	font-weight: normal;
	color: #FF552F;
}

.footer h4 {
	font-size: 16px;
	padding-bottom: 9px;
	margin-bottom: 15px;
	font-weight: normal;
	position: relative;
	color: #fff;
}

.footer h4:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 40px;
	height: 2px;
	background: #FF552F;
}

.footer h5 {
	font-size: 45px;
	color: #fff;
	font-family: '宋体';
	line-height: 55px;
	letter-spacing: 1px;
	display: inline-block;
	margin-left: 1px;
	/*padding-right: 10px;*/
}

.qian {
	margin-left: 13px;
	color: rgba(255, 255, 255, 0.8) !important;
}

.hou {
	color: rgba(255, 255, 255, 0.8) !important;
}
/*--------------底部end---------------*/

/* .swiper-slide img {
	display: block;
} */
.banner_  img{
	width: 100%;
	/*max-width: 100%;*/
}
img {
	display: inline-block;
	vertical-align: top;
}

a {
	color: #1a1a1a;
	text-decoration: none!important;
}

input,
button {
	-webkit-appearance: none
}

input,
select,
option,
button,
textarea {
	/* font-family: "黑体",SimHei; */
	outline-color: #70b00b;
	outline: #a98e67;
}

select option,
select {
	color: #666
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #666
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #666
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #666
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #666
}

li {
	list-style: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-size: 14px;
	line-height: 1.5
}

.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.fl {
	float: left;
	margin-bottom: 0 !important;
}

.fr {
	float: right
}

.sizing {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box
}

.hidden {
	display: none;
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		-moz-transform: translate3d(0, 100%, 0);
		-ms-transform: translate3d(0, 100%, 0);
		-o-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		-moz-transform: translate3d(0, 100%, 0);
		-ms-transform: translate3d(0, 100%, 0);
		-o-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		-moz-transform: translate3d(0, 100%, 0);
		-ms-transform: translate3d(0, 100%, 0);
		-o-transform: translate3d(0, 100%, 0);
		transform: none
	}
}

@-moz-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		-moz-transform: translate3d(0, 100%, 0);
		-ms-transform: translate3d(0, 100%, 0);
		-o-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@-ms-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		-moz-transform: translate3d(0, 100%, 0);
		-ms-transform: translate3d(0, 100%, 0);
		-o-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		-moz-transform: translate3d(0, 100%, 0);
		-ms-transform: translate3d(0, 100%, 0);
		-o-transform: translate3d(0, 100%, 0);
		transform: none
	}
}

@-o-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		-moz-transform: translate3d(0, 100%, 0);
		-ms-transform: translate3d(0, 100%, 0);
		-o-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	-moz-animation-name: fadeInUp;
	-ms-animation-name: fadeInUp;
	-o-animation-name: fadeInUp;
	animation-name: fadeInUp
}

.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	-ms-box-sizing: content-box;
	-o-box-sizing: content-box;
	box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
}

.swiper-slide {
	-webkit-flex-shrink: 0;
	-moz-flex-negative: 0;
	-ms-flex-negative: 0;
	-o-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: -webkit-transform;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-ms-transition-property: -ms-transform;
	-o-transition-property: -o-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: .3s opacity;
	-o-transition: .3s opacity;
	transition: .3s opacity;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10
}

.top {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	height: 80px;
	z-index: 99999;
	box-shadow: 2px 0px 5px rgba(0, 0, 0, 0.07);
	background: rgba(0, 0, 0, .3);
}

.logo {
	margin: 10px 0;
	align-items: center;
}

/* 头部tab */
.title-list li.tt {
	float: left;
	line-height: 80px;
	font-size: 15px;
	color: #333;
}
.title-list li.tt span {
	color: #333;
}
.title-list li.tt:last-child {
	color: #fff;
	margin-right: 0;
	font-size: 0;
}
.title-list li.tt:last-child img {
	width: 26px;
	height: 26px;
	vertical-align: top;
	margin: 27px 8px 27px 0;
}
.title-list li.tt:last-child span {
	line-height: 80px;
	font-size: 20px;
	display: inline-block;
	vertical-align: top;
	/* font-family:DINAlternate-Bold,DINAlternate; */
	font-weight: normal!important;
	color: rgba(255, 255, 255, 1);
}
.title-list li.tt:last-child .system-color {
	color: #FF552F!important;
}
.title-list li.tt .iconfont {
	width: 10px;
	font-size: 10px;
	display: inline-block;
	margin-left: 10px;
	vertical-align: middle;
}
.title-list li.tt:hover>a {
	color: #FF552F !important;
}
.title-list li.tt>a:first-child {
	color: #FFFFFF;
}
.title-list li.tt a {
	position: relative;
	display: block;
	width: 100%;
}
.title-list li.tt a .tips {
	position: absolute;
	top: 15px;
	right: -22px;
	text-align: center;
	width: 34px;
	height: 18px;
	line-height: 18px;
	font-size: 12px;
	color: #fff;
	background-color: #FF4A20;
	border-radius: 50px;
	border-bottom-left-radius: 0;
	transform: scale(0.8);
}

.btn-drop {
	vertical-align: middle;
	margin-left: 10px;
}

header.top .title-list .tt.active33 a {
	color: #FF552F!important;
}

header.top .title-list .tt:hover a {
	color: #FF552F!important;
}

.dropdown {
	position: absolute;
	width: 100%;
	left: 0;
	top: 80px;
	z-index: 10;
	padding: 30px 0;
	background-color: #FFFFFF;
	transform: rotate3d(1, 0, 0, -90deg);
	transform-origin: 50% 0%;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
	transition: all .3s ease-out;
	/* transform: rotate3d(0, 0, 0, 0deg); */
}

.dropdown.active2 {
	transform: rotate3d(0, 0, 0, 0deg);
}

.drop-list>li {
	float: left;
	overflow: hidden;
	text-align: center;
}

.drop-list>li>a {
	display: block;
	text-align: left;
	box-sizing: border-box;
	/*padding: 15px;*/
	padding: 0;
	line-height: 25px;
	/*font-size: 16px;*/
	font-size: 0;
	color: #333;
}

.solution-items a img {
	width: 50px;
	height: 50px;
	margin-right: 6px;
}

.drop-list>li>a>p {
	color: #333;
}

.dropdown li.active {
	background-color: #F7F6F8;
}

.dropdown li a span {
	display: block;
	color: #A5A5AC;
	font-size: 12px;
}


.banner {
	position: relative;
}
.banner .swiper-container .swiper-wrapper {
	width: 100%;
	display: flex;
}
.banner .swiper-container .swiper-slide {
	width: 100%;
}

/* 解决方案下拉框start*/
.solution li {
	float: left;
	width: 400px;
	text-align: center;
}
.solution h2 {
	/*font-size: 36px;*/ /*注释11*/
	/*color: #FFFFFF;*/  /*注释11*/
	margin: 78px auto 59px;
	text-align: center;
}
.solution li>img {
	width: 201px;
	height: 228px;
}
.solution h3 {
	/* font-family: "思源雅黑"; */
	font-weight: bold;
	/*font-size: 20px;*/ /*注释11*/
	/*color: #FFFFFF;*/ /*注释11*/
	margin: 25px 0;
}
.solution p {
	margin: 0 auto;
	/*font-size: 16px;*/ /*注释11*/
	/* font-family: "思源雅黑"; */
	/*color: #FFFFFF;*/  /*注释11*/
}
.solution li:first-child p {
	width: 254px;
}
.solution li:nth-child(2) p {
	width: 223px;
}
.solution li:nth-child(3) p {
	width: 209px;
}
/* 解决方案下拉框end */
.about {
	position: relative;
	padding-bottom: 80px;
}

.top.active {
	background-color: #FFFFFF;
	/* transition: all ease-out 0.2s; */
}

.top.active .logo p {
	color: #a5a5ac;
	/* transition: all ease-out 0.2s; */
}

.top.active li.tt>a {
	color: #1a1a1a;
}

.top.active li.tt>span {
	color: #1a1a1a;
}

.top-img {
	width: 150px;
	height: 150px;
	border-radius: 50%;
}

.bottom-img {
	width: 87px;
	height: 120px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -120px;
	transition: all .3s ease-in-out;
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		-ms-transform: translateY(20px);
		transform: translateY(20px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

@media(min-width:768px) {
	body {
		/* min-width: 1200px; */
		font-size: 14px;
		color: #1a1a1a;
		font-weight: normal;
		line-height: 1.5;
		/* font-family:"Microsoft YaHei"; */
		-webkit-text-size-adjust: 100%;
		margin: 0 auto;
	}
	.menu-btn,
	.mengban {
		display: none;
	}
	#nav {
		display: none;
	}
	.footer-wrap {
		background-color: #fff;
		width: 100%;
	}
	.main {
		overflow: hidden;
		width: 100%;
		margin: 50px auto;
	}
	.service-footer {
		/*background-color: #202139;*/
		background:linear-gradient(360deg,rgba(255,115,84,1) 0%,rgba(255,74,33,1) 100%);
		/*background: url("../img/index2/bg3.png");*/
		padding: 20px 0;
		width: 100%;
	}
	.service-footer .main {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.service-footer li {
		overflow: hidden;
		font-size: 16px;
		color: #FF552F;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 14px;
		/* font-family:PingFangSC-Regular,PingFangSC; */
		font-weight: 400;
		color: rgba(255, 255, 255, 1);
	}
	.service-footer img {
		display: block;
		width: 52px;
		height: 52px;
		margin-right: 6px;
	}
	/* 数字动画 */
	.honor-wrap {
		box-shadow: 0 4px 30px 0 rgba(133, 138, 180, 0.14);
	}
	.honor-wrap ul {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 72px 0;
	}
	.honor-wrap li {
		text-align: center;
		flex: 1;
		overflow: hidden;
		position: relative;
		padding: 2px 0;
	}
	.honor-wrap li::after {
		content: '';
		position: absolute;
		right: 0;
		top: 4px;
		bottom: 0;
		width: 1px;
		height: 96px;
		background: #eee;
	}
	.honor-wrap li:last-child::after {
		display: none;
	}
	.honor-wrap li h2 {
		display: flex;
		justify-content: center;
		height: 55px;
		position: relative;
		font-size: 15px;
		/* font-family:'宋体' !important; */
		color: rgba(51, 51, 51, 1) !important;
	}
	.honor-wrap li i {
		font-style: normal;
		font-size: 45px !important;
		line-height: 50px;
		/* font-family:'宋体'; */
		font-weight: 500;
		color: rgba(51, 51, 51, 1) !important;
	}
	.honor-wrap li span {
		display: inline-block;
		vertical-align: bottom;
		font-size: 24px;
	}
	/*.honor-wrap li .honorYear {
	left: 160px;
	bottom: 7px;
}*/
	.honor-wrap li .honor5000 {
		left: 190px;
	}
	.honor-wrap li p {
		margin: 20px 0 0;
		height: 22px;
		line-height: 22px;
		font-size: 14px;
		/* font-family:PingFangSC-Regular,PingFangSC; */
		font-weight: 400;
		color: #8F96A8;
		line-height: 22px;
	}
	/* 我们的产品 */
	.product-wrap {
		padding: 34px 0 50px 0;
		text-align: center;
	}
	.product-wrap h2 {
		color: #333;
		font-size: 30px;
		font-weight: 400;
		line-height: 30px;
	}
	.product-wrap h3 {
		color: #A5A5AC;
		font-size: 14px;
		font-weight: normal;
		line-height: 20px;
	}
	.product-wrap ul {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-top: 70px;
	}
	.product-wrap li {
		flex: 1;
		overflow: hidden;
		height: 360px;
		border: 1px solid #EEE;
		box-sizing: border-box;
		padding: 30px 25px;
		transition: all .15s linear;
	}
	.product-wrap li .tit {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.product-wrap li .tit img {
		display: block;
		width: 50px;
		height: 50px;
		margin: 0 auto;
	}
	.product-wrap li .tit h4 {
		font-size: 22px;
		color: #000;
		display: block;
		margin: 15px auto 20px;
	}
	.product-wrap li p {
		color: #A5A5AC;
		font-size: 14px;
		text-align: center;
		line-height: 23px;
	}
	.product-wrap li a {
		display: none;
		color: #FF552F;
		font-size: 14px;
		margin-top: 20px;
		transition: all .1s linear;
		text-align: left;
		cursor: pointer;
	}
	.product-wrap li a:hover {
		text-decoration: underline;
	}
	.product-wrap .active {
		flex: 1.1 !important;
		border: 1px solid #FF552F !important;
		box-shadow: 0px 5px 30px 0px rgba(71, 72, 92, 0.1);
	}
	.product-wrap .active .tit {
		flex-direction: row !important;
		justify-content: flex-start !important;
		border-bottom: 1px solid #E9E9E9 !important;
		padding-bottom: 15px;
		margin: 10px 0 20px;
	}
	.product-wrap .active .tit img {
		margin: 0 6px 0 0 !important;
	}
	.product-wrap .active .tit h4 {
		font-size: 22px;
		color: #000;
		display: block;
		margin: 0;
	}
	.product-wrap .active p {
		text-align: left !important;
	}
	.product-wrap .active a {
		display: block;
	}
	/* 智慧零售 */
	.resolve-wrap {
		background: url("../img/resolve.jpg")/*tpa=http://www.pinnoocle.net/static/index/img/resolve.jpg*/
		no-repeat center 0;
		background-size: 100% 100%;
		padding: 110px 0 0;
	}
	.resolve-wrap h2 {
		color: #fff;
		font-size: 30px;
		font-weight: 400;
		line-height: 30px;
		text-align: center;
	}
	.resolve-wrap h3 {
		color: #fff;
		font-size: 14px;
		font-weight: normal;
		line-height: 20px;
		margin-top: 20px;
		text-align: center;
	}
	.resolve-wrap .icon img {
		display: block;
		width: 45px;
		height: auto;
	}
	.resolve-box-tab {
		display: flex;
		justify-content: space-between;
		margin-top: 80px;
		color: #fff;
	}
	.resolve-box-tab dl {
		display: block;
		/*height: 680px;*/
		width: 260px;
		color: #fff;
		margin-bottom: 0;
		background: linear-gradient(90deg, rgba(0, 0, 0, 0.3) 0%, rgba(2, 2, 2, 0.2) 100%);
	}
	.resolve-box-tab dd {
		height: 90px;
		line-height: 90px;
		text-align: center;
		cursor: pointer;
		font-size: 22px;
		transition: all .2s linear;
	}
	.resolve-box-tab dd:hover,
	.resolve-box-tab dd.active {
		background: linear-gradient(90deg, rgba(242, 175, 4, 0.5) 0%, rgba(245, 177, 4, 0.19) 100%);
	}
	.resolve-box {
		flex: 1;
		overflow: hidden;
		padding-left: 80px;
	}
	/* 智慧零售解决方案 */
	.resolve-item h4 {
		margin-top: 30px;
		font-size: 22px;
		line-height: 33px;
	}
	.resolve-item p {
		font-size: 14px;
		line-height: 25px;
		margin-top: 27px;
		color: rgba(255, 255, 255, 0.8);
		letter-spacing: 1px;
	}
	.resolve-item a {
		display: inline-block;
		color: #fff;
		width: 165px;
		/*height: 40px;*/
		box-sizing: border-box;
		line-height: 38px;
		border: 1px solid #fff;
		text-align: center;
		font-size: 14px;
		margin-top: 35px;
		transition: all .2s linear;
	}
	.resolve-item a:hover {
		border: 1px solid #FF552F;
		color: #FF552F;
	}
	.resolve-item h5 {
		margin-top: 65px;
		font-size: 22px;
		line-height: 33px;
	}
	.resolve-item ul {
		font-size: 0;
		margin: 0 !important;
		padding: 0 12px;
	}
	.resolve-item li {
		display: inline-block;
		vertical-align: top;
		text-align: center;
		font-size: 14px;
		line-height: 20px;
		min-width: 56px;
		margin: 36px 100px 0 0;
	}
	.resolve-item li:nth-child(6n) {
		margin: 36px 0 0 0;
	}
	.resolve-item li:last-child {
		margin: 36px 0 0 0;
	}
	.resolve-item li .icon img{
		width: 50px;
		height: 50px;
		margin: 0 auto 16px auto;
		/*height: 60px;
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 0 auto 5px;*/
	}
	.resolve-item li i {
		display: block;
		font-size: 50px;
	}
	.resolve-marketing {
		background: url("../img/index2/bg2.png")/*tpa=http://www.pinnoocle.net/static/index/img/market-bg.png*/
		no-repeat center center;
		background-size: 100% 100%;
		padding: 80px 0;
	}
	.resolve-marketing .resolve-box-tab {
		margin-top: 0 !important;
	}
	.resolve-marketing dl {
		background-color: rgba(0, 0, 0, 0.7);
	}
	.resolve-marketing dd {
		text-align: left;
		box-sizing: border-box;
		display: flex;
		justify-content: center;
		flex-direction: column;
		padding: 0 45px;
		height: auto;
	}
	.resolve-marketing dd .item {
		border-bottom: 1px dashed #fff;
		padding: 30px 0;
	}
	.resolve-marketing dd h4 {
		font-size: 18px;
		line-height: 25px;
		font-weight: normal;
	}
	.resolve-marketing dd p {
		font-size: 14px;
		line-height: 20px;
		color: #fff;
		opacity: .9;
		margin-top: 6px;
	}
	.resolve-marketing dd.active {
		/* background: linear-gradient(90deg,rgba(245,177,4,0.8) 0%,rgba(245,177,4,0.4) 100%); */
		background: linear-gradient(273deg, rgba(255, 115, 84, 1) 0%, rgba(255, 74, 33, 1) 100%);
	}
	.resolve-marketing dd.active .item {
		border: 0 !important;
	}
	.resolve-marketing dd:last-child .item {
		border: 0 !important;
	}
}

@media(max-width:768px) {
	body {
		font-size: 14px;
		color: #1a1a1a;
		font-weight: normal;
		line-height: 1.5;
		/* font-family:"Microsoft YaHei"; */
		-webkit-text-size-adjust: 100%;
		margin: 0 auto;
	}
	.logo img {
		width: 120px;
		margin-right: 15px !important;
	}
	.top-content {
		width: 100%;
		margin: 0 auto;
		height: 50px;
		transition: all .3s ease-in-out;
	}
	.logo img {
		margin-right: 30px;
	}
	.logo>div:after {
		left: -8px;
	}
	.header-content {
		display: none;
	}

	.active .menu-btn span {
		background-color: rgba(0, 0, 0, .75);
	}
	.mengban.show {
		display: block;
	}
	.menu-btn {
		width: 50px;
		height: 42px;
		padding: 10px 0;
		position: fixed;
		top: 35px;
		right: 0px;
		transform: translateY(-50%);
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: space-between;
		z-index: 50;
	}
	.menu-btn span {
		width: 30px;
		height: 2px;
		display: block;
		background-color: rgba(255, 255, 255, .95);
		border-radius: 2px;
		/* transition: all .3s ease-in-out; */
	}
	.menu-btn span.one {
		transform: rotateZ(-45deg);
		-webkit-transform: rotateZ(-45deg);
		-moz-transform: rotateZ(-45deg);
		-ms-transform: rotateZ(-45deg);
		-o-transform: rotateZ(-45deg);
		transform-origin: 100% 50%;
		-webkit-transform-origin: 100% 50%;
		-moz-transform-origin: 100% 50%;
		-ms-transform-origin: 100% 50%;
		-o-transform-origin: 100% 50%;
		background-color: #4E4E4E;
	}
	.menu-btn span.two {
		transform: scale(0, 0);
		-webkit-transform: scale(0, 0);
		-moz-transform: scale(0, 0);
		-ms-transform: scale(0, 0);
		-o-transform: scale(0, 0);
	}
	.menu-btn span.three {
		transform: rotateZ(45deg);
		transform-origin: 96% 100%;
		background-color: #4E4E4E;
	}
	.mengban {
		position: fixed;
		z-index: 20;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, .5);
		display: none;
		transition: all .3s ease-in;
	}
	#nav.show {
		right: 0;
	}
	#nav {
		position: fixed;
		width: 50%;
		height: 100vh;
		background-color: #FFFFFF;
		top: 0;
		right: -50%;
		z-index: 25;
		transition: all .3s ease-in-out;
	}
	#nav ul {
		margin-top: 20%;
	}
	#nav li {
		margin-bottom: 0.3rem;
		position: relative;
	}
	#nav li.active a {
		color: #222222;
	}
	#nav a {
		color: #555555;
		font-size: 18px;
		width: 100%;
		line-height: 33px;
		padding-left: 20px;
		display: block;
		text-align: left;
		box-sizing: border-box;
		font-weight: lighter;
	}
	#nav dl>dd>a>p {
		color: #555555;
	}
	#nav li a:hover {
		color: #FFBD37;
	}
	#nav li.active:after {
		content: "";
		position: absolute;
		top: 30px;
		left: 20px;
		width: 30px;
		height: 5px;
		background-color: #FFBD37;
	}
	#nav dd {
		position: relative;
	}
	#nav dd.active:after {
		content: "";
		position: absolute;
		top: 30px;
		left: 20px;
		width: 30px;
		height: 5px;
		background-color: #FFBD37;
	}
	#nav dl {
		padding: 0 0 0 20px;
	}
	#nav dl a {
		font-size: 16px !important;
	}
	footer ul {
		padding: 55px 0 45px;
		display: flex !important;
		justify-content: space-between;
	}
	footer li p {
		font-size: 15px;
		padding: 0 5px;
	}


	/* 数字动画start */
	.honor-wrap {
		box-shadow: 0 4px 30px 0 rgba(133, 138, 180, 0.14);
	}
	.honor-wrap ul {
		justify-content: space-between;
		padding: 15px 0;
		overflow: hidden;
	}
	.honor-wrap li {
		width: 50%;
		text-align: center;
		float: left;
		overflow: hidden;
		position: relative;
		height: 90px;
	}
	.honor-wrap li:last-child::after {
		display: none;
	}
	.honor-wrap li h2 {
		display: flex;
		justify-content: center;
		height: 45px;
		/* align-items: center; */
		color: rgba(51, 51, 51, 1)!important;
		font-size: 15px;
		font-weight: bold;
		/* font-family:'黑体' !important; */
	}
	.honor-wrap li i {
		font-style: normal;
		font-size: 30px !important;
		line-height: 30px;
		/* font-family:'黑体' !important; */
		font-weight: bold;
		color: rgba(51, 51, 51, 1) !important;
	}
	.honor-wrap li span {
		font-style: normal;
		bottom: 0px;
		font-size: 12px;
		font-weight: bold;
		/* font-family:'黑体' !important; */
		color: rgba(51, 51, 51, 1) !important;
	}

	.honor-wrap li p {
		margin: 5px 0 0;
		font-size: 14px;
		padding: 0 10px;
		font-weight: 400;
		color: rgba(143, 150, 168, 1);
	}
	/* 数字动画end */

	/* 我们的产品start */
	.product-wrap {
		padding: 30px 0 20px;
		text-align: center;
	}
	.product-wrap h2 {
		color: #333;
		font-size: 24px;
		font-weight: 400;
		line-height: 30px;
	}
	.product-wrap h3 {
		color: #A5A5AC;
		font-size: 14px;
		font-weight: normal;
		line-height: 20px;
	}
	.product-wrap ul {
		display: flex;
		flex-flow: row wrap;
		align-items: center;
		justify-content: space-between;
		margin-top: 35px;
	}
	.product-wrap li {
		width: 50%;
		overflow: hidden;
		height: 300px;
		border: 1px solid #EEE;
		box-sizing: border-box;
		padding: 16px 5px;
		transition: all .15s linear;
	}
	.product-wrap li .tit {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.product-wrap li .tit img {
		display: block;
		width: 40px;
		height: 40px;
		margin: 0 auto;
	}
	.product-wrap li .tit h4 {
		font-size: 20px;
		color: #000;
		display: block;
		margin: 8px auto;
	}
	.product-wrap li p {
		color: #A5A5AC;
		font-size: 13px;
		text-align: center;
		line-height: 23px;
	}
	.product-wrap li a {
		display: none;
		color: #FF552F;
		font-size: 14px;
		margin-top: 5px;
		transition: all .1s linear;
		text-align: left;
		cursor: pointer;
	}
	.product-wrap li a:hover {
		text-decoration: underline;
	}
	.product-wrap .active {
		border: 1px solid #FF552F !important;
		box-shadow: 0px 5px 30px 0px rgba(71, 72, 92, 0.1);
	}
	.product-wrap .active .tit {
		flex-direction: row !important;
		justify-content: flex-start !important;
		border-bottom: 1px solid #E9E9E9 !important;
		padding-bottom: 13px;
		margin: -5px 0 10px;
	}
	.product-wrap .active .tit img {
		margin: 0 6px 0 0 !important;
	}
	.product-wrap .active .tit h4 {
		font-size: 22px;
		color: #000;
		display: block;
		margin: 0;
	}
	.product-wrap .active p {
		text-align: left !important;
	}
	.product-wrap .active a {
		display: block;
	}
	/* 我们的产品end */

	/* 智慧零售start */
	.resolve-wrap {
		background: url("../img/resolve.jpg")
		no-repeat center 0;
		background-size: 100% 100%;
		padding: 110px 0 0;
	}
	.resolve-wrap h2 {
		color: #fff;
		font-size: 30px;
		font-weight: 400;
		line-height: 30px;
		text-align: center;
	}
	.resolve-wrap h3 {
		color: #fff;
		font-size: 14px;
		font-weight: normal;
		line-height: 20px;
		margin-top: 20px;
		text-align: center;
	}
	.resolve-wrap .icon img {
		display: block;
		width: 38px;
		height: 38px;
	}
	.resolve-box-tab {
		display: flex;
		justify-content: space-between;
		margin-top: 50px;
		color: #fff;
	}
	.resolve-box-tab dl {
		display: block;
		height: 550px;
		width: 100px;
		color: #fff;
		background: linear-gradient(90deg, rgba(0, 0, 0, 0.3) 0%, rgba(2, 2, 2, 0.2) 100%);
	}
	.resolve-box-tab dd {
		height: 90px;
		line-height: 90px;
		text-align: center;
		cursor: pointer;
		font-size: 22px;
		transition: all .2s linear;
	}
	.resolve-box-tab dd:hover,
	.resolve-box-tab dd.active {
		background: linear-gradient(90deg, rgba(242, 175, 4, 0.5) 0%, rgba(245, 177, 4, 0.19) 100%);
	}
	.resolve-box {
		flex: 1;
		overflow: hidden;
		padding-left: 15px;
	}
	.resolve-item h4 {
		font-size: 24px;
	}
	.resolve-item p {
		font-size: 13px;
		line-height: 25px;
		margin-top: 15px;
	}
	.resolve-item a {
		display: inline-block;
		color: #fff;
		width: 165px;
		height: 40px;
		box-sizing: border-box;
		line-height: 40px;
		border: 1px solid #fff;
		text-align: center;
		font-size: 14px;
		margin-top: 30px;
		transition: all .2s linear;
	}
	.resolve-item a:hover {
		border: 1px solid #FF552F;
		color: #FF552F;
	}
	.resolve-item h5 {
		margin-top: 55px;
		font-size: 18px;
	}
	.resolve-item ul {
		display: flex;
		align-items: center;
		flex-flow: row wrap;
		margin-top: 20px;
	}
	.resolve-item li {
		width: 20%;
		text-align: center;
		font-size: 14px;
		margin-bottom: 18px;
	}
	.resolve-item li .icon {
		height: 50px;
		display: flex;
		justify-content: center;
		margin: 0 auto;
	}
	.resolve-item li i {
		display: block;
		font-size: 50px;
	}
	.resolve-marketing {
		background: url("../img/index2/bg2.png") no-repeat center center;
		background-size: 100% 100%;
		padding: 30px 0 0;
	}
	.resolve-marketing .resolve-box-tab {
		margin-top: 0 !important;
	}
	.resolve-marketing dl {
		background-color: rgba(0, 0, 0, 0.7);
	}
	.resolve-marketing dd {
		text-align: left;
		box-sizing: border-box;
		display: flex;
		justify-content: center;
		flex-direction: column;
		padding: 0 15px;
		height: auto;
	}
	.resolve-marketing dd .item {
		border-bottom: 1px solid #454545;
		padding: 10px 0;
	}
	.resolve-marketing dd h4 {
		font-size: 16px;
		line-height: 30px;
		font-weight: normal;
	}
	.resolve-marketing dd p {
		display: none;
	}
	.resolve-marketing dd.active {
		background: linear-gradient(273deg, rgba(255, 115, 84, 1) 0%, rgba(255, 74, 33, 1) 100%);
	}
	.resolve-marketing dd.active .item {
		border: 0 !important;
	}
	.resolve-marketing dd:last-child .item {
		border: 0 !important;
	}
	/* 智慧零售end */

	/* 服务 */
	.service-footer {
		padding: 20px 0;
		width: 100%;
		background: url("../img/index2/bg3.png");
	}
	.service-footer .main {
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-flow: row wrap;
		box-sizing: border-box;
		padding: 0 10px;
	}
	.service-footer li {
		width: 50%;
		overflow: hidden;
		font-size: 15px;
		color: #fff;
		display: flex;
		align-items: center;
		margin: 5px 0;
	}
	.service-footer img {
		display: block;
		width: 28px;
		height: 28px;
		margin-right: 5px;
	}
	.footer-wrap {
		background-color: #fff;
		width: 100%;
		box-sizing: border-box;
		padding: 0 10px;
	}
}

/* ------------------------------ */
/* ------------------------------ */
@media(max-width:375px) {}
@media(min-width:376px) {}
@media(max-width:768px) {
	/* logo */
	.top-content .logo {
		display: none;
	}
	.top-content .logo_yd {
		display: block;
	}
	.logoImg {
		height: 60px;
		margin:10px;
	}
	/* 底部 */
	.footer h5 {
		width: 100%;
	}
}
@media(min-width:768px) {
	/* 头部 */
	.top-content {
		width: 750px;
		margin: 0 auto;
	}

	/* logo */
	.top-content .logo {
		width: 30%;
		display: block;
	}
	.top-content .logo_yd {
		display: none;
	}
	.logoImg {
		display: block;
		height: 60px;
		width: 360px !important;
		/* margin-right: 0; */
	}
	/* 底部 */
	.footer .footer-wrap_item_serve1>div {
		position: relative;
	}
	.footer .footer-wrap_item_serve1 span {
		position: absolute;
		bottom: 5px;
		left: 45px;
	}
}
@media(min-width:992px) {
	.top-content {
		width: 970px;
		margin: 0 auto;
	}
	.title-list li.tt {
		margin-right: 30px;
	}
}
@media(min-width:1200px) {
	.top-content {
		width: 1170px;
		margin: 0 auto;
	}
	.title-list li.tt {
		margin-right: 50px;
	}
}
@media(min-width:1500px) {
	.top-content {
		overflow: hidden;
		width: 1200px;
		margin: 0 auto;
	}
	.title-list li.tt {
		margin-right: 60px;
	}
}
