<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS reset for c_b*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
table th, table td {
	padding: 5px;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, i, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
ception, th {
	text-align: left;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
}
a {
	color: #666;
	text-decoration: none;
}
/*for ie f6n.net*/
a:focus {
	outline: none;
}
/*for ff f6n.net*/
a:hover {
	text-decoration: none;
}
/*定位*/
.tl {
	text-align: left;
}
.tc {
	text-align: center;
}
.tr {
	text-align: right;
}
.bc {
	margin-left: auto;
	margin-right: auto;
}
.fl {
	float: left;
	display: inline;
}
.fr {
	float: right;
	display: inline;
}
.zoom {
	zoom: 1
}
.hidden {
	visibility: hidden;
}
.vam {
	vertical-align: middle;
}
.clear {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
p {
	word-spacing: -1.5px;
}
li {
	list-style: none;
}
 -moz-box-sizing:content-box;
-webkit-box-sizing:content-box;
box-sizing:content-box;
/*其他*/
.cur {
	cursor: pointer
}
/*原reset*/
sup {
	vertical-align: baseline;
}
sub {
	vertical-align: baseline;
}
input, button, textarea, select, optgroup, option {
	/*font-family: inherit;*/
	font-size: inherit;
	outline: none;
	font-style: inherit;
	font-weight: inherit;
}
input, button, textarea, select {
 *font-size: 100%;
}
input, select {
	vertical-align: middle;
}
body {
	font: 12px/1.231/* "微软雅黑", "Arial Narrow", HELVETICA*/;
	min-width: 1280px;
}
select, input, button, textarea, button {
	font: 99% /*"微软雅黑", "Arial Narrow", HELVETICA*/;
}
table {
	font-size: 14px;
	width: 100%;
	border-collapse: collapse;
}
pre, code, kbd, samp, tt {
	/*font-family: monospace;*/
 *font-size: 108%;
	line-height: 100%;
}
/*title*/
h1 {
	font-size: 32px;
}
h2 {
	font-size: 26px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10px;
}
/*清除浮动*/
.clearfix:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	/*兼容 IE*/
	zoom: 1;
}
/*end reset*/
body {
	/*background: #f4f4f4;*/
}
.content, .container {
	/*margin-left: auto;
	margin-right: auto;*/
	width: 1280px;
	margin:0px auto;
}
/* tanchuang1 提交弹窗*/
.tanchuang1 {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: url(../img/tanchuangBg.png);
	height: 100%;
	z-index: 9999999;
}
.tanchuang1 .conBox {
	width: 400px;
	height: 212px;
	padding: 20px;
	background: #fff;
	position: absolute;
	left: 50%;
	margin-left: -220px;
	top: 50%;
	margin-top: -80px;
	z-index: 9999999;
}
.tanchuang1 .conBox .tcClose {
	width: 33px;
	height: 90px;
	position: absolute;
	right: 45px;
	top: -90px;
	cursor: pointer;
	z-index: 999999999999999;
}
.tanchuang1 .conBox .box {
	width: 398px;
	height: 190px;
	border: 1px solid #e5e5e5;
	padding-top: 20px;
	text-align: center;
	position: relative;
}
.tanchuang1 .conBox .box img {
	display: block;
	width: 47px;
	height: 47px;
	margin: 0 auto;
}
.tanchuang1 .conBox .box h5 {
	font-size: 24px;
	color: #ce0000;
	font-weight: bold;
	margin-top: 10px;
}
.tanchuang1 .conBox .box p {
	font-size: 16px;
	color: #4d4d4d;
	margin-top: 10px;
}
.tanchuang1 .conBox .box .b15 {
	display: block;
	width: 150px;
	height: 52px;
	line-height: 52px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	position: absolute;
	bottom: -1px;
	left: 50%;
	margin-left: -75px;
	background: #ce0000;
	text-decoration: none;
	z-index: 999999999999999;
	border: 0px;
}
.tanchuang2 .conBox .box a {
	background: #404040;
}
/*------------------------------------  新加入的代码放在下面  ---------------------------------------------*/

/*关闭网站*/
.y-close-page {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99999;
	background-color: #333;
}
.y-dialog-cont {
	width: 360px;
	height: 160px;
	background-color: #fff;
	margin: 8% auto 0;
	border-radius: 10px;
	text-align: center;
	color: #666;
}
.y-dialog-cont p {
	padding-top: 10%;
	font-size: 18px;
}
.y-dialog-cont a {
	display: block;
	width: 70px;
	height: 36px;
	line-height: 36px;
	color: #fff;
	border-radius: 5px;
	margin: 36px auto 0;
	text-decoration: none;
	background: #ce0000;
}
.wrapper {
	/*width: 1400px;*/
	width:1280px;
	margin: 0 auto;
}
@media (max-width: 1400px) {
.wrapper {
	width: 1200px;
}
}
/* header */
.header {
	overflow: hidden;
	background: #fff;
	padding: 30px 0;
}
.header .hd-logo {
	float: left;
	width: 67px;
	font-size: 0;
	margin-right: 27px;
}
.header .hd-logo img {
	width: 100%;
}
.header .hd-tit {
	float: left;
	/*padding-left: 24px;*/
	margin: 6px 0;
	/*border-left: 1px solid #e3e3e3;*/
}
.header .hd-tit h2 {
	font-size: 32px;
	color: #e80000;
	font-weight: normal;
}
.header .hd-tit p {
	font-size: 18px;
	color: #222;
	letter-spacing:5.5px;
	margin-top: 5px;
}
.header .hd-ri {
	float: right;
}
.header .hd-ri .code {
	float: left;
	width: 76px;
	font-size: 0;
	border: 1px solid #f0f0f0;
}
.header .hd-ri .code img {
	width: 100%;
}
.header .hd-ri .hd-phone {
	float: left;
}
.header .hd-ri .phone-icon {
	float: left;
	background: url("../img/phone-icon01.png") no-repeat center;
	width: 39px;
	height: 39px;
	margin: 19px 18px;
}
.header .hd-ri .number {
	margin: 15px 0;
	float: left;
	padding: 0 30px 0 20px;
	border-left: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	box-sizing: border-box;
}
.header .hd-ri .number p {
	font-size: 16px;
	/*color: #999;*/
}
.header .hd-ri .number em {
	font-size: 24px;
	font-weight:bold;
	color: #ce0000;
	display: block;
	/*font-family: "DIN Medium";*/
}
.header .hd-ri .search-icon {
	float: left;
	margin: 23px 0 23px 40px;
	background: url("../img/search-icon.png") no-repeat center;
	width: 30px;
	height: 30px;
	position: relative;
}
.header .hd-ri .search-input {
	position: absolute;
	right: 0;
	top: -8px;
	display: none;
	width: 246px;
	font-size: 14px;
}
.header .hd-ri .search-input input {
	float: left;
	width: 200px;
	padding-left: 20px;
	height: 46px;
	line-height: 46px;
	outline: none;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-right: none;
	box-sizing: border-box;
}
.header .hd-ri .search-input button {
	float: left;
	width: 46px;
	height: 46px;
	line-height: 46px;
	border: none;
	outline: none;
	background: #e80000;
	color: #fff;
	text-align: center;
	box-sizing: border-box;
}
/* header end */


/* hd-nav */
.hd-Nav {
	position: relative;
	width: 100%;
	height: 70px;
	background: #131313;
}
.hd-Nav li {
	float: left;
	width: 12.5%;
	padding: 24px 0;
	text-align: center;
	position: relative;
}
.hd-Nav li &gt; a {
	display: block;
	font-size: 18px;
	color: #fff;
	border-left: 1px solid #898989;
	box-sizing: border-box;
}
.hd-Nav li:first-of-type &gt; a {
	border: none;
}
.hd-Nav li:hover, .hd-Nav li.cur {
	background: #ce0000;
}
.hd-Nav li:hover a {
	border: none;
}
.hd-Nav li.cur a {
	border: none;
}
.hd-Nav li:hover + li a, .hd-Nav li.cur + li a {
	border: none;
}
/* hd-nav end */

/* 导航下拉 */
.y-submenu07-box {
	width: 100%;
	border: solid 1px #dedede;
	background-color: #fff;
	position: absolute;
	left: 0;
	top: 70px;
	z-index: 999999;
	display: none;
}
.y-submenu07-box &gt; a {
	display: block;
	text-align: left;
	color: #999;
	font-size: 14px;
	position: relative;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	height: 40px;
	line-height: 40px;
	padding-left: 40px;
	padding-right: 20px;
}
.y-submenu07-box a:before {
	content: '';
	display: block;
	width: 11px;
	height: 1px;
	background-color: #999;
	position: absolute;
	left: 20px;
	top: 20px;
}
.y-submenu07-box a:hover {
	background-color: #ce0000;
	color: #fff;
}
.y-submenu07-box a:hover:before {
	background-color: #fff;
}
/* 导航下拉 End */

.wrap-tit {
	text-align: center;
	overflow: hidden;
	animation: fadeinT 1s ease-out backwards;
}
.wrap-tit h2 {
	position: relative;
	font-size: 36px;
	font-weight: normal;
	color: #333;
}
.wrap-tit h2 a {
	color: #333;
}
.wrap-tit p {
	font-size: 18px;
	line-height: 48px;
	color: #000;
}
/* --视频弹框-- */
.video-pop {
	display: none;
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000\9;
	background: rgba(0,0,0,0.8);
}
.video-inner {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -300px;
	margin-left: -512px;
	width: 1024px;
	height: 600px;
	background: #000;
}
.video-inner iframe {
	display: block;
	width: 1024px;
	height: 600px;
}
.video-close {
	position: absolute;
	left: 100%;
	top: 0;
	padding: 10px;
	width: 32px;
	height: 32px;
	cursor: pointer;
	background: #fff url(../img/closeBtn.png) no-repeat center;
}
.video-close:hover {
	background-color: #ce0000;
}
/* --end 视频弹框-- */


/*--footer--*/
.footer {
	padding: 50px 0 74px;
	overflow: hidden;
	background: #131313;
	position: relative;
}
.ft-menu {
	float: left;
	/*width: 41%;*/
	overflow: hidden;
}
.ft-menu .item {
	position: relative;
	float: left;
	/*margin-right: 16%;
	width: 28%;*/
}
.ft-menu .item1{ width:46%;}
.ft-menu .item1 li{ float:left; display:block; width:50%;}
/*.ft-menu .item:nth-of-type(1) {
	width: 40%;
}*/
.ft-menu .item2{ margin:0px 15%; padding-right:15%;}
.ft-menu .item:after {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 217px;
	content: "";
	background: #393939;
}
.ft-menu .item::before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 60px;
	background: #ce0000;
	z-index: 2;
}
.ft-menu .item h3 {
	font-weight: normal;
	font-size: 16px;
	color: #fff;
	overflow: hidden;
}
.ft-menu .item h3 a {
	display: block;
	color: #fff;
}
.ft-menu .item h3 a:hover {
	font-weight: bold;
}
.ft-menu .item ul {
	margin-top: 25px;
	overflow: hidden;
}
.ft-menu .item li {
	padding: 6px 0;
	font-size: 14px;
}
.ft-menu .item li a {
	display: block;
	color: #666;
}
.ft-menu .item li a:hover {
	text-decoration: underline;
	color: #fff;
}
.ft-infos {
	position: relative;
	float: left;
	width: 32%;
	overflow:hidden;
}
.ft-infos h3 {
	font-weight: normal;
	overflow: hidden;
	font-size: 16px;
}
.ft-infos h3 a {
	display: block;
	color: #fff;
}
.ft-infos .con {
	margin-top: 25px;
	color: #666;
	overflow: hidden;
}
.ft-infos .con p {
	padding: 9px 0;
	font-size: 14px;
}
.ft-infos .con p a {
	color: #666;
	margin: 0 10px;
}
.ft-infos .con p em {
	/*font-family: "DIN Bold";*/
	font-size: 16px;
}
.ft-infos .con p a:hover {
	color: #fff;
	text-decoration: underline;
}
.ft-infos .con li.t1{ font-size:14px; color:#ce0000; height:26px; line-height:26px; background:url(../img/arr2.png) left center no-repeat; padding-left:30px; margin-top:20px;}
.ft-infos .con li.t2{ font-size:36px; font-weight:bold; color:#ce0000; height:60px; line-height:60px;}
.ft-QRcode {
	float: right;
	overflow: hidden;
}
.ft-QRcode .tel {
	color: #fff;
}
.ft-QRcode .tel span {
	display: block;
	font-size: 12px;
	color: #fff;
	width: 65px;
	height: 22px;
	line-height: 22px;
	border-radius: 0 10px 0 0;
	background: #ce0000;
	text-align: center;
}
.ft-QRcode .tel em {
	margin-top: 5px;
	display: block;
	font-size: 24px;
	/*font-family: "DIN Bold";*/
	color: #fff;
}
.ft-QRcode .QRcode-list {
	margin-top: 35px;
	overflow: hidden;
}
.ft-QRcode .QRcode-list .item {
	float: left;
	width: 100px;
	background: #fff;
	border-radius: 0 20px 0 0;
	padding-bottom: 10px;
}
.ft-QRcode .QRcode-list .item:nth-of-type(2) {
	margin-left: 20px;
}
.ft-QRcode .QRcode-list .item p {
	font-size: 12px;
	color: #999;
	padding: 10px 0;
	text-align: center;
}
.ft-QRcode .QRcode-list .item i {
	position: relative;
	display: block;
	overflow: hidden;
	width: 75px;
	margin: 0 auto;
}
.ft-QRcode .QRcode-list .item i img {
	width: 100%;
}
.flinks {
	overflow: hidden;
	background: #131313;
	 color:#666;
	 text-align:center;
}
.flinks .wrapper {
	padding: 20px 0;
	overflow: hidden;
	border-top: 1px solid #393939;
}
.flinks a{ margin-left:60px;}
/*.flinks dt {
	float: left;
	padding-right: 25px;
	height: 37px;
	line-height: 37px;
	position: relative;
}
.flinks dt:after {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	background: url("../img/link-icon.png") no-repeat center;
	width: 10px;
	height: 37px;
}
.flinks dt a {
	font-size: 14px;
	color: #fff;
}
.flinks dd {
	float: left;
	line-height: 37px;
}
.flinks dd a {
	font-size: 14px;
	color: #fff;
	border-right: 1px solid #404040;
	padding: 0 25px;
}
.flinks dd a:hover {
	text-decoration: underline;
}
.flinks dd a:last-of-type {
	border: none;
}*/
/*@font-face {
	font-family: "DIN Medium";
	src: url("../font/DIN Medium.woff2") format("woff2"),  url("../font/DIN Medium.ttf") format("truetype"),  url("../font/DIN Medium.svg") format("embedded-opentype");
url("../font/DIN Medium.woff") format("embedded-opentype");
url("../font/DIN Medium.eot") format("embedded-opentype");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "DIN Bold";
	src: url("../font/DIN-Bold.woff") format("woff2"),  url("../font/DIN-Bold.ttf") format("truetype"),  url("../font/DIN-Bold.eot") format("embedded-opentype"),  url("../font/DIN-Bold.svg") format("svg");
}*/

/*yhcms翻页*/
.page-plus {
	overflow: hidden;
	width:1280px;
	margin:0px auto 60px auto;
}
div.flickr {
	padding: 0px;
	text-align: center;
	margin-top: 50px;
	font-size: 13px;
}
div.flickr a {
	border: #dedfde 1px solid;
	background-position: 50% center;
	color: #666;
	margin-right: 3px;
	text-decoration: none;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	padding: 0px 15px;
	font-size: 13px;
}
div.flickr a:hover {
	border-right: #ddd 1px solid;
	border-top: #ddd 1px solid;
	background-image: none;
	border-left: #ddd 1px solid;
	color: #fff;
	border-bottom: #ddd 1px solid;
	background-color: #ce0000;
}
div.flickr a:active {
	border-right: #ddd 1px solid;
	border-top: #ddd 1px solid;
	background-image: none;
	border-left: #ddd 1px solid;
	color: #fff;
	border-bottom: #ddd 1px solid;
	background-color: #ce0000;
}
div.flickr span {
	color: #999;
	margin-right: 5px;
}
div.flickr span.current {
	border: #dedfde 1px solid;
	background-position: 50% bottom;
	color: #ce0000;
	margin-right: 5px;
	text-decoration: none;
	font-size: 13px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	padding: 0px 15px;
	font-weight: bold;
}
div.flickr span.disabled {
	color: #adaaad;
	margin-right: 5px;
}</pre></body></html>