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

a{
	color: #333;
}
a:hover{
	text-decoration: none;
	color: #666;
}
.clear { clear:both; height:0; font-size:0px; line-height: 0px; }
.clearfix:after{ content:"."; display:block; height:0; clear:both; visibility:hidden;}
.clearfix { zoom:1; }
.mt30 {
	margin-top: 30px;
}
.top{
	height: 35px;
	line-height: 35px;
	background-color: #303030;
	color: #999;
}
.top a{
	color: #999;
	margin: 0 5px;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
    width: 100%;
  }
  form .form-control{
	height: auto;
	line-height: 30px;
  }
  .form-horizontal .control-label{
  	padding-top: 12px;
  }
}

.navbar-brand {
  float: left;
  height: 140px;
  padding: 25px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 0;
  border: none;
}
.navbar-default {
  background-color: #fff;
}
.navbar-brand {
  color: #333;
}
.navbar-brand h1{
	margin: 15px 0 5px;
	font-size: 30px;
	font-weight: bold;
	color: #003882;
	line-height: 30px;
}
.navbar-brand h6{
	font-size: 24px;
	margin: 0;
	line-height: 30px;
}
.navbar-tel{
	height: 60px;
	background: url(../images/phone.png) no-repeat left center; 
	padding-left: 50px;
	margin-top: 40px;
}
.navbar-tel span{
	display: block;
	font-size: 16px;
	line-height: 20px;
}
.navbar-tel b{
	display: block;
	font-size: 30px;
}
.navbar-default .navbar-collapse {
  background-color: #303030;
}
.navbar-default .navbar-nav &gt; li &gt; a {
  color: #fff;
  padding: 15px 37px;
  font-size: 16px;
}
.navbar-default .navbar-nav &gt; li &gt; a:hover,
.navbar-default .navbar-nav &gt; li &gt; a:focus {
  color: #fff;
  background-color: #f00;
}
.navbar-default .navbar-nav &gt; .active &gt; a,
.navbar-default .navbar-nav &gt; .active &gt; a:hover,
.navbar-default .navbar-nav &gt; .active &gt; a:focus {
  color: #fff;
  background-color: #f00;
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 42px;
  height: 12px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
  border-radius: 0;
}
.carousel-indicators .active {
  width: 42px;
  height: 12px;
  margin: 1px;
  background-color: rgba(255, 0, 0, 0.5);
}
.keywords{
	height: 69px;
	line-height: 69px;
	border-bottom: 1px solid #cfcfcf; 
}
.keywords a{
	margin: 0 5px;
}
.title{
	margin: 30px 0;
}
.title h3{
	font-size: 30px;
	line-height: 30px;
	color: #000;
	margin: 0;
}
.title h3:after{
	content: '';
	display: block;
	width: 100px;
	height: 5px;
	margin: 30px auto 0;
	background-color: #c00;
}
.product-item a,
.product-item2 a{
	margin-bottom: 30px;
	border: 1px solid #dfdfdf;
	position: relative;
}
.product-item img{
	width: 100%;
	height: 270px;
}
.product-item h4{
	margin: 10px 0;
	font-size: 16px;
	line-height: 30px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.product-menu li{
	display: inline-block;
	margin: 10px 20px;
}
.product-item2 img{
	width: 100%;
	height: 200px;
}
.product-item2 a div{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40px;
	background-color: rgba(0,0,0,0.6);
	overflow: hidden;
	color: #fff;
	transition: all 0.5s;
}
.product-item2 a div h4{
	font-size: 16px;
	margin: 0;
	line-height: 40px;
}
.product-item2 a div b{
	display: block;
	margin-bottom: 15px;
}
.product-item2 a:hover div{
	height: 100%;
	padding-top: 40px;
}
.about,
.case{
	padding: 30px 0;
	background-color: #f0f0f0;
}
.about-con h5{
	font-size: 18px;
	color: #004ea2;
	font-weight: bold;
}
.about-con p{
	line-height: 30px;
}
.about-con h5.title-about{
	border-top: 1px dashed #666; 
	margin-top: 20px;
	padding-top: 20px;
}
.news-item{
	height: 50px;
	line-height: 50px;
	background: url(../images/tb2.gif) no-repeat left center;
	padding-left: 12px; 
	border-bottom: 1px dotted #ccc; 
}
.news-item a {width:70%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:left;}

.case-item{
	margin-top: 30px;
}
.case-item img{
	width: 100%;
	height: 240px;
}
.case-item h4{
	line-height: 30px;
	margin: 10px 0 0;
	font-size: 14px;
}
.link{
	background-color: #1c1c1c;
	color: #666;
	line-height: 30px;
	padding: 10px 0;
}
.link a{
	color: #666;
	margin: 0 5px;
}
.footer{
	background-color: #201f21;
	color: #fff;
	padding: 30px 0;
}
.footer a {color:#fff;}
.position{
	background-color: #f3f3f3;
	padding: 10px 0;
	border-bottom: 1px solid #e6e6e6;
}
.position a{
	margin: 0 10px;
}
.content-title{
	font-size: 30px;
	font-weight: bold;
	margin: 30px 0;
}
.content,
.content-contact{
	line-height: 36px;
	font-size: 16px;
}
.content img{
	display: block;
	max-width: 100%;
	width: auto !important;
	height: auto !important;
	margin:5px auto;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination &gt; li {
  display: inline;
}
.pagination &gt; li &gt; a,
.pagination &gt; li &gt; span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #333;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination &gt; li &gt; a:hover,
.pagination &gt; li &gt; span:hover,
.pagination &gt; li &gt; a:focus,
.pagination &gt; li &gt; span:focus {
  z-index: 2;
  color: #fff;
  background-color: #f00;
  border-color: #f00;
}
.pagination &gt; .active &gt; a,
.pagination &gt; .active &gt; span,
.pagination &gt; .active &gt; a:hover,
.pagination &gt; .active &gt; span:hover,
.pagination &gt; .active &gt; a:focus,
.pagination &gt; .active &gt; span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #f00;
  border-color: #f00;
}
.content-info{
	margin: 30px 0;
	padding-bottom: 20px;
	border-bottom: 1px dotted #ccc; 
}
.content-info span{
	margin: 0 10px;
}
.sidebar h3{
	height: 60px;
	line-height: 60px;
	background-color: #f00;
	text-align: center;
	color: #fff;
	font-size: 20px;
	margin: 0;
}
.sidebar ul{
	background-color: #f3f3f3;
}
.sidebar ul li{
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #fff; 
}
.sidebar ul li a{
	display: block;
	height: 50px;
	line-height: 50px;
	padding: 0 50px;
	font-size: 16px;
}
.sidebar ul li a:hover{
	background-color: #666;
	color: #fff;
}
.product-content img{
	width: 100%;
	border: 1px solid #e4e4e4;
}
.product-content h2{
	margin: 10px 0;
	font-size: 24px;
	font-weight: bold;
	border-bottom: 1px dotted #ccc; 
	padding-bottom: 20px;
}
.product-content span{
	display: block;
	border-bottom: 1px dotted #ccc; 
	padding-bottom: 20px;
	font-size: 16px;
	margin: 20px 0;
}
.product-content b{
	font-size: 30px;
	color: #b10026;
	font-weight: normal;
	margin-top: 20px;
}
.product-content-title{
	height: 50px;
	line-height: 50px;
	border-bottom: 2px solid #f1f1f1;
	margin: 30px 0;
}
.product-content-title span{
	display: block;
	width: 200px;
	height: 50px;
	background-color: #515151;
	font-size: 18px;
	color: #fff;
}
.btn-tj,
.btn-cz{
	padding: 12px 30px;
	font-size: 16px;
	background-color: #e20000;
	color: #fff;
}
.btn-cz{
	background-color: #434343;
}
.btn-tj:hover,
.btn-cz:hover{
	color: #fff;
}
.adv{
	padding: 146px 0 40px;
	background: url(../images/6youshi1.jpg) no-repeat top center; 
}
.adv .row{
	margin-top: 60px;
}
.adv-item{
	position: relative;
	margin-top: 20px;
	min-height: 90px;
	padding-left: 60px;
}
.adv-item span{
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 50px;
	height: 80px;
	padding-top: 10px;
	line-height: 70px;
	font-size: 36px;
	background: url(../images/adv_num.png) no-repeat left top;
	color: #fff;
	font-weight: bold;
	text-align: center; 
}
.adv-item h3 {
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 10px;
	padding: 10px 0 20px;
	color: #0054af;
	background: url(../images/adv_line.png) repeat-x bottom left; 
}

.show_relpro {margin-top:30px;}
.show_rel_tit {position:relative;padding-left:15px;}
.show_rel_tit::before {content:'';position:absolute;top:0;left:0;height:100%;width:5px;background-color:#c00;}
.show_relpro ul {margin:0;padding:0;list-style:none;}
.show_relpro ul li {margin-top:15px;}
.show_relpro ul li img {width:100%;height:200px;}
.show_relpro ul li h6 {font-size:15px;}


.show_rel {margin-bottom:30px;margin-top:20px;}




@media (max-width: 1199px) {
	.navbar-default .navbar-nav &gt; li &gt; a {padding: 15px 35px;}
	.show_relpro ul li img {height:160px;}
}
@media (max-width: 991px) {
	.navbar-default .navbar-nav &gt; li &gt; a {padding:15px 18px;}
	.show_relpro ul li img {height:260px;}
}
@media (max-width: 767px) {
  .navbar-brand {
	  float: left;
	  height: 50px;
	  padding: 5px 15px;
	  font-size: 18px;
	  line-height: 20px;
	}
  .navbar-brand img{
  	height: 40px;
  }
  .navbar-left {
  	float: left;
  }
  .navbar-brand h1{
  	font-size: 16px;
  	margin: 0;
  	line-height: 20px;
  }
  .navbar-brand h6{
  	font-size: 14px;
  	margin: 0;
  	line-height: 20px;
  }
  .product-item img,
  .case-item img {
  	height: auto;
  }
  .content-title{
  	font-size: 20px;
  }
  .content-info span{
  	display: block;
  	margin: 10px 0;
  }
  .product-item2 img{
	width: 100%;
	height: auto;
  }
  .btn-tj,
  .btn-cz{
	padding: 12px 30px;
	font-size: 16px;
	color: #fff;
  }
	.show_relpro ul li img {height:auto;}
}</pre></body></html>