@media screen and (min-width:320px) and (max-width:359px){
@font-face {
  font-family: 'PingFang Regular';
  src: url('/healthcodon/fonts/PingFang Regular.eot'); /* IE9 Compat Modes */
  src: url('/healthcodon/fonts/PingFang Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/healthcodon/fonts/PingFang Regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/healthcodon/fonts/PingFang Regular.woff') format('woff'), /* Pretty Modern Browsers */
       url('/healthcodon/fonts/PingFang Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('/healthcodon/fonts/PingFang Regular.svg#svgFontName') format('svg'); /* Legacy iOS */
}
@font-face{
	font-family:'cour';
	src:url('/healthcodon/fonts/cour.ttf') format('truetype');
	font-weight:none;
	font-style:none;
}
	*{
	margin: 0;
	padding: 0;
}
html{
	width: 100%;
	overflow-x: hidden;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,blockquote,th,td,p{
	margin:0;padding:0;
}
a:focus {
	outline: none;
	text-decoration: none;
}
.row{
	margin: 0;
}
.content{
	width: 100%;
	height: 848px;
	background-color: #ededed;
}
.f2:hover{
	background-color: #ededed;
}
.ybgWidth{
	width:300px;
	margin-left:10px;
	margin-top:-20px;
}
.item{
	width:1200px;
	height: 870px;
	background-color: #FFFFFF;
	border:1px solid #d3d3d3 ;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	margin: auto;
}
.array{
	width: 100%;
	height: 78px;
	line-height: 78px;
	border-bottom: 1px solid #d3d3d3;
}
.array>p{
	font-size: 28px;
	color: #7a7a7a;
}
.pro_row2{
	width: 100%;
	height: 400px;
	border-bottom: 1px solid #d3d3d3;
}
.bor{
	width:160px;
	margin-left:-15px;
	margin-top:10px;
	height:160px;
}
.mar{
	width:160px;
	margin-left:-15px;
}
.item1,.item2,.item22,.item3{
	height: 100%;
	width:160px;
}
.item2>img,.item22>img,.item3>img,.img>img{
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.pro_row2>div:nth-child(1),.item22,.img{
	border-right: 1px solid #d3d3d3;
}
.pro_row3{
	width: 100%;
	height: 290px;
}
.pro_item{
	width: 160px;
	height: 100px;
	line-height: 160px;
	position: relative;
}
.pro_item>img{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	margin-left:-35px;
}
.p1{
	font-size: 22px;
	color: #343434;
/* 	position: absolute;
	top: 80px;
	left: 180px; */
	margin-top:20px;
}
.item2>.p2,.p2{
	font-size: 26px;
	color: #000000;
	margin-bottom:30px ;
}
.item3:hover,.item1:hover,.item22:hover{
	cursor: pointer;
	box-shadow: inset 0 0 15px 2px lightgrey;
	transition: all .3s ease-out;
}
.p2>span{
	font-size: 16px;
	color: #666666;
	margin-left: 5px;
}
.p2>span>del>span{
	font-size: 14px;
	color: #666666;
}
.p2>span>del>small{
	font-size: 12px;
	color: #666666;
}
#footnote{
	width: 100%;
	height: 100px;
	background-color: #f2f2f2;
	padding: 0 0 80px 0;
}
.footnoteP{
	padding-top: 50px;
	margin-top: -10px;
	text-align: center;
	font-size: 14px;
	color: #3E3E3E;
}
.footnoteP>a{
	text-decoration: none;
	color: #969696;
}
}