@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;
	font-weight: 500;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	list-style: none;
	font-family: Arial, "微软雅黑"
}

body {
	padding: 0;
	margin: 0;
	font-family: "微软雅黑";
	position: relative;
	background: #fff;
}

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);
}

.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;
	wdith: 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
}



/*鼠标*/
@keyframes ani-svg {
	0% {
		opacity: .4;
		transform: translateY(-20px);
	}

	15% {
		opacity: .65;
		transform: translateY(-15px);
	}

	25% {
		opacity: .8;
		transform: translateY(-10px);
	}

	50% {
		opacity: 1;
		transform: translateY(0);
	}

	65% {
		opacity: .8;
		transform: translateY(5px);
	}

	75% {
		opacity: .65;
		transform: translateY(10px);
	}

	100% {
		opacity: .4;
		transform: translateY(15px);
	}
}

.mouse {
	width: 100%;
	text-align: center;
	height: 31px;
	position: absolute;
	left: 0;
	bottom: 50px;
	z-index: 999;
	animation: ani-svg .85s linear 0s alternate infinite;
}

.swiper-container-v .mouse img {
	vertical-align: top;
	width: 20px
}

.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
}

.backc8c8c8 {
	background: #c8c8c8
}

.swiper-slide a {
	width: 100%;
	display: block
}

.backc8c8c8 img {
	width: 100%;
}

.firrst_font {
	margin: 180px 0 30px;
}

.banner {
	height: 100%;
	width: 100%;
	overflow: hidden;
	min-height: 800px;
}

.index2_title {
	font-size: 48px;
	text-align: center;
	font-family: 'siyuanLight';
	color: #515151;
	margin-top: 90px;
}

.index2_font {
	color: #666;
	text-align: center;
	line-height: 36px;
	font-size: 16px;
	font-family: 'siyuanLight';
}

.index2_all {
	max-width: 80%;
	margin: 0 auto;
	height: auto
}

.index2_icon {
	margin: 60px 0;
	height: 227px
}

.index2_icon_li {
	float: left;
	width: 33.33%;
	text-align: center;
}

.index2_icon_li_one {
	overflow: hidden;
}

.index2_icon_li_one img {
	text-align: center;
}

.index2_icon_li_two {
	text-align: center;
	color: #333;
	font-size: 30px;
	font-family: 'siyuanLight';
}

.index2_icon_li_two span {
	font-size: 60px;
	font-family: 'siyuanLight';
}

.index2_icon_li_three {
	color: #666666;
	font-size: 16px;
	font-family: 'siyuanLight';
}

