* {
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height: 1.5;
}

body {
	width: 100%;
	height: 100%;
	font-family: '苹方';
	font-size: 20px;
	color: #fff;
	background: #fff;
}

img {
	width: 100%;
	display: block;
	pointer-events: none;
	-wekit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

b {
	color: #ffd200;
	font-weight: normal;
}

a {
	color: #fff;
	text-decoration: none;
}

/*主体*/

main {
	width: 100%;
	max-width: 560px;
	margin: 0 auto;
	background: linear-gradient(to right, #065d3a, #209956);
}

section p {
	font-size: 1.1rem;
	line-height: 1.6;
	padding-bottom: 1rem;
}

section img {
	padding-bottom: 1rem;
}

.ctr {
	padding: 0 1rem 0;
}

footer {
	position: fixed;
	bottom: 0;
	background: #141d1a;
	width: 100%;
	padding: .6rem 0;
	max-width: 560px;
	margin: 0 auto;
	left: 0;
	right: 0;
}

footer p {
	text-align: center;
	font-size: 1.2rem;
	padding: 0 .6rem;
}

footer p:first-child {
	padding-bottom: .4rem;
}

footer u {
	color: #ffd200;
}

.bq {
	color: #fff;
	text-align: center;
	text-indent: 0;
	font-size: 14px;
	opacity: .5;
	padding: .6rem 0;
}

.logo-bg {
	width: 100%;
	position: relative;
	top: 0%;
	left: 0;
	background: linear-gradient(to right, #065d3a, #209956);
	
}

.logo {
	width: 28%;
	padding: .6rem 1rem;
}

.tel {
	display: flex;
	align-items: center;
	position: absolute;
	width: 45%;
	height: 100%;
	right: 0;
	top: 0;
	text-align: right;
}

.tel img {
	width: 14%;
	padding: 0;
	margin-right: .4rem;
}

.tel a {
	display: flex;
	justify-content: flex-end;
	font-size: 1rem;
	color: #fff;
}

.news {
	font-size: 1rem;
	text-align: left;
	background-color: #fbf7f1;
	padding: .4rem;
	margin-bottom: 1rem;
}

.news img {
	width: 6%;
	display: inline-block;
	padding: 0;
	margin-right: .4rem;
	vertical-align: bottom;
}

.icon ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	padding: 1rem 0;
}

.icon ul li img {
	width: 80%;
	margin: 0 auto;
	padding-bottom: .4rem;
}

.icon ul li span {
	text-align: center;
	font-size: 1rem;
}

.icon ul li .img-bg {
	display: flex;
	align-items: center;
	background-color: #fff;
	border-radius: 100%;
	box-shadow: 3px 3px 4px 0px #07603b;
	width: 54px;
	height: 54px;
}

.icon ul li .img-bg img {
	width: 60%;
	padding: 0
}

div.tab-frame input {
	display: none
}

div.tab-frame label {
	float: left;
	display: flex;
	justify-content: center;
	width: 25%;
	font-size: 1rem;
	padding: .4rem 0;
	color: #fff;
	cursor: pointer
}

div.tab-frame input:checked+label {
	color: #0b986a;
	background: #fff;
	font-size: 1.2rem;
	font-weight: bold;
	cursor: default;
}

div.tab-frame div.tab {
	display: none;
	padding: 10px 0;
	clear: left
}

div.tab-frame input:nth-of-type(1):checked~.tab:nth-of-type(1),
div.tab-frame input:nth-of-type(2):checked~.tab:nth-of-type(2),
div.tab-frame input:nth-of-type(3):checked~.tab:nth-of-type(3),
div.tab-frame input:nth-of-type(4):checked~.tab:nth-of-type(4) {
	display: block;
}


.tab {
	/* border-top: 1px solid #fff; */
	padding-top: .6rem;
}

.tab b {
	/* color: #ed5805 !important; */
}

.tab p {
	overflow: hidden;
	text-align: justify;
}

.tab-head {
	padding-top: .6rem;
}

h1 {
	text-align: left;
	font-size: 1.4rem;
	padding-bottom: .4rem;
}

.Img-content {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.Img-content img {
	width: 48%;
	padding: 0;
}

.Img-content img:nth-child(odd){
	padding: 0 2% 4% 0;
}

.Img-content img:nth-child(even){
	padding: 0 0 4% 2%;
}


@media only screen and (min-width: 750px) {
	section p {
		font-size: 1.2rem;
	}
}