<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*======网页属性设定：页边距、字体及颜色（在没有具体规定的情况下适用）、主体页面位置（左中右）、整体页面背景=*/
body,div,dl,dt,dd,ul,li,h1,h2,h3,p{padding: 0; margin: 0;box-sizing: border-box;word-break: keep-all;}
ul { list-style:none;}*{ margin:0; padding:0; list-style:none;}
i{ display:table-cell; vertical-align:middle;}
input{outline:none;-webkit-appearance: none;box-sizing: border-box;}
input:-ms-input-placeholder{color:#CCC;} /*=//IE10=*/
textarea:-ms-input-placeholder{color:#CCC;} /*=//IE10=*/  
input::-moz-placeholder{color:#CCC;}/*=//Firefox=*/
textarea::-moz-placeholder{color:#CCC;}/*=//Firefox=*/
input::-webkit-input-placeholder{color:#CCC;}/*=//Chrome,Safari=*/
textarea::-webkit-input-placeholder{color:#CCC;}/*=//Chrome,Safari=*/
textarea{resize:none} 
img {
	border:0px;
	padding: 0;
	margin: 0;
	image-rendering: optimizeQuality;  /* Firefox 3.6+; default behavior is identical, no need to specify */
	-ms-interpolation-mode: bicubic;   /* Internet Explorer 7.0; default in IE8+ */
	image-rendering: -moz-crisp-edges;
image-rendering: -o-crisp-edges;
image-rendering: -webkit-optimize-contrast;
image-rendering: crisp-edges;
-ms-interpolation-mode: nearest-neighbor;
}
body{
	margin:0 auto;
	text-align: left;
    font-family:Microsoft YaHei;
	background-color:#FFF;

}
/*========基本表格设置：在没有具体规定的情况下适用=*/
td{
	font-family:Microsoft YaHei;
	text-decoration: none;
}
/*==========链接基本样式：在没有具体规定的情况下适用=*/
a{
	text-decoration: none;outline: none;blr:expression(this.onFocus=this.blur());
	color:#333;
}
a:hover{
	color: #C00;
	text-decoration: none
}
/*============页面整体设定：边距、位置、宽度等=*/
#pageset{
	margin:auto;
}
/*===========页面头部=*/
#top_bj{
	position:relative;/*顶部元素定位祖先*/
	height:600px;
	MARGIN:auto;
}
#top_top{
	position:absolute;
	z-index:3;
	top:0px;
	left:0;
	width:100%;
	height:40px;
	background: #F0F0F0;

}
#top_top ul{
	position: relative;
	margin:auto;
	width:1110px;
	height:40px;
}
#top{
	position:absolute;
	z-index:3;
	top:40px;
	left:50%;
	margin:auto;
	width:1110px;
	height:100px;
	margin-left:-555px;  /*设置为宽度的一半*/
	margin-top:0px;   /*设置为高度的一半*/

}

#logo a{
    position:absolute;
	z-index:10;
	top:20px;
	left:0px;
	width:210px;
	height:56px;
	background: url(../images/logo.png) no-repeat; 
}
#top_tel{
	position:absolute;
	z-index:10;
	top:0px;
	left:-10px;;
	line-height:40px;
	color: #333;
	font-size:13px;
	font-weight: normal;font-family:Microsoft YaHei;
}
#top_tel i{margin:0px 5px 2px 15px;color:#e6261f;font-size:18px;}
#top_fx{position:absolute;z-index:11;top:8px;left:380px;}
#top_fx a{line-height:40px;color: #999;font-size:24px;display:block;float:left; margin:0 5px 0 0;}
#top_fx a:hover{color: #333;}
#top_lan{position:absolute;z-index:10;top:0px;right:0px;}
#top_lan a{/*导航栏整体背景*/
    width:105px;
	line-height:40px;
	color:#666;
	font-size:12px;
	font-weight: normal;
	font-family:Microsoft YaHei;
	text-align: center;
	display:block;
	float:left;
	text-transform: uppercase;
	margin:0 0px 0 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ddd;
	text-align: left;
	box-sizing: border-box;
}
#top_lan a:hover{color:#666;background-color:#ffffff; }
#top_lan .lan_en{color:#666;background:url(../images/lan_tb.png) no-repeat 15px 13px;padding:0 0px 0 39px;}
#top_lan .lan_es{background:#FFF url(../images/lan_tb.png) no-repeat 15px -20px;padding:0 0px 0 40px;}
#top_lan .lan_rus{background:url(../images/lan_tb.png) no-repeat 15px -54px;padding:0 0px 0 39px;}
#search {
	position:absolute;
	z-index:10;
	top:0px;
	right:315px;
	overflow:hidden;
	text-align:left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ddd;
    }
