body {
				background-color: #f5f5f5;
				/* background:#f2f2f2; */
				min-width: 1200px;
				
			}

			.header {
				position: fixed;
				width: 100%;
				z-index: 99;
				min-width: 1200px;
			}

			.header1 {
				padding: 5px 0px;
				background-color: #f5f5f5;
				line-height: 30px;
				/* color:#fff ; */
			}

			.header1 ul {
				display: flex;
			}

			.header1 ul li {
				margin-right: 30px;
			}

			.header1 ul li a {
				display: inline-block;
			}

			.header1 ul li i {
				margin-right: 5px;
				color: #009688;

			}

			.header2 {
				padding: 5px 0px;
				background-color: #fff;
				line-height: 30px;
				height: 80px;
				border-bottom: 2px solid #f5f5f5;
				/* box-shadow :0px 4px 4px #f5f5f5; */
				/* color:#fff ; */
			}

			.header2 .logo {
				height: 60px;
				margin: 10px 0px;
				/* color:#fff ; */
			}

			.header2 .logo img {
				height: 100%;
				margin: 0px;
				padding: 0px;
				display: inline-block;
				/* color:#fff ; */
			}

			.header2 ul {
				display: flex;
				height: 30px;
				margin-top: 40px;
				display: inline-block;
			}

			.header2 ul li {
				margin-left: 10px;
				font-size: 18px;
				display: inline-block;
			}

			.header2 ul li a {
				display: inline-block;
				background-color: #fff;
				padding: 5px 30px;
				border-radius: 20px
			}

			.header2 ul li a:hover {
				color: white;
				background-color: #393D49;
			}

			.index-add {
				width: 100%;
				height: 600px;
				background-color: #f5f5f5;
			}
			
			.index-add .additme{
				max-width:1920px ;
				margin: 0px auto;
			}
			.index-add .add-txet{
				font-size: 40px;
				text-align:center;
				margin-top: 500px;
				color: white;
				text-shadow:3px 3px 3px #333
			}
			.index-add img {
				width: 100%;
				height: 100%;
				display: inline-block;
			}
			
			.index-add2 {
				padding: 10px 0px;
				width: 100%;
				height: 300px;
				background-color: #fff;
				
			}
			.index-add2 .index-gy{
				display: flex;
			}
			.index-add2 .index-gy .guanyu{
				width: 40%;
				height: 190px;
				text-align:center;
				padding-top:110px ;
				font-family:"Microsoft Yahei";
				font-weight:bold;
				font-size: 40px;
				color: #1E9FFF;
				border-right: 2px dashed #1E9FFF;
				background: url(/public/img/douhao.jpg) no-repeat center;
			}
			
			.index-add2 .index-gy .gy-text{
				width: 60%;
				padding: 30px;
				font-family:"Microsoft Yahei";
				/* font-weight:bold; */
				font-size: 22px;
				line-height: 40px;
				text-align:justify
				/* color: #1E9FFF; */
				box-sizing:border-box;
			}

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

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

			.text-center {
				text-align: center;
			}

			.container {
				/* background-color: #009688; */
				padding: 20px 0px;
			}
			
			.index-lanmu{
				display: flex;
				justify-content: space-between;
			}
			.lanmu-text{
				font-size: 22px;
				font-weight:bold;
				font-family:"Microsoft Yahei";
				padding: 15px 0px;
				color: #1E9FFF;
			}
			.lanmu-gengtuo{
				padding-top:35px;
			}
			.index-product{
				/* display: flex; */
				/* flex-wrap:wrap; */
			}
			
			.index-product ul{
				display: flex;
				flex-wrap:wrap;
				justify-content: space-between;
			}
			.index-product ul li{
				display: inline-block;
				margin: 10px 0px;
			}
			
			.product{
				width: 300px;
				height: 360px;
				background-color: white;
				
				/* border: 2px solid gray; */
			}
			.product:hover{
				box-shadow: 0 15px 30px #666;
				position: relative;
				transform: translateY(-3px);
			}
			.index-product ul li .product-text{
				line-height: 40px;
				padding: 10px;
				font-size: 18px;
				text-align: center;
			}
			
			.index-product ul li div img{
				height: 300px;
			}

			.footer {
				background: #23262e;
			}
			.footer-cont{
				width: 100%;
				display: flex;

			}
			.footer1 {
				width: 70%;
				height: 80px;
				color: #fff;
				padding: 40px 0px 20px;
				font-size: 16px;
				line-height: 30px;
				text-align: left;
				/* background-color: #009688; */
				/* color: rgba(255, 255, 255, 0.5); */
			}
			
			.footer2 {
				display: flex;
				width: 30%;
				text-align: right;
				justify-content: flex-end;
				/* background-color: #009688; */
				/* color: rgba(255, 255, 255, 0.5); */
			}
			

			.mi {
				text-align: right;
			}
			
			.cont-title{
				/* max-width: 1920px; */
				margin: 0px auto;
				height: 200px;
			}
			
			.cont-title-text{
				text-align:center;
				padding-top:60px ;
				font-family:"Microsoft Yahei";
				font-weight:bold;
				font-size: 40px;
				/* color: #fff; */
				
				/* border-right: 2px dashed #1E9FFF; */
				/* background: url(/public/img/douhao.jpg) no-repeat center; */
			}
			.product-item ul li{
				line-height: 40px;
				font-family:"Microsoft Yahei";
				font-size: 18px;
			}
			.item-text{
				font-family:"Microsoft Yahei";
				font-size: 18px;
				line-height: 40px;
				text-align:justify;
			}