input[type=button],
input[type=submit],
input[type=file],
button {
	cursor: pointer;
	-webkit-appearance: none;
}

* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	list-style: none;
	font-size: .375rem;
	font-family: "微软雅黑";
}

.clear {
	clear: both;
}

.banner {
	width: 100%;
	height: 100%;
	/* background-image: url("./images/banner.png");
    background-repeat: repeat;
    background-size: 100% 450px; */
}

.banner img {
	width: 100%;
	height: 100%;
}

.nav {
	width: 100%;
	height: 1.5625rem;
	line-height: 2.34375rem;
	background-color: #f5f5f5;
	padding-left: .15625rem;
	box-sizing: border-box;
}

.nav .current {
	width: 3.125rem;
	height: .9375rem;
	position: absolute;
	/* top: .3125rem; */
	left: .15625rem;
	line-height: 1.5625rem;
	font-size: .34375rem;
	font-weight: 500;
	color: black;
}

.nav .home {
	font-size: .3125rem;
	width: 3.125rem;
	height: .9375rem;
	line-height: 1.5625rem;
	position: absolute;
	left: 2.1875rem;
	color: #b5b5b5;
}

.js {
	position: relative;
	width: 100%;
	height: 100%;
	margin-top: .9375rem;
}

.js h1 {
	display: block;
	width: 100%;
	font-size: .6875rem;
	top: 1.8125rem;
	text-align: center;
	color: black;
	margin-bottom: .3125rem;
}

.js h2 {
	/* position: absolute; */
	display: block;
	width: 100%;
	color: black;
	font-size: .5rem;
	font-weight: 500;
	text-align: center;
	margin-bottom: .625rem;
}

.js .fgx {
	width: 1.5625rem;
	height: .0625rem;
	display: block;
	position: absolute;
	top: 1.0625rem;
	left: .3125rem;
	background-color: #ccc;
}

.js .yq {
	width: .15625rem;
	height: .15625rem;
	position: absolute;
	top: .9375rem;
	left: 1.875rem;
	border: .0625rem solid #ccc;
	border-radius: 50%;
	display: block;
}

.js .fgx1 {
	width: 1.5625rem;
	height: .0625rem;
	display: block;
	position: absolute;
	top: 1.0625rem;
	right: .46875rem;
	background-color: #ccc;
}

.js .yq1 {
	width: .15625rem;
	height: .15625rem;
	position: absolute;
	top: .9375rem;
	right: 2.03125rem;
	border: .0625rem solid #ccc;
	border-radius: 50%;
	display: block;
}

.js .wz {
	width: 95%;
	line-height: .5625rem;
	font-size: .375rem;
	color: #a1a1a1;
	text-indent: 2em;
	text-align: justify;
	padding-left: .375rem;
}

.detail {
	margin-top: .625rem;
	display: flex
}

.detail .leftBox {
	/* flex: 1; */
	width: 50%;
	height: 4.6875rem;
	text-align: center;
}

.detail .leftBox .top {
	overflow: hidden;
	width: 6.25rem;
	height: 3.75rem;
}


/* .detail .leftBox .top  {
    width: 8.125rem;
    height: 4.375rem;
} */

.detail .leftBox .top img {
	width: 47%;
	height: 8%;
	position: absolute;
	left: .3125rem;
	/* padding-left: 10px; */
}

.detail .leftBox a {
	display: block;
	width: 60%;
	height: .9375rem;
	line-height: .9375rem;
	margin-top: .9375rem;
	background: red;
	margin-left: 2.03125rem;
	color: #fff;
}

.detail .rightBox {
	width: 50%;
	height: 4.6875rem;
	text-align: center;
}

.detail .rightBox .map {
	height: 4.375rem;
	position: relative;
}

.detail .rightBox .map img {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.detail .rightBox a {
	display: block;
	width: 60%;
	height: .9375rem;
	line-height: .9375rem;
	margin-top: .3125rem;
	background: #ff7e00;
	margin-left: .625rem;
	color: #fff;
}

.goods {
	margin-top: 1.5625rem;
	height: 100%;
	background-color: #eee;
}

.goods .header2 {
	padding: .3125rem;
	position: relative;
}

.goods .header2 h2 {
	margin-bottom: 0;
}

.goods .footer {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.goods .footer .item {
	position: relative;
	background-color: #fff;
	float: left;
	width: 48%;
	height: 20%;
	box-sizing: border-box;
	margin-bottom: .25rem;
}

.goods .footer .item:nth-last-child(2n) {
	margin-right: .25rem;
}

.goods .footer .item span {
	display: block;
	/* margin-bottom: 2px; */
	margin-left: 10px;
	font-size: .375rem;
	margin-top: .15625rem;
	color: black;
}

.goods .footer .item .first {
	margin-top: .625rem;
	width: 2.5rem;
	font-weight: 700;
	font-size: .46875rem;
	color: #cc0000;
}

.goods .footer .item .second {
	position: absolute;
	top: .15625rem;
	right: .375rem;
	color: #909090;
	font-size: .9375rem;
}

.goods .footer .item p {
	font-size: .3125rem;
	color: #676767;
	text-align: justify;
	padding: 0 10px 10px;
}

.goods .footer .item a {
	width: 61%;
	height: 8%;
	line-height: .625rem;
	color: #fff;
	background: red;
	text-align: center;
	display: block;
	width: 50%;
	margin-bottom: .15625rem;
	margin-left: .15625rem;
}

.goods .footer .itemImg {
	width: 100%;
	height: 40%;
}

.goods .footer .itemImg img {
	height: 100%;
	width: 85%;
	margin-top: .25rem;
}


.header .right .txt p{
	font-size: 3.2vw;
}
.footer .end .p p{
	font-size: 3.2vw;
}
