* {
	margin: 0;
	padding: 0
}

body {
	overflow: scroll;
	overflow-x: hidden;
}

ul {
	list-style: none
}

a {
	text-decoration: none
}

input {
	outline: none
}

img {
	border-style: none
}

.iconfont {
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale
}

i:hover {
	cursor: pointer
}

.none {
	display: none
}

.img-scale {
	transition: all 0.2s;
}

.img-scale:hover {
	transform: scale(1.05);
	text-decoration: none;
	transition-duration: 400ms;
	-moz-transition-duration: 400ms;
	-webkit-transition-duration: 400ms;
	-o-transition-duration: 400ms;
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.1, M12=0, M21=0, M22=1.1, SizingMethod='auto expand', enabled=bEnabled)
}

.more {
	float: right;
	margin-top: 10px;
}

.more .search {
	color: #999;
	font-size: 16px;
}

.more:hover a {
	color: #1896ff;
}

.more:hover i {
	color: #1896ff;
}

.more a {
	font-size: 14px;
	font-weight: 300;
	color: #666;
}

.sanjiao {
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	border-width: 10px;
	border-style: solid dashed dashed dashed;
	border-color: #fff transparent transparent transparent;
	position: absolute;
	top: 220px;
	left: 89px
}

.barrierBed {
	width: 100%;
	height: 1000%;
	background: rgba(0, 0, 0, 0.5);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000);
	z-index: 9;
	position: absolute
}

.arrow-box {
	width: 30px;
	height: 30px;
	margin: 20px auto;
	position: relative
}

.jqrbox {
	/* min-width: 1200px; */
	width: 100%;
}

.jqrbox .navigation {
	width: 100%;
	height: 90px;
	background-color: #ffffff;
	display: flex;
	justify-content: space-around;
	position: fixed;
	top: 0px;
	left: 0px;
}

.jqrbox .navigation .navigationLogo {
	max-width: 671px;
	width: 100%;
	height: 79px;
	margin-top: 5px;
	background: url('/r/cms/agrobot/default/images/nyjqrlogo.png') no-repeat;
	background-size: 100% 100%;
}

.jqrbox .navigation .navigationList {
	display: flex;
}

.jqrbox .navigation .navigationList .navigationlabel {
	width: 120px;
	height: 90px;
	line-height: 90px;
	text-align: center;
	color: #225168;
	cursor: pointer;
}
.jqrbox .navigation .navigationList .navigationlabel:hover{
	background-color: #cccccc;
	color: #ffffff;
}

.jqrbox .jqrboxMain {
	/* 	width: 100%;
	height: 5823px;
	background: url('/r/cms/agrobot/default/images/ndjqrmain.png') no-repeat;
    background-size: 100% 100%; */
}
