﻿@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;}
.bg-f5{background-color:#f5f5f5;}
.tb-rl{
	-webkit-writing-mode:vertical-rl;
	writing-mode:tb-rl;
	writing-mode:vertical-rl;
}
.inner-honor{max-width:100%;}

/*******************************************首页********************************************/
/***************** head*****************/
.header{
	position:absolute;
	top:0;
	right:0;
}
.index-head{height:80px;}
.index-head-logo{
	float:left;
	padding-top:14px;
}
.index-head-tel{
	float:right;
	padding-top:23px;
}
.index-head-logo img,
.index-head-tel img{
	display:block;
}
.index-head-nav{
	float:left;
	margin:0 50px;
	width:calc(100% - 520px);
}
.nav-box li{
	float:left;
	width:calc(100% / 7);
	text-align:center;
}
.nav-box li a{
	display:block;
	padding:0;
	width:100%;
	height:80px;
	font-size:16px;
	line-height:80px;
}
.nav-box li.on-top a,
.nav-box li:hover a{
	color:#81c34c;
}

@media (max-width: 1259px) {
	.index-head-tel{display:none;}
	.index-head-nav{
		float:right;
		margin:0;
		width:calc(100% - 300px);
	}	
}
@media (max-width: 991px) {
	.index-head-nav{
		width:calc(100% - 100px);
	}	
}
@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:-28px;
}
.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:#81c34c;
}
.callbacks_tabs a{
	visibility:hidden;
}
.sub-banner img{
	display:block;
	width:100%;
}

@media(max-width:640px){
	.callbacks_tabs{
		margin-left:-18px;
		bottom:10px;
	}
	.callbacks_tabs li a{
		height: 10px;
		width: 10px;
		margin:0 4px;
	}	
}
/********首页标题**************/
.index-tit{
	text-align:center;
	margin-bottom:25px;
	position:relative;
}
.index-tit-en{
	display:block;
	font-size:20px;
	line-height:20px;
	margin-bottom:10px;
	color:#999;
}
.index-tit-cn{
	display:block;
	font-size:28px;
	line-height:28px;
	height:28px;
	font-weight:bold;
	color:#2e3c63;
}
.index-tit-line{
	width:40px;
	height:4px;
	background-color:#81c34c;
	margin:15px auto 0;
}

@media (max-width:767px) {
	.index-tit-en{
		font-size:16px;
		line-height:16px;
		margin-bottom:10px;
	}
	.index-tit-cn{
		font-size:22px;
		line-height:22px;
		height:22px;
	}
}	
/***********index-more************/
.index-more{
	display:block;
	width:168px;
	height:45px;
	font-size:16px;
	line-height:45px;
	padding-left:25px;
	color:#fff;
	background:url(../images/index_more_bg.png) no-repeat center;
	position:relative;
}
.index-more span{
	display:block;
	width:32px;
	height:7px;
	background:url(../images/index_more_arrow.png) no-repeat center;
	transition:all 0.4s ease-in 0s;
	position:absolute;
	right:30px;
	top:19px;
}
.index-more:hover span{
	right:20px;
}
@media (max-width:767px){
	.index-more{
		width:110px;
		height:33px;
		line-height:33px;
		font-size:14px;
		padding-left:10px;
		background:url(../images/index_more_bg.png) no-repeat 65% center;
	}
	.index-more span{
		right:15px;
		top:13px;
	}
	.index-more:hover span{
		right:10px;
	}
}

