@import "fonts.css";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	/* font: inherit; */
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
	display: block;
}

input, button, select {
	outline: 0;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

*, *::after, *::before {
	box-sizing: border-box;
}

html {
	font-size: 62.5%;
}

body {
	font-size: 1.4rem;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #000;
	outline: none;
	font-family: "fainro-Regular", Microsoft YaHei;
	overflow-x: hidden;
	position: relative;
	overflow-y: scroll;
}

body::before {
	/* never visible - this is used in jQuery to check the current MQ */
	content: 'mobile';
	display: none;
}

@media only screen and (min-width: 1050px) {
	body::before {
		/* never visible - this is used in jQuery to check the current MQ */
		content: 'desktop';
	}
}

input::-webkit-input-placeholder {
	color: #dfdfdf;
}

input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #dfdfdf;
}

input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #dfdfdf;
}

input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #dfdfdf;
}

/*é™„åŠ æ ·å¼è°ƒç”¨å¼€å§‹*/
.cl {
	clear: both !important;
}

.fl {
	float: left !important;
}

.fr {
	float: right !important;
}

.mc {
	margin: 0 auto !important;
}

.mn {
	margin: 0 !important;
}

.pd {
	padding: 0 !important;
}

.nr {
	border: 0 !important;
}

.nr {
	border-radius: 0 !important;
}

.nb {
	background: none !important;
}

.dk {
	display: block !important;
}

.dn {
	display: none !important;
}

.dl {
	display: inline-block !important;
}

.hide {
	display: none;
}

.rel {
	position: relative;
}

.abl {
	position: absolute;
}

.offf {
	background: rgba(255, 255, 255, 0.6) !important;
	filter: Alpha(opacity=60);
	background: #fff;
}

.hand {
	cursor: pointer;
}

.upp {
	text-transform: uppercase;
}

.tl {
	text-align: left !important;
}

.tc {
	text-align: center !important;
}

b, strong, h1, h2 {
	font-family: "fainro-Regular", Microsoft YaHei;
	font-weight: 700;
}

h3 {
	color: #000;
}

/*Marginé—´è·*/
.mt10 {
	margin-top: 10px !important;
}

.mt15 {
	margin-top: 15px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mt30 {
	margin-top: 30px !important;
}

.mt130 {
	margin-top: 130px !important;
}

/*æ–‡å­—å¤§å°*/
.f16 {
	font-size: 16px !important;
}

.f22 {
	font-size: 22px !important;
}

.f62 {
	font-size: 62px !important;
}

/*é¢œè‰²*/
.c000 {
	color: #000 !important;
}

.cb12c39 {
	color: #b12c39 !important;
}

.bg77bd33 {
	background: #77bd33 !important;
}

/*é“¾æŽ¥å±žæ€§*/
a {
	color: #000;
}

a:hover {
	color: #b12c39;
}

/*CSS3é¼ æ ‡ç»è¿‡æ¸å˜*/
a, img {
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
}

a:hover {
	-webkit-tap-highlight-color: transparent;
}

a:link {
	-webkit-tap-highlight-color: transparent;
}

a:visited {
	-webkit-tap-highlight-color: transparent;
}

a:active {
	-webkit-tap-highlight-color: transparent;
}

/*åœ†è§’*/
.boxRound {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}

/*æŠ•å½±*/
.shadows {
	box-shadow: 0 0 35px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 35px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.2);
}

.shadows_code {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.shadows_edge {
	box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2);
}

/*é™„åŠ æ ·å¼è°ƒç”¨ç»“æŸ*/
/*åº•éƒ¨å¼€å§‹*/
footer {
	clear: both;
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 90px 0;
	background: #f5f5f5;
	/* border-top:#dedede solid 1px; */
	position: relative;
}

footer.topLine {
	border-top: #fff solid 30px;
}

.footer-navlist {
	clear: both;
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}

.footer-navlist li {
	width: 16.5%;
	float: left;
}

.footer-navlist li b {
	font-size: 18px;
	line-height: 30px;
	text-transform: uppercase;
}

.footer-navlist li dd {
	font-size: 12px;
	line-height: 30px;
}

.footer-navlist li dd a {
	display: block;
}

.footer-navlist li dd a:hover {
	padding-left: 10px;
}

.footer-navlist li a {
	color: #000000;
}

.footer-navlist li a:hover {
	color: #b12c39;
}

.fainro-copy {
	clear: both;
	width: 100%;
	margin: 0 auto;
	display: block;
	padding: 35px 0 30px;
	background-color: #b12c39;
	/* border-top:#dedede solid 1px; */
	position: relative;
}

.fainro-copy .copy {
	clear: both;
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
}

.fainro-copy .copy .logoFont {
	float: left;
	width: 261px;
	font-size: 31px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 25px;
}

.fainro-copy .copy .logoFont .img1 {
	width: 100%;
}

.fainro-copy .copy .logoFont .img2 {
	width: 50%;
	display: none;
}

.fainro-copy .copy .logoFont span {
	clear: both;
	font-size: 12px;
	display: block;
	font-weight: normal;
	color: #333;
	text-transform: capitalize;
	letter-spacing: 1px;
}

.fainro-copy .copy dd {
	float: left;
	margin-left: 40px;
	font-size: 14px;
	line-height: 1.6;
	text-align: left;
	color: #fff;
	margin-top: 15px;
}

.fainro-copy .copy .code {
	float: right;
}

.fainro-copy .copy .code img {
	width: 120px;
}

.fainro-copyMenu {
	position: fixed;
	bottom: 0;
}

@media (max-width:1200px) {
	footer {
		padding: 50px 0;
	}

	.footer-navlist {
		width: 100%;
	}

	.footer-navlist li {
		clear: both;
		width: 100%;
		display: block;
		margin: 0 auto;
		text-align: center;
	}

	.footer-navlist dd {
		display: none;
	}

	.fainro-copy .copy {
		width: 90%;
	}

	.fainro-copy .copy dd {
		float: left;
		margin-left: 50px;
	}
}

@media (max-width:1000px) {
	.logoFont {
		float: none !important;
		clear: both;
		display: block;
		width: 100% !important;
		text-align: center;
	}

	.logoFont .img1 {
		display: none;
	}

	.logoFont .img2 {
		display: block !important;
		margin: 0 auto;
	}

	.logoFont .tib {
		display: inline-block;
		text-align: left;
	}

	.fainro-copy .copy dd {
		clear: both;
		float: none !important;
		text-align: center;
		padding: 20px 0;
		margin: 0;
	}

	.code {
		clear: both;
		display: block;
		float: none !important;
		text-align: center;
	}
}

.condk {
	clear: both;
}

@media (max-width:1000px) {
	.condk {
		display: block;
		clear: both;
	}
}

/*åº•éƒ¨ç»“æŸ*/

/* 常用类 */
.ellipsis {
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.inlineBlock {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	*display: inline;
}

.opacity {
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}

.clearBoth {
	clear: both;
	height: 0px;
	overflow: hidden;
}

.breakAll {
	word-wrap: break-word;
	word-break: break-all;
}