    :root {
     /* --color-yellow: #fedd64;
      --color-blue: #014c7d; */
    }
	.logoimg{
		height: 100px;
	}
	.address{
		margin-top: 50px;
		width: 100%;
		height: 600px;
		background-image: url(../img/contact_1.png);
		position: relative;
	}
	.addressmodal{
		position: absolute;
		height: 100%;
		width: 100%;
		background-color: #ffffff8f;
		
	}
	.addressinfo{
		
		width: 320px;
		height: 200px;
		background-color: #fff;
		border-radius: 10px;
		margin-top: 110px;
		border: 1px solid #b8b8b8;
		box-shadow: 0 0 5px #b8b8b8;
		font-size: 20px;
		padding: 10px;
	}
	.menuli{
		height: 40px;
		line-height: 40px;
		border-bottom: 1px solid #f1f1f1;
	}
	.menuli:last-child{
		border: none;
	}
	.activemenu{
		color: #014C7D;
		
	}
	.activemenu::after{
		content: "";
		position: absolute;
		  left: 0;
		  top: 25px; /* 距离文本底部位置 */
		  width: 90%;
		  height: 4px; /* 下划线粗细 */
		  background: #014C7D; /* 颜色 */
		  border-radius: 3px;
	}
	.chanpin{
		position: relative;
	}
	.chanpin::after{
		position: absolute;
		content: '';
		background-image: url(../img/chanpinfuwu.png);
		background-size: contain;
		opacity: 0;
		width: 300px;
		height: 300px;
		z-index: 99;
	}
	.chanpin:hover::after{
		transform: scale(1);
		opacity: 1;
	}
	
	.shouhou{
		position: relative;
	}
	.shouhou::after{
		position: absolute;
		content: '';
		background-image: url(../img/shouhoufuwu.png);
		background-size: contain;
		opacity: 0;
		width: 300px;
		height: 300px;
		z-index: 99;
	}
	.shouhou:hover::after{
		transform: scale(1);
		opacity: 1;
	}
	
	
	.xingxiang{
		position: relative;
	}
	.xingxiang::after{
		position: absolute;
		content: '';
		background-image: url(../img/chanpinfuwu.png);
		background-size: contain;
		opacity: 0;
		width: 300px;
		height: 300px;
		z-index: 99;
	}
	.xingxiang:hover::after{
		transform: scale(1);
		opacity: 1;
	}
	
	.shangwu{
		position: relative;
	}
	.shangwu::after{
		position: absolute;
		content: '';
		background-image: url(../img/shangwu1.png);
		background-size: contain;
		opacity: 0;
		width: 300px;
		height: 300px;
		z-index: 99;
	}
	.shangwu:hover::after{
		transform: scale(1);
		opacity: 1;
	}
	
	
	