/***************产品中心***********************/
.index-pro{
	padding:50px 0;
	background-color:#f5f5f5;
}
.index-pro-nav{
	text-align:center;
}
.index-pro-nav a{
	display:inline-block;
	padding:0 25px;
	font-size:17px;
	line-height:20px;
	height:20px;
	border-right:1px solid #666;
	color:#666;
	margin-bottom:15px;
}
.index-pro-nav a:last-of-type{border-right:0;}
.index-pro-nav a:hover{
	color:#81c34c;
}
.index-pro-list{margin-top:30px;}
.index-pro-list li{
	float:left;
	width:23.5%;
	margin-right:2%;
	margin-bottom:40px;
}
.index-pro-list li:nth-of-type(4n){margin-right:0;}
.index-pro-img{
	border:1px solid transparent;
	background-color:#fff;
	width:100%;
	height:250px;
	text-align:center;
	vertical-align: middle;
	overflow:hidden;
}
.index-pro-img img{
	max-width:100%;
	max-height:100%;
}
.index-pro-tit{display:block;}
.index-pro-tit p{
	display:block;
	width:100%;
	height:50px;
	font-size:16px;
	line-height:48px;
	color:#666;
	border:1px solid #999;
	border-radius:4px;
	text-align:center;
	padding:0 5px;
	margin-top:20px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow:hidden;
}
.index-pro-list li:hover .index-pro-img{
	border:1px solid #81c34c;
}
.index-pro-list li:hover .index-pro-tit p{
	border:1px solid #81c34c;
	background-color:#81c34c;
	color:#fff;
}
.index-pro .index-more{margin:0 auto;}
@media (max-width:1259px){
	.index-pro-nav a{font-size:16px;}
	.index-pro-img{height:150px;}
	.index-pro-tit p{
		height:40px;
		font-size:15px;
		line-height:38px;
		margin-top:15px;
	}
}
@media (max-width:991px){
	.index-pro-nav a{font-size:15px;}
	.index-pro-list{margin:25px 0 10px;}
	.index-pro-list li{margin-bottom:30px;}
	.index-pro-img{height:115px;}
	.index-pro-tit p{
		height:36px;
		font-size:14px;
		line-height:34px;
		margin-top:10px;
	}
}
@media (max-width:767px){
	.index-pro-nav a{
		padding:0 15px;
		font-size:14px;
		margin-bottom:10px;
	}
	.index-pro-list{margin:15px 0 0;}
}
@media (max-width:600px){
	.index-pro-nav a{padding:0 8px;}
	.index-pro-list li{
		width:48%;
		margin-right:4%;
		margin-bottom:25px;
	}
	.index-pro-list li:nth-of-type(2n){margin-right:0;}
	.index-pro-img{height:140px;}
}
@media (max-width:480px){
	.index-pro-img{height:102px;}
}
/****************拦腰**********************/
.index-fen{
	padding:50px 0;
	background:url(../images/index_fen_bg.jpg) no-repeat center;
	background-size:cover;
}

.index-fen img{
       width:100%;

}

.index-fen-left,
.index-fen-right{
	float:left;
	width:50%;
}
.index-fen-left h1{
	font-size:36px;
	font-weight:bold;
	line-height:1;
	color:#81c34c;
}
.index-fen-left h2{
	font-size:28px;
	font-weight:bold;
	line-height:1;
	color:#fff;
	margin:15px 0 30px;
}
.index-fen-left p span{
	display:inline-block;
	padding-left:32px;
	height:22px;
	font-size:18px;
	line-height:22px;
	color:#fff;
	background:url(../images/index_fen_icon.png) no-repeat left center;
}
.index-fen-left p span:nth-of-type(1){margin-right:35px;}
.index-fen-right{padding-left:60px;}
.index-fen-right li{
	float:left;
	width:30%;
}
.index-fen-right li:nth-of-type(2){margin:0 5%;}
.index-fen-right li img{
	display:block;
	width:100%;
}

@media (max-width:1259px){
	.index-fen-left h1{font-size:30px;}
	.index-fen-left h2{font-size:22px;}
}
@media (max-width:991px){
	.index-fen-right{display:none;}
	.index-fen-left{float:none;width:100%;text-align: center;}
	.index-fen-left h2{margin:20px 0 25px;}
}
@media (max-width:767px){
	.index-fen{padding:30px 0;}
}
@media (max-width:560px){
	.index-fen-left h1{font-size:24px;}
	.index-fen-left h2{
		font-size:16px;
		margin:20px 0;
	}
	.index-fen-left p span{font-size:14px;padding-left:25px;}
	.index-fen-left p span:nth-of-type(1){margin-right:15px;}
}
/****************关于**********************/
.index-about{position:relative}
.index-about-info{
	width:50%;
	padding:40px 25px 40px 0;
}
.index-at-cn{
                display:inline;
	font-size:22px;
	line-height:22px;
	font-weight:bold;
	color:#2e3c63;
}
.index-at-en{
                display:inline;
	font-size:16px;
	line-height:22px;
	color:#999;
}
.index-about-des{margin:20px 0}
.index-about-des span{
	display:block;
	font-size:16px;
	line-height:24px;
	color:#666;
	text-indent:2em;
}
.index-about-img{
	position:absolute;
	width:50%;
	height:360px;
	overflow:hidden;
	bottom:0;
	right:0;
}
.index-about-img img{
	display:block;
	height:100%;
}
.index-about .index-more{
	float:right;
}
@media (max-width:1259px){
	.index-about-des span{
		font-size:14px;
		line-height:24px;
	}
	.index-about-img img{
		margin-left:-200px;
	}
}
@media (max-width:991px){
	.index-about-img{
		height:406px;
	}
	.index-about-img img{
		margin-left:-400px;
	}
}
@media (max-width:767px){
	.index-about-img{display:none;}
	.index-about-info{
		width:100%;
		padding:30px 0;
	}
}

