<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

header .js-menu_sw {
	font-family:FontAwesome ;
	font-size: 24px;
}
header .header_phone .js-menu_sw:before {
	content: "\f0c9" ;
}
header .header_desk .header-left,
header .header_desk .header-center,
header .header_desk .header-right {
	
}
.aside_desk .aside_top_interval,
.header_desk + .header_desk_interval {	/*è¦å°æ‡‰ header_desk é«˜åº¦ */
	height:170px;
}
.header_desk .href_icon {
	color:#505456;
	font-size:24px;
}
.header_desk .header_menu {
	position: absolute;
    top: 100%;
	left: 0%;
	display:inline-block;
	width:100%;
	height:auto ;
	padding: 0px ;
	background-color: #ffffff;
	overflow:hidden;
	
	box-shadow: 0px 0px 5px 0px #cccccc;
}
.header_desk .header_menu .item_menu {
	display: inline-block;
}
.header_desk .header_menu .item_menu .tit {
	color:#000000 ;
	line-height:50px;
}
header .header_desk .header-right a {
	margin-left:6px;
	margin-right:6px;
	font-weight:bold;
}
.header_desk .header_menu.menu_city {
	background-color: #5360A8 ;
}
.header_desk .header_menu.menu_city .item_menu .tit {
	color:#ffffff ;
}
.header_desk .header_menu.menu_industry {
	top: 110px;
	
}
.header_desk .header_menu.menu_industry .item_menu .tit {
	
}

.header_phone {
	background-color: #fff;
    -webkit-box-shadow: 0 1px 4px 0 rgb(74 74 78 / 12%);
    box-shadow: 0 1px 4px 0 rgb(74 74 78 / 12%);
}
.header_phone .logo_string {
	padding-left: 15px;
	font-size: 22px;
	line-height: 40px;
}
.header_phone + .header_phone_interval {	/*è¦å°æ‡‰ header_desk é«˜åº¦ */
	height:45px;
}


section {
    min-height: 81vh;	/*éš¨ç‰ˆé¢èª¿æ•´*/
}

.homepage .block-addthis {
	min-height:32px;
	margin-top:6px;
	margin-bottom:6px;
}

/*æœå°‹æ¢*/
.seach_input {
	position:relative;
	display:inline-block;
	width:100%;
	text-align: center;
}
.seach_input &gt; .btn_seach {
	position: absolute;
    top: 0px;
    right: 16px;
    width: 50px;
    padding: 0px;
    font-size: 20px;
	line-height: 32px;
    background-color: transparent;
    color: #7D858F;
    border: 0px solid transparent;
}
.seach_input &gt; .btn_clean {
	position:absolute;
	top:0px;
	right:60px;
	
	width: 2em;
	
	background-color:transparent;
	border-color: transparent;
    border-radius: 0px ;
}
.seach_input &gt; .btn:hover {
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
}
.seach_input &gt; input {
	width:calc(100% - 50px);
	height:32px;
	padding: 0px 6px;
	
	border:0px solid transparent;
	outline: none;
	border: none;
	border-bottom: 1px solid #ccc;
}


/*
.form-control-main {
	display:inline-block;
	width:100%;
	height:55px;
	padding:6px 12px;
	font-size:15px;
	line-height:1.42857143;
	color:#555;
	background-color:#fff;
	background-image:none;
	border:3px solid #7D858F;
	border-radius:5px;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-control-main input{
	height: 50px;
}
textarea.form-control-main {
	min-height:200px;
	resize:vertical;
}
select.form-control-main {
	min-width :20%;
}
.form-control-main .unit {
	margin-bottom:6px;
}
*/


/*[æœ€æ–°æ¶ˆæ¯]è·Ÿ[ç®¡ç†å€]å…±ç”¨*/
.tab_news {
	border: 1px solid #CCC;			
}
.tab_news tr {
	border-bottom :1px solid #cccccc ;
}
.tab_news th {
	padding:10px 2px 10px 2px;
	background-color: #e9f0ff;
}
.tab_news td {
	padding:30px 2px 30px 2px;
}
.tab_news .day {
	display:inline-block;
	margin:0 auto;
	padding:2px;
	border:4px double #9ea5b5;
	font-size: 13px;
	font-family: Verdana, Geneva, sans-serif;
	text-align:center;
}

