<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*公共*/
@media screen and (min-width: 320px) {
    html {font-size: 62.5%;}
}

@media screen and (min-width: 360px) {
    html {font-size: 70.3%;}
}

@media screen and (min-width: 400px) {
    html {font-size: 78%;}
}

@media screen and (min-width: 440px) {
    html {font-size: 86%;}
}

@media screen and (min-width: 480px) {
    html {font-size: 94%;}
}

@media screen and (min-width: 640px) {
    html {font-size: 125%;}
}


*{
	text-decoration: none !important;
	font-family: "微软雅黑" !important;
	padding: 0;
    margin: 0;
}
a{text-decoration:none; color:#7b5527;}
ul,li{ list-style:none; line-height:0;}
p, ul{ padding:0px;margin:0px;}
img{border: 0;max-width: 100%;height: auto; vertical-align: middle;}
html {
  height: 100%;
  margin: 0 auto;
  min-width: 320px;
  max-width: 640px;
}
/*头部*/
.head{
  width:100%;
  margin:0 auto;
  overflow:hidden;
}
.head1{
	width:100%;
}
.head2{
	width:100%;
	overflow:hidden;
}
.head2 ul li{
	float:left;
	line-height:3rem;
	width:20%;
	text-align:center;
	border-bottom:2px solid #dfd8c8;
	font-size: 1.4rem;
	color:#666666;
}
.yczc2{
	background-color:#ffc67c;
	width:100%;
	overflow:hidden;
	padding-bottom: 2rem;
margin-bottom: 1rem;
}
.p1{
text-align: center;
padding-top: 2rem;
font-size: 1.8rem;
padding-bottom: 1rem;	
}
.p2{
text-align: center;	
}
.yczc2 form{
	width:26rem;
	margin:0 auto;
	overflow:hidden;
	margin-bottom: 1rem;
}
.inp{
width: 97%;
float: left;
margin-bottom: 1rem;
line-height: 3rem;
height: 3rem;
font-size: 1.2rem;
padding-left: 0.5rem;
color:#666666;
}
.tj{
	background:url(../images/yczc_05.jpg) no-repeat center;
	background-size:100%;
width: 25rem;
height: 4.2rem;
margin: 0 auto;
display: block;
border: 0;
}
.yczc4{
	width:100%;
	margin-top: 0.5rem;
	overflow:hidden;
}
.hd{
	background-color:#9b6a40;
	width:100%;
	height:3rem;
	overflow:hidden;
	color:#ffffff;
	margin-bottom:1rem;
}
.hd ul li{
	width:33%;
	float:left;
	margin-right:0.5%;
	line-height:3rem;
	text-align:center;
}
.hd ul li.on{
	background-color:#ffffff;
	color:#333333;
}

.bd ul li{
	width:95%;
	overflow:hidden;
	margin:0 auto;
	margin-bottom:0.5rem;
}

</pre></body></html>