.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,.slick-slider .slick-list {
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:before,.slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir=rtl] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.layui-layer-imgbar,.layui-layer-imgtit a,.layui-layer-tab .layui-layer-title span,.layui-layer-title {
	text-overflow: ellipsis;
	white-space: nowrap;
}

*html {
	background-image: url(about:blank);
	background-attachment: fixed;
}

html #layuicss-skinlayercss {
	display: none;
	position: absolute;
	width: 1989px;
}

.layui-layer,.layui-layer-shade {
	position: fixed;
	_position: absolute;
	pointer-events: auto;
}

.layui-layer-shade {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	_height: expression(document.body.offsetHeight+"px");
}

.layui-layer {
	-webkit-overflow-scrolling: touch;
	top: 150px;
	left: 0;
	margin: 0;
	padding: 0;
	background-color: #fff;
	-webkit-background-clip: content;
	box-shadow: 1px 1px 50px rgba(0,0,0,.3);
}

.layui-layer-close {
	position: absolute;
}

.layui-layer-content {
	position: relative;
}

.layui-layer-border {
	border: 1px solid #b2b2b2;
	border: 1px solid rgba(0,0,0,.1);
	box-shadow: 1px 1px 5px rgba(0,0,0,.2);
}

.layui-layer-load {
	background: url(../images/loading-1.gif) center center no-repeat #eee;
}

.layui-layer-ico {
	background: url(../images/icon.png) no-repeat;
}

.layui-layer-btn a,.layui-layer-dialog .layui-layer-ico,.layui-layer-setwin a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
}

.layui-layer-move {
	display: none;
	position: fixed;
	*position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	cursor: move;
	opacity: 0;
	filter: alpha(opacity=0);
	background-color: #fff;
	z-index: 2147483647;
}

.layui-layer-resize {
	position: absolute;
	width: 15px;
	height: 15px;
	right: 0;
	bottom: 0;
	cursor: se-resize;
}

.layui-layer {
	border-radius: 2px;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: .3s;
	animation-duration: .3s;
}

@-webkit-keyframes bounceIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(.5);
		transform: scale(.5);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes bounceIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(.5);
		-ms-transform: scale(.5);
		transform: scale(.5);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
}

.layer-anim {
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn;
}

@-webkit-keyframes zoomInDown {
	0% {
		opacity: 0;
		-webkit-transform: scale(.1) translateY(-2000px);
		transform: scale(.1) translateY(-2000px);
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}

	60% {
		opacity: 1;
		-webkit-transform: scale(.475) translateY(60px);
		transform: scale(.475) translateY(60px);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
}

@keyframes zoomInDown {
	0% {
		opacity: 0;
		-webkit-transform: scale(.1) translateY(-2000px);
		-ms-transform: scale(.1) translateY(-2000px);
		transform: scale(.1) translateY(-2000px);
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}

	60% {
		opacity: 1;
		-webkit-transform: scale(.475) translateY(60px);
		-ms-transform: scale(.475) translateY(60px);
		transform: scale(.475) translateY(60px);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
}

.layer-anim-01 {
	-webkit-animation-name: zoomInDown;
	animation-name: zoomInDown;
}

@-webkit-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		transform: translateY(2000px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		-ms-transform: translateY(2000px);
		transform: translateY(2000px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

.layer-anim-02 {
	-webkit-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig;
}

@-webkit-keyframes zoomInLeft {
	0% {
		opacity: 0;
		-webkit-transform: scale(.1) translateX(-2000px);
		transform: scale(.1) translateX(-2000px);
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}

	60% {
		opacity: 1;
		-webkit-transform: scale(.475) translateX(48px);
		transform: scale(.475) translateX(48px);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
}

@keyframes zoomInLeft {
	0% {
		opacity: 0;
		-webkit-transform: scale(.1) translateX(-2000px);
		-ms-transform: scale(.1) translateX(-2000px);
		transform: scale(.1) translateX(-2000px);
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}

	60% {
		opacity: 1;
		-webkit-transform: scale(.475) translateX(48px);
		-ms-transform: scale(.475) translateX(48px);
		transform: scale(.475) translateX(48px);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
}

.layer-anim-03 {
	-webkit-animation-name: zoomInLeft;
	animation-name: zoomInLeft;
}

@-webkit-keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100%) rotate(-120deg);
		transform: translateX(-100%) rotate(-120deg);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0) rotate(0);
		transform: translateX(0) rotate(0);
	}
}

@keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100%) rotate(-120deg);
		-ms-transform: translateX(-100%) rotate(-120deg);
		transform: translateX(-100%) rotate(-120deg);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0) rotate(0);
		-ms-transform: translateX(0) rotate(0);
		transform: translateX(0) rotate(0);
	}
}

.layer-anim-04 {
	-webkit-animation-name: rollIn;
	animation-name: rollIn;
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.layer-anim-05 {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

@-webkit-keyframes shake {
	0%,100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	10%,30%,50%,70%,90% {
		-webkit-transform: translateX(-10px);
		transform: translateX(-10px);
	}

	20%,40%,60%,80% {
		-webkit-transform: translateX(10px);
		transform: translateX(10px);
	}
}

@keyframes shake {
	0%,100% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	10%,30%,50%,70%,90% {
		-webkit-transform: translateX(-10px);
		-ms-transform: translateX(-10px);
		transform: translateX(-10px);
	}

	20%,40%,60%,80% {
		-webkit-transform: translateX(10px);
		-ms-transform: translateX(10px);
		transform: translateX(10px);
	}
}

.layer-anim-06 {
	-webkit-animation-name: shake;
	animation-name: shake;
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes bounceOut {
	100% {
		opacity: 0;
		-webkit-transform: scale(.7);
		transform: scale(.7);
	}

	30% {
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
	}

	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes bounceOut {
	100% {
		opacity: 0;
		-webkit-transform: scale(.7);
		-ms-transform: scale(.7);
		transform: scale(.7);
	}

	30% {
		-webkit-transform: scale(1.05);
		-ms-transform: scale(1.05);
		transform: scale(1.05);
	}

	0% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
}

.layer-anim-close {
	-webkit-animation-name: bounceOut;
	animation-name: bounceOut;
	-webkit-animation-duration: .2s;
	animation-duration: .2s;
}

.layui-layer-title {
	padding: 0 80px 0 20px;
	height: 42px;
	line-height: 42px;
	border-bottom: 1px solid #eee;
	font-size: 14px;
	color: #333;
	overflow: hidden;
	background-color: #f8f8f8;
	border-radius: 2px 2px 0 0;
}

.layui-layer-setwin {
	position: absolute;
	right: 15px;
	*right: 0;
	top: 15px;
	font-size: 0;
	line-height: initial;
}

.layui-layer-setwin a {
	position: relative;
	width: 16px;
	height: 16px;
	margin-left: 10px;
	font-size: 12px;
	_overflow: hidden;
}

.layui-layer-setwin .layui-layer-min cite {
	position: absolute;
	width: 14px;
	height: 2px;
	left: 0;
	top: 50%;
	margin-top: -1px;
	background-color: #2e2d3c;
	cursor: pointer;
	_overflow: hidden;
}

.layui-layer-setwin .layui-layer-min:hover cite {
	background-color: #2d93ca;
}

.layui-layer-setwin .layui-layer-max {
	background-position: -32px -40px;
}

.layui-layer-setwin .layui-layer-max:hover {
	background-position: -16px -40px;
}

.layui-layer-setwin .layui-layer-maxmin {
	background-position: -65px -40px;
}

.layui-layer-setwin .layui-layer-maxmin:hover {
	background-position: -49px -40px;
}

.layui-layer-setwin .layui-layer-close1 {
	background-position: 0 -40px;
	cursor: pointer;
}

.layui-layer-setwin .layui-layer-close1:hover {
	opacity: .7;
}

.layui-layer-setwin .layui-layer-close2 {
	position: absolute;
	right: -28px;
	top: -28px;
	width: 30px;
	height: 30px;
	margin-left: 0;
	background-position: -149px -31px;
	*right: -18px;
	_display: none;
}

.layui-layer-setwin .layui-layer-close2:hover {
	background-position: -180px -31px;
}

.layui-layer-btn {
	text-align: right;
	padding: 0 10px 12px;
	pointer-events: auto;
	user-select: none;
	-webkit-user-select: none;
}

.layui-layer-btn a {
	height: 28px;
	line-height: 28px;
	margin: 0 6px;
	padding: 0 15px;
	border: 1px solid #dedede;
	background-color: #f1f1f1;
	color: #333;
	border-radius: 2px;
	font-weight: 400;
	cursor: pointer;
	text-decoration: none;
}

.layui-layer-btn a:hover {
	opacity: .9;
	text-decoration: none;
}

.layui-layer-btn a:active {
	opacity: .8;
}

.layui-layer-btn .layui-layer-btn0 {
	border-color: #4898d5;
	background-color: #2e8ded;
	color: #fff;
}

.layui-layer-btn-l {
	text-align: left;
}

.layui-layer-btn-c {
	text-align: center;
}

.layui-layer-dialog {
	min-width: 260px;
}

.layui-layer-dialog .layui-layer-content {
	position: relative;
	padding: 20px;
	line-height: 24px;
	word-break: break-all;
	overflow: hidden;
	font-size: 14px;
	overflow-x: hidden;
	overflow-y: auto;
}

.layui-layer-dialog .layui-layer-content .layui-layer-ico {
	position: absolute;
	top: 14px;
	left: 15px;
	_left: -40px;
	width: 30px;
	height: 30px;
}

.layui-layer-ico1 {
	background-position: -30px 0;
}

.layui-layer-ico2 {
	background-position: -60px 0;
}

.layui-layer-ico3 {
	background-position: -90px 0;
}

.layui-layer-ico4 {
	background-position: -120px 0;
}

.layui-layer-ico5 {
	background-position: -150px 0;
}

.layui-layer-ico6 {
	background-position: -180px 0;
}

.layui-layer-rim {
	border: 6px solid #8d8d8d;
	border: 6px solid rgba(0,0,0,.3);
	border-radius: 5px;
	box-shadow: none;
}

.layui-layer-msg {
	min-width: 180px;
	border: 1px solid #d3d4d3;
	box-shadow: none;
}

.layui-layer-hui {
	min-width: 100px;
	background-color: #000;
	filter: alpha(opacity=60);
	background-color: rgba(0,0,0,.6);
	color: #fff;
	border: none;
}

.layui-layer-hui .layui-layer-content {
	padding: 12px 25px;
	text-align: center;
}

.layui-layer-dialog .layui-layer-padding {
	padding: 20px 20px 20px 55px;
	text-align: left;
}

.layui-layer-page .layui-layer-content {
	position: relative;
	overflow: auto;
}

.layui-layer-iframe .layui-layer-btn,.layui-layer-page .layui-layer-btn {
	padding-top: 10px;
}

.layui-layer-nobg {
	background: 0 0;
}

.layui-layer-iframe iframe {
	display: block;
	width: 100%;
}

.layui-layer-loading {
	border-radius: 100%;
	background: 0 0;
	box-shadow: none;
	border: none;
}

.layui-layer-loading .layui-layer-content {
	width: 60px;
	height: 24px;
	background: url(../images/loading-0.gif) no-repeat;
}

.layui-layer-loading .layui-layer-loading1 {
	width: 37px;
	height: 37px;
	background: url(../images/loading-1.gif) no-repeat;
}

.layui-layer-ico16,.layui-layer-loading .layui-layer-loading2 {
	width: 32px;
	height: 32px;
	background: url(../images/loading-2.gif) no-repeat;
}

.layui-layer-tips {
	background: 0 0;
	box-shadow: none;
	border: none;
}

.layui-layer-tips .layui-layer-content {
	position: relative;
	line-height: 22px;
	min-width: 12px;
	padding: 5px 10px;
	font-size: 12px;
	_float: left;
	border-radius: 2px;
	box-shadow: 1px 1px 3px rgba(0,0,0,.2);
	background-color: #000;
	color: #fff;
}

.layui-layer-tips .layui-layer-close {
	right: -2px;
	top: -1px;
}

.layui-layer-tips i.layui-layer-TipsG {
	position: absolute;
	width: 0;
	height: 0;
	border-width: 8px;
	border-color: transparent;
	border-style: dashed;
	*overflow: hidden;
}

.layui-layer-tips i.layui-layer-TipsB,.layui-layer-tips i.layui-layer-TipsT {
	left: 5px;
	border-right-style: solid;
	border-right-color: #000;
}

.layui-layer-tips i.layui-layer-TipsT {
	bottom: -8px;
}

.layui-layer-tips i.layui-layer-TipsB {
	top: -8px;
}

.layui-layer-tips i.layui-layer-TipsL,.layui-layer-tips i.layui-layer-TipsR {
	top: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}

.layui-layer-tips i.layui-layer-TipsR {
	left: -8px;
}

.layui-layer-tips i.layui-layer-TipsL {
	right: -8px;
}

.layui-layer-lan[type=dialog] {
	min-width: 280px;
}

.layui-layer-lan .layui-layer-title {
	background: #4476a7;
	color: #fff;
	border: none;
}

.layui-layer-lan .layui-layer-btn {
	padding: 10px;
	text-align: right;
	border-top: 1px solid #e9e7e7;
}

.layui-layer-lan .layui-layer-btn a {
	background: #bbb5b5;
	border: none;
}

.layui-layer-lan .layui-layer-btn .layui-layer-btn1 {
	background: #c9c5c5;
}

.layui-layer-molv .layui-layer-title {
	background: #009f95;
	color: #fff;
	border: none;
}

.layui-layer-molv .layui-layer-btn a {
	background: #009f95;
}

.layui-layer-molv .layui-layer-btn .layui-layer-btn1 {
	background: #92b8b1;
}

.layui-layer-iconext {
	background: url(../images/icon-ext.png) no-repeat;
}

.layui-layer-prompt .layui-layer-input {
	display: block;
	width: 220px;
	height: 30px;
	margin: 0 auto;
	line-height: 30px;
	padding: 0 5px;
	border: 1px solid #ccc;
	box-shadow: 1px 1px 5px rgba(0,0,0,.1) inset;
	color: #333;
}

.layui-layer-prompt textarea.layui-layer-input {
	width: 300px;
	height: 100px;
	line-height: 20px;
}

.layui-layer-prompt .layui-layer-content {
	padding: 20px;
}

.layui-layer-prompt .layui-layer-btn {
	padding-top: 0;
}

.layui-layer-tab {
	box-shadow: 1px 1px 50px rgba(0,0,0,.4);
}

.layui-layer-tab .layui-layer-title {
	padding-left: 0;
	border-bottom: 1px solid #ccc;
	background-color: #eee;
	overflow: visible;
}

.layui-layer-tab .layui-layer-title span {
	position: relative;
	float: left;
	min-width: 80px;
	max-width: 260px;
	padding: 0 20px;
	text-align: center;
	cursor: default;
	overflow: hidden;
}

.layui-layer-tab .layui-layer-title span.layui-layer-tabnow {
	height: 43px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background-color: #fff;
	z-index: 10;
}

.layui-layer-tab .layui-layer-title span:first-child {
	border-left: none;
}

.layui-layer-tabmain {
	line-height: 24px;
	clear: both;
}

.layui-layer-tabmain .layui-layer-tabli {
	display: none;
}

.layui-layer-tabmain .layui-layer-tabli.xubox_tab_layer {
	display: block;
}

.xubox_tabclose {
	position: absolute;
	right: 10px;
	top: 5px;
	cursor: pointer;
}

.layui-layer-photos {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
}

.layui-layer-photos .layui-layer-content {
	overflow: hidden;
	text-align: center;
}

.layui-layer-photos .layui-layer-phimg img {
	position: relative;
	width: 100%;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
}

.layui-layer-imgbar,.layui-layer-imguide {
	display: none;
}

.layui-layer-imgnext,.layui-layer-imgprev {
	position: absolute;
	top: 50%;
	width: 27px;
	_width: 44px;
	height: 44px;
	margin-top: -22px;
	outline: 0;
	blr: expression(this.onFocus=this.blur());
}

.layui-layer-imgprev {
	left: 10px;
	background-position: -5px -5px;
	_background-position: -70px -5px;
}

.layui-layer-imgprev:hover {
	background-position: -33px -5px;
	_background-position: -120px -5px;
}

.layui-layer-imgnext {
	right: 10px;
	_right: 8px;
	background-position: -5px -50px;
	_background-position: -70px -50px;
}

.layui-layer-imgnext:hover {
	background-position: -33px -50px;
	_background-position: -120px -50px;
}

.layui-layer-imgbar {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 32px;
	line-height: 32px;
	background-color: rgba(0,0,0,.8);
	background-color: #000\9;
	filter: Alpha(opacity=80);
	color: #fff;
	overflow: hidden;
	font-size: 0;
}

.layui-layer-imgtit * {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	font-size: 12px;
}

.layui-layer-imgtit a {
	max-width: 65%;
	overflow: hidden;
	color: #fff;
}

.layui-layer-imgtit a:hover {
	color: #fff;
	text-decoration: underline;
}

.layui-layer-imgtit em {
	padding-left: 10px;
	font-style: normal;
}

@media screen and (max-width:1100px) {
	.layui-layer-iframe {
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
	}
}

.layui-layer-dialog .layui-layer-content {
	word-break: break-word !important;
}

.img-box img {
	width: 100%;
}

body,div,h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ul,li,pre,form,fieldset,legend,button,input,textarea,th,td,ol {
	margin: 0;
	padding: 0;font-family:微软雅黑;
}

*,:after,:before {
	box-sizing: border-box;
	outline: none;
}

body {
font-size:14px;
	font-family:微软雅黑;
	color: #000;
	line-height: 1.5;
	overflow-x: hidden;
}

ol,ul,li {
	list-style-type: none;
	vertical-align: middle;
}

img {
	vertical-align: top;
	border: 0;
	max-width: 100%;
	height: auto;
	image-rendering: -moz-crisp-edges;
	image-rendering: -o-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;
}

input,select,textarea,button {
	vertical-align: middle;
}

textarea,input {
	outline: none;
	resize: none;
}

input[type=submit],input[type=button],button {
	text-indent: 0;
	text-align: center;
	cursor: pointer;
}

label,button,a {
	cursor: pointer;
}

ins,em,b,i {
	text-decoration: none;
	font-style: normal;
}

select:focus,textarea:focus,input:focus,button {
	outline: none;
}

input::-webkit-input-placeholder,input:-moz-placeholder,input::-moz-placeholder,input:-ms-input-placeholder,textarea::-webkit-input-placeholder,textarea:-moz-placeholder,textarea::-moz-placeholder,textarea:-ms-input-placeholder {
	color: #999;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	font: inherit;
}

a {
	color: inherit;
	text-decoration: none;
}

a[href] {
	cursor: pointer;
}

a:hover {
	text-decoration: none;
	cursor: pointer;
}

a:focus {
	background-color: transparent;
	outline: none;
}

h1,h2,h3,h4,h5,h6,em {
	font-weight: 400;font-family:微软雅黑;
}

a,span,li,b,i,label,p,strong,div,h1,h2,h3,h4,h5,h6,font,small,em,li,pre,form,fieldset,legend,button,input,textarea,th,td {
	font: inherit;
	color: inherit;font-family:微软雅黑;
}

audio,canvas,progress,video {
	display: inline-block;
	vertical-align: baseline;
}

body {
	-webkit-tap-highlight-color: rgba(0,0,0,0);font-family:微软雅黑;
}

a:focus,input:focus,p:focus,div:focus {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

body,html {
	width: 100%!important;
	padding: 0!important;
	height: 100%;font-family:微软雅黑;
}

*::-webkit-scrollbar {
	width: 10px;
	border-radius: 1.5px;
}

*::-webkit-scrollbar-button {
	display: none;
}

*::-webkit-scrollbar-track {
	background-color: #eee;
}

*::-webkit-scrollbar-thumb {
	background-color: #c1c1c1;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.cl:after {
	content: '\20';
	display: block;
	height: 0;
	line-height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

.hide {
	display: none;
}

.show {
	display: block;
}

.up-word {
	text-transform: uppercase;
}

.v-show {
	visibility: visible;
}

.v-hide {
	visibility: hidden;
}

.mt-8 {
	margin-top: 8px;
}

.mt-10 {
	margin-top: 10px;
}

.mt-12 {
	margin-top: 12px;
}

.mt-24 {
	margin-top: 24px;
}

.mt-32 {
	margin-top: 32px;
}

.mt-36 {
	margin-top: 36px;
}

.mt-48 {
	margin-top: 48px;
}

.mt-15 {
	margin-top: 15px;
}

.mt-20 {
	margin-top: 20px;
}

.mt-30 {
	margin-top: 30px;
}

.mt-40 {
	margin-top: 40px;
}

.mt-55 {
	margin-top: 55px;
}

.mt-60 {
	margin-top: 60px;
}

.mb-8 {
	margin-bottom: 8px;
}

.mb-10 {
	margin-bottom: 10px;
}

.mb-12 {
	margin-bottom: 12px;
}

.mb-24 {
	margin-bottom: 24px;
}

.mb-32 {
	margin-bottom: 32px;
}

.mb-36 {
	margin-bottom: 36px;
}

.mb-48 {
	margin-bottom: 48px;
}

.mb-15 {
	margin-bottom: 15px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mb-30 {
	margin-bottom: 30px;
}

.mb-40 {
	margin-bottom: 40px;
}

.mb-55 {
	margin-bottom: 55px;
}

.mb-60 {
	margin-bottom: 60px;
}

.ml-8 {
	margin-left: 8px;
}

.ml-10 {
	margin-left: 10px;
}

.ml-12 {
	margin-left: 12px;
}

.ml-24 {
	margin-left: 24px;
}

.ml-32 {
	margin-left: 32px;
}

.ml-36 {
	margin-left: 36px;
}

.ml-48 {
	margin-left: 48px;
}

.ml-15 {
	margin-left: 15px;
}

.ml-20 {
	margin-left: 20px;
}

.ml-30 {
	margin-left: 30px;
}

.ml-40 {
	margin-left: 40px;
}

.ml-55 {
	margin-left: 55px;
}

.ml-60 {
	margin-left: 60px;
}

.mr-8 {
	margin-right: 8px;
}

.mr-10 {
	margin-right: 10px;
}

.mr-12 {
	margin-right: 12px;
}

.mr-24 {
	margin-right: 24px;
}

.mr-32 {
	margin-right: 32px;
}

.mr-36 {
	margin-right: 36px;
}

.mr-48 {
	margin-right: 48px;
}

.mr-15 {
	margin-right: 15px;
}

.mr-20 {
	margin-right: 20px;
}

.mr-30 {
	margin-right: 30px;
}

.mr-40 {
	margin-right: 40px;
}

.mr-55 {
	margin-right: 55px;
}

.mr-60 {
	margin-right: 60px;
}

.pt-8 {
	padding-top: 8px;
}

.pt-10 {
	padding-top: 10px;
}

.pt-12 {
	padding-top: 12px;
}

.pt-24 {
	padding-top: 24px;
}

.pt-36 {
	padding-top: 36px;
}

.pt-48 {
	padding-top: 48px;
}

.pt-15 {
	padding-top: 15px;
}

.pt-20 {
	padding-top: 20px;
}

.pt-30 {
	padding-top: 30px;
}

.pt-40 {
	padding-top: 40px;
}

.pt-55 {
	padding-top: 55px;
}

.pt-60 {
	padding-top: 60px;
}

.pb-8 {
	padding-bottom: 8px;
}

.pb-10 {
	padding-bottom: 10px;
}

.pb-12 {
	padding-bottom: 12px;
}

.pb-24 {
	padding-bottom: 24px;
}

.pb-36 {
	padding-bottom: 36px;
}

.pb-48 {
	padding-bottom: 48px;
}

.pb-15 {
	padding-bottom: 15px;
}

.pb-20 {
	padding-bottom: 20px;
}

.pb-30 {
	padding-bottom: 30px;
}

.pb-40 {
	padding-bottom: 40px;
}

.pb-55 {
	padding-bottom: 55px;
}

.pb-60 {
	padding-bottom: 60px;
}

.pl-8 {
	padding-left: 8px;
}

.pl-10 {
	padding-left: 10px;
}

.pl-12 {
	padding-left: 12px;
}

.pl-24 {
	padding-left: 24px;
}

.pl-36 {
	padding-left: 36px;
}

.pl-48 {
	padding-left: 48px;
}

.pl-15 {
	padding-left: 15px;
}

.pl-20 {
	padding-left: 20px;
}

.pl-30 {
	padding-left: 30px;
}

.pl-40 {
	padding-left: 40px;
}

.pl-55 {
	padding-left: 55px;
}

.pl-60 {
	padding-left: 60px;
}

.pr-8 {
	padding-right: 8px;
}

.pr-10 {
	padding-right: 10px;
}

.pr-12 {
	padding-right: 12px;
}

.pr-24 {
	padding-right: 24px;
}

.pr-36 {
	padding-right: 36px;
}

.pr-48 {
	padding-right: 48px;
}

.pr-15 {
	padding-right: 15px;
}

.pr-20 {
	padding-right: 20px;
}

.pr-30 {
	padding-right: 30px;
}

.pr-40 {
	padding-right: 40px;
}

.pr-55 {
	padding-right: 55px;
}

.pr-60 {
	padding-right: 60px;
}

.backImg {
	background-size: cover;
}

.text_overflow {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
hr{
width:80px;margin:20px 0px 0px 0px; color:#dedede;height:1px;border:none;border-top:2px  solid #bd0006; padding:6px 0px 10px 0px;
}
.x_hr{
width:80px;margin:20px auto 0px auto; color:#dedede;height:1px;border:none;border-top:2px  solid #bd0006; padding:6px 0px 10px 0px;
}
.txt-center {
	text-align: center;
}

.txt-right {
	text-align: right;
}

[data-ahref] {
	cursor: pointer;
}

body {
	background: 0 0;
}

.font-40 {
	font-size: 40px;
}

.font-38 {
	font-size: 38px;
}

.font-36 {
	font-size: 36px;
}

.font-34 {
	font-size: 34px;
}

.font-32 {
	font-size: 32px;
}

.font-30 {
	font-size: 30px;
}

.font-28 {
	font-size: 28px;
}

.font-24 {
	font-size: 24px;
}

.font-22 {
	font-size: 22px;
}

.font-20 {
	font-size: 20px;
}

.font-18 {
	font-size: 18px;
}

.font-16 {
	font-size: 16px;
}

.font-14 {
	font-size: 14px;
}

.font-12 {
	font-size: 12px;
}

.op-1 {
	opacity: .1;
}

.op-2 {
	opacity: .2;
}

.op-3 {
	opacity: .3;
}

.op-4 {
	opacity: .4;
}

.op-5 {
	opacity: .5;
}

.op-6 {
	opacity: .6;
}

.op-7 {
	opacity: .7;
}

.op-8 {
	opacity: .8;
}

.op-9 {
	opacity: .9;
}

.op-10 {
	opacity: 1;
}

.font-light {
	font-weight: lighter;
}

.font-bold {
	font-weight: 700;
}

.font-500 {
	font-weight: 500;
}

.pr {
	position: relative;
}

.pa {
	position: absolute;
}

.block {
	display: block;
}

.container {
	position: relative;
	padding: 0 15px;
	margin: 0 auto;
}

.grid-box {
	font-size: 0;
	[;letter-spacing: -4px;
	font-size: 12px;
	];
}

.grid-box .column {
	display: inline-block;
	font-size: 12px;
	vertical-align: top;
	[;letter-spacing: 0;
	];
}

.grid-box .column {
	width: 100%;
}

.grid-box.two>.column {
	width: 50%;
}

.grid-box.three>.column {
	width: 33.33333%;
}

.grid-box.four>.column {
	width: 25%;
}

.grid-box.five>.column {
	width: 20%;
}

.grid-box.six>.column {
	width: 16.6666667%;
}

.grid-box.seven>.column {
	width: 14.285714%;
}

.grid-box.eight>.column {
	width: 12.55%;
}

.grid-box.nine>.column {
	width: 11.11111111%;
}

.grid-box.ten>.column {
	width: 10%;
}

.wid-100 {
	width: 100%;
}

.wid-10 {
	width: 10%;
}

.wid-20 {
	width: 20%;
}

.wid-30 {
	width: 30%;
}

.wid-40 {
	width: 40%;
}

.wid-50 {
	width: 50%;
}

.wid-60 {
	width: 60%;
}

.wid-70 {
	width: 70%;
}

.wid-80 {
	width: 80%;
}

.wid-90 {
	width: 90%;
}

.half {
	width: 50%;
}

.layout-middle {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.layout-v-middle {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}

.layout-h-middle {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
}

.layout-tab {
	display: table;
	width: 100%;
}

.layout-tab>.cell {
	display: table-cell;
	vertical-align: middle;
}

.transi {
	transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
}

#lanSelBox {
	font-size: 16px;
	background: #fff;
	border-radius: 4px;
	position: relative;
}

.current_lang {
	cursor: pointer;
	text-transform: uppercase;
	overflow: hidden;
}

.lang.selected {
	display: none;
}

.lang img,.lang span.lang-txt {
	display: inline-block;
	margin-left: 5px;
	vertical-align: middle;
	color: #444;
}

.lang span.lang-txt {
	position: relative;
	top: -1px;
	font-weight: 700;
}

.lang img {
	width: 20px;
	margin-left: 0;
}

.lang span span {
	color: #999;
	font-weight: 400;
}

.lang i.chevron.down {
	font-size: 12px;
	position: relative;
	top: -1px;
	margin-left: 3px;
}

.more_lang {
	transform: translateY(-20px);
	opacity: 0;
	cursor: pointer;
	display: none;
	position: absolute;
	right: 0;
	top: 100%;
	width: 180px;
	background: #fff;
	-webkit-transition: all .3s cubic-bezier(.25,1.15,.35,1.15);
	-moz-transition: all .3s cubic-bezier(.25,1.15,.35,1.15);
	-o-transition: all .3s cubic-bezier(.25,1.15,.35,1.15);
	-ms-transition: all .3s cubic-bezier(.25,1.15,.35,1.15);
	transition: all .3s cubic-bezier(.25,1.15,.35,1.15);
}

.more_lang .lang {
	padding: 10px 15px;
}

#lanSelBox.active .more_lang {
	display: block;
}

.more_lang.active {
	opacity: 1;
	transform: translateY(0px);
}

.more_lang .lang:hover {
	background: #5766b2;
	color: #fff;
}

.more_lang .lang:hover span {
	color: #fff;
}

#lanSelBox:hover,#lanSelBox.active {
	box-shadow: rgba(0,0,0,.2) 0 5px 15px;
	-webkit-transition: all .3s cubic-bezier(0,.99,.44,.99);
	-moz-transition: all .3s cubic-bezier(0,.99,.44,.99);
	-o-transition: all .3s cubic-bezier(0,.99,.44,.99);
	-ms-transition: all .3s cubic-bezier(0,.99,.44,.99);
	transition: all .3s cubic-bezier(0,.99,.44,.99);
}

#lanSelBox.active .more_lang .lang {
	border-top: 1px solid #eaeaea;
}

.hwaq_img_btn_01 {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.hwaq_img_btn_01 img {
	margin: 0;
	padding: 0;
	position: relative;
	top: 0;
	width: 100%;
	left: 0;
}

.hwaq_img_btn_01 .ovrly {
	position: absolute;
	background: rgba(0,0,0,.5);
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
	opacity: 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.hwaq_img_btn_01 .buttons {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.hwaq_img_btn_01 .buttons>a {
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	opacity: 0;
	background-color: #fff;
	-webkit-box-shadow: 0 0 1px rgba(0,0,0,.3);
	-moz-box-shadow: 0 0 1px rgba(0,0,0,.3);
	box-shadow: 0 0 1px rgba(0,0,0,.3);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: inline-block;
	line-height: 40px;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	width: 40px;
	height: 40px;
	margin: 0 1px;
	color: rgba(50,50,50,.9);
	-webkit-transition: all .3s cubic-bezier(0,1.135,.73,1.405);
	-moz-transition: all .3s cubic-bezier(0,1.135,.73,1.405);
	-o-transition: all .3s cubic-bezier(0,1.135,.73,1.405);
	transition: all .3s cubic-bezier(0,1.135,.73,1.405);
}

.hwaq_img_btn_01 .buttons .the_search {
	-webkit-transition-delay: .1s;
	-moz-transition-delay: .1s;
	-ms-transition-delay: .1s;
	transition-delay: .1s;
}

.hwaq_img_btn_01:hover .buttons>a {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.hwaq_img_btn_01:hover .ovrly {
	opacity: 1;
}

.hwaq_img_btn_02 {
	position: relative;
	overflow: hidden;
	text-align: center;
	cursor: pointer;
}

.hwaq_img_btn_02 .layer,.hwaq_img_btn_02 .layer>a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.hwaq_img_btn_02 .layer {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.hwaq_img_btn_02 img {
	opacity: .9;
}

.hwaq_img_btn_02 .layer:after,.hwaq_img_btn_02 img,.hwaq_img_btn_02 p {
	-webkit-transition: opacity .35s,-webkit-transform .35s;
	transition: opacity .35s,transform .35s;
}

.hwaq_img_btn_02 .layer:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	content: '';
	opacity: 0;
	-webkit-transform: rotate3d(0,0,1,45deg) scale3d(1,0,1);
	transform: rotate3d(0,0,1,45deg) scale3d(1,0,1);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.hwaq_img_btn_02 h2,.hwaq_img_btn_02 p {
	opacity: 1;
	-webkit-transform: scale3d(.8,.8,1);
	transform: scale3d(.8,.8,1);
}

.hwaq_img_btn_02 h2 {
	padding-top: 26%;
	-webkit-transition: -webkit-transform .35s;
	transition: transform .35s;
}

.hwaq_img_btn_02 p {
	padding: .5em 2em;
	text-transform: none;
	font-size: .85em;
	opacity: 0;
}

.hwaq_img_btn_02:hover {
	background: -webkit-linear-gradient(-45deg,#053565 0%,#06c 100%);
	background: linear-gradient(-45deg,#053565 0%,#06c 100%);
}

.hwaq_img_btn_02:hover img {
	opacity: .7;
	-webkit-transform: scale3d(1.05,1.05,1);
	transform: scale3d(1.05,1.05,1);
}

.hwaq_img_btn_02:hover .layer:after {
	opacity: 1;
	-webkit-transform: rotate3d(0,0,1,45deg) scale3d(1,1,1);
	transform: rotate3d(0,0,1,45deg) scale3d(1,1,1);
}

.hwaq_img_btn_02:hover h2,.hwaq_img_btn_02:hover p {
	opacity: 1;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

.icon-eye:before {
	content: '\e000';
}

.icon-paper-clip:before {
	content: '\e001';
}

.icon-heart:before {
	content: '\e024';
}

.hwaq_img_btn_02 h2 {
	display: inline-block;
}

.hwaq_img_btn_02:hover p.description {
	opacity: 1;
}

.hwaq_img_btn_02:hover figcaption,.hwaq_img_btn_02:hover h2,.hwaq_img_btn_02:hover p.icon-links a {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.hwaq_img_btn_02:hover h2 {
	-webkit-transition-delay: .05s;
	transition-delay: .05s;
}

.hwaq_img_btn_02:hover p.icon-links a:nth-child(3) {
	-webkit-transition-delay: .1s;
	transition-delay: .1s;
}

.hwaq_img_btn_02:hover p.icon-links a:nth-child(2) {
	-webkit-transition-delay: .15s;
	transition-delay: .15s;
}

.hwaq_img_btn_02:hover p.icon-links a:first-child {
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}

.hwaq_just_btn_01 {
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	position: relative;
}

.hwaq_just_btn_01:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: rgba(255,255,255,.25);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.hwaq_just_btn_01>span {
	position: relative;
	z-index: 20;
}

.hwaq_just_btn_01:hover:before {
	opacity: 0;
	-webkit-transform: scale(.5,.5);
	transform: scale(.5,.5);
}

.hwaq_just_btn_01:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	border: 1px solid rgba(255,255,255,.5);
	-webkit-transform: scale(1.2,1.2);
	transform: scale(1.2,1.2);
}

.hwaq_just_btn_01:hover:after {
	opacity: 1;
	-webkit-transform: scale(1,1);
	transform: scale(1,1);
}

.mfp-zoom-in .mfp-with-anim {
	opacity: 0;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	-webkit-transform: scale(.8);
	-moz-transform: scale(.8);
	-ms-transform: scale(.8);
	-o-transform: scale(.8);
	transform: scale(.8);
}

.mfp-zoom-in.mfp-bg {
	opacity: 0;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: .8;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
	-webkit-transform: scale(.8);
	-moz-transform: scale(.8);
	-ms-transform: scale(.8);
	-o-transform: scale(.8);
	transform: scale(.8);
	opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}

.mlztx {
	opacity: .6;
	width: 60px;
	height: 60px;
	border-radius: 60px;
	background-color: #2b93e6;
	position: fixed;
	bottom: 50px;
	right: 20px;
	font-size: 30px;
	text-align: center;
	line-height: 55px;
	color: #fff;
	transition: all 1s ease 0s;
	z-index: 99;
	-webkit-box-shadow: 0px 0px 2px 3px hsla(0,0%,0%,.1);
	box-shadow: 0px 0px 2px 3px hsla(0,0%,0%,.1);
	cursor: pointer;
}

.mlztx:hover {
	opacity: 1;
	background-color: #00b1ff;
	width: 65px;
	height: 65px;
}

.layer-form {
	display: none;
}

.container-contact100 {
	width: 100%;
	min-height: 100vh;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 15px;
	background: rgba(0,0,0,.8);
	position: fixed;
	z-index: 1000001;
	left: 0;
	top: 0;
}

.wrap-contact100 {
	width: 560px;
	background: #fff;
	border-radius: 3px;
	position: relative;
	overflow: auto;
	max-height: 90vh;
}

.contact100-form-title {
	font-size: 30px;
	color: #fff;
	line-height: 1.2;
	text-transform: uppercase;
	background-image: url("../images/layer-form-bg.jpg");
	width: 100%;
	min-height: 128px;
	position: relative;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	overflow: hidden;
	padding: 30px 15px;
}

.contact100-form-title:before {
	content: "";
	display: block;
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(67,67,67,.6);
}

.contact100-form {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 40px 55px 48px;
}

.wrap-input100 {
	width: 100%;
	position: relative;
	border: 1px solid #e6e6e6;
	border-radius: 2px;
	margin-bottom: 15px;
}

.label-input100 {
	font-size: 18px;
	color: #999;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	width: 60px;
	height: 100%;
	top: 0;
	left: 2px;
}

.label-input100.rs1 {
	height: 60px;
}

.input100 {
	display: block;
	width: 100%;
	background: 0 0;
	font-size: 15px;
	color: #333;
	line-height: 1.2;
	padding: 0 25px 0 60px;
	border: none;
}

input.input100 {
	height: 55px;
}

textarea.input100 {
	min-height: 62px;
	padding-top: 22px;
	padding-bottom: 15px;
	font-family: 'microsoft yahei';
}

.focus-input100 {
	position: absolute;
	display: block;
	width: calc(100% + 2px);
	height: calc(100% + 2px);
	top: -1px;
	left: -1px;
	pointer-events: none;
	border: 1px solid;
	border-radius: 2px;
	border-color: #06c;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	-webkit-transform: scaleX(1.1) scaleY(1.3);
	-moz-transform: scaleX(1.1) scaleY(1.3);
	-ms-transform: scaleX(1.1) scaleY(1.3);
	-o-transform: scaleX(1.1) scaleY(1.3);
	transform: scaleX(1.1) scaleY(1.3);
}

.input100:focus+.focus-input100 {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.input100:focus+.focus-input100+.label-input100 {
	color: #06c;
}

.container-contact100-form-btn {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-top: 17px;
}

.contact100-form-btn {
	font-size: 12px;
	color: #fff;
	line-height: 1.2;
	text-transform: uppercase;
	border: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 20px;
	min-width: 160px;
	height: 42px;
	border-radius: 21px;
	background: #06c;
	cursor: pointer;
	box-shadow: 0 10px 30px 0px rgba(132,106,221,.5);
	-moz-box-shadow: 0 10px 30px 0px rgba(132,106,221,.5);
	-webkit-box-shadow: 0 10px 30px 0px rgba(132,106,221,.5);
	-o-box-shadow: 0 10px 30px 0px rgba(132,106,221,.5);
	-ms-box-shadow: 0 10px 30px 0px rgba(132,106,221,.5);
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
}

.contact100-form-btn:hover {
	background: #333;
	box-shadow: 0 10px 30px 0px rgba(51,51,51,.5);
	-moz-box-shadow: 0 10px 30px 0px rgba(51,51,51,.5);
	-webkit-box-shadow: 0 10px 30px 0px rgba(51,51,51,.5);
	-o-box-shadow: 0 10px 30px 0px rgba(51,51,51,.5);
	-ms-box-shadow: 0 10px 30px 0px rgba(51,51,51,.5);
}

@media (max-width:576px) {
hr{
width:80px;margin:20px auto 0px auto; color:#dedede;height:1px;border:none;border-top:2px  solid #bd0006; padding:6px 0px 10px 0px;
}
	.contact100-form {
		padding: 40px 15px 48px;
	}

	.input100 {
		padding: 0 25px 0 40px;
	}

	.label-input100 {
		width: 40px;
	}
}

.validate-input {
	position: relative;
}

.alert-validate .focus-input100 {
	box-shadow: 0 5px 20px 0px rgba(250,66,81,.1);
	-moz-box-shadow: 0 5px 20px 0px rgba(250,66,81,.1);
	-webkit-box-shadow: 0 5px 20px 0px rgba(250,66,81,.1);
	-o-box-shadow: 0 5px 20px 0px rgba(250,66,81,.1);
	-ms-box-shadow: 0 5px 20px 0px rgba(250,66,81,.1);
}

.alert-validate:before {
	content: "";
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	position: absolute;
	width: calc(100% + 2px);
	height: calc(100% + 2px);
	background-color: transparent;
	border: 1px solid #fa4251;
	border-radius: 2px;
	top: -1px;
	left: -1px;
	pointer-events: none;
}

.btn-hide-validate {
	font-size: 18px;
	color: #fa4251;
	cursor: pointer;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	height: 100%;
	top: 0;
	right: -25px;
}

.rs1-alert-validate.alert-validate:before {
	background-color: #fff;
}

.true-validate:after {
	content: "\f26b";
	font-size: 18px;
	color: #00ad5f;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	height: 100%;
	top: 0;
	right: -25px;
}

@media (max-width:576px) {
	.btn-hide-validate {
		right: 10px;
	}

	.true-validate:after {
		right: 10px;
	}
}

.btn-hide-contact100 {
	font-size: 20px;
	color: #fff;
	opacity: .6;
	position: absolute;
	right: 10px;
	top: 5px;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	cursor: pointer;
	z-index: 10;
}

.btn-hide-contact100 .icon {
	margin: 0;
	padding: 0;
	background: 0 0;
}

.btn-hide-contact100:hover {
	opacity: 1;
}

.img-box {
	overflow: hidden;
	position: relative;
}

.img-box img {
	transition: 1s ease;
}

.img-box:hover img {
	transform: scale(1.1,1.1);
}

.slideBox {
	overflow: hidden;
}

.hwaq-hover-btn {
	display: inline-block;
	position: relative;
}

.hwaq-hover-btn span {
	display: block;
	transition: all .5s ease 0s;
}

.hwaq-hover-btn:hover span {
	color: #ff5c19;
}

.hwaq-hover-btn:before,.hwaq-hover-btn:after,.hwaq-hover-btn span:before,.hwaq-hover-btn span:after {
	content: "";
	width: 25%;
	height: 100%;
	border-radius: 30px;
	border: 2px solid #ff5c19;
	border-left: none;
	border-right: none;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transform: scale(.8);
	transition: all .3s ease 0s;
}

.hwaq-hover-btn:after {
	left: 25%;
}

.hwaq-hover-btn span:before {
	left: 50%;
}

.hwaq-hover-btn span:after {
	left: 75%;
}

.hwaq-hover-btn:hover:before,.hwaq-hover-btn:hover:after,.hwaq-hover-btn:hover span:before,.hwaq-hover-btn:hover span:after {
	border-radius: 0;
	opacity: 1;
	transform: scale(1);
}

.hwaq-hover-btn:hover:before {
	border-left: 2px solid #ff5c19;
}

.hwaq-hover-btn:hover span:after {
	border-right: 2px solid #ff5c19;
}

.set_1_btn {
	color: #333;
	cursor: pointer;
	display: block;
	position: relative;
	vertical-align: middle;
	background: 0 0;
}

.set_1_btn:hover {
	text-decoration: none;
	transition: all .15s linear 0s;
}

.set_1_btn svg {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.set_1_btn rect {
	fill: none;
	stroke: #e1b700;
	stroke-width: 2;
	stroke-dasharray: 422,0;
	transition: all .45s linear 0s;
}

.set_1_btn:hover rect {
	stroke-width: 5;
	stroke-dasharray: 15,310;
	stroke-dashoffset: 114;
	-webkit-transition: all 1.35s cubic-bezier(.19,1,.22,1);
	transition: all 1.35s cubic-bezier(.19,1,.22,1);
}

.portfolio-item {
	position: relative;
	overflow: hidden;
	width: 300px;
	height: 300px;
}

.portfolio-item img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: auto;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.portfolio-item__info {
	position: absolute;
	top: 7px;
	left: 7px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: calc(100% - 2*7px);
	height: calc(100% - 2*7px);
	background-color: rgba(38,37,37,.5);
}

.portfolio-item__header {
	position: relative;
	margin: 0 0 20px;
	padding: 15px 0;
	font-size: 22px;
}

.portfolio-item__header:after {
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	height: 2px;
	width: 100%;
	content: '';
	background-color: #8d909b;
}

.portfolio-item__links {
	display: flex;
}

.portfolio-item__link-block {
	position: relative;
	width: 35px;
	height: 35px;
	margin-right: 10px;
}

.portfolio-item__link-block:last-child {
	margin-right: 0;
}

.portfolio-item__link {
	transition-property: all;
	transition-duration: .2s;
	transition-timing-function: linear;
	transition-delay: 0s;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	color: #101010;
	text-decoration: none;
	border: 1px solid #101010;
	border-radius: 50%;
}

.portfolio-item__link:hover {
	color: #fff;
	background-color: #101010;
}

.portfolio-item--eff3 .portfolio-item__info {
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform,-webkit-transform;
	transition-duration: .3s;
	transition-timing-function: linear;
	transition-delay: 0s;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
	-webkit-transform-origin: right top;
	transform-origin: right top;
}

.portfolio-item--eff3 .portfolio-item__header {
	-webkit-transform: scale(.4);
	transform: scale(.4);
	opacity: 0;
}

.portfolio-item--eff3 .portfolio-item__header:after {
	bottom: -20px;
	opacity: 0;
}

.portfolio-item--eff3 .portfolio-item__link-block {
	opacity: 0;
}

.portfolio-item--eff3 .portfolio-item__link-block:first-child {
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.portfolio-item--eff3 .portfolio-item__link-block:nth-child(2) {
	-webkit-transform: translateX(50%);
	transform: translateX(50%);
}

.portfolio-item--eff3:hover .portfolio-item__info {
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform,-webkit-transform;
	transition-duration: .3s;
	transition-timing-function: linear;
	transition-delay: 0s;
	-webkit-transform: scale(1,1);
	transform: scale(1,1);
	-webkit-transform-origin: left top;
	transform-origin: left top;
}

.portfolio-item--eff3:hover .portfolio-item__header {
	transition-property: all;
	transition-duration: .2s;
	transition-timing-function: linear;
	transition-delay: .45s;
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.portfolio-item--eff3:hover .portfolio-item__header:after {
	transition-property: all;
	transition-duration: .2s;
	transition-timing-function: linear;
	transition-delay: .6s;
	bottom: 0;
	opacity: 1;
}

.portfolio-item--eff3:hover .portfolio-item__link-block {
	transition-property: all;
	transition-duration: .2s;
	transition-timing-function: linear;
	transition-delay: .85s;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}

.hwaq-img-fg-box {
	position: relative;
}

.hwaq-img-fg-box .pic {
	position: relative;
	z-index: 1;
	transform-origin: 95% 50% 0;
	transition: all .5s ease 0s;
}

.hwaq-img-fg-box:hover .pic {
	transform: rotate(-160deg);
	z-index: 10;
}

.hwaq-img-fg-box .pic img {
	width: 100%;
	height: auto;
	border-radius: 50%;
}

.hwaq-img-fg-box .content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: #b9607e;
}

@keyframes fadeInLeftSmall {
	from {
		opacity: 0;
		transform: translate3d(-10%,0,0);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

.fadeInLeftSmall {
	animation-name: fadeInLeftSmall;
}

@keyframes fadeInRightSmall {
	from {
		opacity: 0;
		transform: translate3d(10%,0,0);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

.fadeInRightSmall {
	animation-name: fadeInRightSmall;
}

@keyframes fadeInDownSmall {
	from {
		opacity: 0;
		transform: translate3d(0%,-10%,0);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

.fadeInDownSmall {
	animation-name: fadeInDownSmall;
}

@keyframes fadeOutDownSmall {
	from {
		opacity: 1;
		transform: none;
	}

	to {
		opacity: 0;
		transform: translate3d(0%,10%,0);
	}
}

.fadeOutDownSmall {
	animation-name: fadeOutDownSmall;
}

@keyframes fadeInUpSmall {
	from {
		opacity: 0;
		transform: translate3d(0%,10%,0);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

.fadeInUpSmall {
	animation-name: fadeInUpSmall;
}

.Txtblur1 {
	animation-duration: 1.2s!important;
	animation: Txtblur cubic-bezier(.82,.01,.34,1);
}

.Txtblur2 {
	animation-duration: 1s!important;
	animation: Txtblur cubic-bezier(.82,.01,.34,1);
}

.scaleIn {
	animation-duration: .8s!important;
	animation: scaleIn cubic-bezier(.82,.01,.34,1);
}

@keyframes Txtblur {
	0% {
		filter: blur(12px);
		opacity: 0;
		transform: scale(1.2);
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-o-transform: scale(1.2);
		-ms-transform: scale(1.2);
	}

	100% {
		filter: blur(0);
		opacity: 1;
		transform: scale(1);
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
	}
}

@keyframes scaleIn {
	0% {
		opacity: 0;
		transform: scale(1.1);
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-o-transform: scale(1.1);
		-ms-transform: scale(1.1);
	}

	100% {
		opacity: 1;
		transform: scale(1);
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
	}
}

.scale_go {
	animation: scale_go 3s cubic-bezier(.34,.9,1,1);
	animation-duration: 3s!important;
}

@keyframes scale_go {
	from {
		transform: scale(1.3);
		-webkit-transform: scale(1.3);
		-moz-transform: scale(1.3);
		-o-transform: scale(1.3);
		-ms-transform: scale(1.3);
	}

	to {
		transform: scale(1);
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
	}
}

@media screen and (max-width:1000px) {
	.grid-box.two>.column {
		width: 50%;
	}

	.grid-box.three>.column {
		width: 33.33333%;
	}

	.grid-box.four>.column {
		width: 33.33333%;
	}

	.grid-box.five>.column {
		width: 33.33333%;
	}
}

@media screen and (max-width:700px) {
	.grid-box.two>.column {
		width: 50%;
	}

	.grid-box.three>.column {
		width: 50%;
	}

	.grid-box.four>.column {
		width: 50%;
	}

	.grid-box.five>.column {
		width: 50%;
	}
}

@media screen and (max-width:500px) {
	.grid-box.two>.column {
		width: 100%;
	}

	.grid-box.three>.column {
		width: 100%;
	}

	.grid-box.four>.column {
		width: 100%;
	}

	.grid-box.five>.column {
		width: 100%;
	}
}

@font-face {
	font-family:'Montserrat';src:url('/fonts/montserrat-regular.eot');src:url('/fonts/montserrat-regular.eot') format('embedded-opentype'),url('/fonts/montserrat-regular.woff2') format('woff2'),url('/fonts/montserrat-regular.woff') format('woff'),url('/fonts/montserrat-regular.ttf') format('truetype');font-weight:400;
}

@font-face {
	font-family:'Montserrat';src:url('/fonts/montserrat-light.eot');src:url('/fonts/montserrat-light.eot') format('embedded-opentype'),url('/fonts/montserrat-light.woff2') format('woff2'),url('/fonts/montserrat-light.woff') format('woff'),url('/fonts/montserrat-light.ttf') format('truetype');font-weight:300;
}

@font-face {
	font-family:'Montserrat';src:url('/fonts/montserrat-semibold.eot');src:url('/fonts/montserrat-semibold.eot') format('embedded-opentype'),url('/fonts/montserrat-semibold.woff2') format('woff2'),url('/fonts/montserrat-semibold.woff') format('woff'),url('/fonts/montserrat-semibold.ttf') format('truetype');font-weight:600;
}

@font-face {
	font-family:'Montserrat';src:url('/fonts/montserrat-medium-.eot');src:url('/fonts/montserrat-medium-.eot') format('embedded-opentype'),url('/fonts/montserrat-medium-.woff2') format('woff2'),url('/fonts/montserrat-medium-.woff') format('woff'),url('/fonts/montserrat-medium-.ttf') format('truetype');font-weight:500;
}

@font-face {
	font-family:'Montserrat';src:url('/fonts/montserrat-bold.eot');src:url('/fonts/montserrat-bold.eot') format('embedded-opentype'),url('/fonts/montserrat-bold.woff2') format('woff2'),url('/fonts/montserrat-bold.woff') format('woff'),url('/fonts/montserrat-bold.ttf') format('truetype');font-weight:700;
}

body {
	font-family: "Montserrat";
/*	max-width: 1920px;*/
	font-weight: 400;
	margin: 0 auto;
}

.ui.container {
	padding: 0 15px;
	position: relative;
	width: 1630px;
}

.body-overflow-box {
	position: relative;
	left: 0;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
}

#header {
	position: fixed;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 21;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
}

#header .nav {
	text-align: right;
	line-height: 70px;
	height: 70px;
	padding: 0 15px;
}

#header .nav .ui.menu .logo {
	float: left;
	padding: 0 2%;
}

#header .nav .ui.menu .logo img {
	display: inline-block;
	vertical-align: middle;
	max-height:70px;
}

#header .nav .ui.menu .menu-box {
	display: inline-block;
	vertical-align: top;
	margin-left: auto;
	margin-right: 0;
}

#header .nav .ui.menu .menu-box ul.menu>li {
	margin: 0 30px;
	font-size: 16px;
	-webkit-perspective: 500px;
	-moz-perspective: 500px;
	perspective: 500px;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	float: left;
	position: relative;
	text-transform: capitalize;
}

#header .nav .ui.menu .menu-box ul.menu>li>a {
	display: block;
	color: #fff;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
}

#header .nav .ui.menu .menu-box ul.menu>li ul.sub-menu {
	-webkit-perspective: 500px;
	-moz-perspective: 500px;
	perspective: 500px;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	text-align: left;
	position: absolute;
	font-size: 14px;
	background: #fff;
	top: 100%;
	left: -10px;
	width: 180px;
	transform: rotate3d(1,0,0,-90deg);
	-webkit-transform: rotate3d(1,0,0,-90deg);
	-moz-transform: rotate3d(1,0,0,-90deg);
	-ms-transform: rotate3d(1,0,0,-90deg);
	-o-transform: rotate3d(1,0,0,-90deg);
	-webkit-transform-origin: 0 0 0;
	-moz-transform-origin: 0 0 0;
	-ms-transform-origin: 0 0 0;
	transform-origin: 0 0 0;
	opacity: 0;
	-webkit-transition: opacity .3s,-webkit-transform .5s;
	transition: opacity .3s,-webkit-transform .5s;
	-moz-transition: transform .5s,opacity .3s,-moz-transform .5s;
	transition: transform .5s,opacity .3s;
	transition: transform .5s,opacity .3s,-webkit-transform .5s,-moz-transform .5s;
	-webkit-transition: -webkit-transform .5s,opacity .3s;
	-moz-transition: -moz-transform .5s,opacity .3s;
	-webkit-box-shadow: 0px 8px 10px rgba(0,0,0,.2);
	box-shadow: 0px 8px 10px rgba(0,0,0,.2);
	border-bottom: 3px solid #bd0006;
	display: none \9;
}

#header .nav .ui.menu .menu-box ul.menu>li ul.sub-menu li {
	display: block;
	float: none;
	line-height: 24px;
	text-transform: capitalize;
}

#header .nav .ui.menu .menu-box ul.menu>li ul.sub-menu li a {
	display: block;
	color: #000;
	padding: 8px 15px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
}

#header .nav .ui.menu .menu-box ul.menu>li ul.sub-menu li:hover>a {
	background: #222;
	color: #fff;
}

#header .nav .ui.menu .menu-box ul.menu>li:hover ul.sub-menu {
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	transform: rotate3d(0,0,0,0);
	-webkit-transform: rotate3d(0,0,0,0);
	-moz-transform: rotate3d(0,0,0,0);
	-ms-transform: rotate3d(0,0,0,0);
	-o-transform: rotate3d(0,0,0,0);
	display: block \9;
}

#header .nav .ui.menu .yuy {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0 10px;
}

#header .nav .ui.menu .yuy span {
	display: block;
	font-size: 14px;
	color: #fff;
	text-transform: capitalize;
}

#header .nav .ui.menu .yuy ul {
	-webkit-perspective: 500px;
	-moz-perspective: 500px;
	perspective: 500px;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	text-align: left;
	position: absolute;
	font-size: 14px;
	background: #fff;
	top: 100%;
	left: -10px;
	width: 120px;
	transform: rotate3d(1,0,0,-90deg);
	-webkit-transform: rotate3d(1,0,0,-90deg);
	-moz-transform: rotate3d(1,0,0,-90deg);
	-ms-transform: rotate3d(1,0,0,-90deg);
	-o-transform: rotate3d(1,0,0,-90deg);
	-webkit-transform-origin: 0 0 0;
	-moz-transform-origin: 0 0 0;
	-ms-transform-origin: 0 0 0;
	transform-origin: 0 0 0;
	opacity: 0;
	-webkit-transition: opacity .3s,-webkit-transform .5s;
	transition: opacity .3s,-webkit-transform .5s;
	-moz-transition: transform .5s,opacity .3s,-moz-transform .5s;
	transition: transform .5s,opacity .3s;
	transition: transform .5s,opacity .3s,-webkit-transform .5s,-moz-transform .5s;
	-webkit-transition: -webkit-transform .5s,opacity .3s;
	-moz-transition: -moz-transform .5s,opacity .3s;
	-webkit-box-shadow: 0px 8px 10px rgba(0,0,0,.2);
	box-shadow: 0px 8px 10px rgba(0,0,0,.2);
	border-bottom: 3px solid #bd0006;
	display: none \9;
}

#header .nav .ui.menu .yuy ul li {
	display: block;
	float: none;
	line-height: 22px;
	text-transform: capitalize;
}

#header .nav .ui.menu .yuy ul li img {
	max-width: 22px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	position: relative;
	top: -3px;
}

#header .nav .ui.menu .yuy ul li a {
	display: block;
	color: #000;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	padding: 4px 10px;
}

#header .nav .ui.menu .yuy ul li:hover>a {
	background: #222;
	color: #fff;
}

#header .nav .ui.menu .yuy:hover ul {
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	transform: rotate3d(0,0,0,0);
	-webkit-transform: rotate3d(0,0,0,0);
	-moz-transform: rotate3d(0,0,0,0);
	-ms-transform: rotate3d(0,0,0,0);
	-o-transform: rotate3d(0,0,0,0);
	display: block \9;
}

#header .nav .ui.menu .share {
	display: inline-block;
	vertical-align: top;
}

#header .nav .ui.menu .share ul li {
	margin-left: 24px;
	font-size: 20px;
	color: #fff;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	width: auto;
}

#header .nav .ui.menu .share ul li:hover {
	color: #bd0006;
}

#header.active {
	top: 0;
	background: #2a2b2b;
}

#header.inner {
	position: relative;
	top: 0 !important;
	background: #fff !important;
	padding: 25px 0 20px;
}

#header.inner .nav .ui.menu .menu-box ul.menu>li a,#header.inner .nav .ui.menu .yuy span,#header.inner .nav .ui.menu .share ul li,#header.inner .nav .h-search {
	color: #000;
}

#header .nav .h-search {
	cursor: pointer;
	padding: 0 25px;
	height: 100%;
	align-items: center;
	display: inline-block;
	vertical-align: top;
	margin-left: 15px;
	color: #fff;
}

#header .nav .h-search i {
	font-size: 20px;
}

#header .nav .search-box {
	position: absolute;
	top: 100%;
	left: 0;
	background: #bd0006;
	width: 100%;
	padding: 70px 0;
	z-index: 99999;
	display: none;
	box-shadow: 0 10px 10px 0 rgba(0,0,0,.2);
	text-align: left;
}

#header .nav .search-box h4 {
	font-size: 24px;
	line-height: 1;
	color: #fff;
	font-weight: 600;
}

#header .nav .search-box form {
	position: relative;
	display: flex;
	margin-top: 20px;
	margin-bottom: 50px;
}

#header .nav .search-box form:before {
	position: relative;
	content: "搜索";
	font-size: 16px;
	line-height: 1;
	color: #f2f2f2;
	width: 138px;
	height: 58px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #000;
}

#header .nav .search-box form input[type=text] {
	width: 100%;
	font-size: 18px;
	color: #000;
	font-weight: 300;
	padding: 0 60px 0 90px;
	height: 58px;
	background: #fff;
	border: none;
}

#header .nav .search-box form input[type=submit] {
	font-size: 20px;
	line-height: 1;
	color: #000;
	text-transform: uppercase;
	border: none;
	width: 50px;
	height: 50px;
	background: #bd0006;
	position: absolute;
	right: 8px;
	top: 50%;
	transform: translateY(-50%);
	transition: .3s ease;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-ms-transition: .3s ease;
	-o-transition: .3s ease;
	font-weight: 700;
}

#header .nav .search-box form input::-webkit-input-placeholder {
	font-size: 18px;
	color: #000;
	font-weight: 300;
}

#header .nav .search-box form input::-moz-placeholder {
	font-size: 18px;
	color: #000;
	font-weight: 300;
}

#header .nav .search-box form input:-moz-placeholder {
	font-size: 18px;
	color: #000;
	font-weight: 300;
}

#header .nav .search-box form input:-ms-input-placeholder {
	font-size: 18px;
	color: #000;
	font-weight: 300;
}

#header .nav .search-box form input[type=submit]:hover {
	color: #fff;
	background: #000;
}

#header .nav .search-box ul {
	display: flex;
	flex-wrap: wrap;
	margin-top: 18px;
	padding: 20px 35px;
	background: #fff;
}

#header .nav .search-box ul li {
	width: 20%;
	padding: 1px;
}

#header .nav .search-box ul li a {
	display: block;
	font-size: 16px;
	line-height: 1;
	color: #000;
	text-align: center;
	padding: 14px 0;
	background: #e3e3e3;
	transition: .3s ease;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-ms-transition: .3s ease;
	-o-transition: .3s ease;
}

#header .nav .search-box ul li a:hover {
	background: #bd0006;
}

#header .nav .search-box ul li.active a {
	background: #bd0006;
}

#header .nav .search-box .close {
	width: 30px;
	height: 30px;
	background: url(../images/close.png) no-repeat;
	position: absolute;
	right: 25px;
	top: 15px;
	cursor: pointer;
}


#banner .slick-arrow:hover {
	background-color: #bd0006;
}

#banner:hover .slick-arrow {
	opacity: 1;
}

#banner .slick-prev {
	background: url("../images/banner-btn-l.png") no-repeat center center rgba(0,0,0,.3);
	left: 15px;
}

#banner .slick-next {
	background: url("../images/banner-btn-r.png") no-repeat center center rgba(0,0,0,.3);
	right: 15px;
}

#banner .slick-arrow {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	color: transparent;
	border: none;
	z-index: 1;
	outline: none;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	opacity: 0;
	background-size: 12px;
}

#banner ul.slick-dots {
	position: absolute;
	bottom: 5%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

#banner ul.slick-dots li {
	width: 30px;
	height: 30px;
	display: inline-block;
	margin: 0 10px;
	border-radius: 100%;
	border: 6px solid #fff;
	background-color: #bd0006;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
}

#banner ul.slick-dots li button {
	display: none;
}

#banner ul.slick-dots li.slick-active {
	border-color: #bd0006;
	background-color: #fff;
}

#banner .slick-slide .content {
	display: none;
}

#banner .slick-active .content {
	display: block;
}

table {
	margin-bottom: 20px;
	word-break: break-word;
	width: 100% !important;
	height: auto !important;
	display: block;
	overflow: auto;
}

table tbody {
	display: table;
	width: 100% !important;
}

table td,table th {
	padding: 5px 10px;
	border: 1px solid #c5c3c3;
	width: auto !important;
	height: auto !important;
}

table tr {
	width: auto !important;
	height: auto !important;
}

table tr:nth-child(even) {
	background: #eee;
}

.wpulike.wpulike-default {
	display: none;
}

.prodet-page .wpulike.wpulike-default,.newdet-page .wpulike.wpulike-default {
	display: inline-block;
}

.post-views-box {
	position: relative;
	margin-left: 20px;
}

.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
	background-image: url(../images/fw.png) !important;
	-webkit-filter: none;
	filter: none;
}

.wpulike {
	z-index: 10;
}

.wpulike.post-views-box {
	z-index: 5;
}

#banner .nivo-directionNav a {
	width: 40px;
	height: 40px;
	background-color: rgba(0,0,0,.3);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 10px;
	color: transparent;
	overflow: hidden;
	text-indent: -999em;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
}

#banner .nivo-directionNav a {
	opacity: 0;
}

#banner:hover .nivo-directionNav a {
	opacity: 1;
}

#banner .nivo-directionNav a:hover {
	background-color: #bd0006;
}

#banner .nivo-directionNav a.nivo-prevNav {
	background-image: url(../images/banner-btn-l.png);
	left: 40px;
}

#banner .nivo-directionNav a.nivo-nextNav {
	background-image: url(../images/banner-btn-r.png);
	right: 40px;
}

#banner .theme-default .nivo-controlNav {
	position: absolute;
	bottom: 20px;
	left: 50%;
	width: auto !important;
}

#banner .theme-default .nivo-controlNav a {
	width: 25px !important;
	height: 25px !important;
	background: #fff !important;
	border: 7px solid #7d7d7d !important;
	border-radius: 100% !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	margin: 0 8px !important;
}

#banner .theme-default .nivo-controlNav a.active {
	border-color: #bd0006 !important;
}

html.mobile {
	overflow: hidden;
}

html.mobile .body-overflow-box {
	position: relative;
	left: 280px;
}

#mobile {
	position: fixed;
	top: 0;
	left: -280px;
	width: 280px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	display: none;
	z-index: 20;
	height: 100%;
}

#mobile:before {
	content: '';
	width: 200%;
	height: 100%;
	position: fixed;
	top: 0;
	right: 100%;
	display: block;
	background: rgba(0,0,0,.13);
	z-index: -1;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
}

#mobile .mobile-logo {
	position: absolute;
	left: 100%;
	width: 100vw;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #111;
	-o-box-shadow: 0 0 10px rgba(255,255,255,.2);
	-webkit-box-shadow: 0 0 10px rgba(255,255,255,.2);
	box-shadow: 0 0 10px rgba(255,255,255,.2);
}

#mobile .mobile-logo img {
	max-height: 30px;
	margin: 0 auto;
	display: inline-block;
	vertical-align: middle;
}

#mobile #menu-on {
	width: 40px;
	height: 40px;
	background: #f5f5f5;
	position: absolute;
	left: 100%;
	top: 0;
	cursor: pointer;
	cursor: hand;
	z-index: 1;
}

#mobile #menu-on i {
	width: 23px;
	height: 2px;
	background: #222;
	display: block;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
}

#mobile #menu-on i.line1 {
	top: 12px;
}

#mobile #menu-on i.line2 {
	top: 19px;
}

#mobile #menu-on i.line3 {
	top: 26px;
}

#mobile .menu-content {
	width: 100%;
	height: 100%;
	display: block;
	background: #222;
	padding: 40px 10% 60px;
	overflow-y: auto;
	color: #fff;
}

#mobile .menu-content::-webkit-scrollbar {
	width: 3px;
	border-radius: 1.5px;
}

#mobile .menu-content::-webkit-scrollbar-button {
	display: none;
}

#mobile .menu-content::-webkit-scrollbar-track {
	background-color: #222;
}

#mobile .menu-content::-webkit-scrollbar-thumb {
	background-color: #eee;
}

#mobile .menu-content h3 {
	font-size: 20px;
	color: inherit;
	text-transform: capitalize;
	margin-bottom: 10px;
}

#mobile .menu-content h3 i {
	font-size: 16px;
	position: relative;
	top: -1px;
}

#mobile .menu-content .menu-logo {
	display: block;
}

#mobile .menu-content .menu-logo img {
	margin: 0 auto;
}

#mobile .menu-content .menu-list {
	margin: 40px 0;
}

#mobile .menu-content .menu-list ul li {
	font-size: 15px;
	color: inherit;
	text-transform: uppercase;
	line-height: 20px;
}

#mobile .menu-content .menu-list ul li a {
	padding: 8px 0;
	display: block;
}

#mobile .menu-content .menu-list ul li a:hover {
	color: #bd0006;
	text-decoration: underline;
}

#mobile .menu-content .menu-list ul li li a {
	position: relative;
	padding-left: 15px;
	font-size: 13px;
	line-height: 18px;
}

#mobile .menu-content .menu-list ul li li a:after {
	content: '';
	width: 6px;
	height: 1px;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

#mobile .menu-content .menu-list ul li li li a {
	padding-left: 25px;
}

#mobile .menu-content .menu-list ul li li li a:after {
	width: 12px;
}

#mobile .menu-content .mob-search form {
	position: relative;
}

#mobile .menu-content .mob-search form input {
	width: 100%;
	height: 45px;
	line-height: 45px;
	border-radius: 5px;
	border: none;
	padding: 0 15px;
	font-size: 14px;
	color: #000;
}

#mobile .menu-content .mob-search form input[type=submit] {
	width: 45px;
	height: 45px;
	background: url("../images/icon-search-white.png") no-repeat center center #222;
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 0;
}

#mobile .menu-content .mob-yuy {
	margin: 40px 0;
}

#mobile .menu-content .mob-yuy ul li {
	margin-bottom: 10px;
	color: inherit;
	font-size: 14px;
}

#mobile .menu-content .mob-yuy ul li img {
	max-width: 40px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

#mobile .menu-content .mob-share ul li {
	width: 30px;
	height: 30px;
	border-radius: 3px;
	background: #333;
	display: inline-block;
	text-align: center;
	line-height: 30px;
	color: #fff;
	font-size: 14px;
	margin-right: 3px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
}

#mobile .menu-content .mob-share ul li:hover {
	background: #bd0006;
}

#mobile .menu-content #menu-off {
	margin-top: 40px;
	cursor: pointer;
	cursor: hand;
}

#mobile.active {
	left: 0;
}

#mobile.active:before {
	right: 0;
}

#mobile.active #menu-on i.line1 {
	-webkit-transform: translateX(-50%) rotateZ(45deg);
	-moz-transform: translateX(-50%) rotateZ(45deg);
	-ms-transform: translateX(-50%) rotateZ(45deg);
	transform: translateX(-50%) rotateZ(45deg);
	top: 12px;
	margin-left: 3px;
}

#mobile.active #menu-on i.line2 {
	opacity: 0;
}

#mobile.active #menu-on i.line3 {
	-webkit-transform: translateX(-50%) rotateZ(-45deg);
	-moz-transform: translateX(-50%) rotateZ(-45deg);
	-ms-transform: translateX(-50%) rotateZ(-45deg);
	transform: translateX(-50%) rotateZ(-45deg);
	top: 28px;
	margin-left: 3px;
}

#mobile.white .mobile-logo {
	-o-box-shadow: 0 0 10px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.2);
	box-shadow: 0 0 10px rgba(0,0,0,.2);
	background: #fff;
}

#mobile.white .menu-content {
	background: #fff;
	color: #000;
}

#mobile.white .menu-content .menu-list ul li li a:after {
	background: #000;
}

#mobile.white .menu-content .mob-search form input {
	border: 1px solid #000;
}

#mobile.white .menu-content .mob-search form input[type=submit] {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

@media screen and (max-width:1000px) {
	#banner,.inner-banner {
		margin-top: 40px;
	}
}

#spotlight.show {
	display: inline-block;
	background: rgba(0,0,0,.3) !important;
}

#spotlight .scene img {
	border: 10px solid #fff !important;
	border-radius: 10px;
}

#spotlight .header {
	background: #000 !important;
}

#banner li {
	position: relative;
}
#banner li img{
border:0px solid #f60; width:100%;
}
#banner li .content {
	position: absolute;
	top: 55%;
	left: 0;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff;
}

#banner li .content .left {
	padding: 0 3%;
}

#banner li .content h2 {
	font-size: 62px;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 1.2;
	text-transform: uppercase;
	text-shadow: 2px 2px 1px rgba(0,0,0,.16);
}
#banner li .content h3 {
	font-size:32px;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 1.2;
	text-transform: uppercase;
	font-family:arial;
	padding:16px 0px;
	text-shadow: 2px 2px 1px rgba(0,0,0,.16);
}
#banner li .content h6 {
	font-size: 48px;
	line-height: 1;
	text-transform: uppercase;
	margin: 10px 0 45px;
	text-shadow: 2px 2px 1px rgba(0,0,0,.16);
}

#banner li .content p {
	font-size: 18px;
	margin: 15px 0;
	max-width: 848px;
}

#banner li .content a.more {
	line-height: 45px;
	height: 45px;
	padding: 0 20px;
	margin-top: 20px;
	display: inline-block;
	vertical-align: middle;
	border-radius: 22px;
	background: #fff;
	color: #bd0006;
	font-weight: 500;
	font-size: 16px;
	text-transform: capitalize;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
}

#banner li .content a.more:hover {
	color: #fff;
	background: #bd0006;
}

#index-body h2 {
	font-weight: 500;
	font-size: 40px;
	line-height: 1;
	text-transform: capitalize;
}

#index-body h2 small {
	line-height: 1;
	display: block;
	font-size: 18px;
	font-weight: 300;
	margin-top: 15px;
}

#index-body .init-1 {
	padding: 125px 0 60px;
}

#index-body .init-1 .box {
	margin: 0 -4%;font-family:微软雅黑;
}

#index-body .init-1 .box .left {
	padding: 0 6% 0 4%;
}

#index-body .init-1 .box .left span {
	font-weight: 700;
	font-size:80px;
	color: #f2f2f2;
	opacity: .08;
	text-transform: uppercase;
	line-height: .8;
	display: block;
}

#index-body .init-1 .box .left h3 {
	font-weight: 700;
	font-size: 50px;
	color: #b40107;
	line-height: 1;
	display: block;
	text-transform: uppercase;
	margin-top: 10px;
	padding:12px 0px;
}

#index-body .init-1 .box .left h4 {
	font-size: 28px;
	color: #bd0006;
	margin: 15px 0 10px;
	line-height: 1.2;
}

#index-body .init-1 .box .left h1 {
	font-weight: 500;
	font-size: 31px;
	color: #1b1b1b;font-family:微软雅黑;
	line-height: 1.2;
}

#index-body .init-1 .box .left .text {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.8;
	color: #111;
	margin: 25px 0 50px;
}
#index-body .init-1 .box .left .text p{
margin-bottom:16px; font-family:微软雅黑;
}
#index-body .init-1 .box .left a.more {
	line-height: 35px;
	height: 35px;
	padding: 0 25px;
	border-radius: 17px;
	background: #cf181f;
	color: #fff;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	display: inline-block;
	font-size: 14px;
	text-transform: capitalize;
}

#index-body .init-1 .box .left a.more:hover {
	background: #b40107;
}

#index-body .init-1 .box .right .img {
	height: 370px;
	position: relative;
	background-size: cover;
}

#index-body .init-1 .box .right .img .play {
	width: 70px;
	height: 70px;
	border-radius: 100%;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 1;
	cursor: pointer;
	cursor: hand;
}

#index-body .init-1 .box .right .img .play i {
	border-left: 20px solid #bd0006;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

#index-body .init-1 .box .right .img .play:after,#index-body .init-1 .box .right .img .play:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: inherit;
	background: rgba(255,255,255,.5);
	-webkit-animation: ks 2s linear infinite;
	-moz-animation: ks 2s linear infinite;
	animation: ks 2s linear infinite;
	z-index: -1;
}

#index-body .init-1 .box .right .img .play:after {
	-webkit-animation-delay: .6s;
	-moz-animation-delay: .6s;
	animation-delay: .6s;
}

#index-body .init-1 .box .right .list {
	margin-top: 44px;
	text-align: center;
	padding: 0 5%; 
}

#index-body .init-1 .box .right .list ul {
	margin: -10px;
}

#index-body .init-1 .box .right .list ul li {
	padding: 10px; float:left; width:32%;
}

#index-body .init-1 .box .right .list ul li h6 {
	font-weight: 700;
	font-size: 30px;
	color: #b40107;
	display: block;
	line-height: 1;
	margin-bottom: 10px;
}

#index-body .init-1 .box .right .list ul li p {
	font-weight: 500;
	font-size: 16px;
	color: #0a0a0a;
	line-height: 1.4;
	max-width: 170px;
	display: block;
	margin: 0 auto;
}

#index-body .init-2 .imgList ul li a {
	height: 350px;
	background-size: cover;
	background-position: center center;
	display: block;
}

#index-body .init-2 .list {
	border-bottom: 1px solid #ededed;
}

#index-body .init-2 .list ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#index-body .init-2 .list ul li {
	border-right: 1px solid #ededed;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
}

#index-body .init-2 .list ul li .box {
	text-align: center;
	padding: 65px 10%;
	position: relative;
	top: 0;
	-webkit-transition: .5s top;
	-moz-transition: .5s top;
	transition: .5s top;
	display: block;
}

#index-body .init-2 .list ul li .box i {
	display: block;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
}

#index-body .init-2 .list ul li .box h6 {
	font-size: 18px;
	font-weight: 500;
	margin: 20px 0 10px;
	text-transform: capitalize;
	line-height: 1.2;
}

#index-body .init-2 .list ul li .box p {
	font-weight: 500;
	font-size: 14px;
	color: #545454;
	line-height: 1.4;
}

#index-body .init-2 .list ul li .box span {
	width: 24px;
	height: 24px;
	display: block;
	margin: 15px auto -12px;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: .5s .3s opacity;
	-moz-transition: .5s .3s opacity;
	transition: .5s .3s opacity;
	opacity: 0;
}

#index-body .init-2 .list ul li .box span:after,#index-body .init-2 .list ul li .box span:before {
	content: '';
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

#index-body .init-2 .list ul li .box span:after {
	height: 1px;
	width: 100%;
}

#index-body .init-2 .list ul li .box span:before {
	width: 1px;
	height: 100%;
}

#index-body .init-2 .list ul li:last-child {
	border-right: none;
}

#index-body .init-2 .list ul li:hover {
	background: #bd0006;
	color: #fff;
}

#index-body .init-2 .list ul li:hover .box {
	top: -12px;
}

#index-body .init-2 .list ul li:hover .box i {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}

#index-body .init-2 .list ul li:hover .box p {
	color: inherit;
}

#index-body .init-2 .list ul li:hover .box span {
	margin-bottom: 0;
	opacity: 1;
}

#index-body .init-3 {
	padding-top:80px;
	margin-bottom:80px;
	text-align: center; 
}
#index-body .init-3 hr{
width:80px;margin:20px auto 0px auto; color:#dedede;height:1px;border:none;border-top:2px  solid #bd0006; padding:6px 0px 10px 0px;
}
#index-body .init-3 .list {
	margin-top:50px; 
}

#index-body .init-3 .list .slick-track {
	background: #f0f0f0; 
}

#index-body .init-3 .list ul li a.img {
	display: block;
	padding: 0px 20px 30px 0px;
	text-align: center;
	background: #f9f9f9;
	overflow: hidden;
}

#index-body .init-3 .list ul li a.img span {
	display: block;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

#index-body .init-3 .list ul li a.img span:after {
	width: 285px;
	height: 50px;
	position: absolute;
	top: 90%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	background: url("../images/icon-sd.png") center center no-repeat;
	background-size: 100% auto;
	max-width: 100%;
}

#index-body .init-3 .list ul li a.img .text {
	position: relative;
	top: 20px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
}

#index-body .init-3 .list ul li a.img .text h6 {
	font-size:16px;
	line-height: 1.2;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	height: 24px;
	margin-bottom: 10px;
}

#index-body .init-3 .list ul li a.img .text p {
	font-weight: 400;
	font-size: 12px;
	color: #5c5c5c;
	line-height: 1.4;
	margin: 5px 0;
	padding: 0 10%;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	opacity: 0;
}

#index-body .init-3 .list ul li a.img .text em {
	line-height: 20px;
	height: 22px;
	padding: 0 22px;
	border: 1px solid #5f5f5f;
	font-size: 13px;
	font-weight: 300;
	text-transform: capitalize;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	display: inline-block;
	border-radius: 11px;
	opacity: 0;
}

#index-body .init-3 .list ul li a.img .text em:hover {
	background: #bd0006;
	color: #fff;
	border-color: #bd0006;
}

#index-body .init-3 .list ul li a.img:hover .text {
	top:20;
}

#index-body .init-3 .list ul li a.img:hover .text h6 {
	color: #bd0006;
	font-weight: 600;
	font-size:16px;
}

#index-body .init-3 .list ul li a.img:hover .text p,#index-body .init-3 .list ul li a.img:hover .text em {
	opacity: 1;
}

#index-body .init-3 .list ul .slick-slide:nth-child(odd)>div:first-child li a.img,#index-body .init-3 .list ul .slick-slide:nth-child(even)>div:last-child li a.img {
	background: #f0f0f0;
}

#index-body .init-3 .list ul .slick-dots {
	margin-top: 45px;
	text-align: center;
}

#index-body .init-3 .list ul .slick-dots li {
	width: 62px;
	height: 5px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 3px;
	background: #dadada;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	cursor: pointer;
	cursor: hand;
}

#index-body .init-3 .list ul .slick-dots li button {
	display: none;
}

#index-body .init-3 .list ul .slick-dots li:hover,#index-body .init-3 .list ul .slick-dots li.slick-active {
	background: #bd0006;
}

#index-body .init-3 .list ul .slick-arrow {
	width: 33px;
	height: 76px;
	border: none;
	background: url("../images/icon-arrow.png") center center no-repeat;
	position: absolute;
	font-size: 0;
	color: transparent;
	top: 47.4%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
}

#index-body .init-3 .list ul .slick-arrow.slick-prev {
	left: 2%;
}

#index-body .init-3 .list ul .slick-arrow.slick-next {
	right: 2%;
	-webkit-transform: translateY(-50%) rotateY(180deg);
	-moz-transform: translateY(-50%) rotateY(180deg);
	-ms-transform: translateY(-50%) rotateY(180deg);
	transform: translateY(-50%) rotateY(180deg);
}

#index-body .init-4 {
	padding: 80px 0 60px;
	text-align: center;
}
#index-body .init-4 hr{
width:80px;margin:20px auto 0px auto; color:#dedede;height:1px;border:none;border-top:2px  solid #bd0006; padding:6px 0px 10px 0px;
}
#index-body .init-4 .list {
	padding-top: 30px;
	margin: 0 -4%;
}

#index-body .init-4 .list ul li {
	padding: 25px;
	border-left: 1px solid #f3f3f3;
}

#index-body .init-4 .list ul li span {
	display: block;
	position: relative;
	z-index: 1;
}

#index-body .init-4 .list ul li span:after {
	content: '';
	width: 285px;
	height: 50px;
	position: absolute;
	top: 90%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	background-size: 100% auto;
	max-width: 100%;
}

#index-body .init-4 .list ul li span img {
	display: block;
	margin: 0 auto;
}

#index-body .init-4 .list ul li h6 {
	font-size: 16px;
	color: #111;
	margin-top: 10px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
}

#index-body .init-4 .list ul li:hover h6 {
	color: #bd0006;
}

#index-body .init-4 .list ul .slick-current li {
	border-left: none;
}

#index-body .init-5 {
	padding: 80px 0 140px;
	background: url("../images/newsbanner.jpg") center center no-repeat;
	height: 309px;
	margin-top:0px;
	background-size: cover;
	background-color: #75b3e6;
}

#index-body .init-5 h2 {
	color: #fff;
	margin-left: 0%;
}
#index-body .init-5 h3 {
	color: #fff;
	margin-left: 0%;
	font-size:18px;
	padding-top:6px;
}
#index-body .init-5 img {
	margin-top: 30px;
	max-width: 70%;
}

#index-body .init-6 {
	margin-bottom: -80px;
}

#index-body .init-6 .list {
	padding: 40px;
	margin: 0 -40px;
	background: #fff;
	position: relative;
	top: -120px;
}

#index-body .init-6 .list ul {
	margin: -25px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#index-body .init-6 .list ul li {
	padding: 25px;
}

#index-body .init-6 .list ul li .box {
	border: 1px solid #ddd;
	height: 100%;
}

#index-body .init-6 .list ul li .box a.img {
	height: 260px;
	display: block;
	background-size: cover;
	background-position: center center;
}

#index-body .init-6 .list ul li .box .content {
	padding: 30px 20px 20px;
	display: inline-block;
	width: 100%;
}

#index-body .init-6 .list ul li .box .content h5 {
	font-weight: 600;
	font-size: 24px;
	color: #b40107;
	line-height: 1.2;
	text-transform: capitalize;
}

#index-body .init-6 .list ul li .box .content p {
	font-size: 16px;
	color: #0d0d0d;
	line-height: 1.4;
	margin: 15px 0 20px;
}

#index-body .init-6 .list ul li .box .content a.more {
	display: inline-block;
	float: right;
	font-size: 14px;
	color: #0d0d0d;
	padding: 5px 0;
	border-bottom: 1px solid #e0e0e0;
	line-height: 1.2;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
}

#index-body .init-6 .list ul li .box .content a.more img {
	margin-left: 30px;
	display: inline-block;
	vertical-align: middle;
	margin-top: -3px;
}

#index-body .init-6 .list ul li .box .content a.more:hover {
	border-color: #bd0006;
}

#index-body .init-7 {
	background: #fbfbfb;
	padding: 60px 0 75px;
}

#index-body .init-7 h2 {
	text-align: center;
}

#index-body .init-7 .list {
	margin-top: 85px;
	overflow: hidden;
}

#index-body .init-7 .list ul {
	margin: -45px 0;
}

#index-body .init-7 .list ul li {
	padding: 45px 0;
}

#index-body .init-7 .list ul li .box .left {
	width: 65%;
	padding-right: 20%;
	padding-bottom: 20px;
	border-bottom: 1px solid #efefef;
	vertical-align: bottom;
}

#index-body .init-7 .list ul li .box .left time {
	font-weight: 300;
	font-size: 14px;
	display: block;
	line-height: 1.2;
	margin-bottom: 20px;
}

#index-body .init-7 .list ul li .box .left h5 {
	font-size: 24px;
	font-weight: 500;
	line-height: 1.2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	max-height: 2.4em;
}

#index-body .init-7 .list ul li .box .left span {
	font-weight: 500;
	font-size: 16px;
	color: #1b1b1b;
	display: block;
	margin: 5px 0 10px;
}

#index-body .init-7 .list ul li .box .left p {
	font-size: 14px;
	line-height: 1.6;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	max-height: 4.8em;
}

#index-body .init-7 .list ul li .box .left a.more {
	line-height: 30px;
	height: 32px;
	padding: 0 20px;
	border: 1px solid #5f5f5f;
	font-size: 12px;
	color: #0d0d0d;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	display: inline-block;
	border-radius: 15px;
	margin-top: 35px;
}

#index-body .init-7 .list ul li .box .left a.more:first-letter {
	text-transform: capitalize;
}

#index-body .init-7 .list ul li .box .left a.more:hover {
	color: #fff;
	background: #bd0006;
	border-color: #bd0006;
}

#index-body .init-7 .list ul li .box .right {
	width: 35%;
	padding-left: 3%;
	vertical-align: bottom;
}

#index-body .init-7 .list ul li .box .right .img {
	height: 290px;
	display: block;
	background-size: cover;
	background-position: center center;
}

#index-body .init-8 {
	padding: 80px 0 45px;
	background: #2b2b2b;
	color: #fff;
	background-image:url(../images/footbg.jpg);
}

#index-body .init-8 .box .slide {
	vertical-align: middle; 
}

#index-body .init-8 .box .slide h3 {
	font-weight: 600;
	font-size: 46px;
	line-height: 1;
}

#index-body .init-8 .box .slide h3 small {
	display: block;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.2;
}

#index-body .init-8 .box .slide h3 small:before {
	content: '';
	width: 30%;
	height: 1px;
	background: #838383;
	display: block;
	margin: 16px 0;
}

#index-body .init-8 .box .slide .list {
	padding: 30px 0 30px; 
}

#index-body .init-8 .box .slide .list ul li {
	margin-bottom: 18px;border:0px solid #f60; width:100%;
}

#index-body .init-8 .box .slide .list ul li span {
	width: 24%;
	float: left;
	font-size: 14px;
	text-transform: uppercase;
}

#index-body .init-8 .box .slide .list ul li p {
	width: 100%;
	font-size: 17px;
	line-height: 1.4;
	display: inline-block;
}

#index-body .init-8 .box .slide .list ul li:last-child {
	margin-bottom: 0;
}

#index-body .init-8 .box .slide .form ul {
	margin: -17px -9px; 
}

#index-body .init-8 .box .slide .form ul li {
	padding: 17px 9px;
}

#index-body .init-8 .box .slide .form ul li input,#index-body .init-8 .box .slide .form ul li textarea {
	width: 100%;
	line-height: 25px;
	padding: 10px 25px;
	background: #fff;
	font-size: 14px;
	color: #000;
	border: none;
}
#index-body .init-8 .box .slide .form ul li textarea {
height:60px;
}
#index-body .init-8 .box .slide .form ul li input::-webkit-input-placeholder,#index-body .init-8 .box .slide .form ul li textarea::-webkit-input-placeholder {
	color: #353535;
	text-transform: capitalize;
}

#index-body .init-8 .box .slide .form ul li input:-moz-placeholder,#index-body .init-8 .box .slide .form ul li textarea:-moz-placeholder {
	color: #353535;
	text-transform: capitalize;
}

#index-body .init-8 .box .slide .form ul li input::-moz-placeholder,#index-body .init-8 .box .slide .form ul li textarea::-moz-placeholder {
	color: #353535;
	text-transform: capitalize;
}

#index-body .init-8 .box .slide .form ul li input:-ms-input-placeholder,#index-body .init-8 .box .slide .form ul li textarea:-ms-input-placeholder {
	color: #353535;
	text-transform: capitalize;
}

#index-body .init-8 .box .slide .form ul li input::placeholder,#index-body .init-8 .box .slide .form ul li textarea::placeholder {
	color: #353535;
	text-transform: capitalize;
}

#index-body .init-8 .box .slide .form ul li textarea {
	height: 210px;
}

#index-body .init-8 .box .slide .form ul li input[type=submit] {
	margin-top: 10px;
	padding: 7px 45px;
	display: inline-block;
	width: auto;
	background: #bd0006;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
}

#index-body .init-8 .box .slide .form ul li input[type=submit]:hover {
	opacity: .7;
}

#index-body .init-8 .box .slide .form ul li.wid-100 {
	width: 100%; 
}

#index-body .init-8 .box .slide .ewm h6 {
	font-weight: 500;
	font-size: 12px;
	display: block;
}

#index-body .init-8 .box .slide .ewm .qr {
	display: block;
	margin: -160px auto 10px;
	max-width: 120px;
}

#index-body .init-8 .box .slide .ewm span {
	display: block;
	font-size: 14px;
	font-weight: 500;
	margin-top: 3px;
}

#index-body .init-8 .box .slide .share {
	margin-top: 20px;
	text-align: left;
}

#index-body .init-8 .box .slide .share h6 {
	font-size: 14px;
	display: block;
	margin-bottom: 6px;
}

#index-body .init-8 .box .slide .share ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#index-body .init-8 .box .slide .share ul li {
	width: 22px;
	height: 22px;
	line-height: 22px;
	border-radius: 100%;
	font-size: 14px;
	color: #2b2b2b;
	background: #fff;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
}

#index-body .init-8 .box .slide .share ul li:hover {
	background: #bd0006;
	color: #fff;
}

#index-body .init-8 .box .slide:nth-child(1) {
	width: 33%;
	padding-right: 6%;
}

#index-body .init-8 .box .slide:nth-child(2) {
	width: 46%;
	vertical-align: bottom;
}

#index-body .init-8 .box .slide:nth-child(3) {
	width: 21%;
	text-align: center;
	padding: 0 5.5%;
}

@-webkit-keyframes ks {
	from {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}

	70% {
		-webkit-transform: scale(1.6);
		-moz-transform: scale(1.6);
		-ms-transform: scale(1.6);
		transform: scale(1.6);
		opacity: .3;
	}

	to {
		-webkit-transform: scale(1.6);
		-moz-transform: scale(1.6);
		-ms-transform: scale(1.6);
		transform: scale(1.6);
		opacity: 0;
	}
}

@-moz-keyframes ks {
	from {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}

	70% {
		-webkit-transform: scale(1.6);
		-moz-transform: scale(1.6);
		-ms-transform: scale(1.6);
		transform: scale(1.6);
		opacity: .3;
	}

	to {
		-webkit-transform: scale(1.6);
		-moz-transform: scale(1.6);
		-ms-transform: scale(1.6);
		transform: scale(1.6);
		opacity: 0;
	}
}

@keyframes ks {
	from {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}

	70% {
		-webkit-transform: scale(1.6);
		-moz-transform: scale(1.6);
		-ms-transform: scale(1.6);
		transform: scale(1.6);
		opacity: .3;
	}

	to {
		-webkit-transform: scale(1.6);
		-moz-transform: scale(1.6);
		-ms-transform: scale(1.6);
		transform: scale(1.6);
		opacity: 0;
	}
}

#footer .footer-top {
	padding: 60px 0 50px;
	background: #2a2b2b;
	
	color: #fff;
}

#footer .footer-top ul {
	margin: -10px;
}

#footer .footer-top ul li {
	padding: 10px;
}

#footer .footer-top ul li dl dt {
	font-weight: 600;
	font-size: 24px;
	display: block;
	line-height: 1.2;
	margin-bottom: 20px;
}

#footer .footer-top ul li dl dd {
	font-size: 16px;
	margin-bottom: 10px;
}

#footer .footer-top ul li dl dd h6 {
	font-size: 14px;
	display: block;
}

#footer .footer-top ul li dl dd p {
	font-weight: 500;
	font-size: 17px;
}

#footer .footer-top ul li dl dd:last-child {
	margin-bottom: 0;
}

#footer .footer-top ul li h5 {
	font-weight: 500;
	font-size: 12px;
}

#footer .footer-top ul li .img {
	padding: 13px 0 30px;
	margin: -18px;
}

#footer .footer-top ul li .img .slide {
	text-align: center;
	padding: 18px;
}

#footer .footer-top ul li .img .slide img {
	max-width: 120px;
	display: block;
	margin: 0 auto;
	width: 100%;
}

#footer .footer-top ul li .img .slide span {
	font-weight: 500;
	font-size: 12px;
	margin-top: 3px;
	display: block;
}

#footer .footer-top ul li .share {
	text-align: left;
}

#footer .footer-top ul li .share h6 {
	font-size: 14px;
	display: block;
	margin-bottom: 6px;
}

#footer .footer-top ul li .share .list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 150px;
}

#footer .footer-top ul li .share .list a {
	width: 22px;
	height: 22px;
	line-height: 22px;
	border-radius: 100%;
	font-size: 14px;
	color: #2b2b2b;
	background: #fff;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
}

#footer .footer-top ul li .share .list a:hover {
	background: #bd0006;
	color: #fff;
}

#footer .footer-top ul li:nth-child(1) {
	width: 30%;
}

#footer .footer-top ul li:nth-child(2) {
	width: 23%;
}

#footer .footer-top ul li:nth-child(3) dl dd {
	margin-bottom: 18px;
}

#footer .footer-top ul li:nth-child(3) dl dd:last-child {
	margin-bottom: 0;
}

#footer .footer-top ul li:nth-child(4) {
	width: 22%;
	padding-left: 2%;
	padding-right: 2%;
}

#footer .footer-center {
	padding: 20px 0;
	background: #eff1f2;
}

#footer .footer-center .left {
	vertical-align: middle;
}

#footer .footer-center .left h6 {
	font-size: 24px;
	color: #333;
}

#footer .footer-center .right {
	vertical-align: middle;
	padding-left: 15%;
}

#footer .footer-center .right form {
	height: 50px;
	line-height: 50px;
	display: block;
	position: relative;
}

#footer .footer-center .right form input {
	height: inherit;
	line-height: inherit;
	padding-left: 15px;
	padding-right: 60px;
	background: #d0d4d8;
	font-size: 16px;
	color: #000;
	border: none;
	width: 100%;
}

#footer .footer-center .right form input::-webkit-input-placeholder {
	color: #000;
}

#footer .footer-center .right form input:-moz-placeholder {
	color: #000;
}

#footer .footer-center .right form input::-moz-placeholder {
	color: #000;
}

#footer .footer-center .right form input:-ms-input-placeholder {
	color: #000;
}

#footer .footer-center .right form input::placeholder {
	color: #000;
}

#footer .footer-center .right form input[type=submit] {
	width: 50px;
	background: url("../images/icon-search-black.png") center center no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 0;
	padding: 0;
}

#footer .footer-bottom {
	padding: 25px 0;
	background: #2b2b2b;
	color: #fff;border-top:1px solid #444;
}

#footer .footer-bottom .left {
	vertical-align: middle;
}

#footer .footer-bottom .right {
	vertical-align: middle;
	text-align: right;
}

#footer .footer-bottom p {
	display: inline-block;
	font-size: 14px;
}

#footer .footer-bottom p svg {
	fill: #fff;
	display: inline-block;
	vertical-align: middle;
	width: auto;
	max-height: 14px;
}

#footer .footer-bottom p svg:hover {
	text-decoration: underline;
}

#footer .footer-bottom p a:hover {
	text-decoration: underline;
}

#footer .footer-bottom p svg g.cn {
	display: block !important;
}

#footer .footer-bottom p svg g.en {
	display: none !important;
}

@media screen and (max-width:1700px) {
	.ui.container {
		width: 1400px;
	}

	#header .nav .ui.menu .logo {
		padding: 0;
	}

	#header .nav .ui.menu .logo img {
		max-height: 48px;
	}

	#header {
		top: 10px;
	}

	#header .nav .ui.menu .menu-box ul.menu>li {
		margin: 0 20px;
	}

	#banner li .content .left {
		padding: 0;
	}

	#banner li .content h2 {
		font-size: 60px;
	}

	#banner li .content h6 {
		font-size: 40px;
	}

	#banner li .content a.more {
		line-height: 40px;
		height: 40px;
		font-size: 16px;
	}

	#index-body .init-1 .box .left span {
		font-size: 140px;
	}

	#index-body .init-1 .box .left h3 {
		font-size: 40px;
	}

	#index-body .init-1 .box .left h4 {
		font-size: 22px;
	}

	#index-body .init-1 .box .left h1 {
		font-size: 26px;
	}

	#index-body .init-1 .box .left {
		padding: 0 2%;
	}

	#index-body .init-1 .box .right .list ul li p {
		font-size: 14px;
	}

	#index-body .init-1 .box .right .list ul li h6 {
		font-size: 30px;
	}

	#index-body .init-1 .box .right .list {
		margin-top: 25px;
	}

	#index-body .init-1 {
		padding: 100px 0 60px;
	}

	#index-body .init-3 {
		padding-top: 80px;
	}

	#index-body .init-3 .list {
		margin-top: 50px;
	}

	#index-body .init-7 .list ul li .box .left {
		padding-right: 10%;
	}

	#index-body .init-7 .list ul li .box .left h5 {
		font-size: 20px;
	}

	#index-body .init-7 .list ul li .box .left time {
		margin-bottom: 10px;
	}

	#index-body .init-8 .box .slide .list ul li p {
		font-size: 15px;
	}

	#index-body .init-8 .box .slide h3 {
		font-size: 40px;
	}

	#index-body .init-8 .box .slide .form ul {
		margin: -14px -9px;
	}

	#index-body .init-8 .box .slide .form ul li {
		padding: 14px 9px;
	}

	#footer .footer-top ul li .logo img {
		max-height: 54px;
	}

	#footer .footer-top ul li dl dt {
		font-size: 24px;
	}

	#footer .footer-top ul li dl dd p {
		font-size: 15px;
	}

	#footer .footer-top ul li dl dd {
		font-size: 15px;
	}

	#footer .footer-center .left h6 {
		font-size: 26px;
	}

	#footer .footer-center {
		padding: 20px 0;
	}

	#footer .footer-bottom {
		padding: 10px 0;
	}
}

@media screen and (max-width:1500px) {
	.ui.container {
		width: 1200px;
	}

	#header .nav .ui.menu .share {
		display: none;
	}

	#header .nav .ui.menu .menu-box ul.menu>li {
		margin: 0 10px;
	}

	#banner li .content h2 {
		font-size: 48px;
	}

	#banner li .content h6 {
		font-size: 32px;
		margin: 10px 0 25px;
	}

	#banner li .content a.more {
		line-height: 32px;
		height: 32px;
		font-size: 14px;
	}

	#index-body .init-1 .box .left span {
		font-size: 120px;
	}

	#index-body .init-1 .box .left h3 {
		font-size: 30px;
	}

	#index-body .init-1 .box .left h4 {
		font-size: 20px;
	}

	#index-body .init-1 .box .left h1 {
		font-size: 24px;
	}

	#index-body .init-1 .box .left .text {
		font-size: 14px;
		line-height: 1.8;
		margin: 15px 0 25px;
	}

	#index-body .init-1 .box {
		margin: 0;
	}

	#index-body .init-1 .box .right .img {
		height: 280px;
	}

	#index-body .init-2 .imgList ul li a {
		height: 260px;
	}

	#index-body .init-2 .list ul li .box {
		padding: 40px 5%;
	}

	#index-body .init-2 .list ul li .box i img {
		max-height: 40px;
	}

	#index-body h2 {
		font-size: 32px;
	}

	#index-body h2 small {
		font-size: 15px;
	}

	#index-body .init-3 .list ul li a.img .text h6 {
		font-size: 16px;
		height: 20px;
	}

	#index-body .init-3 .list ul li a.img:hover .text h6 {
		font-size: 20px;
	}

	#index-body .init-4 .list ul li {
		padding: 10px;
	}

	#index-body .init-4 .list ul li h6 {
		font-size: 14px;
	}

	#index-body .init-6 .list {
		padding: 20px;
		margin: 0;
	}

	#index-body .init-6 .list ul li {
		padding: 10px;
	}

	#index-body .init-6 .list ul {
		margin: -10px;
	}

	#index-body .init-6 .list ul li .box .content {
		padding: 15px;
	}

	#index-body .init-6 .list ul li .box .content h5 {
		font-size: 20px;
	}

	#index-body .init-6 .list ul li .box .content p {
		font-size: 14px;
		margin: 10px 0;
	}

	#index-body .init-7 .list ul li {
		padding: 20px 0;
	}

	#index-body .init-7 .list ul {
		margin: -20px 0;
	}

	#index-body .init-8 .box .slide:nth-child(1) {
		padding-right: 3%;
	}

	#index-body .init-8 .box .slide .form ul li input,#index-body .init-8 .box .slide .form ul li textarea {
		padding: 10px 15px; 
	}

	#footer .footer-center .right form input {
		font-size: 16px;
	}
}

@media screen and (max-width:1250px) {
	.ui.container {
		width: 970px;
	}

	#header {
		display: none;
	}

	#mobile {
		display: block;
	}

	#banner,.inner-banner {
		margin-top: 40px;
	}

	#index-body .init-1 .box .left span {
		font-size: 90px;
	}

	#index-body .init-1 {
		padding: 40px 0;
	}

	#index-body .init-2 .list ul li .box h6 {
		font-size: 16px;
	}

	#index-body .init-3 .list ul li a.img .text p {
		padding: 0;
	}

	#index-body .init-3 .list ul .slick-arrow {
		width: 20px;
		height: 40px;
		background-size: 100% auto;
	}

	#index-body .init-3 .list ul .slick-dots {
		margin-top: 30px;
	}

	#index-body .init-3 .list ul .slick-dots li {
		width: 40px;
	}

	#index-body .init-7 .list {
		margin-top: 50px;
	}

	#index-body .init-7 .list ul li .box .right .img {
		height: 280px;
	}

	#index-body .init-8 .box .slide:nth-child(3) {
		padding: 0 4%;
	}

	#footer .footer-top ul li .img .slide {
		padding: 5px;
	}

	#footer .footer-top ul li .img {
		margin: -5px;
	}
}

@media screen and (max-width:1000px) {
	.ui.container {
		width: 700px;
	}

	#banner li .content h2 {
		font-size: 38px;
	}

	#banner li .content h6 {
		font-size: 28px;
	}

	#index-body .init-1 .box .left {
		padding: 0;
		width: 100%;
	}

	#index-body .init-1 .box .right {
		width: 100%;
		padding-top: 30px;
	}

	#index-body .init-1 .box .left span {
		font-size: 60px;
	}

	#index-body .init-1 .box .right .img {
		height: 250px;
	}

	#index-body .init-2 .imgList ul li a {
		height: 200px;
	}

	#index-body .init-2 .list ul li {
		width: 50%;
		border-top: 1px solid #ededed;
	}

	#index-body .init-1 .box .left h3 {
		font-size: 25px;
	}

	#index-body .init-3 .list ul li a.img .text p {
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}

	#index-body h2 {
		font-size: 28px;
	}

	#index-body .init-6 .list ul li {
		width: 100%;
	}

	#index-body .init-6 .list ul li .box a.img {
		height: 120px;
	}

	#index-body .init-7 .list ul li .box .left {
		padding-right: 0;
	}

	#index-body .init-8 .box .slide:nth-child(1) {
		width: 100%;
		padding-right: 0;
	}

	#index-body .init-8 .box .slide .list {
		padding: 15px 0;
	}

	#index-body .init-8 .box .slide .list ul li {
		margin-bottom: 10px;
	}

	#index-body .init-8 .box .slide .list ul li span {
		width: 15%;
		font-size: 12px;
		margin-top: 3px;
	}

	#index-body .init-8 .box .slide .list ul li {
		width: 85%;
	}

	#index-body .init-8 .box .slide:nth-child(2) {
		width: 100%;
		padding-top: 30px;
	}

	#index-body .init-8 .box .slide .form ul li {
		padding: 5px;
	}

	#index-body .init-8 .box .slide .form ul {
		margin: -5px;
	}

	#index-body .init-8 .box .slide .form ul li textarea {
		height: 60px;
	}

	#index-body .init-8 .box .slide:nth-child(3) {
		display: none;
	}

	#footer .footer-top ul li:nth-child(1){
		width: 100%;display: none;
	}
 
	#footer .footer-top ul li:nth-child(2) {
		display: none;
	}
    #footer .footer-top ul li:nth-child(3) {
		width: 100%;
	}
	#footer .footer-top ul li:nth-child(4) {
		display: none;
	}

	#footer .footer-top ul li:nth-child(3) dl dd {
		margin-bottom: 15px;
	}

	#footer .footer-top {
		padding: 40px 0 30px;
	}

	#footer .footer-center .left h6 {
		font-size: 20px;
	}

	#footer .footer-center .right {
		padding-left: 5%;
	}

	#footer .footer-center .right form {
		height: 40px;
		line-height: 40px;
	}

	#footer .footer-bottom .left,#footer .footer-bottom .right {
		width: 100%;
		text-align: center;
	}

	#footer .footer-bottom p {
		font-size: 13px;
	}
}

@media screen and (max-width:700px) {
	.ui.container {
		width: 100%;
	}

	#banner li .content h2 {
		font-size: 28px;
	}
#banner li .content h3 {
display:none;
	font-size:32px;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 1.2;
	text-transform: uppercase;
	font-family:arial;
	padding:16px 0px;
	text-shadow: 2px 2px 1px rgba(0,0,0,.16);
}
	#banner li .content h6 {
		font-size: 22px;
		margin-bottom: 0;
	}

	#banner li .content a.more {
		display: none;
	}

	#index-body .init-1 .box .left span {
		font-size: 48px;
	}

	#index-body .init-1 .box .left h3 {
		font-size: 18px;
	}

	#index-body .init-1 .box .left h4 {
		font-size: 16px;
	}

	#index-body .init-1 .box .left h1 {
		font-size: 20px;
	}

	#index-body .init-1 .box .right .img .play {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#index-body .init-1 .box .right .img .play i {
		border-left-width: 16px;
		border-top-width: 10px;
		border-bottom-width: 10px;
	}

	#index-body .init-1 .box .right .img {
		height: 200px;
	}

	#index-body .init-5 {
		padding-top: 50px;
	}

	#index-body .init-7 .list ul li .box .right {
		width: 100%;
		padding-left: 0;
	}

	#index-body .init-7 .list ul li .box .left {
		width: 100%;
		padding: 15px 0;
		margin-bottom: 15px;
	}

	#index-body .init-7 .list ul li .box .right .img {
		height: 200px;
	}

	#index-body .init-7 .list ul li .box .left a.more {
		margin-top: 20px;
	}

	#index-body .init-7 .list ul li {
		padding: 10px;
	}

	#index-body .init-7 .list ul {
		margin: -10px;
	}

	#index-body .init-7 {
		padding: 30px 0;
	}

	#index-body .init-7 .list {
		margin-top: 30px;
	}

	#index-body .init-8 .box .slide h3 {
		font-size: 28px;
	}

	#index-body .init-8 .box .slide h3 small {
		font-size: 15px;
	}

	#footer .footer-top ul li .logo img {
		max-height: 44px;
	}

	#footer .footer-center .left {
		width: 100%;
	}

	#footer .footer-center .right {
		width: 100%;
		padding-left: 0;
	}

	#index-body .init-3 .list ul .slick-dots {
		display: none !important;
	}
}

@media screen and (max-width:500px) {
	#index-body .init-5 img {
		max-width: 95%;
	}

	#index-body .init-5 h2 {
		margin-left: 0;
	}

	#index-body h2 {
		font-size: 24px;
	}

	#index-body .init-3 {
		padding: 50px 15px 0;
	}

	#index-body .init-3 .list ul .slick-arrow {
		display: none !important;
	}

	#index-body .init-4 {
		padding: 40px 0;
	}

	#index-body .init-2 .list ul li {
		width: 100%;
	}

	#index-body .init-2 .imgList {
		display: none;
	}

	#index-body .init-1 .box .right .list ul li h6 {
		font-size: 22px;
	}

	#banner li .content h2 {
		font-size: 24px;
	}

	#banner li .content h6 {
		font-size: 18px;
	}
}

.inner-banner {
	padding: 40px 0 30px;
	color: #fff;
	background: url("../images/inner-banner.jpg") center center no-repeat;
	background-size: cover;
}

.inner-banner .box {
	padding-left: 30%;
}

.inner-banner .box h2 {
	font-weight: 500;
	font-size: 30px;
	text-transform: uppercase;
	line-height: 1.2;
}

.inner-banner .box .mbx {
	display: block;
	margin-top: 5px;
	font-size: 14px;
	text-transform: capitalize;
	line-height: 1.2;
}

.inner-banner .box .mbx a:hover {
	text-decoration: underline;
}

.inner-page {
	position: relative;
	z-index: 1;
}

.inner-page .ui.container {
	max-width: 1500px;
}

.contact-page .contact-1 {
	padding: 180px 0 120px;
}

.contact-page .contact-1 .left {
	width: 48%;
	padding-right: 8%;
}

.contact-page .contact-1 .left span.tag {
	font-weight: 500;
	font-size: 24px;
	color: #bd0006;
	display: block;
	line-height: 1.2;
}

.contact-page .contact-1 .left h2 {
	font-size: 48px;
	color: #191919;
	font-weight: 700;
	line-height: 1.2;
	margin: 15px 0 20px;
}

.contact-page .contact-1 .left .text {
	font-weight: 300;
	font-size: 16px;
	color: #101010;
	line-height: 1.8;
}

.contact-page .contact-1 .left .share {
	margin-top: 40px;
}

.contact-page .contact-1 .left .share ul li {
	width: 44px;
	height: 44px;
	line-height: 44px;
	border-radius: 100%;
	border: 1px solid #cfcfcf;
	text-align: center;
	font-size: 16px;
	color: #000;
	margin-right: 10px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
}

.contact-page .contact-1 .left .share ul li a {
	display: block;
}

.contact-page .contact-1 .left .share ul li:hover {
	color: #fff;
	border-color: #bd0006;
	background: #bd0006;
}

.contact-page .contact-1 .right {
	width: 52%;
}

.contact-page .contact-1 .right .form ul {
	margin: -15px;
}

.contact-page .contact-1 .right .form ul li {
	padding: 15px;
}

.contact-page .contact-1 .right .form ul li.wid-100 {
	width: 100%;
}

.contact-page .contact-1 .right .form ul li input,.contact-page .contact-1 .right .form ul li textarea {
	width: 100%;
	line-height: 28px;
	padding: 16px;
	border-radius: 5px;
	border: 1px solid #bd0006;
	display: block;
	font-size: 14px;
	color: #000;
}

.contact-page .contact-1 .right .form ul li input::-webkit-input-placeholder,.contact-page .contact-1 .right .form ul li textarea::-webkit-input-placeholder {
	color: #666;
}

.contact-page .contact-1 .right .form ul li input:-moz-placeholder,.contact-page .contact-1 .right .form ul li textarea:-moz-placeholder {
	color: #666;
}

.contact-page .contact-1 .right .form ul li input::-moz-placeholder,.contact-page .contact-1 .right .form ul li textarea::-moz-placeholder {
	color: #666;
}

.contact-page .contact-1 .right .form ul li input:-ms-input-placeholder,.contact-page .contact-1 .right .form ul li textarea:-ms-input-placeholder {
	color: #666;
}

.contact-page .contact-1 .right .form ul li input::placeholder,.contact-page .contact-1 .right .form ul li textarea::placeholder {
	color: #666;
}

.contact-page .contact-1 .right .form ul li textarea {
	height: 170px;
}

.contact-page .contact-1 .right .form ul li input[type=submit] {
	font-weight: 500;
	font-size: 22px;
	color: #fff;
	background: #bd0006;
	padding-left: 30px;
	padding-right: 30px;
	width: auto;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
}

.contact-page .contact-1 .right .form ul li input[type=submit]:hover {
	opacity: .7;
}

.contact-page .contact-2 {
	padding-bottom: 120px;
}

.contact-page .contact-2 .left {
	padding-right: 2%;
	vertical-align: middle;
}

.contact-page .contact-2 .left span.tag {
	font-size: 80px;
	font-weight: 700;
	-webkit-text-stroke: 1px #dcdcdc;
	text-transform: uppercase;
	line-height: 1.8;
	color: transparent;
	display: block;
	margin-bottom: -20px;
}

.contact-page .contact-2 .left h2 {
	font-weight: 700;
	font-size: 40px;
	line-height: 1;
	text-transform: uppercase;
	color: #bd0006;
}

.contact-page .contact-2 .left h4 {
	font-weight: 700;
	font-size: 30px;
	color: #191f26;
	text-transform: uppercase;
	margin: 25px 0 20px;
	line-height: 1;
}

.contact-page .contact-2 .left .text {
	font-weight: 300;
	font-size: 16px;
	line-height: 1.6;
	color: #484848;
	max-width: 550px;
}

.contact-page .contact-2 .left .list {
	margin-top: 40px;
}

.contact-page .contact-2 .left .list ul {
	margin: -30px -15px;
}

.contact-page .contact-2 .left .list ul li {
	padding: 30px 15px;
}

.contact-page .contact-2 .left .list ul li .box2 {
	display: inline-block;
	position: relative;
	padding-left: 75px;
	width: 100%;
}

.contact-page .contact-2 .left .list ul li .box2 i {
	position: absolute;
	left: 0;
	top: 0;
}

.contact-page .contact-2 .left .list ul li .box2 h6 {
	font-size: 14px;
	color: #bd0006;
	text-transform: uppercase;
	display: block;
	line-height: 1;
	margin: 5px 0;
}

.contact-page .contact-2 .left .list ul li .box2 p {
	font-weight: 500;
	font-size: 18px;
	color: #3c3c3c;
	margin-top: 10px;
}

.contact-page .contact-2 .left .list ul li:nth-child(odd) {
	width: 45%;
}

.contact-page .contact-2 .left .list ul li:nth-child(even) {
	width: 55%;
}

.contact-page .contact-2 .right {
	vertical-align: middle;
	text-align: right;
}

.contact-page .map .amap-copyright,.contact-page .map .amap-logo {
	display: none !important;
}

.area3{padding:0px 0px 100px; overflow:hidden;}
.area3 .tit{font-size:30px;line-height:30px;color:#333333;font-family:siyuan;text-align:center;font-weight:bold;margin-bottom:60px; font-family:微软雅黑;}
.area3 .tit span{display:inline-block;padding:0px 40px 26px;position:relative;border-bottom:1px solid #d3d8dc;}
.area3 .tit span:before{content:"";display:block;width:60px;height:3px;background-color:#b40107;left:50%;margin-left:-30px;bottom:-1px;position:absolute;}


.area3 .body .list{overflow:hidden;padding-bottom:10px;}
.area3 .body .list li{width:33.333333%;float:left;}
.area3 .body .list li .pic{overflow:hidden;}
.area3 .body .list li .pic img{transition:all 0.3s; width:100%;}
.area3 .body .list li .caption{width:81.25%;margin:0 auto;background-color:#fff;box-shadow:0px 1px 10px rgba(0,0,0,0.1);padding:40px;box-sizing:border-box;position:relative;margin-top:-100px;}
.area3 .body .list li .caption .intit{font-size:24px;color:#b40107;font-weight:bold;line-height:24px;}
.area3 .body .list li .caption .intit:before{content:"";display:block;width:4px;height:24px;background-color:#b40107;position:absolute;left:0px;top:40px;}

.area3 .body .list li .caption .intit span{display:block;padding-bottom:24px;border-bottom:1px solid #e5e5e5;position:relative;}
.area3 .body .list li .caption .intit span:before{content:"";display:block;width:20px;height:3px;background-color:#e5e5e5;position:absolute;left:0px;bottom:-1px;}
.area3 .body .list li .caption .inbod{font-size:14px;line-height:20px;color:#555;margin-top:25px;}
.area3 .body .list li .caption .inbod .txt{height:60px;overflow-y:auto;text-align:justify;padding-right:10px;}

/*滚动条样式*/
.area3 .body .list li .caption .inbod .txt::-webkit-scrollbar {/*滚动条整体样式*/
    width: 6px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 6px;
}
.area3 .body .list li .caption .inbod .txt::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #b40107;
}
.area3 .body .list li .caption .inbod .txt::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 0;
    background: rgba(255,255,255,0.6);
    width:2px;
}

.area3 .body .list li .caption .inbod .more{display:block;width:180px;height:50px;border:1px solid #b40107;border-radius:3px;line-height:50px;box-sizing:border-box;padding:0px 13px 0px 50px;position:relative;color:#b40107;margin-top:30px;transition: all 0.3s;}
.area3 .body .list li .caption .inbod .more:before{content:"";display:block;width:22px;height:10px;background:url(../images/gfj.png) center no-repeat;background-size:cover;position:absolute;right:18px;top:50%;margin-top:-5px;transition:all 0.3s;}
.area3 .body .list li .caption .inbod .more:hover{background-color:#b40107;color:#fff;}
.area3 .body .list li .caption .inbod .more:hover:before{transform:translateX(5px);background-image:url(../images/gfjt1.png);}

.area3 .body .list li:hover .pic img{transform:scale(1.08);}

.area3 .body .swipHx{display:none;}


.area6{position:relative;z-index:1;}
.area6 .tit{font-size:30px;line-height:30px;color:#333333;font-family:siyuan;text-align:center;font-weight:bold;margin-bottom:60px;}
.area6 .tit span{display:inline-block;padding:0px 40px 26px;position:relative;border-bottom:1px solid #d3d8dc;}
.area6 .tit span:before{content:"";display:block;width:60px;height:3px;background-color:#b40107;left:50%;margin-left:-30px;bottom:-1px;position:absolute;}


.area6 .body{overflow:hidden;}
.area6 .body .list li{width:16.8%;float:left;overflow:hidden;margin-left:0.48%;transition:all 0.5s;position:relative; border:0px solid #f60;}
.area6 .body .list .l1{margin:0px;}
.area6 .body .list .l4{/*float:right;*/}
.area6 .body .list li .pic{width:780px;height:260px;}
.area6 .body .list li.act{width:48.0%;}

.area6 .body .list li .txt{width:780px;height:100px;background-color:#f3f3f3;position:relative;}
.area6 .body .list li .txt .intit{font-size:24px;color:#333333;line-height:24px;padding:26px 0px 0px 28px;float:left;}
.area6 .body .list li .txt .intit span{display:block;font-family:Arial;font-size:14px;color:#999;line-height:14px;margin-top:10px;}
.area6 .body .list li .txt .intit .more{}

.area6 .body .list li .txt .more{display:block;width:120px;height:50px;border-radius:3px;line-height:50px;box-sizing:border-box;padding:0px 20px;position:relative;color:#b40107;transition: all 0.3s;float:right;font-size:16px;background-color:#b40107;color:#fff;position:absolute;right:140px;top:50%;margin-top:-25px;}
.area6 .body .list li .txt .more:before{content:"";display:block;width:22px;height:10px;background:url(../images/gfj.png) center no-repeat;background-size:cover;position:absolute;right:60px;top:50%;margin-top:-5px;transition:all 0.3s;background-image:url(../images/gfjt1.png);}

.area6 .body .list li .txt .more:hover{background-color:#085996;}
.area6 .body .list li .txt .more:hover:before{transform:translateX(5px);}

.area6 .body .list li .mc{position:absolute;left:0px;top:0px;width:100%;height:260px;background-color:rgba(0,0,0,0.5);}
.area6 .body .list li .mc .btn{width:60px;height:60px;position:absolute;left:50%;margin-left:-30px;top:50%;margin-top:-30px;}

.area6 .body .list li.act .txt .intit{color:#b40107;}
.area6 .body .list li.act .txt .intit span{color:#b40107;}


.service-page .service-1 {
	padding: 100px 0 60px;
}

.service-page .service-1 span.tag {
	font-weight: 500;
	font-size: 24px;
	color: #bd0006;
	line-height: 1.2;
	display: block;
}

.service-page .service-1 h2 {
	font-weight: 700;
	font-size: 44px;
	color: #191919;
	line-height: 1.2;
	margin: 15px 0;
}

.service-page .service-1 .text {
	font-weight: 300;
	font-size: 16px;
	color: #101010;
	line-height: 1.8;
	margin-bottom: 60px;
}

.service-page .service-1 .list {
	margin-top: 75px;
}

.service-page .service-1 .list ul {
	margin: -20px;
}

.service-page .service-1 .list ul li {
	padding: 20px;
}

.service-page .service-1 .list ul li .box {
	-o-box-shadow: 2px 0 4px rgba(0,0,0,.07);
	-webkit-box-shadow: 2px 0 4px rgba(0,0,0,.07);
	box-shadow: 2px 0 4px rgba(0,0,0,.07);
	border-bottom: 4px solid #bd0006;
}

.service-page .service-1 .list ul li .box a.img-box {
	display: block;
}

.service-page .service-1 .list ul li .box a.img-box img {
	width: 100%;
}

.service-page .service-1 .list ul li .box .content {
	padding: 25px 15px 10px;
}

.service-page .service-1 .list ul li .box .content h4 {
	font-weight: 600;
	font-size: 24px;
	color: #191919;
	display: block;
	line-height: 1.2;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	min-height: 2.4em;
}

.service-page .service-1 .list ul li .box .content h4:hover {
	color: #bd0006;
}

.service-page .service-1 .list ul li .box .content p {
	display: block;
	font-size: 16px;
	line-height: 1.6;
	color: #191919;
	margin: 10px 0 30px;
}

.service-page .service-1 .list ul li .box .content a.more {
	display: inline-block;
}

.service-page .service-2 {
	padding: 80px 0 70px;
	text-align: center;
	background: #fbfbfb;
}

.service-page .service-2 .list {
	text-align: left;
}

.service-page .service-2 .list ul {
	counter-reset: number;
}

.service-page .service-2 .list ul li .left {
	vertical-align: middle;
	padding-right: 2%;
	position: relative;
}

.service-page .service-2 .list ul li .left:before {
	content: '0' counter(number);
	counter-increment: number;
	font-weight: 400;
	color: #cdcdcd;
	display: block;
	line-height: 1;
	font-size: 20px;
}

.service-page .service-2 .list ul li .left h4,.service-page .service-new .box ul h4 {
	font-weight: 600;
	font-size: 36px;
	line-height: 1.2;
	color: #bd0006;
	margin: 10px 0 25px;
	display: block;
}

.service-page .service-2 .list ul li .left p,.service-page .service-new .box ul p {
	font-size: 16px;
	color: #101010;
	line-height: 1.8;
	max-width: 600px;
}

.service-page .service-2 .list ul li .left:after {
	content: '';
	width: 15%;
	height: 1px;
	background: #bd0006;
	margin-top: 15px;
	display: block;
}

.service-page .service-2 .list ul li .left div.btn {
	display: inline-block;
	margin-top: 15px;
	padding: 8px 15px;
	border-radius: 3px;
	background: #bd0006;
	color: #fff;
	cursor: pointer;
	cursor: hand;
	transition: .5s;
}

.service-page .service-2 .list ul li .left div.btn:hover {
	background: #222;
}

.service-page div.formBox {
	margin: 60px 0;
	padding: 35px 60px;
	display: inline-block;
	width: 100%;
	background: #f8f8f8;
}

.service-page div.formBox h4 {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 30px;
	text-align: center;
}

.service-page div.formBox ul {
	margin: -10px;
}

.service-page div.formBox ul li {
	width: 50%;
	float: left;
	padding: 10px;
}

.service-page div.formBox ul li label {
	font-size: 14px;
	margin-bottom: 5px;
	display: block;
	color: #525252;
}

.service-page div.formBox ul li input {
	width: 100%;
	line-height: 40px;
	height: 40px;
	padding: 0 10px;
	font-size: 16px;
	color: #000;
	border: 1px solid #e3e3e3;
	background: #fff;
}

.service-page div.formBox ul li:last-child {
	text-align: center;
	width: 100%;
}

.service-page div.formBox ul li input[type=submit] {
	width: 12%;
	margin-left: auto;
	padding: 0 25px;
	background: #bd0006;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 18px;
}

.service-page .service-new .box ul {
	margin: -15px;
	display: flex;
	flex-wrap: wrap;
}

.service-page .service-new .box ul li {
	padding: 15px;
}

.service-page .service-new .box ul li .box2 {
	padding: 30px;
	background: #fff;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.1);
	-o-box-shadow: 0 0 10px rgba(0,0,0,.1);
	height: 100%;
	-o-box-shadow: 2px 0 9px rgba(0,0,0,.07);
	-webkit-box-shadow: 2px 0 9px rgb(0 0 0/7%);
	box-shadow: 2px 0 9px rgb(0 0 0/7%);
}

.service-page .service-2 .list ul li .right {
	padding-left: 2%;
	vertical-align: middle;
	position: relative;
}

.service-page .service-2 .list ul li .right .img {
	background-size: cover;
	background-position: center center;
	height: 390px;
}

.service-page .service-2 .list ul li:nth-child(even) {
	margin: 80px 0;
}

.service-page .service-2 .list ul li:nth-child(even) .left {
	left: 50%;
	padding-left: 2%;
	padding-right: 0;
}

.service-page .service-2 .list ul li:nth-child(even) .right {
	left: -50%;
	padding-right: 2%;
	padding-left: 0;
}

.service-page .service-2 a.more {
	display: inline-block;
	text-align: center;
	margin-top: 70px;
	font-weight: 300;
	font-size: 24px;
	color: #bd0006;
	line-height: 1.2;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

.service-page .service-2 a.more i {
	margin-right: 10px;
}

.service-page .service-2 a.more:after {
	content: '';
	width: 95%;
	height: 1px;
	background: #bd0006;
	display: block;
	margin-left: auto;
}

.service-page .service-3 {
	padding: 90px 0 150px;
	background-color: #f9f9f9;
	margin-top: 80px;
}

.service-page .service-3 h2 {
	font-weight: 700;
	font-size: 40px;
	color: #191919;
	text-transform: capitalize;
	line-height: 1;
	text-align: center;
}

.service-page .service-3 h2:after {
	content: '';
	display: block;
	margin: 23px auto 0;
	width: 10%;
	height: 4px;
	background: #bd0006;
}

.service-page .service-3 .list {
	margin: 65px 0 85px;
}

.service-page .service-3 .list .slide ul li {
	margin-bottom: 15px;
}

.service-page .service-3 .list .slide ul li h6 {
	padding: 12px 0;
	font-size: 16px;
	font-weight: 300;
	border-bottom: 2px solid #efefef;
	text-transform: uppercase;
	padding-right: 30px;
	position: relative;
}

.service-page .service-3 .list .slide ul li h6 i {
	width: 12px;
	height: 12px;
	position: absolute;
	top: 17px;
	right: 10px;
	cursor: pointer;
	cursor: hand;
}

.service-page .service-3 .list .slide ul li h6 i:after,.service-page .service-3 .list .slide ul li h6 i:before {
	content: '';
	width: 100%;
	height: 2px;
	background: #0d95e8;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.service-page .service-3 .list .slide ul li h6 i:after {
	-webkit-transform: translateY(-50%) rotate(90deg);
	-moz-transform: translateY(-50%) rotate(90deg);
	-ms-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg);
}

.service-page .service-3 .list .slide ul li h6 i.active:after {
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.service-page .service-3 .list .slide ul li .text {
	font-size: 14px;
	line-height: 1.6;
	padding: 15px;
	font-weight: 300;
	display: none;
}

.service-page .service-3 .list .slide ul li:last-child {
	margin-bottom: 0;
}

.service-page .service-3 .list .slide:first-child {
	padding-right: 2%;
}

.service-page .service-3 .list .slide:last-child {
	padding-left: 2%;
}

.service-page .service-3 .content {
	font-weight: 500;
	font-size: 18px;
	line-height: 1.2;
	max-width: 70%;
	display: inline-block;
}

.service-page .service-3 a.more {
	line-height: 50px;
	height: 50px;
	padding: 0 35px;
	border-radius: 25px;
	background: #bd0006;
	font-weight: 700;
	font-size: 24px;
	color: #fff;
	display: inline-block;
	float: right;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
}

.service-page .service-3 a.more:hover {
	opacity: .7;
}

.why-page .why-1 {
	padding-top: 90px;
}

.why-page .why-1 .left {
	vertical-align: middle;
}

.why-page .why-1 .left .img {
	height: 360px;
	background-size: cover;
	background-position: center center;
}

.why-page .why-1 .right {
	vertical-align: middle;
	padding-left: 4%;
	padding-right: 2%;
}

.why-page .why-1 .right h3 {
	font-weight: 700;
	font-size: 48px;
	line-height: 1.2;
	color: #1b1b1b;
}

.why-page .why-1 .right .content {
	margin-top: 30px;
	font-size: 16px;
	line-height: 1.6;
}

.why-page .why-2 {
	padding: 90px 0;
}

.why-page .why-2 ul {
	margin: -20px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.why-page .why-2 ul li {
	padding: 20px;
}

.why-page .why-2 ul li .box {
	-o-box-shadow: 2px 0 9px rgba(0,0,0,.07);
	-webkit-box-shadow: 2px 0 9px rgba(0,0,0,.07);
	box-shadow: 2px 0 9px rgba(0,0,0,.07);
	padding: 55px 35px 50px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	position: relative;
	height: 100%;
}

.why-page .why-2 ul li .box:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #bd0006;
	background: -webkit-gradient(linear,left top,right bottom,color-stop(0%,#bd0006),color-stop(100%,#64a5da));
	background: -moz-linear-gradient(-45deg,#bd0006 0%,#64a5da 100%);
	background: -webkit-linear-gradient(45deg,#bd0006 0%,#64a5da 100%);
	background: -webkit-gradient(linear,-45deg,from(#bd0006),to(#64a5da));
	background: -webkit-linear-gradient(-45deg,#bd0006,#64a5da);
	background: -moz-linear-gradient(-45deg,#bd0006,#64a5da);
	background: linear-gradient(to -45deg,#bd0006,#64a5da);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#bd0006', endColorstr='#64a5da',GradientType=1)";
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bd0006',endColorstr='#64a5da',GradientType=1);
	z-index: -1;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	opacity: 0;
}

.why-page .why-2 ul li .box i {
	display: block;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	height: 67px;
}

.why-page .why-2 ul li .box h4 {
	font-size: 24px;
	font-weight: 600;
	line-height: 1.2;
	margin: 30px 0 15px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
}

.why-page .why-2 ul li .box p {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.6;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
}

.why-page .why-2 ul li .box:hover:after {
	opacity: 1;
}

.why-page .why-2 ul li .box:hover i {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}

.why-page .why-2 ul li .box:hover h4,.why-page .why-2 ul li .box:hover p {
	color: #fff;
}

.why-page .why-3 {
	background: #f9f9f9;
	padding: 9px 0;
}

.why-page .why-3 .left {
	width: 66%;
	vertical-align: middle;
	position: relative;
}

.why-page .why-3 .left ul {
	margin: -7px;
}

.why-page .why-3 .left ul li {
	padding: 7px;
}

.why-page .why-3 .left ul li a.img-box {
	display: block;
}

.why-page .why-3 .left ul li a.img-box img {
	display: block;
	width: 100%;
}

.why-page .why-3 .right {
	width: 34%;
	vertical-align: middle;
	position: relative;
	padding-left: 4%;
}

.why-page .why-3 .right h3 {
	font-weight: 700;
	font-size: 30px;
	color: #1b1b1b;
	line-height: 1.2;
	text-transform: capitalize;
}

.why-page .why-3 .right .text {
	font-size: 16px;
	line-height: 1.6;
	margin: 15px 0 20px;
}

.why-page .why-3 .right a.more {
	line-height: 35px;
	height: 35px;
	padding: 0 17px;
	border-radius: 17px;
	background: #bd0006;
	color: #fff;
	font-weight: 500;
	font-size: 14px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	display: inline-block;
	text-transform: capitalize;
}

.why-page .why-3 .right a.more:hover {
	opacity: .7;
}

.why-page .why-3 .box {
	margin-top: 95px;
}

.why-page .why-3 .box:first-child {
	margin-top: 0;
}

.why-page .why-3 .box:nth-child(even) .left {
	left: 33.5%;
}

.why-page .why-3 .box:nth-child(even) .right {
	left: -66%;
	padding-left: 0;
	padding-right: 4%;
}

.why-page .why-4 {
	padding: 100px 0 120px;
}

.why-page .why-4 .list ul {
	margin: -40px;
}

.why-page .why-4 .list ul li {
	padding: 40px;
}

.why-page .why-4 .list ul li img {
	display: block;
}

.why-page .why-4 .list ul li p {
	font-size: 14px;
	line-height: 1.6;
	margin-top: 25px;
}

.why-page .why-4 .list ul .slick-dots {
	padding-top: 40px;
	text-align: center;
}

.why-page .why-4 .list ul .slick-dots li {
	width: 9px;
	height: 9px;
	border-radius: 100%;
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
	background: #d4d4d4;
	cursor: pointer;
	cursor: hand;
	padding: 0;
}

.why-page .why-4 .list ul .slick-dots li button {
	display: none;
}

.why-page .why-4 .list ul .slick-dots li.slick-active {
	background: #bd0006;
}

@media screen and (max-width:1700px) {
	.why-page .why-1 .right h3 {
		font-size: 32px;
	}

	.why-page .why-1 .right .content {
		margin-top: 20px;
	}

	.why-page .why-1 {
		padding-top: 70px;
	}

	.why-page .why-2 {
		padding: 60px 0;
	}

	.why-page .why-2 ul li .box {
		padding: 25px;
	}

	.why-page .why-2 ul li .box h4 {
		font-size: 20px;
		margin: 20px 0 10px;
	}

	.why-page .why-2 ul li .box i {
		height: auto;
	}

	.why-page .why-2 ul li .box i img {
		max-height: 48px;
	}

	.why-page .why-2 ul li .box p {
		font-size: 14px;
	}

	.why-page .why-3 {
		padding: 70px 0;
	}

	.why-page .why-3 .box {
		margin-top: 50px;
	}

	.why-page .why-4 {
		padding: 60px 0 80px;
	}

	.service-page .service-1 {
		padding: 60px 0;
	}

	.service-page .service-1 span.tag {
		font-size: 20px;
	}

	.service-page .service-1 h2 {
		font-size: 36px;
	}

	.service-page .service-1 .list {
		margin-top: 50px;
	}

	.service-page .service-1 .list ul li .box .content h4,.service-page .service-2 a.more {
		font-size: 20px;
	}

	.service-page .service-1 .list ul li .box .content p {
		font-size: 14px;
	}

	.service-page .service-1 .list ul li .box .content a.more img {
		max-width: 40px;
	}

	.service-page .service-2 .list ul li .left h4,.service-page .service-3 h2 {
		font-size: 32px;
	}

	.service-page .service-2 .list ul li .left:before,.contact-page .contact-1 .left span.tag {
		font-size: 20px;
	}

	.service-page .service-3 {
		padding: 70px 0;
	}

	.service-page .service-3 a.more {
		line-height: 44px;
		height: 44px;
		padding: 0 25px;
		font-size: 20px;
	}

	.contact-page .contact-1 {
		padding: 70px 0;
	}

	.contact-page .contact-1 .left h2 {
		font-size: 40px;
	}

	.contact-page .contact-1 .left .text {
		font-size: 14px;
	}

	.contact-page .contact-1 .right .form ul li input,.contact-page .contact-1 .right .form ul li textarea {
		padding: 10px;
		font-size: 16px;
	}

	.contact-page .contact-1 .right .form ul li {
		padding: 10px;
	}

	.contact-page .contact-1 .right .form ul {
		margin: -10px;
	}

	.contact-page .contact-2 .left span.tag {
		font-size: 70px;
	}

	.contact-page .contact-2 .left h2 {
		font-size: 40px;
	}

	.contact-page .contact-2 .left h4 {
		font-size: 24px;
	}

	.contact-page .contact-2 .left .list ul li .box2 p {
		font-size: 16px;
	}

	.contact-page .contact-1 .right .form ul li input[type=submit] {
		font-size: 18px;
	}
}

@media screen and (max-width:1500px) {
	.inner-banner .box {
		padding-left: 20%;
	}

	.contact-page .contact-2 {
		padding-bottom: 60px;
	}

	#mapContainer {
		height: 340px !important;
	}

	.why-page .why-3 .right .text {
		font-size: 14px;
		margin: 10px 0;
	}
}

@media screen and (max-width:1250px) {
	.why-page .why-4 .list ul li {
		padding: 15px;
	}

	.why-page .why-4 .list ul {
		margin: -15px;
	}

	.why-page .why-3 .right h3 {
		font-size: 24px;
	}

	.why-page .why-2 ul li .box h4 {
		font-size: 18px;
	}

	.why-page .why-2 ul li .box {
		padding: 10px;
	}

	.why-page .why-2 ul li {
		padding: 10px;
	}

	.why-page .why-2 ul {
		margin: -10px;
	}

	.why-page .why-1 .right h3 {
		font-size: 26px;
	}

	.service-page .service-3 h2:after {
		margin-top: 15px;
	}

	.service-page .service-3 .list {
		margin: 30px 0 50px;
	}

	.service-page .service-1 h2,.service-page .service-2 .list ul li .left h4,.service-page .service-3 h2 {
		font-size: 28px;
	}

	.contact-page .contact-1 .left h2 {
		font-size: 32px;
	}

	.contact-page .contact-1 .right .form ul li input,.contact-page .contact-1 .right .form ul li textarea {
		font-size: 14px;
		line-height: 24px;
	}

	.contact-page .contact-1 .right .form ul li input[type=submit] {
		font-size: 16px;
	}

	.contact-page .contact-2 .left .list ul li {
		width: 100% !important;
		padding: 5px;
	}

	.contact-page .contact-2 .left .list ul {
		margin: -5px;
	}

	.contact-page .contact-2 .left .list ul li .box2 {
		padding-left: 50px;
	}

	.contact-page .contact-2 .left .list ul li .box2 i {
		width: 40px;
	}

	.contact-page .contact-2 .left .list ul li .box2 p {
		margin-top: 0;
	}

	.contact-page .contact-2 .left .list ul li .box2 h6 {
		margin-top: 0;
	}
}

@media screen and (max-width:1000px) {
	.inner-banner .box {
		padding-left: 0;
	}

	.inner-banner .box h2 {
		font-size: 28px;
	}

	.inner-banner .box .mbx {
		font-size: 14px;
	}

	.contact-page .contact-1 .left {
		width: 100%;
		padding-right: 0;
	}

	.contact-page .contact-1 .right {
		width: 100%;
		padding-left: 0;
		padding-top: 20px;
	}

	.contact-page .contact-1 .left .share {
		margin-top: 10px;
	}

	.contact-page .contact-1 .left h2 {
		font-size: 28px;
		margin: 10px 0;
	}

	.contact-page .contact-2 .left span.tag {
		font-size: 50px;
	}

	.contact-page .contact-2 .left h2 {
		font-size: 32px;
	}

	.contact-page .contact-2 .left h4 {
		margin: 10px 0;
	}

	.contact-page .contact-2 .left {
		width: 100%;
		padding-right: 0;
	}

	.contact-page .contact-2 .right {
		display: none;
	}

	.contact-page .contact-2 .left .list {
		margin-top: 20px;
	}

	.contact-page .contact-2 .left .text {
		max-width: none;
	}

	.service-page .service-1 h2,.service-page .service-2 .list ul li .left h4,.service-page .service-3 h2 {
		font-size: 24px;
	}

	.service-page .service-2 .list ul li .right {
		width: 100%;
		padding: 0 !important;
		left: 0 !important;
	}

	.service-page .service-2 .list ul li .left {
		width: 100%;
		padding: 0 !important;
		left: 0 !important;
	}

	.service-page .service-2 .list ul li:nth-child(even) {
		margin: 25px 0;
	}

	.service-page .service-2 .list ul li .right .img {
		height: 200px;
	}

	.service-page .service-2 a.more {
		margin-top: 40px;
	}

	.service-page .service-3 .list .slide {
		width: 100%;
		padding: 0 !important;
	}

	.service-page .service-3 .list .slide ul li {
		margin-bottom: 0;
		padding-bottom: 10px;
	}

	.why-page .why-3 .right {
		width: 100%;
		left: 0 !important;
		padding: 0 !important;
		margin-top: 25px;
	}

	.why-page .why-3 .left {
		width: 100%;
		left: 0 !important;
	}

	.why-page .why-3 {
		padding: 40px 0;
	}

	.why-page .why-2 ul li {
		width: 50% !important;
	}

	.why-page .why-1 .right {
		width: 100%;
		padding-left: 0;
		padding-top: 30px;
	}

	.why-page .why-1 .left {
		width: 100%;
	}

	.why-page .why-1 .left .img {
		height: 240px;
	}
}

@media screen and (max-width:700px) {
	.inner-banner {
		padding: 25px 0;
	}

	.inner-banner .box h2 {
		font-size: 24px;
	}

	.contact-page .contact-1 {
		padding: 40px 0;
	}

	.contact-page .contact-1 .left h2 {
		font-size: 24px;
	}

	.service-page .service-1 .list ul li {
		padding: 10px;
	}

	.service-page .service-1 .list ul {
		margin: -10px;
	}

	.service-page .service-1 .list ul li .box .content {
		padding: 10px;
	}

	.why-page .why-2 ul li {
		width: 100% !important;
	}

	.why-page .why-1 .right h3 {
		font-size: 22px;
	}

	.why-page .why-1 {
		padding-top: 50px;
	}

	.service-page .service-3 .content {
		max-width: none;
	}

	.service-page .service-3 a.more {
		margin-top: 20px;
		float: none;
	}

	.service-page .service-2 a.more {
		font-size: 16px;
	}

	.contact-page .contact-1 .left .share ul li {
		width: 36px;
		height: 36px;
		line-height: 36px;
	}
	.area3 .body .list{overflow:hidden;padding-bottom:10px;}
.area3 .body .list li{width:100%; margin-bottom:20px;}
.area3 .body .list li .pic{overflow:hidden;}
.area3 .body .list li .pic img{transition:all 0.3s; width:100%;}
.area3 .body .list li .caption{width:81.25%;margin:0 auto;background-color:#fff;box-shadow:0px 1px 10px rgba(0,0,0,0.1);padding:40px;box-sizing:border-box;position:relative;margin-top:-100px;}
.area3 .body .list li .caption .intit{font-size:20px;color:#b40107;font-weight:bold;line-height:24px;}
.area3 .body .list li .caption .intit:before{content:"";display:block;width:4px;height:24px;background-color:#b40107;position:absolute;left:0px;top:40px;}
}

.inner-page {
	padding: 70px 0;
}

.contact-page,.why-page,.service-page {
	padding: 0;
}

.m-page {
	text-align: center;
	margin-top: 40px;
}

.m-page a,.m-page span {
	display: inline-block;
	margin: 2px;
	width: 30px;
	height: 30px;
	border: 1px solid #eee;
	font-size: 15px;
	text-align: center;
	line-height: 30px;
	transition: .5s;
}

.m-page a:hover,.m-page span.current {
	color: #fff;
	background: #bd0006;
}

.about-page .about-1 {
	padding: 60px 0 100px;
	background: #f9f9f9;
}

.about-page .about-1 h4 {
	text-align: center;
	font-size: 20px;
	color: #090909;
}

.about-page .about-1 .box {
	padding-top: 45px;
}

.about-page .about-1 .box .left {
	vertical-align: middle;
	padding-right: 30px;
	position: relative;
}

.about-page .about-1 .box .left .play {
	position: absolute;
	top: 50%;
	left: 50%;
	cursor: pointer;
	cursor: hand;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.about-page .about-1 .box .left .box2 {
	position: absolute;
	bottom: 15px;
	left: 0;
}

.about-page .about-1 .box .left .box2 h3 {
	display: inline-block;
	font-size: 40px;
	color: #fff;
	font-family: 'microsoft yahei';
	padding: 0 60px 0 15px;
	background: rgba(0,0,0,.66);
	line-height: 50px;
	height: 50px;
}

.about-page .about-1 .box .left .box2 p {
	display: inline-block;
	line-height: 36px;
	height: 36px;
	padding: 0 15px;
	font-size: 25px;
	color: #fff;
	background: rgba(0,0,0,.66);
	margin-top: 5px;
}

.about-page .about-1 .box .right {
	vertical-align: middle;
	padding-left: 30px;
}

.about-page .about-1 .box .right .content {
	padding-top: 10px;
	font-size: 18px;
	line-height: 1.4;
}

.about-page .about-1 .box .right .content p {
	font-size: 18px;
	padding-bottom: 30px;
	line-height: 1.8;
}

.about-page .about-1 .box .right .content p:last-child {
	padding-bottom: 0;
}

.about-page .about-2 {
	padding: 75px 0 110px;
}

.about-page .about-2 h2 {
	text-align: center;
}

.about-page .about-2 .box .content {
	font-size: 18px;
	line-height: 34px;
}

.about-page .about-2 .box .content p {
	padding-bottom: 45px;
}

.about-page .about-2 .box .content p:last-child {
	padding-bottom: 0;
}

.about-page .about-2 .box .left {
	padding-right: 15px;
}

.about-page .about-2 .box .right {
	padding-left: 15px;
}

.about-page .about-3 {
	padding-top: 80px;
	text-align: center;
	background: #efefef;
	padding-bottom: 110px;
}

.about-page .about-3 h2 {
	text-transform: capitalize;
}

.about-page .about-3 .box {
	padding-top: 80px;
}

.about-page .about-3 .box ul li {
	padding: 0 15px;
}

.about-page .about-3 .box ul li .text {
	max-width: 300px;
	position: relative;
	z-index: 1;
	text-align: left;
	display: inline-block;
}

.about-page .about-3 .box ul li .text:after {
	content: '';
	width: 175px;
	height: 175px;
	border-radius: 100%;
	background: #ebeeed;
	position: absolute;
	top: -35px;
	left: -25%;
	z-index: -1;
}

.about-page .about-3 .box ul li:nth-child(1) .text:after {
	background: #bd0006;
	background: -webkit-gradient(linear,left top,bottom top,color-stop(0%,#fff),color-stop(100%,#e1e8be));
	background: -moz-linear-gradient(bottom,#fff 0%,#fff 100%);
	background: -webkit-linear-gradient(top,#fff 0%,#fff 100%);
	background: -o-linear-gradient(bottom,#bd0006 0%,#fff 100%);
	background: -ms-linear-gradient(bottom,#fff 0%,#fff 100%);
	background: linear-gradient(to bottom,#fff,#fff);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#bd0006', endColorstr='#e1e8be',GradientType=0)";
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bd0006',endColorstr='#e1e8be',GradientType=0);
}

.about-page .about-3 .box ul li:nth-child(2) .text:after {
	background: #bd0006;
	background: -webkit-gradient(linear,left top,bottom top,color-stop(0%,#fff),color-stop(100%,#b7cc8e));
	background: -moz-linear-gradient(bottom,#fff 0%,#fff 100%);
	background: -webkit-linear-gradient(top,#fff 0%,#fff 100%);
	background: -o-linear-gradient(bottom,#fff 0%,#fff 100%);
	background: -ms-linear-gradient(bottom,#fff 0%,#fff 100%);
	background: linear-gradient(to bottom,#fff,#fff);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#bd0006', endColorstr='#b7cc8e',GradientType=0)";
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bd0006',endColorstr='#b7cc8e',GradientType=0);
}

.about-page .about-3 .box ul li:nth-child(3) .text:after {
	background: #bd0006;
	background: -webkit-gradient(linear,left top,bottom top,color-stop(0%,#bd0006),color-stop(100%,#9abf8e));
	background: -moz-linear-gradient(bottom,#fff 0%,#fff 100%);
	background: -webkit-linear-gradient(top,#fff 0%,#fff 100%);
	background: -o-linear-gradient(bottom,#fff 0%,#fff 100%);
	background: -ms-linear-gradient(bottom,#fff 0%,#fff 100%);
	background: linear-gradient(to bottom,#fff,#fff);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#bd0006', endColorstr='#9abf8e',GradientType=0)";
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bd0006',endColorstr='#9abf8e',GradientType=0);
}

.about-page .about-3 .box ul li .text h3 {
	font-size: 28px;
	line-height: 38px;
	color: #bd0006;
	font-weight: 600;
}

.about-page .about-3 .box ul li .text p {
	display: block;
	font-size: 18px;
	line-height: 1.5;
	margin-top: 6px;
}

.about-page .about-4 {
	padding: 100px 0 80px;
	text-align: center;
}

.about-page .about-4 h2 small {
	max-width: 530px;
	margin: 0 auto;
	margin-top: 40px;
}

.about-page .about-4 .box {
	padding: 45px 0 35px;
}

.about-page .about-4 .box ul,.network-page .network-2 .box ul,.network-page .network-2 .box ul {
	margin: -15px;
}

.about-page .about-4 .box ul li,.network-page .network-2 .box ul li,.contact-page .contact-4 .box ul li {
	padding: 15px;
}

.about-page .about-4 .box ul li:nth-child(7)~li,.network-page .network-2 .box ul li:nth-child(7)~li {
	display: none;
}

.team-page .top {
	padding-top: 10px;
	text-align: center;
}

.team-page .top h4 {
	display: block;
	max-width: 1070px;
	margin: 0 auto;
	font-size: 18px;
	font-family: 'microsoft yahei';
	font-weight: 300;
	line-height: 1.5;
	text-align: center;
}

.team-page .bottom ul li {
	padding: 100px 0 120px;
}

.team-page .bottom ul li .img {
	padding-right: 4%;
	position: relative;
}

.team-page .bottom ul li .img a {
	display: block;
}

.team-page .bottom ul li .img img {
	width: 100%;
}

.team-page .bottom ul li .text {
	padding: 0 2%;
	position: relative;
}

.team-page .bottom ul li .text .content {
	display: block;
	margin-top: 30px;
	font-size: 16px;
	color: #bd0006;
	line-height: 34px;
	max-height: 180px;
}

.team-page .bottom ul li:nth-child(even) {
	background: #f8f8f8;
}

.team-page .bottom ul li:nth-child(even) .img {
	left: 50%;
	padding-left: 4%;
	padding-right: 0;
}

.team-page .bottom ul li:nth-child(even) .text {
	left: -50%;
}

.custom-page {
	padding: 90px 0 120px;
}

.custom-page h2.title {
	text-align: center;
	text-transform: none;
}

.custom-page h2.title small {
	max-width: 1070px;
	margin: 0 auto;
	font-size: 20px;
	color: #4e4243;
	line-height: 34px;
	text-align: center;
	font-weight: 600;
	margin-bottom: 100px;
	display: block;
}

.custom-page .box ul {
	margin: -20px 0;
}

.custom-page .box ul li {
	padding: 20px 0;
}

.custom-page .box ul li .img {
	vertical-align: middle;
	position: relative;
	padding: 0 5%;
}

.custom-page .box ul li .img a.img-box {
	display: block;
}

.custom-page .box ul li .img a.img-box img {
	width: 100%;
}

.custom-page .box ul li .text {
	padding-left: 75px;
	vertical-align: middle;
	position: relative;
}

.custom-page .box ul li .text .content {
	padding: 0 30px;
}

.custom-page .box ul li .text h2.title {
	text-align: left;
	font-size: 40px;
	color: #180f08;
	font-weight: 700;
	text-transform: uppercase;
}

.custom-page .box ul li .text p {
	display: block;
	font-size: 18px;
	line-height: 32px;
	margin-top: 15px;
}

.custom-page .box ul li:nth-child(even) .img {
	left: 50%;
}

.custom-page .box ul li:nth-child(even) .text {
	left: -50%;
	padding-left: 70px;
	padding-right: 30px;
}

.network-page {
	padding: 60px 0 50px;
	text-align: center;
}

.network-page h2.title {
	text-transform: none;
}

.network-page .network-1 .content {
	padding-top: 80px;
}

.network-page .network-1 .content img {
	margin: 0 auto;
}

.network-page .network-1 .content .text {
	width: 1070px;
	padding-top: 80px;
	font-size: 18px;
	line-height: 34px;
	margin: 0 auto;
}

.network-page .network-2 {
	padding-top: 100px;
}

.network-page .network-2 h2.title small {
	max-width: 530px;
	margin: 0 auto;
	margin-top: 40px;
}

.network-page .network-2 .box {
	padding-top: 70px;
	padding-bottom: 50px;
}

@media screen and (max-width:1600px) {
	.about-page .about-1 .box .right .content p {
		font-size: 22px;
		line-height: 30px;
	}

	.about-page .about-1 .box .left .box2 h3 {
		font-size: 34px;
	}

	.about-page .about-1 .box .left .box2 p {
		font-size: 22px;
	}

	.about-page .about-3 .box ul li .text h3 {
		font-size: 30px;
		line-height: 40px;
	}

	.custom-page {
		padding: 60px 0;
	}

	.custom-page .box ul li .text p {
		font-size: 22px;
	}

	.about-page .about-1 .box .right .content p {
		font-size: 18px;
		line-height: 1.7;
	}

	.about-page .about-1 {
		padding: 50px 0;
	}

	.about-page .about-2 {
		padding: 70px 0;
	}

	.about-page .about-2 .box {
		padding-top: 30px;
	}

	.about-page .about-2 .box .content p {
		padding-bottom: 15px;
	}

	.about-page .about-3 .box ul li .text h3 {
		font-size: 26px;
		line-height: 1.4;
	}

	.about-page .about-3 .box ul li .text p {
		font-size: 18px;
		line-height: 1.6;
	}

	.about-page .about-4 h2 small {
		margin-top: 20px;
	}

	.network-page .network-2 h2.title small {
		margin-top: 20px;
	}
}

@media screen and (max-width:1450px) {
	.custom-page .box ul li .text p {
		font-size: 18px;
	}

	.team-page .top {
		padding-top: 60px;
	}

	.team-page .bottom ul li .text .content {
		font-size: 14px;
		max-height: none;
	}
}

@media screen and (max-width:1250px) {
	.team-page .bottom ul li .img {
		padding-right: 2%;
	}

	.team-page .bottom ul li:nth-child(even) .img {
		padding-left: 2%;
		padding-right: 0;
	}

	.team-page .bottom ul li .text .content {
		margin-top: 20px;
		font-size: 16px;
		line-height: 24px;
	}

	img.down {
		max-width: 16px;
	}

	.custom-page .box ul li .text h2.title {
		font-size: 26px;
	}

	.custom-page .box ul li .text p {
		font-size: 20px;
		line-height: 28px;
	}

	.about-page .about-1 .box .left {
		padding-right: 0;
	}

	.about-page .about-1 .box .right .content p {
		font-size: 18px;
	}

	.about-page .about-2 .box .content {
		font-size: 16px;
	}

	.team-page .bottom ul li .text .content {
		font-size: 14px;
		max-height: 140px;
		overflow: auto;
	}

	.custom-page h2.title small {
		margin-bottom: 60px;
	}

	.custom-page .box ul li .text h2.title {
		font-size: 25px;
	}

	.custom-page .box ul li .text p {
		font-size: 16px;
		line-height: 1.8;
	}
}

@media screen and (max-width:1000px) {
	.custom-page .box ul li .text,.team-page .bottom ul li .text {
		left: 0 !important;
		padding: 0 0 20px !important;
		width: 100%;
	}

	.custom-page .box ul li .img,.team-page .bottom ul li .img {
		width: 100%;
		left: 0 !important;
		padding: 0 !important;
	}

	.custom-page .box ul li .text,.team-page .bottom ul li .text {
		padding: 20px 0 0!important;
	}

	.custom-page .box ul li,.team-page .bottom ul li {
		border-bottom: 1px #eee dashed;
	}

	.custom-page .box ul li:last-child,.team-page .bottom ul li:last-child {
		border-bottom: none;
	}

	.team-page .top h4 {
		font-size: 16px;
		line-height: 24px;
	}

	.about-page .about-4 .box ul li,.network-page .network-2 .box ul li,.contact-page .contact-4 .box ul li {
		width: 20%;
	}

	.team-page .bottom ul li .text .content {
		max-height: none;
	}

	.custom-page .box ul li .text h2.title {
		font-size: 24px;
	}
}

@media screen and (max-width:700px) {
	.custom-page .box {
		padding-top: 30px;
	}

	.custom-page .box ul li .text .content {
		padding: 0 15px;
	}

	.custom-page .box ul li .text h2.title {
		font-size: 24px;
	}

	.custom-page .box ul li .text p {
		font-size: 16px;
		line-height: 24px;
	}

	.about-page .about-3 .box ul li .text p {
		margin-top: 10px;
	}

	.about-page .about-3 .box ul li .text h3 {
		font-size: 18px;
		line-height: 24px;
	}

	.about-page .about-3 .box ul li .text:after {
		width: 100px;
		height: 100px;
		left: 20%;
	}

	.about-page .about-3 .box ul li {
		margin: 20px 0;
	}

	.about-page .about-4 {
		padding: 40px 0;
	}

	.about-page .about-3 .box ul li {
		width: 33.333%;
	}

	.about-page .about-3 .box ul li .text p {
		font-size: 12px;
		line-height: 20px;
	}

	.about-page .about-3 .box ul li .text:after {
		left: -10%;
	}

	.about-page .about-4 .box ul li,.network-page .network-2 .box ul li,.contact-page .contact-4 .box ul li {
		padding: 5px;
	}

	.about-page .about-4 .box ul,.network-page .network-2 .box ul,.contact-page .contact-4 .box ul {
		margin: -5px;
	}

	.custom-page .box {
		padding-top: 0;
	}

	.custom-page .box ul li .text h2.title {
		font-size: 20px;
	}

	.about-page .about-4 .box ul li,.network-page .network-2 .box ul li,.contact-page .contact-4 .box ul li {
		width: 33.333%;
	}
	
	
.area6{position:relative;z-index:1; border:0px solid #f60;}
.area6 .tit{font-size:30px;line-height:30px;color:#333333;font-family:siyuan;text-align:center;font-weight:bold;margin-bottom:60px;}
.area6 .tit span{display:inline-block;padding:0px 40px 26px;position:relative;border-bottom:1px solid #d3d8dc;}
.area6 .tit span:before{content:"";display:block;width:60px;height:3px;background-color:#b40107;left:50%;margin-left:-30px;bottom:-1px;position:absolute;}


.area6 .body{overflow:hidden;}
.area6 .body .list li{width:100%;float:left;overflow:hidden;margin-left:0.48%;transition:all 0.5s;position:relative; border:0px solid #f60;}
.area6 .body .list li img{width:100%;}
.area6 .body .list .l1{width:100%;margin:0px;}
.area6 .body .list .l1 img{width:100%;}
.area6 .body .list .l2{width:100%;margin:0px;}
.area6 .body .list .l3{width:100%;margin:0px;}
.area6 .body .list .l4{width:100%;margin:0px;/*float:right;*/}
.area6 .body .list li.pic{width:100%;}
.area6 .body .list li.pic img{width:100%;}
.area6 .body .list li.act{width:100%;}

.area6 .body .list li .txt{width:100%;background-color:#f3f3f3;position:relative;}
.area6 .body .list li .txt .intit{font-size:24px;color:#333333;line-height:24px;padding:26px 0px 0px 28px;float:left;}
.area6 .body .list li .txt .intit span{display:block;font-family:Arial;font-size:14px;color:#999;line-height:14px;margin-top:10px;}
.area6 .body .list li .txt .intit .more{}

.area6 .body .list li .txt .more{display:block;width:100px;height:40px;border-radius:3px;line-height:40px;box-sizing:border-box;padding:0px 20px;position:relative;color:#b40107;transition: all 0.3s;float:right;font-size:14px;background-color:#b40107;color:#fff;position:absolute;right:20px;top:48%;}
.area6 .body .list li .txt .more:before{content:"";display:block;width:22px;height:10px;background:url(../images/gfj.png) center no-repeat;background-size:cover;position:absolute;right:60px;top:50%;margin-top:-5px;transition:all 0.3s;background-image:url(../images/gfjt1.png);}

.area6 .body .list li .txt .more:hover{background-color:#085996;}
.area6 .body .list li .txt .more:hover:before{transform:translateX(5px);}

.area6 .body .list li .mc{position:absolute;left:0px;top:0px;width:100%;background-color:rgba(0,0,0,0.5);}
.area6 .body .list li .mc .btn{width:60px;height:60px;position:absolute;left:50%;margin-left:-30px;top:50%;margin-top:-30px;}

.area6 .body .list li.act .txt .intit{color:#b40107;}
.area6 .body .list li.act .txt .intit span{color:#b40107;}

}

@media screen and (max-width:500px) {
	.about-page .about-3 .box ul li,.about-page .about-3 .box ul li .text {
		width: 100%;
	}
}

.about2-page {
	overflow: hidden;
}

.about2-page .text {
	font-size: 16px;
	color: #212121;
	line-height: 30px;
}

.about2-page .about-1 {
	padding: 50px 0 50px;
}

.about2-page .about-1 .top {
	padding-bottom: 60px;
	margin-bottom: 80px;
	border-bottom: 1px solid #626363;
}

.about2-page .about-1 .top .left {
	vertical-align: middle;
	padding-right: 7%;
}

.about2-page .about-1 .top .left h3 {
	font-size: 50px;
	color: #040404;
	font-weight: 600;
	line-height: 110px;
	text-transform: uppercase;
}

.about2-page .about-1 .top .left h3 em {
	font-weight: 700;
	color: #bd0006;
}

.about2-page .about-1 .top .left h6 {
	font-size: 28px;
	color: #121212;
	line-height: 1;
	font-weight: 700;
	text-transform: uppercase;
	margin: 20px 0 10px;
}

.about2-page .about-1 .top .left h4 {
	font-size: 57px;
	color: #121212;
	line-height: 1;
	font-weight: 700;
}

.about2-page .about-1 .top .left h4:first-letter {
	text-transform: capitalize;
}

.about2-page .about-1 .top .left .text {
	margin-top: 35px;
}

.about2-page .about-1 .top .right {
	text-align: right;
	padding-left: 7%;
}

.about2-page .about-1 .top .right ul {
	text-align: left;
	margin: -20px;
}

.about2-page .about-1 .top .right ul li {
	padding: 20px;
}

.about2-page .about-1 .top .right ul li h4 {
	font-size: 80px;
	color: #bd0006;
	line-height: 1;
	font-weight: 700;
}

.about2-page .about-1 .top .right ul li h4 sup {
	font-size: 15%;
	text-transform: uppercase;
}

.about2-page .about-1 .top .right ul li p {
	font-size: 22px;
	color: #191a1a;
	line-height: 1;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 10px;
}

.about2-page .about-1 .top.two {
	text-align: center;
	margin-top: 40px;
}

.about2-page .about-1 .top.two .left {
	padding-right: 0;
	text-align: left;
}

.about2-page .about-1 .top.two h6 {
	text-transform: none;
}

.about2-page .about-1 .top.two h3 {
	color: #000;
	text-transform: none;
}

.about2-page .about-1 .top.two h3 em {
	color: #bd0006;
	font-weight: 300;
}

.about2-page .about-1 .top.two h3 sup {
	font-size: 20%;
}

.about2-page.history-page .about-1 .top.two {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}

.about2-page.history-page .about-1 .top.two h6 {
	text-align: center;
}

.about2-page.history-page .about-1 .top.two h3 {
	text-align: center;
	color: #bd0006;
}

.about2-page.history-page .about-1 .top.two h3 em {
	font-family: inherit;
	color: #000;
}

.about2-page .about-1 .bottom {
	display: inline-block;
	width: 100%;
}

.about2-page .about-1 .bottom .text>* {
	padding-top: 35px;
}

.about2-page .about-1 .bottom .text>*:first-child {
	padding-top: 0;
}

.about2-page .about-1 .bottom .text img {
	float: right;
	width: 50%;
	padding-left: 6%;
}

.about2-page .about-2 {
	padding-bottom: 80px;
}

.about2-page .about-2 .box {
	background: #242525;
	position: relative;
	z-index: 1;
	margin-bottom: 90px;
}

.about2-page .about-2 .box:after {
	content: '';
	width: 200%;
	height: 100%;
	position: absolute;
	left: -50%;
	top: 0;
	z-index: -1;
	background: inherit;
}

.about2-page .about-2 .box .left {
	width: 45%;
	vertical-align: middle;
	padding-right: 4%;
}

.about2-page .about-2 .box .left img {
	margin: -35px 0;
}

.about2-page .about-2 .box .right {
	width: 55%;
	padding-left: 3%;
	vertical-align: middle;
}

.about2-page .about-2 .box .right .text {
	color: #eee;
	font-weight: 300;
}

.about2-page .about-2 .text2 {
	font-size: 24px;
	color: #121212;
	line-height: 44px;
	margin-top: 40px;
}

.about2-page .about-3 {
	padding: 75px 0;
	text-align: center;
	background: #f8f8f8;
}

.about2-page .about-3 h3 {
	font-size: 40px;
	color: #212121;
	line-height: 76px;
}

.about2-page .about-3 .list {
	margin-top: 70px;
}

.about2-page .about-3 .list ul {
	margin: -50px;
}

.about2-page .about-3 .list ul li {
	padding: 50px;
}

.about2-page .about-3 .list ul li i {
	display: block;
}

.about2-page .about-3 .list ul li h5 {
	font-size: 30px;
	color: #141414;
	line-height: 56px;
	margin: 30px 0 20px;
}

.about2-page .about-3 .list ul li p {
	font-size: 16px;
	color: #212121;
	line-height: 30px;
}

.about2-page .about-4 {
	padding-top: 70px;
}

.about2-page .about-4 .box {
	height: 660px;
	position: relative;
	top: 70px;
}

.about2-page .about-4 .box img,.about2-page .about-4 .box iframe {
	height: 100%;
	width: 100%;
}

.about2-page .about-5 {
	padding: 125px 0 80px;
	background: #3b9ad9;
	text-align: center;
}

.about2-page .about-5 h2 {
	font-size: 40px;
	color: #eee;
	line-height: 76px;
}

.about2-page .about-5 .text {
	font-size: 16px;
	color: #eee;
	line-height: 30px;
	margin: 10px auto 0;
	max-width: 1250px;
}

.about2-page .about-5 img {
	margin: 40px auto 0;
}

.about2-page .about-6 {
	padding: 110px 0 140px;
}

.about2-page .about-6 .img {
	width: 35%;
	vertical-align: middle;
}

.about2-page .about-6 .img a {
	display: block;
}

.about2-page .about-6 .content {
	vertical-align: middle;
	width: 65%;
	padding-left: 3%;
}

.about2-page .about-6 .content h3 {
	font-size: 40px;
	color: #212121;
	line-height: 76px;
	padding-bottom: 15px;
	position: relative;
	border-bottom: 1px solid #d2d2d2;
}

.about2-page .about-6 .content h3:after {
	content: '';
	width: 15%;
	height: 1px;
	background: #bd0006;
	position: absolute;
	left: 0;
	bottom: -1px;
}

.about2-page .about-6 .content .text p {
	padding-top: 20px;
}

.gallery-page h3 {
	font-size: 28px;
	font-weight: 600;
	font-family: 'Montserrat';
	color: #000;
	text-transform: capitalize;
}

.gallery-page .box {
	padding: 60px 0;
}

.gallery-page .box ul {
	margin: -10px;
}

.gallery-page .box ul li {
	padding: 20px;
}

.gallery-page .box ul li a {
	display: block;
	border: 1px solid #eee;
}

.gallery-page .box ul li h5 {
	position: relative;
	z-index: 1;
	background: #eee;
	font-size: 16px;
	color: #333;
	padding: 10px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.gallery-page .box ul li:hover h5 {
	background: #bd0006;
	color: #fff;
}

.newdet-page h1 {
	font-size: 26px;
	line-height: 50px;
	color: #000;
	font-weight: 500;
}

.newdet-page time {
	display: block;
	margin: 15px 0;
	font-size: 14px;
	line-height: 28px;
	color: #000;
	opacity: .6;
}

.newdet-page .content {
	display: block;
	padding: 15px 0;
	border-top: 1px #ccc dashed;
	border-bottom: 1px #ccc dashed;
	font-size: 16px;
	color: #666;
	line-height: 30px;
}

.newdet-page .share {
	padding-top: 20px;
	margin-bottom: 10px;
}

.newdet-page .share h4 {
	font-size: 14px;
	line-height: 28px;
	color: #000;
	display: inline-block;
	vertical-align: middle;
}

.newdet-page .share ul {
	display: inline-block;
	vertical-align: middle;
}

.newdet-page .share ul li {
	width: auto;
	margin-left: 20px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.newdet-page .share ul li:hover {
	color: #bd0006;
}

.news-page .news-1 h3 {
	font-size: 32px;
	color: #000;
	font-weight: 500;
	text-transform: uppercase;
}

.news-page .news-1 h3 small {
	display: block;
	font-size: 16px;
	opacity: .45;
	line-height: 30px;
	font-weight: 400;
	text-transform: none;
}

.news-page .news-1 .nav-list {
	padding-top: 30px;
}

.news-page .news-1 .nav-list ul li {
	width: auto;
	display: inline-block;
	vertical-align: middle;
}

.news-page .news-1 .nav-list ul li a {
	line-height: 40px;
	height: 40px;
	font-size: 20px;
	color: #171717;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	display: block;
	padding: 5px 40px;
}

.news-page .news-1 .nav-list ul li:hover a,.news-page .news-1 .nav-list ul li.active a {
	color: #fff;
	background: #bd0006;
}

.news-page .news-2 {
	padding: 100px 0 60px;
}

.news-page .news-2 .top .img {
	width: 30%;
	vertical-align: middle;
}

.news-page .news-2 .top .img a {
	display: block;
}

.news-page .news-2 .top .img a img {
	width: 100%;
}

.news-page .news-2 .top .text {
	width: 70%;
	vertical-align: middle;
	padding-left: 50px;
	max-width: 820px;
}

.news-page .news-2 .top .text h3 {
	font-size: 24px;
	color: #000;
	text-transform: uppercase;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.news-page .news-2 .top .text h3:hover {
	color: #bd0006;
}

.news-page .news-2 .top .text p {
	display: block;
	font-size: 16px;
	color: #3a3a3a;
	margin: 20px 0 30px;
}

.news-page .news-2 .top .text a.more {
	display: inline-block;
	font-size: 18px;
	color: #129dd7;
	border-bottom: 1px solid #129dd7;
	line-height: 20px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.news-page .news-2 .top .text a.more:hover {
	border-color: #000;
}

.news-page .news-2 .bottom {
	padding: 80px 0 60px;
}

.news-page .news-2 .bottom ul {
	margin: -13px;
}

.news-page .news-2 .bottom ul li {
	padding: 13px;
}

.news-page .news-2 .bottom ul li .box2 {
	display: block;
	border: 1px solid #eaeaea;
	position: relative;
	overflow: hidden;
}

.news-page .news-2 .bottom ul li .box2 a.img-box {
	display: block;
}

.news-page .news-2 .bottom ul li .box2 a.img-box img {
	width: 100%;
}

.news-page .news-2 .bottom ul li .box2 a.img-box svg {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	cursor: pointer;
	cursor: hand;
	border: 1px solid #000;
	border-radius: 100%;
	width: 50px;
	height: 50px;
}

.news-page .news-2 .bottom ul li .box2 a.img-box svg path {
	fill: inherit !important;
}

.news-page .news-2 .bottom ul li .box2 .content {
	display: block;
	padding: 35px 20px;
}

.news-page .news-2 .bottom ul li .box2 .content h3 {
	display: block;
	font-size: 18px;
	color: #333;
	line-height: 1.6;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	font-weight: 500;
	padding: 0;
	text-align: left;
	text-transform: none;
	height: 4.8em;
}

.news-page .news-2 .bottom ul li .box2 .content p {
	display: block;
	font-size: 14px;
	color: #1e2226;
	line-height: 28px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	margin: 15px 0;
}

.news-page .news-2 .bottom ul li .box2 .content time {
	display: block;
	font-size: 14px;
	line-height: 28px;
	color: #979797;
}

.news-page .news-2 .bottom ul li .box2 .box3 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #bd0006;
	color: #fff;
	padding: 20px 30px;
	text-align: center;
	-webkit-transform: translateY(101%);
	-moz-transform: translateY(101%);
	-ms-transform: translateY(101%);
	-o-transform: translateY(101%);
	transform: translateY(101%);
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.news-page .news-2 .bottom ul li .box2 .box3 i {
	font-size: 12px;
	text-transform: uppercase;
}

.news-page .news-2 .bottom ul li .box2 .box3 h4 {
	display: block;
	font-size: 20px;
	line-height: 1.6;
	margin: 30px 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 8;
	overflow: hidden;
	max-height: 12.8em;
}

.news-page .news-2 .bottom ul li .box2 .box3 p {
	display: block;
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	height: 80px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
	max-height: 105px;
}

.news-page .news-2 .bottom ul li .box2 .box3 a.more {
	display: inline-block;
	vertical-align: middle;
	line-height: 40px;
	height: 40px;
	padding: 0 50px;
	background: #fff;
	font-size: 14px;
	color: #bd0006;
	text-transform: uppercase;
	margin: 30px auto;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.news-page .news-2 .bottom ul li .box2 .box3 a.more:hover {
	background: #222;
	color: #fff;
}

.news-page .news-2 .bottom ul li .box2 .box3 time {
	color: #fff;
	display: block;
	font-size: 14px;
	line-height: 28px;
}

.news-page .news-2 .bottom ul li .box2:hover .box3 {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.about2-page .i-history {
	padding-bottom: 50px;
}

.about2-page .i-history h2.h2 {
	font-size: 48px;
	text-align: center;
	font-weight: 700;
	margin-bottom: 10px;
	color: #d29b57;
}

.about2-page .i-history p.p {
	padding: 0 20%;
	text-align: center;
}

.about2-page .i-history .history-list {
	margin-top: 50px;
	position: relative;
}

.about2-page .i-history .history-list:after {
	content: '';
	position: absolute;
	width: 1px;
	height: 100%;
	background: #ddd;
	left: 50%;
	top: 0;
}

.about2-page .i-history .history-list .list p {
	font-weight: 400;
	color: #504a44;
	font-size: 16px;
	line-height: 30px;
}

.about2-page .i-history .history-list .list .i-text {
	float: left;
	width: 49%;
	cursor: pointer;
	transition: .3s ease;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-ms-transition: .3s ease;
	-o-transition: .3s ease;
	position: relative;
}

.about2-page .i-history .history-list .list .i-text:after {
	content: '';
	position: absolute;
	width: 9px;
	height: 15px;
	background: url(../images/r_03.jpg) no-repeat center;
	right: -9px;
	top: 50px;
	z-index: 8;
}

.about2-page .i-history .history-list .list .i-text .text1 {
	border: 1px solid #ededed;
	padding: 30px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	text-align: right;
	width: 92%;
}

.about2-page .i-history .history-list .list .i-text .text1 .grid-box div.column {
	width: 75%;
}

.about2-page .i-history .history-list .list .i-text .text1 .grid-box div.column:nth-child(2) {
	width: 25%;
	padding-left: 10px;
}

.about2-page .i-history .history-list .list .i-text .text1 .grid-box .column h4 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 10px;
}

.about2-page .i-history .history-list .list .i-text:hover .text1 {
	background: #eee;
}

.about2-page .i-history .history-list .list .i-year {
	float: right;
	width: 50%;
}

.about2-page .i-history .history-list .list .i-year .year1 {
	padding: 38px 30px 0 8%;
}

.about2-page .i-history .history-list .list .i-year .year1 h3 {
	font-size: 36px;
	font-weight: 700;
	line-height: 1;
	color: #bd0006;
}

.about2-page .i-history .history-list .list:nth-child(2n) .i-text {
	float: right;
}

.about2-page .i-history .history-list .list:nth-child(2n) .i-text:after {
	background: url(../images/l_03.jpg) no-repeat center;
	right: auto;
	left: -8px;
}

.about2-page .i-history .history-list .list:nth-child(2n) .i-text .text1 {
	float: right;
	text-align: left;
}

.about2-page .i-history .history-list .list:nth-child(2n) .i-text .text1 .grid-box div.column:nth-child(1) {
	float: right;
	padding: 0 0 0 10px;
}

.about2-page .i-history .history-list .list:nth-child(2n) .i-text .text1 .grid-box div.column:nth-child(2) {
	float: left;
}

.about2-page .i-history .history-list .list:nth-child(2n) .i-year {
	float: left;
}

.about2-page .i-history .history-list .list:nth-child(2n) .i-year h3,.about2-page .i-history .history-list .list:nth-child(2n) .i-year p {
	text-align: right;
}

.about2-page .i-history .history-list .list:nth-child(2n) .i-year .year1 {
	padding: 32px 8% 0 30px;
}

.about2-page .i-history .history-list .list .i-text .text1 .grid-box .img img {
	padding: 5px;
}

@media screen and (max-width:1500px) {
	.news-page .news-2 {
		padding: 50px 0;
	}

	.news-page .news-2 .bottom {
		padding: 40px 0;
	}
}

@media screen and (max-width:1270px) {
	.news-page .news-2 .top .text {
		padding-left: 25px;
	}

	.news-page .news-2 .top .text p {
		margin: 15px 0;
	}

	.news-page .news-1 .nav-list ul li {
		line-height: 34px;
		height: 34px;
	}
}

@media screen and (max-width:1000px) {
	.gallery-page .box {
		padding: 40px 0;
	}

	.news-page .news-2 .top .text h3 {
		font-size: 20px;
	}

	.news-page .news-1 .nav-list ul li a {
		padding: 0 20px;
	}

	.news-page .news-1 h3 {
		font-size: 28px;
	}
}

@media screen and (max-width:700px) {
	.news-page .news-2 .top .text {
		width: 50%;
	}

	.news-page .news-2 .top .img {
		width: 50%;
	}

	.news-page .news-2 .top .text p {
		font-size: 14px;
	}

	.news-page .news-2 .top .text h3 {
		font-size: 18px;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}

	.news-page .news-1 .nav-list ul li {
		font-size: 15px;
	}

	.news-page .news-2 {
		padding: 30px 0;
	}

	.news-page .news-1 h3 {
		font-size: 24px;
	}
}

@media screen and (max-width:500px) {
	.news-page .news-2 .top .text {
		width: 100%;
		padding-left: 0;
		padding-top: 20px;
	}

	.news-page .news-2 .top .img {
		width: 100%;
	}
}

@media screen and (max-width:1600px) {
	.about2-page .about-1 .top .left h4 {
		font-size: 40px;
	}

	.about2-page .about-1 .top .right ul li h4 {
		font-size: 60px;
	}

	.about2-page .about-1 .top .right ul li p {
		font-size: 18px;
	}

	.about2-page .about-3 .list ul li h5 {
		font-size: 24px;
	}

	.about2-page .about-6 {
		padding: 80px 0;
	}

	.about2-page .about-6 .content h3 {
		font-size: 32px;
	}
}

@media screen and (max-width:1250px) {
	.about2-page .about-5 {
		padding: 60px 0;
	}

	.about2-page .about-6 .content h3 {
		font-size: 24px;
	}

	.gallery-page .box ul li {
		padding: 5px;
	}

	.gallery-page .box ul {
		margin: -5px;
	}

	.about2-page .about-1 {
		padding: 0 0 40px;
	}

	.about2-page .about-1 .top .left h3 {
		font-size: 40px;
	}

	.about2-page .about-1 .top .left h6 {
		font-size: 24px !important;
	}

	.about2-page .about-4 .box {
		top: 20px;
	}
}

@media screen and (max-width:1000px) {
	.about2-page .about-1 .top .right {
		display: none;
	}

	.about2-page .about-1 .top .left {
		width: 100%;
		padding-right: 0;
	}

	.about2-page .about-1 .top.two {
		margin: 0 auto 30px;
		padding-bottom: 30px;
	}

	.about2-page .about-1 .bottom .text img {
		width: 70%;
	}

	.about2-page .about-2 .box .left {
		width: 100%;
		padding-right: 0;
	}

	.about2-page .about-2 .box .right {
		width: 100%;
		padding-left: 0;
		padding-top: 20px;
	}

	.about2-page .about-2 {
		padding: 30px 0;
	}

	.about2-page .about-3 h3 {
		font-size: 24px;
	}

	.about2-page .about-3 .list ul li {
		width: 50%;
		padding: 15px;
	}

	.about2-page .about-3 .list ul {
		margin: -15px;
	}

	.about2-page .about-3 .list ul li i img {
		max-height: 70px;
	}

	.about2-page .about-4 .box {
		height: 360px;
	}

	.about2-page .about-6 .content {
		width: 100%;
		padding-left: 0;
	}

	.about2-page .about-6 .img {
		display: none;
	}

	.about2-page .i-history .history-list .list .i-text {
		width: 70%;
		float: right;
	}

	.about2-page .i-history .history-list .list .i-year {
		width: 30%;
		float: left;
		text-align: right;
	}

	.about2-page .i-history .history-list:after {
		left: 30%;
	}

	.about2-page .i-history .history-list .list .i-text:after {
		background-image: url('../images/l_03.jpg');
		right: auto;
		left: -8px;
	}

	.about2-page .i-history .history-list .list .i-text .text1 .grid-box .column:nth-child(2) {
		display: none;
	}

	.about2-page .i-history .history-list .list .i-text .text1 .grid-box .column {
		width: 100%;
	}

	.about2-page .i-history .history-list .list .i-text {
		text-align: right;
	}

	.about2-page .i-history .history-list .list .i-text .text1 {
		margin-left: auto;
		text-align: left;
	}
}

@media screen and (max-width:1000px) {
	.about2-page .about-6 {
		padding: 40px 0;
	}

	.about2-page .about-2 .box .left img {
		margin: 0;
	}

	.about2-page .about-1 .bottom .text img {
		width: 100%;
		padding-left: 0;
	}

	.about2-page .about-3 .list ul li h5 {
		margin: 10px 0;
	}

	.about2-page .about-3 .list ul li h5 {
		font-size: 20px;
	}

	.about2-page .i-history .history-list .list p {
		font-size: 12px;
	}

	.about2-page .i-history .history-list .list .i-text .text1 {
		padding: 10px;
	}

	.about2-page .i-history .history-list .list .i-year .year1 h3 {
		font-size: 20px;
	}

	.about2-page .about-1 .top .left h3 {
		font-size: 28px;
	}
}

@media screen and (max-width:500px) {
	.huhu {
		display: none!important;
	}

	.fenlei {
		display: none!important;
	}

	.miaoshu {
		display: none!important;
	}

	.newdet-page h1 {
		font-size: 22px;
		line-height: 40px;
	}
}

.about-page h2.title {
	font-size: 36px;
	color: #180f08;
	font-weight: 700;
	text-transform: uppercase;
}

.about-page h2.title small {
	display: block;
	max-width: 1070px;
	margin: 0 auto;
	font-size: 18px;
	color: #4e4243;
	line-height: 34px;
	font-weight: 500;
	text-transform: none;
	margin-top: 24px;
}

.product-page {
	background: #f5f8ff;
	padding: 40px 0 200px;
}

.product-page .top {
	display: block;
	padding: 20px 30px;
	background: #fff;
}

.product-page .top h6 {
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	color: #000;
	text-transform: capitalize;
	margin-right: 15px;
}

.product-page .top .cat {
	display: inline-block;
	vertical-align: middle;
}

.product-page .top .cat .cat-list {
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

.product-page .top .cat .cat-list span {
	line-height: 42px;
	height: 42px;
	padding: 0 10px;
	border-radius: 4px;
	width: 520px;
	font-size: 18px;
	color: #7c7c7c;
	display: block;
	border: 1px solid #e5e5e5;
	cursor: pointer;
	cursor: hand;
	overflow: hidden;
}

.product-page .top .cat .cat-list span i {
	float: right;
	font-size: 20px;
	margin-top: 10px;
}

.product-page .top .cat .cat-list ul {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background: #fff;
	padding: 15px;
	z-index: 1;
	display: none;
	max-height: 200px;
	overflow: auto;
}

.product-page .top .cat .cat-list ul li {
	font-size: 14px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #eee;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.product-page .top .cat .cat-list ul li:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}

.product-page .top .cat .cat-list ul li:hover {
	color: #bd0006;
}

.product-page .top .cat div.cat-list:hover ul,.product-page .top .cat div.cat-list:active ul {
	display: block;
}

.product-page .top .search {
	display: inline-block;
	vertical-align: middle;
	margin-left: 30px;
}

.product-page .top .search form {
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

.product-page .top .search form input {
	line-height: 42px;
	height: 42px;
	padding: 0 10px;
	border-radius: 4px;
	width: 300px;
	font-size: 18px;
	color: #000;
	display: block;
	border: 1px solid #e5e5e5;
	padding-right: 50px;
	background: 0 0;
}

.product-page .top .search form input::-webkit-input-placeholder {
	color: #7c7c7c;
}

.product-page .top .search form input:-moz-placeholder {
	color: #7c7c7c;
}

.product-page .top .search form input::-moz-placeholder {
	color: #7c7c7c;
}

.product-page .top .search form input:-ms-input-placeholder {
	color: #7c7c7c;
}

.product-page .top .search form input[type=submit] {
	width: 40px;
	background: url("../images/icon-search2.png") center center no-repeat;
	border: none;
	position: absolute;
	top: 0;
	right: 0;
}

.product-page .bottom {
	padding: 40px 0 55px;
}

.product-page .bottom ul {
	margin: -15px -8px;
}

.product-page .bottom ul li {
	padding: 15px 8px;
}

.product-page .bottom ul li a.img-box {
	display: block;
}

.product-page .bottom ul li a.img-box img {
	display: block;
	width: 100%;
}

.product-page .bottom ul li .content {
	display: block;
	background: #fff;
	padding: 20px 10px 15px;
}

.product-page .bottom ul li .content h5 {
	font-size: 16px;
	color: #000;
	line-height: 30px;
	padding: 0 5px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	height: 68px;
}

.product-page .bottom ul li .content h5:hover {
	color: #bd0006;
}

.product-page .bottom ul li .content p {
	display: block;
	font-size: 14px;
	color: rgba(0,0,0,.55);
	padding: 3px 5px;
	word-break: break-word;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	height: 58px;
	line-height: 28px;
}

.prodet-page .prodet-1 {
	padding: 70px 0;
}

.prodet-page .prodet-1 .left {
	width: 40%;
}

.prodet-page .prodet-1 .left img {
	width: 100%;
}

.prodet-page .prodet-1 .left a>img {
	border: 5px solid #fff;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.1);
	-o-box-shadow: 0 0 10px rgba(0,0,0,.1);
	box-shadow: 0 0 10px rgba(0,0,0,.1);
}

.big-img-box a {
	padding: 15px;
	display: block;
}

.big-img-box img {
	border: none!important;
}

.big-img-box ul {
	margin: -15px;
}

.prodet-page .prodet-1 .slick {
	margin-top: 30px;
}

.prodet-page .prodet-1 .slick .slick-track {
	margin-left: 0;
}

.prodet-page .prodet-1 .slick ul {
	margin: -10px;
}

.prodet-page .prodet-1 .slick ul li {
	padding: 10px;
}

.prodet-page .prodet-1 .slick ul li img {
	border: 5px solid #fff;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.1);
	-o-box-shadow: 0 0 10px rgba(0,0,0,.1);
	box-shadow: 0 0 10px rgba(0,0,0,.1);
}

.prodet-page .prodet-1 .right {
	width: 60%;
	padding-left: 5%;
	margin-top: 20px;
}

.prodet-page .prodet-1 .right h3,.prodet-page .prodet-1 .right h1 {
	font-size: 28px;
	color: #333;
	font-weight: 700;
}

.prodet-page .prodet-1 .right .content {
	display: block;
	margin: 30px 0;
	font-size: 15px;
	link: 1.8;
	color: rgba(0,0,0,.65);
	line-height: 26px;
}

.prodet-page .prodet-1 .right .share {
	display: inline-block;
}

.prodet-page .prodet-1 .right .share h6 {
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	color: #333;
	font-weight: 700;
}

.prodet-page .prodet-1 .right .share ul {
	display: inline-block;
	vertical-align: middle;
}

.prodet-page .prodet-1 .right .share ul li {
	width: 36px;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	text-align: center;
	background: #eee;
	border-radius: 3px;
	margin-left: 10px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.prodet-page .prodet-1 .right .share ul li:hover {
	background: #bd0006;
	color: #fff;
}

.prodet-page .prodet-1 .right .share {
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
}

.prodet-page .prodet-1 .right a.more {
	display: inline-block;
	vertical-align: middle;
	line-height: 36px;
	height: 36px;
	padding: 0 25px;
	border-radius: 18px;
	font-size: 16px;
	text-align: center;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	background: #bd0006;
	color: #fff;
}

.prodet-page .prodet-1 .right a.more.pdf {
	background: #eee;
	color: #000;
}

.prodet-page .prodet-1 .right a.more:hover {
	background: #46a6ff;
	color: #fff;
}

.prodet-page .prodet-2 .top {
	background: #eee;
}

.prodet-page .prodet-2 .top ul li {
	display: inline-block;
	vertical-align: middle;
	padding: 10px 35px;
	font-size: 18px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	cursor: pointer;
	cursor: hand;
}

.prodet-page .prodet-2 .top ul li:hover,.prodet-page .prodet-2 .top ul li.active {
	background: #bd0006;
	color: #fff;
}

.prodet-page .prodet-2 .bottom {
	font-size: 16px;
	line-height: 1.8;
}

.prodet-page .prodet-2 .bottom h3.tit {
	font-size: 26px;
	font-weight: 700;
	margin: 30px 0 15px;
}

.prodet-page .prodet-2 .bottom table {
	background: url('../images/probg.png') right bottom no-repeat;
}

.prodet-page .prodet-2 .bottom table td {
	padding: 12px 15px;
	border: none;
}

.prodet-page .prodet-2 .bottom table tr:nth-child(odd) {
	background: rgba(0,0,0,.015);
}

.prodet-page .prodet-2 .bottom table tr:nth-child(even) {
	background: 0 0;
}

.prodet-page .prodet-3 {
	padding: 40px 0;
}

.prodet-page .prodet-3 h3 {
	font-size: 26px;
	color: #333;
	font-weight: 700;
	margin-bottom: 20px;
}

@media screen and (max-width:1600px) {
	.product-page .top {
		padding: 15px;
	}

	.product-page .bottom ul li .content h5 {
		font-size: 17px;
	}
}

@media screen and (max-width:1400px) {
	.product-page .top h6 {
		font-size: 16px;
	}

	.product-page .top .search form input,.product-page .top .cat .cat-list span {
		font-size: 16px;
	}

	.product-page .top .cat .cat-list span {
		width: 350px;
	}

	.product-page .bottom ul li .content h5 {
		font-size: 15px;
		line-height: 28px;
		height: 80px;
	}

	.product-page .bottom ul li .content p {
		font-size: 14px;
		margin-top: 5px;
	}

	.product-page {
		padding: 40px 0;
	}

	.product-page .bottom {
		padding: 30px 0;
	}
}

@media screen and (max-width:1000px) {
	.prodet-page .prodet-1 .right {
		width: 100%;
		padding-left: 0;
		padding-top: 30px;
	}

	.prodet-page .prodet-1 .left {
		width: 100%;
	}
}

@media screen and (max-width:700px) {
	.product-page .top .cat .cat-list span {
		width: 170px;
	}

	.product-page .top {
		display: block;
	}

	.product-page .top .cat .cat-list span {
		line-height: 36px;
		height: 36px;
		font-size: 14px;
	}

	.product-page .top .search {
		display: inline-block;
		vertical-align: middle;
		margin-left: auto!important;
	}

	.product-page .top .cat .cat-list ul li {
		font-size: 12px;
	}

	.prodet-page .prodet-1 {
		padding: 40px 0;
	}

	.prodet-page .prodet-1 .right h3,.prodet-page .prodet-1 .right h1 {
		font-size: 24px;
	}

	.prodet-page .prodet-2 .top ul li {
		font-size: 16px;
	}

	.prodet-page .prodet-3 h3 {
		font-size: 22px;
	}

	.prodet-page .prodet-2 .bottom table tbody {
		min-width: 900px;
	}

	.prodet-page .prodet-1 .right .share {
		margin-top: 15px;
	}
}

@media screen and (max-width:500px) {
	.prodet-page .prodet-2 .bottom table td {
		padding: 8px 5px;
	}

	.prodet-page .prodet-2 .bottom {
		font-size: 14px;
	}

	.prodet-page .prodet-2 .bottom h3.tit {
		font-size: 22px;
	}

	.prodet-page .prodet-1 .left .slick {
		margin-top: 15px;
	}

	.prodet-page .prodet-1 .right .content {
		margin-top: 15px;
	}

	.prodet-page .prodet-1 .right .share ul li {
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 14px;
		margin-left: 5px;
	}

	.prodet-page .prodet-1 .right .share h6 {
		font-size: 16px;
	}

	.prodet-page .prodet-2 .top ul li {
		padding: 5px 20px;
	}

	.prodet-page .prodet-2 .bottom {
		padding: 20px 15px;
	}
}

.gnav_process {
	padding: 0 0 35px;
}

.gnav_process li {
	position: relative;
	width: 22%;
	margin-bottom: 20px;
}

.gnav_process a {
	display: inline-block;
	width: 100%;
	position: relative;
	height: 100%;
}

.gnav_process a img {
	opacity: 1;
	transition: all 1s;
}

.gnav_process a:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	background: #333;
	width: 0;
	height: 100%;
	overflow: hidden;
	transition: .5s .2s;
	opacity: 0;
}

.hover_effect_box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	display: inline-block;
	z-index: 3;
}

.gnav_process .hover_effect_box p {
	opacity: 0;
	transition: .5s;
	line-height: 150%;
	color: #ccc;
	font-size: 12px;
	text-transform: uppercase;
	margin: 0 auto;
	letter-spacing: 1.5px;
	padding: 10px;
	transition: .8s;
}

.gnav_process a:hover p {
	opacity: 1;
	transition: .8s .2s;
}

.gnav_process a:hover:after {
	transition: .5s;
	opacity: 1;
	width: 100%;
}

@media screen and (max-width:420px) {
	.gnav_process li {
		width: 47%;
	}
}

@media screen and (max-width:1023px) {
	.hover_effect_box {
		position: relative;
		top: auto;
		left: auto;
		transform: translate(0%,0%);
	}

	.gnav_process .hover_effect_box p {
		opacity: 1;
	}

	.gnav_process img {
		display: none;
	}

	.gnav_process a:hover:after {
		opacity: 0;
		width: 0;
	}
}

.page-processing_detail {
	overflow: hidden;
}

.page-product .product-content,.page-processing .product-content,.page-processing_detail .product-content {
	width: 90%;
	max-width: 1140px;
	margin: 0 auto;
}

.product_newul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 60px 0;
	margin: 0 -20px -40px;
}

.product_newul li {
	width: 25%;
	padding: 0 20px 40px;
}

@media screen and (max-width:1360px) {
	.product_newul {
		padding: 0 0 80px;
	}
}

@media screen and (max-width:1023px) {
	.product_newul li {
		width: 50%;
	}
}

@media screen and (max-width:600px) {
	.product_newul li {
		width: 100%;
	}
}

.product_inner {
	background: #f7f7f7;
	max-width: 320px;
	width: 100%;
	margin: 0 auto;
	height: 100%;
}

.page-product .list-txt,.page-processing .list-txt {
	padding: 30px 25px !important;
	height: auto;
}

.page-processing .list-txt h3 {
	padding: 0 0 8px;
}

.page-product .hvr-icon-wobble-horizontal,.page-processing .hvr-icon-wobble-horizontal {
	text-transform: uppercase;
}

.page-product .list-txt h3:first-child {
	font-size: 24px;
	font-weight: 600;
	color: #bd0006;
	text-transform: uppercase;
	line-height: 1.2;
}

.page-product .list-txt h3,.page-processing .list-txt h3 {
	font-size: 16px;
	font-family: 'Montserrat';
	font-weight: 500;
	word-break: break-word;
}

.page-product .list-txt h3:nth-child(2) {
	line-height: 1.6;
	text-transform: capitalize;
	margin: 10px 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	height: 4.8em;
}

.page-product .list-txt>a {
	font-size: 12px;
	color: #484848;
}

.page-product .list-txt .fontC,.page-processing .list-txt .fontC {
	font-size: 14px;
	letter-spacing: 1px;
	color: #9e9e9e;
	overflow: hidden;
	font-weight: 300;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	height: 88px;
	line-height: 28px;
	margin: 16px 0 33px;
}

.p_img_box {
	opacity: 1;
}

.p_img_box:hover {
	opacity: .8;
}

.processing_box_items {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 30px 0 90px;
}

.processing_videoBox {
	justify-content: center;
	flex-direction: column;
}

.processing_videoBox p {
	font-size: 14px;
	font-family: 'CenturyGothic','Microsoft JhengHei',Arial,sans-serif;
	letter-spacing: 1px;
}

.processing_videoBox iframe {
	width: 60%;
}

.processing_box01 .processing_img,.processing_box01 .processing_note {
	width: 50%;
}

.processing_box01 .processing_note {
	padding: 0 0 0 20px;
}

.processing_box01 .processing_note .fontC {
	padding: 0 0 30px;
}

.video_icon {
	display: inline-flex;
	justify-content: flex-start;
	align-items: flex-start;
}

.video_icon:hover span {
	background: #4c4e79;
}

.video_icon p {
	margin: 0;
	padding-left: 20px;
}

.processing_box02 .processing_note {
	padding: 0 50px 0 0;
}

.processing_box03 .processing_note {
	padding: 0 0 0 50px;
}

.processing_box02 .processing_img,.processing_box03 .processing_img {
	width: 30%;
}

.processing_box02 .processing_note,.processing_box03 .processing_note {
	width: 70%;
}

@media screen and (max-width:800px) {
	.processing_box02 .processing_img,.processing_box03 .processing_img,.processing_box02 .processing_note,.processing_box03 .processing_note {
		width: 100%;
	}

	.processing_videoBox iframe {
		width: 100% !important;
	}

	.processing_box01 .processing_note .fontC {
		padding: 0;
	}
}

.processing_box03 .processing_note ul p {
	margin: 0;
}

.processing_box03 .processing_note ul {
	padding: 16px 0 0;
}

.processing_box03 .processing_note li {
	padding: 0 0 10px;
	position: relative;
}

.processing_box03 .processing_note li:before {
	content: '';
	width: 5px;
	height: 5px;
	display: inline-block;
	border-radius: 50%;
	background: #4c4e79;
	position: absolute;
	top: 8px;
	left: 10px;
}

.processing_box03 .processing_note li p {
	display: inline-block;
	color: #797979;
	padding: 0 0 0 25px;
}

.processing_note h3,.processing_note h4 {
	font-size: 36px;
	color: #4c4e79;
}

.processing_note h3 {
	font-family: 'Myriad Pro','å¾®è»Ÿæ­£é»‘é«”','Microsoft JhengHei',Arial,sans-serif;
	padding: 0 0 10px;
}

.processing_note h4 {
	font-size: 22px;
}

.processing_note .fontC {
	color: #797979;
	font-size: 14px;
}

.video_icon p {
	font-size: 14px;
	font-family: 'CenturyGothic','Microsoft JhengHei',Arial,sans-serif;
}

.video_icon span {
	display: inline-block;
	width: 25px;
	height: 25px;
	background: #000;
	border-radius: 50%;
	position: relative;
	transition: all .5s;
}

.video_icon i {
	width: 0;
	height: 0;
	border-style: solid;
	display: inline-block;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	top: 7px;
	left: 10px;
	border-width: 5.12px 0 5.12px 7.68px;
}

.page-processing_detail .slick-dots {
	bottom: 10px;
}

.page-processing_detail .slick-dots li button:before {
	color: #fff;
}

.page-processing_detail .slick-dots li.slick-active button:before {
	color: #fff;
	opacity: .9;
}

.page-processing_detail .slick-slider {
	left: 0;
	right: 0;
	margin: auto;
}

.processing_box04 {
	padding: 40px 0 80px;
}

@media screen and (max-width:800px) {
	.processing_box_items {
		flex-direction: column;
		padding: 30px 0 50px;
	}

	.processing_box02 {
		flex-direction: column-reverse;
	}

	.processing_box01 .processing_img,.processing_box01 .processing_note,.processing_box02 .processing_note,.processing_box03 .processing_note {
		width: 100%;
		padding: 20px 0;
	}

	.processing_box01 .processing_img img,.processing_box02 .processing_img img,.processing_box03 .processing_img img {
		max-width: 1000px;
		width: 100%;
	}

	.processing_box04 {
		padding: 0 0 40px;
	}
}

.page-product-detail04 .right-content {
	position: relative;
	top: auto;
	left: auto;
	width: 100%;
	background: #fff;
}

.page04_inner {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
}

.page04_header {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.page04_headerimg,.page04_note {
	width: 50%;
	text-align: left;
}

.page04_headerimg {
	padding: 0 10%;
}

.page04_note {
	padding: 0 10% 0 0;
}

.page04_note h5 {
	font-size: 36px;
	font-weight: 500;
	padding: 0 0 10px;
}

.page04_note p {
	font-size: 14px;
	padding: 0 0 50px;
	font-family: 'Century Gothic','Myriad Pro','å¾®è»Ÿæ­£é»‘é«”','Microsoft JhengHei',Arial,sans-serif;
}

.page04_note .fontC {
	text-align: center;
}

.page04_header .slick-dots li.slick-active button:before {
	color: #868686;
}

.page04_header .slick-dots li button:before {
	color: #a5a5a5;
}

.page04_header .slick-dots {
	bottom: -20px;
}

.page04_bottom_title {
	font-size: 16px;
	letter-spacing: .5px;
	font-family: 'Century Gothic','Myriad Pro','å¾®è»Ÿæ­£é»‘é«”','Microsoft JhengHei',Arial,sans-serif;
	font-weight: 700;
	opacity: .6;
	padding: 0 0 70px;
	display: inline-block;
}

.page04_bottom_title .hr01 {
	margin: 21px auto 0;
}

.page04_bottom {
	padding: 40px 0 160px;
}

@media screen and (max-width:1024px) {
	.page04_bottom {
		padding: 40px 0 80px;
	}
}

@media screen and (max-width:800px) {
	.page04_header {
		flex-direction: column;
	}

	.page04_headerimg,.page04_note {
		width: 100%;
		padding: 0 10%;
	}

	.page04_bottom {
		padding: 80px 0 50px;
	}

	.page04_bottom_title {
		padding: 0 0 50px;
	}
}

@media screen and (max-width:850px) {
	.btn-inquiry-x {
		background: #fff;
	}
}

h1.prohdd {
	font-size: 24px;
	text-align: center;
	padding-top: 50px;
	line-height: 40px;
}

.product-contents .fenlei {
	position: relative;
	z-index: 10;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.product-contents-in .fenlei {
	width: 100%;
	border-bottom: 1px solid #eee;
}

.product-contents .fenlei .after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 1px;
	background-color: rgba(147,149,185,.3);
}

.product-contents .fenlei>li {
	float: left;
	width: auto;
	text-align: center;
	position: relative;
	padding: 13px 0 20px;
}

.product-contents .fenlei>li a {
	font-size: 16px;
	color: #6c6f74;
	position: relative;
}

.product-contents .fenlei>li a.active {
	font-weight: 700;
	color: #bd0006;
}

.product-contents .fenlei>li a:hover {
	color: #bd0006;
}

.product-contents .fenlei>li:hover .children {
	display: block;
}

.product-contents .fenlei>li:last-child:after {
	display: none;
}

.product-contents .fenlei>li .children {
	position: absolute;
	width: 100%;
	left: 0;
	top: 99.8%;
	background: #fff;
	box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
	display: none;
}

.product-contents .fenlei>li .children li {
	padding: 10px 0;
}

.product-contents .fenlei>li .children li:hover {
	background: #89a373;
}

.product-contents .fenlei>li .children li:hover a {
	color: #fff;
}

.product-contents .fenlei>li .children li a:after {
	display: none;
}

.product-contents .product-list {
	margin-top: 15px;
}

.product-contents .product-list li {
	float: left;
	margin-right: 8px;
	width: 417px;
	margin-left: 8px;
	margin-bottom: 15px;
	position: relative;
	overflow: hidden;
	margin-top: 20px;
}

.product-contents .product-list li .img {
	overflow: hidden;
	background: #f2f2f2;
}

.product-contents .product-list li img {
	width: 100%;
	display: block;
	-webkit-transition: transform .75s;
	transition: transform .75s;
}

.product-contents .product-list li:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.product-contents .product-list li .text {
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
	height: 38px;
	line-height: 38px;
	color: #333;
	font-size: 16px;
	letter-spacing: 1px;
	padding-bottom: 7px;
	padding-top: 10px;
	position: relative;
	border-bottom: 1px solid #dedfea;
}

.product-contents .product-list li:hover .svg svg {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}

.cp-box {
	display: flex;
	flex-wrap: wrap;
}

.cp-box .left {
	width: 50%;
}

.cp-box .left h2 {
	max-width: 805px;
	margin: 0 0 0 auto;
	padding: 0 15px;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 1.4;
}

.cp-box .left .zilei {
	padding: 0 15%;
	position: relative;
	z-index: 2;
	margin-top: 40px;
}

.cp-box .left .zilei h3 {
	font-weight: 400;
	padding-bottom: 30px;
	font-size: 20px;
	font-family: Arial;
}

.cp-box .left .zl_link a {
	font-family: Poppins;
	display: inline-block;
	margin-right: 20px;
	font-size: 16px;
	line-height: 30px;
}

.cp-box .left .zl_link a.current {
	font-weight: 700;
}

.cp-box .left .zl_link a:hover {
	text-decoration: underline;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.cp-box .right {
	float: right;
	width: 50%;
	background: #f3f3f3;
	padding: 3% 2%;
	text-align: center;
}

.cp-box .right h2 {
	font-weight: lighter;
	font-size: 32px;
	color: #1e1e1e;
	font-weight: 400;
	font-family: Arial;
}

.cp-box .right .rate {
	padding-top: 13px;
	font-size: 18px;
	color: #3b3b3b;
	padding-bottom: 15px;
	line-height: 2.2;
	font-family: Poppins;
}

.cp-box .right .rate h3 {
	font-weight: 400;
	font-size: 16px;
	padding-bottom: 5px;
	color: #000;
}

.cp-box .right .productInquiry {
	margin-top: 35px;
	margin-bottom: 25px;
}

.cp-box .right .productInquiry a {
	width: 250px;
	height: 45px;
	line-height: 45px;
	background-color: #1e1e1e;
	letter-spacing: 1px;
	font-size: 16px;
	color: #fff;
	display: block;
	text-align: center;
	cursor: pointer;
}

.cp-box .right .productInquiry a:hover {
	background-color: #7e947a;
}

.cp-box {
	margin-top: 30px;
	width: 100%;
	position: relative;
}

.cp-detail {
	margin-top: 60px;
	padding-left: 9%;
	position: relative;
	padding-right: 15%;
	margin-bottom: 50px;
}

.cp-detail h3 {
	font-size: 24px;
	color: #313133;
	font-weight: lighter;
	float: left;
	font-weight: 400;
	position: absolute;
	top: 30%;
	font-family: Arial;
}

.cp-detail h3 span {
	background: #7d9479;
	color: #fff;
	display: inline-block;
	padding: 7px 18px;
}

.cp-detail .rt {
	margin-left: 190px;
}

.cp-detail .rt ul {
	display: flex;
	flex-wrap: wrap;
}

.cp-detail .rt ul li {
	width: 16.666%;
	text-align: center;
	padding: 0 8px;
}

.cp_slt {
	position: relative;
	width: 600px;
	margin: 0 auto;
}

.cp_slt img {
	width: 100%;
}

.cp_slt p {
	font-size: 24px;
	text-align: center;
	padding-top: 50px;
}

#resources_nav:after {
	content: "";
	display: block;
	height: 1px;
	background-color: #e0e0e0;
	margin-top: 20px;
}

#resources_nav li {
	display: inline-block;
	margin-right: 5px;
}

#resources_nav li a {
	display: block;
	width: 185px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 24px;
	font-weight: 600;
	border-radius: 25px 0;
	background-color: #123485;
	color: #fff;
}

#resources_nav li:nth-child(2) a {
	background-color: #40b5b1;
}

#resources_nav li:nth-child(3) a {
	background-color: #b0c957;
}

#resources_nav li:nth-child(4) a {
	background-color: #b5b5b5;
}

.resources_sidebar {
	margin: 0 -30px;
}

.resources_sidebar .resources_left {
	width: 70%;
	padding: 0 30px;
}

.resources_sidebar .resources_right {
	width: 30%;
	padding: 0 30px;
}

h2.resources {
	font-weight: 600;
}

h2.resources:after {
	content: "";
	display: block;
	width: 70px;
	height: 2px;
	background-color: #13237f;
	margin-top: 10px;
}

.resources_more {
	font-size: 15px;
	line-height: 26px;
	font-weight: 500;
}

.video_content h3 {
	font-weight: 500;
}

.resources-page .resources_2 {
	background-color: #fafafa;
}

.product_catalogue .img {
	width: 31%;
	vertical-align: middle;
}

.product_catalogue .mml-text {
	width: 69%;
	vertical-align: middle;
}

.product_catalogue .mml-text p {
	min-height: 75px;
}

.product_catalogue .mml-text .line {
	height: 1px;
	background: #e4e4e4;
}

.product_catalogue .mml-text .date time {
	font-weight: 500;
}

.product_catalogue .mml-text .date .download {
	font-size: 15px;
	font-weight: 500;
	line-height: 34px;
}

.pdf_box ul {
	margin: -15px;
}

.pdf_box ul li {
	padding: 15px;
}

.pdf_box .mml-text {
	padding: 20px;
	background-color: #f8f8f8;
	border-radius: 10px;
	border: 1px solid #e5e5e5;
}

.pdf_box .mml-text .title {
	padding-left: 55px;
	background: url(../images/pdf-icon.png) no-repeat left top;
	min-height: 110px;
}

.pdf_box .mml-text .line {
	height: 1px;
	background-color: #e5e5e5;
}

.pdf_box .mml-text .date time {
	font-weight: 500;
}

.pdf_box .mml-text .date .download {
	font-size: 15px;
	font-weight: 500;
	line-height: 34px;
}

.catalogue-page .catalogue_list li {
	padding: 50px 0;
}

.catalogue-page .product_catalogue .img {
	width: 40%;
}

.catalogue-page .product_catalogue .mml-text {
	width: 60%;
}

#Product_Categories li {
	border-bottom: 1px solid #eee;
	padding: 15px 0;
	font-weight: 500;
}

#Product_Categories li a {
	display: block;
	padding-left: 20px;
	position: relative;
}

#Product_Categories li a:before {
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	width: 5px;
	height: 5px;
	background-color: #9a9a9a;
	border-radius: 50%;
}

#Latest_News h4 {
	font-weight: 500;
}

#Latest_News a.view_more {
	font-size: 15px;
	line-height: 26px;
	font-weight: 500;
}

.video-page .video_box {
	-webkit-box-shadow: 0 100px 40px -120px #ccc;
	box-shadow: 0 100px 40px -120px #ccc;
}

.video-page .video_list .list ul {
	margin: -25px -10px;
}

.video-page .video_list .list ul li {
	padding: 25px 10px;
}

.video-page .video_list .line {
	height: 1px;
	background-color: #e4e4e4;
}

.video-page .video_list .cat_name {
	padding: 3px 10px;
	background-color: #b0c957;
	color: #fff;
	border-radius: 8px;
}

.lg-page .lg_box ul {
	margin: -25px -10px;
}

.lg-page .lg_box ul li {
	padding: 25px 10px;
}

.prodet-box {
	padding: 100px 0;
}

.prodet-box .ui.container {
	max-width: 1430px;
}

.prodet-box .prodet-1 .right {
	padding-left: 3%;
	padding-top: 3%;
}

.prodet-box .prodet-1 .right span.tag {
	font-size: 24px;
	color: #bd0006;
	line-height: 1.2;
	display: block;
}

.prodet-box .prodet-1 .right h1 {
	font-size: 30px;
	line-height: 1.2;
	margin: 10px 0;
	font-weight: 600;
}

.prodet-box .prodet-1 .right .text h5 {
	font-size: 18px;
	margin-bottom: 10px;
	margin-top: 35px;
	text-transform: uppercase;
}

.prodet-box .prodet-1 .right .text h6 {
	font-size: 30px;
	line-height: 1;
}

.prodet-box .prodet-1 .right .list {
	margin-top: 40px;
}

.prodet-box .prodet-1 .right .list ul {
	margin: -9px;
}

.prodet-box .prodet-1 .right .list ul .slick-track {
	margin-left: 0;
}

.prodet-box .prodet-1 .right .list ul li {
	padding: 9px;
}

.prodet-box .prodet-1 .right .list ul li a {
	display: block;
	background: #f7f7f7;
}

.prodet-box .prodet-1 .right a.more {
	margin-top: 50px;
	line-height: 54px;
	height: 54px;
	padding: 0 34px;
	background: #1e1e1e;
	color: #fff;
	font-size: 20px;
	transition: .5s;
	display: inline-block;
}

.prodet-box .prodet-1 .right a.more:hover {
	background: #bd0006;
}

.prodet-box .prodet-2 {
	padding-top: 60px;
}

.prodet-box .prodet-2 h3.title {
	font-size: 30px;
	font-weight: 600;
	padding-bottom: 10px;
	border-bottom: 1px solid #ebebeb;
	display: block;
	margin-bottom: 40px;
}

.prodet-box .prodet-2 .content {
	font-size: 16px;
}

.prodet-box .prodet-2 .content table {
	background: #fafafa;
	border: none;
}

.prodet-box .prodet-2 .content table td {
	padding: 12px;
	word-break: initial;
}

.prodet-box .prodet-2 .content table tr:nth-child(odd) {
	background: #eee;
}

.prodet-box .prodet-2 .content table tr:nth-child(even) {
	background: 0 0;
}

.prodet-box .prodet-2 .product-content {
	max-width: none;
	width: 100%;
}

.prodet-box .prodet-2 .product_newul {
	margin: -15px;
	padding-top: 0;
}

.prodet-box .prodet-2 .product_newul li {
	padding: 15px;
	margin: 0;
}

.prodet-box .prodet-2 .product_newul li .product_inner {
	max-width: none;
}

.development-page {
	padding-bottom: 0;
}

.development-page span.tag {
	font-size: 24px;
	font-weight: 500;
	color: #268bc6;
	line-height: 1.2;
	display: block;
	margin-bottom: 20px;
}

.development-page h2.title {
	font-size: 44px;
	font-weight: 700;
	color: #191919;
	line-height: 1;
}

.development-page h3.title {
	font-size: 44px;
	font-weight: 700;
	color: #191919;
	line-height: 1.2;
}

.development-page .text {
	font-size: 16px;
	font-weight: 300;
	color: #101010;
	line-height: 1.8;
	margin-top: 25px;
}

.development-page .development-1 {
	padding: 50px 0 120px;
}

.development-page .development-1 .left {
	padding-right: 4%;
	vertical-align: middle;
}

.development-page .development-1 .left img {
	margin-top: 25px;
}

.development-page .development-1 .right {
	vertical-align: middle;
}

.development-page .development-1 .right .img {
	height: 520px;
	display: block;
	background-size: cover;
	background-position: center center;
}

.development-page .development-2 {
	padding: 120px 0;
	background: #fbfbfb;
	text-align: center;
}

.development-page .development-2 ul,.development-page .development-2 .top {
	margin: -15px -30px;
}

.development-page .development-2 ul li {
	padding: 15px 30px;
}

.development-page .development-2 .top .slide {
	vertical-align: middle;
	padding: 15px 30px;
}

.development-page .development-2 .top .slide:nth-child(2) {
	width: 50%;
}

.development-page .development-2 .list {
	padding-top: 15px;
}

.development-page .development-3 {
	padding-top: 60px;
	position: relative;
	z-index: 1;
}

.development-page .development-3 .left {
	padding-right: 3%;
	vertical-align: middle;
}

.development-page .development-3 .right {
	vertical-align: middle;
	padding-left: 4%;
}

.development-page .development-3 .right img {
	margin-bottom: -170px;
}

.development-page .development-4 {
	background: #46b82c;
}

.development-page .development-4 span {
	font-size: 120px;
	line-height: 1.2;
	font-weight: 700;
	-webkit-text-stroke: 1px #fff;
	opacity: .25;
	text-transform: capitalize;
	color: transparent;
}

@media screen and (max-width:1200px) {
	#resources_nav li a {
		width: 150px;
		height: 40px;
		line-height: 40px;
		font-size: 16px;
	}
}

@media screen and (max-width:1000px) {
	#resources_nav {
		display: none;
	}

	.resources_sidebar {
		margin: 0;
	}

	.resources_sidebar .resources_left {
		width: 100%;
		padding: 0;
	}

	.resources_sidebar .resources_right {
		display: none;
	}

	.resources_more {
		display: none;
	}
}

@media screen and (max-width:700px) {
	.video_content h3 {
		font-size: 20px;
	}
}

@media screen and (max-width:500px) {
	.product_catalogue .img {
		width: 100%!important;
	}

	.product_catalogue .mml-text {
		width: 100%!important;
		padding: 0!important;
		margin-top: 30px;
	}
}

#spotlight .scene img {
	background: rgba(255,255,255,.8);
}

.advantages-page .advantages-1 {
	padding: 100px 0 90px;
	position: relative;
}

.advantages-page .advantages-1:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 47%;
	z-index: -1;
	background: #f7f7f7;
}

.advantages-page .advantages-1 .box .left {
	padding-right: 10%;
}

.advantages-page .advantages-1 .box .left span.tag {
	font-weight: 500;
	color: #1c88c5;
	font-size: 36px;
	line-height: 1.2;
	display: block;
	margin-bottom: 30px;
}

.advantages-page .advantages-1 .box .left h3 {
	font-size: 50px;
	font-weight: 700;
}

.advantages-page .advantages-1 .box .left .text {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.6;
	margin: 20px 0 35px;
}

.advantages-page .advantages-1 .box .left .text2 {
	font-size: 16px;
}

.advantages-page .advantages-1 .box .left div.tag {
	margin-top: 50px;
}

.advantages-page .advantages-1 .box .left div.tag h6 {
	font-size: 148px;
	font-weight: 700;
	line-height: 1;
}

.advantages-page .advantages-1 .box .left div.tag h6 sup {
	font-size: 20%;
}

.advantages-page .advantages-1 .box .left div.tag p {
	font-weight: 300;
	font-size: 26px;
	line-height: 1.4;
	margin-top: 20px;
}

.advantages-page .advantages-1 .box .right .img img {
	width: 100%;
}

.advantages-page .advantages-1 .box .right .text {
	padding: 60px 5%;
	background: #1c88c5;
	color: #fff;
	font-size: 3.5rem;
	font-weight: 700;
	line-height: 1.8;
	text-align: center;
}

.advantages-page .advantages-1 .list {
	padding-top: 45px;
}

.advantages-page .advantages-1 .list ul {
	margin: -15px;
	display: flex;
	flex-wrap: wrap;
}

.advantages-page .advantages-1 .list ul li {
	padding: 15px;
}

.advantages-page .advantages-1 .list ul li .box2 {
	padding: 50px 5% 50px;
	background: #fff;
	border: 1px solid #e3e3e3;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
	height: 100%;
}

.advantages-page .advantages-1 .list ul li .box2 h6 {
	font-size: 30px;
	font-weight: 700;
	color: #1c88c5;
	line-height: 1.2;
	margin-bottom: 10px;
}

.advantages-page .advantages-1 .list ul li .box2 p {
	font-size: 18px;
	color: #1b1b1b;
	line-height: 1.2;
}

.advantages-page .advantages-2 {
	padding: 100px 0 0;
}

.advantages-page .advantages-2 h3.title {
	font-size: 40px;
	line-height: 1.2;
	color: #1b1b1b;
	font-weight: 700;
	text-align: center;
}

.advantages-page .advantages-2 h3.title:after {
	content: '';
	margin: 15px auto 0;
	width: 114px;
	height: 4px;
	background: #bd0006;
	display: block;
}

.advantages-page .advantages-2 .list {
	margin-top: 60px;
}

.advantages-page .advantages-2 .list .border {
	padding: 35px 0;
	position: relative;
}

.advantages-page .advantages-2 .list .border:nth-child(even) {
	background: #eee;
}

.advantages-page .advantages-2 .list .border:nth-child(even):after {
	content: '';
	width: 200%;
	left: -25%;
	top: 0;
	height: 100%;
	background: inherit;
	z-index: -1;
	position: absolute;
}

.advantages-page .advantages-2 .list ul {
	margin: -45px -15px;
}

.advantages-page .advantages-2 .list ul li {
	padding: 45px 15px;
}

.advantages-page .advantages-2 .list ul li .box {
	padding-left: 160px;
	position: relative;
}

.advantages-page .advantages-2 .list ul li .box i {
	position: absolute;
	left: 0;
	top: 0;
	max-width: 130px;
}

.advantages-page .advantages-2 .list ul li .box h6 {
	font-size: 30px;
	font-weight: 700;
	color: #1b1b1b;
	line-height: 1.2;
}

.advantages-page .advantages-2 .list ul li .box .text {
	margin-top: 20px;
	font-size: 16px;
	color: #1b1b1b;
	line-height: 1.4;
}

.advantages-page .advantages-2 .list ul li .box .text table {
	border: none;
}

.advantages-page .advantages-2 .list ul li .box .text table tr:nth-child(even) {
	background: #f7f7f7;
}

.advantages-page .advantages-2 .list ul li .box strong {
	font-weight: 700;
	color: #bd0006;
	line-height: 1.4;
	margin-top: 15px;
	font-size: 18px;
}

.advantages-page,.business-page {
	padding: 0;
}

.business-page .business-1 {
	padding: 200px 0 130px;
	background: url('../images/business-1-bg.jpg') center center no-repeat;
	background-size: cover;
}

.business-page .business-1 .iconList ul li {
	width: 150px;
	height: 150px;
	text-align: center;
	line-height: 150px;
	border-radius: 100%;
	background: #fff;
	box-shadow: 0 0 15px rgba(0,0,0,.2);
	margin-right: 30px;
	display: inline-block;
	vertical-align: middle;
}

.business-page .business-1 .iconList ul li img {
	display: inline-block;
	vertical-align: middle;
}

.business-page .business-1 .title {
	margin-top: 60px;
	font-size: 32px;
	color: #1b1b1b;
	font-weight: 700;
	line-height: 1.4;
	max-width: 1000px;
}

.business-page .business-2 {
	padding: 60px 0 2px;
	background-color: #fafafa;
}

.business-page .business-2 .pic {
	margin-bottom: 80px;
	padding-top: 60px;
	overflow: hidden;
	position: relative;
}

.business-page .business-2 .pic .slick-list {
	overflow: unset;
}

.business-page .business-2 .pic ul li {
	position: relative;
	transition: .5s;
	top: 0;
}

.business-page .business-2 .pic ul li img {
	width: 100%;
}

.business-page .business-2 .pic .btn div {
	position: absolute;
	top: 50%;
	z-index: 1;
	cursor: pointer;
	cursor: hand;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.business-page .business-2 .pic .btn div.prev {
	left: 3%;
	margin-top: -30px;
}

.business-page .business-2 .pic .btn div.next {
	right: 3%;
	margin-top: 30px;
}

.business-page .business-2 .pic ul .slick-current li,.business-page .business-2 .pic ul .slick-current+div+div li {
	top: -60px;
}

.business-page .business-2 h3.title {
	font-size: 36px;
	font-weight: 700;
	line-height: 1.2;
	color: #1b1b1b;
	text-align: center;
	padding-bottom: 20px;
}

.business-page .business-2 .text {
	margin-top: 30px;
	font-size: 18px;
	color: #1b1b1b;
	line-height: 1.6;
	text-align: center;
	display: block;
	max-width: 1070px;
	margin: 0 auto;
	padding-bottom: 40px;
}

.business-page .business-3 {
	padding: 0 5%;
	background: #fafafa;
	text-align: center;
}

.business-page .business-3 ul li {
	padding: 10px;
}

.business-page .business-3 ul {
	margin: -10px;
}

@media screen and (max-width:700px) {
	.advantages-page .advantages-1 {
		padding: 50px 0;
	}

	.advantages-page .advantages-1 .box .left span.tag {
		font-size: 20px;
		margin-bottom: 15px;
	}

	.advantages-page .advantages-1 .box .left h3 {
		font-size: 28px;
	}

	.advantages-page .advantages-1 .box .left .text {
		font-size: 16px;
	}

	.advantages-page .advantages-1 .box .left div.tag h6 {
		font-size: 40px;
	}

	.advantages-page .advantages-1 .box .left,.development-page .development-1 .left,.development-page .development-2 .top .slide:nth-child(1),.development-page .development-3 .left {
		width: 100%;
		padding-right: 0;
	}

	.advantages-page .advantages-1 .box .right,.development-page .development-1 .right,.development-page .development-2 .top .slide:nth-child(2),.development-page .development-3 .right {
		width: 100%;
		padding-left: 0;
		margin-top: 30px;
	}

	.advantages-page .advantages-1 .box .left div.tag p {
		font-size: 18px;
	}

	.advantages-page .advantages-1 .box .right .text {
		padding: 20px;
		font-size: 20px;
	}

	.advantages-page .advantages-1 .list ul li .box2 {
		padding: 15px;
	}

	.advantages-page .advantages-1 .list ul li .box2 h6 {
		font-size: 20px;
	}

	.advantages-page .advantages-1 .list ul li .box2 p {
		font-size: 16px;
	}

	.advantages-page .advantages-1 .list ul li {
		width: 100%;
	}

	.advantages-page .advantages-2 h3.title {
		font-size: 28px;
	}

	.advantages-page .advantages-2 h3.title:after {
		width: 70px;
		height: 2px;
	}

	.advantages-page .advantages-2 .list ul li {
		width: 100%;
		padding: 15px;
	}

	.advantages-page .advantages-2 .list ul {
		margin: -15px;
	}

	.advantages-page .advantages-2 .list ul li .box {
		padding-left: 80px;
	}

	.advantages-page .advantages-2 .list ul li .box i {
		max-width: 70px;
	}

	.advantages-page .advantages-2 .list ul li .box h6 {
		font-size: 20px;
	}

	.advantages-page .advantages-2 {
		padding: 50px 0 0;
	}

	.advantages-page .advantages-2 .list ul li .box strong {
		font-size: 16px;
	}

	.advantages-page .advantages-2 .list ul li .box .text {
		font-size: 14px;
	}

	.business-page .business-1 {
		padding: 50px 0;
	}

	.business-page .business-1 .iconList ul li {
		width: 80px;
		height: 80px;
		line-height: 80px;
		margin-right: 10px;
		margin-bottom: 10px;
	}

	.business-page .business-1 .iconList ul li img {
		max-width: 60px;
	}

	.business-page .business-1 .title {
		font-size: 20px;
		margin-top: 20px;
	}

	.business-page .business-2 h3.title {
		font-size: 28px;
	}

	.business-page .business-2 .pic ul .slick-current li,.business-page .business-2 .pic ul .slick-current+div+div li {
		top: 0;
	}

	.business-page .business-2 .pic .btn div.prev {
		margin-top: 0;
	}

	.development-page span.tag {
		font-size: 18px;
	}

	.development-page h3.title,.development-page h2.title {
		font-size: 28px;
	}

	.development-page .development-1 .right .img {
		height: 240px;
	}

	.development-page .development-4 span {
		font-size: 70px;
		padding: 30px 0;
	}

	.development-page {
		overflow: hidden;
	}

	.development-page .development-3 .right img {
		margin-bottom: -50px;
	}

	.service-page .service-2 .list ul li .left h4,.service-page .service-new .box ul h4 {
		font-size: 24px;
	}

	.service-page .service-new .box ul li {
		width: 100%;
	}

	.service-page .service-2 .list ul li .left p,.service-page .service-new .box ul p {
		font-size: 14px;
	}

	.service-page .service-new .box ul li .box2 {
		padding: 0;
	}

	.service-page div.formBox {
		padding: 20px;
	}

	.service-page div.formBox ul li {
		width: 100%;
	}

	.service-page div.formBox ul li input[type=submit] {
		width: 50%;
	}

	.about-page .about-1 .box .right {
		padding-left: 0;
		width: 100%;
		margin-top: 20px;
	}

	.about-page .about-1 .box .left {
		width: 100%;
	}

	.about-page h2.title,.about2-page .about-5 h2 {
		font-size: 24px;
	}

	.about-page .about-1 .box {
		padding-top: 0;
	}

	.about-page .about-1 .box .right .content {
		font-size: 16px;
	}

	.about-page .about-3 .box {
		padding-top: 20px;
	}

	.about-page .about-3 {
		padding: 40px 0;
	}

	.about2-page .i-history .history-list .list .i-year .year1,.about2-page .i-history .history-list .list:nth-child(2n) .i-year .year1 {
		padding-left: 5%;
		padding-right: 20px;
		padding-top: 25px;
	}

	.about2-page .i-history .history-list .list .i-text:after {
		top: 30px;
	}

	.about2-page .i-history .history-list .list .i-text .text1 .grid-box div.column {
		width: 100% !important;
		padding-left: 5% !important;
		text-align: left;
	}

	.business-page .business-2 .pic .btn div {
		margin-top: 0 !important;
	}

	.development-page .development-2 {
		padding: 50px 0;
	}

	.development-page .development-2 .top .slide {
		width: 100%;
	}

	.development-page .development-2 .top .slide:nth-child(2) {
		padding-left: 15px;
		padding-right: 15px;
	}

	.development-page .development-2 ul li {
		width: 50%;
		float: left;
		padding: 10px;
	}

	.development-page .development-2 ul {
		margin: -10px;
	}

	.team-page .top {
		padding-top: 0;
	}

	.product_inner {
		max-width: none;
	}

	.prodet-box .prodet-1 .right {
		width: 100%;
		padding: 0;
		margin-top: 20px;
	}

	.prodet-box .prodet-1 .left {
		width: 100%;
	}

	.prodet-box .prodet-1 .right h1,.prodet-box .prodet-1 .right .text h6,h2.resources {
		font-size: 24px;
	}

	.prodet-box .prodet-1 .right span.tag {
		font-size: 18px;
	}

	.prodet-box .prodet-2 .content table td {
		white-space: nowrap;
	}

	.product_newul {
		padding: 0;
	}

	.product_catalogue .mml-text h3 {
		font-size: 24px;
	}

	.news-page .news-1 .nav-list ul li {
		height: auto;
		line-height: normal;
		margin: 2px 0;
	}

	.news-page .news-1 .nav-list ul li a {
		font-size: 14px;
		height: 40px;
	}
}

.contact2-page {
	padding-bottom: 0;
}

.contact2-page .contact-1 {
	padding: 10rem 0 8.5rem;
}

.contact2-page .contact-1 .map {
	position: relative;
}

.contact2-page .contact-1 .map .tipMap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.3);
	z-index: 3;
}

.contact2-page .contact-1 .map .tipMap span {
	font-size: 18px;
	color: #fff;
	position: absolute;
	left: 0;
	top: 50%;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-animation: opacity_ 2s linear infinite alternate;
	-o-animation: opacity_ 2s linear infinite alternate;
	-ms-animation: opacity_ 2s linear infinite alternate;
	-moz-animation: opacity_ 2s linear infinite alternate;
	animation: opacity_ 2s linear infinite alternate;
	width: 100%;
}

.contact2-page .contact-2 {
	padding-bottom: 10rem;
}

.contact2-page .contact-2 .c-info {
	margin-top: 9rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.contact2-page .contact-2 .c-info li {
	width: 33%;
	text-align: center;
	padding: 4rem 15px 3rem;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	border: 1px solid #fff;
}

.contact2-page .contact-2 .c-info li:hover {
	box-shadow: 0 0 2rem 0 rgb(0 0 0/10%);
}

.contact2-page .contact-2 .c-info li span {
	height: 70px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.contact2-page .contact-2 .c-info li h4 {
	font-size: 20px;
	line-height: 1;
	color: #202020;
	text-transform: capitalize;
	margin-top: 2.5rem;
}

.contact2-page .contact-2 .c-info li i {
	display: inline-block;
	width: 4rem;
	height: 2px;
	background: #bd0006;
	margin: 2rem 0 1.5rem;
}

.contact2-page .contact-2 .c-info li p {
	font-size: 18px;
	line-height: 1.6;
	color: #171717;
	margin: 0 auto;
	max-width: 250px;
}

.contact2-page .contact-3 {
	padding: 8rem 0 12rem;
	background: #f9f9f9;
}

.contact2-page .contact-3 .container {
	max-width: 1235px;
}

.contact2-page .contact-3 .form-box {
	margin-top: 5rem;
}

.contact2-page .contact-3 .form-box form ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.contact2-page .contact-3 .form-box form ul li {
	width: 46%;
	margin-bottom: 3.2rem;
}

.contact2-page .contact-3 .form-box form ul li p {
	font-size: 14px;
	line-height: 1;
	color: #3e3e3e;
	margin-bottom: 1.5rem;
}

.contact2-page .contact-3 .form-box form ul li input[type=text],.contact2-page .contact-3 .form-box form ul li textarea {
	border: 2px solid #dfe0e1;
	padding: 0 3rem;
	font-size: 16px;
	color: #000;
	height: 66px;
	width: 100%;
	background: 0 0;
}

.contact2-page .contact-3 .form-box form ul li input[type=text]:focus,.contact2-page .contact-3 .form-box form ul li textarea:focus {
	border: 3px solid #3a9049;
}

.contact2-page .contact-3 .form-box form ul li textarea {
	padding: 2.4rem 3rem;
	height: 155px;
}

.contact2-page .contact-3 .form-box form ul li.message {
	width: 100%;
}

.contact2-page .contact-3 .form-box form ul li.submit {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.contact2-page .contact-3 .form-box form ul li.submit p {
	max-width: 605px;
	line-height: 1.5;
}

.contact2-page .contact-3 .form-box form ul li.submit input[type=submit] {
	display: inline-block;
	padding: 1.8rem 5.5rem;
	border-radius: 7px;
	background: -webkit-gradient(linear,left top,right top,from(#3473a0),to(#3473a0));
	background: -webkit-linear-gradient(left,#bd0006,#3473a0);
	background: -moz-linear-gradient(left,#bd0006,#3473a0);
	background: linear-gradient(to right,#bd0006,#3473a0);
	font-size: 22px;
	line-height: 1;
	font-family: 'Poppins-Bold';
	color: #fff;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	border: none;
}

.contact2-page .contact-3 .form-box form ul li.submit input[type=submit]:hover {
	-webkit-transform: translateX(-1.5rem);
	-moz-transform: translateX(-1.5rem);
	-ms-transform: translateX(-1.5rem);
	transform: translateX(-1.5rem);
}

.contact2-page .title {
	text-align: center;
}

.contact2-page .title img {
	margin-bottom: 35px;
}

.contact2-page .title h2 {
	font-size: 40px;
	line-height: 1.2;
	color: #202020;
	text-transform: capitalize;
}

.contact2-page .title tot {
	font-size: 40px;
	line-height: 1;
	color: #202020;
	text-transform: capitalize;
	text-align: center!important;
}

.contact2-page .title tet {
	font-size: 20px;
	line-height: 1.5!important;
	color: #2e2e2e;
	font-weight: 300;
}

.contact2-page .title span {
	display: inline-block;
	width: 10.5rem;
	height: 3px;
	background: #0d9bf2;
	margin: 3.8rem 0 3rem;
}

.contact2-page .title p {
	font-size: 18px;
	line-height: 1.5;
	color: #3e3e3e;
	margin: 0 auto;
	max-width: 1220px;
}

.contact2-page .concept-text {
	padding: 8.5rem 0;
	background: #f9f9f9;
	text-align: center;
}

.contact2-page .concept-text p {
	font-size: 24px;
	line-height: 1.6;
	color: #2d2d2d;
	max-width: 665px;
	margin: 0 auto;
}

html {
	font-size: 10px;
}

.pupw {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 30;
	background: #fff;
	left: 0;
	top: 0;
}

.pupw form {
	width: 500px;
	max-width: 90%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.pupw form p {
	font-size: 14px;
	margin-bottom: 10px;
}

.pupw form input {
	padding: 10px;
	border: 1px solid #eee;
}

.pupw form input[type=password] {
	width: 80%;
}

.pupw form input[type=submit] {
	width: 20%;
	float: right;
}

@media screen and (max-width:700px) {
	#banner li .content {
		position: static;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		padding: 15px 0;
		background: #eee;
		color: #000;
	}

	#banner li .content p {
		font-size: 14px;
	}

	#banner li .content h2 {
		font-size: 20px;
	}
}/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face {
	font-family:'FontAwesome';src:url('/template/cn/fonts/fontawesome-webfont.eot?v=4.7.0');src:url('/fonts/fontawesome-webfont.eot') format('embedded-opentype'),url('/fonts/fontawesome-webfont.woff2') format('woff2'),url('/fonts/fontawesome-webfont.woff') format('woff'),url('/fonts/fontawesome-webfont.ttf') format('truetype'),url('/fonts/fontawesome-webfont.svg') format('svg');font-weight:normal;font-style:normal;
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.fa-lg {
	font-size: 1.33333333em;
	line-height: .75em;
	vertical-align: -15%;
}

.fa-2x {
	font-size: 2em;
}

.fa-3x {
	font-size: 3em;
}

.fa-4x {
	font-size: 4em;
}

.fa-5x {
	font-size: 5em;
}

.fa-fw {
	width: 1.28571429em;
	text-align: center;
}

.fa-ul {
	padding-left: 0;
	margin-left: 2.14285714em;
	list-style-type: none;
}

.fa-ul>li {
	position: relative;
}

.fa-li {
	position: absolute;
	left: -2.14285714em;
	width: 2.14285714em;
	top: .14285714em;
	text-align: center;
}

.fa-li.fa-lg {
	left: -1.85714286em;
}

.fa-border {
	padding: .2em .25em .15em;
	border: solid .08em #eee;
	border-radius: .1em;
}

.fa-pull-left {
	float: left;
}

.fa-pull-right {
	float: right;
}

.fa.fa-pull-left {
	margin-right: .3em;
}

.fa.fa-pull-right {
	margin-left: .3em;
}

.pull-right {
	float: right;
}

.pull-left {
	float: left;
}

.fa.pull-left {
	margin-right: .3em;
}

.fa.pull-right {
	margin-left: .3em;
}

.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
}

.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

.fa-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.fa-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.fa-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}

.fa-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1);
}

:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical {
	filter: none;
}

.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle;
}

.fa-stack-1x,.fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
}

.fa-stack-1x {
	line-height: inherit;
}

.fa-stack-2x {
	font-size: 2em;
}

.fa-inverse {
	color: #fff;
}

.fa-glass:before {
	content: "\f000";
}

.fa-music:before {
	content: "\f001";
}

.fa-search:before {
	content: "\f002";
}

.fa-envelope-o:before {
	content: "\f003";
}

.fa-heart:before {
	content: "\f004";
}

.fa-star:before {
	content: "\f005";
}

.fa-star-o:before {
	content: "\f006";
}

.fa-user:before {
	content: "\f007";
}

.fa-film:before {
	content: "\f008";
}

.fa-th-large:before {
	content: "\f009";
}

.fa-th:before {
	content: "\f00a";
}

.fa-th-list:before {
	content: "\f00b";
}

.fa-check:before {
	content: "\f00c";
}

.fa-remove:before,.fa-close:before,.fa-times:before {
	content: "\f00d";
}

.fa-search-plus:before {
	content: "\f00e";
}

.fa-search-minus:before {
	content: "\f010";
}

.fa-power-off:before {
	content: "\f011";
}

.fa-signal:before {
	content: "\f012";
}

.fa-gear:before,.fa-cog:before {
	content: "\f013";
}

.fa-trash-o:before {
	content: "\f014";
}

.fa-home:before {
	content: "\f015";
}

.fa-file-o:before {
	content: "\f016";
}

.fa-clock-o:before {
	content: "\f017";
}

.fa-road:before {
	content: "\f018";
}

.fa-download:before {
	content: "\f019";
}

.fa-arrow-circle-o-down:before {
	content: "\f01a";
}

.fa-arrow-circle-o-up:before {
	content: "\f01b";
}

.fa-inbox:before {
	content: "\f01c";
}

.fa-play-circle-o:before {
	content: "\f01d";
}

.fa-rotate-right:before,.fa-repeat:before {
	content: "\f01e";
}

.fa-refresh:before {
	content: "\f021";
}

.fa-list-alt:before {
	content: "\f022";
}

.fa-lock:before {
	content: "\f023";
}

.fa-flag:before {
	content: "\f024";
}

.fa-headphones:before {
	content: "\f025";
}

.fa-volume-off:before {
	content: "\f026";
}

.fa-volume-down:before {
	content: "\f027";
}

.fa-volume-up:before {
	content: "\f028";
}

.fa-qrcode:before {
	content: "\f029";
}

.fa-barcode:before {
	content: "\f02a";
}

.fa-tag:before {
	content: "\f02b";
}

.fa-tags:before {
	content: "\f02c";
}

.fa-book:before {
	content: "\f02d";
}

.fa-bookmark:before {
	content: "\f02e";
}

.fa-print:before {
	content: "\f02f";
}

.fa-camera:before {
	content: "\f030";
}

.fa-font:before {
	content: "\f031";
}

.fa-bold:before {
	content: "\f032";
}

.fa-italic:before {
	content: "\f033";
}

.fa-text-height:before {
	content: "\f034";
}

.fa-text-width:before {
	content: "\f035";
}

.fa-align-left:before {
	content: "\f036";
}

.fa-align-center:before {
	content: "\f037";
}

.fa-align-right:before {
	content: "\f038";
}

.fa-align-justify:before {
	content: "\f039";
}

.fa-list:before {
	content: "\f03a";
}

.fa-dedent:before,.fa-outdent:before {
	content: "\f03b";
}

.fa-indent:before {
	content: "\f03c";
}

.fa-video-camera:before {
	content: "\f03d";
}

.fa-photo:before,.fa-image:before,.fa-picture-o:before {
	content: "\f03e";
}

.fa-pencil:before {
	content: "\f040";
}

.fa-map-marker:before {
	content: "\f041";
}

.fa-adjust:before {
	content: "\f042";
}

.fa-tint:before {
	content: "\f043";
}

.fa-edit:before,.fa-pencil-square-o:before {
	content: "\f044";
}

.fa-share-square-o:before {
	content: "\f045";
}

.fa-check-square-o:before {
	content: "\f046";
}

.fa-arrows:before {
	content: "\f047";
}

.fa-step-backward:before {
	content: "\f048";
}

.fa-fast-backward:before {
	content: "\f049";
}

.fa-backward:before {
	content: "\f04a";
}

.fa-play:before {
	content: "\f04b";
}

.fa-pause:before {
	content: "\f04c";
}

.fa-stop:before {
	content: "\f04d";
}

.fa-forward:before {
	content: "\f04e";
}

.fa-fast-forward:before {
	content: "\f050";
}

.fa-step-forward:before {
	content: "\f051";
}

.fa-eject:before {
	content: "\f052";
}

.fa-chevron-left:before {
	content: "\f053";
}

.fa-chevron-right:before {
	content: "\f054";
}

.fa-plus-circle:before {
	content: "\f055";
}

.fa-minus-circle:before {
	content: "\f056";
}

.fa-times-circle:before {
	content: "\f057";
}

.fa-check-circle:before {
	content: "\f058";
}

.fa-question-circle:before {
	content: "\f059";
}

.fa-info-circle:before {
	content: "\f05a";
}

.fa-crosshairs:before {
	content: "\f05b";
}

.fa-times-circle-o:before {
	content: "\f05c";
}

.fa-check-circle-o:before {
	content: "\f05d";
}

.fa-ban:before {
	content: "\f05e";
}

.fa-arrow-left:before {
	content: "\f060";
}

.fa-arrow-right:before {
	content: "\f061";
}

.fa-arrow-up:before {
	content: "\f062";
}

.fa-arrow-down:before {
	content: "\f063";
}

.fa-mail-forward:before,.fa-share:before {
	content: "\f064";
}

.fa-expand:before {
	content: "\f065";
}

.fa-compress:before {
	content: "\f066";
}

.fa-plus:before {
	content: "\f067";
}

.fa-minus:before {
	content: "\f068";
}

.fa-asterisk:before {
	content: "\f069";
}

.fa-exclamation-circle:before {
	content: "\f06a";
}

.fa-gift:before {
	content: "\f06b";
}

.fa-leaf:before {
	content: "\f06c";
}

.fa-fire:before {
	content: "\f06d";
}

.fa-eye:before {
	content: "\f06e";
}

.fa-eye-slash:before {
	content: "\f070";
}

.fa-warning:before,.fa-exclamation-triangle:before {
	content: "\f071";
}

.fa-plane:before {
	content: "\f072";
}

.fa-calendar:before {
	content: "\f073";
}

.fa-random:before {
	content: "\f074";
}

.fa-comment:before {
	content: "\f075";
}

.fa-magnet:before {
	content: "\f076";
}

.fa-chevron-up:before {
	content: "\f077";
}

.fa-chevron-down:before {
	content: "\f078";
}

.fa-retweet:before {
	content: "\f079";
}

.fa-shopping-cart:before {
	content: "\f07a";
}

.fa-folder:before {
	content: "\f07b";
}

.fa-folder-open:before {
	content: "\f07c";
}

.fa-arrows-v:before {
	content: "\f07d";
}

.fa-arrows-h:before {
	content: "\f07e";
}

.fa-bar-chart-o:before,.fa-bar-chart:before {
	content: "\f080";
}

.fa-twitter-square:before {
	content: "\f081";
}

.fa-facebook-square:before {
	content: "\f082";
}

.fa-camera-retro:before {
	content: "\f083";
}

.fa-key:before {
	content: "\f084";
}

.fa-gears:before,.fa-cogs:before {
	content: "\f085";
}

.fa-comments:before {
	content: "\f086";
}

.fa-thumbs-o-up:before {
	content: "\f087";
}

.fa-thumbs-o-down:before {
	content: "\f088";
}

.fa-star-half:before {
	content: "\f089";
}

.fa-heart-o:before {
	content: "\f08a";
}

.fa-sign-out:before {
	content: "\f08b";
}

.fa-linkedin-square:before {
	content: "\f08c";
}

.fa-thumb-tack:before {
	content: "\f08d";
}

.fa-external-link:before {
	content: "\f08e";
}

.fa-sign-in:before {
	content: "\f090";
}

.fa-trophy:before {
	content: "\f091";
}

.fa-github-square:before {
	content: "\f092";
}

.fa-upload:before {
	content: "\f093";
}

.fa-lemon-o:before {
	content: "\f094";
}

.fa-phone:before {
	content: "\f095";
}

.fa-square-o:before {
	content: "\f096";
}

.fa-bookmark-o:before {
	content: "\f097";
}

.fa-phone-square:before {
	content: "\f098";
}

.fa-twitter:before {
	content: "\f099";
}

.fa-facebook-f:before,.fa-facebook:before {
	content: "\f09a";
}

.fa-github:before {
	content: "\f09b";
}

.fa-unlock:before {
	content: "\f09c";
}

.fa-credit-card:before {
	content: "\f09d";
}

.fa-feed:before,.fa-rss:before {
	content: "\f09e";
}

.fa-hdd-o:before {
	content: "\f0a0";
}

.fa-bullhorn:before {
	content: "\f0a1";
}

.fa-bell:before {
	content: "\f0f3";
}

.fa-certificate:before {
	content: "\f0a3";
}

.fa-hand-o-right:before {
	content: "\f0a4";
}

.fa-hand-o-left:before {
	content: "\f0a5";
}

.fa-hand-o-up:before {
	content: "\f0a6";
}

.fa-hand-o-down:before {
	content: "\f0a7";
}

.fa-arrow-circle-left:before {
	content: "\f0a8";
}

.fa-arrow-circle-right:before {
	content: "\f0a9";
}

.fa-arrow-circle-up:before {
	content: "\f0aa";
}

.fa-arrow-circle-down:before {
	content: "\f0ab";
}

.fa-globe:before {
	content: "\f0ac";
}

.fa-wrench:before {
	content: "\f0ad";
}

.fa-tasks:before {
	content: "\f0ae";
}

.fa-filter:before {
	content: "\f0b0";
}

.fa-briefcase:before {
	content: "\f0b1";
}

.fa-arrows-alt:before {
	content: "\f0b2";
}

.fa-group:before,.fa-users:before {
	content: "\f0c0";
}

.fa-chain:before,.fa-link:before {
	content: "\f0c1";
}

.fa-cloud:before {
	content: "\f0c2";
}

.fa-flask:before {
	content: "\f0c3";
}

.fa-cut:before,.fa-scissors:before {
	content: "\f0c4";
}

.fa-copy:before,.fa-files-o:before {
	content: "\f0c5";
}

.fa-paperclip:before {
	content: "\f0c6";
}

.fa-save:before,.fa-floppy-o:before {
	content: "\f0c7";
}

.fa-square:before {
	content: "\f0c8";
}

.fa-navicon:before,.fa-reorder:before,.fa-bars:before {
	content: "\f0c9";
}

.fa-list-ul:before {
	content: "\f0ca";
}

.fa-list-ol:before {
	content: "\f0cb";
}

.fa-strikethrough:before {
	content: "\f0cc";
}

.fa-underline:before {
	content: "\f0cd";
}

.fa-table:before {
	content: "\f0ce";
}

.fa-magic:before {
	content: "\f0d0";
}

.fa-truck:before {
	content: "\f0d1";
}

.fa-pinterest:before {
	content: "\f0d2";
}

.fa-pinterest-square:before {
	content: "\f0d3";
}

.fa-google-plus-square:before {
	content: "\f0d4";
}

.fa-google-plus:before {
	content: "\f0d5";
}

.fa-money:before {
	content: "\f0d6";
}

.fa-caret-down:before {
	content: "\f0d7";
}

.fa-caret-up:before {
	content: "\f0d8";
}

.fa-caret-left:before {
	content: "\f0d9";
}

.fa-caret-right:before {
	content: "\f0da";
}

.fa-columns:before {
	content: "\f0db";
}

.fa-unsorted:before,.fa-sort:before {
	content: "\f0dc";
}

.fa-sort-down:before,.fa-sort-desc:before {
	content: "\f0dd";
}

.fa-sort-up:before,.fa-sort-asc:before {
	content: "\f0de";
}

.fa-envelope:before {
	content: "\f0e0";
}

.fa-linkedin:before {
	content: "\f0e1";
}

.fa-rotate-left:before,.fa-undo:before {
	content: "\f0e2";
}

.fa-legal:before,.fa-gavel:before {
	content: "\f0e3";
}

.fa-dashboard:before,.fa-tachometer:before {
	content: "\f0e4";
}

.fa-comment-o:before {
	content: "\f0e5";
}

.fa-comments-o:before {
	content: "\f0e6";
}

.fa-flash:before,.fa-bolt:before {
	content: "\f0e7";
}

.fa-sitemap:before {
	content: "\f0e8";
}

.fa-umbrella:before {
	content: "\f0e9";
}

.fa-paste:before,.fa-clipboard:before {
	content: "\f0ea";
}

.fa-lightbulb-o:before {
	content: "\f0eb";
}

.fa-exchange:before {
	content: "\f0ec";
}

.fa-cloud-download:before {
	content: "\f0ed";
}

.fa-cloud-upload:before {
	content: "\f0ee";
}

.fa-user-md:before {
	content: "\f0f0";
}

.fa-stethoscope:before {
	content: "\f0f1";
}

.fa-suitcase:before {
	content: "\f0f2";
}

.fa-bell-o:before {
	content: "\f0a2";
}

.fa-coffee:before {
	content: "\f0f4";
}

.fa-cutlery:before {
	content: "\f0f5";
}

.fa-file-text-o:before {
	content: "\f0f6";
}

.fa-building-o:before {
	content: "\f0f7";
}

.fa-hospital-o:before {
	content: "\f0f8";
}

.fa-ambulance:before {
	content: "\f0f9";
}

.fa-medkit:before {
	content: "\f0fa";
}

.fa-fighter-jet:before {
	content: "\f0fb";
}

.fa-beer:before {
	content: "\f0fc";
}

.fa-h-square:before {
	content: "\f0fd";
}

.fa-plus-square:before {
	content: "\f0fe";
}

.fa-angle-double-left:before {
	content: "\f100";
}

.fa-angle-double-right:before {
	content: "\f101";
}

.fa-angle-double-up:before {
	content: "\f102";
}

.fa-angle-double-down:before {
	content: "\f103";
}

.fa-angle-left:before {
	content: "\f104";
}

.fa-angle-right:before {
	content: "\f105";
}

.fa-angle-up:before {
	content: "\f106";
}

.fa-angle-down:before {
	content: "\f107";
}

.fa-desktop:before {
	content: "\f108";
}

.fa-laptop:before {
	content: "\f109";
}

.fa-tablet:before {
	content: "\f10a";
}

.fa-mobile-phone:before,.fa-mobile:before {
	content: "\f10b";
}

.fa-circle-o:before {
	content: "\f10c";
}

.fa-quote-left:before {
	content: "\f10d";
}

.fa-quote-right:before {
	content: "\f10e";
}

.fa-spinner:before {
	content: "\f110";
}

.fa-circle:before {
	content: "\f111";
}

.fa-mail-reply:before,.fa-reply:before {
	content: "\f112";
}

.fa-github-alt:before {
	content: "\f113";
}

.fa-folder-o:before {
	content: "\f114";
}

.fa-folder-open-o:before {
	content: "\f115";
}

.fa-smile-o:before {
	content: "\f118";
}

.fa-frown-o:before {
	content: "\f119";
}

.fa-meh-o:before {
	content: "\f11a";
}

.fa-gamepad:before {
	content: "\f11b";
}

.fa-keyboard-o:before {
	content: "\f11c";
}

.fa-flag-o:before {
	content: "\f11d";
}

.fa-flag-checkered:before {
	content: "\f11e";
}

.fa-terminal:before {
	content: "\f120";
}

.fa-code:before {
	content: "\f121";
}

.fa-mail-reply-all:before,.fa-reply-all:before {
	content: "\f122";
}

.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before {
	content: "\f123";
}

.fa-location-arrow:before {
	content: "\f124";
}

.fa-crop:before {
	content: "\f125";
}

.fa-code-fork:before {
	content: "\f126";
}

.fa-unlink:before,.fa-chain-broken:before {
	content: "\f127";
}

.fa-question:before {
	content: "\f128";
}

.fa-info:before {
	content: "\f129";
}

.fa-exclamation:before {
	content: "\f12a";
}

.fa-superscript:before {
	content: "\f12b";
}

.fa-subscript:before {
	content: "\f12c";
}

.fa-eraser:before {
	content: "\f12d";
}

.fa-puzzle-piece:before {
	content: "\f12e";
}

.fa-microphone:before {
	content: "\f130";
}

.fa-microphone-slash:before {
	content: "\f131";
}

.fa-shield:before {
	content: "\f132";
}

.fa-calendar-o:before {
	content: "\f133";
}

.fa-fire-extinguisher:before {
	content: "\f134";
}

.fa-rocket:before {
	content: "\f135";
}

.fa-maxcdn:before {
	content: "\f136";
}

.fa-chevron-circle-left:before {
	content: "\f137";
}

.fa-chevron-circle-right:before {
	content: "\f138";
}

.fa-chevron-circle-up:before {
	content: "\f139";
}

.fa-chevron-circle-down:before {
	content: "\f13a";
}

.fa-html5:before {
	content: "\f13b";
}

.fa-css3:before {
	content: "\f13c";
}

.fa-anchor:before {
	content: "\f13d";
}

.fa-unlock-alt:before {
	content: "\f13e";
}

.fa-bullseye:before {
	content: "\f140";
}

.fa-ellipsis-h:before {
	content: "\f141";
}

.fa-ellipsis-v:before {
	content: "\f142";
}

.fa-rss-square:before {
	content: "\f143";
}

.fa-play-circle:before {
	content: "\f144";
}

.fa-ticket:before {
	content: "\f145";
}

.fa-minus-square:before {
	content: "\f146";
}

.fa-minus-square-o:before {
	content: "\f147";
}

.fa-level-up:before {
	content: "\f148";
}

.fa-level-down:before {
	content: "\f149";
}

.fa-check-square:before {
	content: "\f14a";
}

.fa-pencil-square:before {
	content: "\f14b";
}

.fa-external-link-square:before {
	content: "\f14c";
}

.fa-share-square:before {
	content: "\f14d";
}

.fa-compass:before {
	content: "\f14e";
}

.fa-toggle-down:before,.fa-caret-square-o-down:before {
	content: "\f150";
}

.fa-toggle-up:before,.fa-caret-square-o-up:before {
	content: "\f151";
}

.fa-toggle-right:before,.fa-caret-square-o-right:before {
	content: "\f152";
}

.fa-euro:before,.fa-eur:before {
	content: "\f153";
}

.fa-gbp:before {
	content: "\f154";
}

.fa-dollar:before,.fa-usd:before {
	content: "\f155";
}

.fa-rupee:before,.fa-inr:before {
	content: "\f156";
}

.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before {
	content: "\f157";
}

.fa-ruble:before,.fa-rouble:before,.fa-rub:before {
	content: "\f158";
}

.fa-won:before,.fa-krw:before {
	content: "\f159";
}

.fa-bitcoin:before,.fa-btc:before {
	content: "\f15a";
}

.fa-file:before {
	content: "\f15b";
}

.fa-file-text:before {
	content: "\f15c";
}

.fa-sort-alpha-asc:before {
	content: "\f15d";
}

.fa-sort-alpha-desc:before {
	content: "\f15e";
}

.fa-sort-amount-asc:before {
	content: "\f160";
}

.fa-sort-amount-desc:before {
	content: "\f161";
}

.fa-sort-numeric-asc:before {
	content: "\f162";
}

.fa-sort-numeric-desc:before {
	content: "\f163";
}

.fa-thumbs-up:before {
	content: "\f164";
}

.fa-thumbs-down:before {
	content: "\f165";
}

.fa-youtube-square:before {
	content: "\f166";
}

.fa-youtube:before {
	content: "\f167";
}

.fa-xing:before {
	content: "\f168";
}

.fa-xing-square:before {
	content: "\f169";
}

.fa-youtube-play:before {
	content: "\f16a";
}

.fa-dropbox:before {
	content: "\f16b";
}

.fa-stack-overflow:before {
	content: "\f16c";
}

.fa-instagram:before {
	content: "\f16d";
}

.fa-flickr:before {
	content: "\f16e";
}

.fa-adn:before {
	content: "\f170";
}

.fa-bitbucket:before {
	content: "\f171";
}

.fa-bitbucket-square:before {
	content: "\f172";
}

.fa-tumblr:before {
	content: "\f173";
}

.fa-tumblr-square:before {
	content: "\f174";
}

.fa-long-arrow-down:before {
	content: "\f175";
}

.fa-long-arrow-up:before {
	content: "\f176";
}

.fa-long-arrow-left:before {
	content: "\f177";
}

.fa-long-arrow-right:before {
	content: "\f178";
}

.fa-apple:before {
	content: "\f179";
}

.fa-windows:before {
	content: "\f17a";
}

.fa-android:before {
	content: "\f17b";
}

.fa-linux:before {
	content: "\f17c";
}

.fa-dribbble:before {
	content: "\f17d";
}

.fa-skype:before {
	content: "\f17e";
}

.fa-foursquare:before {
	content: "\f180";
}

.fa-trello:before {
	content: "\f181";
}

.fa-female:before {
	content: "\f182";
}

.fa-male:before {
	content: "\f183";
}

.fa-gittip:before,.fa-gratipay:before {
	content: "\f184";
}

.fa-sun-o:before {
	content: "\f185";
}

.fa-moon-o:before {
	content: "\f186";
}

.fa-archive:before {
	content: "\f187";
}

.fa-bug:before {
	content: "\f188";
}

.fa-vk:before {
	content: "\f189";
}

.fa-weibo:before {
	content: "\f18a";
}

.fa-renren:before {
	content: "\f18b";
}

.fa-pagelines:before {
	content: "\f18c";
}

.fa-stack-exchange:before {
	content: "\f18d";
}

.fa-arrow-circle-o-right:before {
	content: "\f18e";
}

.fa-arrow-circle-o-left:before {
	content: "\f190";
}

.fa-toggle-left:before,.fa-caret-square-o-left:before {
	content: "\f191";
}

.fa-dot-circle-o:before {
	content: "\f192";
}

.fa-wheelchair:before {
	content: "\f193";
}

.fa-vimeo-square:before {
	content: "\f194";
}

.fa-turkish-lira:before,.fa-try:before {
	content: "\f195";
}

.fa-plus-square-o:before {
	content: "\f196";
}

.fa-space-shuttle:before {
	content: "\f197";
}

.fa-slack:before {
	content: "\f198";
}

.fa-envelope-square:before {
	content: "\f199";
}

.fa-wordpress:before {
	content: "\f19a";
}

.fa-openid:before {
	content: "\f19b";
}

.fa-institution:before,.fa-bank:before,.fa-university:before {
	content: "\f19c";
}

.fa-mortar-board:before,.fa-graduation-cap:before {
	content: "\f19d";
}

.fa-yahoo:before {
	content: "\f19e";
}

.fa-google:before {
	content: "\f1a0";
}

.fa-reddit:before {
	content: "\f1a1";
}

.fa-reddit-square:before {
	content: "\f1a2";
}

.fa-stumbleupon-circle:before {
	content: "\f1a3";
}

.fa-stumbleupon:before {
	content: "\f1a4";
}

.fa-delicious:before {
	content: "\f1a5";
}

.fa-digg:before {
	content: "\f1a6";
}

.fa-pied-piper-pp:before {
	content: "\f1a7";
}

.fa-pied-piper-alt:before {
	content: "\f1a8";
}

.fa-drupal:before {
	content: "\f1a9";
}

.fa-joomla:before {
	content: "\f1aa";
}

.fa-language:before {
	content: "\f1ab";
}

.fa-fax:before {
	content: "\f1ac";
}

.fa-building:before {
	content: "\f1ad";
}

.fa-child:before {
	content: "\f1ae";
}

.fa-paw:before {
	content: "\f1b0";
}

.fa-spoon:before {
	content: "\f1b1";
}

.fa-cube:before {
	content: "\f1b2";
}

.fa-cubes:before {
	content: "\f1b3";
}

.fa-behance:before {
	content: "\f1b4";
}

.fa-behance-square:before {
	content: "\f1b5";
}

.fa-steam:before {
	content: "\f1b6";
}

.fa-steam-square:before {
	content: "\f1b7";
}

.fa-recycle:before {
	content: "\f1b8";
}

.fa-automobile:before,.fa-car:before {
	content: "\f1b9";
}

.fa-cab:before,.fa-taxi:before {
	content: "\f1ba";
}

.fa-tree:before {
	content: "\f1bb";
}

.fa-spotify:before {
	content: "\f1bc";
}

.fa-deviantart:before {
	content: "\f1bd";
}

.fa-soundcloud:before {
	content: "\f1be";
}

.fa-database:before {
	content: "\f1c0";
}

.fa-file-pdf-o:before {
	content: "\f1c1";
}

.fa-file-word-o:before {
	content: "\f1c2";
}

.fa-file-excel-o:before {
	content: "\f1c3";
}

.fa-file-powerpoint-o:before {
	content: "\f1c4";
}

.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before {
	content: "\f1c5";
}

.fa-file-zip-o:before,.fa-file-archive-o:before {
	content: "\f1c6";
}

.fa-file-sound-o:before,.fa-file-audio-o:before {
	content: "\f1c7";
}

.fa-file-movie-o:before,.fa-file-video-o:before {
	content: "\f1c8";
}

.fa-file-code-o:before {
	content: "\f1c9";
}

.fa-vine:before {
	content: "\f1ca";
}

.fa-codepen:before {
	content: "\f1cb";
}

.fa-jsfiddle:before {
	content: "\f1cc";
}

.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before {
	content: "\f1cd";
}

.fa-circle-o-notch:before {
	content: "\f1ce";
}

.fa-ra:before,.fa-resistance:before,.fa-rebel:before {
	content: "\f1d0";
}

.fa-ge:before,.fa-empire:before {
	content: "\f1d1";
}

.fa-git-square:before {
	content: "\f1d2";
}

.fa-git:before {
	content: "\f1d3";
}

.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before {
	content: "\f1d4";
}

.fa-tencent-weibo:before {
	content: "\f1d5";
}

.fa-qq:before {
	content: "\f1d6";
}

.fa-wechat:before,.fa-weixin:before {
	content: "\f1d7";
}

.fa-send:before,.fa-paper-plane:before {
	content: "\f1d8";
}

.fa-send-o:before,.fa-paper-plane-o:before {
	content: "\f1d9";
}

.fa-history:before {
	content: "\f1da";
}

.fa-circle-thin:before {
	content: "\f1db";
}

.fa-header:before {
	content: "\f1dc";
}

.fa-paragraph:before {
	content: "\f1dd";
}

.fa-sliders:before {
	content: "\f1de";
}

.fa-share-alt:before {
	content: "\f1e0";
}

.fa-share-alt-square:before {
	content: "\f1e1";
}

.fa-bomb:before {
	content: "\f1e2";
}

.fa-soccer-ball-o:before,.fa-futbol-o:before {
	content: "\f1e3";
}

.fa-tty:before {
	content: "\f1e4";
}

.fa-binoculars:before {
	content: "\f1e5";
}

.fa-plug:before {
	content: "\f1e6";
}

.fa-slideshare:before {
	content: "\f1e7";
}

.fa-twitch:before {
	content: "\f1e8";
}

.fa-yelp:before {
	content: "\f1e9";
}

.fa-newspaper-o:before {
	content: "\f1ea";
}

.fa-wifi:before {
	content: "\f1eb";
}

.fa-calculator:before {
	content: "\f1ec";
}

.fa-paypal:before {
	content: "\f1ed";
}

.fa-google-wallet:before {
	content: "\f1ee";
}

.fa-cc-visa:before {
	content: "\f1f0";
}

.fa-cc-mastercard:before {
	content: "\f1f1";
}

.fa-cc-discover:before {
	content: "\f1f2";
}

.fa-cc-amex:before {
	content: "\f1f3";
}

.fa-cc-paypal:before {
	content: "\f1f4";
}

.fa-cc-stripe:before {
	content: "\f1f5";
}

.fa-bell-slash:before {
	content: "\f1f6";
}

.fa-bell-slash-o:before {
	content: "\f1f7";
}

.fa-trash:before {
	content: "\f1f8";
}

.fa-copyright:before {
	content: "\f1f9";
}

.fa-at:before {
	content: "\f1fa";
}

.fa-eyedropper:before {
	content: "\f1fb";
}

.fa-paint-brush:before {
	content: "\f1fc";
}

.fa-birthday-cake:before {
	content: "\f1fd";
}

.fa-area-chart:before {
	content: "\f1fe";
}

.fa-pie-chart:before {
	content: "\f200";
}

.fa-line-chart:before {
	content: "\f201";
}

.fa-lastfm:before {
	content: "\f202";
}

.fa-lastfm-square:before {
	content: "\f203";
}

.fa-toggle-off:before {
	content: "\f204";
}

.fa-toggle-on:before {
	content: "\f205";
}

.fa-bicycle:before {
	content: "\f206";
}

.fa-bus:before {
	content: "\f207";
}

.fa-ioxhost:before {
	content: "\f208";
}

.fa-angellist:before {
	content: "\f209";
}

.fa-cc:before {
	content: "\f20a";
}

.fa-shekel:before,.fa-sheqel:before,.fa-ils:before {
	content: "\f20b";
}

.fa-meanpath:before {
	content: "\f20c";
}

.fa-buysellads:before {
	content: "\f20d";
}

.fa-connectdevelop:before {
	content: "\f20e";
}

.fa-dashcube:before {
	content: "\f210";
}

.fa-forumbee:before {
	content: "\f211";
}

.fa-leanpub:before {
	content: "\f212";
}

.fa-sellsy:before {
	content: "\f213";
}

.fa-shirtsinbulk:before {
	content: "\f214";
}

.fa-simplybuilt:before {
	content: "\f215";
}

.fa-skyatlas:before {
	content: "\f216";
}

.fa-cart-plus:before {
	content: "\f217";
}

.fa-cart-arrow-down:before {
	content: "\f218";
}

.fa-diamond:before {
	content: "\f219";
}

.fa-ship:before {
	content: "\f21a";
}

.fa-user-secret:before {
	content: "\f21b";
}

.fa-motorcycle:before {
	content: "\f21c";
}

.fa-street-view:before {
	content: "\f21d";
}

.fa-heartbeat:before {
	content: "\f21e";
}

.fa-venus:before {
	content: "\f221";
}

.fa-mars:before {
	content: "\f222";
}

.fa-mercury:before {
	content: "\f223";
}

.fa-intersex:before,.fa-transgender:before {
	content: "\f224";
}

.fa-transgender-alt:before {
	content: "\f225";
}

.fa-venus-double:before {
	content: "\f226";
}

.fa-mars-double:before {
	content: "\f227";
}

.fa-venus-mars:before {
	content: "\f228";
}

.fa-mars-stroke:before {
	content: "\f229";
}

.fa-mars-stroke-v:before {
	content: "\f22a";
}

.fa-mars-stroke-h:before {
	content: "\f22b";
}

.fa-neuter:before {
	content: "\f22c";
}

.fa-genderless:before {
	content: "\f22d";
}

.fa-facebook-official:before {
	content: "\f230";
}

.fa-pinterest-p:before {
	content: "\f231";
}

.fa-whatsapp:before {
	content: "\f232";
}

.fa-server:before {
	content: "\f233";
}

.fa-user-plus:before {
	content: "\f234";
}

.fa-user-times:before {
	content: "\f235";
}

.fa-hotel:before,.fa-bed:before {
	content: "\f236";
}

.fa-viacoin:before {
	content: "\f237";
}

.fa-train:before {
	content: "\f238";
}

.fa-subway:before {
	content: "\f239";
}

.fa-medium:before {
	content: "\f23a";
}

.fa-yc:before,.fa-y-combinator:before {
	content: "\f23b";
}

.fa-optin-monster:before {
	content: "\f23c";
}

.fa-opencart:before {
	content: "\f23d";
}

.fa-expeditedssl:before {
	content: "\f23e";
}

.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before {
	content: "\f240";
}

.fa-battery-3:before,.fa-battery-three-quarters:before {
	content: "\f241";
}

.fa-battery-2:before,.fa-battery-half:before {
	content: "\f242";
}

.fa-battery-1:before,.fa-battery-quarter:before {
	content: "\f243";
}

.fa-battery-0:before,.fa-battery-empty:before {
	content: "\f244";
}

.fa-mouse-pointer:before {
	content: "\f245";
}

.fa-i-cursor:before {
	content: "\f246";
}

.fa-object-group:before {
	content: "\f247";
}

.fa-object-ungroup:before {
	content: "\f248";
}

.fa-sticky-note:before {
	content: "\f249";
}

.fa-sticky-note-o:before {
	content: "\f24a";
}

.fa-cc-jcb:before {
	content: "\f24b";
}

.fa-cc-diners-club:before {
	content: "\f24c";
}

.fa-clone:before {
	content: "\f24d";
}

.fa-balance-scale:before {
	content: "\f24e";
}

.fa-hourglass-o:before {
	content: "\f250";
}

.fa-hourglass-1:before,.fa-hourglass-start:before {
	content: "\f251";
}

.fa-hourglass-2:before,.fa-hourglass-half:before {
	content: "\f252";
}

.fa-hourglass-3:before,.fa-hourglass-end:before {
	content: "\f253";
}

.fa-hourglass:before {
	content: "\f254";
}

.fa-hand-grab-o:before,.fa-hand-rock-o:before {
	content: "\f255";
}

.fa-hand-stop-o:before,.fa-hand-paper-o:before {
	content: "\f256";
}

.fa-hand-scissors-o:before {
	content: "\f257";
}

.fa-hand-lizard-o:before {
	content: "\f258";
}

.fa-hand-spock-o:before {
	content: "\f259";
}

.fa-hand-pointer-o:before {
	content: "\f25a";
}

.fa-hand-peace-o:before {
	content: "\f25b";
}

.fa-trademark:before {
	content: "\f25c";
}

.fa-registered:before {
	content: "\f25d";
}

.fa-creative-commons:before {
	content: "\f25e";
}

.fa-gg:before {
	content: "\f260";
}

.fa-gg-circle:before {
	content: "\f261";
}

.fa-tripadvisor:before {
	content: "\f262";
}

.fa-odnoklassniki:before {
	content: "\f263";
}

.fa-odnoklassniki-square:before {
	content: "\f264";
}

.fa-get-pocket:before {
	content: "\f265";
}

.fa-wikipedia-w:before {
	content: "\f266";
}

.fa-safari:before {
	content: "\f267";
}

.fa-chrome:before {
	content: "\f268";
}

.fa-firefox:before {
	content: "\f269";
}

.fa-opera:before {
	content: "\f26a";
}

.fa-internet-explorer:before {
	content: "\f26b";
}

.fa-tv:before,.fa-television:before {
	content: "\f26c";
}

.fa-contao:before {
	content: "\f26d";
}

.fa-500px:before {
	content: "\f26e";
}

.fa-amazon:before {
	content: "\f270";
}

.fa-calendar-plus-o:before {
	content: "\f271";
}

.fa-calendar-minus-o:before {
	content: "\f272";
}

.fa-calendar-times-o:before {
	content: "\f273";
}

.fa-calendar-check-o:before {
	content: "\f274";
}

.fa-industry:before {
	content: "\f275";
}

.fa-map-pin:before {
	content: "\f276";
}

.fa-map-signs:before {
	content: "\f277";
}

.fa-map-o:before {
	content: "\f278";
}

.fa-map:before {
	content: "\f279";
}

.fa-commenting:before {
	content: "\f27a";
}

.fa-commenting-o:before {
	content: "\f27b";
}

.fa-houzz:before {
	content: "\f27c";
}

.fa-vimeo:before {
	content: "\f27d";
}

.fa-black-tie:before {
	content: "\f27e";
}

.fa-fonticons:before {
	content: "\f280";
}

.fa-reddit-alien:before {
	content: "\f281";
}

.fa-edge:before {
	content: "\f282";
}

.fa-credit-card-alt:before {
	content: "\f283";
}

.fa-codiepie:before {
	content: "\f284";
}

.fa-modx:before {
	content: "\f285";
}

.fa-fort-awesome:before {
	content: "\f286";
}

.fa-usb:before {
	content: "\f287";
}

.fa-product-hunt:before {
	content: "\f288";
}

.fa-mixcloud:before {
	content: "\f289";
}

.fa-scribd:before {
	content: "\f28a";
}

.fa-pause-circle:before {
	content: "\f28b";
}

.fa-pause-circle-o:before {
	content: "\f28c";
}

.fa-stop-circle:before {
	content: "\f28d";
}

.fa-stop-circle-o:before {
	content: "\f28e";
}

.fa-shopping-bag:before {
	content: "\f290";
}

.fa-shopping-basket:before {
	content: "\f291";
}

.fa-hashtag:before {
	content: "\f292";
}

.fa-bluetooth:before {
	content: "\f293";
}

.fa-bluetooth-b:before {
	content: "\f294";
}

.fa-percent:before {
	content: "\f295";
}

.fa-gitlab:before {
	content: "\f296";
}

.fa-wpbeginner:before {
	content: "\f297";
}

.fa-wpforms:before {
	content: "\f298";
}

.fa-envira:before {
	content: "\f299";
}

.fa-universal-access:before {
	content: "\f29a";
}

.fa-wheelchair-alt:before {
	content: "\f29b";
}

.fa-question-circle-o:before {
	content: "\f29c";
}

.fa-blind:before {
	content: "\f29d";
}

.fa-audio-description:before {
	content: "\f29e";
}

.fa-volume-control-phone:before {
	content: "\f2a0";
}

.fa-braille:before {
	content: "\f2a1";
}

.fa-assistive-listening-systems:before {
	content: "\f2a2";
}

.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before {
	content: "\f2a3";
}

.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before {
	content: "\f2a4";
}

.fa-glide:before {
	content: "\f2a5";
}

.fa-glide-g:before {
	content: "\f2a6";
}

.fa-signing:before,.fa-sign-language:before {
	content: "\f2a7";
}

.fa-low-vision:before {
	content: "\f2a8";
}

.fa-viadeo:before {
	content: "\f2a9";
}

.fa-viadeo-square:before {
	content: "\f2aa";
}

.fa-snapchat:before {
	content: "\f2ab";
}

.fa-snapchat-ghost:before {
	content: "\f2ac";
}

.fa-snapchat-square:before {
	content: "\f2ad";
}

.fa-pied-piper:before {
	content: "\f2ae";
}

.fa-first-order:before {
	content: "\f2b0";
}

.fa-yoast:before {
	content: "\f2b1";
}

.fa-themeisle:before {
	content: "\f2b2";
}

.fa-google-plus-circle:before,.fa-google-plus-official:before {
	content: "\f2b3";
}

.fa-fa:before,.fa-font-awesome:before {
	content: "\f2b4";
}

.fa-handshake-o:before {
	content: "\f2b5";
}

.fa-envelope-open:before {
	content: "\f2b6";
}

.fa-envelope-open-o:before {
	content: "\f2b7";
}

.fa-linode:before {
	content: "\f2b8";
}

.fa-address-book:before {
	content: "\f2b9";
}

.fa-address-book-o:before {
	content: "\f2ba";
}

.fa-vcard:before,.fa-address-card:before {
	content: "\f2bb";
}

.fa-vcard-o:before,.fa-address-card-o:before {
	content: "\f2bc";
}

.fa-user-circle:before {
	content: "\f2bd";
}

.fa-user-circle-o:before {
	content: "\f2be";
}

.fa-user-o:before {
	content: "\f2c0";
}

.fa-id-badge:before {
	content: "\f2c1";
}

.fa-drivers-license:before,.fa-id-card:before {
	content: "\f2c2";
}

.fa-drivers-license-o:before,.fa-id-card-o:before {
	content: "\f2c3";
}

.fa-quora:before {
	content: "\f2c4";
}

.fa-free-code-camp:before {
	content: "\f2c5";
}

.fa-telegram:before {
	content: "\f2c6";
}

.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before {
	content: "\f2c7";
}

.fa-thermometer-3:before,.fa-thermometer-three-quarters:before {
	content: "\f2c8";
}

.fa-thermometer-2:before,.fa-thermometer-half:before {
	content: "\f2c9";
}

.fa-thermometer-1:before,.fa-thermometer-quarter:before {
	content: "\f2ca";
}

.fa-thermometer-0:before,.fa-thermometer-empty:before {
	content: "\f2cb";
}

.fa-shower:before {
	content: "\f2cc";
}

.fa-bathtub:before,.fa-s15:before,.fa-bath:before {
	content: "\f2cd";
}

.fa-podcast:before {
	content: "\f2ce";
}

.fa-window-maximize:before {
	content: "\f2d0";
}

.fa-window-minimize:before {
	content: "\f2d1";
}

.fa-window-restore:before {
	content: "\f2d2";
}

.fa-times-rectangle:before,.fa-window-close:before {
	content: "\f2d3";
}

.fa-times-rectangle-o:before,.fa-window-close-o:before {
	content: "\f2d4";
}

.fa-bandcamp:before {
	content: "\f2d5";
}

.fa-grav:before {
	content: "\f2d6";
}

.fa-etsy:before {
	content: "\f2d7";
}

.fa-imdb:before {
	content: "\f2d8";
}

.fa-ravelry:before {
	content: "\f2d9";
}

.fa-eercast:before {
	content: "\f2da";
}

.fa-microchip:before {
	content: "\f2db";
}

.fa-snowflake-o:before {
	content: "\f2dc";
}

.fa-superpowers:before {
	content: "\f2dd";
}

.fa-wpexplorer:before {
	content: "\f2de";
}

.fa-meetup:before {
	content: "\f2e0";
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.sr-only-focusable:active,.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.animated.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}

.animated.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
}

@-webkit-keyframes bounce {
	0%,20%,53%,80%,to {
		-webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
		animation-timing-function: cubic-bezier(.215,.61,.355,1);
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}

	40%,43% {
		-webkit-transform: translate3d(0,-30px,0);
		transform: translate3d(0,-30px,0);
	}

	40%,43%,70% {
		-webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
		animation-timing-function: cubic-bezier(.755,.05,.855,.06);
	}

	70% {
		-webkit-transform: translate3d(0,-15px,0);
		transform: translate3d(0,-15px,0);
	}

	90% {
		-webkit-transform: translate3d(0,-4px,0);
		transform: translate3d(0,-4px,0);
	}
}

@keyframes bounce {
	0%,20%,53%,80%,to {
		-webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
		animation-timing-function: cubic-bezier(.215,.61,.355,1);
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}

	40%,43% {
		-webkit-transform: translate3d(0,-30px,0);
		transform: translate3d(0,-30px,0);
	}

	40%,43%,70% {
		-webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
		animation-timing-function: cubic-bezier(.755,.05,.855,.06);
	}

	70% {
		-webkit-transform: translate3d(0,-15px,0);
		transform: translate3d(0,-15px,0);
	}

	90% {
		-webkit-transform: translate3d(0,-4px,0);
		transform: translate3d(0,-4px,0);
	}
}

.bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
}

@-webkit-keyframes flash {
	0%,50%,to {
		opacity: 1;
	}

	25%,75% {
		opacity: 0;
	}
}

@keyframes flash {
	0%,50%,to {
		opacity: 1;
	}

	25%,75% {
		opacity: 0;
	}
}

.flash {
	-webkit-animation-name: flash;
	animation-name: flash;
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}

	50% {
		-webkit-transform: scale3d(1.05,1.05,1.05);
		transform: scale3d(1.05,1.05,1.05);
	}

	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

@keyframes pulse {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}

	50% {
		-webkit-transform: scale3d(1.05,1.05,1.05);
		transform: scale3d(1.05,1.05,1.05);
	}

	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

.pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse;
}

@-webkit-keyframes rubberBand {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}

	30% {
		-webkit-transform: scale3d(1.25,.75,1);
		transform: scale3d(1.25,.75,1);
	}

	40% {
		-webkit-transform: scale3d(.75,1.25,1);
		transform: scale3d(.75,1.25,1);
	}

	50% {
		-webkit-transform: scale3d(1.15,.85,1);
		transform: scale3d(1.15,.85,1);
	}

	65% {
		-webkit-transform: scale3d(.95,1.05,1);
		transform: scale3d(.95,1.05,1);
	}

	75% {
		-webkit-transform: scale3d(1.05,.95,1);
		transform: scale3d(1.05,.95,1);
	}

	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

@keyframes rubberBand {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}

	30% {
		-webkit-transform: scale3d(1.25,.75,1);
		transform: scale3d(1.25,.75,1);
	}

	40% {
		-webkit-transform: scale3d(.75,1.25,1);
		transform: scale3d(.75,1.25,1);
	}

	50% {
		-webkit-transform: scale3d(1.15,.85,1);
		transform: scale3d(1.15,.85,1);
	}

	65% {
		-webkit-transform: scale3d(.95,1.05,1);
		transform: scale3d(.95,1.05,1);
	}

	75% {
		-webkit-transform: scale3d(1.05,.95,1);
		transform: scale3d(1.05,.95,1);
	}

	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

.rubberBand {
	-webkit-animation-name: rubberBand;
	animation-name: rubberBand;
}

@-webkit-keyframes shake {
	0%,to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}

	10%,30%,50%,70%,90% {
		-webkit-transform: translate3d(-10px,0,0);
		transform: translate3d(-10px,0,0);
	}

	20%,40%,60%,80% {
		-webkit-transform: translate3d(10px,0,0);
		transform: translate3d(10px,0,0);
	}
}

@keyframes shake {
	0%,to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}

	10%,30%,50%,70%,90% {
		-webkit-transform: translate3d(-10px,0,0);
		transform: translate3d(-10px,0,0);
	}

	20%,40%,60%,80% {
		-webkit-transform: translate3d(10px,0,0);
		transform: translate3d(10px,0,0);
	}
}

.shake {
	-webkit-animation-name: shake;
	animation-name: shake;
}

@-webkit-keyframes headShake {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	6.5% {
		-webkit-transform: translateX(-6px) rotateY(-9deg);
		transform: translateX(-6px) rotateY(-9deg);
	}

	18.5% {
		-webkit-transform: translateX(5px) rotateY(7deg);
		transform: translateX(5px) rotateY(7deg);
	}

	31.5% {
		-webkit-transform: translateX(-3px) rotateY(-5deg);
		transform: translateX(-3px) rotateY(-5deg);
	}

	43.5% {
		-webkit-transform: translateX(2px) rotateY(3deg);
		transform: translateX(2px) rotateY(3deg);
	}

	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes headShake {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	6.5% {
		-webkit-transform: translateX(-6px) rotateY(-9deg);
		transform: translateX(-6px) rotateY(-9deg);
	}

	18.5% {
		-webkit-transform: translateX(5px) rotateY(7deg);
		transform: translateX(5px) rotateY(7deg);
	}

	31.5% {
		-webkit-transform: translateX(-3px) rotateY(-5deg);
		transform: translateX(-3px) rotateY(-5deg);
	}

	43.5% {
		-webkit-transform: translateX(2px) rotateY(3deg);
		transform: translateX(2px) rotateY(3deg);
	}

	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

.headShake {
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-name: headShake;
	animation-name: headShake;
}

@-webkit-keyframes swing {
	20% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}

	40% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}

	60% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}

	80% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}

	to {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

@keyframes swing {
	20% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}

	40% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}

	60% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}

	80% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}

	to {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

.swing {
	-webkit-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	animation-name: swing;
}

@-webkit-keyframes tada {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}

	10%,20% {
		-webkit-transform: scale3d(.9,.9,.9) rotate(-3deg);
		transform: scale3d(.9,.9,.9) rotate(-3deg);
	}

	30%,50%,70%,90% {
		-webkit-transform: scale3d(1.1,1.1,1.1) rotate(3deg);
		transform: scale3d(1.1,1.1,1.1) rotate(3deg);
	}

	40%,60%,80% {
		-webkit-transform: scale3d(1.1,1.1,1.1) rotate(-3deg);
		transform: scale3d(1.1,1.1,1.1) rotate(-3deg);
	}

	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

@keyframes tada {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}

	10%,20% {
		-webkit-transform: scale3d(.9,.9,.9) rotate(-3deg);
		transform: scale3d(.9,.9,.9) rotate(-3deg);
	}

	30%,50%,70%,90% {
		-webkit-transform: scale3d(1.1,1.1,1.1) rotate(3deg);
		transform: scale3d(1.1,1.1,1.1) rotate(3deg);
	}

	40%,60%,80% {
		-webkit-transform: scale3d(1.1,1.1,1.1) rotate(-3deg);
		transform: scale3d(1.1,1.1,1.1) rotate(-3deg);
	}

	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

.tada {
	-webkit-animation-name: tada;
	animation-name: tada;
}

@-webkit-keyframes wobble {
	0% {
		-webkit-transform: none;
		transform: none;
	}

	15% {
		-webkit-transform: translate3d(-25%,0,0) rotate(-5deg);
		transform: translate3d(-25%,0,0) rotate(-5deg);
	}

	30% {
		-webkit-transform: translate3d(20%,0,0) rotate(3deg);
		transform: translate3d(20%,0,0) rotate(3deg);
	}

	45% {
		-webkit-transform: translate3d(-15%,0,0) rotate(-3deg);
		transform: translate3d(-15%,0,0) rotate(-3deg);
	}

	60% {
		-webkit-transform: translate3d(10%,0,0) rotate(2deg);
		transform: translate3d(10%,0,0) rotate(2deg);
	}

	75% {
		-webkit-transform: translate3d(-5%,0,0) rotate(-1deg);
		transform: translate3d(-5%,0,0) rotate(-1deg);
	}

	to {
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes wobble {
	0% {
		-webkit-transform: none;
		transform: none;
	}

	15% {
		-webkit-transform: translate3d(-25%,0,0) rotate(-5deg);
		transform: translate3d(-25%,0,0) rotate(-5deg);
	}

	30% {
		-webkit-transform: translate3d(20%,0,0) rotate(3deg);
		transform: translate3d(20%,0,0) rotate(3deg);
	}

	45% {
		-webkit-transform: translate3d(-15%,0,0) rotate(-3deg);
		transform: translate3d(-15%,0,0) rotate(-3deg);
	}

	60% {
		-webkit-transform: translate3d(10%,0,0) rotate(2deg);
		transform: translate3d(10%,0,0) rotate(2deg);
	}

	75% {
		-webkit-transform: translate3d(-5%,0,0) rotate(-1deg);
		transform: translate3d(-5%,0,0) rotate(-1deg);
	}

	to {
		-webkit-transform: none;
		transform: none;
	}
}

.wobble {
	-webkit-animation-name: wobble;
	animation-name: wobble;
}

@-webkit-keyframes jello {
	0%,11.1%,to {
		-webkit-transform: none;
		transform: none;
	}

	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg);
	}

	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg);
	}

	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg);
	}

	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg);
	}

	66.6% {
		-webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
		transform: skewX(-.78125deg) skewY(-.78125deg);
	}

	77.7% {
		-webkit-transform: skewX(.390625deg) skewY(.390625deg);
		transform: skewX(.390625deg) skewY(.390625deg);
	}

	88.8% {
		-webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
		transform: skewX(-.1953125deg) skewY(-.1953125deg);
	}
}

@keyframes jello {
	0%,11.1%,to {
		-webkit-transform: none;
		transform: none;
	}

	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg);
	}

	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg);
	}

	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg);
	}

	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg);
	}

	66.6% {
		-webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
		transform: skewX(-.78125deg) skewY(-.78125deg);
	}

	77.7% {
		-webkit-transform: skewX(.390625deg) skewY(.390625deg);
		transform: skewX(.390625deg) skewY(.390625deg);
	}

	88.8% {
		-webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
		transform: skewX(-.1953125deg) skewY(-.1953125deg);
	}
}

.jello {
	-webkit-animation-name: jello;
	animation-name: jello;
	-webkit-transform-origin: center;
	transform-origin: center;
}

@-webkit-keyframes bounceIn {
	0%,20%,40%,60%,80%,to {
		-webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
		animation-timing-function: cubic-bezier(.215,.61,.355,1);
	}

	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3,.3,.3);
		transform: scale3d(.3,.3,.3);
	}

	20% {
		-webkit-transform: scale3d(1.1,1.1,1.1);
		transform: scale3d(1.1,1.1,1.1);
	}

	40% {
		-webkit-transform: scale3d(.9,.9,.9);
		transform: scale3d(.9,.9,.9);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03,1.03,1.03);
		transform: scale3d(1.03,1.03,1.03);
	}

	80% {
		-webkit-transform: scale3d(.97,.97,.97);
		transform: scale3d(.97,.97,.97);
	}

	to {
		opacity: 1;
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

@keyframes bounceIn {
	0%,20%,40%,60%,80%,to {
		-webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
		animation-timing-function: cubic-bezier(.215,.61,.355,1);
	}

	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3,.3,.3);
		transform: scale3d(.3,.3,.3);
	}

	20% {
		-webkit-transform: scale3d(1.1,1.1,1.1);
		transform: scale3d(1.1,1.1,1.1);
	}

	40% {
		-webkit-transform: scale3d(.9,.9,.9);
		transform: scale3d(.9,.9,.9);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03,1.03,1.03);
		transform: scale3d(1.03,1.03,1.03);
	}

	80% {
		-webkit-transform: scale3d(.97,.97,.97);
		transform: scale3d(.97,.97,.97);
	}

	to {
		opacity: 1;
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

.bounceIn {
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
	0%,60%,75%,90%,to {
		-webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
		animation-timing-function: cubic-bezier(.215,.61,.355,1);
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,-3000px,0);
		transform: translate3d(0,-3000px,0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0,25px,0);
		transform: translate3d(0,25px,0);
	}

	75% {
		-webkit-transform: translate3d(0,-10px,0);
		transform: translate3d(0,-10px,0);
	}

	90% {
		-webkit-transform: translate3d(0,5px,0);
		transform: translate3d(0,5px,0);
	}

	to {
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes bounceInDown {
	0%,60%,75%,90%,to {
		-webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
		animation-timing-function: cubic-bezier(.215,.61,.355,1);
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,-3000px,0);
		transform: translate3d(0,-3000px,0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0,25px,0);
		transform: translate3d(0,25px,0);
	}

	75% {
		-webkit-transform: translate3d(0,-10px,0);
		transform: translate3d(0,-10px,0);
	}

	90% {
		-webkit-transform: translate3d(0,5px,0);
		transform: translate3d(0,5px,0);
	}

	to {
		-webkit-transform: none;
		transform: none;
	}
}

.bounceInDown {
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
	0%,60%,75%,90%,to {
		-webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
		animation-timing-function: cubic-bezier(.215,.61,.355,1);
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px,0,0);
		transform: translate3d(-3000px,0,0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px,0,0);
		transform: translate3d(25px,0,0);
	}

	75% {
		-webkit-transform: translate3d(-10px,0,0);
		transform: translate3d(-10px,0,0);
	}

	90% {
		-webkit-transform: translate3d(5px,0,0);
		transform: translate3d(5px,0,0);
	}

	to {
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes bounceInLeft {
	0%,60%,75%,90%,to {
		-webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
		animation-timing-function: cubic-bezier(.215,.61,.355,1);
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px,0,0);
		transform: translate3d(-3000px,0,0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px,0,0);
		transform: translate3d(25px,0,0);
	}

	75% {
		-webkit-transform: translate3d(-10px,0,0);
		transform: translate3d(-10px,0,0);
	}

	90% {
		-webkit-transform: translate3d(5px,0,0);
		transform: translate3d(5px,0,0);
	}

	to {
		-webkit-transform: none;
		transform: none;
	}
}

.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
	0%,60%,75%,90%,to {
		-webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
		animation-timing-function: cubic-bezier(.215,.61,.355,1);
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(3000px,0,0);
		transform: translate3d(3000px,0,0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px,0,0);
		transform: translate3d(-25px,0,0);
	}

	75% {
		-webkit-transform: translate3d(10px,0,0);
		transform: translate3d(10px,0,0);
	}

	90% {
		-webkit-transform: translate3d(-5px,0,0);
		transform: translate3d(-5px,0,0);
	}

	to {
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes bounceInRight {
	0%,60%,75%,90%,to {
		-webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
		animation-timing-function: cubic-bezier(.215,.61,.355,1);
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(3000px,0,0);
		transform: translate3d(3000px,0,0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px,0,0);
		transform: translate3d(-25px,0,0);
	}

	75% {
		-webkit-transform: translate3d(10px,0,0);
		transform: translate3d(10px,0,0);
	}

	90% {
		-webkit-transform: translate3d(-5px,0,0);
		transform: translate3d(-5px,0,0);
	}

	to {
		-webkit-transform: none;
		transform: none;
	}
}

.bounceInRight {
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
	0%,60%,75%,90%,to {
		-webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
		animation-timing-function: cubic-bezier(.215,.61,.355,1);
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,3000px,0);
		transform: translate3d(0,3000px,0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0,-20px,0);
		transform: translate3d(0,-20px,0);
	}

	75% {
		-webkit-transform: translate3d(0,10px,0);
		transform: translate3d(0,10px,0);
	}

	90% {
		-webkit-transform: translate3d(0,-5px,0);
		transform: translate3d(0,-5px,0);
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes bounceInUp {
	0%,60%,75%,90%,to {
		-webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
		animation-timing-function: cubic-bezier(.215,.61,.355,1);
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,3000px,0);
		transform: translate3d(0,3000px,0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0,-20px,0);
		transform: translate3d(0,-20px,0);
	}

	75% {
		-webkit-transform: translate3d(0,10px,0);
		transform: translate3d(0,10px,0);
	}

	90% {
		-webkit-transform: translate3d(0,-5px,0);
		transform: translate3d(0,-5px,0);
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.bounceInUp {
	-webkit-animation-name: bounceInUp;
	animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(.9,.9,.9);
		transform: scale3d(.9,.9,.9);
	}

	50%,55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1,1.1,1.1);
		transform: scale3d(1.1,1.1,1.1);
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(.3,.3,.3);
		transform: scale3d(.3,.3,.3);
	}
}

@keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(.9,.9,.9);
		transform: scale3d(.9,.9,.9);
	}

	50%,55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1,1.1,1.1);
		transform: scale3d(1.1,1.1,1.1);
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(.3,.3,.3);
		transform: scale3d(.3,.3,.3);
	}
}

.bounceOut {
	-webkit-animation-name: bounceOut;
	animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0,10px,0);
		transform: translate3d(0,10px,0);
	}

	40%,45% {
		opacity: 1;
		-webkit-transform: translate3d(0,-20px,0);
		transform: translate3d(0,-20px,0);
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0,2000px,0);
		transform: translate3d(0,2000px,0);
	}
}

@keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0,10px,0);
		transform: translate3d(0,10px,0);
	}

	40%,45% {
		opacity: 1;
		-webkit-transform: translate3d(0,-20px,0);
		transform: translate3d(0,-20px,0);
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0,2000px,0);
		transform: translate3d(0,2000px,0);
	}
}

.bounceOutDown {
	-webkit-animation-name: bounceOutDown;
	animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px,0,0);
		transform: translate3d(20px,0,0);
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px,0,0);
		transform: translate3d(-2000px,0,0);
	}
}

@keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px,0,0);
		transform: translate3d(20px,0,0);
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px,0,0);
		transform: translate3d(-2000px,0,0);
	}
}

.bounceOutLeft {
	-webkit-animation-name: bounceOutLeft;
	animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px,0,0);
		transform: translate3d(-20px,0,0);
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px,0,0);
		transform: translate3d(2000px,0,0);
	}
}

@keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px,0,0);
		transform: translate3d(-20px,0,0);
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px,0,0);
		transform: translate3d(2000px,0,0);
	}
}

.bounceOutRight {
	-webkit-animation-name: bounceOutRight;
	animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0,-10px,0);
		transform: translate3d(0,-10px,0);
	}

	40%,45% {
		opacity: 1;
		-webkit-transform: translate3d(0,20px,0);
		transform: translate3d(0,20px,0);
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0,-2000px,0);
		transform: translate3d(0,-2000px,0);
	}
}

@keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0,-10px,0);
		transform: translate3d(0,-10px,0);
	}

	40%,45% {
		opacity: 1;
		-webkit-transform: translate3d(0,20px,0);
		transform: translate3d(0,20px,0);
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0,-2000px,0);
		transform: translate3d(0,-2000px,0);
	}
}

.bounceOutUp {
	-webkit-animation-name: bounceOutUp;
	animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,-100%,0);
		transform: translate3d(0,-100%,0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,-100%,0);
		transform: translate3d(0,-100%,0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,-2000px,0);
		transform: translate3d(0,-2000px,0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,-2000px,0);
		transform: translate3d(0,-2000px,0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%,0,0);
		transform: translate3d(-100%,0,0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%,0,0);
		transform: translate3d(-100%,0,0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px,0,0);
		transform: translate3d(-2000px,0,0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px,0,0);
		transform: translate3d(-2000px,0,0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%,0,0);
		transform: translate3d(100%,0,0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%,0,0);
		transform: translate3d(100%,0,0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(2000px,0,0);
		transform: translate3d(2000px,0,0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(2000px,0,0);
		transform: translate3d(2000px,0,0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,100%,0);
		transform: translate3d(0,100%,0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,100%,0);
		transform: translate3d(0,100%,0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,2000px,0);
		transform: translate3d(0,2000px,0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,2000px,0);
		transform: translate3d(0,2000px,0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0,100%,0);
		transform: translate3d(0,100%,0);
	}
}

@keyframes fadeOutDown {
	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0,100%,0);
		transform: translate3d(0,100%,0);
	}
}

.fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0,2000px,0);
		transform: translate3d(0,2000px,0);
	}
}

@keyframes fadeOutDownBig {
	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0,2000px,0);
		transform: translate3d(0,2000px,0);
	}
}

.fadeOutDownBig {
	-webkit-animation-name: fadeOutDownBig;
	animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%,0,0);
		transform: translate3d(-100%,0,0);
	}
}

@keyframes fadeOutLeft {
	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%,0,0);
		transform: translate3d(-100%,0,0);
	}
}

.fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px,0,0);
		transform: translate3d(-2000px,0,0);
	}
}

@keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px,0,0);
		transform: translate3d(-2000px,0,0);
	}
}

.fadeOutLeftBig {
	-webkit-animation-name: fadeOutLeftBig;
	animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(100%,0,0);
		transform: translate3d(100%,0,0);
	}
}

@keyframes fadeOutRight {
	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(100%,0,0);
		transform: translate3d(100%,0,0);
	}
}

.fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px,0,0);
		transform: translate3d(2000px,0,0);
	}
}

@keyframes fadeOutRightBig {
	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px,0,0);
		transform: translate3d(2000px,0,0);
	}
}

.fadeOutRightBig {
	-webkit-animation-name: fadeOutRightBig;
	animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0,-100%,0);
		transform: translate3d(0,-100%,0);
	}
}

@keyframes fadeOutUp {
	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0,-100%,0);
		transform: translate3d(0,-100%,0);
	}
}

.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0,-2000px,0);
		transform: translate3d(0,-2000px,0);
	}
}

@keyframes fadeOutUpBig {
	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0,-2000px,0);
		transform: translate3d(0,-2000px,0);
	}
}

.fadeOutUpBig {
	-webkit-animation-name: fadeOutUpBig;
	animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
	0% {
		-webkit-transform: perspective(400px) rotateY(-1turn);
		transform: perspective(400px) rotateY(-1turn);
	}

	0%,40% {
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	40% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
		transform: perspective(400px) translateZ(150px) rotateY(-190deg);
	}

	50% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
		transform: perspective(400px) translateZ(150px) rotateY(-170deg);
	}

	50%,80% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	80% {
		-webkit-transform: perspective(400px) scale3d(.95,.95,.95);
		transform: perspective(400px) scale3d(.95,.95,.95);
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}

@keyframes flip {
	0% {
		-webkit-transform: perspective(400px) rotateY(-1turn);
		transform: perspective(400px) rotateY(-1turn);
	}

	0%,40% {
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	40% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
		transform: perspective(400px) translateZ(150px) rotateY(-190deg);
	}

	50% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
		transform: perspective(400px) translateZ(150px) rotateY(-170deg);
	}

	50%,80% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	80% {
		-webkit-transform: perspective(400px) scale3d(.95,.95,.95);
		transform: perspective(400px) scale3d(.95,.95,.95);
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}

.animated.flip {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-animation-name: flip;
	animation-name: flip;
}

@-webkit-keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}

	0%,40% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	40% {
		-webkit-transform: perspective(400px) rotateX(-20deg);
		transform: perspective(400px) rotateX(-20deg);
	}

	60% {
		-webkit-transform: perspective(400px) rotateX(10deg);
		transform: perspective(400px) rotateX(10deg);
		opacity: 1;
	}

	80% {
		-webkit-transform: perspective(400px) rotateX(-5deg);
		transform: perspective(400px) rotateX(-5deg);
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

@keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}

	0%,40% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	40% {
		-webkit-transform: perspective(400px) rotateX(-20deg);
		transform: perspective(400px) rotateX(-20deg);
	}

	60% {
		-webkit-transform: perspective(400px) rotateX(10deg);
		transform: perspective(400px) rotateX(10deg);
		opacity: 1;
	}

	80% {
		-webkit-transform: perspective(400px) rotateX(-5deg);
		transform: perspective(400px) rotateX(-5deg);
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

.flipInX {
	-webkit-backface-visibility: visible!important;
	backface-visibility: visible!important;
	-webkit-animation-name: flipInX;
	animation-name: flipInX;
}

@-webkit-keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0;
	}

	0%,40% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	40% {
		-webkit-transform: perspective(400px) rotateY(-20deg);
		transform: perspective(400px) rotateY(-20deg);
	}

	60% {
		-webkit-transform: perspective(400px) rotateY(10deg);
		transform: perspective(400px) rotateY(10deg);
		opacity: 1;
	}

	80% {
		-webkit-transform: perspective(400px) rotateY(-5deg);
		transform: perspective(400px) rotateY(-5deg);
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

@keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0;
	}

	0%,40% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	40% {
		-webkit-transform: perspective(400px) rotateY(-20deg);
		transform: perspective(400px) rotateY(-20deg);
	}

	60% {
		-webkit-transform: perspective(400px) rotateY(10deg);
		transform: perspective(400px) rotateY(10deg);
		opacity: 1;
	}

	80% {
		-webkit-transform: perspective(400px) rotateY(-5deg);
		transform: perspective(400px) rotateY(-5deg);
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

.flipInY {
	-webkit-backface-visibility: visible!important;
	backface-visibility: visible!important;
	-webkit-animation-name: flipInY;
	animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}

	30% {
		-webkit-transform: perspective(400px) rotateX(-20deg);
		transform: perspective(400px) rotateX(-20deg);
		opacity: 1;
	}

	to {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}
}

@keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}

	30% {
		-webkit-transform: perspective(400px) rotateX(-20deg);
		transform: perspective(400px) rotateX(-20deg);
		opacity: 1;
	}

	to {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}
}

.flipOutX {
	-webkit-animation-name: flipOutX;
	animation-name: flipOutX;
	-webkit-backface-visibility: visible!important;
	backface-visibility: visible!important;
}

@-webkit-keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}

	30% {
		-webkit-transform: perspective(400px) rotateY(-15deg);
		transform: perspective(400px) rotateY(-15deg);
		opacity: 1;
	}

	to {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0;
	}
}

@keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}

	30% {
		-webkit-transform: perspective(400px) rotateY(-15deg);
		transform: perspective(400px) rotateY(-15deg);
		opacity: 1;
	}

	to {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0;
	}
}

.flipOutY {
	-webkit-backface-visibility: visible!important;
	backface-visibility: visible!important;
	-webkit-animation-name: flipOutY;
	animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
	0% {
		-webkit-transform: translate3d(100%,0,0) skewX(-30deg);
		transform: translate3d(100%,0,0) skewX(-30deg);
		opacity: 0;
	}

	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
	}

	60%,80% {
		opacity: 1;
	}

	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg);
	}

	to {
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes lightSpeedIn {
	0% {
		-webkit-transform: translate3d(100%,0,0) skewX(-30deg);
		transform: translate3d(100%,0,0) skewX(-30deg);
		opacity: 0;
	}

	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
	}

	60%,80% {
		opacity: 1;
	}

	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg);
	}

	to {
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.lightSpeedIn {
	-webkit-animation-name: lightSpeedIn;
	animation-name: lightSpeedIn;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
	0% {
		opacity: 1;
	}

	to {
		-webkit-transform: translate3d(100%,0,0) skewX(30deg);
		transform: translate3d(100%,0,0) skewX(30deg);
		opacity: 0;
	}
}

@keyframes lightSpeedOut {
	0% {
		opacity: 1;
	}

	to {
		-webkit-transform: translate3d(100%,0,0) skewX(30deg);
		transform: translate3d(100%,0,0) skewX(30deg);
		opacity: 0;
	}
}

.lightSpeedOut {
	-webkit-animation-name: lightSpeedOut;
	animation-name: lightSpeedOut;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
	0% {
		transform-origin: center;
		-webkit-transform: rotate(-200deg);
		transform: rotate(-200deg);
		opacity: 0;
	}

	0%,to {
		-webkit-transform-origin: center;
	}

	to {
		transform-origin: center;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes rotateIn {
	0% {
		transform-origin: center;
		-webkit-transform: rotate(-200deg);
		transform: rotate(-200deg);
		opacity: 0;
	}

	0%,to {
		-webkit-transform-origin: center;
	}

	to {
		transform-origin: center;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.rotateIn {
	-webkit-animation-name: rotateIn;
	animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
	0% {
		transform-origin: left bottom;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0;
	}

	0%,to {
		-webkit-transform-origin: left bottom;
	}

	to {
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes rotateInDownLeft {
	0% {
		transform-origin: left bottom;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0;
	}

	0%,to {
		-webkit-transform-origin: left bottom;
	}

	to {
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.rotateInDownLeft {
	-webkit-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
	0% {
		transform-origin: right bottom;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0;
	}

	0%,to {
		-webkit-transform-origin: right bottom;
	}

	to {
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes rotateInDownRight {
	0% {
		transform-origin: right bottom;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0;
	}

	0%,to {
		-webkit-transform-origin: right bottom;
	}

	to {
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.rotateInDownRight {
	-webkit-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
	0% {
		transform-origin: left bottom;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0;
	}

	0%,to {
		-webkit-transform-origin: left bottom;
	}

	to {
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes rotateInUpLeft {
	0% {
		transform-origin: left bottom;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0;
	}

	0%,to {
		-webkit-transform-origin: left bottom;
	}

	to {
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.rotateInUpLeft {
	-webkit-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
	0% {
		transform-origin: right bottom;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}

	0%,to {
		-webkit-transform-origin: right bottom;
	}

	to {
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes rotateInUpRight {
	0% {
		transform-origin: right bottom;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}

	0%,to {
		-webkit-transform-origin: right bottom;
	}

	to {
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.rotateInUpRight {
	-webkit-animation-name: rotateInUpRight;
	animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
	0% {
		transform-origin: center;
		opacity: 1;
	}

	0%,to {
		-webkit-transform-origin: center;
	}

	to {
		transform-origin: center;
		-webkit-transform: rotate(200deg);
		transform: rotate(200deg);
		opacity: 0;
	}
}

@keyframes rotateOut {
	0% {
		transform-origin: center;
		opacity: 1;
	}

	0%,to {
		-webkit-transform-origin: center;
	}

	to {
		transform-origin: center;
		-webkit-transform: rotate(200deg);
		transform: rotate(200deg);
		opacity: 0;
	}
}

.rotateOut {
	-webkit-animation-name: rotateOut;
	animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
	0% {
		transform-origin: left bottom;
		opacity: 1;
	}

	0%,to {
		-webkit-transform-origin: left bottom;
	}

	to {
		transform-origin: left bottom;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0;
	}
}

@keyframes rotateOutDownLeft {
	0% {
		transform-origin: left bottom;
		opacity: 1;
	}

	0%,to {
		-webkit-transform-origin: left bottom;
	}

	to {
		transform-origin: left bottom;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0;
	}
}

.rotateOutDownLeft {
	-webkit-animation-name: rotateOutDownLeft;
	animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
	0% {
		transform-origin: right bottom;
		opacity: 1;
	}

	0%,to {
		-webkit-transform-origin: right bottom;
	}

	to {
		transform-origin: right bottom;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0;
	}
}

@keyframes rotateOutDownRight {
	0% {
		transform-origin: right bottom;
		opacity: 1;
	}

	0%,to {
		-webkit-transform-origin: right bottom;
	}

	to {
		transform-origin: right bottom;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0;
	}
}

.rotateOutDownRight {
	-webkit-animation-name: rotateOutDownRight;
	animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
	0% {
		transform-origin: left bottom;
		opacity: 1;
	}

	0%,to {
		-webkit-transform-origin: left bottom;
	}

	to {
		transform-origin: left bottom;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0;
	}
}

@keyframes rotateOutUpLeft {
	0% {
		transform-origin: left bottom;
		opacity: 1;
	}

	0%,to {
		-webkit-transform-origin: left bottom;
	}

	to {
		transform-origin: left bottom;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0;
	}
}

.rotateOutUpLeft {
	-webkit-animation-name: rotateOutUpLeft;
	animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
	0% {
		transform-origin: right bottom;
		opacity: 1;
	}

	0%,to {
		-webkit-transform-origin: right bottom;
	}

	to {
		transform-origin: right bottom;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}
}

@keyframes rotateOutUpRight {
	0% {
		transform-origin: right bottom;
		opacity: 1;
	}

	0%,to {
		-webkit-transform-origin: right bottom;
	}

	to {
		transform-origin: right bottom;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}
}

.rotateOutUpRight {
	-webkit-animation-name: rotateOutUpRight;
	animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
	0% {
		transform-origin: top left;
	}

	0%,20%,60% {
		-webkit-transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}

	20%,60% {
		-webkit-transform: rotate(80deg);
		transform: rotate(80deg);
		transform-origin: top left;
	}

	40%,80% {
		-webkit-transform: rotate(60deg);
		transform: rotate(60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1;
	}

	to {
		-webkit-transform: translate3d(0,700px,0);
		transform: translate3d(0,700px,0);
		opacity: 0;
	}
}

@keyframes hinge {
	0% {
		transform-origin: top left;
	}

	0%,20%,60% {
		-webkit-transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}

	20%,60% {
		-webkit-transform: rotate(80deg);
		transform: rotate(80deg);
		transform-origin: top left;
	}

	40%,80% {
		-webkit-transform: rotate(60deg);
		transform: rotate(60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1;
	}

	to {
		-webkit-transform: translate3d(0,700px,0);
		transform: translate3d(0,700px,0);
		opacity: 0;
	}
}

.hinge {
	-webkit-animation-name: hinge;
	animation-name: hinge;
}

@-webkit-keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%,0,0) rotate(-120deg);
		transform: translate3d(-100%,0,0) rotate(-120deg);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%,0,0) rotate(-120deg);
		transform: translate3d(-100%,0,0) rotate(-120deg);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.rollIn {
	-webkit-animation-name: rollIn;
	animation-name: rollIn;
}

@-webkit-keyframes rollOut {
	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(100%,0,0) rotate(120deg);
		transform: translate3d(100%,0,0) rotate(120deg);
	}
}

@keyframes rollOut {
	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(100%,0,0) rotate(120deg);
		transform: translate3d(100%,0,0) rotate(120deg);
	}
}

.rollOut {
	-webkit-animation-name: rollOut;
	animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3,.3,.3);
		transform: scale3d(.3,.3,.3);
	}

	50% {
		opacity: 1;
	}
}

@keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3,.3,.3);
		transform: scale3d(.3,.3,.3);
	}

	50% {
		opacity: 1;
	}
}

.zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
		transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
		-webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
		animation-timing-function: cubic-bezier(.55,.055,.675,.19);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
		transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
		-webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
		animation-timing-function: cubic-bezier(.175,.885,.32,1);
	}
}

@keyframes zoomInDown {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
		transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
		-webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
		animation-timing-function: cubic-bezier(.55,.055,.675,.19);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
		transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
		-webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
		animation-timing-function: cubic-bezier(.175,.885,.32,1);
	}
}

.zoomInDown {
	-webkit-animation-name: zoomInDown;
	animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
		transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
		-webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
		animation-timing-function: cubic-bezier(.55,.055,.675,.19);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
		transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
		-webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
		animation-timing-function: cubic-bezier(.175,.885,.32,1);
	}
}

@keyframes zoomInLeft {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
		transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
		-webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
		animation-timing-function: cubic-bezier(.55,.055,.675,.19);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
		transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
		-webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
		animation-timing-function: cubic-bezier(.175,.885,.32,1);
	}
}

.zoomInLeft {
	-webkit-animation-name: zoomInLeft;
	animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
		transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
		-webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
		animation-timing-function: cubic-bezier(.55,.055,.675,.19);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
		transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
		-webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
		animation-timing-function: cubic-bezier(.175,.885,.32,1);
	}
}

@keyframes zoomInRight {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
		transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
		-webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
		animation-timing-function: cubic-bezier(.55,.055,.675,.19);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
		transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
		-webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
		animation-timing-function: cubic-bezier(.175,.885,.32,1);
	}
}

.zoomInRight {
	-webkit-animation-name: zoomInRight;
	animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
		transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
		-webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
		animation-timing-function: cubic-bezier(.55,.055,.675,.19);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
		transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
		-webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
		animation-timing-function: cubic-bezier(.175,.885,.32,1);
	}
}

@keyframes zoomInUp {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
		transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
		-webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
		animation-timing-function: cubic-bezier(.55,.055,.675,.19);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
		transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
		-webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
		animation-timing-function: cubic-bezier(.175,.885,.32,1);
	}
}

.zoomInUp {
	-webkit-animation-name: zoomInUp;
	animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
	0% {
		opacity: 1;
	}

	50% {
		-webkit-transform: scale3d(.3,.3,.3);
		transform: scale3d(.3,.3,.3);
	}

	50%,to {
		opacity: 0;
	}
}

@keyframes zoomOut {
	0% {
		opacity: 1;
	}

	50% {
		-webkit-transform: scale3d(.3,.3,.3);
		transform: scale3d(.3,.3,.3);
	}

	50%,to {
		opacity: 0;
	}
}

.zoomOut {
	-webkit-animation-name: zoomOut;
	animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
		transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
		-webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
		animation-timing-function: cubic-bezier(.55,.055,.675,.19);
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
		transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
		animation-timing-function: cubic-bezier(.175,.885,.32,1);
	}
}

@keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
		transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
		-webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
		animation-timing-function: cubic-bezier(.55,.055,.675,.19);
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
		transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
		animation-timing-function: cubic-bezier(.175,.885,.32,1);
	}
}

.zoomOutDown {
	-webkit-animation-name: zoomOutDown;
	animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
		transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
	}

	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(-2000px,0,0);
		transform: scale(.1) translate3d(-2000px,0,0);
		-webkit-transform-origin: left center;
		transform-origin: left center;
	}
}

@keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
		transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
	}

	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(-2000px,0,0);
		transform: scale(.1) translate3d(-2000px,0,0);
		-webkit-transform-origin: left center;
		transform-origin: left center;
	}
}

.zoomOutLeft {
	-webkit-animation-name: zoomOutLeft;
	animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
		transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
	}

	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(2000px,0,0);
		transform: scale(.1) translate3d(2000px,0,0);
		-webkit-transform-origin: right center;
		transform-origin: right center;
	}
}

@keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
		transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
	}

	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(2000px,0,0);
		transform: scale(.1) translate3d(2000px,0,0);
		-webkit-transform-origin: right center;
		transform-origin: right center;
	}
}

.zoomOutRight {
	-webkit-animation-name: zoomOutRight;
	animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
		transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
		-webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
		animation-timing-function: cubic-bezier(.55,.055,.675,.19);
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
		transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
		animation-timing-function: cubic-bezier(.175,.885,.32,1);
	}
}

@keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
		transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
		-webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
		animation-timing-function: cubic-bezier(.55,.055,.675,.19);
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
		transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
		animation-timing-function: cubic-bezier(.175,.885,.32,1);
	}
}

.zoomOutUp {
	-webkit-animation-name: zoomOutUp;
	animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
	0% {
		-webkit-transform: translate3d(0,-100%,0);
		transform: translate3d(0,-100%,0);
		visibility: visible;
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes slideInDown {
	0% {
		-webkit-transform: translate3d(0,-100%,0);
		transform: translate3d(0,-100%,0);
		visibility: visible;
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
	0% {
		-webkit-transform: translate3d(-100%,0,0);
		transform: translate3d(-100%,0,0);
		visibility: visible;
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes slideInLeft {
	0% {
		-webkit-transform: translate3d(-100%,0,0);
		transform: translate3d(-100%,0,0);
		visibility: visible;
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.slideInLeft {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
	0% {
		-webkit-transform: translate3d(100%,0,0);
		transform: translate3d(100%,0,0);
		visibility: visible;
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes slideInRight {
	0% {
		-webkit-transform: translate3d(100%,0,0);
		transform: translate3d(100%,0,0);
		visibility: visible;
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
	0% {
		-webkit-transform: translate3d(0,100%,0);
		transform: translate3d(0,100%,0);
		visibility: visible;
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes slideInUp {
	0% {
		-webkit-transform: translate3d(0,100%,0);
		transform: translate3d(0,100%,0);
		visibility: visible;
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.slideInUp {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(0,100%,0);
		transform: translate3d(0,100%,0);
	}
}

@keyframes slideOutDown {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(0,100%,0);
		transform: translate3d(0,100%,0);
	}
}

.slideOutDown {
	-webkit-animation-name: slideOutDown;
	animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(-100%,0,0);
		transform: translate3d(-100%,0,0);
	}
}

@keyframes slideOutLeft {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(-100%,0,0);
		transform: translate3d(-100%,0,0);
	}
}

.slideOutLeft {
	-webkit-animation-name: slideOutLeft;
	animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(100%,0,0);
		transform: translate3d(100%,0,0);
	}
}

@keyframes slideOutRight {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(100%,0,0);
		transform: translate3d(100%,0,0);
	}
}

.slideOutRight {
	-webkit-animation-name: slideOutRight;
	animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(0,-100%,0);
		transform: translate3d(0,-100%,0);
	}
}

@keyframes slideOutUp {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(0,-100%,0);
		transform: translate3d(0,-100%,0);
	}
}

.slideOutUp {
	-webkit-animation-name: slideOutUp;
	animation-name: slideOutUp;
}