.tab_news .news_new {
	color:red;
}

.item_news {
	position:relative;
	padding:6px;
	margin-bottom:12px;
	border:1px dotted #BDBDBD;
	color: #333;
	background-color: #ffffff ;
}
.item_news .day {
	display:inline-block;
	margin:0 auto;
	padding:2px;
	border:4px double #9ea5b5;
	font-size: 13px;
	font-family: Verdana, Geneva, sans-serif;
	text-align:center;
}
.item_news .text,
.item_news .tit {
	display:inline-block;
	width: 100%;
	max-width: 75vw;
	
	line-height: 20px;
	text-align:center;
	font-family: "å¾®è»Ÿæ­£é»‘é«”";
	font-size: 18px;
	font-weight: bold;
	color: #333;
	
	text-overflow:ellipsis;	
	white-space:nowrap;
	overflow:hidden;
}

.item_news .option {
	position:relative;
	
	text-align:center;
}
.item_news .news_new {
	color:red;
}
.item_news .viewpic {
	display:inline-block;
	width:100%;
	padding:30%;
	
	background-size:contain;
	background-position:center;
	background-repeat: no-repeat;
}
.item_news .click {
	position:absolute;
	top:0px;
	left:0px;
	display:inline-block;
}

.space_news .item_news {
	padding-top: 30px;
	padding-bottom: 30px;
	border: 1px solid #CCC;
	margin-bottom: 20px;
	padding-right: 10px;
	padding-left: 15px;
	color: #3C7AFE;
	background-color: #F2F5F9;
}


/*[æœ€æ–°æ¶ˆæ¯]è·Ÿ[ç®¡ç†å€]å…±ç”¨*/
.item_service {
	position:relative;
	padding: 20% 0px 60% 0px;
	margin-bottom:5em;
	background-color: #ffffff ;
}
.item_service .viewpic {
	position: absolute;
	top: 0px;
	left: 0px;
	display:inline-block;
	width:100%;
	height:100%;
	background-size:contain;
	background-position:center;
	background-repeat: no-repeat;
	border:1px dotted #BDBDBD;
	box-shadow: -3px 1px 5px 1px rgb(0 0 0 / 5%);
}
.item_service .text {
	position: absolute;
	bottom: -2em;
	left: 0px;
	display: inline-block;
	width: 100%;
	min-height: 1em;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
	text-align: center;
	margin-top: 5px;
}

/*[å…¬å¸é¦–é&nbsp;] å¤šå€‹æ¨£å¼ å…±ç”¨*/
.homepage {
	position:relative;
	padding-top:0px;
}
.homepage .topInfo {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    font-size: 20px;
    text-align: left;
    z-index: 100;
    color: #333;
}
.homepage .topInfo .ahref{
	display: inline-block;
	color: #333;
}
.homepage .topInfo .ahref:hover{
	color: #505050;
	opacity:0.7;
}
.homepage .topInfo h3{
	font-size: 30px;
	line-height:50px;
}
.homepage .topInfo .title_logo {
	display:inline-block;
	width:150px;
	height:50px;
	margin-right: 20px;
	float:left;
	
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-size:contain;
	background-position:center;
	border: 1px solid #CCC;
	color: #333333;
}
.homepage .topInfo .title {
	display: inline-block;
	line-height: 50px;
	font-size: 30px;
	font-weight:bold;
}
.homepage .topInfo .title_logo a:hover{
	display:inline-block;
	width:150px;
	height:50px;
	float:left;
	background-repeat: no-repeat;
	background-size:contain;
	background-position:center;
	margin-right: 20px;
	border: 1px solid #CCC;
	color: #333;
}


.homepage .topInfo .com_info {
	font-size: 16px ;
	color: #666;
}
.homepage .topInfo .com_info .tit {
	display:inline-block;
	color: #666;
}

