* {
	outline: 0;
	font-size: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	padding: 0;
	margin: 0
}

article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
	display: block
}

a {
	text-decoration: none;
	color: #000
}

html {
	height: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	margin: 0 auto
}

* {
	box-sizing: border-box;
	outline: 0;
}

i {
	font-style: normal;
}

body {
	padding: 0px;
	margin: 0px auto;
	color: #383838;
	font-family: "Microsoft YaHei",'PingFang SC', sans-serif;
}


img {
	vertical-align: middle;
	border: 0 none;
	max-width: 100%
		/* ie8 */
}

img:not([src*="/"]) {
	display: none;
}


ul,
li {
	list-style: none;
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	font-weight: normal
}

.clr:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clr,
.clear {
	*zoom: 1;
	clear: both
}

h3,
h4,
h5,
h6,
footer {
	-webkit-text-size-adjust: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

em {
	font-style: normal
}

.clearfix {
	clear: both
}

.center {
	text-align: center;
}
.over {
	overflow: hidden;
}

.radius {
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
.radiused {
	-moz-border-radius: 6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}
.flex {
	display: -webkit-box;
	/* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;
	/* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;
	/* TWEENER - IE 10 */
	display: -webkit-flex;
	/* NEW - Chrome */
	display: flex;
	/* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.between {
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-moz-box-pack: space-between;
	-webkit--moz-box-pack: space-between;
}




::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #aaaaaa;
	font-size: 0.83vw;
}

::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #aaaaaa;
	font-size: 0.83vw;
}

::-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #aaaaaa;
	font-size: 0.83vw;
}

#mcover ::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #787878;
	font-size: 2.6vw;
}

#mcover ::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #9fa0a0;
	font-size: 2.6vw;
}

#mcover ::-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #9fa0a0;
	font-size: 2.6vw;
}

textarea {
	resize: none
}

.postion {
	position: relative
}

.flex-wrap {
	-webkit-flex-wrap: wrap;
	-webkit-box-lines: multiple;
	-moz-flex-wrap: wrap;
	flex-wrap: wrap;
}

.uppercase {
	text-transform: uppercase;
}

.self {
	align-self: center;
}
.news dl dd img,
.index_swiper_tow dt img,
.index_th .href a img,
.index_one .dl dl,.index_tow .dl em img,
.menu-pub dl dd img P{
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
.ne {
	transform: scale(1.08, 1.08);
	-webkit-transform: scale(1.08, 1.08);
	-o-transform: scale(1.08, 1.08);
	transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	opacity: 1
}
.deve_tomg{
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.index_tow  .video dl dd img,
.index_tow .dl dt img,
.menu-pub dd img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
