<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-decoration: none;
	box-sizing: border-box;
	outline: none;
	border: none;
	font-family: "å¾®è½¯é›…é»‘", Arial, Helvetica, sans-serif;
}
img{
	max-width: 100%;
}
/*å¤´éƒ¨å¼€å§‹*/
.hy_bg{
	width: 100%;
	background-color: #555;
}
.hy_wp{
	width: 90%;
	margin: 0 auto;
}
.hy_wp marquee{
	width: 30%;
	line-height: 40px;
	font-size: 14px;
	color: #fff;
}
.en_qh {
	float: right;
	width: 80px;
	height: 30px;
	border: 2px solid #fff;
	border-radius: 99px;
	margin-top: 5px;
}
.qh_z{
	width: 24px;
	height: 24px;
	display: inline-block;
	border-radius: 50%;
	-moz-border-radius: 50%;      
	-webkit-border-radius: 50%;
	background-color: #fff;
	color: #3d69b2;
	text-align: center;
	line-height: 24px;
	margin: 1px 10px 0 10px;
}
.qh_e{
	color: #fff;
	font-size: 14px;
}
.cl{
	clear: both;
}
.nav_wp{
	width: 90%;
	max-width: 1200px;
	margin: 10px auto;
}
.logo{
	width: 90%;
	text-align: center;
}
.logo .com_name{
	font-size: 20px;
	font-weight: bold;
	color: #3d69b2;
}
@media only screen and (min-width: 321px) and (max-width: 640px) {
.logo .com_name{
	font-size: 22px;
	letter-spacing: 2px;
}
}
.logo .com_name_en{
	font-size: 14px;
	color: #3D69B2;
	text-transform: uppercase;
}
/*å¤´éƒ¨ç»“æŸ*/

/*å¯¼èˆªå¼€å§‹*/
.nav-wrapper{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: #58affb;
	opacity: 0;
	transition: all 0.2s ease;
}
.nav-wrapper ul{
	position: absolute;
	top: 50%;
	transform:  translateY(-50%);
	width: 100%;
}
.nav-wrapper ul li{
	display: block;
	float: none;
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	margin-bottom: 10px;
}
.nav-wrapper ul li:nth-child(1) a{
	transition-delay: 0.2s;
}
.nav-wrapper ul li:nth-child(2) a{
	transition-delay: 0.3s;
}
.nav-wrapper ul li:nth-child(3) a{
	transition-delay: 0.4s;
}
.nav-wrapper ul li:nth-child(4) a{
	transition-delay: 0.5s;
}
.nav-wrapper ul li:nth-child(5) a{
	transition-delay: 0.6s;
}
.nav-wrapper ul li:not(:first-child){
	margin-left: 0;
}
.nav-wrapper ul li a{
	padding: 10px 24px;
	opacity: 0;
	color: #353535;

	font-weight: 600;
	letter-spacing: 1.2px;
	transform: translateX(-20px);
	transition:  all 0.2s ease;
}
.nav-btn{
	position: fixed;
	right: 0px;
	top: 46px;
	display: block;
	width: 48px;
	height: 48px;
	cursor: pointer;
	z-index: 9999;
	border-radius: 50%;
}

