﻿@charset "utf-8";
/* CSS Document */
*{list-style:none;outline:none;font-family:"微软雅黑",arial;border:none;color:#333;padding:0;margin:0;}
ul{padding:0;margin:0}
h1,h2,h3,h4,h5,h6{margin:0;}
.fl{float:left;}
.fr{float:right;}
p img{max-width:500px;}
.bg-f5{background-color:#f5f5f5;}

	.sub-page-box{overflow: hidden;}
	.sub-page-box1{float: left; margin: 10px;width: calc((100% - 100px)/5);}
	.box1-tu img{width: 100%;}
	.box1-text{color: #666;text-align: center; overflow: hidden;padding: 0 5px;line-height: 20px;height: 60px;margin-top:5px;}
	@media(max-width:1260px){
		.sub-page-box1{width: calc((100% - 80px)/4);}
	}
	@media(max-width:768px){
		.box1-text{font-size: 12px;}
		.sub-page-box1{width: calc((100% - 60px)/3);}
	}
	@media(max-width:530px){
		.box1-text{padding: 0 2px;}
		.sub-page-box1{width: calc((100% - 40px)/2);}
	}

@media (max-width:500px){
	p img{width:100%;}
}
/*******************************************首页********************************************/
/***************** head*****************/
.header{
	position:absolute;
	top:0;
	right:0;
}
.index-head .logo-box{
	width:100%;
	z-index:999;
}
.logo-box{position:relative;}
.logo{
	float:left;
}
.logo1{
	display:block;
	width:496px;
}
.logo2{
	display:none;
	width:61px;
}
.nav-box{
	float:right;
	width:calc(100% - 550px);
}
.nav-box li{
	float:left;
	width:calc(100% / 7);
	text-align:center;
}
.nav-box li a{
	display:block;
	padding:0;
	width:100%;
	height:90px;
	font-size:17px;
	line-height:90px;
	position:relative;
}
.nav-box li:hover a,
.nav-box li.on-top a{
	background-color:#3488ea;
	color:#fff;
}
@media (max-width:1499px){
	.nav-box li a{font-size:16px;}
}
@media (max-width: 1259px) {
	.logo1{display:none;}
	.logo2{
		display:block;
	}
	.nav-box{width:calc(100% - 240px);}
	.nav-box li a{
		font-size:16px;
		height:90px;
		line-height:90px;
	}
}
@media (max-width: 991px) {
	.nav-box{width:calc(100% - 150px);}
	.nav-box li a{font-size:15px;}
}
@media (max-width: 767px) {
	.nav-box{display:none;}
}
/***************** 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 .index-tit-cn,.index-tit01 .index-tit-en{
	display:block;
	color:#3488ea;
}
.index-tit02 .index-tit-cn,.index-tit02 .index-tit-en{
	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;}
}
/***********计数************/
.index-count{padding:30px 0;}
.index-count-list li{
	float:left;
	width:25%;
	text-align:center;
	padding:25px 0 30px;
	border-right:2px solid #f4f4f4;
}
.index-count-list li:last-of-type{border-right:0;}
.index-count-num{
	font-size:14px;
	color:#999;
	line-height:40px;
	font-weight:bold;
}
.index-count-num span{
	font-size:40px;
	line-height:40px;
	color:#3488ea;
	margin-right:10px;
	vertical-align:text-top;
}
.index-count-des{
	font-size:15px;
	line-height:15px;
	margin-top:15px;
	font-weight:bold;
}
@media (max-width:991px){
	.index-count-list li{padding:5px 0 15px;}
	.index-count-num{
		font-size:13px;
		line-height:32px;
	}
	.index-count-num span{
		font-size:32px;
		line-height:32px;
		margin-right:5px;
	}
	.index-count-des{margin-top:10px;}
}
@media (max-width:767px){
	.index-count-list li{padding:5px 0 15px;}
	.index-count-num{
		font-size:12px;
		line-height:22px;
	}
	.index-count-num span{
		font-size:22px;
		line-height:22px;
		margin-right:0;
		display:block;
	}
	.index-count-des{
		font-size:14px;
		line-height:14px;
		margin-top:2px;
	}
}
/****************关于**********************/
.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{
	font-size:16px;
	line-height:28px;
}
.index-about .index-more{
	float:right;
	margin-top:40px;
}
@media (max-width:1499px){
	.index-about .index-more{
		margin-top:30px;
	}
}
@media (max-width:1259px){
	.index-about-info span{
		font-size:15px;
		line-height:28px;
	}
	.index-about .index-more{
		margin-top:35px;
	}
}
@media (max-width:991px){
	.index-about-box{
		width:calc(100% - 280px);
	}
	.index-about-img{
		left:-380px;
	}
	.index-about .index-more{margin-top:15px}
}
@media (max-width:767px){
	.index-about-img{
		display:none;
	}
	.index-about-box{
		position:static;
		width:100%;
		padding-bottom:40px;
	}
	.index-about .index-more{margin-top:25px}
}
@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:1380px;
	margin:0 auto;
}
.index-pro-list li{
	float:left;
	width:22%;
	margin-right:4%;
	border:1px solid #fff;
	padding:5px;
	margin-bottom:40px;
}
.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:0 auto;
}
@media (max-width:1499px){
	.index-pro-box{
		width:1120px;
	}
}
@media (max-width:1259px){
	.index-pro{padding-bottom:60px;}
	.index-pro-box{
		width:880px;
	}
	.index-pro-list li{
		width:23.5%;
		margin-right:2%;
		margin-bottom:30px;
	}
	.index-pro-list li{
		padding:3px;
	}
	.index-pro-list li span{font-size:14px;}
	.index-pro .index-more{
		margin:10px auto 0;
	}
}
@media (max-width:991px){
	.index-pro-box{
		width:90%;
	}
	.index-pro-list li{
		margin-bottom:20px;
	}
	.index-pro .index-more{
		margin:20px auto 0;
	}
}
@media (max-width:767px){
	.index-pro{padding-bottom:40px;}
	.index-pro-list li{
		width:48%;
		margin-right:4%;
		margin-bottom:20px;
	}
	.index-pro-list li:nth-of-type(2n){margin-right:0;}
	.index-pro .index-more{
		margin:10px auto 0;
	}
}

@media (max-width:600px){
	.index-pro-box{width:100%;}

}
@media (max-width:480px){
	.index-pro-list li{
		padding:2px;
	}
}
/****************新闻**********************/
.index-news{
	padding-bottom:60px;
	background-color:#f5f5f5;
}
.index-news-box{
	width:1380px;
	margin:0 auto;
}
.index-news-l{
	float:left;
	width:52%;
}
.index-news-r{
	float:left;
	width:48%;
}
.index-news-l li{
	float:left;
	width:47%;
	margin-right:3%;
	background-color:#fff;
}
.innl-img{
	width:100%;
	height:200px;
}
.index-news-l li:nth-of-type(1) .innl-img{
	background:url(../images/index_news01.jpg) no-repeat center;
	background-size:cover;
}
.index-news-l li:nth-of-type(2) .innl-img{
	background:url(../images/index_news02.jpg) no-repeat center;
	background-size:cover;
}
.innl-info{
	padding:20px 25px;
}
.innl-info .tit{
	font-size: 18px;
  line-height: 18px;
	font-weight:bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.innl-info .time{
	color: #323a41;
  font-size: 12px;
  padding: 8px 0 11px;
}
.innl-info .des{
	line-height: 18px;
  color: #323a41;
  height: 36px;
  overflow: hidden;
}

.index-news-l li:hover .innl-info{
	 background-color:#3488ea;
}
.index-news-l li:hover .tit,
.index-news-l li:hover .time,
.index-news-l li:hover .des{
	color:#fff;
}

.index-news-r li{
	background:#fff url(../images/index_news_r01.png) no-repeat left center;
	height:58px;
	margin-bottom:10px;
	padding:9px 10px 9px 75px;
}
.index-news-r li:last-of-type{margin-bottom:0;}
.index-news-r li:hover{
	box-shadow:0px 1px 4px 0px rgba(0, 0, 0, 0.3);
	background:#fff url(../images/index_news_r02.png) no-repeat left center;
}

.innr-tit{
	font-size:16px;
	font-weight:bold;
	line-height:20px;
	height:20px;
	margin-bottom:8px;
	overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.innr-date{
	font-size:12px;
	line-height:12px;
	color:#666;
}
@media (max-width:1499px){
	.index-news-box{
		width:1120px;
	}
	.innl-info{
		padding:20px 15px;
	}
}
@media (max-width:1259px){
	.index-news-box{
		width:880px;
	}
	.index-news-l li{
		width:48%;
		margin-right:2%;
	}
	.index-news-r li{
		height:52px;
		margin-bottom:6px;
		padding:6px 10px 6px 75px;
	}
	.innl-img{
		height:154px;
	}

}
@media (max-width:991px){
	.index-news-box{
		width:90%;
	}
	.index-news-l,
	.index-news-r{
		float:none;
		width:100%;
	}
	.index-news-l{margin-bottom:15px;}
	.index-news-l li{
		width:49%;
		margin-right:2%;
	}
	.index-news-l li:last-of-type{margin-right:0;}
	.innl-img{
		height:180px;
	}
	.index-news-r li{margin-bottom:15px;}
}
@media (max-width:767px){
	.index-news{padding-bottom:40px;}
	.innl-info .tit,	
	.innr-tit{font-size:16px;}
}
@media (max-width:600px){
	.index-news-box{width:100%;}
	.innl-img{
		height:150px;
	}
	.innl-info{
		padding:10px;
	}
	.index-news-l,
	.index-news-r li{margin-bottom:10px;}
	.innl-info .tit,	
	.innr-tit{font-size:15px;}
}

/****************联系**********************/
.index-green{
	padding-bottom:60px;
	background:#3488ea url(../images/bg_02.png) no-repeat center;
}
.index-feedback-box{
	padding:0 35px;
}
.index-fed-left{
	float:left;
	width:30%;
}
.index-fed-right{
	float:right;
	width:60%;
}
.index-fed-left input{
	display:block;
	width:100%;
	height:50px;
	line-height:50px;
	padding:0 20px;
	margin-bottom:10px;
	font-size:15px;
}
.index-fed-right textarea{
	display:block;
	width:100%;
	height:170px;
	padding:15px 20px;
	margin-bottom:10px;
	font-size:15px;
}
.index-fed-submit{
	display:block;
	width:400px;
	height:50px;
	border:1px solid #fff;
	font-size:16px;
	line-height:48px;	
	color:#fff;
	background-color:transparent;
	text-align:center;
	margin:30px auto 0;
}
.index-fed-submit:hover{
	color:#3488ea;
	background-color:#fff;
}
.index-contact-tit,
.index-contact-des{
	padding-left:35px;
}
.index-contact-tit{
	font-size:22px;
	color:#fff;
	margin-bottom:15px;
}
.index-contact-des span{
	display:inline-block;
	width:19%;
	font-size:16px;
	line-height:26px;
	color:#fff;
}
@media (max-width:1499px){
	.index-contact-des span{
		width:24%;
	}
}
@media (max-width:1259px){
	.index-contact-des span{
		width:32%;
	}
}
@media (max-width:991px){
	.index-fed-left{
		width:40%;
	}
	.index-fed-right{
		float:right;
		width:55%;
	}
	.index-fed-left input{
		height:40px;
		line-height:40px;
		padding:0 15px;
		font-size:14px;
	}
	.index-fed-right textarea{
		height:140px;
		padding:15px;
		font-size:14px;
	}
	.index-fed-submit{
		width:200px;
		height:34px;
		font-size:14px;
		line-height:32px;	
		margin:20px auto 0;
	}
	.index-contact-tit{
		font-size:18px;
		margin-bottom:10px;
		font-weight:bold;
	}
	.index-contact-des span{
		font-size:15px;
		line-height:24px;
		width:48%;
	}
}
@media (max-width:767px){
	.index-green{padding-bottom:40px}
}
@media (max-width:600px){
	.index-fed-left,
	.index-fed-right{
		float:none;
		width:100%;
	}
	.index-fed-submit{
		width:calc(100% - 70px);
		margin:0 auto 20px;
	}
	.index-contact-des span{
		display:block;
		width:100%;
	}
}
/****************foot**********************/
.index-foot{
	background:#242527;
	padding:15px 0;
}
.index-foot-line1,
.index-foot-line2{
	padding:0 35px;
}
.index-foot-copy{
	float:left;
	color:#fff;
}

.index-foot-copy2{
	float:left;
	color:#fff;
    margin-left:15px;
}
.index-foot-copy2 a{
	color:#fff;
}
               
.index-foot-tech{
	display:block;
	float:right;
	color:#fff;
	cursor:pointer;
}
.index-foot-tech a{color:#fff}
.index-foot-line2{margin-top:15px;}
.index-foot-beian{float:right;}
.index-foot-beian a{color:#fff;}
.index-foot-link{float:left;width:calc(100% - 150px);}
.index-foot-link span,
.index-foot-link a{
	color:#fff;
	margin-right:10px;
}
.index-foot a:hover{text-decoration:underline;}

@media(max-width:600px){
	.index-foot-line1,
	.index-foot-line2{
		padding:0;
	}
	.index-foot-copy,
	.index-foot-tech{
		float:none;
		width:100%;
		text-align: center;
	}
}

/*******************************************内页********************************************/
.main{padding:50px 0;}
@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;
}
.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;
	padding:10px;
}
.sub-pro-left{
	float:left;
	width:250px;
}
.sub-pro-left li{
	width:100%;
	line-height:22px;
	padding:10px;
	font-size:15px;
	color:#3488ea;
	margin-bottom:10px;
	background-color:#f5f5f5;
	border-left:3px solid #3488ea;
}
.sub-pro-left li:last-of-type{margin-bottom:0;}
.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{
		line-height:22px;
		padding:10px;
		font-size:14px;
	}
	.sub-pro-right{
		width:calc(100% - 220px);
	}
	.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;
	}
	.sub-pro-right{
		width:100%;
	}
	.sub-pro-left li{
		display:block;
		float:left;
		width:23.5%;
		height:30px;
		padding:0 5px;
		font-size:14px;
		line-height:30px;
		margin-right:2%;
		border-left:0;
		white-space:nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}
	.sub-pro-left li:nth-of-type(4n){margin-right:0;}
}
@media (max-width:767px){
	.sub-pro-left li{font-size:13px;}
	.sub-pro-list{margin-bottom:10px;}
	.sub-pro-list li{
		width:49%;
		margin-right:2%;
		margin-bottom:30px;
	}
	.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:32%;
		margin-right:0;
	}
	.sub-pro-left li:nth-of-type(3n-1){
		margin-left:2%;
		margin-right:2%;
	}
	.sub-pro-list li{margin-bottom:20px;}
	.sub-pro-tit{
		font-size:13px;
		height:32px;
		line-height:30px;
	}
}
@media (max-width:400px){
	.sub-pro-left li{
		width:49%;
		margin-right:0;
	}
	.sub-pro-left li:nth-of-type(3n-1){
		margin-left:0;
		margin-right:0;
	}
	.sub-pro-left li:nth-of-type(2n){
		margin-left:2%;
	}
}
/*********新闻列表 ***************/
.sub-news-list li{
	float:left;
	width:32%;
	padding:20px 10px;
	border:1px solid #ddd;
	margin-bottom:40px;
}
.sub-news-list li:nth-of-type(3n-1){
	margin-right:2%;
	margin-left:2%;
}

