/*初始化类*/

@charset "UTF-8";

html {
	font-family: '微软雅黑';
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	font-size: 100px;
}

html,
body {
	-webkit-touch-callout: none;
	width: 100%;
	font-family: '微软雅黑';
	position: relative;
	min-height: 100%;
}

body {
	line-height: 1.5;
	font-size: 0.16rem;
	color: #000;
	outline: 0;
}

a {}
a:hover{color: #b81c22;}

html,
body,
header,
section,
footer,
div,
ul,
ol,
li,
img,
a,
span,
em,
del,
legend,
center,
strong,
var,
fieldset,
form,
label,
dl,
dt,
dd,
cite,
input,
hr,
time,
mark,
code,
figcaption,
figure,
textarea,
h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
	border: 0;
	padding: 0;
	font-style: normal;
}

ul,
li {
	list-style: none;
}

b,
strong {
	font-weight: 700;
}

pre {
	overflow: auto;
}

img {
	border: none;
	vertical-align: middle;
	max-width: 100%;
}

p {
	margin-top: 0;
	margin-bottom: 0;
}

a {
	text-decoration: none;
	color: #333;
}

a:hover {
	outline: 0;
}

textarea {
	overflow: hidden;
	resize: none;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
input,
optgroup,
select,
textarea {
	margin: 0;
	font: inherit;
	color: inherit;
}

hr {
	height: 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

pre {
	overflow: auto;
}

.cle:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0
}

.cle {
	zoom: 1
}

.fl,
.fr {
	display: inline
}

.fl {
	float: left
}

.fr {
	float: right
}

.txtov {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}
input,
textarea,
select,
button {
	outline: none;
	vertical-align: middle;
	font-size: inherit;
	font-family: inherit;
}

textarea {
	resize: none;
	overflow-y: auto;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
	cursor: pointer;
	-webkit-appearance: none;
}

hr {
	height: 0;
	border-width: 1px 0 0 0;
	border-style: solid;
	margin: 0;
	color: #ddd;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	margin: 0;
}

ul,
ol,
li {
	list-style: none;
	-webkit-padding-start: 0
}

dt,
dd {
	padding: 0;
	margin: 0;
	list-style: none;
}

html {
	width: 100%;
	margin: 0 auto;
}

body {
	margin: 0 auto;
}

.h_normal {
	font-weight: normal;
}

.w_nav {
	width: 90%;

	margin: 0 auto;
	clear: both;
}

.w {
	width: 96%;
	max-width: 13rem;
	margin: 0 auto;
	clear: both;
}

.w1700 {
	width: 96%;
	max-width: 17rem;
	margin: 0 auto;
	clear: both;
}
.w1500 {
	width: 96%;
	max-width: 15rem;
	margin: 0 auto;
	clear: both;
}
 

.w {
	width: 96%;
	max-width: 12.80rem;
	margin: 0 auto;
	clear: both;
}


input {
	outline: medium;
}

.img_box {
	overflow: hidden;
}

.img_box img {
	width: 100%;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.img_box:hover img {
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

.t_en {
	text-transform: uppercase
}

.twotxtov {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.txtov3 {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
}

.cm_hover1 {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	cursor: pointer;
}

.cm_hover1:hover {
	transform: translateY(-5px);
}

.cm_hover {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	cursor: pointer;
}

.cm_hover:hover {
	transform: translateY(-5px);
	box-shadow: 0px 5px 13px rgba(0, 0, 0, 0.2);
}

.cm_box_img_item {
	overflow: hidden;
}

.cm_box_img_item img {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

/* *{
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
} */

.f14 {
	font-size: .14rem;
}

.f16 {
	font-size: .16rem;
}

.f18 {
	font-size: .18rem;
}

.f20 {
	font-size: .20rem;
}

.f22 {
	font-size: .22rem;
}

.f24 {
	font-size: .24rem;
}

.f_b {
	font-weight: bold;
}

.m_t10 {
	margin-top: .1rem;
}

.m_l10 {
	margin-left: .1rem;
}

.m_b10 {
	margin-bottom: .1rem;
}

.m_r10 {
	margin-right: .1rem;
}
.a_am{
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}


.pageTips {
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000 url("../image/bg.png");
  }
  .pageTips .container {
	color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 630px;
	margin-left: -315px;
	margin-top: -160px;
  }
  .pageTips .container a.close {
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	z-index: 1;
	left: auto;
	right: -15px;
	top: 40px;
	bottom: auto;
	background: url("../image/close.png") center no-repeat;
  }
  .pageTips .container .img {
	text-align: center;
  }
  .pageTips .container .msg {
	font-size: 18px;
	line-height: 36px;
	padding-top: 30px;
  }
  .pageTips .container a {
	color: #fff;
	text-decoration: underline;
  }