@charset "utf-8";
* {
	box-sizing: border-box;
	outline: 0;
	padding: 0;
	margin: 0;
}

body {
	min-height: 100%;
	font-size: 12px;
	font-family: "微软雅黑";
	color: #333;
	overflow-x: hidden;
	background: #fff;
}

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, fieldset, lengend, button, input, textarea, th, td {
	margin: 0;
	padding: 0;
}

ol, ul, li {
	list-style: none;
}

address, caption, cite, code, dfn, em, th, var, i {
	font-weight: normal;
	font-style: normal;
}

a {
	text-decoration: none;
	color: #333;
	display: inline-block;
	-webkit-transition-duration: .3s;
	-moz-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s;
}

img {
	border: 0;
	vertical-align: middle;
}

select, input, textarea {
	border: 0;
	font-family: "微软雅黑";
	outline: none;
	resize: none;
}

input::-webkit-input-placeholder {
	color: #999;
}

input::-moz-placeholder {
	color: #999;
}

input:-moz-placeholder {
	color: #999;
}

textarea::-webkit-input-placeholder {
	color: #999;
}

textarea::-moz-placeholder {
	color: #999;
}

textarea:-moz-placeholder {
	color: #999;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;
}

div, dl, dt, dd, ol, ul, li {
	zoom: 1;
}

caption, th {
	text-align: left;
}

q:before, q:after {
	content: '';
}

abbr, acronym {
	border: 0;
}

input[type="button"], input[type="submit"] {
	cursor: pointer;
}

a:hover {
	text-decoration: none;
}

input, textarea {
	box-sizing: border-box;
}

input[type="text"] {
	-webkit-appearance: none;
}

textarea {
	-webkit-appearance: none;
}

/*合并表格边框，设置边框距为零*/

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*清除浮动*/

.clearfix {
	+height: 1%;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

/*强制换行   禁止换行*/

.break_word {
	word-wrap: break-word;
	word-break: break-all;
}

.keep_all {
	word-break: keep-all;
	white-space: nowrap;
}

/*超出省略号，仅限单行，并且需要设定一个宽度*/

.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	white-space: nowrap;
}

.ellipsis_2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.ellipsis_3 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.ellipsis_4 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.ellipsis_7 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 7;
	-webkit-box-orient: vertical;
}

/*me*/

.wrap {
	width: 1200px;
	margin: 0 auto;
}

.hide {
	display: none;
}

.show {
	display: block;
}

.bg_fff {
	background: #fff;
}

fieldset {
	padding: 0;
	margin: 0;
	border: 0;
}

/*边距*/

.mt5 {
	margin-top: 5px;
}

.mt6 {
	margin-top: 6px;
}

.mt15 {
	margin-top: 15px;
}

.mt10 {
	margin-top: 10px;
}

.mt18 {
	margin-top: 10px;
}

.mt20 {
	margin-top: 20px;
}

.mt26 {
	margin-top: 26px;
}

.mt28 {
	margin-top: 28px;
}

.mt32 {
	margin-top: 32px;
}

.mt35 {
	margin-top: 35px;
}

.mt38 {
	margin-top: 38px;
}

.mt42 {
	margin-top: 42px;
}

.mt45 {
	margin-top: 45px;
}

.mt50 {
	margin-top: 50px;
}

.mt56 {
	margin-top: 56px;
}

.mt60 {
	margin-top: 60px;
}

.mt68 {
	margin-top: 68px;
}

.mt87 {
	margin-top: 87px;
}

.ml5 {
	margin-left: 5px;
}

.ml10 {
	margin-left: 10px;
}

.ml20 {
	margin-left: 20px;
}

.ml50 {
	margin-left: 50px;
}

.mr8 {
	margin-right: 8px;
}

.mr10 {
	margin-right: 10px;
}

.mr11 {
	margin-right: 11px;
}

.mr16 {
	margin-right: 16px;
}

.mr20 {
	margin-right: 20px;
}

.mr30 {
	margin-right: 30px;
}

.mr45 {
	margin-right: 45px;
}

.mr48 {
	margin-right: 48px;
}

.mr50 {
	margin-right: 50px;
}