.homepage_banner {
	position:relative;
	width:100%;
	padding: 20% 0% 20%;
	margin-bottom:20px;
	
	text-align:center;
	background-repeat: no-repeat;
	background-size:auto 100%;
	background-position:center center;
	margin-top:20px;
}
.homepage_banner .item_banner {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	
	text-align:center;
	background-color:inherit ;
	background-repeat: no-repeat ;
	background-size:auto 100%;
	background-position:center center;
	
	opacity:0 ;
	z-index:0;
}
.homepage_banner .js-carousel_tag_list {
	position:absolute;
	bottom:6px;
	right:5%;
	display:inline-block;
	text-align:right;
	z-index:3;
}
.homepage_banner .js-carousel_tag {
	display:inline-block;
	width:15px ;
	height:15px ;
	margin-right:15px;
	
	background-color: #b5b3b3 ;
	border:1px solid #ffffff ;
	
	cursor:pointer;
}
.homepage_banner .js-carousel_tag.active {
	-webkit-border-radius: 50% 50% 50% 50%;
	border-radius: 50% 50% 50% 50%;
}

.homepage .block_tit {
	padding-left:8px;
	margin-bottom:20px;
	font-size: 28px;
	padding:5px 0 5px 10px;
	font-weight: bold;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #00416F;
}
.homepage .space_news  {
	margin-bottom:55px;
}
.homepage .space_news .list_news  {
	min-height:200px;
}
.homepage .space_service {
	margin-bottom:20px;
	padding-top: 25px;
	padding-bottom: 25px;
}
.homepage .space_service .list_service  {
	min-height:200px;
}
.homepage .space_introduction {
	margin-bottom:20px;
	padding-top: 5px;
	line-height: 25px;
}
.homepage .space_information {
	min-height:200px;
	margin-bottom:20px;
}
.space_information .block_tit {
	
}

.homepage .item_option {
	padding:12px 0px;
	margin-bottom:12px ;
	font-size:5em ;
	border-color:blue;
	text-align:center;
	line-height:1;
	
	box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.2);
}
.homepage .tab_info th {
	width:8em;
	text-align:left;
}
.homepage .tab_info td {
	
}
.homepage .space_about {
	background-color: #F8F8F8;
}
.homepage .about {
	max-height:8em;
	font-size: 20px;
	line-height: 35px;
	overflow:hidden;
}

@media (max-width: 767px) {
	.homepage .topInfo .title_logo {
		float: none;
	}
	.homepage .topInfo h2{
		font-size: 30px;
	}
	
}
	



.detail_info .info_txt:after {
	content: "|";
	margin-left:6px;
	margin-right:2px;
	color:#cccccc ;
}
.detail_info .info_txt:last-of-type:after {
	content: "";
}
.detail_option {
	padding-top:20px;
	text-align:center;
}
.tab_info {
	font-size: 16px;
	line-height: 30px;
}
.btn-more {
    display: inline-block;
    width: 200px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #2371ca;
    color: #fff;
    font-size: 15px;
    border-radius: 2px;
    color: #fff;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
a.btn-more:hover{
	background: #12529a;
	color: #FFF;
}
.pclass-company_news .space_detail,
.pclass-company_service .space_detail {
	border: 1px solid #CCC;
	padding: 20px;
}
.pclass-company_service .space_detail h3{
	font-size: 30px;
}

.header_desk .logo_string {
	font-size: 22px ;
	font-weight: bold;
	color: #000000 ;
}
.list_option .item_option{
	background-color: #26ABBA;
	padding: 20px;
}
.list_option a{
	font-size: 20px;
	font-weight: bold;
	color: #FFF;	
}.list_option a:hover{
	font-size: 20px;
	font-weight: bold;
	color: #E7E7E7;
}
.bg_header .logo{
	display: inline-block;
	width:100%;
	height: 44px;
    background-repeat: no-repeat ;
	background-size:contain;
	background-position:left center;
	
}
.header_phone .header_bar {
	padding: 1px 6px;
}
.header_phone .header_bar .css-td {
	vertical-align:middle;
}
.bg_header .fa-user {
	font-size: 24px;
}



.pclass-company_news .main_pict,
.pclass-company_service .main_pict,
.pclass-manage_company_news .main_pict,
.pclass-manage_company_service .main_pict {
	min-height:400px;
			
	background-size:contain;
	background-position:center;
	background-repeat: no-repeat;
}

.homepage .topInfo {
	margin-bottom:6px;
	
}

.container .block_operating {
	margin-top:25px;
	margin-bottom:15px;
}
.container .block_operating a {
	background-color: #26ABBA;
	color: #ffffff;
	border-color:transparent;
}		

.space_anchor,
.header_desk,
section {
	background-color: #F9EFDE;
}
	



</pre></body></html>