.inp_srh {
	float:left;
	width:220px;
	height:40px;
	padding:0 0 0 10px;
	color:rgba(255,255,255,0.4);
	line-height:40px;
	font-family:Microsoft YaHei;
	box-sizing: border-box;
	margin:0px 0 0 0;
	border:none;
	background-color:transparent;
	font-size:12px;
}
.btn_srh{
	float:left;
	width:50px;
	height:40px;
	line-height:40px;
	cursor:pointer;
	text-indent:-999em;
	background: #CCC url(../images/search.png) no-repeat 50% 50%;
	border:none;
	margin:0px 0 0 0;

}
.btn_srh:hover{background: #666 url(../images/search.png) no-repeat 50% 50%;}
#search * { vertical-align:middle;display:inline;}
#nav{
	position:absolute;
	z-index:3;
	top:0px;
	right:0px;
	text-align:center;
}
#top_banner_bj{
	position:absolute;
	z-index:1;
	top:140px;
	width:100%;
	height:460px;
	background: no-repeat center top;background-size:100% 100%;
}
/*===========页面底部=*/
#bottom{
	width:100%;
	padding:20px 0 20px 0;
	margin: auto;
	text-align: center;
	background-color: #333;

}
#bottom dl dt{ height:24px; line-height:24px;color:rgba(255,255,255,0.5);display:none;}
#bottom dl dt a{ color:rgba(255,255,255,0.5);}
#bottom dl dd{ padding:0; color:rgba(255,255,255,0.5); font-size:12px;line-height:2;}
#bottom dl dd a{ color:rgba(255,255,255,0.5);}

/*============首页板块背景=*/
#index_bj {
	margin:auto;
	WIDTH:1110px;
	padding:30px 0 0px 0px;
	overflow: hidden;

    }
