/*初始化类*/

@charset "UTF-8";
@font-face {
	font-family: 'HMOS';
	src: url('../font/HarmonyOS_Sans_SC_Regular.ttf');
}
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: #000;
	outline: 0;
	font-family: HMOS;
}

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;
}

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: 0px auto;
}

body {
	margin: 0px auto;
	font-size: 14px;
}

.h_normal {
	font-weight: normal;
}

.w_nav {
	width: 90%;

	margin: 0px auto;
	clear: both;
}

.w {
	width: 96%;
	max-width: 1300px;
	margin: 0px auto;
	clear: both;
}
.w1280{
	width: 96%;
	max-width: 1280px;
	margin: 0px auto;
	clear: both;
}
.w1180 {
	width: 96%;
	max-width: 1180px;
	margin: 0px auto;
	clear: both;
}

.w1120 {
	width: 96%;
	max-width: 1120px;
	margin: 0px auto;
	clear: both;
}



.w1500 {
	width: 96%;
	max-width: 1500px;
	margin: 0px auto;
	clear: both;
}

.w1695 {
	width: 96%;
	max-width: 1695px;
	margin: 0px auto;
	clear: both;
}

.w1820 {
	width: 96%;
	max-width: 1820px;
	margin: 0px auto;
	clear: both;
}

.w1360 {
	width: 96%;
	max-width: 1360px;
	margin: 0px auto;
	clear: both;
}

.w1200 {
	width: 96%;
	max-width: 1200px;
	margin: 0px auto;
	clear: both;
}
.w1400{
	width: 96%;
	max-width: 1600px;
	margin: 0px auto;
	clear: both;
}

.w98 {
	width: 96%;
	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;
} */





 /*左右摇摆*/

 .item:hover .icon_public,
  .lt:hover .icon_public {
 	animation: landr 0.8s ease-in-out;
 	-ms-animation: landr 0.8s ease-in-out;
 	-moz-animation: landr 0.8s ease-in-out;
 	-webkit-animation: landr 0.8s ease-in-out;
 	-o- animation: landr 0.8s ease-in-out;
 }

 /*定义动画效果_css3*/

 @keyframes landr {
 	0% {
 		transform: rotate(0deg);
 		transform-origin: right bottom 0;
 	}

 	39% {
 		transform: rotate(5deg);
 		transform-origin: right bottom 0;
 	}

 	40% {
 		transform: rotate(5deg);
 		transform-origin: left bottom 0;
 	}

 	75% {
 		transform: rotate(-10deg);
 		transform-origin: left bottom 0;
 	}

 	100% {
 		transform: rotate(0deg);
 		transform-origin: left bottom 0;
 	}
 }

 @-webkit-keyframes landr {
 	0% {
 		-webkit-transform: rotate(0deg);
 		-webkit-transform-origin: right bottom 0;
 	}

 	39% {
 		-webkit-transform: rotate(5deg);
 		webkit-transform-origin: right bottom 0;
 	}

 	40% {
 		-webkit-transform: rotate(5deg);
 		-webkit-transform-origin: left bottom 0;
 	}

 	75% {
 		-webkit-transform: rotate(-10deg);
 		-webkit-transform-origin: left bottom 0;
 	}

 	100% {
 		-webkit-transform: rotate(0deg);
 		-webkit-transform-origin: left bottom 0;
 	}
 }
