html {
		font-size: 100px;
	}

	body {
		background-color: rgba(245, 243, 244);
	}

	* {
		margin: 0px;
		padding: 0px;
		/* font-size: 0px; */
	}

	.wappers {
		margin-top: 16px;
	}

	.wrapper {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.wrapper-1 {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.button-more:active {
		background-color: red;
	}

	.button-type {
		width: 100px;
		height: 40px;
		line-height: 26px;
		text-align: center;
		border-radius: 10px 10px 10px;
		box-sizing: border-box;
	}
.button-type a{
	    font-size: 0.2rem;
	    color: #fff;
	    text-decoration: none;

}
	.a {
		z-index: 1000;
		width: 40px;
		height: 100px;
		position: fixed;
		top: 50%;
		display: none;
	}

	/*.project-head {
			width: 100%;
			height: 880px;
			background-image: url(/public/img/top.png);
			background-repeat: no-repeat;
			background-size: 100% 100%;
		}*/

	@media (max-width: 768px) {

		/*超小屏幕设备 手机*/
		.icon-imge-1 {
			padding: 0px;
		}

		.logo {
			height: auto;
			left: 0.1rem;
			top: 0.1rem;
		}
	}

	@media (min-width: 768px) and (max-width: 992px) {

		/*小屏幕设备 平板*/
		/*.icon-imge-1>img {
				width: 100%;
				height: 340px;
			}*/
		.icon-imge-1 {
			padding: 0px;
		}

		.logo {
			height: auto;
			left: 0.1rem;
			top: 0.1rem;
		}
	}

	@media (min-width: 992px) and (max-width: 1200px) {

		/*中等屏幕设备 桌面*/
		.icon-imge {
			width: 16%;
			height: 100px;
		}

		/*.icon-imge-1>img {
				width: 100%;
				height: 340px;
			}*/
		.icon-imge-1 {
			padding: 0px;
		}
	}

	.logo {
		position: absolute;
		z-index: 1111;
	}

	/*.wrapper-icon-1 {
				background-image: url(/public/img/shanshui.png);
				background-repeat: no-repeat;
				background-size: 100% auto;
			}
				*/
	.wrapper-icon-1 {
		position: relative;
		overflow: hidden;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.wrapper-icon-2 {
		padding: 0px;
		position: relative;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.wrapper-icon:after {
		clear: both;
		content: "";
		display: block;
	}

	.right-icon {
		margin: 0px;
		padding: 0px;
	}

	.right-icon li {
		list-style: none;
		width: 30px;
		height: 30px;
		background-size: 100% 100%;
		background-repeat: no-repeat;
	}

	.right-icon li:nth-child(1) {
		background-image: url(/public/img/icon1.png);
	}

	.right-icon li:nth-child(2) {
		background-image: url(/public/img/icon.png);
	}

	.right-icon li:nth-child(3) {
		background-image: url(/public/img/icon2.png);
	}

	.content-wrapper {
		display: flex;
		flex-direction: column;
		justify-content: center;
		text-align: left;
		overflow: hidden;
	}

	.content-wrapper .content-text {
		display: inline-block;
		vertical-align: middle;
	}

	.adress {
		height: 2rem;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.adresss {
		padding: 0.2rem 0rem 0.2rem 0rem;
	}

	.adress-wrapper p {
		text-align: center;
		margin: 0px;
	}

	.adress-wrapper p:nth-child(1) {
		color: #13a89e;
		margin: 0rem 0rem 0.1rem 0rem;
	}

	.icon-imge-1 {
		padding: 0px;
	}

	.nav-wrapper-1 {
		width: 100%;
		height: 1.26rem;
		display: flex;
		flex-direction: row;
		align-items: center;
	}

	.nav-wrapper-1>img {
		max-width: 100%;
		height: auto;
	}

	.wrapper-image {
		padding: 0rem 0.2rem 0.6rem 0rem;
	}

	.wrapper-image {
		overflow: hidden;
	}

	.wrapper-image span:nth-child(1) {
		font-size: 0.2rem;
	}

	.wrapper-image span {
		display: block;
		font-size: 0.14rem;
	}

	.choosed {
		height: 140px;
		background-color: #13a89e;
	}

	.div-test-up {
		height: 1rem;
		display: flex;
		align-items: flex-end;
	}

	.span-test {
		/*display: block;*/

		transition: height 1s;
	}

	.span-test:hover {
		height: 140px;
	}

	/*.wrapper-img {
		position: absolute;
	}*/
	.characteristic {
		width: 100%;
		height: auto;
	}

	/*.content-title{
		text-align: center;
		background-color: rgba(0,0,0,0);
		position: absolute;
		z-index: 1111;
		width: 30%;
		height: 10%;
	.
	}*/
	.connected p {
		float: right;
	}

	.banners img {
		max-width: 100%;
		height: auto;
	}

	.product {
		padding: 0px;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.hot-spring {
		position: relative;
		overflow: hidden;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	/*.nav-menu {
		background-color: rgba(255,255,255,0);
		border-bottom: 2px solid #e7e7e7;
		position: absolute;
		z-index: 9999;
		width: 100%;
		padding: 0.1rem 0rem 0.1rem 0rem;
	}*/
	.footer-ul a{
	    font-size: 0.14rem;
	        color: #333;
	    text-decoration: none;

}