.nav-btn i{
	display: block;
	width: 20px;
	height: 2px;
	background: #353535;
	border-radius: 2px;
	margin-left: 14px;
}
.nav-btn i:nth-child(1){
	margin-top: 16px;
}
.nav-btn i:nth-child(2){
	margin-top: 4px;
	opacity: 1;
}
.nav-btn i:nth-child(3){
	margin-top: 4px;
}
#nav:checked + .nav-btn{
	transform: rotate(45deg);
}
#nav:checked + .nav-btn i{
	background: #353535;
	transition: transform 0.2s ease;
}
#nav:checked + .nav-btn i:nth-child(1){
	transform: translateY(6px) rotate(180deg);
}
#nav:checked + .nav-btn i:nth-child(2){
	opacity: 0;
}
#nav:checked + .nav-btn i:nth-child(3){
	transform: translateY(-6px) rotate(90deg);
}
#nav:checked ~ .nav-wrapper{
	z-index: 999;
	opacity: .9;
}
#nav:checked ~ .nav-wrapper ul li a{
	opacity: 1;
	transform:  translateX(0);
}
.hidden{
	display: none;
}
.demo{
	width: 500px;
	display: flex;
	flex-flow: row wrap;
}
.demo div{
	width: 100px;
	height: 100px;
}
.demo:nth-child(1){
	background-color: gold;
}
.demo:nth-child(2){
	background-color: goldenrod;
}
.demo:nth-child(3){
	background-color: gray;
}
.demo:nth-child(4){
	background-color: green;
}
/*å¯¼èˆªç»“æŸ*/

/*bannerå¼€å§‹*/
.shutter {
  overflow: hidden;
  width: 100%;
  height: auto;
  position: relative; 
}
.shutter-img{
  position: relative;
  width: 100%;
  height: 0px;
  padding-bottom: 62.5%;
  z-index: 1;
}
.shutter-img a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.shutter-img a {
  cursor: default;
}
.shutter-img a &gt; img {
  width: 100%;
  height: 100%;
}
.shutter-img .created {
  overflow: hidden;
  position: absolute;
  z-index: 20;
}
.shutter-btn {}
.shutter-btn li {
  position: absolute;
  z-index: 2;
  top: 50%;
  width: 49px;
  height: 49px;
  margin-top: -25px;
  cursor: pointer;
}
.shutter-btn li.prev {
  left: 20px;
  background: url(../img/shutter_prevBtn.png) no-repeat 0 -49px;
}
.shutter-btn li.next {
  right: 20px;
  background: url(../img/shutter_nextBtn.png) no-repeat 0 -49px;
}
.shutter-desc {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 36px;
  background: url(../img/shutter_shadow.png) repeat;
}
.shutter-desc p {
  padding-left: 20px;
  line-height: 36px;
  color: #fff;
  font-size: 14px;
}
.w_banner{
	display: none;
}
.m_banner{
	display: block;
}
/*bannerç»“æŸ*/

/*æœç´¢å¼€å§‹*/
.sous_bg{
	width: 100%;
	padding: 10px 0;
	background-color: #f8f8f8;
}
.m_sous{
	display: flex;
	justify-content: center;
}
.rem_ss{
	display: none;
}
.sous_t{
	width: 180px;
	height: 36px;
	padding-left: 10px;
	border: 1px solid #ddd;
	float: left;
}
.sous_a{
	width: 50px;
	height: 36px;
	float: left;
	background: #3D69B2 url(../img/ss.png) no-repeat center center;
}
/*æœç´¢ç»“æŸ*/

/*äº§å“å¼€å§‹*/
.content_twp{
	text-align: center;
}
.content_tbg{
	margin: 20px auto;
}
.content_twp span{
	display: inline-block;
	vertical-align: middle;	
}
.content_t{
	font-size: 20px;
	font-weight: bold;
	color: #3d69b2;
	letter-spacing: 1px;
	margin: 0 20px;
}
.t_hx{
	height: 1px;
	width: 16%;
	background-color: #a5a5a5;
}
.content_ten{
	width: 80%;
	margin: 10px auto 0 auto;
	text-align: center;
}
.content_ten img{
	max-width: 100%;
}
.cp_listwp{
	margin: 10px 0;
	display: flex;
	flex-wrap: wrap;
}
.cp_listwp a{
	width: 50%;
	padding: 6px;
	color: #333;
}
.cp_list{
	display: flex;
	flex-direction: column;
	text-align: center;
}
.cp_img{
	width: 100%;
	overflow: hidden;
}
.cp_img img{
	width: 100%;
	transition: all 0.5s;
}
.sp_t{
	width: 100%;
}
.ckgd{
	display: block;
}
.ckgd a{
	display: block;
	margin: 0 auto;
	width: 120px;
	padding: 6px;
	text-align: center;
	background-color: rgba(61,105,178,0.7);
	color: #fff;
}
/*äº§å“ç»“æŸ*/

