@charset "utf-8";
/* CSS Document */
body, html, ul, li, h1, h2, h3, h4, h5, h6, ol, img, span, p, a, i, b, em, form, label, input {
	margin: 0;
	padding: 0;
}
em {
	font-style: normal;
}
img {
	border: none;
}
a {
	text-decoration: none;
}
li {
	list-style: none;
}
tr, th, td, tbody, thead, table {
	border: none;
	margin: 0;
	padding: 0
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
button {
	border: none
}
a{ color: #fff}
h1, h2, h3, h4, h5, h6, b, i {
	font-weight: normal;
	font-style: normal
}
.fl {
	float: left
}
.fr {
	float: right
}
html {
	font-size: 20px;
}

@media screen and (max-width:1024px) {
html {
	font-size: 27.30666666666667px;
}
}

@media screen and (max-width:768px) {
html {
	font-size: 20.48px;
}
}

@media screen and (max-width:415px) {
html {
	font-size: 11.04px;
}
}

@media screen and (max-width:375px) {
html {
	font-size: 10px;
}
}

@media screen and (max-width:360px) {
html {
	font-size: 9.6px;
}
}

@media screen and (max-width:320px) {
html {font-size: 8.23333px;}
}

.gf {
	width: 100%;
	background: #f9d124;
	padding: 1.5rem 0rem;
}
.gf-p1 {
	display: block;
	font-size: 1.3rem;
	color: #222;
	width: 75%;
	margin: 0 auto;
	text-align: center;
	line-height: 1.6rem
}
.gf-p2 {
	display: block;
	font-weight: bold;
	font-size: 1.6rem;
	color: #000;
	width: 70%;
	margin: 0 auto;
	text-align: center;
	line-height: 2rem;
	margin-top: 0.5rem;
}
.tel {
	width: 100%;
	padding: 1rem 0rem;
	background: #f1f1f1
}
.tel p {
	text-align: center;
	font-size: 1.6rem;
	font-weight: bold;
	color: #333;
}
.tel a {
	font-size: 1.6rem;
	font-weight: bold;
	color: #d66711;
	display: block;
	text-align: center;
}
.dz {
	width: 100%;
	background: #000;
	font-size: 1.4rem;
	color: #fff;
	line-height: 3.5rem;
	text-align: center;
}
.footer{width: 100%; padding: 1rem 0rem; background: #272727; }
.footer a{color: #9a9a9a; text-decoration: none;}
.footer p {
    text-align: center;
    color: #9a9a9a;
    font-size: 1.2rem;
    height: 1.8rem;
    line-height: 1.8rem;
}
 
.fd  {display: block; max-width: 100%; min-width: 100%; margin-top:2rem;}

