﻿@charset "utf-8";
*{
	margin:0;
    font-size:14px;
	padding:0;
	font-family:"microsoft yahei","微软雅黑";
}
ul,li{
	list-style:none;
}
a{
	text-decoration:none;
	outline:none;
    cursor:default;
}
img{
	border: none;
}
.clear{
	clear: both;
}
.home{
	display: block;
	width:36px;
	height:36px;
	border-radius:50%;
	background:#c7e8fa;
	position: fixed;
	z-index:10;
	bottom:20px;
	right:14px;
	text-align: center;
	line-height:36px;
	color:#FFFFFF;
    font-size:12px;
	box-shadow:3px 3px 6px rgba(0,0,0, 0.1);
}
.hr{
	width:100%;
	height:2px;
	margin-top:6px;
	background: #9fa0a0;
}

.p_con img {
    max-width:100%;
}