<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 */
*{list-style:none;outline:none;font-family:"微软雅黑",arial;border:none;color:#333;padding:0;margin:0;box-sizing:border-box}
ul{padding:0;margin:0}
h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:0}
.fl{float:left;}
.fr{float:right;}
.bg-f5{background-color:#f5f5f5;}
/*******************************************首页********************************************/
/***************** head*****************/
.header{
	position:absolute;
	top:0;
	right:0;
}
.index-head .logo-box{
	width:100%;
	z-index:999;
}
.logo-box{position:relative;}
.logo-pic{	
	float:left;
	display:block;
	width:60px;
}
.logo-pic img{
	display:block;
	width:100%;
	padding:18px 0 19px;
}
.logo-tit{	
	float:left;
	margin-left:10px;
	padding-top:25px;
}
.logo-tit h1{
	font-size:22px;
	line-height:1;
	color:#000;
	margin-bottom:10px;
}
.logo-tit h2{
	font-size:17px;
	line-height:1;
	color:#666;
}
.nav-box{
	float:right;
	width:calc(100% - 500px);
}
.nav-box li{
	float:left;
	width:calc(100% / 7);
	text-align:center;
}
.nav-box li a{
	display:block;
	padding:0;
	width:100%;
	height:100px;
	font-size:16px;
	line-height:100px;
	position:relative;
}
.nav-box li:hover a,
.nav-box li.on-top a{
	background-color:#3488ea;
	color:#fff;
}
@media (max-width:1499px){
	.nav-box{width:calc(100% - 450px);}
}
@media (max-width: 1259px) {
	.nav-box{width:calc(100% - 380px);}
	.nav-box li a{
		font-size:15px;
	}
	
	.logo-tit h1 {
	  font-size: 14px;
	  line-height: 1;
	  color: #000;
	  margin-bottom: 10px;
	}
	.logo-tit h2 {
	  font-size: 12px;
	  line-height: 1;
	  color: #666;
	}
	
	
}
@media (max-width: 991px) {
	.logo-tit{display:block;}
	.nav-box{width:calc(100% - 100px);}
	.nav-box li a{font-size:15px;}
	
	
	
	.logo-pic{
		float:left;
		display:block;
		width:50px;
	}
	
	.logo-tit {
	  float: left;
	  margin-left: 10px;
	  padding-top: 20px;
	}
	
	.logo-tit h1 {
	  font-size: 14px;
	  line-height: 1;
	  color: #000;
	  margin-bottom: 10px;
	}
	.logo-tit h2 {
	  font-size: 12px;
	  line-height: 1;
	  color: #666;
	}
	
}
@media (max-width: 760px) {
	.nav-box{display:none;}
	.logo-pic img{padding:10px 0;}
	
	.logo-tit {
	  float: left;
	  margin-left: 10px;
	  padding-top: 20px;
	}
	
	.logo-tit h1 {
	  font-size: 14px;
	  line-height: 1;
	  color: #000;
	  margin-bottom: 10px;
	}
	.logo-tit h2 {
	  font-size: 12px;
	  line-height: 1;
	  color: #666;
	}
	
	
}
/***************** banner*****************/
/*--- banner001 slider-css --*/
.slider {
	position: relative;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }
.rslides img {
  display: block;
  height: auto;
  float: left;
  width:100%;
  border: 0;
  }
.callbacks_tabs{
	position: absolute;
	bottom:5%;
	z-index:100;
	left:50%;
	margin-left:-42px;
}
.callbacks_tabs li{
	display:inline-block;
}

.callbacks_tabs li a{
	visibility: visible;
	font-size:0;
	height: 12px;
	width: 12px;	
	display:block;
	background:rgba(255,255,255,.5);
	border-radius:50%;
	margin:0 8px;
}
.callbacks_tabs li a:hover,
.callbacks_tabs .callbacks_here a{
	background:#3488ea;
}
.callbacks_tabs a{
	visibility:hidden;
}
.sub-banner img{
	display:block;
	width:100%;
}

@media(max-width:640px){
	.callbacks_tabs{
		margin-left:-27px;
		bottom:10px;
	}
	.callbacks_tabs li a{
		height: 10px;
		width: 10px;
		margin:0 4px;
	}	
}
/********首页标题**************/
.index-tit{
	height:189px;
	padding-left:35px;
	margin-bottom:20px;
}
.index-tit-cn{
	font-size:40px;
	line-height:40px;
	font-weight:bold;
	padding:70px 0 15px;
}
.index-tit-en{
	font-size:14px;
	line-height:14px;
	letter-spacing:1px 
}
.index-tit01 h1,.index-tit01 h2{
	display:block;
	color:#3488ea;
}
.index-tit02 h1,.index-tit02 h2{
	display:block;
	color:#fff;
}
.index-tit01{
	background:url(../images/index_tit_line01.png) no-repeat left bottom;
}
.index-tit02{
	background:url(../images/index_tit_line02.png) no-repeat left bottom;
}
.index-tit03{
	background:none;
	height:auto;
	margin-bottom:50px;
}
@media (max-width:1259px) {
	.index-tit{
		height:120px;
		margin-bottom:15px;
	}
	.index-tit-cn{
		font-size:34px;
		line-height:34px;
		padding:35px 0 15px;
	}
	.index-tit-en{
		font-size:13px;
		line-height:13px;
		letter-spacing:0; 
	}
}
@media (max-width: 991px) {
	.index-tit{
		height:100px;
	}
	.index-tit-cn{
		font-size:30px;
		line-height:30px;
		padding:25px 0 15px;
	}
}
@media (max-width:600px) {
	.index-tit{
		height:80px;
		margin-bottom:15px
	}
	.index-tit-cn{
		font-size:25px;
		line-height:25px;
		padding:20px 0 10px;
	}
	.index-tit-en{
		font-size:12px;
		line-height:12px;
	}
}	
/***********index-more************/
.index-more{
	display:block;
	width:160px;
	height:44px;
	line-height:44px;
	padding-left:25px;
	background:#3488ea;
	font-size:17px;
	color:#fff;
}
.index-more img{
	padding-left:10px;
	transition: all 0.4s ease 0s; 
}

.index-more:hover img{
	padding-left:20px;
}
@media (max-width:1259px){
	.index-more{font-size:16px;}
}
@media (max-width:991px){
	.index-more{
		width:150px;
		height:44px;
		line-height:44px;
		padding-left:25px;
		font-size:15px;
	}
}
@media (max-width:767px){
	.index-more{
		width:140px;
		height:38px;
		line-height:38px;
		padding-left:20px;
		font-size:15px;
	}
}
@media (max-width:560px){
	.index-more{
		width:130px;
		height:32px;
		line-height:32px;
		padding-left:15px;
		font-size:14px;
	}
}
/***********三大块************/
.index-intro{padding:60px 0;}
.index-intro-list li{
	float:left;
	width:32%;
	box-shadow:0 1px 10px 2px rgba(0,0,0,.1);
	transition:.5s;
	padding:50px;
	border-radius:4px;
}
.index-intro-list li:nth-of-type(2){margin-left:2%;margin-right:2%;}
.inin-icon{
	width:60px;
	height:60px;
	margin:0 auto;
}
.inin-icon1{background:url(../images/icon0101.png) no-repeat center;}
.inin-icon2{background:url(../images/icon0201.png) no-repeat center;}
.inin-icon3{background:url(../images/icon0301.png) no-repeat center;}
.index-intro-list li h1{
	font-size:18px;
	font-weight:bold;
	line-height:1;
	padding-bottom:20px;
	text-align: center;
	position:relative;
	margin:20px auto;
}
.index-intro-list li h1:after{
	content:"";
	display:block;
	width:24px;
	height:2px;
	background:#3488ea;
	position:absolute;
	bottom:0;
	left:50%;
	margin-left:-12px;
}
.index-intro-list li span{
	display:block;
	font-size:14px;
	line-height:24px;
	height:72px;
	color:#666;
	text-align:center;
}



.index-intro-list li:hover{background:#3488ea;}
.index-intro-list li:hover .inin-icon1{background:url(../images/icon0102.png) no-repeat center;}
.index-intro-list li:hover .inin-icon2{background:url(../images/icon0202.png) no-repeat center;}
.index-intro-list li:hover .inin-icon3{background:url(../images/icon0302.png) no-repeat center;}
.index-intro-list li:hover h1,
.index-intro-list li:hover span{color:#fff;}
.index-intro-list li:hover h1:after{background:#fff;}
@media (max-width:1259px){
	.index-intro-list li{padding:30px;}
	.index-intro-list li span{height:96px;}

}
@media (max-width:991px){
	.index-intro-list li{padding:20px;}
	.index-intro-list li span{height:120px;}
}
@media (max-width:767px){
	.index-intro{padding:40px 0;}
	.index-intro-list li{
		float:none;
		width:100%;
	}
	.index-intro-list li:nth-of-type(2){margin:20px 0;}
	.index-intro-list li span{height:auto;}
}
@media (max-width:600px){
	
}


/****************关于**********************/
.index-about{
	background:#f5f5f5;
	overflow: hidden;
}
.index-about .container{position:relative;}
.index-about-img{
	position:relative;
	left:-250px;
}
.index-about-box{
	position:absolute;
	right:15px;
	top:0;
	width:calc(100% - 420px);
}
.index-about-info{padding-left:35px;}
.index-about-info span{
	display:block;
	font-size:16px;
	line-height:26px;
	text-indent: 2em;
}
.index-about .index-more{
	float:right;
	margin-top:40px;
}

@media (max-width:1499px){
	.index-about-box{
		width:calc(100% - 200px);
	}
	.index-about-img{
		left:-480px;
	}
}
@media (max-width:1259px){
	.index-about-info span{
		font-size:15px;
		line-height:25px;
	}
	.index-about .index-more{
		margin-top:35px;
	}
}
@media (max-width:991px){
	.index-about-box{
		width:calc(100% - 200px);
	}
	.index-about-img{
		left:0px;
	}
	.index-about .index-more{margin-top:35px}
}
@media (max-width:767px){
	.index-about-img{
		display:block;
	}
	.index-about-box{
		position:static;
		width:100%;
		padding-bottom:40px;
	}
	.index-about-info span{
		font-size:14px;
		line-height:24px;
	}
}
@media (max-width:600px){
	.index-about-info{padding-left:0;}
}
/***************产品中心***********************/
.index-pro{
	padding-bottom:60px;
	background:url(../images/index_pro_bg.jpg) no-repeat center;
	background-size:cover;
}
.index-pro-box{
	width:1180px;
	margin:0 auto;
}
.index-pro-nav{
	text-align:center;
}
.index-pro-nav li{
	display:inline-block;
	width:140px;;
	height:44px;
	margin:10px;
	border:1px solid #fff;
	font-size:16px;
	line-height:42px;
	text-align:center;
	cursor:pointer;
	border-radius:2px;
}
.index-pro-nav li a{
	display:block;
	width:100%;
	height:100%;
	color:#fff;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow:hidden;
}
.index-pro-nav li:last-of-type{margin-right:0;}
.index-pro-nav li:hover{
	background-color:#3488ea;
	border:1px solid #3488ea;
	color:#fff;
}

.index-pro-list li{
	float:left;
	width:20.5%;
	margin-right:6%;
	margin-top:40px;
	border:1px solid #fff;
	padding:5px;
}
.index-pro-list li:nth-of-type(4n){margin-right:0;}

.index-pro-list li a,
.index-pro-list li img{
	display:block;
	width:100%;
	position:relative;
}
.index-pro-list li span{
	display:block;
	width:100%;
	height:30px;
	font-size:16px;
	line-height:30px;
	color:#fff;
	background-color:rgba(0,0,0,.5);
	text-align:center;
	position:absolute;
	bottom:0;
	left:0;
	padding:0 2px;
	overflow:hidden;
	white-space: nowrap;
  text-overflow: ellipsis;
}
.index-pro-list li:hover{
	border:1px solid #3488ea;
}
.index-pro .index-more{
	margin:50px auto 0;
}
@media (max-width:1499px){
	.index-pro-box{
		width:1100px;
	}
	.index-pro-list li{
		width:22%;
		margin-right:4%;
	}
}
@media (max-width:1259px){
	.index-pro{padding-bottom:60px;}
	.index-pro-box{
		width:880px;
	}
	.index-pro-list li{
		width:23.5%;
		margin-right:2%;
	}
	.index-pro-nav li{
		font-size:15px;
	}
	.index-pro-list li{
		padding:3px;
	}
	.index-pro-list li span{font-size:14px;}
}
@media (max-width:991px){
	.index-pro-box{
		width:100%;
	}
	.index-pro-nav li{font-size:14px;}
}
@media (max-width:767px){
	.index-pro{padding-bottom:40px;}
	.index-pro-list li{
		width:32%;
		margin-right:0;
		margin-top:30px;
	}
	.index-pro-list li:nth-of-type(3n-1){margin-left:2%;margin-right:2%;}

}

@media (max-width:560px){
	.index-pro-nav li{
		width:105px;
		height:32px;
		margin:5px 2px;
		font-size:13px;
		line-height:30px;
	}
	.index-pro-list li{
		width:48%;
		margin-top:20px;
	}
	.index-pro-list li:nth-of-type(3n-1){margin-left:0;margin-right:0;}
	.index-pro-list li:nth-of-type(2n){margin-left:4%}
	.index-pro .index-more{
		margin-top:40px;
	}
}
@media (max-width:480px){
	.index-pro-list li{
		padding:2px;
	}
}
/****************新闻**********************/
.index-news{padding-bottom:60px;}
.index-news-list li{
	float:left;
	width:calc(100% / 3);
	padding:0 1%;
}
.index-news-pic,
.index-news-pic img{
	display:block;
	width:100%;
}

.index-news-tit{
	font-size:22px;
	line-height:22px;
	height:22px;
	margin:20px 0 15px;
	color:#666;
	overflow:hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.index-news-date{
	font-size:12px;
	line-height:12px;
	padding-bottom:15px;
	margin-bottom:10px;
	border-bottom:1px solid #d7d7d7;
	position:relative;
	overflow:hidden;
}
.index-news-date:before{
	content:"";
	position:absolute;
	width:100%;
	height:1px;
	border:1px solid #3488ea;
	left:-100%;
	bottom:0;
	transition: all 0.4s ease 0s; 
}
.index-news-des{
	font-size:16px;
	line-height:30px;
	height:90px;
	overflow:hidden;
	color:#666;
}
.index-news-list li:hover .index-news-date:before{
	left:0;
}
.index-article-list {margin-top:30px;}
.index-article-list li{
	float:left;
	width:calc(100% / 3);
	height:30px;
	padding:0 1%;
}
.index-article-list li a{display:block;}
.inar-tit{
	float:left;
	width:calc(100% - 80px);
	font-size:15px;
	line-height:30px;
	height:30px;
	color:#666;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.inar-time{
	float:right;
	font-size:12px;
	line-height:30px;
	color:#999;
}
.index-article-list li :hover .inar-tit{color:#3488ea;}
@media (max-width:1259px){
	.index-news-tit{
		font-size:18px;
		line-height:18px;
		height:18;
		margin:20px 0 15px;
	}
	.index-news-date{
		padding-bottom:15px;
	}
	.index-news-des{
		font-size:15px;
		line-height:25px;
		height:75px;
	}
}
@media (max-width:991px){

	.index-news-tit{
		font-size:16px;
		line-height:16px;
		height:16;
		margin:15px 0 5px;
	}
	.index-news-date{
		padding-bottom:15px;
	}
	.index-news-des{
		font-size:14px;
	}
}
@media (max-width:767px){
	.index-news{padding-bottom:40px;}
	.index-news-list li,.index-article-list li{
		width:50%;
	}
	.index-news-list li:last-of-type{display:none;}
}
@media (max-width:500px){
	.index-news-list li{
		width:100%;
	}
	.index-news-list li:first-of-type{margin-bottom:30px;}
	.index-article-list {display:none}
}

/****************foot**********************/
.index-foot{
	padding:60px 0;
	background:#2d2d2d;
}
.index-foot-logo{
	float:left;
	width:550px;
	padding-right:250px;
}

.inft-logo img{
	display:block;
	float:left;
}
.inft-logo-tit{
	float:left;
	margin-left:6px;
	padding-top:7px;
} 
.inft-logo-tit h1{
	font-size:18px;
	line-height:1;
	color:#fff;
	margin-bottom:6px;
}
.inft-logo-tit h2{
	font-size:14px;
	line-height:1;
	color:#999;
}
.inft-major{
	margin-top:15px;
	margin-bottom:20px;
}
.inft-major,
.inft-major a{
	font-size:14px;
	line-height:24px;
	color:#999;
}
.inft-copy,
.inft-beian a{
	font-size:13px;
	line-height:20px;
	color:#999;
	display:block;
}

.index-foot-nav{
	float:left;
	width:300px;
}
.index-foot-pro{
	float:left;
	width:300px;
}
.index-foot-add{
	float:right;

}
.inft-tit{
	font-size:16px;
	line-height:20px;
	margin-bottom:30px;
	font-weight:bold;
	color:#ebebeb;
}
.index-foot-pro a,
.index-foot-nav a,
.index-foot-add span{
	display:block;
	width:100%;
	font-size:14px;
	line-height:30px;
	color:#bbb;
}
.index-foot-nav a:hover,
.index-foot-pro a:hover{
	color:#fff;
}
.index-foot-link{
	padding:10px 0;
	background-color:#f2f2f2;
}
.index-foot-link p{margin-bottom:0;}
.index-foot-link span,
.index-foot-link a{
	display:inline-block;
	font-size:14px;
	color:#999;
	margin-right:5px;
}

.index-foot-link a:hover{
	color:#666;
}
.inft-link-le{
	float:left;
	width:calc(100% - 150px);
}
.inft-link-ri{float:right;}
.sub-foot{background-color:#3d5059;}
.sub-foot .inft-major,
.sub-foot .inft-major a,
.sub-foot .inft-copy,
.sub-foot .inft-tit,
.sub-foot .index-foot-pro a,
.sub-foot .index-foot-nav a,
.sub-foot .index-foot-add span{color:#ddd;}
.sub-foot .inft-major a:hover,
.sub-foot .index-foot-pro a:hover,
.sub-foot .index-foot-nav a:hover{color:#fff;}
@media(max-width:1259px){
	.index-foot-logo{width:330px;padding-right:60px;}
	.index-foot-pro{width:270px;}
	.index-foot-nav{width:140px;}
	.index-foot-add{width:200px;}
}
@media(max-width:991px){
	.index-foot{padding:30px 0;}
	.index-foot-pro,
	.index-foot-nav{
		display:none;
	}
}
@media(max-width:767px){
	.index-foot-add,
	.index-foot-link{
		display:none;
	}
	.index-foot-logo,
	.inft-major{width:100%;padding:0;}
	.inft-major {margin-bottom:0;}
}
@media(max-width:480px){
	.index-foot{padding:20px 0;}
}
/*******************************************内页********************************************/
.main{padding:50px 0;}
.inner-pro-info,
.inner-pro-info p,
.inner-pro-info a,
.inner-news-info,
.inner-news-info p,
.inner-news-info a,
.sub-page-box,
.sub-page-box p,
.sub-page-box a{
	font-size:15px;
	line-height:25px;
	color:#555;
}
.inner-pro-info img,.inner-news-info img,.sub-page-box img{max-width:100%;}
@media(max-width:767px){
	.main{padding:30px 0;}
}
/**********内页标题***********/
.sub-tit{
	margin:0 auto 50px;
}
.sub-tit-cn{
	display:block;
	font-size:40px;
	line-height:40px;
	font-weight:bold;
	margin-bottom:10px;
	color:#3488ea;
	text-align:center;
}
.sub-tit-en{
	display:block;
	font-size:14px;
	line-height:14px;
	letter-spacing:1px;
	color:#999;
	text-align:center;
}
@media (max-width:1499px) {
	.sub-tit{margin:0 auto 40px;}
}
@media (max-width:1259px) {
	.sub-tit{margin:0 auto 30px;}
	.sub-tit-cn{
		font-size:34px;
		line-height:34px;
	}
	.sub-tit-en{
		font-size:13px;
		line-height:13px;
		letter-spacing:0; 
	}
}
@media (max-width: 991px) {
	.sub-tit{margin:0 auto 25px;}
	.sub-tit-cn{
		font-size:30px;
		line-height:30px;
	}
}
@media (max-width:600px) {
	.sub-tit-cn{
		font-size:25px;
		line-height:25px;
	}
	.sub-tit-en{
		font-size:12px;
		line-height:12px;
	}
}	

/**********产品列表 ***************/
.sub-pro-box{
	padding:10px;
	background-color:#fff;
	border-top:6px solid #dfdfdf;
	position:relative;
	min-height:650px;
}
.sub-pro-box:before{
	content:"";
	width:180px;
	height:6px;
	background-color:#3488ea;
	position:absolute;
	top:-6px;
	left:50%;
	margin-left:-90px;
}
.sub-pro-border{
	border:1px solid #e7e7e7;
	position:relative;
	padding:10px;
}
.sub-pro-left{
	position:absolute;
	width:250px;
	height:100%;
	border-right:1px solid #e7e7e7;
	top:0;
	left:0;
}
.sub-pro-left li{
	width:100%;
	height:60px;
	line-height:60px;
	font-size:18px;
	color:#3488ea;
	text-align:center;
	margin-bottom:10px;
	background-color:#f5f5f5;
	border-left:3px solid #3488ea;
}
.sub-pro-left li.active,
.sub-pro-left li:hover{
	background-color:#3488ea;
}
.sub-pro-left li.active a,
.sub-pro-left li:hover a{
	color:#fff;
}
.sub-pro-right{
	float:right;
	width:calc(100% - 300px);
}
.sub-pro-list li{
	float:left;
	width:23.5%;
	margin-right:2%;
	margin-bottom:40px;
}
.sub-pro-list li:nth-of-type(4n){margin-right:0;}
.sub-pro-img{
	border:1px solid #3488ea;
	border-bottom:0;
	padding:2px;
}
.sub-pro-img img{
	display:block;
	width:100%;
}
.sub-pro-tit{
	display:block;
	width:100%;
	height:42px;
	border:1px solid #3488ea;
	font-size:16px;
	line-height:40px;
	padding:0 2px;
	color:#3488ea;
	font-weight:bold;
	text-align:center;
	overflow:hidden;
	white-space: nowrap;
  text-overflow: ellipsis;
}
.sub-pro-list li:hover .sub-pro-tit{
	background-color:#3488ea;
	color:#fff;
}
@media (max-width:1499px){
	.sub-pro-right{
		width:calc(100% - 270px);
	}
	.sub-pro-tit{
		font-size:15px;
	}
}
@media (max-width:1259px){
	.sub-pro-left{
		width:200px;
	}
	.sub-pro-left li{
		height:50px;
		line-height:50px;
		font-size:16px;
	}
	.sub-pro-right{
		width:calc(100% - 210px);
	}
	.sub-pro-tit{
		font-size:14px;
		font-weight:normal;
	}
}
@media (max-width:991px){
	.sub-pro-border{
		border:0;
		padding:0 0 20px 0;
	}
	.sub-pro-left{
		position:static;
		width:100%;
		margin:20px 0 30px;
		border-right:0;
	}
	.sub-pro-right{
		width:100%;
	}
  .sub-pro-left {text-align:center}
	.sub-pro-left li{
		display:inline-block;
		width:120px;      	
		height:30px;
		font-size:14px;
		line-height:30px;
		margin:0 10px 10px;
		border-left:0;
	}
  .sub-pro-left li a{display:block;width:100%;height:100%;padding:0 5px;}
  .sub-pro-list{margin-bottom:30px;}
}
@media (max-width:767px){
	.sub-pro-left{
		margin:20px 0 20px;
	}

	.sub-pro-list li{
		width:48%;
		margin-right:2%;
	}
  .sub-pro-list li:nth-of-type(2n){margin-right:0}
}
@media (max-width:500px){
	.sub-pro-box:before{
		content:"";
		width:100px;
		height:6px;
		margin-left:-50px;
	}
	.sub-pro-left li{
		width:110px;
		margin:0 5px 5px;
	}
	.sub-pro-list li{margin-bottom:20px;}
	.sub-pro-tit{
		font-size:13px;
		height:32px;
		line-height:30px;
	}
}
/*********新闻列表 ***************/
.sub-news-list li{
	float:left;
	width:30%;
	margin-bottom:60px;
}
.sub-news-list li:nth-of-type(3n-1){
	margin-right:5%;
	margin-left:5%;
}

.sub-news-date{
	padding-bottom:10px;
	margin-bottom:15px;
	border-bottom:1px solid #ddd;
}
.sub-news-d{
	display:block;
	float:left;
	font-size:18px;
	line-height:18px;
	font-weight:bold;
}
.sub-news-y{
	display:block;
	float:right;
	font-size:16px;
	line-height:16px;
	font-weight:bold;
}
.sub-news-tit{
	font-size:20px;
	line-height:20px;
	height:20px;
	font-weight:bold;
	margin-bottom:10px;
	overflow:hidden;
	white-space: nowrap;
  text-overflow: ellipsis;
}
.sub-news-des{
	font-size:15px;
	line-height:25px;
	height:75px;
	overflow:hidden;
	color:#666;
}
.sub-news-more{
	display:block;
	float:right;
	width:60px;
	height:28px;
	border:1px solid #666;
	background:url(../images/arrow02.png) no-repeat center;
	margin-top:20px;
}
.sub-news-list li:hover .sub-news-more{
	background:#3488ea url(../images/arrow01.png) no-repeat center;
	border:1px solid #3488ea;
}
.sub-news-list li:hover .sub-news-tit{
	color:#3488ea;
}
@media (max-width:1499px){

}

@media (max-width:1259px){
	.sub-news-tit{
		font-size:18px;
		line-height:18px;
		height:18px;
		
	}
}
@media (max-width:991px){
	.sub-news-list li{
		width:45%;
	}
	.sub-news-list li:nth-of-type(3n-1){
		margin-right:0;
		margin-left:0;
	}
	.sub-news-list li:nth-of-type(2n){
		margin-left:10%;
	}
}
@media (max-width:767px){
	.sub-news-list li{
		width:48%;
	}
	.sub-news-list li:nth-of-type(2n){
		margin-left:4%;
	}
}
@media (max-width:560px){
	.sub-news-list li{
		width:100%;
	}
	.sub-news-list li:nth-of-type(2n){
		margin-left:0;
	}

}
/*********联系我们 **************/
.sub-contact-list li{
	float:left;
	width:32%;
	margin-top:50px;
	padding-left:80px;
}
.sub-contact-list li:nth-of-type(3n-1){
	margin-left:2%;
	margin-right:2%;
}
.sub-contact-li01{background:url(../images/cont_icon01.png) no-repeat left center;}
.sub-contact-li02{background:url(../images/cont_icon02.png) no-repeat left center;}
.sub-contact-li03{background:url(../images/cont_icon03.png) no-repeat left center;}
.sub-contact-li04{background:url(../images/cont_icon04.png) no-repeat left center;}
.sub-contact-li05{background:url(../images/cont_icon05.png) no-repeat left center;}
.sub-contact-li06{background:url(../images/cont_icon06.png) no-repeat left center;}
.sub-contact-tit{
	font-size:20px;
	line-height:20px;
	font-weight:bold;
}
.sub-contact-des{
	display:inline-block;
	font-size:16px;
	line-height:24px;
	color:#666;
	padding-top:10px;
	margin-top:13px;
	border-top:1px solid #ddd;
}
@media (max-width:991px){
	.sub-contact-list li{
		background-size:50px;
		padding-left:60px;
		
	}
	.sub-contact-tit{
		font-size:18px;
		line-height:18px;
	}
	.sub-contact-des{
		font-size:15px;
		line-height:20px;
		padding-top:8px;
		margin-top:10px;
	}
}
@media (max-width:767px){
	.sub-contact-list li{
		width:49%
	}
	.sub-contact-list li:nth-of-type(3n-1){
		margin-left:0;
		margin-right:0;
	}
	.sub-contact-list li:nth-of-type(2n){margin-left:2%;}
}
@media (max-width:500px){
	.sub-contact-list li{
		width:100%
	}
	.sub-contact-list li:nth-of-type(2n){margin-left:0;}
}

/*********客户反馈***************/
.sub-fed-left{
	float:left;
	width:30%;
}
.sub-fed-right{
	float:right;
	width:60%;
}
.sub-fed-left input{
	display:block;
	width:100%;
	height:50px;
	line-height:48px;
	padding:0 20px;
	margin-bottom:10px;
	font-size:15px;
	border:1px solid #ddd;
	background-color:#f6f6f6;
}
.sub-fed-right textarea{
	display:block;
	width:100%;
	height:170px;
	padding:15px 20px;
	margin-bottom:10px;
	font-size:15px;
	border:1px solid #ddd;
	background-color:#f6f6f6;
}
.sub-fed-submit{
	display:block;
	width:400px;
	height:50px;
	border:1px solid #3488ea;
	font-size:16px;
	line-height:48px;	
	color:#fff;
	background-color:#3488ea;
	text-align:center;
	margin-top:30px;
}
.sub-fed-submit:hover{
	color:#3488ea;
	background-color:#f6f6f6;
}
@media (max-width:991px){
	.sub-fed-left{
		width:40%;
	}
	.sub-fed-right{
		float:right;
		width:55%;
	}
	.sub-fed-left input{
		height:40px;
		line-height:40px;
		padding:0 15px;
		font-size:14px;
	}
	.sub-fed-right textarea{
		height:140px;
		padding:15px;
		font-size:14px;
	}
	.sub-fed-submit{
		width:200px;
		height:34px;
		font-size:14px;
		line-height:32px;	
		margin-top:20px;
	}
}

@media (max-width:600px){
	.sub-fed-left,
	.sub-fed-right{
		float:none;
		width:100%;
	}
	.sub-fed-submit{
		width:100%;
	}

}
/*********产品详情***************/
.sub-pro-box02{border-top:0;}
.sub-pro-box.sub-pro-box02:before{display:none;}
.inner-pro-info{padding:30px 0;}

.inner-pro-tit{
	font-size:20px;
	line-height:20px;
	font-weight:bold;
	text-align:center;
	padding:20px 0;
	border-bottom: 1px dashed #ddd;
}
@media (max-width:991px){
	.inner-pro-tit{padding-top:0;}

}
/*********新闻详情***************/
.inner-news-info{padding:30px 0;}
.inner-news-tit{
	font-size:20px;
	line-height:20px;
	font-weight:bold;
	text-align:center;
	margin-bottom:20px;
}
.inner-news-date{
	font-size:14px;
	line-height:24px;
	text-align:center;
	padding-bottom:20px;
	border-bottom: 1px dashed #ddd;
}
.inner-news-date span{
	margin: 0 15px;
	color:#666;
}
/*******分页**********/
#pageDiv {
	clear: both;
	float:right;
	text-align:center; 
	color: #333; 
}
#pageDiv a {
	display:inline-block; 
	font-size:14px;
	line-height:26px;
	border: 1px solid #999;
	color:#666;
	height:28px; 
	margin:0 1px 10px 1px;
	padding:0 6px; 
	text-decoration:none; 
}
#pageDiv a:hover,
#pageDiv a.current {
	background-color:#3488ea;
	border: 1px solid #3488ea;
	color:#fff;
}
@media (max-width: 991px) {
	#pageDiv{ 
		float:none;
		margin:0 auto;
	}
}
@media (max-width: 767px) {
	#pageDiv span,#pageDiv a { 
		font-size:12px;
	}
}
/*******上下页**********/
.in-prenext div span{
	font-size:14px;
	color:#666;
	line-height:24px;
	margin-right:10px;
}
.in-prenext div a{
	font-size:14px;
	color:#666;
	line-height:24px;
}
.in-prenext div a:hover{color:#3488ea;}
.in-back{
	display:block;
	width:130px;
	padding-left:20px;
	text-align:center;
	font-size:14px;
	line-height:32px;
	height:32px;
	background:#3488ea url(../images/back.png) no-repeat 8px center;
	color:#fff;
	border-radius:5px;
	margin-top:10px;
	position:relative;
	top:0;
}
.in-back:hover{top:-2px;box-shadow:0 1px 6px 1px rgba(0,0,0,.5); }
/******推荐新闻**********/
.in-news-tj{margin-top:50px;margin-bottom:50px;}
.in-pro-tj{margin-bottom:50px;}
.tj-tit{
	width:100%;
	height:35px;
	padding-left:8px;
	background:url(../images/tit_bg01.png) no-repeat left bottom;
	font-size:16px;
	line-height:30px;
	color:#3488ea;
}
.in-tjnews-box,
.in-tjpro-box{
	padding:25px 5px;
	background:url(../images/tit_bg02.png) no-repeat right bottom;
}
.in-tjnews-box li{
	width:48%;
	height:28px;
	overflow:hidden;
}
.in-tjnews-box li:nth-of-type(2n){float:right;}
.in-tjnews-box li:nth-of-type(2n+1){float:left;}
.in-tjnews-box li .tj-dot{
	display:block;
	float:left;
	width:6px;
	height:6px;
	margin-top:11px;
	border-radius:50%;
	background-color:#3488ea;
	margin-right:10px;
}
.in-tjnews-box li div{
	float:left;
	width:calc(100% - 100px);
	font-size:14px;
	line-height:28px;
	height:28px;
	overflow: hidden;
}
.in-tjnews-box li .tj-date{
	display:block;
	float:right;
	font-size:12px;
	line-height:28px;
	color:#666;
}
.in-tjnews-box li:hover div,
.in-tjnews-box li:hover .tj-date{color:#3488ea;}
@media (max-width: 1259px) {
	.in-tjnews-box,
	.in-tjpro-box{
		padding:20px 5px;
	}
	.in-tjnews-box li .tj-date{display:none;}
	.in-tjnews-box li div{width:calc(100% - 20px);}
}
/*****推荐产品**********/
.in-tjpro-box li{
	float:left;
	width:23.5%;
	margin-right:2%;
}
.in-tjpro-box li:last-of-type{
	margin-right:0;
}
.in-tjpro-box li img{	
	width:100%;
	border:1px solid #999;
}
.in-tjpro-box li span{
	display:block;
	width:100%;
	height:14px;
	font-size:14px;
	line-height:14px;
	margin-top:10px;
	text-align:center;
	overflow:hidden;
}
.in-tjpro-box li:hover img{
	border:1px solid #3488ea;
	box-shadow:0 0 8px rgba(12,143,215,.3);
}
.in-tjpro-box li:hover span{color:#3488ea;}</pre></body></html>