@charset "utf-8";
/* CSS Document */
*{list-style:none;outline:none;font-family:"微软雅黑",arial;border:none;color:#333;padding:0;margin:0;}
ul,ol,p{margin-bottom:0;}
.fl{float:left;}
.fr{float:right;}
html,body{height:100%;overflow-x:hidden;}
/*******************************************首页********************************************/
/***************** head*****************/
.pd-lt-tu{float:left;width: 50%;padding:0 4%;}
.pd-lt-tu img{width: 80%;margin: 0 auto;}
.pd-tel{font-size: 16px; float:left;width:45%;margin:0 2%;padding:10px 20px;background-color: crimson;color: #fff;}	
	@media(max-width:768px){
      .pd-lt-tu{text-align:center;;padding:0 2%;}
      .pd-lt-tu img{width: 100%;}
      .pd-tel{width:50%;margin:0 ;}
	}

	@media(max-width:600px){
   .pd-lt-tu{padding:2%;clear:left;width:100%;}
	.pd-lt-tu img{width: 80%;}
  	.pd-tel{font-size: 14px;margin:0;padding:5px 10px;clear:left;width:100%;} 
      p img{width:100%;}
}
.mb-nav{
	z-index:900;
	position:absolute;
	width:250px;
	height:100%;
	top:0;
	right:-300px;
	background:#333333;
	transition:.5s;
}
.mb-nav-tit{
	font-size:16px;
	font-weight:bold;
	line-height:20px;
	padding:15px 0;
	color:#999;
	text-align:center;
}
.mb-nav-close{
	font-size:15px;
	line-height:20px;
	padding:15px 0 15px 15px;
	color:#ddd;
	background:#2b2b2b url(../images/close.png) no-repeat 222px center;
	cursor:pointer;
}
.mb-fir-nav>li{
	position:relative;
}
.mb-fir-nav>li>a{
	display:block;
	width:100%;
	font-size:15px;
	line-height:20px;
	padding:15px 0 15px 15px;
	color:#ddd;
	border-bottom:1px solid #2b2b2b;
}

.mb-nav-arrow{
	position:absolute;
	display:block;
	width:44px;
	height:50px;
	border-left:1px solid #2b2b2b;
	right:0;
	top:0;
	background:url(../images/up.png) no-repeat 16px center;
	cursor:pointer;
}
.mb-nav-arrow:hover{
	background:#e40515 url(../images/up.png) no-repeat 16px center;;
} 
.mb-sec-nav{display:none;}
.mb-sec-nav>li>a{
	display:block;
	width:100%;
	font-size:15px;
	line-height:20px;
	padding:15px 0 15px 35px;
	color:#ddd;
	border-bottom:1px solid #2b2b2b;
}
.mb-fir-nav>li>a:hover,
.mb-sec-nav>li>a:hover{
	background:#e40515;
}
/***************** pchead*****************/
.index-head{
	z-index:999;
	height:100px;
}
.logo-box{
	display:block;
	float:left;
	width:400px;
	padding:13px 0;
}
.logo-box img{
	display:block;
	width:100%;
}
.logo-box .logo2{display:none;}

.nav-box{
	float:right;
	width:calc(100% - 500px);
}
.nav-box li{
	float:left;
	width:16%;
}
.nav-box li a{
	display:block;
	width:100%;
	height:100px;
	line-height:100px;
	padding:0;
	font-size:17px;
	text-align:center;
}
.nav-box li:hover a,
.nav-box li.on-top a{
	background:url(../images/index_sanjiao.png) no-repeat center bottom;
	color:#e40515;
}
.toggle{
	float:right;
	cursor:pointer;
	width:35px;
	height:24px;
	margin-top:38px;
	z-index:100;
	display:none;
}
.toggle span{
	display:block;
	width:100%;
	height:4px;
	margin-bottom:6px;
	background-color:#e40515;
	border-radius:2px;
	transition:all .1s ease
}
.toggle:hover span{
	background-color:#2e3c63;
}

@media (max-width:1259px) {
	.logo-box .logo1{display:none;}
	.logo-box .logo2{display:block;}
	.logo-box{width:99px;}
	.nav-box{
		width:calc(100% - 200px);
	}
	.nav-box li a{font-size:16px;}
}
@media (max-width:991px) {
	.nav-box{
		width:calc(100% - 140px);
	}
	.nav-box li a{font-size:15px;}
}
@media (max-width: 767px) {
	.nav-box{display:none;}
	.toggle{display:block;}
}


/***************** banner*****************/
.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;
	margin-bottom:0;
}
.callbacks_tabs li{
	display:inline-block;
}

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

@media(max-width:640px){
	.callbacks_tabs{
		margin-left:-33px;
		bottom:15px;
	}
	.callbacks_tabs li a{
		height: 10px;
		width: 10px;
		margin:0 6px;
	}	
}
/****************更多*************************/
.more{
	display:block;
	width:140px;
	height:40px;
	line-height:38px;
	font-size:16px;
	color:#fff;
	text-align:center;
	transition:.3s;
}
.more1{
	border:1px solid #e40515;
	background-color:#e40515;
}
.more1:hover{
	color:#e40515;
	background-color:transparent;
}
.more2{
	border:1px solid #fff;
}
.more2:hover{
	border:1px solid #e40515;
	background-color:#e40515;
}
@media (max-width:991px) {
	.more{
		width:120px;
		height:32px;
		line-height:30px;
		font-size:15px;
	}
	
}
/********首页标题**************/
.index-tit-center div{text-align:center} 
.index-tit-blue div{color:#00428e;} 
.index-tit-white div{color:#fff;}
.index-tit{margin-bottom:40px;}
.index-tit-en{
	font-size:34px;
	line-height:34px;
	height:34px;
	font-weight:bold;
	margin-bottom:10px;
} 
.index-tit-cn{
	font-size:24px;
	line-height:24px;
	height:24px;
} 
@media (max-width:1259px) {
	.index-tit{margin-bottom:35px;}
	.index-tit-en{
		font-size:30px;
		line-height:30px;
		height:30px;
	} 
	.index-tit-cn{
		font-size:22px;
		line-height:22px;
		height:22px;
	} 
}
@media (max-width:991px) {
	.index-tit{margin-bottom:30px;}
	.index-tit-en{
		font-size:26px;
		line-height:26px;
		height:30px;
		margin-bottom:6px;
	} 
	.index-tit-cn{
		font-size:20px;
		line-height:20px;
		height:20px;
	} 
}
@media (max-width:767px) {

}
@media (max-width:500px) {

}
/****************走进**********************/
.index-about{
	padding:50px 0;
}
.index-about-l{
	float:left;
	width:44%;
}
.index-about-tit{
	font-size:22px;
	line-height:22px;
	margin-bottom:20px;
}
.index-about-des{
	font-size:14px;
	line-height:30px;
	margin-bottom:20px;
	text-indent:2em;
}

.index-about-list li{
	float:left;
	width:33%;
	border:1px solid #e5e5e5;
	border-right:0;
	padding:25px 0 25px;
}
 .index-about-list li:last-of-type{
	border-right:1px solid #e5e5e5;
}

.ial-icon{
	width:42px;
	height:42px;
	margin:0 auto 20px;
}
.ial-icon01{
	background:url(../images/index_about_icon0101.png) no-repeat center;
}
.ial-icon02{
	background:url(../images/index_about_icon0201.png) no-repeat center;
}
.ial-icon03{
	background:url(../images/index_about_icon0301.png) no-repeat center;
}
.index-about-list li:hover .ial-icon01{
	background:url(../images/index_about_icon0102.png) no-repeat center;
}
.index-about-list li:hover .ial-icon02{
	background:url(../images/index_about_icon0202.png) no-repeat center;
}
.index-about-list li:hover .ial-icon03{
	background:url(../images/index_about_icon0302.png) no-repeat center;
}
.ial-tit{
	font-size:16px;
	text-align:center;
}
.index-about .more{margin-top:40px;}
.index-about-r{
	float:right;
	width:50%;
}
.index-about-r img{
	display:block;
	width:100%;
}
@media (max-width:1259px){
	.index-about-l{
		width:46%;
	}
	.index-about-r{
		width:48%;
	}
	.index-about-r img{
		margin-top:30px;
	}
	.index-about-tit{
		margin-bottom:15px;
	}
	.index-about-des{
		line-height:25px;
		margin-bottom:15px;
	}
	.index-about-list li{
		padding:15px 0 15px;
	}
	.index-about .more{margin-top:20px;}
}
@media (max-width:991px){
	.index-about-l{
		width:48%;
	}
	.index-about-r{
		width:46%;
	}	
	.index-about-r img{
		margin-top:0;
	}
	.index-about-tit{
		font-size:16px;
		line-height:16px;
		font-weight:bold;
		margin-bottom:15px;
	}
	.index-about-list{display:none;}
}
@media (max-width:767px){
	.index-about-r{display:none;}
	.index-about-l{
		float:none;
		width:100%;
	}	
	.index-about .index-tit div{text-align:center;}
}

/***************产品中心***************************/
.index-pro{
	padding:50px 0;
	background:url(../images/index_pro_bg.jpg) no-repeat center;
	background-size:cover;
}
.index-pro-nav{
	width:100%;
	height:70px;
	background-color:#fff;
	margin-bottom:30px;
}
.ipn-tit{
	float:left;
	width:170px;
	height:100%;
	padding-left:70px;
	background:#e40515 url(../images/index_pro_nav.png) no-repeat 30px center;
	font-size:18px;
	line-height:70px;
	color:#fff;
}
.ipn-list{
	float:left;
	padding-left:20px;
}
.ipn-list li{
	display:inline-block;
}
.ipn-list li a{
	display:block;
	padding:0 20px;
	height:70px;
	line-height:70px;
	font-size:16px;
} 
.ipn-list li a:hover{
	background:url(../images/index_sanjiao.png) no-repeat center bottom;
	color:#e40515;
}
.ipn-more{
	float:right;
	font-size:14px;
	line-height:70px;
	padding-right:20px;
}
.ipn-more:hover{
	color:#e40515;
}
.index-pro-list li{
	float:left;
	width:30%;
	border:1px solid transparent;
	margin-bottom:30px;
	transition:.5s;
}
.index-pro-list li:nth-of-type(3n-1){
	margin-left:5%;
	margin-right:5%;
}
.ipl-pic img{
	display:block;
	width:100%;
}
.ipl-tit{
	display:block;
	width:100%;
	height:40px;
	font-size:16px;
	line-height:40px;
	color:#fff;
	background-color:#e53342;
	text-align:center;
	white-space: nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}
.index-pro-list li:hover{	border:1px solid #e53342;}
.index-pro .more{margin:10px auto 0;}
@media (max-width:1259px){
	.ipn-list{padding-left:15px;}
	.ipn-list li a{
		font-size:15px;
		padding:0 15px;
	}
}
@media (max-width:991px){
	.index-pro-nav{
		height:50px;
	}
	.ipn-tit{
		width:50px;
		padding-left:0;
		font-size:0;
		background:#e40515 url(../images/index_pro_nav.png) no-repeat center;
	}
	.ipn-list{
		padding-left:10px;
	}
	.ipn-list li a{
		padding:0 10px;
		height:50px;
		line-height:50px;
		font-size:14px;
	} 
	.ipn-more{
		font-size:13px;
		line-height:50px;
	}	
}
@media (max-width:767px){
	.index-pro-nav{
		height:auto;
		background-color:transparent;
		margin-bottom:15px;
	}
	.ipn-tit{
		display:none;
	}
	.ipn-list{
		float:none;
		padding-left:0;
		text-align: center;
	}	
	.ipn-list li{margin:0 2px 10px;}
	.ipn-list li a{
		padding:0 5px;
		height:32px;
		line-height:30px;
		border:1px solid #fff;
		color:#fff;
		border-radius:4px;
		transition:.3s;
	} 
	.ipn-list li a:hover{
		background:#e40515;
		border:1px solid #e40515;
		color:#fff;
	}
	.index-pro-list li{
		width:32%;
		margin-bottom:15px;
	}
	.index-pro-list li:nth-of-type(3n-1){
		margin-left:2%;
		margin-right:2%;
	}
	.ipl-tit{font-size:14px;}
}
@media (max-width:480px){
	.index-pro-list li{
		width:48%;
	}
	.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-news{
	padding:50px 0;
}
.carousel.flexible .items{
	display: none;
}
.left{text-align: left;}
.right{text-align: right;}
.center{text-align: center;}
.flex-item{
	display:block;
	padding:50px 30px;
	background:#f6f6f6;
}
.flex-item:hover{
	background:url(../images/index_news_overlay.jpg) no-repeat center;
	background-size:cover;
}
.flex-item:hover div{color:#fff}
.index-news-tit{
	font-size:18px;
	font-weight:bold;
	line-height:18px;
	height:18px;
	margin-bottom:20px;
	white-space:nowrap;
	text-overflow: ellipsis;
	overflow:hidden;
}	
.index-news-des{
	font-size:14px;
	line-height:24px;
	height:48px;
	overflow:hidden;
}
.index-news-arrow{
	width:100px;
	height:26px;
	margin:40px auto 0;
}
.ina-l{
	display:block;
	float:left;
	width:13px;
	height:20px;
	margin-top:2px;
	background:url(../images/arrow_left01.png) no-repeat center;
	transition:.3s;
}
.ina-l:hover{
	background:url(../images/arrow_left02.png) no-repeat center;
}
.ina-r{
	display:block;
	float:right;
	width:13px;
	height:20px;
	margin-top:2px;
	background:url(../images/arrow_right01.png) no-repeat center;
	transition:.3s;
}
.ina-r:hover{
	background:url(../images/arrow_right02.png) no-repeat center;
}
.index-news-more{
	display:block;
	float:left;
	width:26px;
	height:26px;
	margin-left:24px;
	background:url(../images/index_news_more.png) no-repeat center;
	transition:.3s;
}
.index-news-more:hover{
	background:url(../images/index_news_more02.png) no-repeat center;
}

@media (max-width:767px) {
	.index-news-arrow{
		margin:25px auto 0;
	}
	.index-news-tit{
		font-size:16px;
		line-height:16px;
		height:16px;
	}	
}

/******************设备*****************/
.index-equip{
	padding:50px 0;
	background:url(../images/index_eqp_bg.jpg) no-repeat center;
	background-size:cover;
}
.index-equip-l{
	float:left;
	width:48%;
	padding-top:60px;
}
.index-equip-tit{
	font-size:22px;
	line-height:22px;
	margin-bottom:20px;
}
.index-equip-des{
	font-size:14px;
	line-height:30px;
	margin-bottom:20px;
	text-indent:2em;
}

.index-equip .more{margin-top:40px;}
.index-equip-r{
	float:right;
	width:45%;
}
.index-equip-r img{
	box-shadow:0 2px 10px 2px rgba(0,0,0,.2)
}
@media (max-width: 1259px) {
	.index-equip-l{padding-top:54px;}
	.index-equip-tit{
		line-height:30px;
		margin-bottom:15px;
	}
	.index-equip-des{
		line-height:25px;
		margin-bottom:15px;
	}
	.index-equip-list li{
		padding:15px 0 15px;
	}
	.index-equip .more{margin-top:20px;}
}
@media (max-width: 991px) {
	.index-equip-l{padding-top:24px;}
	.index-equip-tit{
		font-size:16px;
		line-height:16px;
		font-weight:bold;
		margin-bottom:15px;
	}
	.index-equip-r img{
		width:280px;
	}
}

@media(max-width:767px){
	.index-equip{background:#f6f6f6;}
	.index-equip-r{display:none;}
	.index-equip-l{
		float:none;
		width:100%;
		padding-top:0;
	}	
	.index-equip .index-tit div{text-align:center;}
}
@media(max-width:500px){
	.index-equip-tit{
		line-height:24px;
	}
}

/****************foot**********************/
.index-foot{
	padding:35px 0;
	background-color:#333;
}
.search-btn{
	height:32px;
}
.index-foot-l,
.index-foot-m,
.index-foot-r{
	float:left;
	width:calc(100% / 3);
}
.index-foot-m{
	padding-left:35px;
	border-left:1px solid #878787;
	border-right:1px solid #878787;
}
.index-foot-l{padding-right:35px;}
.index-foot-r{padding-left:35px;}
.index-foot-tit{
	font-size:16px;
	color:#fff;
	margin-bottom:20px;
}
.search-btn .ss_con{
	display:block;
	float:left;
	width:214px;
	height:32px;
	padding-left:10px;
	font-size:14px;
	line-height: 30px;
	border:1px solid #d6d6d6;
	color:#999;
}
.search-btn .ss_btn{
	float:left;
	display:block;
	width:42px;
	height:32px;
	font-size:0;
	background:#e40515 url(../images/search.png) no-repeat center;
}
.foot-copy{
	font-size:14px;
	line-height:24px;
	margin-top:20px;
	color:#878787;
}
.index-foot-nav li{
	display:inline-block;
	width:49%;
	margin-bottom:15px;
}
.index-foot-nav li:nth-last-of-type(1),
.index-foot-nav li:nth-last-of-type(2){
	width:99%;
}
.index-foot-nav li a{
	fot-size:14px;
	line-height:14px;
	color:#878787;
}
.index-foot-nav li a:hover{
	color:#fff;
}
.index-foot-add span{
	display:inline-block;
	fot-size:14px;
	line-height:14px;
	margin-bottom:15px;
	color:#878787;
	margin-right:10px;
}
.foot-link{
	background-color:#292929;
	padding:10px 0;
}
.friend-link{
	float:left;
	width:calc(100% - 200px);
}
.foot-tech{
	float:right;
	color:#ccc;
	font-szie:14px;
	line-height:20px;
}
.friend-link span,
.friend-link a{
	display:inline-block;
	color:#ccc;
	font-szie:14px;
	line-height:20px;
	margin-right:10px;
}
.foot-link a:hover{text-decoration:underline;}
@media (max-width:1259px) {
	.index-foot-m{height:202px;}

}
@media (max-width: 991px) {
	.index-foot-l{padding-right:10px;}
	.index-foot-m{padding:0 10px;}
	.index-foot-r{padding-left:10px;}
	.search-btn .ss_con{width:150px;}
	.index-foot-add span{margin-right:0;}
	.index-foot-m{height:234px;}
}
@media (max-width: 767px) {
	.index-foot-m,
	.index-foot-r{display:none;}
	.index-foot-l{
		float:none;
		width:100%;
		padding:0;
	}
	.index-foot-tit{
		font-size:14px;
		color:#878787;
		margin-bottom:5px;
	}
	.foot-copy{
		line-height:22px;
		margin-top:15px;
	}
	.friend-link,
	.foot-tech{
		float:none;
		width:100%;
	}
	.foot-tech{
		display:block;
		margin-top:10px;
	}
}
/****************首页边距**********************/
@media (max-width: 767px) {
	.index-pro,
	.index-about,
	.index-equip,
	.index-news{padding:30px 0;}
	.index-foot{padding:20px 0;}
}
/*******************************************内页********************************************/
/******面包屑导航******/
.pos{
	margin-bottom:50px;
	background-color:#e6e6e6;
	padding:10px 0;
}
.pos-box span,
.pos-box a{
	line-height:20px;
	margin-right:5px;
}

.pos-box a:hover{text-decoration:underline;}
@media (max-width:600px) {
	.pos{
		margin-bottom:30px;
		padding:5px 0;
	}
	.pos-box span,
	.pos-box a{
		font-size:12px;
	}
}

/******main******/
.main{
	width:100%;
	padding-bottom:40px;
}
.mainleft{
	float:left;
	width:250px;
	margin-right:30px;
}
.mainlist{
	float:left;
	width:calc(100% - 280px);
}
.maininfo{
	float:left;
	width:calc(100% - 280px);
}
.mainright{
	float:left;
	width:250px;
	margin-left:30px;
}
@media (max-width: 991px) {
	.mainleft,.mainlist,.maininfo{
		float:none;
		width:100%;
	}
}


/*****左菜单****/

.left-nav-tit{
	width:100%;
	height:50px;
	font-size:18px;
	line-height:50px;
	text-align:center;
	background-color:#00428e;
	margin-bottom:2px;
	color:#fff;
}
.left-nav-list li a{
	display:block;
	width:100%;
	height:40px;
	line-height:40px;
	margin-bottom:2px;
	font-size:14px;
	background-color:#f5f5f5;
	text-align:center;
	position:relative;
	overflow:hidden;
	transition:.8s;
	z-index:1;
}

.left-nav-list li a:before{
	content:"";
	display:block;
	width:100%;
	height:100%;
	background-color:#00428e;
	position:absolute;
	left:-100%;
	top:0;
	transition:.8s;
	z-index:-1;
}
.left-nav-list li a:hover:before{left:0;}
.left-nav-list li a:hover{color:#fff;}

.left-con{margin-top:40px;}
.left-con-tit{
	width:100%;
	height:50px;
	font-size:18px;
	line-height:50px;
	text-align:center;
	background-color:#00428e;
	color:#fff;
}
.left-con-info{
	margin:0;
	padding:0;
	margin-bottom:40px;
}
.left-con-info li{
	width:100%;
	padding:13px 5px;
	line-height:20px;
	font-size:14px;
	color:#666;
	border-bottom:1px dashed #999;
}

@media (max-width: 991px) {
	.left-nav-tit{display:none;}
	.left-nav-list{text-align:center;}
	.left-nav-list li{display:inline-block;margin:0 2px;}
	.left-nav-list li a{
		padding: 0 10px;
    height: 32px;
    line-height: 30px;
    border: 1px solid #999;
    color: #666;
    border-radius: 4px;
		background-color:#fff;
	}
	.left-nav-list li a:hover{
		border:1px solid #00428e;
	}
	.left-nav-list li:last-of-type{margin-bottom:30px;}
}

/*****右侧推荐新闻**********/

.snl-tit{
	width:100%;
	height:50px;
	font-size:18px;
	line-height:50px;
	text-align:center;
	background-color:#00428e;
	margin-bottom:2px;
	color:#fff;
}
.snl-info li{padding:15px 10px;height:46px;border-bottom:1px dashed #999; }
.snl-info li span{
	display:block;
	width:20px;
	height:16px;
	float:left;
	margin-right:10px;
	color:#fff;
	font-size:12px;
	line-height:16px;
	text-align:center;
	background-color:#999;
}
.snl-info li:nth-of-type(1) span{background-color:#00428e;}
.snl-info li:nth-of-type(2) span{background-color:#00428e;}
.snl-info li:nth-of-type(3) span{background-color:#00428e;}
.snl-info li div{
	float:left;
	width:calc(100% - 30px);
	font-size:14px;
	line-height:16px;
	height:16px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.snl-info li:hover span{background-color:#00428e;}
.snl-info li:hover div{color:#00428e;}


/******常见问题**********/
.sub-quest-tj{margin-top:50px;margin-bottom:50px;}
.tj-tit{
	width:100%;
	height:30px;
	padding-left:25px;
	background:url(../images/tit_bg.jpg) no-repeat left center;
	font-size:16px;
	line-height:30px;
	color:#fff;
}
.sub-tjquest-box,
.sub-tjpro-box{
	padding:25px 10px;
	border-bottom:1px solid #999;
}
.sub-tjquest-box li{
	width:48%;
	height:28px;
	overflow:hidden;
}
.sub-tjquest-box li:nth-of-type(2n){float:right;}
.sub-tjquest-box li:nth-of-type(2n+1){float:left;}
.sub-tjquest-box li .tj-dot{
	display:block;
	float:left;
	width:6px;
	height:6px;
	margin-top:11px;
	border-radius:50%;
	background-color:#00428e;
	margin-right:10px;
}
.sub-tjquest-box li div{
	float:left;
	width:calc(100% - 110px);
	font-size:14px;
	line-height:28px;
	height:28px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow:hidden;
}
.sub-tjquest-box li .tj-date{
	display:block;
	float:right;
	font-size:12px;
	line-height:28px;
	color:#666;
}
.sub-tjquest-box li:hover div,
.sub-tjquest-box li:hover .tj-date{color:#00428e;}
@media (max-width: 1229px) {
	.sub-tjquest-box li .tj-date{display:none;}
	.sub-tjquest-box li div{width:calc(100% - 20px);}
}

/*****推荐产品**********/
.sub-tjpro-box li{
	float:left;
	width:23.5%;
	margin-right:2%;
}
.sub-tjpro-box li:last-of-type{
	margin-right:0;
}
.sub-tjpro-box li img{	
	width:100%;
	border:1px solid #999;
}
.sub-tjpro-box li span{
	display:block;
	width:100%;
	height:20px;
	font-size:14px;
	line-height:20px;
	margin-top:10px;
	text-align:center;
	white-space:nowrap;
	text-overflow: ellipsis;
	overflow:hidden;
}
.sub-tjpro-box li:hover img{
	border:1px solid #00428e;
	box-shadow:0 0 8px rgba(12,143,215,.3);
}
.sub-tjpro-box li:hover span{color:#00428e;}


/*******分页**********/
#pageDiv {
	clear: both;
	float:right; 
	text-align:center; 
	color: #333; 
}
#pageDiv span { 
	display:inline-block; 
	font-size:14px;
	line-height:26px;
	color:#666;
	border: 1px solid #999; 
	height:28px; 
	margin-bottom:10px;
	padding:0 6px; 
}
#pageDiv a {
	display:inline-block; 
	font-size:14px;
	line-height:26px;
	border: 1px solid #999;
	color:#666;
	height:28px; 
	margin-bottom:10px;
	padding:0 6px; 
	text-decoration:none; 
    margin-left:5px;
}
#pageDiv a:hover,
#pageDiv a.current {
	background-color:#00428e;
	border: 1px solid #00428e;
	color:#fff;
}
@media (max-width: 991px) {
	#pageDiv{ 
		float:none;
		margin:0 auto;
	}
}
@media (max-width: 767px) {
	#pageDiv span,#pageDiv a { 
		font-size:12px;
	}
}
/*******上下页**********/
.sub-prenext{margin-top:30px;}
.sub-prenext div span{
	font-size:14px;
	color:#666;
	line-height:24px;
	margin-right:10px;
}
.sub-prenext div a{
	font-size:14px;
	color:#666;
	line-height:24px;
}
.sub-prenext div a:hover{color:#00428e;}
.sub-back{
	display:block;
	width:130px;
	padding-left:20px;
	text-align:center;
	font-size:14px;
	line-height:32px;
	height:32px;
	background:#00428e url(../images/back.png) no-repeat 8px center;
	color:#fff;
	border-radius:5px;
	margin-top:10px;
	position:relative;
	top:0;
}
.sub-back:hover{top:-2px;box-shadow:0 1px 6px 1px rgba(0,0,0,.5); }
/*********产品列表***********/
.sub-prolist{margin-bottom:10px;}
.sub-prolist li{
	float:left;
	width:32%;
	margin-bottom:30px;
	box-shadow:0 2px 10px .2px rgba(0,0,0,.3)
}
.sub-prolist li:nth-of-type(3n-1){margin:0 2% 30px 2%}
.sub-prolist-pic img{width:100%;}
.sub-prolist-tit{
	display:block;
	width:100%;
	font-size:15px;
	line-height:50px;
	height:50px;
	padding:0 5px;
	text-align:center;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
	background-color:#f5f5f5;
	position:relative;
}

.sub-prolist li:hover .sub-prolist-tit{
	color:#fff;
	background-color:#00428e;
}
@media (max-width:767px){
	.sub-prolist-tit{
		font-size:14px;
	}
}
@media (max-width:640px){
	.sub-prolist li{
		width:48%;
	}
	.sub-prolist li:nth-of-type(3n-1){margin:0 0 30px 0;}
	.sub-prolist li:nth-of-type(2n+1){margin:0 4% 30px 0;}
}


/*********新闻列表&内页***********/
.sub-newslist{
	margin-bottom:40px;
}
.sub-newslist li{
	padding-bottom:20px;
	border-bottom:1px solid #f5f5f5; 
	margin-bottom:20px;
}
.sub-newslist-date{
	float:left;
	width:70px;
	height:70px;
	padding:12px 0;
	margin-right:20px;
	text-align:center;
	background-color:#00428e;
}
.sub-newslist-d{
	display:block;
	font-size:24px;
	font-weight:bold;
	line-height:24px;
	height:24px;
	margin-bottom:10px;
	color:#fff;
}
.sub-newslist-ym{
	display:block;
	font-size:12px;
	line-height:12px;
	height:12px;
	color:#fff;
}
.sub-newslist-info{
	float:right;
	width:calc(100% - 90px); 
}
.sub-newslist-tit{
	font-size:16px;
	font-weight:bold;
	line-height:16px;
	height:16px;
	white-space: nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
	margin-bottom:10px;
}
.sub-newslist-des{
	font-size:14px;
	line-height:22px;
	height:44px;
	overflow:hidden;
	text-indent: 2em;
}
.sub-newslist li:hover .sub-newslist-tit{color:#00428e;}
@media (max-width:600px){
	.sub-newslist-date{
		width:60px;
		margin-right:10px
	}
	.sub-newslist-info{
		width:calc(100% - 70px); 
	}
}
/*******新闻详情页**********/
.sub-newstit{font-size:20px;line-height:20px;font-weight:bold;text-align:center;margin-bottom:20px;}
.sub-newsdate{font-size:14px;line-height:24px;text-align:center;margin-bottom:30px;padding-bottom:20px;border-bottom: 1px dashed #ddd;}
.sub-newsdate span{margin: 0 15px;color:#666;}
@media (max-width:600px){
	.sub-newstit{font-size:16px;margin-bottom:10px;}
	.sub-newsdate{font-size:12px;line-height:20px;padding-bottom:10px;}
}
/*********产品内页***********/
.sub-protit{font-size:20px;line-height:20px;font-weight:bold;text-align:center;padding-bottom:20px;border-bottom: 1px dashed #ddd;}
.sub-proinfo{padding-top:30px;}
@media (max-width:600px){
	.sub-protit{font-size:16px;padding-bottom:10px;}
}
/*********公司简介 **************/
.sal1-l,
.sal1-r,
.sal2-l,
.sal2-r{
	float:left;
	width:50%;
}
.sub-about-tit{
	font-size:22px;
	line-height:30px;
	margin-bottom:20px;
}
.sub-about-des{
	display:block;
	font-size:15px;
	line-height:25px;
	text-indent:2em;
}
.sal1-l{
	height:285px;
	background:url(../images/sub_about_bg1.jpg) no-repeat center;
	background-size:cover;
}
.sal1-r{padding:30px 0 30px 30px;}
.sal2-l{padding:30px 30px 30px 0;}
.sal2-r{
	height:285px;
	background:url(../images/sub_about_bg2.jpg) no-repeat right center;
	background-size:cover;
}
@media (max-width:1259px){
	.sal1-l,
	.sal2-r{
		height:335px;
	}
}
@media (max-width:991px){
	.sal1-l,
	.sal2-r{
		height:410px;
	}
}
@media (max-width:767px){
	.sal1-l,
	.sal1-r,
	.sal2-l,
	.sal2-r{
		float:none;
		width:100%;
		padding:0;
	}
	.sal1-l{display:none;}
	.sal1-r,
	.sal2-l{margin-bottom:20px;}
}
@media (max-width:600px){
	.sal2-r{
		height:250px;
	}
	.sub-about-tit{
		font-size:18px;
		line-height:20px;
		margin-bottom:10px;
		font-weight:bold;
	}
	.sub-about-des{
		font-size:14px;
		line-height:24px;
	}
}
@media (max-width:480px){
	.sal2-r{
		height:160px;
	}
}
/*********联系我们 **************/
.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;
		height:50px;
		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;}
}


/*******search页面**********/
.sub-search-list{margin-bottom:10px}
.sub-search-list li{
	float:left;
	width:23.5%;
	margin-right:2%;
	margin-bottom:30px;
	box-shadow:0 2px 10px .2px rgba(0,0,0,.3);
}
.sub-search-list li:nth-of-type(4n){margin-right:0;}
.sub-search-pic img{width:100%;}
.sub-search-tit{
	display:block;
	width:100%;
	font-size:15px;
	line-height:40px;
	height:40px;
	text-align:center;
	overflow:hidden;
	white-space:nowrap;
	text-overflow: ellipsis;
	background-color:#f5f5f5;
	transition:.3s;
}
.sub-search-list li:hover .sub-search-tit{
	background-color:#00428e;
	color:#fff;
}
@media (max-width:640px){
	.sub-search-list{margin-bottom:20px;}
	.sub-search-list li{
		width:48%;
		margin-right:4%;
		margin-bottom:20px;
	}
	.sub-search-list li:nth-of-type(2n){margin-right:0;}
	.sub-search-tit{font-size:14px;}
}