.swiper-container {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;

	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-container-v {
	height: auto
}

.swiper-container-v .swiper-pagination-v {
	width: 210px;
	left: 12%;
	bottom: 50px;
	height: 30px;
	line-height: 30px;
	z-index: 1000
}

.swiper-container-v img {
	width: 100%;
	vertical-align: top;
}

.swiper-pagination-v .swiper-pagination-bullet {
	width: 60px;
	text-align: left;
	background: none;
	float: left;
	margin: 0;
	font-size: 18px;
	font-weight: bold;
	position: relative;
	color: #fff;
	opacity: 1
}

.swiper-pagination-v .swiper-pagination-bullet-active {
	color: #c7000a;
}


.baneer3 {
	width: 100%
}

.backf5f5f5 {
	background: #f5f5f5;
	display: block;
	overflow: hidden
}

.tab {
	overflow: hidden;
	text-align: center;
	margin-top: 20px;
}

.tab a {
	display: inline-block;
	text-decoration: none;
	width: 150px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #f9f9f9;
	color: #666;
	font-size: 18px;
	margin: 0 10px;
	border: 1px solid #ebebeb
}

/*.tab a:hover{background:#c7000a;border:1px solid #c7000a;color:#fff;text-decoration:none;}*/
.tab a.on {
	background: #c7000a;
	border: 1px solid #c7000a;
	color: #fff;
	text-decoration: none;
}

.content {
	overflow: hidden;
}

.content li {
	display: none;
}

.four {
	display: block;
	height: auto
}

.dlwid {
	max-width: 1440px;
	margin: 0 auto;
	overflow: hidden
}

.dlwid dl {
	height: 550px;
	display: flex;
	align-items: flex-end;
	width: 98%;
	margin: 0 auto;
}

.dlwid dl dd {
	margin: 0 1%;
	background: #fff;
	border: 1px solid #ddd;
	cursor: pointer;
	height: auto;
	text-align: left;
	width: 31%;
	transition: All 0.4s ease-in-out;
	-webkit-transition: All 0.4s ease-in-out;
	-moz-transition: All 0.4s ease-in-out;
	-o-transition: All 0.4s ease-in-out;

}

.dlwid_all {
	padding: 20px;
	overflow: hidden;
}

.dlwid_all_one {
	height: 249px;
	overflow: hidden;
}

.dlwid_all_two {
	margin-top: 20px;
	color: #999;
	font-size: 16px;
}

.dlwid_all_three {
	overflow: hidden;
	color: #333;
	font-size: 24px;
	height: 34px;
	line-height: 34px;
	font-family: 'siyuanLight';
	text-overflow: ellipsis;
	white-space: nowrap;
}

.dlwid_all_four {
	color: #666;
	font-size: 16px;
	line-height: 30px;
	display: -webkit-box;
	font-family: 'siyuanLight';
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	height: 90px;
	overflow: hidden;
}

.dlwid_all_five {
	color: #c9131c;
	width: 130px;
	font-size: 16px;
	height: 0;
	transition: all ease-out 0.4s;
	opacity: 0;
	line-height: 40px;
	border-bottom: 1px solid #c7000a;
}

.dlwid_all_five img {
	margin-left: 15px;
}

.dlwid dl dd:hover .dlwid_all_five {
	transition: all ease-in 0.4s;
	height: 40px;
	opacity: 1;
	margin-top: 20px;
}

.dlwid dl dd:hover {
	transform: translate(0, -10px);
	-webkit-transform: translate(0, -10px);
	-moz-transform: translate(0, -10px);
	-o-transform: translate(0, -10px);
	-ms-transform: translate(0, -10px);
}

.dlwid dl dd:hover .dlwid_all_three {
	color: #c7000a
}

.bottom {
	height: 100px;
	background: #202020;
	overflow: hidden;
	position: relative;
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
	margin-top: 70px;
}

.bottom_left {
	height: 100px;
	float: left;
	width: 70%;
}

.bottom_right {
	height: 100px;
	overflow: hidden;
	background: #c7000a
}

.bottom_content {
	width: 100%;
	max-width: 1440px;
	height: 100px;
	transform: translateX(-50%);
	position: absolute;
	left: 50%;
	top: 0;
	overflow: hidden
}

.bottom_content_left {
	float: left;
}

.bottom_content_left img {
	vertical-align: top;
	margin-top: 27px;
}

.bottom_content_right {
	float: right;
}

.backtop {
	float: right;
	overflow: hidden;
	width: 20%;
	cursor: pointer
}

.bottom_content_right img {
	vertical-align: top;
	width: 36px;
	height: 36px;
	margin-top: 32px;
}

.bottom_content_right2 {
	float: left;
	line-height: 100px;
	height: 100px;
	margin-right: 10%;
	color: #fff;
	font-size: 16px;
	font-family: 'siyuanLight';
}

.footer {
	min-height: 285px;
	background: #202020;
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
	overflow: hidden;
}

.footer_content {
	width: 100%;
	max-width: 1440px;
	overflow: hidden;
	margin: 0 auto;
}

.footer_left {
	width: 142px;
	height: 142px;
	float: left;
	background: #202020;
	border: 1px solid #363636;
	border-radius: 2px;
	overflow: hidden;
	margin-top: 76px;
}

.footer_left img {
	vertical-align: top;
	width: 116px;
	height: 116px;
	margin: 13px;
}

.footer_left2 {
	float: left;
	margin: 90px 0 0 38px;
}

.footer_left2_one {
	overflow: hidden;
}

.footer_left2_font {
	color: #767676;
	font-size: 16px;
	line-height: 30px;
	font-family: 'siyuanLight';
}

.footer_left2_font p {
	font-weight: bold;
	font-size: 18px;
}

.footer_dl {
	float: right;
	margin-left: 60px;
	margin-top: 60px;
}

.footer_dl a {
	color: #767676;
	font-size: 14px;
	font-family: 'siyuanLight';
}

.footer_dl a:hover {
	text-decoration: underline;
	color: #bbb
}

.footer_dl dt a {
	font-size: 16px;
}

.footer_dl dd {
	line-height: 32px;
}


.foot {
	height: 70px;
	line-height: 70px;
	background: #202020
}

.foot_content {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	overflow: hidden;
}

.foot_left {
	float: left
}

.foot_left a {
	color: #767676;
	font-size: 14px;
}

.foot_left a:hover {
	text-decoration: underline;
	color: #bbb
}

.foot_left span {
	display: inline-block;
	width: 1px;
	height: 11px;
	background: #363636;
	margin: 30px 14px 0;
	vertical-align: top;
}

.foot_right {
	float: right;
	color: #5b5b5b;
	font-size: 14px;
	font-family: 'siyuanLight';
}

.badge {
	float: left;
	width: 22px;
	margin-left: 30px;
}

.badge img {
	vertical-align: top;
	margin-top: 24px;
}



.slider {
	width: 100%;
	min-width: 980px;
	height: 560px;
	position: relative;
	overflow: hidden;
	background: #fff;
	text-align: center;
	margin-top: 30px;
}

.slider .bd {
	width: 980px;
	position: absolute;
	left: 50%;
	margin-left: -490px
}

.slider .bd li {
	width: 980px;
	overflow: hidden;
	position: relative;
}

.slider .bd li img {
	display: block;
}

.slider .tempWrap {
	overflow: visible !important
}

.slider .tempWrap ul {
	margin-left: -980px !important;
}

.slider .hd {
	position: absolute;
	width: 100%;
	left: 0;
	z-index: 1;
	height: 16px;
	bottom: 0;
	text-align: center;
}

.slider .hd li {
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 16px;
	height: 16px;
	line-height: 99px;
	overflow: hidden;
	background: url(../images/slider-btn.png)0 -16px no-repeat;
	margin: 0 5px;
	cursor: pointer;
}

.slider .hd li.on {
	background-position: 0 0;
	filter: alpha(opacity=100);
	opacity: 1;
}

.slider .pnBtn {
	position: absolute;
	z-index: 1;
	top: 0;
	width: 100%;
	height: 462px;
	cursor: pointer;
}

.slider .prev {
	left: -50%;
	margin-left: -490px;
}

.slider .next {
	left: 50%;
	margin-left: 490px;
}

.slider .pnBtn .blackBg {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	filter: alpha(opacity=60);
	opacity: 0.6;
}

.slider .pnBtn .arrow {
	position: absolute;
	top: 50%;
	z-index: 1;
	width: 81px;
	height: 52px;
	transform: translateY(-50%)
}

.slider .prev .arrow {
	right: -36px;
	background: url(../images/3_03.png) no-repeat;
}

.slider .next .arrow {
	left: -36px;
	background: url(../images/3_05.png) no-repeat;
}

.yexin {
	width: 383px;
	height: 360px;
	/* background: #fff url(../images/mg.jpg) top no-repeat; */
	box-shadow: 7px 0 32px rgba(51, 51, 51, 0.26);
	position: absolute;
	left: 100px;
	top: 80px;
	background: rgb(225,225,225, 0.6);
}

.yexin_one {
	color: #333;
	font-size: 30px;
}

.yexin_font {
	overflow: hidden;
	margin: 70px 40px 0;
	text-align: left;
}

.yexin_three {
	color: #666;
	font-size: 16px;
	line-height: 30px;
	margin: 20px 0;
	font-family: 'siyuanLight';
}

.yexin_four {
	color: #c7000a;
	font-size: 18px;
	overflow: hidden;
}

.yexin_four img {
	width: 6px;
	vertical-align: top;
	margin-top: 5px;
}

.yexin_four span {
	float: left;
	margin-right: 10px;
}