<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	color: #666666;
}
.clear{
	clear: both;
	height: 0;
}
.welcome {
	background: #575757;
	color: #dcdcdc;
}
.line-height35 { 
	line-height: 35px ;
}
.space_20 {
	width: 100%;
	height: 20px;
}
.space_2rem {
	width: 100%;
	height: 2rem;
}
.space_3rem {
	width: 100%;
	height: 3rem;
}
.space_4rem {
	width: 100%;
	height: 4rem;
}
.space_100 {
	width: 100%;
	height: 100px;
}
.space_136 {
	width: 100%;
	height: 148px;
}
/* 鼠标悬停 */
.dropdown:hover&gt;.dropdown-menu {
	display: block;
}
.dropdown&gt;.dropdown-toggle:active {
	pointer-events: none;
}
.navbar-toggler-icon {
	width: 1.2em;
	height: 1.2em;
}


/* 轮播 */
@media screen and (min-width:640px) {
#demo img {
	display: none;
}
#demo .carousel-inner .carousel-bg1 {
	background: url(../images/banner01.jpg) no-repeat center center;
	width: 100%;
	height: 560px;
}
#demo .carousel-inner .carousel-bg2 {
	background: url(../images/banner02.jpg) no-repeat center center;
	width: 100%;
	height: 560px;
}
#demo .carousel-inner .carousel-bg3 {
	background: url(../images/banner03.jpg) no-repeat center center;
	width: 100%;
	height: 560px;
}
/* #demo .carousel-inner .carousel-bg4 { 
	background: url(../images/banner01.jpg) no-repeat center center;
	width: 100%;
	height: 560px;
}*/
}
/* 标题1 */
.ruixin_title {
	width: 100%;
}
.ruixin_title h6 {
	font-size: 60px;
	font-weight: bold;
	color: #f6f6f6;
	text-align: center;
	line-height: 48px;
}
.ruixin_title h1 {
	text-align: center;
	font-size: 34px;
	line-height: 1;
	color: #333333;
	margin-top: -26px;
	font-weight: bold;
}
.ruixin_title_hr1 {
	/*width: 407px;*/
	border: 1px solid #eeeeee;
	margin: 14px auto 0;
}
.ruixin_title_hr2 {
	width: 90px;
	border: 1px solid #0c59db;
	margin: -2px auto 0;
}
.ruixin_title h2 {
	font-size: 16px;
	line-height: 16px;
	color: #666666;
	margin-top: 26px;
	text-align: center;
}
/* 标题2 */
.ruixin2_title {
	width: 100%;
}
.ruixin2_title h6 {
	font-size: 60px;
	font-weight: bold;
	color: #18479b;
	text-align: center;
	line-height: 48px;
}
.ruixin2_title h1 {
	text-align: center;
	font-size: 34px;
	line-height: 1;
	color: #ffffff;
	margin-top: -26px;
	font-weight: bold;
}
.ruixin2_title_hr1 {
	/*width: 407px;*/
	border: 1px solid #eeeeee;
	margin: 14px auto 0;
}
.ruixin2_title_hr2 {
	width: 90px;
	border: 1px solid #0c59db;
	margin: -2px auto 0;
}
.ruixin2_title h2 {
	font-size: 16px;
	line-height: 16px;
	color: #666666;
	margin-top: 26px;
	text-align: center;
}
/* 标题3 */
.ruixin3_title {
	width: 100%;
}
.ruixin3_title h6 {
	font-size: 60px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	line-height: 48px;
}
.ruixin3_title h1 {
	text-align: center;
	font-size: 34px;
	line-height: 1;
	color: #333333;
	margin-top: -26px;
	font-weight: bold;
}
.ruixin3_title_hr1 {
	/*width: 407px;*/
	border: 1px solid #fff;
	margin: 14px auto 0;
}
.ruixin3_title_hr2 {
	width: 90px;
	border: 1px solid #0c59db;
	margin: -2px auto 0;
}
.ruixin3_title h2 {
	font-size: 16px;
	line-height: 16px;
	color: #666666;
	margin-top: 26px;
	text-align: center;
}
/* 首页-产品中心 悬停 */
.blue {
	color: #0c59db;
	box-shadow: 2px 2px 12px #d8dee1;
}
.blue h4 {
	color: #0c59db;
}
/* 首页-解决方案 */
.solution_list {
	background: #666666;
	margin: 1rem 0;
	padding: 0;
}

