a {
		text-decoration: none;
	}

	@font-face {
		font-family: 'iconfont';
		/* Project id 2740634 */
		src: url('//at.alicdn.com/t/font_2740634_shxqzx6186p.woff2?t=1632708992076') format('woff2'),
			url('//at.alicdn.com/t/font_2740634_shxqzx6186p.woff?t=1632708992076') format('woff'),
			url('//at.alicdn.com/t/font_2740634_shxqzx6186p.ttf?t=1632708992076') format('truetype');
	}

	.iconfont {
		font-family: "iconfont" !important;
		font-size: 32px;
		font-style: normal;
		color: #606266;
		-webkit-font-smoothing: antialiased;
		-webkit-text-stroke-width: 0.2px;
		-moz-osx-font-smoothing: grayscale;
	}

	html {
		scroll-behavior: smooth;

	}

	* {
		margin: 0;
		padding: 0;
		font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	}
	.dark-wrapper{
		font-size: 14px;
	}

	.box {
		/* position: fixed; */
		width: 100%;
		z-index: 3;
		background-color: #fff;
		left: 0;
		top: 0;
		box-shadow: 1px 1px 5px lightgray;
		border-bottom: solid 1px #e6e6e6;
		position: fixed;
	}
	.gap{
		height: 34px;
	}
	.el-menu.el-menu--horizontal{
		border-bottom:none;
	}
	.product-details{
		/*padding-top: 87px;*/
	}
	.nav {
		position: relative;
		width: 1350px;
		margin: 0 auto;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.nav .selector_container {
		background-color: transparent;
		color: #707070;
		width: 100px;
		height: 90px;
		display: flex;
		/* flex-direction: column; */
		justify-content: center;
	}

	.nav .selector_container>a,
	.nav .selector_container>div {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.nav .el-header,
	.nav .el-footer {
		color: #333;
		height: auto !important;
		text-align: center;
		padding: 0;
	}

	.nav .el-main {
		background-color: #E9EEF3;
		color: #333;
		text-align: center;
		line-height: 160px;
	}

	.nav body>.el-container {
		margin-bottom: 40px;
	}

	.nav .title {
		height: 40px;
		width: 100%;
		background-color: #0058AA;
	}

	.nav .title-txt {
		width: 1200px;
		text-align: right;
		color: #fff;
		font-size: 19px;
		font-weight: 400;
		font-family: "Arial";
		line-height: 40px;
		margin: 0 auto;
	}

	.nav .el-menu {
		height: 92px;
		height: 92px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 auto;

	}

	.nav /deep/.el-menu.el-menu--horizontal {
		border-bottom: none;
	}

	.nav .el-menu-item {
		padding: 0 15px;
	}

	.nav .el-menu--horizontal>.el-menu-item {
		border-bottom: none;
		display: flex;
		height: 90px;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		// vertical-align: bottom;


	}

	.nav .el-menu--horizontal>.el-menu-item img {
		width: auto;
		height: 30px;
	}

	.nav .el-menu--horizontal>.el-menu-item .activeimg {
		height: 50px;
	}

	.nav .el-menu--horizontal>.el-menu-item .titles {
		width: fit-content;
		height: 20px;
		line-height: 20px;
	}

	.nav .el-menu--horizontal>.el-menu-item:hover {
		background-color: transparent !important;
	}

	.nav .el-menu--horizontal>.el-menu-item.is-active {
		border-bottom: none;
		background-color: transparent !important;
	}

	.nav .selector_container:hover .selector_item {
		display: block;
	}

	.nav .selector_container:hover .navicon {
		width: 50px;
		height: 50px;
		/*background-color:#0058aa;
		border-radius:50px*/
	}

	.nav .selector_container:hover .icon0 {
		content: url(../static/img/icons/shouye1.png);
	}
	.nav .selector_container:hover .icon1 {
		content: url(../static/img/icons/shouhuan1.png);
	}
	.nav .selector_container:hover .icon2 {
		content: url(../static/img/icons/wulian1.png);
	}
	.nav .selector_container:hover .icon3 {
		content: url(../static/img/icons/app1.png);
	}
	.nav .selector_container:hover .icon4 {
		content: url(../static/img/icons/fuwu1.png);
	}
	.nav .selector_container:hover .icon5 {
		content: url(../static/img/icons/women1.png);
	}


	.nav .el-input {
		width: fit-content;
		border-radius: 0;
		height: 39px;
	}

	.nav .el-input__inner:hover {
		outline: none;
		border-color: transparent;
	}

	.nav .el-input__inner {
		width: 138px;
		height: 39px;
		border: 1px solid transparent;
	}

	.nav .search {
		display: flex;
		justify-content: center;
		align-items: center;
		border: 1px solid #9A9A9A;
		margin-right: 25px;
	}

	.nav .search>div:last-child {
		cursor: pointer;
		width: 46px;
		height: 39px;
		line-height: 39px;
		background-color: #0058AA;
		font-size: 28px;
		color: #fff;
	}

	.nav .el-input--suffix {
		padding: 0;
		width: 110px;
	}

	.nav .el-input--suffix .el-input__inner {
		width: 100px;
	}

	.nav /deep/.el-select-dropdown__item {
		height: 70px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 0 20px !important;
	}

	.nav /deep/.el-select-dropdown__item img {
		width: 64px;
		height: 40px;

	}

	.nav .selectbox {
		opacity: 0;
		width: 110px;
	}

	.nav .el-icon-arrow-up:before {
		opacity: 1;
	}

	.nav .like_selecct {
		position: absolute;
		display: flex;
		justify-content: space-between;
		align-items: center;
		right: 260px;
		top: 50%;
		transform: translateY(-50%);
		width: 110px;
		height: 40px;
		font-family: "Pingfang SC";
	}

	.nav .like_selecct img {
		width: 54px;
		height: 32px;
	}

	.nav .like_selecct p {
		font-size: 16px;
		color: #666;
		margin-bottom: 0;
	}

	.nav .like_selecct i {
		font-size: 16px;
	}

	.nav .selector_item {
		display: none;
		position: absolute;
		top: 90px;
		left: 0;
		z-index: 3;
		background-color: white;
		min-width: 100%;
		box-shadow: 1px 3px 5px #666666;

	}

	.nav .selector_item div {
		padding: 5px 10px;
		line-height: 30px;
		height: 30px;
		text-align: left;
		color: #909399
	}

	.nav .selector_item a {
		display: block;
		text-align: left;
		height: 40px;
		line-height: 40px;
		padding: 5px 10px;
		/* box-sizing: border-box; */
	}


	.nav .selector_item a:hover {
		background-color: rgb(0, 88, 170);
		color: #ffffff;
	}


	.nav>img {
		width: 260px;
		// height: 35px;
	}
	
	.banner{
		width: 100%;
		position: relative;
		/* margin-top: 94px; */
	}
	
	.banner img{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		opacity: 0;
		transition: .5s;
	}
	.partner{
		width: 1200px;
		margin: 0 auto;
		
	}
	
	
	.partner h3{
		margin-top: 80px;
		text-align: center;
		font-size: 30px;
		line-height: 1;
	}
		
	.partner img{
			width: 100%;
			margin: 30px 0;
		}
	.iot_list{
		width: 90%;margin: 0 auto;
		flex-wrap: wrap;
		display:flex;
		justify-content: space-evenly;
	}
	.iot_list div{
		position: relative;
	}
	.iot_list div div{
		position: absolute;
		top: 20%;
		left: 9%;
	}

	.iot_list div div p{
		font-size: 26px;
		color: #111111;
	}
@media only screen and (max-width: 1000px) {
	.partner img{
		content: url("../static/img/partner_mobile.png");
		margin: 30px 0;
	}
}
	@media only screen and (max-width: 768px) {
		.box {
			width: 100%;
		}

		/deep/.el-tree-node__content {
			padding-right: 18px;
			font-size: 16px;
			height: 30px;
		}

		/deep/.el-dropdown-menu {
			// padding: 10px 15px;
		}

		.nav {
			padding: 0 10px;
			box-sizing: border-box;
			position: relative;
			width: 100%;
			height: 60px;
			margin: 0 auto;
			display: flex;
			align-items: center;
			justify-content: space-between;
		}


		.nav /deep/.el-tree {
			position: absolute;
			left: 0px;
			top: 100%;
			z-index: 3;
			padding: 10px;
			box-shadow: 1px 1px 1px darkgray;
			transition: .5s;
		}

		.nav .selector_container {
			background-color: transparent;
			color: #707070;
			width: 100px;
			height: 90px;
			display: flex;
			flex-direction: column;
			justify-content: center;
		}

		.nav .el-header,
		.nav .el-footer {
			color: #333;
			// height: auto !important;
			height: 60px !important;
			text-align: center;
			padding: 0;
		}

		.nav .el-main {
			background-color: #E9EEF3;
			color: #333;
			text-align: center;
			line-height: 160px;
		}

		.nav body>.el-container {
			margin-bottom: 40px;
		}

		.nav .title {
			height: 40px;
			width: 100%;
			background-color: #0058AA;
		}

		.nav .title-txt {
			width: 1200px;
			text-align: right;
			color: #fff;
			font-size: 19px;
			font-weight: 400;
			font-family: "Arial";
			line-height: 40px;
			margin: 0 auto;
		}

		.nav .el-menu {
			height: 111px;
			display: flex;
			justify-content: space-between;
			align-items: center;
			margin: 0 auto;
		}

		.nav .el-menu-item {
			padding: 0 15px;
		}

		.nav .el-menu--horizontal>.el-menu-item {
			border-bottom: none;
			display: flex;
			height: 70px;
			flex-direction: column;
			justify-content: flex-end;
			align-items: center;
			// vertical-align: bottom;
		}

		.nav .el-menu--horizontal>.el-menu-item img {
			width: auto;
			height: 30px;
		}

		.nav .el-menu--horizontal>.el-menu-item .activeimg {
			height: 50px;

		}

		.nav .el-menu--horizontal>.el-menu-item .titles {
			width: fit-content;
			height: 20px;
			line-height: 20px;
		}

		.nav .el-menu--horizontal>.el-menu-item:hover {
			background-color: transparent !important;
		}

		.nav .el-menu--horizontal>.el-menu-item.is-active {
			border-bottom: none;
			background-color: transparent !important;
		}

		.nav .selector_container:hover .selector_item {
			display: block;
		}


		.nav .el-input {
			width: fit-content;
			border-radius: 0;
			height: 39px;
		}

		.nav .el-input__inner:hover {
			outline: none;
			border-color: transparent;
		}

		.nav .el-input__inner {
			width: 138px;
			height: 39px;
			border: 1px solid transparent;
		}

		.nav .search {
			display: flex;
			justify-content: center;
			align-items: center;
			border: 1px solid #9A9A9A;
			margin-right: 25px;
		}

		.nav .search>div:last-child {
			cursor: pointer;
			width: 46px;
			height: 39px;
			line-height: 39px;
			background-color: #0058AA;
			font-size: 28px;
			color: #fff;
		}

		.nav .el-input--suffix {
			padding: 0;
			width: 110px;
		}

		.nav .el-input--suffix .el-input__inner {
			width: 100px;
		}

		.nav .el-select-dropdown__item {
			height: 70px;
			display: flex;
			justify-content: space-between;
			align-items: center;


		}

		.nav .el-select-dropdown__item img {
			width: 64px;
			height: 40px;
		}

		.nav .selectbox {
			opacity: 0;
			width: 83px;
		}

		.nav .el-select-dropdown__list {
			width: 200px;
		}


		.nav .el-icon-arrow-up:before {
			opacity: 1;
		}

		.nav .like_selecct {
			position: absolute;
			display: flex;
			justify-content: space-between;
			align-items: center;
			right: 20px;
			top: 50%;
			transform: translateY(-50%);
			width: 73px;
			height: 39px;
			font-family: "Pingfang SC";


		}

		.nav .like_selecct img {
			width: 48px;
			height: 30px;
		}

		.nav .like_selecct p {
			color: #666;
		}

		.nav .selector_item {
			display: none;
			position: absolute;
			top: 90px;
			left: 0;
			z-index: 3;
			background-color: white;
			min-width: 100%;
			box-shadow: 1px 3px 5px #666666;


		}

		.nav .selector_item div {
			padding: 5px 10px;
			line-height: 30px;
			height: 30px;
			text-align: left;
			color: #909399
		}

		.nav .selector_item img {
			width: 64px;
			height: 40px;
		}

		.nav .selector_item div:hover {
			background-color: rgb(0, 88, 170);
			color: #ffffff;
		}

		.nav>img {
			width: 150px;
			height: auto;
		}
		
		.partner{
			width: 80%;
			
		}
		.partner img{
			content: url("../static/img/partner_mobile.png");
			margin: 30px 0;
		}
		.audarhealth{
			display: none;
		}
		.gap{
			height: 0px;
		}
		.el-dropdown-menu{
			padding: 10px 10px 10px 0;
		}
	}
