*{margin:0;padding:0;}
body{
	font-family:Microsrft YaHei;
	color:#333;
	font-size:0.3rem;
}
a,a:hover{text-decoration: none;}

/*banner 样式代码*/
.banner {
/* 	height:3.75rem;
	background-image: url(../images/pr-nav-back.png);
	background-size: 100% 100%;
	padding-top: 1.5rem;
	box-sizing: border-box;
	color:white; */
}
.banner img{display:block;width:100%;}
.banner .banner_content {
	width:3.3rem;height:1.6rem;
	margin:0 auto;
	font-size:.28rem;
	text-align: center;
}
.banner .banner_content>div {
	width:.4rem;height:.6rem;
	border:solid 1px white;
	border-radius:40%;
	margin:.15rem auto 0;
	position:relative;
}
.banner .banner_content>div .sj {
	width: 0;
	height: 0;
	border-width: .08rem;
	border-style: solid;
	border-color: white transparent transparent transparent;
	position: absolute;
	left: 0;right:0;top:0;bottom:0;
	margin:auto;
}

/*nav  样式代码*/
.nav {
	height:0.85rem;
	border-bottom:solid 0.01rem #999;
	font-size:.28rem;
}
.nav ul {
	list-style-type: none;
}
.nav ul  li {
	width:25%;
	float:left;
	text-align: center;
	line-height:.85rem;
}
.nav ul  li  a {
	color:#333;
	padding-bottom:.22rem;
	font-weight:bold;
}
.active {
	border-bottom:solid 2px #333;
}


/*info_title  样式代码*/
.info_title {
	width:6.7rem;height:.6rem;
	line-height:.52rem;
	margin:.16rem auto;
	position: relative;
	font-size:.28rem;
	border-bottom:solid 1px #f2f2f2;
	font-weight:bold;
}
.info_title .info_title_line {
	position: absolute;
	width:.7rem;height:.04rem;
	background-color: #02cdee;
	bottom:0;left:0;
}
/*company_info  样式代码*/
.company_info {
	width:6.7rem;
	/*height:1.8rem;*/
	margin:0 auto;
	font-size:.22rem;
	text-align: justify;
	line-height:.38rem;
	margin-bottom:.4rem;
}
/*last_content  样式代码*/
.last_content {
	width:6.7rem;height:auto;
	margin:0 auto;
	padding: .21rem;
	border:solid 1px #c2c2c2;
	border-radius:.15rem;
	box-sizing: border-box;
	text-align: justify;
	margin-bottom: .4rem;
}
.last_content p:first-of-type {
	font-weight:bold;
	font-size: .28rem;
	margin-bottom:.1rem;
}
.last_content p:last-of-type {
	line-height:.38rem;
	font-size:.22rem;
}

/*address_info  样式代码*/
.address_info {
	text-align: center;
	line-height:.5rem;
	margin:.4rem 0;
}

/*copyright  样式代码*/
.copyright {
	height:.8rem;
	text-align: center;
	font-size:.16rem;
	border-top:solid 1px #f2f2f2;
	color:#999;
	padding-top:.2rem;
}