/*å…³äºŽæˆ‘ä»¬å¼€å§‹*/
.gy_bg{
	width: 100%;
	padding: 10px 0;
	margin-top: 30px;
	background: url(../img/gy_bg_02.jpg) no-repeat center center;
	background-size: cover;
}
.gy_ny_wp{
	width: 100%;
	height: auto;
	padding: 6px;
	background: url(../img/gy_con_bg_03.jpg) no-repeat center center;
	background-size: cover;
}
.gy_gd{
	font-size: 20px;
	font-weight: bold;
	color: #3d69b2;
}
.gy_gden{
	width: 80%;
	margin: 10px 0;
}
.gy_gden img{
	max-width: 100%;
}
.gy_td{
	font-size: 18px;
	color: #666666;
	margin: 10px 0;
}
.gy_d p{
	line-height: 24px;
	text-indent: 2em;
	color: #666;
}
/*å…³äºŽæˆ‘ä»¬ç»“æŸ*/

/*ä¼˜åŠ¿å¼€å§‹*/
.ys_listwp{
	margin-top: 10px;
}
.ys_list{
	display: flex;
	flex-direction: column;
	margin-bottom: 10px;
}
.ys_img,.ys_img1{
	width: 100%;
}
.ys_img img,.ys_img1 img{
	max-width: 100%;
}
.ys_ms{
	width: 100%;
	margin-top: 10px;
}
.ys_t{
	font-size: 18px;
	font-weight: bold;
	color: #3d69b2;
}
.ys_td{
	color: #333;
	margin: 6px 0;
}
.ys_d{
	color: #666;
	line-height: 24px;
}
/*ä¼˜åŠ¿ç»“æŸ*/

/*æœåŠ¡è”ç³»å¼€å§‹*/
.guoc_bg{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
	padding: 10px 0;
	background: url(../img/m-gcbg.jpg) no-repeat center center;
	background-size: cover;
	color: #fff;	
}
.guoc_con{
	font-size: 20px;
	font-weight: bold;
}	
.guoc_t1,.guoc_hm{
	width:fit-content; 
	width:-webkit-fit-content;
	width:-moz-fit-content;
	width:-ms-fit-content;
	width:-o-fit-content;
	padding: 6px 4px;
	margin-top: 10px;
	background-color: rgba(61,105,178,0.8);
}
.guoc_icon,.guoc_fw{
	display: inline-block;
	font-size: 20px;
	vertical-align: middle;
	margin-top: 10px;
	color: #fff;
}
.guoc_icon img{
	max-width: 100%;
}	
/*æœåŠ¡è”ç³»ç»“æŸ*/

