@charset "utf-8";

/* CSS Document */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
textarea,
input {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none 0;
	vertical-align: baseline;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	list-style: none;
	font-family: Arial, "微软雅黑"
}

body {
	padding: 0;
	margin: 0;
	font-family: "微软雅黑";
}

input {
	font-family: Arial, "微软雅黑"
}

* {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}


/*-------public-----*/
a,
a:link,
a:visited {
	text-decoration: none;
	color: #333;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:hover {
	color: #000
}

.hide {
	display: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

@font-face {
	font-family: 'siyuanLight';
	src: url(../fonts/Light.otf);
}
.container {
    margin: 0 auto;
}
header{
	width: 100%;
	height:auto;
}
.top_all {
	overflow: hidden;
	width: 100%;
	height: 90px;
	z-index: 99;
	background: #fff;
	box-shadow: 2px 0 5px rgba(51, 51, 51, 0.09);
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 100;
}

.top {
	max-width: 1440px;
	overflow: hidden;
	margin: 0 auto;
	height: 90px;
}

.logo {
	float: left
}

.logo img {
	vertical-align: top;
	margin-top: 27px;
}

.top_right {
	float: right;
	line-height: 90px;
}

.top_right a {
	color: #666;
	font-size: 16px;
	font-family: 'siyuanLight';
}

.top_right2 {
	width: 1px;
	height: 12px;
	background: #ccc;
	margin: 39px 10px 0;
	float: right
}

.top_right3 {
	float: right;
	cursor: pointer
}

.top_right3 img {
	vertical-align: top;
	width: 16px;
	margin-top: 37px;
}



.pcnav {
	overflow: hidden;
	float: right;
	height: 90px;
	line-height: 90px;
}

.pcnav li {
	float: left;
	height: 90px;
	line-height: 90px;
	vertical-align: top;
}

.pcnav li a {
	color: #333333;
	font-size: 16px;
	margin: 0 22px;
	display: block;
	height: 60px;
	line-height: 90px;
	transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	position: relative;
	padding-bottom: 5px;
	font-family: 'siyuanLight';
}

.pcnav li a.hovers {
	border-bottom: 2px solid #c8000a;
	padding-bottom: 5px;
	color: #c8000a
}

.pcnav li a::after {
	position: absolute;
	content: "";
	top: 100%;
	left: 0;
	width: 100%;
	height: 2px;
	background: #c8000a;
	transform: scaleX(0);
	transition: 0.4s
		/*cubic-bezier(0.165, 0.84, 0.44, 1)*/
	;
}

.pcnav li:hover a::after {
	transform: scaleX(1);
}

.pcnav li:hover a {
	color: #c8000a
}
.searchk {
    display: none;
    width: 520px;
    height: auto;
    position: fixed;
    left: 50%;
    top: 0;
    margin-left: -240px;
    z-index: 1000;
}
.searchk_one {
    width: 480px;
    height: 40px;
    border-bottom: 1px solid #e4e4e4;
    margin: 27px auto 0;
}
.searchk_one_left {
    float: left;
    width: 26px;
    cursor: pointer;
}
.searchk_one_left img {
    vertical-align: top;
    margin-top: 14px;
}

.searchk_one_left2 {
    float: left;
    width: 430px;
    height: 40px;
    display: block;
    line-height: 40px;
    font-size: 16px;
    font-family: 'siyuanLight';
}
.searchk_one_right {
    float: right;
    cursor: pointer;
}
.searchk_one_right img {
    width: 19px;
    vertical-align: top;
    margin-top: 10px;
}
.searchk_two {
    overflow: hidden;
    background: #fff;
    box-shadow: 2px 0 16px rgba(51, 51, 51, 0.09);
    margin: 18px 20px;
    padding-bottom: 20px;
    max-height: 400px;
    overflow-y: auto;
}
.searchk_two_title {
    color: #999;
    font-size: 14px;
    margin: 20px 30px 8px;
}
.searchk_two_ul {
    overflow: hidden;
    margin: 0 30px;
}
.searchk_two_ul a {
    line-height: 32px;
    font-size: 16px;
    color: #333;
    font-family: 'siyuanLight';
    display: block;
}
.searchk_two_title {
    color: #999;
    font-size: 14px;
    margin: 20px 30px 8px;
}
.searchk_two_ul {
    overflow: hidden;
    margin: 0 30px;
}
.searchk_two_ul a {
    line-height: 32px;
    font-size: 16px;
    color: #333;
    font-family: 'siyuanLight';
    display: block;
}