/* 首页-新闻资讯 */

.hotNews {
    width: 100%;
}

.hotNews a:hover {
    color: #0c59db;
    text-decoration: none;
}

.hotNews .pic {
    overflow: hidden;
}

.hotNews .pic img {
    cursor: pointer;
    transition: all 0.6s;
}

.hotNews .pic img:hover {
    transform: scale(1.4);
}

.newsList {
    width: 100%;
}

.newsList .item {
    margin-bottom: 9px;
}

.newsList .item:last-child {
    margin-bottom: 0
}

.newsList .item a {
    display: block;
    padding: 10px;
    background: #f4f4f4;
    padding: 10px 0;
    box-sizing: border-box;
}

.newsList .item .time {
    width: 20%;
    text-align: center;
    float: left;
}

.newsList .item .time .h {
    font-size: 30px;
    color: #666666;
}

.newsList .item .time .p {
    font-size: 12px;
    color: #666666;
}

.newsList .item .txt {
    width: 70%;
    float: right;
    padding-top: 3px;
}

.newsList .item .txt .h {
    font-size: 16px;
    color: #222222;
    padding: 5px 0;
    line-height: 30px;
    position: relative;
}

.newsList .item .txt .h::after {
    content: '';
    position: absolute;
    left: -13px;
    top: 18px;
    width: 10px;
    height: 3px;
    background: #333842;
}

.newsList .item .txt .cont {
    width: 100%;
    font-size: 14px;
    line-height: 18px;
    color: #888888;
    margin-top: 2px;
}

.newsList .item:hover a {
    background: #0c59db
}

.newsList .item:hover .time .h {
    color: #fff
}

.newsList .item:hover .time .p {
    color: #fff
}

.newsList .item:hover .txt .h {
    color: #fff
}

.newsList .item:hover .txt .cont {
    color: #fff
}

.newsList .item:hover .txt .h::after {
    background: #fff
}

/* 底部 */
.footer {
    background: #f6f6f6;
    color: #585858;
    font-size: 15px;
    line-height: 24px;
    padding: 20px;
}
.footer span {
    display: block;
}
.footer2{
    background: #0c59db;
    color: #e7e7e7;
    font-size: 15px;
    padding: 10px 0;
    text-align: center;
}
/*位置*/
.weizhi{
	color:#585858;
	padding:1em 0;
	font-size:14px;
	box-shadow: 0 2px 1px #eeeeee;
}
.weizhi img{
	margin-top:-3px;
}
.weizhi li{
	font-size:16px;
	text-align:right;
	list-style:none;
	width:25%;
	float:left;
}
.weizhi .hover { 
	color: #0c59db; 
	cursor: pointer
}
.weizhi li a{
	
	text-decoration:none;
}
.weizhi li a:hover{
	color:#0c59db;
}
.weizhi .zhedie{
	padding:.7em;
	border:1px solid #eeeeee;
	margin:1em auto;
	font-weight:600;
	box-shadow: 0 2px 1px #eeeeee;
}
.weizhi .zhedie li{
	width:100%;
	padding:.5em 1.5em;
	margin:.5em 0 0 0;
	text-align:left;
}
.weizhi .zhedie .x{
	background:#0c59db; 
	color:#ffffff;
	font-weight:600;
}

.weizhi_right { 
	display: inline-block; 
	color: #333 
}
.weizhi_right a:hover { 
	color: #0c59db; 
	cursor: pointer
}
.weizhi_right a.hover { 
	color: #0c59db; 
	cursor: pointer
}

