@charset "utf-8";
/* CSS Document */
body {
	font-size: 14px;
	background: #fff;
	font-family: "Microsoft Yahei", "微软雅黑", sans-serif;
	width: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	color: #333;
}
* {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box
}
body, form, div, span, ul, ol, li, p, pre, dl, dt, dd, h1, h2, h3, h4, h5, h6, em, a, fieldset, legend, address, label, textarea, select, input, figure, table, th, td, b, i {
	margin:0;
	padding:0;
}
.hy-main input[type=text]:focus, .hy-main input[type=password]:focus, .hy-main textarea:focus {
 transition:border linear .2s, box-shadow linear .5s;
 -moz-transition:border linear .2s, -moz-box-shadow linear .5s;
 -webkit-transition:border linear .2s, -webkit-box-shadow linear .5s;
	outline:none;
	border-color:rgba(140, 215, 255, .75);
	box-shadow:0 0 8px rgba(140, 215, 225, .5);
	-moz-box-shadow:0 0 8px rgba(140, 215, 225.5);
	-webkit-box-shadow:0 0 8px rgba(140, 215, 225, 3);
}
fieldset, img {
	border:0;
}
img {
	max-width:100%;
}
ul, li {
	list-style:none;
}
em, i {
	font-style:normal;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
a {
	text-decoration:none;
	color:#333;
}
.bd_weixin_popup {
	box-sizing:content-box;
}
.red {
	color:#f50505;
}
.green {
	color:#0b9e0e;
}
.org {
	color:#ff5f09;
}
a:hover {
	text-decoration:none;
	color:#c88d19;
}
a:focus, input, button, select, textarea {
	outline:none;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-variant: normal;
}
input, select, img {
	vertical-align:middle;
}
legend {
	display:none;
}
textarea {
	resize:none;
	font-family: "Microsoft Yahei", "微软雅黑";
}
.clear:after, .clearfix:after {
	clear:both;
	content:"";
	display:block;
	height:0;
	line-height:0;
	visibility:hidden;
}
.mt10 {
	margin-top:10px;
}
.mt20 {
	margin-top:20px;
}
.mt50 {
	margin-top:50px;
}.mb50 {
	margin-bottom:50px;
}
.pt10 {
	padding-top:10px;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
.tr {
	text-align:right;
}
.tl {
	text-align: left;
}
.ov {
	overflow:hidden;
}
.rel {
	position:relative;
}
.tc {
	text-align:center;
}
.none {
	display:none;
}
.block {
	display:block;
}
.mr10 {
	margin-right:10px;
}
.mr30 {
	margin-right:30px;
}
.mt2 {
	margin-top:2%;
}
.mt5 {
	margin-top:5%;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
 color: #999;
}




::-moz-placeholder { /* Mozilla Firefox 19+ */
 color: #999;
}
 input:-ms-input-placeholder, textarea:-ms-input-placeholder {
 color: #999;
}
 input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
 color: #999;
}
.translateX-100 {
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	transform: translateX(-100%);
}
.translateX_100 {
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	transform: translateX(100%);
}
.translateY-100 {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
}
.translateY_100 {
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	transform: translateY(100%);
}
.transition {
	opacity: 0;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}
.scale-0 {
	-webkit-transform:scale(0);
	-moz-transform:scale(0);
	transform:scale(0);
}
.animate.translateX-100, .animate.translateX_100, .animate.translateY_100, .animate.translateY-100, .animate.scale-0 {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	transform:scale(1);
}
button {
	padding:0
}
button, input, optgroup, select, textarea {
	outline:0;
	border:0;
	vertical-align:middle;
	font-family:'Microsoft Yahei'
}
button, html input[type=button], input[type=reset], input[type=submit], input[type=text] {
	outline:0;
	border:0;
	border-radius:0;
	cursor:pointer;
	-webkit-appearance:button
}
textarea {
	resize:none;
	font-size:14px
}
textarea, .select {
	appearance:none;
	-webkit-appearance:none;
	-moz-appearance:none;
	-o-appearance:none
}
.select::-ms-expand {
display:none
}
.dfcc, .dfccs, .dflc, .dflr, .dflrs {
	display:-webkit-flex;
	display:flex
}
.dfcc, .dfccs {
	justify-content:center;
	-webkit-justify-content:center
}
.dflc, .dfcc, .dfccs, .dflr, .dflrs {
	align-items:center;
	-webkit-align-items:center
}
.dflr {
	justify-content:space-between;
	-webkit-justify-content:space-between
}
.dflrs {
	justify-content:space-around;
	-webkit-justify-content:space-around
}
.dfccs {
	-webkit-flex-direction:column;
	flex-direction:column
}
.po-auto {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	margin:auto;
	width:auto;
	height:auto;
	max-width:100%;
	max-height:100%
}
.lg-12, .lg-3, .lg-4, .lg-6 {
	float:left
}
.lg-12 {
	width:100%
}
.lg-6 {
	width:50%
}
.lg-4 {
	width:33.33333333%
}
.lg-3 {
	width:25%
}
