@charset "utf-8";
html {
	color: #000;
	background: #f0f0f0;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	min-height: 100%;
}

/* @media screen and (max-width: 380px) {
	html * {
		font-size: 12px;
	}
} */

html * {
	outline: none;
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html,
body {
	font-family: 'Microsoft YaHei', sans-serif;
	font-size: 0.34rem;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	margin: 0;
	padding: 0;
}

input,
select,
textarea {
	font-size: 100%;
	border: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
}

abbr,
acronym {
	border: 0;
	font-variant: normal;
}

del {
	text-decoration: line-through;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
	font-style: normal;
	font-weight: 500;
}

ol,
ul {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: 500;
}

q:before,
q:after {
	content: '';
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

a:hover {
	text-decoration: underline;
}

a:link{
	text-decoration: none;
}


ins,
a {
	color: #333;
	text-decoration: none;
}

i,
em {
	font-style: normal;
}

.w96 {
	width: 96%;
	margin: 0 auto;
}

/*  */
.pc_html body,
.pc_html .header-wrap,
.pc_html header,
.pc_html .main,
.pc_html .menu,
.pc_html .menuNav,
.pc_html .menuSwiper,
.pc_html .menuAll,
.pc_html .menuAllBg,
.pc_html .menuChoose_bg,
.pc_html .menuChoose_main,
.pc_html .foot_comment{
    width: 600px!important;
}
.pc_html body,
.pc_html footer .foot_comment{
  margin: 0 auto!important;
}

.pc_html .com_texts {
  width: 600px;
  transform: translateX(-50%);
  box-sizing: border-box;
  left: 50%;
}
.pc_html .menus a:nth-of-type(4n) {
margin-right: 0.25rem;
}
.pc_html .nav_div{
	width: 600px;
	left: 50%;
	margin-left: -300px;
}
.pc_html .slideInRight,
.pc_html .slideOutRight
{
	transition: 0s all;
}
.pc_html .slideOutRight{
	visibility: hidden;
}

