* {
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height: 1.5;
}

body {
	width: 100%;
	height: 100%;
	font-family: '苹方';
	font-size: 20px;
	color: #333;
	background: #f3ebde;
}

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: red;
}

a {
	color: red;
	text-decoration: none;
}

/*主体*/

main {
	width: 100%;
	max-width: 560px;
	margin: 0 auto;
	background-color: #fff;
}

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: #fff;
	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: #999;
	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-color: #fff;
	
}

.logo {
	width: 28%;
	padding: .6rem 1rem;
}

.tel {
	position: absolute;
	width: 40%;
	right: 4%;
	top: 40%;
	text-align: right;
}

.tel img {
	width: 14%;
	padding: 0;
	margin-right: .4rem;
}

.tel a {
	display: flex;
	justify-content: flex-end;
	font-size: 1rem;
	color: #eb460a;
}

.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 #e9e8e8;
	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: #333;
	cursor: pointer
}

div.tab-frame input:checked+label {
	color: #fff;
	background: #c9976b;
	font-size: 1.2rem;
	font-weight: bold;
	cursor: default;
}

div.tab-frame div.tab {
	display: none;
	padding: 5px 10px;
	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 #eee;
	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;
}

.sun {
	padding-left: 3rem;
	margin: 2rem 0 1.4rem;
}

.sun .sun-center {
	display: inline-block;
	position: relative;
	left: 0;
	top: 0;
	border: 1px solid transparent;
	border-image: linear-gradient(to right, #45e0ba, #075441);
	border-image-slice: 1;
	padding: .2rem .6rem;
}

.sun .sun-center:before {
	content: '';
	width: 1px;
	height: 74%;
	position: absolute;
	left: -1px;
	top: 13%;
	background-color: #fff;
}

.sun .sun-center .sunP {
	font-size: 1.8rem;
	font-weight: bold;
	color: #08916f;
	margin-left: -3rem;
	position: relative;
	left: 0;
	top: 0;
	z-index: 3;
}

.sun .sun-center span:nth-child(2) {
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background: linear-gradient(45deg, #45e0ba 0%, #075441 100%);
	position: absolute;
	right: -34%;
	top: 16%;
}

.sun .sun-center span:nth-child(3) {
	width: 50px;
	height: 50px;
	border-radius: 100%;
	background: rgb(255, 78, 0, .1);
	position: absolute;
	right: -20%;
	bottom: -40%;
}


@media only screen and (min-width: 750px) {
	section p {
		font-size: 1.2rem;
	}
}