/****************新闻**********************/
.index-news{
	padding:50px 0;
	background-color:#f5f5f5;
}
.index-news-list li{
	float:left;
	width:33.333333%;
	padding-top:35px;
	position:relative;
}
.index-news-day{
	padding-left:20px;
	position:absolute;
	top:0;
	left:0;
}
.index-news-d{
	display:block;
	font-size:30px;
	line-height:30px;
	margin-bottom:5px;
	color:#c8c8c8;
}
.index-news-y{
	display:block;
	font-size:16px;
	line-height:16px;
	color:#c8c8c8;
}
.index-news-list li a{
	display:block;
}
.index-news-info{
	padding:30px 20px 5px;
	border-right:1px solid #d2d2d2;
}
.index-news-list li:last-of-type .index-news-info{
	border-right:0;
}
.index-news-tit{
	font-size:20px;
	line-height:22px;
	height:22px;
	color:#666;
	white-space: nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}
.index-news-line01{
	width:40px;
	height:2px;
	background-color:#e1e1e1;
	margin:15px 0;
}
.index-news-des{
	display:block;
	font-size:15px;
	line-height:24px;
	color:#666;
	text-indent: 2em;
}
.index-news-line02{
	width:40px;
	height:2px;
	background-color:#e1e1e1;
	margin-top:15px;
}
.index-news-more{
	font-size:16px;
	font-weight:bold;
	color:#666;
	padding-left:20px;
	margin-top:15px;
}
.index-news-list li:hover .index-news-day span,
.index-news-list li:hover .index-news-more,
.index-news-list li:hover .index-news-tit{
	color:#81c34c;
}
.index-news-list li:hover .index-news-line01,
.index-news-list li:hover .index-news-line02{
	background-color:#81c34c;
}
@media (max-width:1259px){
	.index-news-tit{
		font-size:18px;
		line-height:20px;
		height:20px;
	}
}
@media (max-width:991px){
	.index-news-list li{
		width:50%;
	}
	.index-news-list li:last-of-type{display:none;}
	.index-news-list li:nth-of-type(2) .index-news-info{
		border-right:0;
	}
}
@media (max-width:767px){
	.index-news-list li{
		width:100%;
	}
	.index-news-list li:first-of-type{
		margin-bottom:25px;
		padding-bottom:25px;
		border-bottom:1px solid #d2d2d2;
	}
	.index-news-list li .index-news-info{
		border-right:0;
	}
	.index-news-more,
	.index-news-day{padding-left:0;}
	.index-news-info{padding:30px 0 0}
	.index-news-line01{margin:10px 0;}
	.index-news-line02{margin-top:10px;}
}
/****************foot**********************/
.index-foot{
	background:#2e3c63;
	padding:40px 0;
}
.index-foot-nav{
	margin-bottom:25px;
	text-align:center;
}
.index-foot-nav a{
	padding:0 20px;
	font-size:16px;
	line-height:16px;
	color:#fff;
	border-right:1px solid #fff;
}
.index-foot-nav a:last-of-type{
	border-right:0;
}
.index-foot-copy{
	font-size:14px;
	color:#fff;
	text-align:center;
	margin-bottom:15px;
}
.index-foot-add{text-align:center;}
.index-foot-add span,
.index-foot-add a{
	display:inline-block;
	margin:0 10px;
	color:#fff;
	line-height:25px;
}
.index-foot-tjpro{
	text-align:center;
	margin-top:15px;
}
.index-foot-tjpro span,
.index-foot-tjpro a{
	color:#fff;
	margin-right:5px;
}
.index-foot-link{
	padding:10px 0;
	background-color:#333;
}
.index-foot-link{text-align:center;}
.index-foot-link span,
.index-foot-link a{
	color:#fff;
	margin-right:5px;
}
.index-foot-jianshe{color:#fff}
.index-foot-nav a:hover,
.index-foot-tjpro a:hover,
.index-foot-link a:hover{
	text-decoration: underline;
}

@media(max-width:991px){
	.index-foot-nav a{
		padding:0 15px;
		font-size:15px;
		line-height:15px;
	}
}
@media(max-width:767px){
	.index-foot-nav{display:none;}
}
@media(max-width:480px){
	.index-foot-copy,
	.index-foot-add,
	.index-foot-tjpro,
	.index-foot-link{text-align:left;}
	.index-foot-add span{
		margin:0 10px 0 0;
	}
}
/**********首页边距***********/
@media(max-width:767px){
	.index-pro,
	.index-news,
	.index-foot{padding:30px 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:#2e3c63;
	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{
	padding:25px 0;
	text-align:center;
	background-color:#2e3c63;
	margin-bottom:10px;
}
.sub-lt-cn{
	display:block;
	font-size:20px;
	line-height:20px;
	margin-bottom:10px;
	font-weight:bold;
	color:#fff;
}
.sub-lt-en{
	display:block;
	font-size:12px;
	line-height:12px;
	color:#fff;
}
.sub-left-nav li{margin-bottom:1px;}
.sub-left-nav li a{
	display:block;
	width:100%;
	padding:20px 0;
	font-size:15px;
	line-height:20px;
	text-align:center;	
}
.sub-left-nav li.active a,
.sub-left-nav li a:hover{
	background-color:#2e3c63;
	color:#fff;
}
.sub-left-more{
	display:block;
	width:100%;
	height:34px;
	line-height:34px;
	padding-left:75px;
	color:#fff;
	background:#81c34c url(../images/left_nav_arrow.png) no-repeat 170px center;
}
.sub-left-more:hover{
	background:#2e3c63 url(../images/left_nav_arrow.png) no-repeat 170px center;
}
@media(max-width:991px){
	.sub-left-tit{padding:15px 0;}
	.sub-left-nav li a{
		font-size:14px;
		padding:15px 0;
	}
	.sub-left-more{
		padding-left:45px;
		background:#81c34c url(../images/left_nav_arrow.png) no-repeat 150px center;
	}
	.sub-left-more:hover{
		background:#2e3c63 url(../images/left_nav_arrow.png) no-repeat 150px center;
	}
}
@media(max-width:767px){
	.sub-left-tit,
	.sub-left-more{display:none;}
	.sub-left-nav{
		text-align: center;
		margin-bottom:20px;
	}
	.sub-left-nav li{
		display:inline-block;
		margin-bottom:10px;
	}
	.sub-left-nav li a{
		display:block;
		width:auto;
		padding:4px 8px;
		font-size:14px;
		line-height:20px;
		border:1px solid #ddd;
	}
	.sub-left-nav li.active a,
	.sub-left-nav li a:hover{
		background-color:#53c247;
		border:1px solid #53c247;
		color:#fff;
	}
}
/*********产品列表 ***************/
.sub-pro-list{margin-top:20px;}
.sub-pro-list li{
	float:left;
	width:32%;
	height:300px;
	text-align: center;
	background-color:#fff;
	overflow:hidden;
	border:1px solid #2e3c63;
	margin-bottom:30px;
	position:relative;
                padding-bottom:36px;
}
.sub-pro-list li:nth-of-type(3n-1){
	margin-left:2%;
	margin-right:2%;
}
.sub-pro-list li img{
	max-width:100%;
	max-height:100%;
	position:relative;
}
.spl-tit{
	width:100%;
	height:36px;
	padding:0 5px;
	font-size:15px;
	line-height:36px;
	text-align:center;
	color:#fff;
	background-color:#2e3c63;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow:hidden;
	position:absolute;
	left:0;
	bottom:0;
}
.sub-pro-list li:hover{
	border:1px solid #81c34c;
}
.sub-pro-list li:hover .spl-tit{
	background-color:#81c34c;
}
@media (max-width:1259px){
	.sub-pro-list li{height:190px;}
}
@media (max-width:991px){
	.sub-pro-list li{height:150px;}
	.spl-tit{
		font-size:14px;
		height:30px;
		line-height:30px;
	}
}
@media (max-width:767px){
	.sub-pro-list li{
		margin-bottom:20px;
		height:180px;
	}
}
@media (max-width:650px){
	.sub-pro-list li{height:150px;}
}
@media (max-width:580px){
	.sub-pro-list li{
		width:49%;
		height:200px;
		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%;
	}
}
@media (max-width:480px){
	.sub-pro-list li{height:150px;}
}
/*********文章列表 ***************/
.sub-news-list{margin-bottom:30px;}
.sub-news-list li{
	display: block;
	padding:20px 15px;
	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;
	width:calc(100% - 120px);
}
.snl-date{
	display:block;
	float:right;
	font-size:14px;
	line-height:25px;
}
.sub-news-list li:hover .snl-dot{
	background-color:#81c34c; 
}
.sub-news-list li:hover .snl-tit,
.sub-news-list li:hover .snl-date{
	color:#81c34c;
}
@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:auto;
	}
	.snl-dot{
		width:6px;
		height:6px;
		margin-top:10px;
		margin-right:5px;
	}
	.snl-tit{
		width:calc(100% - 20px);
		height:auto;
		margin-bottom:5px;
	}
	.snl-date{
		width:100%;
		line-height:24px;
		padding-left:11px;
	}

}
@media (max-width:540px){
	.snl-tit{
		font-size:14px;
		line-height:24px;
	}
	.sub-news-list li .snl-date{
		font-size:12px;
	}
}

/*********新闻详情***************/
.sub-news-box{
	float:left;
	width:calc(100% - 280px);
	padding-top:40px;
}
.snb-tit{
	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;}
.sub-news-detail,.sub-news-detail p,.sub-news-detail a{font-size:15px;line-height:1.6;color:#666}
@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;}
.sub-news-detail,.sub-news-detail p,.sub-news-detail a{font-size:14px;}
}
/******推荐新闻**********/
.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:#53c247;
	background:url(../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:#53c247;border:1px solid #53c247;color:#fff;}
.int-list li:hover div{color:#53c247;}
@media (max-width:991px){
	.in-news-tj{
		width:200px;
		margin-left:20px;
	}
}
/*********产品详情***************/
.sub-pro-box{padding-top:40px;}
.spb-tit{
	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;}
.sub-pro-detail img{max-width:100%;height: auto;}
.sub-pro-detail,.sub-pro-detail p,.sub-pro-detail a{font-size:15px;line-height:1.6;color:#666}
@media (max-width:767px){
	.sub-pro-box{padding-top:30px;}
	.spb-tit{padding-bottom:10px;}
	.sub-pro-detail{padding:20px 0;}
.sub-pro-detail,.sub-pro-detail p,.sub-pro-detail a{font-size:14px;}
}
/*****推荐产品**********/
.in-pro-tj{margin-top:40px;}
.ipt-tit{
	width:100%;
	background:url(../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:#53c247;
	padding-left:5px;
}
.ipt-tit-r{
	float:right;
	display:block;
	width:55px;
	height:30px;
	line-height:28px;
	color:#53c247;
	border:1px solid #53c247;
	text-align:center;
}
.ipt-tit-r:hover{
	background-color:#53c247;
	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 #53c247;
}
.ipt-list li:hover span{color:#53c247;}
@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:#2e3c63;
}
.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:#2e3c63;
	border: 1px solid #2e3c63;
	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:#2e3c63;}
.in-back{
	display:block;
	width:130px;
	padding-left:20px;
	text-align:center;
	font-size:14px;
	line-height:32px;
	height:32px;
	background:#2e3c63 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); }


/*******企业文化**********/
	.culturelist{height:770px;}
	.culturelist li{
		float:left;
		width:48%;
		margin:0 1% 20px;
		border:3px solid #9dcd17;
		padding:20px 5px;
		text-align:center;
		height:90px;
	}
	.culturelist-tit{
		color:#142d65;
		font-size:20px;
		font-weight:bold;
		line-height:20px;
		margin-bottom:10px;
		text-align:center;
	}
	.culturelist-des{
		font-size:16px;
		line-height:20px;
		height:20px;
		text-align:center;
	}
@media (max-width: 991px) {
		.culturelist{height:910px}
		.culturelist li{
			height:110px;
		}
  	                .culturelist-des  {
                                  height:40px;
                                 }
@media (max-width: 600px) {
		.culturelist{height:auto}
  	                .culturelist li {
                                                float:none;
                                                width:98%;
			margin:0 1% 10px;
			border:2px solid #9dcd17;
			padding:10px 5px;
                                                height:auto;
  	                }
		.culturelist-tit{
			font-size:16px;
		}
		.culturelist-des{
			font-size:14px;
			line-height:20px;
			height:auto;
		}
}


















/* CSS Document Created on 2020-12-17 10:26:22 by 1 */