/*位置2*/
.weizhi2{
	color:#585858;
	padding:1em 0;
	font-size:14px;
	box-shadow: 0 2px 1px #eeeeee;
}
.weizhi2 img{
	margin-top:-3px;
}
.weizhi2 li{
	font-size:16px;
	text-align:center;
	list-style:none;
	width:20%;
	float:left;
}
.weizhi2 .hover { 
	color: #0c59db; 
	cursor: pointer
}
.weizhi2 li a{
	
	text-decoration:none;
}
.weizhi2 li a:hover{
	color:#0c59db;
}
.weizhi2 .zhedie{
	padding:.7em;
	border:1px solid #eeeeee;
	margin:1em auto;
	font-weight:600;
	box-shadow: 0 2px 1px #eeeeee;
}
.weizhi2 .zhedie li{
	width:100%;
	padding:.5em 1.5em;
	margin:.5em 0 0 0;
	text-align:left;
}
.weizhi2 .zhedie .x{
	background:#0c59db; 
	color:#ffffff;
	font-weight:600;
}

.weizhi2_right { 
	display: inline-block; 
	color: #333 
}
.weizhi2_right a:hover { 
	color: #0c59db; 
	cursor: pointer
}
.weizhi2_right a.hover { 
	color: #0c59db; 
	cursor: pointer
}



.fangan_title{
	font-size:15px;
	font-weight:600;
	padding:1em 0;
}
.fangan_title_a{
	color:#0c59db;
	font-size:15px;
	font-weight:600;
	padding:1em 0;
}
.fangan_title_a h1{
	width:50%;
	height:2px;
	background:#0c59db;
	position:relative;
	top:.76em;
}

.product_title{
	font-size:18px;
	font-weight:600;
	padding:1em 0;
}
.product_title_a{
	color:#0c59db;
	font-size:18px;
	font-weight:600;
	padding:1em 0;
}
.product_title_a h1{
	width:25%;
	height:1px;
	background:#0c59db;
	position:relative;
	top:.68em;
}
.product_title_b{
	color:#0c59db;
	font-size:18px;
	font-weight:600;
	padding:1.2rem 0;
}
.product_title_b h1{
	width:15%;
	height:1px;
	background:#0c59db;
	position:relative;
	top:.68em;
}
.product_title_c{
	color:#0c59db;
	font-size:18px;
	font-weight:600;
	padding:1.2rem 0;
}
.product_title_c h1{
	width:7%;
	height:2px;
	background:#0c59db;
	position:relative;
	top:.72em;
}
.product_list_title {
	background:#0c59db;
	color:#fff;
	font-size:24px;
	font-weight:600;
	text-align:center;
	padding:1em;
}
.product_list{
	border:1px solid #d8dee1;
	background:#FFF;
	border-radius: 0 0 8px 8px;
	padding:.5em;
}
.product_list li{
	background:#f9f9f9;
	width:100%;
	padding:.6em;
	list-style:none;
	border-bottom:.3em solid #ffffff;
}
.product_list li:hover{
	background:#0c59db;
	color:#ffffff;
	cursor: pointer;
	
}

.product_list .aa{
	background:#f0f0f0;
	padding:1em .6em;
}
	
.product_right_list {
	padding:0;
}
.product_right_list .title{
	padding:.5em 0 1em 0;
	font-size:20px;
}
.product_right_list .tiao{
	background:#0c59db;
	width:4em; 
	height:.2em;
	margin-bottom:1em;
}
.product_right_list .jianjie{
	font-size:15px;
	line-height:35px;
	margin-bottom:1em;
}

/* 技术优势 */
.youshi_list{
	padding:0;
}
.youshi_list .title{
	color: #0c59db;
	padding:.5em 0 1em 0;
	font-size:28px;
	font-weight: 600;
}
.youshi_list .tiao{
	background:#0c59db;
	width:4em; 
	height:1px;
}
.youshi_list .jianjie{
	font-size:15px;
	line-height:35px;
	margin-bottom:1em;
}




/* 产品页banner */
.cp_banner{
	width: 100%;
}
.cp_banner img{
	max-width: 100%;
	max-height: 100%;
}
/* 关于我们 */
.about_bj{
	background: url(../images/about_con_bg.jpg);
	max-width: 100%;
	max-height: 100%;
}
/* 资质荣誉 */
.honor{
	width: 100%;
}

.honor li{
	background: #f8f8f8;
	list-style:none;
}
.honor .text{
	margin: 1rem 0;
}
.hovering  {
	color: #0c59db;
	box-shadow: 2px 2px 12px #d8dee1;
}
.news{
	width: 100%;
}</pre></body></html>