/*==============首页三列=*/
#news_bj{
	width:1110px;
	margin:30px auto;
	overflow:hidden;
	background-color:#fff;
}
#left { float:left; width:540px; margin:0px 0 0px 0px;}
#center { float:left; width:415px;margin:0 0 0 20px;}
#right { float: right; width:540px; margin:0px 0px 0px 0;}
#gundong { float:left; width:1060px; margin:0 0 0 20px;}
.en {
	font-size:18px; 
	font-family:Microsoft YaHei;
	padding:0px;
	font-weight: normal;
	color: #096;
	width:80px;
	margin:20px auto 10px auto;
}
.more a{
	margin:0px auto 0 auto;
	COLOR: #666;
	width:90px;
	height:27px;
	line-height:27px;
	text-align: center;
	display: block;
	border:1px solid #CCC;
	font-size:14px;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
	border-radius:3px;
}
.more a:hover{border:1px solid #e6261f;COLOR: #fff;background-color: #e6261f;}/*cursor: pointer;
	font-weight: normal;
	border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border:0px solid #e07f00;
	background: #666;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;*/
.news_box { width:540px;float:right;margin:0 0px 0px 0px;overflow: hidden;}
.news_box h2 {
	height:40px;
	font-size:22px;
	text-align:left;
	background-image: url(../images/list_bt_bj.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.news_box h2 span {
	height:40px;
	font-family:Microsoft YaHei;
	padding:0px 0 0 0px;
	line-height:24px;
	font-weight:  normal;
	color: #333;
	float:left;
} 

.news {
	overflow:hidden;
	margin:0 0 15px 0;
}
.news_con {
	padding:25px 0 0 0;
	overflow:hidden;
	height:310px;
}
.news_con dl { width:540px;padding:0 0 0px 0;float:left;}
.news_con ul { width:540px;padding:0 0 0px 0;float: right;}
.news-date {
	float: left;
	margin:0px 0px 0px 0;	
	color: #fff;
	text-align: center;
	width: 60px;
}
.news-day {
	color: #fff;
	font-size:30px;
	line-height:40px;
	background-color: #617280;
	font-weight: bold;
}
.news-month {
	color:#FFF;
	font-size:12px;
	line-height:20px;
	background-color:#2c3e4c;
	font-weight: normal;
}
.news-body {
	float:right; width:465px; overflow:hidden;
}

.news-title{
	color: #333;
	font-weight: bold;font-size:16px;line-height:24px;
}

.news-content p{
	color: #666;
	line-height:18px; font-size:12px;
}


#about_bj {width:1110px;margin: auto;padding:30px 0 0px 0px;overflow: hidden; background-color:# FFF;}
.about_box {margin:0 auto 0px auto;overflow: hidden;}
.about_box h2{
	height:50px;
	font-size:24px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dfdfdf;
}
.about_box h2 span{
	padding:0 20px 0px 20px;
	font-size:24px;
	font-family:Microsoft YaHei;
	COLOR: #333;
	height:49px;
	line-height:40px;
	font-weight: bold;
	overflow: hidden;
	display:inline-block;
	border-bottom:3px solid #e6261f;text-transform:uppercase;
} 
.about_con{padding:20px 0 20px 0;overflow:hidden;}
.about_con ul {margin:0 0px 0 0;padding:0 0 0px 0;}
.about_con ul p{font-size:16px;line-height:28px;color: #333;text-align: justify;}
.bj{height:205px;background: url(../images/lxwm_bj.jpg) no-repeat right top;}

#cp_bj {width:1110px;position:relative;margin: auto;padding:30px 0 0px 0px;overflow: hidden;}
.cp_box { width:1110px;margin: auto;overflow: hidden;}
.cp_box h3 {height:50px;text-align: center;}
.cp_box h3 span{
	padding:0 20px 0px 20px;
	font-size:20px;
	font-family:Microsoft YaHei;
	COLOR:#333333;
	height:49px;
	line-height:40px;
	font-weight: bold;
	overflow: hidden;
	display:inline-block;

} 
.cp_con {width:1110px;padding:0px 0px 30px 0px;}
.cp_con ul {width:1140px;padding:0 0 0px 0; overflow: hidden; zoom:1;}
.cp_con ul li a{
	float:left;
	width:255px;
	box-sizing: border-box;
	margin:0px 30px 30px 0px;
	color: #333;
	text-align:center;
	border:1px solid #dfdfdf;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: normal;
	display:inline-block;
}
.cp_con ul li p{
	width:255px;
	font-size:14px;
	line-height:40px;
	box-sizing: border-box;
	padding:0px 10px 0 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: normal;
}
.cp_con ul li a:hover{ color:#e6261f;border:1px solid #e6261f;}
.cp_con ul li img { width:255px;height:255px;padding:0px 0px 0px 0px;}
.cp_more a{
	margin:auto;
	width:90px;
	line-height:27px;
	text-align: center;
	display: block;
	border:1px solid #CCC;
	font-size:14px;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
	border-radius:3px;
}
.cp_more a:hover{border:1px solid #e6261f;COLOR: #fff;background-color:#e6261f;}

/* TAB 切换效果 */
.tb_{
	width:1110px;
	margin:20px 0 20px 0;
	display:table;
	text-align:center;
}
.tb_ ul{width:1110px;display:inline-block;display: flex;}
.tb_ li{
    float:left;
	padding:0 10px;
    list-style:none;
	line-height:46px;
	cursor:pointer;
	text-align: center;
	margin:0 2px 2px 0px;
	font-size:16px;
	text-decoration: none;
	display:inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;flex:1;
}
.tb_ li:last-child{margin-right:0;}
/* 用于控制显示与隐藏的css类 */
.normaltab{color: #333;background-color:#F9F9F9;}
.hovertab{color: #ffffff;font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;background: #999;}

.dis{display:block;}
.undis{display:none;}

#lxwm_bj {margin:auto;WIDTH:100%;padding:40px 0 40px 0px;overflow: hidden;background-color: #F1F1F1;}
.lxwm_box { WIDTH:1110px;margin:auto;overflow: hidden; background:rgba(255,255,255,1.0);}
.lxwm_box h2 {font-size:20px;text-align:center;background-image: url(../images/index_news_bj.gif);background-repeat: repeat-x;background-position: center 39px;}
.lxwm_box h2 span {
	width:160px;
	height:45px;
	display:block;
	background-color:#CCCl;
	overflow:hidden;
	margin: auto;
	font-family:Microsoft YaHei;
	font-weight:normal;
	color: #ffffff;
	background-image: url(../images/index_news_an.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
} 
.lxwm_con {margin:0px 0 0 0;padding:0px 0 0px 0;overflow: hidden;}
.lxwm_con ul {float: right;width:555px;margin:0px;padding:30px 0 20px 30px;text-align: left;}
.lxwm_con ul li{padding:0;font-size:14px;height:50px;}
.lxwm_con ul form input{
	width:240px;
	height:40px;
	padding:0 0 0 10px;
	box-sizing: border-box;
	margin:10px 10px 0px 0px;
	line-height:40px;
	border:1px double #e5e5e5;
	font-family:Microsoft YaHei;
	background-color:rgba(255,255,255,0.2);
	border-radius:0px;
   outline: none;
   font-size:14px;
}
.lxwm_con ul form textarea{
	width:490px;
	height:100px;
	line-height:22px;
	padding:10px;
	margin:10px 0px 0px 0px;
	box-sizing: border-box;
    background: none;
	border:1px double #e5e5e5;
	font-family:Microsoft YaHei;
	background-color:rgba(255,255,255,0.2);
	border-radius:0px;
   outline: none;
   resize: none;
   overflow:auto;font-size:14px;
}
.lxwm_con ul form input[type=submit] {
	color: #ffffff;
	height:40px;
	line-height:40px;
	font-size:14px;
	cursor: pointer;
	font-weight: bold;
	margin:10px 35px 0 0px;
	border-radius:0px;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
	text-align: center;
	background:#e6261f;
	border:2px double #e6261f;
	float:right;
}
.lxwm_con ul form input[type=submit]:hover{color: #e6261f;background: #ffffff;border:2px solid #e6261f;}
.lxwm_con ul p span{font-size:30px;color: #333333;margin:0 0 0px 0px;line-height:1.0;font-weight:bold;text-transform:  capitalize;letter-spacing:-1px;}
.lxwm_con ul p{font-size:13px;color: #666;margin:0 0 0 0px;height:40px;}
.lxwm_con ul p a{color: #fa851e;}
.lt a{width:320px;height:72px;background: url(../images/WhatsAppButtonGreenSmall.png) no-repeat;display:inline-block;}
.lxwm_con dl {float: left;width:555px;min-height:350px;_height:350px;margin:0px;padding:20px 0 30px 30px;text-align: left;background:#ffcc00;box-sizing: border-box;}
.lxwm_con dl img{float:left;width:150px; height:150px; margin:0 20px 0 0;}
.lxwm_con dl p span{font-size:30px;color: #333333;margin:0 0 0 0px;line-height:1.6;font-weight:bold;text-transform: capitalize;letter-spacing:-1px;}
.lxwm_con dl p{font-size:16px;line-height:1.8;color: #222;text-align: left;}
.lxwm_con dl p a{color: #FFF;}
.lxwm_con ul form input:focus{outline: none; border: 1px solid #e6261f;transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;}
.lxwm_con ul form textarea:focus{outline: none; border: 1px solid #e6261f;transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;}</pre></body></html>