/*æ–°é—»èµ„è®¯å¼€å§‹*/
.m_news_listwp{
	margin-top: 10px;
}
.w_news_listwp{
	display: none;
}
.news_list{
	width: 50%;
	float: left;
	padding: 4px;
}
.news_img{
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px;	
}
.news_img img{
	max-width:100%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.news_t{
	color: #333;
	margin-bottom: 10px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.news_d{
	font-size: 14px;
	color: #666;
	word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box; 
    -webkit-box-orient: vertical; 
    -webkit-line-clamp: 3; 
    overflow: hidden; 
}
/*æ–°é—»èµ„è®¯ç»“æŸ*/

/*åº•éƒ¨å¼€å§‹*/
.db_bg{
	width: 100%;
	height: auto;
	margin-top: 20px;
	padding: 20px 0;
	background: url(../img/m-dbbg.jpg) no-repeat center center;
	background-size: cover;
	color: #fff;
}
.db_contentwp{
	display: flex;
	flex-direction: column;
}
.db_content1{
	display: none;
}
.db_content2,.db_content3{
	width: 100%;
	padding: 6px;
}
.db_dh_t{
	font-size: 20px;
}
.db_dh_lj a{
	color: #fff;
}
.db_hx{
	width: 100px;
	height: 1px;
	background-color: #fff;
	margin:10px 0;
}
.db_hx1{
	width: 100%;
	height: 1px;
	background-color: #fff;
	margin:10px 0;
}
.db_dh_lj{
	margin-bottom: 10px;
}
.db_lyb form{
	display: flex;
	flex-wrap: wrap;
}
.ly_xm,.ly_sj{
	width: 49%;
	height: 40px;
	line-height: 40px;
	padding-left: 10px;
}
.ly_xm{
	margin:0 1% 0 0;
}
.ly_sj{
	margin:0 0 0 1%;
}
.ly_ny{
	width: 100%;
	height: 100px;
	padding: 10px 0 0 10px;
	margin-top: 10px;
}
.ly_fs{
	width: 100%;
	height: 30px;
	line-height: 30px;
	margin-top: 10px;
	text-align: center;
	color: #fff;
	background-color: #3D69B2;
}
.footer_info{
	width: 100%;
	line-height: 20px;
	text-align: center;
	font-size: 14px;
	background-color: #131313;
	color: #666;
	border-top: 1px solid #666;
}
/*åº•éƒ¨ç»“æŸ*/

/*å…³äºŽæˆ‘ä»¬é¡µå¼€å§‹*/
.w_aboutbn{
	display: none;
}
.ny_sous_bg{
	width: 100%;
	padding: 10px 0;
	margin-top: -5px;
	background-color: #f8f8f8;
}
.ny_wz{
	display: none;
}
.ny_sy{
	background: url(../img/ny_sy.png) no-repeat left center;
	padding-left: 30px;
}
.ny_sy a{
	color: #333;
}
.about_t{
	font-size: 20px;
	color: #3d69b2;
	margin-bottom: 20px;
}
.about_t span{
	font-size: 18px;
	color: #666;
}
.ny_jswp{
	padding: 20px 0;
}
.js_t{
	width: 100%;
}
.js_c{
	width: 100%;
	margin:10px 0;
}
.about_whbg{
	padding: 20px 0;
	background-color: #f8f8f8;
}
.image-list{
	display: flex;
	flex-wrap: wrap;
}
.qymbiao_d1{
	margin-top: 10px;
}
.qymbiao_t{
}
/*å…³äºŽæˆ‘ä»¬é¡µç»“æŸ*/

/*äº§å“é¡µå¼€å§‹*/
.pro_wp1{
	width: 90%;
	margin: 20px auto;
}
.pro-left{
	display: flex;
	width: 100%;
}
.pro-left .left-title{
	width: 100%;
	background-color: #3d69b2;
	height: 40px;
	line-height: 40px;
	text-align: center;
	box-shadow: 0px 10px 10px #f7f7f7;
}
.pro-left .left-title span, .lxbl span{
	display: inline-block;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
}
.pro-left .left-title span.text{
	padding: 0 10px;
}
.pro-left .left-contact{
	display: none;
}
.subNavBox{
	width:100%;
	display: flex;
	flex-wrap: wrap;
}
.subNav{
	width: 48%;
	margin: 0 1%;
	color:#999;
	line-height:40px;
	font-weight:bold;
	text-align: center;
	border-bottom:solid 1px #e5e3da;
}
.subNav a{
	display: block;
	width: 100%;
	color: #666;
}
.navContent{
	display: none;
	border-bottom:solid 1px #e5e3da;
}
.navContent li a{
	display:block;
	height:40px;
	line-height:40px;
	text-align:center;
	font-size:14px;
	color:#333;
}
.pro_showwp{
	width: 100%;
	margin-top: 20px;
}
.box1{
    width: 50%;
    padding: 10px;
    float: left;
    background: #fff;
    position: relative; 
}
.pro_title1{
	text-align: center;
	font-weight: bold;
}
.box1 a {	
    text-align: center;
    color: #333;
}
.box1 a:hover {
    color: #3d69b2;
}
.imgBox {
	width: 90%;
	margin:10px 5%;
    height: auto;
    overflow: hidden;
}
.pagination{
	margin:10px auto 0 auto;
}
.pagination ul{
	margin:20px auto;
	text-align:center;
}
.pagination ul li{
	color:#fff;
	line-height:30px;
	display:inline-block;
	text-align: center;
	height:30px;
	overflow: hidden;
}
.pagination ul li a{
	background:#006ace;
	border-radius:5px;
	display:block;
	color:#fff;
	font-size:15px;
	line-height:30px;
	padding:0 12px;
	float:left;
	margin:0 5px;
}
.pagination ul li.current a{
	color:#000;
	font-size:15px;
	margin:0;
	padding:0 12px;
	border-radius:5px;
	background:#ccc;
	line-height:30px;
	display: block;
	float: left;
	margin:0 5px;
}
.pagination ul li span{
	display:block;
	float:left;
	padding:0;
	border-radius:5px;
	margin-left:0;
	color: #fff;
	line-height:30px;
}
/*äº§å“é¡µç»“æŸ*/

/*äº§å“è¯¦æƒ…é¡µå¼€å§‹*/
.pro_info_info{
	width: 100%;
}
.photo_list_s3{
	margin-bottom: 20px;	
}
.container_right_title{
	font-weight:700;
	font-size:18px;
	padding-left:20px;
	margin-left: 20px; 
	color:#333;
	background: url(../img/guanyuwmshux.jpg) no-repeat left center;
}
.photo_list_s3 ul{
	margin:0;
	padding:0;
}
.photo_list_s3 .chanpinlist  li{
	width:450px;
	height:440px; 
	margin:20px 0 20px 8px;
	float:left;
}
.photo_pic_s3 a{
	width:180px;
	height:120px;
	line-height:120px;
	overflow:hidden;
	background-color:black;
	text-align: center;
	display: inline-block;
	margin:0;padding:0;
}
.photo_list_s3 .chanpinlist  li img{
	width:100%;
	height:100%;
}
.web_products_article_title{
	width: 100%;
	background-color:#f8f8f8;
	color: #555;
	height: 40px;
	line-height: 40px;
	margin:0 0 10px 0;
}
.web_products_article{
	width: 100%;
	margin: 20px auto 0 auto;
}
.web_products_article img{
	max-width: 100%;
}
.web_products_article table tbody tr td{
	line-height: 40px;
}
.ue-table-interlace-color-single{
	background-color: #f2f2f2;
	color: #333;
	border:0; 
}
.pro_pn{
	display: flex;
	flex-direction: column;
	line-height: 40px;
}
.page_s a,.page_s1 a{
	font-size: 14px;	
	color: #666;	
}
.pro_tumiaos p{
	font-size: 18px;
}
#magnifier {
  position: relative;
  margin: 10px 0;
}
.small-box {
  position: relative;
  width: 100%;
  height: auto;
  text-align: center;
}
.small-box img{
	width: 100%;
}
.small-box .hover {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 200px;
  height: 200px;
  border: 1px solid #aaa;
  background: #0099ff;
  opacity: .5;
  filter: alpha(opacity: 50);
  cursor: move;
}
.thumbnail-box {
  position: relative;
  width: 100%;
}
.thumbnail-box .btn {
  position: absolute;
  top: 50%;
  width: 22px;
  height: 32px;
  margin-top: -16px;
}
.thumbnail-box .btn-prev {
  left: 0;
  background: url(../img/btn_prev.png) no-repeat;
}
.thumbnail-box .btn-prev.btn_prev_disabled{
	background: url(../img/btn_prev_disabled.png) no-repeat;
	cursor: not-allowed;
}
.thumbnail-box .btn-next {
  right: 0;
  background: url(../img/btn_next.png) no-repeat;
}
.thumbnail-box .btn-next.btn_next_disabled{
	background: url(../img/btn_next_disabled.png) no-repeat;
	cursor: not-allowed;
}
.thumbnail-box .list {
  	overflow: hidden;
  	width: 80%;
	margin:0 auto;
}
.thumbnail-box .wrapper {
  width: 100000px;
}
.thumbnail-box .list .item {
  float: left;
  margin:0 10px 0 0;
}
.thumbnail-box .list .item-cur {}
.thumbnail-box .list .item img {
  border: 2px solid #a9a9a9;
  width: 54px;
  height: auto;
}
.thumbnail-box .list .item-cur img {
  border: 2px solid #3d69b2;
}
.big-box {
  display: none;
  overflow: hidden;
  position: absolute;
  left: 451px;
  top: 0;
  width: 540px;
  height: 450px;
  border: 1px solid #e4e4e4;
}
.big-box img {
  display: block;
  width: 100%;
}
.pro_tumiaos{
	display: none;
}
.pro_tumiaos p{
	font-size: 18px;
}
.biaoti_left{
	padding-left: 70px;
}
.firstRow{
	background-color: #13439d;
	color: #fff;
	text-align: center;
}
.web_products_article  tr{
	text-align: center;
}
.fanh a{
	display: block;
	width: 100px; 
	margin:20px auto;
	padding: 10px 0;
	text-align: center;
	color: #fff;
	background-color: #3d69b2;
}
/*äº§å“è¯¦æƒ…é¡µç»“æŸ*/

/*æ–°é—»é¡µã€æ–°é—»è¯¦æƒ…é¡µå¼€å§‹*/
.news_lb li{
	width: 100%;
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
	padding: 20px 0;
	transition: all 0.5s;
}
.news_lb li:nth-child(2n){
	float: right;
}
.ny_news_t{
	color: #333;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;	
}
.news_lb li:hover{
	transform: translate(10px);
}
.news_datewp{
	width: 20%;
	float: left;
	color: #666;
	text-align: center;
	border-right: 1px solid #ddd;
}
.news_ny{
	font-size: 14px;
}
.news_r{
	font-size: 24px;
	color: #515151;
	font-family: impact;
	margin-top: 10px;
}
.news_t_wp{
	width: 76%;
	float: left;
	margin-left: 4%;
}
.newslist_subtitle{
	font-size: 14px;
	color: #666;
	margin-top: 6px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.article{
	width: 1200px;
	margin:30px auto;
}
.news_title{
	text-align: center;
}
.news_xqhx{
	margin:10px 0;
	height: 1px;
	background-color: #ddd;
}
.news_bj{
	 font-size: 14px;
	 color: #999999;
	 display: flex;
	 justify-content: space-between;
}
.zpxx_list{
	padding: 0 0 10px 0;
	border-bottom: 1px dashed #999;
}
.container_right_title_wp{
	background-color: #eee;
	color: #666;
}
.container_right_title_wp span a{
	color: #666;
}
.container_right_newtitle{
	height:45px;
	background-color: #eee;
	line-height:45px;
	padding-left:20px;
	color:#666;
}
.container_right_newtitle a{
	color: #666;
}
.news_main{
	margin:10px auto;
}

/*æ–°é—»é¡µã€æ–°é—»è¯¦æƒ…é¡µç»“æŸ*/

/*è”ç³»æˆ‘ä»¬å¼€å§‹*/
.lxfs-wp{
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
}
.lxfs1{
	width: 50%;
	height: auto;
	padding: 10px;
	text-align: center;
	box-shadow: 0 0 10px #eee;
}
.lxfs1 img{
	margin: 10px auto;
}
.lxfs1 h3{
	margin: 0 0 10px 0;
}
.lianxiwp{
	margin-top: 20px;
}
#baiduMap{
	width: 100%;
	height: 300px;	
}
/*è”ç³»æˆ‘ä»¬ç»“æŸ*/</pre></body></html>