/*
@Author: xiaoer
*/
/* 禁用iPhone中Safari的字号自动调整 */


* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

/* 去除iPhone中默认的input样式 */

input[type="submit"],
input[type="reset"],
input[type="button"],
input,
button {
	-webkit-appearance: none;
	resize: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

button {
	border: none;
}

/* 设置HTML5元素为块 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

/* 图片自适应 */
img {
	/*max-width: 100%;*/
	/* height: auto;
	width: auto\9; */
	/* ie8 */
	-ms-interpolation-mode: bicubic;
	/*为了照顾ie图片缩放失真*/
}

/* 初始化 */
body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
/* table,
th,
tr,
td,
tbody, */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	margin: 0;
	padding: 0;
	border: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	/*取消链接高亮*/
}

body {
	font-family: Microsoft YaHei, simhei, Tahoma, Arial, sans-serif;
	color: #333333;
	background-color: #fafafa;
}

em,
i {
	font-style: normal;
}

strong {
	font-weight: normal;
}

.clearfix:after {
	content: "";
	display: block;
	visibility: hidden;
	height: 0;
	clear: both;
}

.clearfix {
	zoom: 1;
}

a {
	text-decoration: none;
	font-family: Microsoft YaHei, Tahoma, Arial, sans-serif;
}

ul,
ol {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-family: Microsoft YaHei;
}

img {
	border: none;
	vertical-align: middle;
}

/* body,
html {
	width: 100%;
	margin: 0 auto;
	font-family: Microsoft YaHei;
	position: relative;
} */



.fr {
	float: right;
}

.fl {
	float: left;
}

.fixed {
	position: fixed;
	bottom: 0;
	width: 100%;
	left: 0;
	z-index: 999;
}

.clearfix:after {
	content: "";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}

* {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑", Arial;
}

/* html,body {min-height: 100%;}
body {height: 100%;} */
html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
dl,
li,
dt,
dd,
p,
form,
table,
th,
td,
input,
img,
marquee,
span,
a {
	margin: 0 auto;
}

a {
	color: #d5d4d4;
	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	-ms-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
	/* -webkit-transition: background .2s ease-in-out;
	-moz-transition: background .2s ease-in-out;
	-ms-transition: background .2s ease-in-out;
	transition: background .2s ease-in-out; */
}

a:hover {
	color: #A42127;
}

.mhidden {
	display: none;
}


.indexBg1 {
	background: #fafafa;
	min-width: 1400px;
}

.pageBg1 {
	background: #fafafa;
}

.pageBg2 {
	background: #fafafa;
}

.grid-1200 {
	width: 1200px;
	margin: 0 auto;
}

.mb-10 {
	margin-bottom: 10px;
}


/* @media screen and (max-width:1024PX) {
    .mhidden,.nav-bar  {display: block;}
    .wrap {padding: 0 3%;max-width: 100%;}
	.indexBg1 {background: #fff;min-width: 1400px;}
	.pageBg1 {background: #fff;}
    .grid-1200 {max-width: 100%;}
    .sk_index_top_bg {background: none;}
    .sk_rime {padding-top: 0;}
    .sk_rime .sk_rime_info {box-shadow: none;height: auto;}
    .sk_prime_middle {float: none;width: 100%;height: auto;}
    .sk_banner {width: 94%;height: auto;margin: 0 auto;}
	.callbacks_container {border-radius: 4px;height:11.7rem;}
	.sk_mbx,.sk_filter_box {display: none;}

	.pageBg2 {background:#f4f4f4;}
	
} */