/*pc版和手机版*/
.pc{
	display: block;
	min-width: 1260px;
}
.mobile{
	display: none;
}
.main{
	width: 100%;
	margin-top:100px; 
}
.cont_nav{
	width:300px;
	height:10px;
	margin:10px 10px 10px 10px;
}
.nav_product{
	margin-left: 80px;
	margin-top: 11px;
	position: absolute;
	width:300px;
	height:8px;
	/*margin:10px 10px 10px 10px;*/
}
.nav_product ul{
	position: fixed;
	z-index: 100;
	width:980px;
	margin:0 auto;
	height:38px;
	/*padding:15px;*/
}
.nav_product ul li{
	float:left;
}
.nav_product ul li a{
	width:80px;
	height:28px;
	line-height:28px;
	background:white;
	color:black;
	margin:5px 10px;
	font-size:15px;
	display:block;
	text-align:center;
	text-decoration:none;
}
.nav_product ul li a:hover{
	width:78px;
	height:26px;
	line-height:28px;
	border:1px solid red;
	color:red;
	background:#FFF;
}
.container{
	height: 400px;
	overflow: hidden;
}
.container img{
	width: 100%;
}

.piccont,.piccont img{
	width: 100%;
}

.piccont img{
	/*margin-top: 20px;*/
}
.piccont span{
	display: inline-block;
	text-align: center;
	width: 100%;
	margin-top: 10px;
	font-size: 18px;
	color: #aeaeae;
}
.cont{
	position: relative;
}
.cont img{
	display: block;
	width: 100%;
	/*height: 90%;*/
}
#cont-font2{
	text-align: center;
	color: rgb(50,50,50);
}
#cont-font2 .title{
	font-weight:500;
	font-size:26px;
	margin: 30px 0 8px;
}
#cont-font2 .content{
	margin: 8px 0 0;
	font-weight:400;
	font-size:14px;
	line-height: 30px;
}
#cont-font2 .tags {
	position: relative;
	width: 700px;
	margin: 0 auto;
}
#cont-font2 .tags div{
	position: absolute;
	top: 175px;
}

#cont-font2 .tags #tag1{
	left: 5px;
}
#cont-font2 .tags #tag2{
	left: 235px;
}
#cont-font2 .tags #tag3{
	left: 421px;
}
#cont-font2 .tags #tag4{
	left: 620px;
}
#cont-font2 hr{
	width: 10%;
	margin: 0 auto;
}
#cont-font3 {
	position: absolute;
	color: white;
	top:90px;
	left: 250px;
}
#cont-font3 .title{
	font-weight:400;
	font-size:27px;
}
#cont-font3 .content{
	margin: 5px 2px 15px;
	font-weight:300;
}
#cont-font3 img{
	width: 300px;
}
#cont-font4 {
	position: absolute;
	color: white;
	top:120px;
	left: 250px;
}
#cont-font4 .title{
	font-weight:400;
	font-size:27px;
}
#cont-font4 .content{
	margin: 5px 2px 15px;
	font-weight:300;
}
#cont-font4 img{
	width: 300px;
}
#cont-font5 {
	position: absolute;
	color: white;
	top:120px;
	left: 250px;
}
#cont-font5 .title{
	font-weight:400;
	font-size:27px;
}
#cont-font5 .content{
	margin: 5px 2px 15px;
	font-weight:300;
}
#cont-font5 img{
	width: 300px;
}
.cont-font6 {
	position: absolute;
	top: 1em;
	text-align: center;
	width: 100%;
}
.cont-font6 .title{
	font-weight:400;
	font-size:27px;
}
.cont-font6 .content{
	margin: 5px 2px;
	font-weight:300;
}
.cont-font6 img{
	width: 300px;
}

#cont-font9 {
	position: absolute;
	text-align: center;
	color: #3e3a39;
	margin-top: 30px;
	width: 100%;
}
#cont-font9-title{
	font-size:21px;
	color: #3e3a39;
	text-align: center;
	margin: 30px 0 8px;
}
#cont-font9-hr{
	width: 6%;
	height: 2px;
	background-color: rgb(120,120,120);
	margin: 0 auto 8px;
}
#cont-font9 .content{
	/*line-height: */
	font-weight:300;
	font-size: 17px;
}
.knowmore{
	text-align: center;
	color: rgb(100,100,100);
	font-size: 16px;
	margin: 30px 0 20px;
	display: block;
}
.toknow{
	display: block;
	width: 120px;
	height: 40px;
	margin: 30px auto;
	line-height: 40px;
	text-align: center;
	background-color: #ec5526;
	color: #fff;
	border-radius: 10px;
	transition: all 0.2s;
}
.toknow:hover{
	background-color: #ec8132;
	text-decoration: none;
	border-radius: 0;
}

@media screen and (max-width: 720px){
	.main{
		margin-top:3rem; 
	}
	.piccont .cont img{
		height: 70%;
	}
	.piccont .cont span{
		font-size: 0.8rem;
	}
	.container2 .zgxmimg{
		min-width: 0;
	}
	.container2{
		height: 0px;
	}
	/*pc版和手机版*/
	.pc{
		display: none;
	}
	.mobile{
		display: block;
	}
}
.midPic {
	background: #f9f9f9;
	text-align: center;
}
.midPic img {
	width: 70%;
}