.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:30px;
	height:30px;
	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 {
	background-color:#3488ea;
}
.sub-news-list li:hover .sub-news-date span,
.sub-news-list li:hover .sub-news-tit,
.sub-news-list li:hover .sub-news-des{
	color:#fff;
}
.sub-news-list li:hover .sub-news-more{
	background:url(../images/arrow01.png) no-repeat center;
	border:1px solid #fff;
}
@media (max-width:1499px){
	.sub-news-date{
		padding-bottom:5px;
		margin-bottom:10px;
	}
	.sub-news-d{
		font-size:16px;
		line-height:16px;
	}
	.sub-news-y{
		font-size:14px;
		line-height:14px;
	}
	.sub-news-tit{
		font-size:18px;
	}
	.sub-news-des{
		font-size:14px;
		line-height:22px;
		height:66px;
	}
}

@media (max-width:1259px){
	.sub-news-tit{
		font-size:17px;
	}
}
@media (max-width:991px){
	.sub-news-tit{
		font-size:16px;
		line-height:24px;
		height:24px;
		margin-bottom:5px;
	}
}
@media (max-width:767px){
	.sub-news-list li{
		width:48%;
		margin-bottom:30px;
	}
	.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:4%;
	}
	.sub-news-left{
		width:46%;
	}
	.sub-news-right{
		width:50%;
	}
}
@media (max-width:480px){
	.sub-news-list li{
		width:100%;
	}
	.sub-news-list li:nth-of-type(2n){
		margin-left:0%;
	}
	.sub-news-des{height:auto;}
}
/*********联系我们 **************/
.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-li07{background:url(../images/cont_icon07.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-pro-box02{border-top:0;}
.sub-pro-box.sub-pro-box02:before{display:none;}
.inner-pro-info{padding:30px 0;}
.inner-pro-info,.inner-pro-info p,.inner-pro-info a{font-size:15px;line-height:1.6;color:#666;}
.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;}

}
@media (max-width:767px){
	.inner-pro-info,.inner-pro-info p,.inner-pro-info a{font-size:14px;}

}               
/*********新闻详情***************/
.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;
}
.inner-news-info,.inner-news-info p,.inner-news-info a{font-size:15px;line-height:1.6;color:#666;}
@media (max-width:767px){
  .inner-news-info,.inner-news-info p,.inner-news-info a{font-size:14px;}
}
/*******分页**********/
#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;}
.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;}
/**************************************************技术文章********************************************/
.sub-page-box,.sub-page-box p,.sub-page-box a{font-size:15px;color:#666;line-height:1.6;}

.web-title-link-all h2{font-size: 14px;color: #999;text-align: center;font-weight: 600;}
.web-title-link-all h1{font-size: 20px;color: #333;text-align: center;font-weight: 600;}
.techknologe-article-web-link{padding:40px 0;background-color: #f5f5f5;}
.web-teckknology-news-link{overflow: hidden;margin-top: 30px;margin-bottom: 40px;}
.web-teckknology-link-box{float: left;width: 31%;margin:0 1%;display: block;margin-bottom: 20px;text-decoration: none;}
.web-teckknology-link-tit{font-size: 18px;line-height: 30px;height: 30px;margin-bottom: 10px; color: #000;font-weight: 600; overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.web-teckknology-link-txt{font-size: 14px;line-height: 26px;height: 52px;overflow: hidden;color: #666;}
.web-teckknology-link-time{font-size: 14px;line-height: 20px;height: 20px;color: #999; overflow: hidden;margin-top: 10px;}
.web-teckknology-link-more a{font-size: 14px;display:inline-block;padding: 15px 40px;text-align: center;color: #fff;background-color:#3488ea;box-shadow: 2px  5px 4px #e6cbb9;}
.web-teckknology-link-box:hover .web-teckknology-link-tit{color: #1d66cf;text-decoration: underline;}

@media(max-width:992px){
	.web-teckknology-link-box{width: 46%;margin: 0 2%;margin-bottom: 20px;}
}
@media(max-width:768px){
	.techknologe-article-web-link{padding:30px 0;}
	.sub-page-box,.sub-page-box p,.sub-page-box a{font-size:14px;}
}

@media(max-width:530px){
	.web-teckknology-news-link{margin-top: 20px;margin-bottom: 30px;}
	.web-teckknology-link-box{width: 100%;margin: 0%;margin-bottom: 10px;}
	.web-teckknology-link-more a{padding: 10px 25px;}
}