.mb16 {
	margin-bottom: 16px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb22 {
	margin-bottom: 22px;
}

.mb28 {
	margin-bottom: 28px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb36 {
	margin-bottom: 36px;
}

.mb40 {
	margin-bottom: 40px;
}

.mb50 {
	margin-bottom: 50px;
}

.mb55 {
	margin-bottom: 55px;
}

.mb60 {
	margin-bottom: 60px;
}

.mb150 {
	margin-bottom: 150px;
}

.mg60 {
	margin: 60px 0;
}

.pad_100 {
	padding-bottom: 100px !important;
}

.padding_top10 {
	padding-top: 10px;
}

.padding_top20 {
	padding-top: 20px;
}

.padding_top34 {
	padding-top: 34px;
}

.padding_top44 {
	padding-top: 44px;
}

.padding_top72 {
	padding-top: 72px;
}

.padding_btm300 {
	padding-bottom: 300px;
}

.f14 {
	font-size: 14px;
}

.f16 {
	font-size: 16px;
}

.f18 {
	font-size: 18px;
}

.f20 {
	font-size: 20px;
}

.f24 {
	font-size: 24px;
}

.c333 {
	color: #333;
}

.c444 {
	color: #444;
}

.c666 {
	color: #666666;
}

.c999 {
	color: #999;
}

.cred {
	color: #d70000;
}

/******* 状态 ******/

.fl {
	float: left;
}

.fr {
	float: right;
}

.pr {
	position: relative;
}

.pa {
	position: absolute;
}

.none {
	display: none;
}

.hidden {
	overflow: hidden;
}

.vertical_middle {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	vertical-align: middle;
}

.vertical_top {
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
}

.text_left {
	text-align: left;
}

.text_center {
	text-align: center;
}

.text_right {
	text-align: right;
}

/******    样式   *******/

.opacity_0 {
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-webkit-opacity: 0;
	-o-opacity: 0;
	-khtml-opacity: 0;
}

.opacity_6 {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	-webkit-opacity: 0.6;
	-o-opacity: 0.6;
	-khtml-opacity: 0.6;
}

.opacity_7 {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-webkit-opacity: 0.7;
	-o-opacity: 0.7;
	-khtml-opacity: 0.7;
}

.place_000::-webkit-input-placeholder {
	color: #000;
}

.place_000::-moz-placeholder {
	color: #000;
}

.place_000:-moz-placeholder {
	color: #000;
}

.place_000:-ms-placeholder {
	color: #000;
}

.place_444::-webkit-input-placeholder {
	color: #444;
}

.place_444::-moz-placeholder {
	color: #444;
}

.place_444:-moz-placeholder {
	color: #444;
}

.place_444:-ms-placeholder {
	color: #444;
}

.place_737373::-webkit-input-placeholder {
	color: #737373;
}

.place_737373::-moz-placeholder {
	color: #737373;
}

.place_737373:-moz-placeholder {
	color: #737373;
}

.place_737373:-ms-placeholder {
	color: #737373;
}

.place_999::-webkit-input-placeholder {
	color: #999;
}

.place_999::-moz-placeholder {
	color: #999;
}

.place_999:-moz-placeholder {
	color: #999;
}

.place_999:-ms-placeholder {
	color: #999;
}

.radius6 {
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
}

.radius10 {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.radius30 {
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	-khtml-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
}

.radius50 {
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.cont_flex {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.cont_flex_1 {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
}

input[type="button"], input[type="submit"], input[type="reset"] {
	-webkit-appearance: none;
}

textarea {
	-webkit-appearance: none;
}

/* 鼠标划过图片样式 */

.defo_img img {
	transition: all 1s;
	-ms-transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	cursor: pointer;
}

.defo_img img:hover {
	transform: scale(1.2);
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	opacity: 0.6;
}
.defo_img2 img {
	transition: all 1s;
	-ms-transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	cursor: pointer;
}

.defo_img2 img:hover {
	transform: scale(1.05);
	-ms-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-o-transform: scale(1.05);
}
/* 特殊字体 */
/* @font-face {
	font-family: 'gara';
	src: url('../font/GARA.eot');
	src: local('gara Regular'),
				local('gara'),
				url('../font/GARA.woff') format('woff'),
				url('../font/GARA.ttf') format('truetype'),
				url('../font/GARA.svg#gara') format('svg');
  } */