@charset "utf-8";
/* CSS Document */
*{list-style:none;outline:none;font-family:"微软雅黑",arial;border:none;color:#333;padding:0;margin:0;text-decoration: none;box-sizing: border-box;}
.fl{float:left;}
.fr{float:right;}
.bg-f5{background-color:#f5f5f5;}
.tb-rl{
	-webkit-writing-mode:vertical-rl;
	writing-mode:tb-rl;
	writing-mode:vertical-rl;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.clearfix{clear:both}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1260px) {
  .container {
    width: 1230px;
  }
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
	.visible-xs {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
	 .visible-sm {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1259px) {
  .hidden-md {
    display: none !important;
  }
	.visible-md {
    display: block !important;
  }
}
@media (min-width: 1260px) {
  .hidden-lg {
    display: none !important;
  }
	.visible-lg {
    display: block !important;
  }
}

p img{width:600px;margin:0 auto;}

@media (max-width: 700px){
  p img{width:100%;}
}
table{border: 1px solid #ccc;border-spacing: 0;}
table tr td {border: 1px solid #ccc;padding: 5px;text-align: center;color: #666;font-size: 14px;}
table tr:nth-child(2n){background-color: #f1f1f1;}

.sub-news-detail p{text-indent:30px;margin-bottom:10px;font-size:14px;line-height:26px;color:#333;}

/*******************************************首页********************************************/
/***************** top*****************/
.index-top{
	padding:10px 0;
	background:#3d5059;
}	
.index-top-le{
	float:left;
}
.index-top-le span{
	display:inline-block;
	padding-left:20px;
	font-size:12px;
	line-height:14px;
	height:14px;
	color:#fff;
	margin-right:10px;
}
.index-top-le span:nth-of-type(1){
	background:url(../upload/images/top01.png) no-repeat left top;
}
.index-top-le span:nth-of-type(2){
	background:url(../upload/images/top02.png) no-repeat left center;
}
.index-top-ri{
	float:right;
}
.index-top-ri a{
	display:inline-block;
	padding-left:5px;
	margin-left:5px;
	font-size:12px;
	line-height:14px;
	height:14px;
	color:#fff;
	border-left:1px solid #fff;
}
.index-top-ri span{
	display:inline-block;
	font-size:12px;
	line-height:14px;
	height:14px;
	color:#fff;
}
/***************** head*****************/
.header{
	position:absolute;
	top:0;
	right:0;
}
.index-head{
	height:70px;
	border-bottom:1px solid #dfdeda;
}
.index-head-logo{
	float:left;
	display:block;
	width:279px;
	height:53px;
	margin-top:8px;
}
.index-head-logo img{
	display:block;
	width:100%;
}
.index-head-nav{
	float:right;
	width:calc(100% - 476px);
	border-left:1px solid #e5e5e5;
}
.nav-box li{
	float:left;
	width:calc(100% / 6);
	border-right:1px solid #e5e5e5;
	position:relative;
	overflow: hidden;
}
.nav-box li:before{
	content: "";
	position:absolute;
	width:100%;
	height:3px;
	background:#ffcb04;
	left:-100%;
	bottom:0;
	transition:.8s;
}
.nav-box li a{
	display:block;
	font-size:16px;
	line-height:70px;
	text-align: center;
}
.nav-box li.on-top:before,
.nav-box li:hover:before{
	left:0;
}

@media (max-width: 1259px) {
	.index-head-nav{width:calc(100% - 320px);}
	.nav-box li a{font-size:15px;}
}
@media (max-width: 991px) {
	.index-head-logo{
		width:220px;
		height:42px;
		margin-top:14px;
}
	.index-top-ri{display:none;}
	.index-head-nav{width:calc(100% - 250px);}
	.nav-box li a{font-size:14px;}
}
@media (max-width: 767px) {
	.index-top,
	.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:#ffcb04;
}
.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{
	text-align:center;
	margin-bottom:50px;
}
.index-tit01 h1{
	display:inline-block;
	font-size:24px;
	line-height:24px;
	font-weight:bold;
	color:#3d5059;
}
.index-tit01 h2{
	display:inline-block;
	font-size:24px;
	line-height:24px;
	font-weight:bold;
	color:#ffcb04;
	padding-left:10px;
}
.index-tit02{
	width:400px;
	font-size:14px;
	line-height:20px;
	color:#908b92;
	margin:20px auto 0;
}

@media (max-width:767px) {
	.index-tit{margin-bottom:20px;}
	.index-tit01 h1,
	.index-tit01 h2{
		font-size:18px;
		line-height:18px;
	}
	.index-tit02{
		font-size:12px;
		line-height:18px;
		margin:10px auto 0;
	}
}	
@media (max-width:560px) {
	.index-tit02{width:90%;}

}	
/***********index-more************/
.index-more{
	display:block;
	width:132px;
	height:38px;
	font-size:14px;
	line-height:38px;
	color:#fff;
	background:url(../upload/images/index_more_bg.jpg) no-repeat left center;
	border-radius:4px;
	padding-left:30px;
}
.index-more span{
	display:block;
	float:right;
	width:14px;
	height:5px;
	margin-top:16px;
	margin-right:15px;
	background:url(../upload/images/index_more_arrow.png) no-repeat center;
	transition:.4s;
}
.index-more:hover span{
	margin-right:10px;
}
@media (max-width:767px){
	.index-more{
		width:90px;
		height:30px;
		line-height:30px;
		background:url(../upload/images/index_more_bg.jpg) no-repeat center;
		padding-left:15px;
	}
	.index-more span{
		display:block;
		float:right;
		width:14px;
		height:5px;
		margin-top:13px;
		margin-right:8px;
		background:url(../upload/images/index_more_arrow.png) no-repeat center;
		transition:.4s;
	}
	.index-more:hover span{
		margin-right:5px;
	}
}
/****************关于**********************/
.index-about{padding:60px 0;background:#f7f9fb;}
.index-about-list li{
	float:left;
	width:32%;
	padding:20px 20px 36px;
	background:#fff;
	border-radius:6px;
	box-shadow:0 1px 10px 1px rgba(0,0,0,.1);
}
.index-about-list li:nth-of-type(3n-1){
	margin-left:2%;
	margin-right:2%;
}
.inab-tu{
	border-radius:6px;
	overflow:hidden;
}
.inab-tu img{
	display:block;
	width:100%;
}
.inab-tit{
	font-size:18px;
	line-height:1;
	font-weight:bold;
	color:#333;
	margin:30px 0 15px;
	text-align: center;
}
.inab-des{
	font-size:14px;
	color:#666;
	line-height:20px;
	height:80px;
}
.index-about-list li.active{background:#ffcb04;}
.index-about-list li.active .inab-icon01{display:none;}
.index-about-list li.active .inab-icon02{display:block;}
.index-about-list li.active div{color:#fff;}
.index-about .index-more{margin:20px auto 0;}
@media (max-width:1259px){
	.index-about-list li{padding:20px 15px;}
	.inab-des{height:100px;}
}
@media (max-width:991px){
	.inab-tit{margin:20px 0 10px;}
	.inab-des{height:120px;}

}
@media (max-width:767px){
	.index-about-list li{
		float:none;
		width:100%;
		padding:10px;
	}
	.index-about-list li:nth-of-type(3n-1){
		margin:20px 0;
	}
	.inab-tu{
		float:left;
		width:200px;
	}
	.inab-info{
		float:right;
		width:calc(100% - 220px);
	}
	.inab-tit{
		font-size:16px;
		text-align: left;
		margin:5px 0 10px;
	}
	.inab-des{height:auto;}
	.index-about .index-more{
		margin:20px 0 0;
	}
}
@media (max-width:460px){
	.inab-tu{
		float:none;
		width:100%;
	}
	.inab-info{
		float:none;
		width:100%;
		margin-top:20px;
	}
}
/***************产品中心***********************/
.index-pro{
	padding:60px 0;
	background:url(../upload/images/index_pro_bg.jpg) no-repeat center;
	background-size:cover;
}
.index-pro-le{
	float:left;
	width:270px;
}
.index-pro-ri{
	float:right;
	width:calc(100% - 300px);
}
/******左*****/
.inpo-le-tit{
	width:100%;
	padding:30px 13px;
	background:#3d5059;
}
.inpo-le-tit span:nth-of-type(1){
	display:block;
	float:left;
	width:16px;
	height:20px;
	background:url(../upload/images/index_pro_nav.png) no-repeat center;
}
.inpo-le-tit span:nth-of-type(2){
	display:block;
	float:right;
	width:10px;
	height:20px;
	background:url(../upload/images/index_pro_down.png) no-repeat center;
}
.inpo-le-tit h4{
	display:block;
	float:left;
	font-size:18px;
	font-weight:bold;
	line-height:20px;
	height:20px;
	color:#fff;
	margin-left:20px;
}
.inpo-le-list li{
	width:100%;
	height:44px;
	background:#fff;
	font-size:16px;
	text-align:center;
	line-height:44px;
	margin-bottom:1px;
}
.inpo-le-list li a{color:#666;}
.inpo-le-list li:hover{background:#ffcb04}
.inpo-le-list li:hover a{color:#fff;}
/******右*****/
.index-pro-ri li{
	float:left;
	width:32%;
	margin-bottom:10px;
	background:#fff;
}
.index-pro-ri li:nth-of-type(3n-1){
	margin-left:2%;
	margin-right:2%;
}
.index-pro-img{
	width:100%;
	overflow:hidden;
}
.inpo-ri-tu,
.inpo-ri-tu img{
	display:block;
	width:100%;
}
.inpo-ri-tit{
	display:block;
	width:90%;
	margin:0 auto;
	padding-right:20px;
	height:40px;
	font-size:14px;
	line-height:40px;
	color:#666;
	text-align:center;
	border-top:1px solid #e6e6e6;
	background:url(../upload/images/index_pro_right01.png) no-repeat right center;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow:hidden;
	position:relative;
}
.inpo-ri-tit:before{
	content:"";
	width:100%;
	height:1px;
	background:#ffcb04;
	position:absolute;
	left:-100%;
	top:0;
	transition:.8s;
}
.index-pro-ri li:hover .inpo-ri-tit{
	background:url(../upload/images/index_pro_right02.png) no-repeat right center;
}
.index-pro-ri li:hover .inpo-ri-tit:before{
	background-color:#ffcb04;
	left:0;
}

@media (max-width:1259px){

}
@media (max-width:991px){
	.index-pro-le{
		width:180px;
	}
	.index-pro-ri{
		width:calc(100% - 200px);
	}
	.inpo-le-tit{padding:20px 13px;}
	.inpo-le-tit span:nth-of-type(1),
	.inpo-le-tit span:nth-of-type(2){
		display:none;
	}
	.inpo-le-tit h4{
		font-size:16px;
		float:none;
		margin:0 auto;
		text-align:center;
	}
	.inpo-le-list li{font-size:15px;}
}
@media (max-width:767px){
	.index-pro-le,
	.index-pro-ri{
		float:none;
		width:100%;
	}
	.index-pro-le{margin-bottom:20px}
	.inpo-le-tit{display:none;}
	.inpo-le-list li{
		float:left;
		width:32%;
		height:32px;
		border-radius:4px;
		padding:0 5px;
		font-size:14px;
		line-height:32px;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow:hidden;
		margin-bottom:10px;
	}
	.inpo-le-list li:nth-of-type(3n-1){
		margin-left:2%;
		margin-right:2%;
	}
	
}
@media (max-width:560px){
	.index-pro-ri li{
		width:48%;
		margin-right:4%;
		margin-bottom:25px;
	}
	.index-pro-ri li:nth-of-type(3n-1){margin-right:4%;margin-left:0;}
	.index-pro-ri li:nth-of-type(2n){margin-right:0;}

}

/****************拦腰**********************/
.index-fen{
	height:250px;
	background:url(../upload/images/index_fen.jpg) no-repeat center;
	background-size:cover;
}
.index-fen img{
	display:block;
	width:48px;
	padding-top:30px;
}
.index-fen h3{
	padding-left:60px;
	font-size:22px;
	line-height:32px;
	font-weight:normal;
	color:#fff;
	margin:20px 0 10px;
}
.index-fen h4{
	padding-left:60px;
	font-size:22px;
	line-height:32px;
	font-weight:normal;
	color:#ffcb04;
}
.index-fen h4 span{
	font-size:28px;
	line-height:32px;
	color:#ffcb04;
}
.index-fen a{
	display:block;
	float:right;
	clear:right;
	width:160px;
	height:44px;
	border:1px solid #ffcb04;
	background:#ffcb04;
	color:#fff;
	font-size:15px;
	line-height:42px;
	text-align:center;
}
.index-fen a:hover{
	background:transparent;
}
@media (max-width:1259px){
	.index-fen img{padding-top:44px;}
	.index-fen h3{
		font-size:17px;
		line-height:28px;
		margin:15px 0 5px;
	}
	.index-fen h4{
		padding-left:60px;
		font-size:17px;
		line-height:28px;
	}
	.index-fen h4 span{
		font-size:22px;
		line-height:28px;
	}
}
@media (max-width:991px){
	.index-fen img{
		width:36px;
		padding-top:35px;
	}
	.index-fen h3,
	.index-fen h4{padding-left:40px;}
}
@media (max-width:767px){
	.index-fen{padding-bottom:80px;height:auto;}
	.index-fen img{
		width:30px;
		padding-top:30px;
	}
	.index-fen h3,
	.index-fen h4{
		font-size:16px;
		line-height:24px;
	}
	.index-fen h4 span{
		font-size:18px;
		line-height:24px;
	}
	.index-fen a{
		width:120px;
		height:30px;
		line-height:28px;
		font-size:14px;
		margin-top:20px;
	}
}
@media (max-width:500px){
	.index-fen h3,
	.index-fen h4{
		font-size:15px;
	}
}
/****************新闻**********************/
.index-news{
	padding:60px 0;
	background:#f5f5f5 url(../upload/images/index_news_bg.png) no-repeat center;
}
.index-news-le{
	float:left;
	width:48%;
}
.index-news-ri{
	float:right;
	width:48%;
}
/*****左*****/
.index-news-img{
	display:block;
	width:100%;
	border:1px solid #e6e6e6;
	box-shadow:0 1px 6px 1px rgba(0,0,0,.1);
	border-radius:4px;
	overflow:hidden;
}
.index-news-img img{
	display:block;
	width:100%;
}
.inne-le-list li{
	width:100%;
	border:1px solid #e6e6e6;
	box-shadow:0 1px 6px 1px rgba(0,0,0,.1);
	border-radius:4px;
	overflow:hidden;
	background-color:#fff;
	margin-top:10px;
}
.inne-le-show{
	padding:18px 30px 18px 15px;
	border-bottom:1px solid #e6e6e6;
}
.inne-le-icon{
	float:left;
	width:22px;
	height:22px;
	margin-right:15px;
}
.inne-le-icon img{width:100%;}
.inne-le-icon01{display:none;}
.inne-le-icon02{display:block;}
.inne-le-tit{
	float:left;
	width:calc(100% - 120px);
	font-size:16px;
	line-height:22px;
	height:22px;
	color:#333;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow:hidden;
}
.inne-le-date{
	float:right;
	font-size:14px;
	line-height:22px;
	height:22px;
	color:#999;
}
.inne-le-hide{
	padding:5px 30px 10px 52px;
	display:none;
}
.inne-le-hide span{
	display:block;
	font-size:14px;
	line-height:20px;
	height:40px;
	color:#999;
	overflow:hidden;
}
.inne-le-list li.active .inne-le-icon01{display:block;}
.inne-le-list li.active .inne-le-icon02{display:none;}
.inne-le-list li.active .inne-le-hide{display:block;}
/*****右*****/
.inne-ri-name{
	width:100%;
	height:40px;
	border-bottom:1px solid #dcdcdc;
	margin-bottom:5px;
}
.inne-ri-name h3{
	float:left;
	font-size:18px;
	font-weight:bold;
	line-height:40px;
	color:#3d5059;
}
.inne-ri-name a{
	float:right;
	font-size:16px;
	line-height:40px;
	color:#ffcb04;
}
.inne-ri-list li{
	width:100%;
	height:44px;
	border-bottom:1px dashed #dcdcdc;
}
.inne-ri-list li div{
	float:left;
	font-size:16px;
	line-height:44px;
	height:44px;
	width:calc(100% - 90px);
	color:#333;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow:hidden;
	
}
.inne-ri-list li span{
	float:right;
	font-size:14px;
	line-height:44px;
	color:#999;
}
.inne-ri-list li:hover div{color:#3d5059;}
@media (max-width:1259px){
	.inne-ri-name{margin-bottom:2px;}
	.inne-ri-list li{height:39px;}
	.inne-ri-list li div,
	.inne-ri-list li span{
		line-height:39px;
		height:39px;
	}
	.inne-le-tit,
	.inne-ri-list li div{font-size:15px;}
	.inne-le-date,
	.inne-ri-list li span{font-size:13px;}
}
@media (max-width:991px){
	.inne-ri-name{
		height:30px;
		margin-bottom:0;
	}
	.inne-ri-name h3{
		font-size:16px;
		line-height:30px;
	}
	.inne-ri-name a{
		font-size:14px;
		line-height:30px;
	}
	.inne-ri-list li{height:36px;}
	.inne-ri-list li div,
	.inne-ri-list li span{
		line-height:36px;
		height:36px;
	}
}
@media (max-width:767px){
	.index-news-le,
	.index-news-ri{
		float:none;
		width:100%;
	}
	.index-news-ri{margin-top:20px;}
}
/****************foot**********************/
.index-foot{
	padding:40px 0;
}
.index-foot-logo{
	float:left;
	width:500px;
}
.inft-logo,
.inft-logo img{
	display:block;
	width:263px;
	height:50px;
}
.inft-major{
	width:263px;
	padding-top:8px;
	margin-top:8px;
	border-top:1px solid #e6e6e6;
	margin-bottom:10px;
}
.inft-major,
.inft-major a{
	font-size:13px;
	line-height:20px;
	color:#666;
}
.inft-copy,
.inft-beian a{
	font-size:13px;
	line-height:20px;
	color:#666;
	display:block;
}
.index-foot-pro,
.index-foot-nav{
	float:left;
	width:200px;
}
.index-foot-add{float:right}
.inft-tit{
	font-size:16px;
	line-height:20px;
	margin-bottom:20px;
	font-weight:bold;
	color:#3d5059;
}
.index-foot-pro a,
.index-foot-nav a,
.index-foot-add span{
	display:block;
	width:100%;
	font-size:14px;
	line-height:24px;
	color:#666;
}
.index-foot-nav a:hover,
.index-foot-pro a:hover{
	color:#3d5059;
}
.index-foot-link{
	padding:10px 0;
	background-color:#3d5059;
}
.index-foot-link span,
.index-foot-link a{
	display:inline-block;
	font-size:14px;
	color:#ddd;
	margin-right:5px;
}

.index-foot-link a:hover{
	color:#fff;
}
.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:400px;}
	.index-foot-pro,
	.index-foot-nav{
		width:150px;
	}
	.index-foot-add{width:240px;}
}
@media(max-width:991px){
	.index-foot{padding:30px 0;}
	.index-foot-pro,
	.index-foot-nav{
		display:none;
	}
}
@media(max-width:767px){
	.index-foot-add{
		display:none;
	}
	.index-foot-logo,
	.inft-major{width:100%;}
}
@media(max-width:480px){
	.index-foot{padding:20px 0;}
}
/**********首页边距***********/
@media(max-width:767px){
	.index-about,
	.index-pro,
	.index-news{padding:40px 0;}
}
/*******************************************内页********************************************/
/**********子页banner***********/
.sub-banner img{
	display:block;
	width:100%;
}
/**********内页通用框架***********/
.sub-cont{padding:40px 0;}
.sub-left{
	float:left;
	width:240px;
	margin-right:40px;
}
.sub-right{
	float:right;
	width:calc(100% - 280px);
}
@media(max-width:991px){
	.sub-left{
		width:200px;
		margin-right:20px;
	}
	.sub-right{
		width:calc(100% - 220px);
	}
}
@media(max-width:767px){
	.sub-left,
	.sub-right{
		float:none;
		width:100%;
	}
}
/**********pos***********/
.pos-box{
	padding:15px 30px;
	background-color:#3d5059;
	font-size:15px;
	line-height:20px;
	color:#fff;
}
.pos-box a{
	color:#fff;
	margin-right:5px;
}
.pos-box a:hover{
	text-decoration:underline;
}
@media(max-width:991px){
	.pos-box{
		padding:10px;
		font-size:13px;
	}
}
/**********sub-left***********/
.sub-left-tit{
	width:100%;
	padding:30px 13px;
	background:#3d5059;
}
.sub-left-tit h4{
	display:block;
	width:100%;
	font-size:18px;
	font-weight:bold;
	line-height:20px;
	height:20px;
	color:#fff;
	padding-left:35px;
	background:url(../upload/images/index_pro_nav.png) no-repeat left center;
}


.sub-left-nav li{
	display:block;
	width:100%;
	height:44px;
	font-size:15px;
	line-height:44px;
	text-align:center;	
	background-color:#f5f5f5;
	margin-bottom:1px;
}
.sub-left-nav li a{
	display:block;
	width:100%;
	padding:0 5px;
	color:#666;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow:hidden;
}
.sub-left-nav li:hover{
	background-color:#ffcb04;
	color:#fff;
}
.sub-left-nav li:hover a{color:#fff;}
@media(max-width:991px){
	.sub-left-tit{padding:20px 13px;}
	.sub-left-tit h4{
		font-size:16px;
		padding-left:35px;
		background:url(../upload/images/index_pro_nav.png) no-repeat left center;
	}
	.sub-left-nav li a{
		font-size:14px;
	}

}
@media(max-width:767px){
	.sub-left-tit{display:none;}
	.sub-left-nav{
		margin-bottom:20px;
	}
	.sub-left-nav li{
		display:block;
		float:left;
		width:32%;
		height:32px;
		font-size:14px;
		line-height:30px;
		margin-bottom:10px;
		border:1px solid #999;
		border-radius:4px;
		background-color:#fff;
	}
	.sub-left-nav li:nth-of-type(3n-1){margin-left:2%;margin-right:2%}
	.sub-left-nav li a{
		color:#666;
	}
	.sub-left-nav li:hover{
		background-color:#ffcb04;
		border:1px solid #ffcb04;
	}
	.sub-left-nav li:hover a{
		color:#fff;
	}
}
/*********产品列表 ***************/
.sub-pro-list{margin-top:20px;}
.sub-pro-list li{
	float:left;
	width:32%;
	overflow:hidden;
	margin-bottom:30px;
	position:relative;
	border-radius:8px;
	padding-bottom:36px;
	border:1px solid #ededed;
	box-shadow:0 1px 10px 1px rgba(0,0,0,.1) 
}
.sub-pro-list li:nth-of-type(3n-1){
	margin-left:2%;
	margin-right:2%;
}
.sub-pro-list li img{
	display:block;
	width:100%;
	position:relative;
	transition:.8s; 
}
.spl-tit{
	width:100%;
	height:36px;
	padding:0 5px;
	font-size:15px;
	line-height:36px;
	text-align:center;
	color:#fff;
	background-color:#3d5059;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow:hidden;
	position:absolute;
	left:0;
	bottom:0;
}
.sub-pro-list li:hover img{
	transform: scale(1.05,1.05)
}
.sub-pro-list li:hover .spl-tit{
	background-color:#ffcb04;
}
@media (max-width:1259px){

}
@media (max-width:991px){
	.sub-pro-list li{padding-bottom:30px;}
	.spl-tit{
		font-size:14px;
		height:30px;
		line-height:30px;
	}
}
@media (max-width:767px){
	.sub-pro-list li{
		margin-bottom:20px;
	}
}
@media (max-width:650px){

}
@media (max-width:580px){
	.sub-pro-list li{
		width:49%;
		margin-bottom:20px;
	}
	.sub-pro-list li:nth-of-type(3n-1){
		margin-left:0;
		margin-right:0;
	}
	.sub-pro-list li:nth-of-type(2n){
		margin-left:2%;
	}
}

/*********文章列表 ***************/
.sub-news-list{margin-bottom:30px;}
.sub-news-list li{
	display: block;
	padding:20px 15px;
	height:65px;
	border-bottom:1px dashed #999; 
	transition:.8s; 
}
.snl-dot{
	display:block;
	float:left;
	width:6px;
	height:6px;
	margin-top:10px;
	border-radius:50%;
	background-color:#333; 
	margin-right:10px;
}
.snl-tit{
	float:left;
	font-size:16px;
	line-height:25px;
	height:25px;
	width:calc(100% - 120px);
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow:hidden;
}
.snl-date{
	display:block;
	float:right;
	font-size:14px;
	line-height:25px;
}
.sub-news-list li:hover .snl-dot{
	background-color:#ffcb04; 
}
.sub-news-list li:hover .snl-tit,
.sub-news-list li:hover .snl-date{
	color:#ffcb04;
}
@media (max-width:991px){
	.snl-tit{font-size:15px;}
	.snl-date{font-size:13px;}
}
@media (max-width:767px){
	.sub-news-list li{
 		padding:10px;
		height:70px;
	}
	.snl-dot{
		width:6px;
		height:6px;
		margin-top:10px;
		margin-right:5px;
	}
	.snl-tit{
		width:calc(100% - 20px);
		margin-bottom:5px;
	}
	.snl-date{
		width:100%;
		line-height:24px;
		padding-left:11px;
	}

}
@media (max-width:540px){
	.snl-tit{
		font-size:14px;
	}
	.sub-news-list li .snl-date{
		font-size:12px;
	}
}

/*********新闻详情***************/
.sub-news-box{
	float:left;
	width:calc(100% - 280px);
	padding-top:40px;
}
.snb-tit{
  	margin:0;
	font-size:20px;
	line-height:20px;
	font-weight:bold;
	text-align:center;
	margin-bottom:15px;
}
.snb-date{
	font-size:12px;
	line-height:16px;
	text-align:center;
	padding-bottom:15px;
	border-bottom: 1px dashed #a2a2a2;
}
.snb-date span{
	margin:0 15px;
	color:#666;
}
.sub-news-detail{padding:30px 0;}
@media (max-width:991px){
	.sub-news-box{
		width:calc(100% - 220px);
	}
}
@media (max-width:767px){
	.sub-news-box{
		float:none;
		width:100%;
		padding-top:30px;
	}
	.snb-date{padding-bottom:10px;}
	.sub-news-detail{padding:20px 0;}
}
/******推荐新闻**********/
.in-news-tj{
	float:right;
	width:240px;
	margin-left:40px;
	padding-top:40px;
}
.int-tit{
	width:100%;
	height:40px;
	font-size:18px;
	line-height:30px;
	color:#ffcb04;
	background:url(../upload/images/int_tit.png) no-repeat left bottom;
	padding-bottom:10px;
	padding-left:4px;
}
.int-list li{
	padding:13px 2px;
	height:45px;
	border-bottom:1px dashed #eaeaea;
}
.int-list li span{
	display:block;
	width:18px;
	height:18px;
	border-radius:2px;
	float:left;
	margin-right:12px;
	color:#666;
	font-size:12px;
	line-height:16px;
	text-align:center;
	border:1px solid #666;
}
.int-list li:nth-of-type(1) span{background-color:#ec001d;border:1px solid #ec001d;color:#fff;}
.int-list li:nth-of-type(2) span{background-color:#ff5608;border:1px solid #ff5608;color:#fff;}
.int-list li:nth-of-type(3) span{background-color:#ff8f05;border:1px solid #ff8f05;color:#fff;}
.int-list li div{
	float:left;
	font-size:14px;
	line-height:18px;
	width:calc(100% - 30px);
	height:18px;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}
.int-list li:hover span{background-color:#ffcb04;border:1px solid #ffcb04;color:#fff;}
.int-list li:hover div{color:#ffcb04;}
@media (max-width:991px){
	.in-news-tj{
		width:200px;
		margin-left:20px;
	}
}
/*********产品详情***************/
.sub-pro-box{padding-top:40px;}
.spb-tit{
  	margin:0;
	font-size:20px;
	line-height:20px;
	font-weight:bold;
	text-align:center;
	padding-bottom:15px;
	border-bottom: 1px dashed #a2a2a2;
}
.sub-pro-detail{padding:30px 0;}
@media (max-width:767px){
	.sub-pro-box{padding-top:30px;}
	.spb-tit{padding-bottom:10px;}
	.sub-pro-detail{padding:20px 0;}
}
/*****推荐产品**********/
.in-pro-tj{margin-top:40px;}
.ipt-tit{
	width:100%;
	background:url(../upload/images/ipt_tit.png) no-repeat left bottom;
	padding-bottom:10px;
	margin-bottom:20px;
}
.ipt-tit-l{
	float:left;
	font-size:18px;
	line-height:30px;
	color:#ffcb04;
	padding-left:5px;
}
.ipt-tit-r{
	float:right;
	display:block;
	width:55px;
	height:30px;
	line-height:28px;
	color:#ffcb04;
	border:1px solid #ffcb04;
	text-align:center;
}
.ipt-tit-r:hover{
	background-color:#ffcb04;
	color:#fff;
}
.ipt-list li{
	float:left;
	width:calc(100% / 6 - 2%);
	margin-right:1%;
	margin-left:1%;
}
.ipt-list-pic{
	width:100%;
	height:95px;
	background-color:#fff;
	border:1px solid transparent;
	text-align:center;
	overflow:hidden;
}
.ipt-list-pic img{	
	max-width:100%;
	max-height:100%;
}
.ipt-list li span{
	display:block;
	width:100%;
	height:34px;
	font-size:14px;
	line-height:34px;
	text-align:center;
	overflow:hidden;
	white-space: nowrap;
	text-overflow:ellipsis;
}
.ipt-list li:hover .ipt-list-pic{
	border:1px solid #ffcb04;
}
@media (max-width:1259px){
	.ipt-list-pic{height:70px;}
}
@media (max-width:991px){
	.ipt-list-pic{height:50px;}
	.ipt-list li span{font-size:13px;}
}
/*********单页详情***************/
.sub-page-tit{
	padding-top:40px;
	padding-bottom:15px;
	border-bottom:1px dashed #a2a2a2;
	text-align:center;
}
.sub-page-tit-cn{
	display:block;
	font-size:22px;
	line-height:22px;
	font-weight:bold;
	margin-bottom:10px;
}
.sub-page-tit-en{
	display:block;
	font-size:14px;
	line-height:14px;
	color:#999;
}
.sub-page-detail{padding-top:30px;}
@media (max-width:991px){
	.sub-page-tit-cn{
		font-size:20px;
		line-height:20px;
		font-weight:bold;
		margin-bottom:10px;
	}
	.sub-page-tit-en{
		font-size:12px;
		line-height:12px;
	}	
}
@media (max-width:767px){
	.sub-page-tit{
		padding-top:30px;
		padding-bottom:10px;
	}
	.sub-page-detail{padding-top:20px;}
}
/*********联系**************/
.sub-contact-detail{padding-top:30px;}
.sub-contact-company{
	font-size:16px;
	font-weight:bold;
	margin-bottom:20px;
	color:#3d5059;
}
.sub-contact-list{margin-bottom:30px;}
.sub-contact-list li{
	font-size:14px;
	line-height:20px;
	color:#666;
	margin-bottom:10px;
}


/*******分页**********/
#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:#3d5059;
	border: 1px solid #3d5059;
	color:#fff;
}
#pageDiv span {
	display:inline-block; 
	font-size:14px;
	line-height:28px;
	color:#666;
}
@media (max-width: 991px) {

}
@media (max-width: 767px) {
	#pageDiv{ 
		float:none;
		margin:0 auto;
	}
	#pageDiv span,#pageDiv a { 
		font-size:12px;
	}
}
/*******上下页**********/
.in-prenext div span{
	font-size:13px;
	color:#666;
	line-height:24px;
	margin-right:10px;
}
.in-prenext div a{
	font-size:13px;
	color:#666;
	line-height:24px;
}
.in-prenext div a:hover{color:#3d5059;}
.in-back{
	display:block;
	width:90px;
	padding-left:10px;
	text-align:center;
	font-size:14px;
	line-height:32px;
	height:32px;
	background:#3d5059 url(../upload/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); }

/************客户反馈*******************/
.page-feedback{padding-top:30px;}
.page-feedback-txt{
	font-size:15px;
	color:#666;
}
.feedback-tit{
	font-size:15px;
	line-height:32px;
	font-weight:bold;
	color:#666;
	margin-top:40px;
}
.cus-mes{
	width:100%;
	height:140px;
	line-height:24px;
	padding:10px;
	border:1px solid #aeaeae;
	border-radius:4px;
}
.feedback-line1,
.feedback-line2,
.feedback-line3{
	width:100%;
}
.feedback-line3{margin-top:20px;}
.cus-info{
	display:block;
	float:left;
	width:23.5%;
	margin-right:2%;
	height:44px;
	line-height:24px;
	padding:10px 10px 10px 40px;
	border:1px solid #aeaeae;
	border-radius:4px;
}
.cus-info:nth-of-type(1){
	background:url(../upload/images/feed_icon01.png) no-repeat 10px center;
}
.cus-info:nth-of-type(2){
	background:url(../upload/images/feed_icon02.png) no-repeat 10px center;
}
.cus-info:nth-of-type(3){
	background:url(../upload/images/feed_icon04.png) no-repeat 10px center;
}
.cus-info:nth-of-type(4){
	background:url(../upload/images/feed_icon03.png) no-repeat 10px center;
	margin-right:0;
}

.captcha{
	display:block;
	float:left;
	width:23.5%;
	margin-right:2%;
	height:44px;
	line-height:24px;
	padding:10px;
	border:1px solid #aeaeae;
	border-radius:4px;
}

.captcha-img{
	float:left;
	width:85px;
	height:32px;
	margin-top:6px;
	border:1px solid #aeaeae;
	border-radius:4px;
}
.captcha-img img{
	width:100%;
	height:100%;
	max-width:100%;
	max-height:100%;
}
.feedback-submit,
.feedback-reset{
	display:block;
	float:left;
	width:49%;
	height:44px;
	line-height:24px;
	padding:10px;
	border-radius:4px;
	color:#fff;
}
.feedback-submit{
	margin-right:2%;
	background-color:#3d5059;
}
.feedback-reset{
	background-color:#ffcb04;
}
.feedback-submit:hover{
	background-color:#2b383e;
}
.feedback-reset:hover{
	background-color:#c39c05;
}

@media (max-width:767px){
	.cus-mes{padding:5px;}
	.cus-info{
		padding:5px 5px 5px 26px;
		height:34px;
	}
	.cus-info:nth-of-type(1){
		background:url(../upload/images/feed_icon01.png) no-repeat 5px center;
		background-size:16px;
	}
	.cus-info:nth-of-type(2){
		background:url(../upload/images/feed_icon02.png) no-repeat 5px center;
		background-size:16px;
	}
	.cus-info:nth-of-type(3){
		background:url(../upload/images/feed_icon04.png) no-repeat 5px center;
		background-size:16px;
	}
	.cus-info:nth-of-type(4){
		background:url(../upload/images/feed_icon03.png) no-repeat 5px center;
		background-size:16px;
	}
	.captcha{
		height:34px;
		padding:5px;
	}
	.captcha-img{margin-top:1px}
	.feedback-submit,
	.feedback-reset{
		height:34px;
		padding:5px;
	}
}
@media (max-width:680px){
	.feedback-tit{
		margin-top:20px;
	}
	.cus-info{
		width:49%;
		margin-bottom:10px;
	}
	.captcha{
		width:49%;
	}
	.cus-info:nth-of-type(2){margin-right:0;}
}

















