/*初始化类*/

@charset "UTF-8";

html {
	font-family: '微软雅黑';
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

html,
body {
	-webkit-touch-callout: none;
	width: 100%;
	font-family: '微软雅黑';
	position: relative;
	min-height: 100%;
}

body {
	line-height: 1.5;
	font-size: 16px;
	color: #666;
	outline: 0;
}

a {}

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;
	text-align: center;
}

a {
	text-decoration: none;
	color: #333;
}

a:hover {
	outline: 0;
}

textarea {
	overflo: 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: 0px auto;
}

body {
	margin: 0px auto;
}

.h_normal {
	font-weight: normal;
}

.w_nav {
	width: 90%;

	margin: 0px auto;
	clear: both;
}



.w1700 {
	width: 96%;
	max-width: 1700px;
	margin: 0px auto;
	clear: both;
}



.w {
	width: 96%;
	max-width: 1300px;
	margin: 0px 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: 14px;
}

.f16 {
	font-size: 16px;
}

.f18 {
	font-size: 18px;
}

.f20 {
	font-size: 20px;
}

.f22 {
	font-size: 22px;
}

.f24 {
	font-size: 24px;
}

.f_b {
	font-weight: bold;
}

.m_t10 {
	margin-top: 10px;
}

.m_l10 {
	margin-left: 10px;
}

.m_b10 {
	margin-bottom: 10px;
}

.m_r10 {
	margin-right: 10px;
}
.a_am{
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}


.w2{
	width: 96%;
	max-width: 100%;
	margin: 0px auto;
	clear: both;
}




.flex-row {
	display: flex;
	flex-direction: row;
}
.flex-column {
	display: flex;
	flex-direction: column;
}
.flex-center {
	justify-content: center;
	align-items: center;
}
.justify-content-start {
	justify-content: flex-start;
}
.align-items-start {
	align-items: flex-start;
}
.justify-content-center {
	justify-content: center;
}
.align-items-center {
	align-items: center;
}
.justify-content-end {
	justify-content: flex-end;
}
.align-items-end {
	align-items: flex-end;
}
.flex-wrap-wrap {
	flex-wrap: wrap;
}
.justify-content-space-between {
	justify-content: space-between;
}
.flex-1 {
	flex: 1;
}
<!--ecms sync check [sync_thread_id="3bcee7cc5a424330844ab778a62d31c1" sync_date="2024-08-01 16:08:32" check_sum="3bcee7cc5a424330844ab778a62d31c1]-->