@charset "utf-8";
html,
body,
div,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	border: 0;
	vertical-align: baseline;
	margin: 0;
	font:inherit;
	padding: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

body {
	line-height: 1
}

ol,
ul {
	list-style: none
}

blockquote,
q {
	quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: none
}

b,
strong {
	font-weight: bold
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

input,
textarea,
button {
	font-size: 10pt;
}

.L {
	float: left
}

.R {
	float: right
}

.C {
	clear: both
}

.RA {
	position: relative;
}

.A {
	position: absolute;
}

.BR {
	display: block;
	overflow: hidden;
	line-height: 1px;
	height: 1px;
}

.BO {
	display: block;
	overflow: hidden;
}

.B {
	display: block;
}

.O {
	overflow: hidden;
}

.IB {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.AC {
	position: absolute;
	left: 50%;
	top: 50%;
}

.ABC {
	display: block;
	overflow: hidden;
	position: absolute;
	left: 50%;
	top: 50%;
}

html,
body {
	font-family: "微软雅黑", simhei;
	color: #212121;
	font-size: 14px;
}

body {}

a {
	text-decoration: none;
	outline: 0;
	color: #212121;
	-webkit-transition-duration: .5s;
	transition-duration: .5s
}

a:hover,
.cp a:hover,
.ny_right_top_right a:hover,
.ny_right_top_right span {
	text-decoration: none;
	outline: 0;
	color: #f9c328;
}

.clear {
	clear: both;
}

img{
	width: 100%;
	height: auto;
}


/*banner*/

.pcbanner .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	left: 40px;
}

.pcbanner .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	right: 40px;
}

.pcbanner .swiper-slide img {
	transform: matrix(1.1, 0, 0, 1.1, 0, 0);
	-webkit-transition: all 0.4s ease 1.2s;
	-moz-transition: all 0.4s ease 1.2s;
	-ms-transition: all 0.4s ease 1.2s;
	-o-transition: all 0.4s ease 1.2s;
	transition: all 0.4s ease 1.2s;
}

.pcbanner .swiper-slide-active img {
	transition-delay: 0.4s !important;
	transform: matrix(1.0, 0, 0, 1.0, 0, 0);
	-webkit-transition: all 5.0s ease;
	-moz-transition: all 5.0s ease;
	-ms-transition: all 5.0s ease;
	-o-transition: all 5.0s ease;
	transition: all 5.0s ease;
}


/* 手机banner */

.mbanner {
	margin-top: 9rem;
	display: none;
}

* {
	margin: 0;
	padding: 0;
	font-size: 16px;
}

a {
	color: black;
	text-decoration: none;
	list-style-type: none;
}

li {
	list-style: none;
	list-style-type: none;
}

hr {
	border: none;
}


h1{
	text-transform:uppercase!important;
}
