<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 Document */
*{margin: 0px;padding: 0px;}
body{min-width:1080px;background:#ffffff;background-image:url();background-repeat:repeat-x;background-position:0px 0px;margin:0px;padding:0px;text-decoration:none;font-size: 12px;font-variant:normal;font-family: "微软雅黑";}/*为部分带全站背景图准备可以将背景图或背景色部分删除掉*/
a:link,a:visited,a:hover,a:active{text-decoration:none;}
a{text-decoration: none; }
li{list-style-type:none;}
img{border:0px; }
ul,ol{list-style-type: none;list-style-image: none;}
/*清除浮动*/
.clear{clear:both;}
.main a{color:#000;}
/*页眉*/
.head{ 
    width:100%;
	height:140px;
}

.main{ 
    margin:0 auto;
    width:1080px; 
}
.main 	.newscontent a{color:#000;}
.head .top{
	width:100%;
	background-color:#eee;
	height:40px;
}
.head .top p{
	font-size:14px;
	color:#666;
	line-height:40px;
	float:left;
}
	
.head .top ul{
	float:right;
}

.head .top ul li{
	float:left;
	padding-right:10px;
	padding-left:10px;
	line-height:40px;
	position:relative;
}
.head .top ul li:after{
	content:"";
	width:1px;
	height:15px;
	position:absolute;
	top:50%;
	margin-top:-8px;
	background-color:#888;
	right:0;

}
.head .top ul li:last-child:after{
	width:0;
	height:0;
}
.head .top ul li a{
	line-height:40px;
	color:#666;
}
.head .name{ 
    float:left; 
	margin-top:15px;
}
.head .tel{ 
    float: right;
	margin-top:30px;
	background-image:url(../images/tel-bg.png);
	background-repeat:no-repeat;
	background-position:left;
	margin-right: 20px;
 
}
.head .tel p{
	font-size:14px;
	color:#666;
	line-height:20px;
	margin-left:36px;
}
.head .tel span{
	font-size:18px;
	color:#0457aa;
	line-height:20px;
	margin-left:36px;
}
.head .addr{ 
    float: right; 
	margin-top:30px;
	background-image:url(../images/addr-bg.png);
	background-repeat:no-repeat;
	background-position:left;
}
.head .addr p{
	font-size:14px;
	color:#666;
	line-height:20px;
	margin-left:36px;
}
.head .addr span{
	font-size:18px;
	color:#0457aa;
	line-height:20px;
	margin-left:36px;
}
	
.nav{
	width:100%;
	height:40px;
	background-color:#3483d2;
}

.nav ul{
	width:1080px;
	margin:0 auto;
}
.nav li{ 
    float:left; 
	width:134px;
	height:40px;
	line-height:40px;
	transition:0.5s;
	text-align:center;
}
.nav li a{ 
    font-size:16px; 
	color:#fff;
	display:block; 
}
.nav ul li:hover a{ 
	color:#fff;
	background:#2d70b3;
}
	

/*banner*/
.banner-box{ 
    width:100%; 
	margin:0 auto; 
	overflow:hidden; 
	position:relative;
}
.banner-box img{ 
    position: relative; 
	left:50%; 
	margin-left:-50%;
	width:100%;
}
.banner-btn{ 
    margin:0 auto;  
	position:absolute; 
	bottom:20px; 
	left:50%; 
	z-index:1;
}
.banner-btn li{
	border:3px solid #3483d2;
	border-radius:2px; 
	width:10px; 
	height:10px; 
	float:left; 
	margin-left:10px;
}
.banner-btn .current{ 
    background-color:#3483d2;
}

.keywords{
	width:100%;
	height:60px;
	background-color:#eee;
}
.keywords p{
	font-size:16px;
	font-weight:bold;
	line-height:60px;
	color:#000;
	float:left;
}

.keywords ul{
	width:1000px;
	float:right;
	height:60px;
}

.keywords ul li{
	line-height:60px;
	float:left;
	color:#666;
	font-size:14px;
	padding:0 10px;
	position:relative;
}
.keywords ul li a{
	color:#666;
}


.product{
	width:100%;
	height:auto;
	margin-top:40px;
}
.title{
	width:100%;
	height:70px;
	margin:0 auto;
	background-image:url(../images/title-bg.png);
	background-repeat:no-repeat;
	background-position: bottom;
}
.title p{
	text-align:center;
	font-size:24px;
	color:#3483d2;
	line-height:30px;
}
.title span{
	font-size:24px;
	color:#666;
	line-height:30px;
}

.product .list{
	margin-top: 20px;
}
.product .list ul{
	display: flex;
	justify-content: center;
}
.product .list ul li{
	float: left;
	width: 200px;
	height: 40px;
	background: #3483d2;
	margin-left: 5px;
	margin-right: 5px;
	position: relative;
}
/* .product .list ul li:after{
	content:"&gt;&gt;";
	font-size:15px;
	color:#fff;
	position:absolute;
	top:9px;
	left:10px;
} */
.product .list ul li a{
	display: flex;
	align-items: center;
	height: 40px;
	align-items: center;
	justify-content: center;
}
.product .list ul li p{
	color:#fff;
	font-size: 14px;
}
.product .list ul li:hover div{
	display: block;
}

.product .list ul li div{
	position: absolute;
	width: 100%;
	top: 40px;
	display: none;
}
.product .list ul li div ul{
	display: block;
}
.product .list ul li div li{
	float:inherit;
	width: 100%;
	margin:0;
	width: 100%;
	line-height: 40px;
	margin-top: 1px;
	/* text-indent:40px; */
	text-align:center;
	height: 40px;
	background: rgba(0,0,0,0.6);
}
.product .list ul li div li:after{
	content:"";
}

.product .list ul li div li a{
	display: block;
	font-size: 14px;
	color:#fff;
}
.product .pic{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 15px;
}
.product .pic ul {
	margin-left: -13px;
}
.product .pic ul li{
	float: left;
	width: 260px;
	height: auto;
	margin-left: 13px;
	margin-bottom: 5px;
	overflow: hidden;
}

.product .pic ul li p{
	width: 100%;
	line-height: 30px;
	text-align: center;
	color:#000000;
	font-size: 15px;
}
.product .pic ul li img{
	display: block;
	width: 260px;
	height: 208px;
}
.product .more{
	width:100%;
	height:40px;
	margin-top:30px;
	background-color:#eee;
}
.product .more:hover{
	background-color:#ccc;
	transition:0.5s;
}
.product .more:hover a{
	color:#fff;
	transition:0.5s;
}
.product .more a{
	font-size:14px;
	color:#999;
	line-height:40px;
	text-align:center;
	display:block;
	margin:0 auto;
}



.about{
	margin-top:40px;
	width:100%;
	height:460px;
	background-color:#3483d2;
	padding:40px 0;
}

.about .title{
	width:100%;
	height:70px;
	margin:0 auto;
	background-image:url(../images/title-bg02.png);
	background-repeat:no-repeat;
	background-position: bottom;
}
.about .title p{
	text-align:center;
	font-size:24px;
	color:#e4a321;
	line-height:30px;
}
.about .title span{
	font-size:24px;
	color:#fff;
	line-height:30px;
}

.about .pic{
	margin-top:20px;
	float:left;
	box-shadow: 2.5px 4.33px 8px 0px rgb( 12, 3, 7 );
}

.about .pic img{
	display:block;
}
.about .bg{
	background-color:#0474dc;
	width:500px;
	height:300px;
	position:absolute;
	margin-left:10px;
	margin-top:30px;
	z-index:-1;
}

.about .info{
	width:520px;
	height:auto;
	float:left;
	margin-top:40px;
	margin-left:40px;
}
.about .info p{
	font-size:15px;
	color:#fff;
	line-height:25px;
	text-indent:20px;
}
.about .info .more{
	width:200px;
	height:40px;
	margin-top:30px;
	background-color:#e4a321;
	float:right;
}
.about .info .more a{
	display:block;
	font-size:14px;
	color:#fff;
	line-height:40px;
	text-align:center;
}

.adv{
	width:100%;
	margin-top:30px;
	height:auto;
	overflow:hidden;
}
.adv ul{
	width:1080px;
	margin:0 auto;
	display:flex;
	justify-content:center;
}
.adv ul li{
	width:25%;
	float:left;
}
.adv ul li img{
	display:block;
	float:left;
	margin-left:60px;
}

.adv ul li span{
	font-size:18px;
	line-height:24px;
	color:#666;
	margin-top:10px;
	float:left;
	margin-left:10px;
}
.adv ul li span b{
	color:#2f88e0;
}

.case{
	width:100%;
	height:auto;
	margin-top:40px;
	overflow:hidden;
	
}
.case .show{
	width:400%;
}

.case .show{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
}
.case .box{
	width:500%;
}
.case .pic{
	float: left;
}
.case ul li {
	width:280px;
	height:210px;
	float:left;
	margin-left:10px;
}
.case ul li img{
	width:100%;
	height:180px;
	box-shadow:0.5px 0.866px 3px 0px rgb( 12, 3, 7 );
}
.case ul li:hover p{
	color:#3483d2;
}
.case ul li p{
	line-height: 30px;
	text-align: center;
	font-size: 15px;
	color:#1a1a1a;
	text-align:center;
}


.news{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-top:40px;
}
.news ul{
	margin-left:-20px;
	margin-top:10px;
}
.news ul li{
	width:510px;
	height:60px;
	margin-left:20px;
	margin-top:10px;
	background-color:#eee;
	padding:10px;
	float:left;
}
.news ul li:hover{
	background-color:#3483d2;
}
.news ul li span{
	font-size:12px;
	line-height:22px;
	color:#666;
}
.news ul li:hover span{
	color:#fff;
}
.news ul li .line{
	width:20px;
	height:2px;
	background-color:#3483d2;
}
.news ul li:hover .line{
	background-color:#fff;
}
.news ul li p{
	font-size:15px;
	color:#1a1a1a;
	line-height:40px;
}
.news ul li:hover p{
	color:#fff;
}

.footer{
	width: 100%;
	height: 400px;
	float:left;
	background-color:#1f69b2;
	margin-top:40px;
	position:relative;
}
.footer .left{
	margin-top: 65px;
	float: left;
}
.footer .left .tel{
	margin-top: 20px;
}
.footer .left ul{
	margin-top: 20px;
}
.footer .left ul li{
	width: 40px;
	height: 40px;
	float: left;
	margin-right: 20px;
}

.footer .left ul li a{
	display:block;
	width: 40px;
	height: 40px;
}
.footer  .info{
	width: 440px;
	float: left;
	margin-left: 90px;
	margin-top: 65px;
}
.footer  .info ul li{
	width: 100%;
	height: 25px;
	overflow: hidden;
	line-height: 25px;
	margin-bottom: 10px;
}
.footer  .info ul li:nth-child(1){
	background: url(../images/ico01.png);
	background-position:left;
	background-repeat:no-repeat;
}
.footer  .info ul li:nth-child(2){
	background: url(../images/ico02.png);
	background-position:left;
	background-repeat:no-repeat;
}
.footer  .info ul li:nth-child(3){
	background: url(../images/ico03.png);
	background-position:left;
	background-repeat:no-repeat;
}
.footer  .info ul li:nth-child(4){
	background: url(../images/ico04.png);
	background-position:left;
	background-repeat:no-repeat;
}

.footer  .info ul li p{
	color:#fff;
	margin-left: 35px;
	font-size: 15px;
}
.footer  .info span{
	display: block;
	color:#fff;
	font-size: 14px;
	line-height: 25px;
}
.footer  .info  a{
	color:#fff;
}
.footer .ewm{
	float: right;
	width: 140px;
	height: auto;
	overflow: hidden;
	margin-top: 58px;
}
.footer .ewm img{
	display: block;
	width: 140px;
	height: 140px;
}
.footer .ewm p{
	color:#fff;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
}
.footer  .links{
	width: 100%;
	height: 100px;
	position: absolute;
	bottom: 0;
	background:#0b2640;
}
.footer  .links p{
	color:#fff;
	font-size: 16px;
	font-weight: bold;
	float: left;
	margin-top: 20px;
}
.footer  .links ul{
	float: right;
	width: 980px;
	height: 62px;
	overflow: hidden;
	margin-top: 15px;
}
.footer  .links ul li{
	line-height: 30px;
	float: left;
	padding-right: 10px;
}
.footer  .links ul li a{
	color:#fff;
	font-size: 14px;
}

.index_newscont h5,.product h5,.news h5{text-align:center; line-height:40px; font-size:18px;}
.productimg{ text-align:center; margin:0px auto;}
.productimg img{ max-width:100%; margin:0px auto;}
.xlr_pages,.fy{width:1100px; height:24px; margin:0px auto; line-height:24px; font-size:12px; margin-top:10px; margin-bottom:10px; text-align:center;}
.xlr_pages ul{ width:1100px; margin:0px auto; height:24px;text-align:right;}
.pagelist li{  text-decoration:none; margin-right:1px;display:inline-block; border:#CCC 1px solid; padding:0px 8px;}
.thisclass{ background:#e63939; color:#FFF;}
.pagelist li select{ margin:3px;}
.pagelist li a:link,.fy a:link{ color:#000; text-decoration:none;}
.pagelist li a:visited,.fy a:visited{ color:#000; text-decoration:none;}
.pagelist li a:hover,.fy a:hover{ color:#e63939; text-decoration:none;}

/*留言*/
 .messagely{width:1100px; height:600px; /*background:#eee;*/ float:left; margin-left:80px;}
   .messagely  span{ width:100%; height:60px; line-height:60px;float:left; color:#000; text-align:center; font-size:30px;}
   .messagely p{font-size:15px; color:#999; text-align:center;}
   
   .message_left{float:left;width:260px;height:34px;line-height:34px;font-size:14px;color:#777777;text-align:left;border-color:#333333;border-style:none;clear:both; margin-top:8px; }
   .message_right{float:left;width:940px;height:24px;line-height:24px;background-color:#eeeeee;font-size:14px;color:#777777;text-align:left;padding:4px;border:1px;border-color:#aaa;border-style:dashed;}
   
   .area_message{float:left;width:940px;height:122px;line-height:24px;background-color:#eeeeee;background-image:none;font-size:14px;color:#777777;text-align:left;padding:4px;font-family:Microsoft YaHei;border:1px;border-color:#aaa;border-style:dashed;}
   
   .sub_message{float:left; width:960px;height:40px;line-height:40px;background-color:#0b2640; border-radius:5px;color:#FFFFFF;text-align:center;border:1px;border-color:transparent;margin-top:20px;}





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