.pbn-list>li:first-child .pbn-2nd-list{height:210px;}
.zycp{color:#fff;}
.zycp a{color:#fff;margin:5px;}

@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;}
.blue{color:#026bbc;}
.gray-bg{background-color:#f7f7f7;}
/*******************************************首页********************************************/
/***************** head*****************/
.index-head .welcome,
.index-head .logo-box{
	width:100%;
	z-index:999;
}
.index-head .welcome{
	height:40px;
	background-color:#026bbc;
}
.welcome-word{
	float:left;
	font-size:13px;
	line-height:40px;
	color:#fff;
}
.welcome-link{
	float:right;
	font-size:13px;
	line-height:40px;
	color:#fff;
}
.welcome-link a{
	font-size:13px;
	line-height:40px;
	color:#fff;
	padding:0 20px;
}
.welcome-link a:last-of-type{padding-right:0;}
.welcome-link a:hover{text-decoration: underline;}
.logo-box{position:relative;}
.logo{
	float:left;
	height:80px;
}
.logo img{
	display:block;
	float:left;
	width:68px;
	padding-top:6px;
}
.logo-tit{
	display:block;
	float:left;
	height:80px;
	
}
.logo-tit-cn{
	display:block;
	font-size:20px;
	font-weight:bold;
	line-height:20px;
	margin:20px 0 8px;
}
.logo-tit-en{
	display:block;
	font-size:12px;
	line-height:12px;
	color:#666;
}
.logo-box .nav-btn {
	  float:right;
    width: 35px;
    height: 30px;
		margin-top:25px;
    transition: all 0.4s ease 0s;
    z-index:2000;
		display:none;
}
.logo-box .nav-btn span{
    display: block;
    width: 100%;
    height: 5px;
		border-radius:10px;
    margin-bottom: 5px;
    background-color:#026bbc;
}
.nav-box{
	float:right;
}
.nav-box li{
	float:left;
	text-align:center;
	color:#666;
	margin-top:22px;
}
.nav-box li span{margin:0 20px; }
.nav-box li a{
	display:inline-block;
	width:100px;
	height:36px;
	border-radius:6px;
	font-size:16px;
	line-height:36px;
	text-align:center;
}
.nav-box li:hover a,
.nav-box li.on-top a{
	background-color:#026bbc;
	color:#fff;
}

@media (max-width: 1259px) {
	.nav-box li span{margin:0 8px; }
	.nav-box li a{width:85px;}
}
@media (max-width: 991px) {
	.nav-box{
		position:absolute;
		float:none;
		width:100%;
		top:80px;
		left:0;
		background-color:rgba(0,75,131,.95);
		padding-bottom:40px;
		display:none;
	}
	.nav-box li{
		float:none;
		width:100%;
		margin:0;
		border-bottom:1px dashed #999;
	}
	.nav-box li a{
		display:block;
		width:100%;
		height:60px;
		font-size:16px;
		line-height:60px;
		color:#fff;
	}
	.nav-box li span{display:none;}
	.nav-box li:hover a,
	.nav-box li.on-top a{
		background-color:#026bbc;
	}
}
@media (max-width: 400px) {
	.logo-tit .logo-tit-cn{font-size: 16px;}
	.logo-tit .logo-tit-en{font-size: 8px;width: 100%;overflow: hidden;line-height: 12px;height: 12px;}

}
/***************** 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:-153px;
}
.callbacks_tabs li{
	display:inline-block;
}

.callbacks_tabs li a{
	visibility: visible;
	font-size:0;
	height:6px;
	width:62px;	
	display:block;
	background:#fff;
	border-radius:3px;
	margin:0 20px;
}
.callbacks_tabs li a:hover,
.callbacks_tabs .callbacks_here a{
	background:#026bbc;
}
.callbacks_tabs a{
	visibility:hidden;
}
@media(max-width:991px){
	.callbacks_tabs{
		margin-left:-108px;
	}
	.callbacks_tabs li a{
		height:6px;
		width:52px;
		border-radius:3px;
		margin:0 10px;
	}
}
@media(max-width:640px){
	.callbacks_tabs{
		margin-left:-63px;
		bottom:10px;
	}
	.callbacks_tabs li a{
		height:4px;
		width:30px;
		margin:0 6px;
	}
}
/****************更多*************************/
.more1{
	display:block;
	width:110px;
	height:34px;
	padding-left:20px;
	background:#026bbc url(../upload/images/arrow_0301.png) no-repeat 80px center;
	font-size:16px;
	line-height:32px;
	color:#fff;
	border:1px solid #026bbc;
}
.more1:hover{
	background:transparent url(../upload/images/arrow_0302.png) no-repeat 80px center;
	color:#026bbc;
}
/********首页标题**************/
.index-tit{
	text-align:center;
	margin-bottom:50px;
}
.index-tit-cn{
	font-size:34px;
	line-height:34px;
	margin-top:0;
	margin-bottom:15px;
	font-weight:600;
}
.index-tit-en{
	font-size:24px;
	line-height:24px;
	margin-top:0;
	margin-bottom:0;
	color:#666;
}

@media (max-width: 991px) {
	.index-tit{
		margin-bottom:30px;
	}	
	.index-tit-cn{
		font-size:28px;
		line-height:26px;
		margin-bottom:10px;
	}
	.index-tit-en{
		font-size:18px;
		line-height:18px;
	}
}
@media (max-width:640px) {
	.index-tit{
		margin-bottom:25px;
	}	
	.index-tit-cn{
		font-size:22px;
		line-height:22px;
		margin-bottom:10px;
	}
	.index-tit-en{
		font-size:14px;
		line-height:18px;
	}
}
/****************搜索*************************/
.index-search{
	padding:20px 0;
	background-color:#f0f0f0;
}
.search-box{
	height:50px;
	padding:0 30px;  
	background-color:#fff;
  box-shadow: 0px 1px 5px 0px rgba(6, 0, 1, 0.3);
}
.search-key{
	float:left;
	background:url(../upload/images/search.png) no-repeat left center;
	line-height:50px;
	padding-left:50px;
}
.search-key span{color:#999;}
.search-key a{
	color:#999;
	margin-left:15px;
}
.search-key a:hover{color:#026bbc;}
.search-btn{
	float:right;
	height:36px;
	margin-top:7px;
}
.search-btn .ss_con{
	display:block;
	float:left;
	width:214px;
	height:36px;
	padding-left:20px;
	font-size:14px;
	line-height: 34px;
	border:1px solid #d6d6d6;
	color:#999;
	margin-right:4px;
}
.search-btn .ss_btn{
	float:left;
	display:block;
	width:52px;
	height:36px;
	line-height:36px;
	background:#a7a7a7;
	color:#fff;
	text-align:center;
}
@media (max-width:991px){
	.search-box{padding:0 10px;}
	.search-key{padding-left:35px;}
	.search-key a{margin-left:10px;}
	.search-btn .ss_con{width:166px;}
	.search-btn .ss_btn{width:46px;}
}
/***************产品中心***************************/
.index-pro{padding:60px 0 40px;}
/*****左导航*****/
.pro-box-nav{
	float:left;
	width:280px;
	padding:10px;
	border:1px solid #dedede;
	margin-right:25px;
}
.pbn-tit{
	width:100%;
	height:65px;
	background-color:#026bbc;
	padding:12px 0;
	text-align:center;
	position:relative;
	margin-bottom:20px;
}
.pbn-tit-cn{
	display:block;
	font-size:23px;
	line-height:23px;
	color:#fff;
	margin-bottom:5px;
}
.pbn-tit-en{
	display:block;
	font-size:13px;
	line-height:13px;
	color:#a3d2ee;
}
.pbn-tit-jiao{
	position:absolute;
	right:0;
	top:0;
}
.pbn-f-a{
	display:block;
	width:100%;
	height:40px;
	font-size:16px;
	line-height:38px;
	padding-left:15px;
	border:1px dashed #989898;
	margin-bottom:13px;
	background:url(../upload/images/arrow_0101.png) no-repeat 220px center;
}
.pbn-list .active .pbn-f-a,
.pbn-f-a:hover{
	border:1px dashed #026bbc;
	color:#026bbc;
	background:url(../upload/images/arrow_0102.png) no-repeat 220px center;
}
.pbn-2nd-list li a{
	display:block;
	width:100%;
	height:40px;
	font-size:16px;
	line-height:40px;
	padding-left:40px;
	margin-bottom:12px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background:#efefef url(../upload/images/arrow_0201.png) no-repeat 15px center;
}
.pbn-2nd-list li a:hover{
	background:#026bbc url(../upload/images/arrow_0202.png) no-repeat 15px center;
	color:#fff;
}
.pbn-f-li .pbn-2nd-list{
	display:none;
	height:416px;
}
.pbn-f-li:hover .pbn-2nd-list,
.pbn-list .active .pbn-2nd-list{display:block;}
.pro-box-pic{
	display:block;
	margin:0 auto 10px;
}
/*****左列表-电话*****/
.id-pro-tel{overflow:hidden;margin-top: 10px;}
.id-pro-tel img{float: left;width: 20%;margin-right: 8%;}
.id-pro-tel .id-tel-right{
	float:left;
	width: 70%; 
    text-align: left;
}
.id-pro-tel .id-tel-right div:nth-child(1){font-size: 16px;line-height: 16px;color: #666;font-weight: 200;}
.id-pro-tel .id-tel-right div:nth-child(2){font-size: 20px;line-height: 30px;color: #026bbc;font-weight: 600;}

@media (max-width:1259px){
	.pbn-tit{margin-bottom:12px;}
	.pbn-f-a{
		font-size:15px;
		height:34px;
		line-height:32px;
		margin-bottom:12px;
	}
	.pbn-2nd-list li a{
		font-size:15px;
		height:34px;
		line-height:34px;
		margin-bottom:8px;
	}
	.pbn-f-li .pbn-2nd-list{
		height:294px;
	}
	.pro-box-pic{
		width:100px;
		margin:0 auto 2px;
	}
}
@media (max-width:991px){
	.id-pro-tel{display: none;}
	.pro-box-nav{
		float:none;
		width:100%;
		margin-right:0;
		margin-bottom:15px;
		padding:0;
		border:0;
	}
	.pbn-f-li:hover .pbn-2nd-list,
	.pbn-list .active .pbn-2nd-list,
	.pro-box-pic{display:none;}
	.pbn-list{text-align:center;}
	.pbn-f-li{
		display:inline-block;
		width:200px;
		margin:0 5px 10px;
	}
	.pbn-f-a{
		font-size:15px;
		padding:8px 2px;
		line-height:22px;
		height:40px;
		text-align:center;
		overflow:hidden;
		margin-bottom:0;
		border-radius:6px;
		background:transparent;
	}
	.pbn-list .active .pbn-f-a,
	.pbn-f-a:hover{
		background:transparent;
	}
}
@media (max-width:500px){
	.pbn-f-li{
		width:120px;
		}
	.pbn-f-a{
		font-size:14px;
		padding:5px 10px;
		line-height:20px;
		height:52px;
	}
}
/*****右列表*****/
.pro-box{
	float:left;
	width:calc(100% - 305px);
}
.pro-box-more{
	width:100%;
	padding:18px 20px;
	background-color:#026bbc;
  box-shadow: 0px 1px 3px 0px rgba(6, 0, 1, 0.48);
	margin-bottom:18px;
}
.pbm-tit{
	font-size:19px;
	line-height:20px;
	color:#fff;
}
.pbm-more{
	display:block;
	float:right;
	width:72px;
	background:url(../upload/images/arrow_0301.png) no-repeat right center;
	font-size:17px;
	line-height:20px;
	color:#fff;
}
.pbm-more:hover{text-decoration:underline;}
.pro-box-list li{
	float:left;
	width:32%;
	border:2px solid #026bbc;
	background-color:#fff;
	margin-bottom:20px;
	padding-bottom:12px;
	position:relative;
}
.pro-box-list li:nth-of-type(3n-1){margin-left:2%;margin-right:2%;}
.pro-box-list li .pbl-img{width:100%;}
.pro-box-list li .pbl-tit{
	display:block;
	position: absolute;
	left: 0;bottom: 10px;
	width:100%;
	height:40px;
	font-size:16px;
	line-height:40px;
	background-color:rgba(0,107,188,0.8);
	color:#fff;
	text-align:center;
	overflow:hidden;
	padding: 0 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.pro-box-list li .pbl-biao{
	display:block;
	position:absolute;
	top:10px;
	left:10px;
}
.pro-box-list li:hover{border:2px solid #026bbc;}

@media (max-width:1259px){
	.pro-box-list li{
		padding-bottom:15px;
	}
	.pro-box-list li .pbl-tit{
		font-size:15px;
		
	}
	.pro-box-list li .pbl-biao{
		top:5px;
		left:5px;
	}
}
@media (max-width:991px){
	.pro-box{
		float:none;
		width:100%;
	}
	.pro-box-list li {
    padding-bottom:10px;
	}
}
@media (max-width:767px){
	.pro-box-list li{
		width:49%;
	}
	.pro-box-list li:nth-of-type(3n-1){margin-left:0;margin-right:0;}
	.pro-box-list li:nth-of-type(2n){margin-left:2%;}
	.pro-box-list li:last-of-type{display:none;}
	.pro-box-list li .pbl-biao{
		top:10px;
		left:10px;
	}
}
@media (max-width:580px){
	.pro-box-list li {
    padding-bottom:0;
	}
	.pro-box-list li .pbl-biao{
		top:5px;
		left:5px;
	}
	.pro-box-list li .pbl-tit{font-size:14px;}
}
@media (max-width:450px){
	.pro-box-list li .pbl-biao{
		width:45px;
		top:3px;
		left:3px;
	}
	.pro-box-list li .pbl-tit{
		font-size:14px;
		height:50px;
		line-height:20px;
		padding:5px;
	}
}
/****************走进**********************/
.index-about{
	padding:60px 0;
	background-color:#f7f7f7;
}
.about-box{
	width:100%;
	border:1px solid #999;
	border-right:300px solid #026bbc;
	background-color:#fff;
	position:relative;
}
.about-info{
	width:550px;
	height:490px;
	padding:35px 30px 0 30px;
}
.about-info-tit-cn{
	font-size:38px;
	line-height:38px;
	margin-top:0;
	margin-bottom:10px;
	color:#666;
}
.about-info-tit-en{
	font-size:22px;
	line-height:22px;
	margin-top:0;
	margin-bottom:30px;
	padding-bottom:30px;
	border-bottom:1px solid #999;
}
.about-info span{
	display:block;
	font-size:16px;
	line-height:28px;
	text-indent:2em; 
	color:#666;
}
.about-info .more1{margin-top:30px;}
.about-box .about-pic1{
	position:absolute;
	width:580px;
	right:-270px;
	top:30px;
}
@media (max-width:1259px){
	.about-box .about-pic1{width:400px;}
	.about-info{
		width:480px;
		height:358px;
		padding:30px 30px 0 30px;
	}	
	.about-info-tit-cn{
		font-size:30px;
		line-height:30px;
	}
	.about-info-tit-en{
		font-size:18px;
		line-height:18px;
		margin-bottom:15px;
		padding-bottom:15px;
	}
	.about-info span{
		font-size:15px;
		line-height:20px;
	}
	.about-info .more1{margin-top:20px;}
}
@media (max-width:991px){
	.about-box{border-right:200px solid #026bbc;}	
	.about-box .about-pic1{
		width:300px;
		right:-180px;
		top:64px;
	}
	.about-info{
		width:390px;
		padding:15px 20px 0 20px;
	}
	.about-info-tit-cn{
		font-size:22px;
		line-height:22px;
	}
	.about-info-tit-en{
		font-size:16px;
		line-height:16px;
	}
	.about-info span{
		font-size:15px;
		line-height:22px;
	}
	.about-info .more1{margin-top:15px;}
}
@media (max-width:767px){
	.about-box{
		width:100%;
		height:auto;
		border:0;
		background-color:transparent;;
		position:relative;
	}
	.about-info{
		width:100%;
		height:auto;
		padding:0;
	}
	.about-info span{
		font-size:15px;
		line-height:24px;
	}
	.about-info .about-pic2{
		width:100%;
		margin:0 auto 30px;
	}	
}

/****************新闻**********************/
.index-news{
	padding:60px 0;
}
.news-box{
	width:100%;
}
.news-box-list li{
	float:left;
	width:32%;
}
.news-box-list li:nth-of-type(2){
	margin-left:2%;
	margin-right:2%;
}
.news-box-pic,
.news-box-pic img{
	display:block;
	width:100%;
}
.news-box-info{
	width:100%;
	padding:20px 15px 30px;
	background-color:#f8f8f8;
  box-shadow: 0px 1px 4px 0px rgba(6, 0, 1, 0.21);
}
.news-box-tit{
	font-size:18px;
	line-height:30px;
	height:30px;
	font-weight:bold;
	overflow:hidden;
	text-align:center;
}
.news-box-des{
	font-size:15px;
	line-height:25px;
	height:75px;
	overflow:hidden;
	color:#666;
	margin:15px 0 20px;
}
.news-box-more{
	display:block;
	width:106px;
	height:33px;
	border:1px solid #026bbc;
	background-color:#026bbc;
	border-radius:6px;
	font-size:15px;
	line-height:31px;
	text-align:center;
	color:#fff;
	margin:0 auto;
}
.news-box-more:hover{
	background-color:transparent;
	color:#026bbc;
}
@media (max-width:991px){
	.news-box-list li{
		width:48%;
	}
	.news-box-list li:nth-of-type(2){
		margin-left:4%;
		margin-right:0;
	}
	.news-box-list li:last-of-type{display:none;}
}
@media (max-width:650px){
	.news-box-list li{
		width:100%;
	}
	.news-box-list li:nth-of-type(2){
		margin-left:0;
		margin-right:0;
		margin-top:20px;
	}
}

/****************foot**********************/
.index-foot{
	padding:30px 0;
	background-color:#026bbc;
}
.foot-nav{
	width:85%;
	height:40px;
	background-color:#0072ca;
	padding:0 20px;
	margin:0 auto;
}
.foot-nav a{
	display:block;
	float:left;
	width:16%;
	text-align:center;
	color:#fff;
	font-size:16px;
	line-height:40px;
	position:relative;
}
.foot-nav a:after{
	content:"";
	position:absolute;
	width:6px;
	height:6px;
	background-color:#fff;
	border-radius:50%;
	right:0;
	top:50%;
	margin-top:-3px;
}
.foot-fir-nav:before{
	content:"";
	position:absolute;
	width:6px;
	height:6px;
	background-color:#fff;
	border-radius:50%;
	left:0;
	top:50%;
	margin-top:-3px;
}
.foot-nav a:hover{text-decoration: underline;}
.foot-nav-bg{
	display:block;
	width:85%;
}
.foot-info{
	width:85%;
	margin:20px auto 0;
}
.foot-info-left{
	float:left;
	width:40%;
	
	padding:20px 0 12px;
}
.foot-info-left img{
	display:block;
	width:80px;
	float:left;
}
.foot-logo-tit{
	float:left;
	
}
.flt-cn{
	display:block;
	font-size:20px;
	line-height:20px;
	margin:15px 0 10px;
	color:#fff;
	font-weight: 600;
}
.flt-en{
	display:block;
	font-size:10px;
	line-height:12px;
	color:#fff;
}
.foot-info-right{
	float:left;
	width:60%;
	padding-left: 3%;
	border-left:1px solid #0090ff;
}
.foot-bei{float:right;}
.foot-beian1 a{
	color:#fff;
	margin-right:5px;
	font-size: 14px;
}

.foot-beian1 img{
	width: 20px;
	height: 30px;
}

.foot-beian2 a{
	color:#fff;
}
.foot-beian3{
	overflow: hidden;
	margin-bottom: 5px;
}
.foot-beian3 div{
	font-size: 14px;
	color: #fff;
	line-height: 24px;
}
.foot-beian3 li{
	font-size: 14px;
	color: #fff;
	line-height: 24px;
	float: left;
	width: 50%;
}
.foot-copy{
	color:#fff;
	margin-top:10px;
}

@media (max-width:991px){
	.foot-nav,
	.foot-info{
		width:100%;
	}
	.foot-nav a{font-size:15px;}
	.foot-info-left{padding:16px 0 ;}
	.foot-info-left img{
		width:68px;
	}
	.flt-cn{
		font-size:20px;
		line-height:20px;
		margin:12px 0 9px;
	}
	.flt-en{
		
		line-height:12px;
		letter-spacing:-1px 
	}
}
@media (max-width:767px){
	.foot-info-right{
		border-left: none;
		
	}
	.foot-info-right,
	.foot-bei{
		float:none;
		width:100%;
		text-align: center;
	}
	.foot-info{margin:0;padding:0;}
	.foot-beian3{text-align: left;margin-bottom: 10px;}
}
@media (max-width:460px){
	.foot-beian3 li{
		clear: left;
		width: 100%;
	}
}
/*****foot-link******/
.foot-link{
	padding:10px 0;
	background:#00487f;
}
.link-frend{
	float:left;
	width:calc(100% - 200px);
}
.link-frend a,
.link-frend span{
	font-size:13px;
	line-height:20px; 
	margin-right:10px;
	color:#fff;
}
.link-tech{
	float:right;
	text-align:right;
}
.link-tech a{
	font-size:13px;
	line-height:20px; 
	color:#fff;
}
.link-frend a:hover{text-decoration:underline;}
.link-tech a:hover{text-decoration:underline;}
@media (max-width:767px){
	.link-frend,
	.link-tech{
		float:none;
		width:100%;
		text-align:left;
	}
	.link-tech{margin-top:10px}
}
/****************首页边距**********************/
@media (max-width:991px) {
	.index-pro{padding:40px 0 20px;}
	.index-advan,
	.index-about,
	.index-news{padding:40px 0;}
}
@media (max-width:767px) {
	.index-pro{padding:30px 0 10px;}
	.index-advan,
	.index-about,
	.index-news{padding:30px 0;}
}
/*******************************************内页********************************************/
/******面包屑导航******/
.pos{
	height:40px;
	background-color:#f1f1f1;
}
.pos-box{
	height:40px;
	color:#999;
}
.pos-box span{
	font-size:13px;
	color:#999;
	line-height:40px;
	margin-right:5px;
}
.pos-box a{
	font-size:13px;
	color:#999;
	line-height:40px;
	margin-right:5px;
}
.pos-box a:hover{
	color:#026bbc;
}

/******main******/
.main{
	width:100%;
	padding:50px 0;
}
.mainleft{
	float:left;
	width:250px;
	margin-right:50px;
}
.maincenter{
	float:left;
	width:calc(100% - 300px);
}
.mainright{
	float:left;
	width:250px;
	margin-left:50px;
}

@media (max-width: 991px) {
	.main{padding:30px 0;}
	.mainleft,
	.maincenter{
		float:none;
		width:100%;
		margin:0;
	}
}

/*****mainleft****/
.left-nav{
	padding:10px;
	border:1px solid #dedede;
}
.left-nav-tit{
	width:100%;
	height:65px;
	background-color:#026bbc;
	padding:12px 0;
	text-align:center;
	position:relative;
}
.lnt-cn{
	display:block;
	font-size:23px;
	line-height:23px;
	color:#fff;
	margin-bottom:5px;
}
.lnt-en{
	display:block;
	font-size:13px;
	line-height:13px;
	color:#a3d2ee;
}
.lnt-jiao{
	position:absolute;
	right:0;
	top:0;
}
.lnl-f-li:first-of-type{margin-top:20px;} 
.lnl-f-a{
	display:block;
	width:100%;
	height:40px;
	font-size:15px;
	line-height:38px;
	
	padding-left:15px;
	border:1px dashed #989898;
	margin-bottom:20px;
	background:url(../upload/images/arrow_0101.png) no-repeat 195px center;
}
.left-nav-list .active .lnl-f-a,
.lnl-f-a:hover{
	border:1px dashed #026bbc;
	color:#026bbc;
	background:url(../upload/images/arrow_0102.png) no-repeat 195px center;
}
.left-2nd-list li a{
	display:block;
	width:100%;
	height:40px;
	font-size:15px;
	line-height:40px;
	overflow: hidden;
	padding-left:40px;
	margin-bottom:12px;
	background:#efefef url(../upload/images/arrow_0201.png) no-repeat 15px center;
}
.left-2nd-list li a:hover{
	background:#026bbc url(../upload/images/arrow_0202.png) no-repeat 15px center;
	color:#fff;
}
.left-2nd-list{
	display:none;
}
.lnl-f-li:hover .left-2nd-list,
.left-nav-list .active .left-2nd-list{display:block;}
.left-nav-pic{
	display:block;
	margin:0 auto 10px;
}
.left-con{
	margin-top:30px;
}
.left-con-tit{
	width:100%;
	height:60px;
	font-size:20px;
	line-height:60px;
	text-align: center;
	background-color:#026bbc;
	color:#fff;
	border-radius: 5px 5px 0 0;
}
.left-con-info{
	border: 1px solid #dcdcdc;
  overflow: hidden;
	background-color:#f6f6f6;
}
.left-con-info li{
	width:100%;
	padding:10px 15px;
	line-height:20px;
	font-size:13px;
	color:#555;
	border-bottom:1px solid #dcdcdc;
}
.left-con-info li:last-of-type{
	border-bottom:0;
}
@media (max-width:1259px){
	.lnl-f-li:first-of-type{margin-top:12px;} 
	.lnl-f-a{
		margin-bottom:12px;
		font-size:15px;
		height:34px;
		line-height:32px;
	}
	.left-2nd-list li a{
		font-size:15px;
		height:34px;
		line-height:34px;
		margin-bottom:8px;
	}
	.left-nav-pic{
		width:100px;
		margin:0 auto 2px;
	}
}
@media (max-width:991px){
	.left-nav{
		float:none;
		width:100%;
		margin-right:0;
		padding:0;
		border:0;
	}
	.lnl-f-li:first-of-type{margin-top:0;} 
	.lnl-f-li:last-of-type{margin-bottom:30px;} 
	.lnl-f-li:hover .left-2nd-list,
	.left-nav-list .active .left-2nd-list,
	.left-nav-pic{display:none;}
	.left-nav-list{text-align:center;}
	.lnl-f-li{
		display:inline-block;
		width:200px;
		margin:0 5px 10px;
	}
	.lnl-f-a{
		font-size:15px;
		padding:8px 2px;
		line-height:22px;
		height:40px;
		text-align:center;
		overflow:hidden;
		margin-bottom:0;
		border-radius:6px;
		background:transparent;
	}
	.left-nav-list .active .lnl-f-a,
	.lnl-f-a:hover{
		background:transparent;
	}
}
@media (max-width:500px){
	.lnl-f-li{
		width:120px;
		}
	.lnl-f-a{
		font-size:14px;
		padding:5px 10px;
		line-height:20px;
		height:52px;
	}
}
/*****main-right**********/
.in-news-latest{margin-bottom:30px;}
.inl-tit{
	width:100%;
	height:60px;
	font-size:20px;
	line-height:60px;
	text-align: center;
	background-color:#026bbc;
	color:#fff;
	border-radius: 5px 5px 0 0;
}
.inl-info li{
	padding:10px 25px;
	height:42px;
	border:1px solid #dcdcdc;
	border-top:0;
}
.inl-info li span{
	display:block;
	width:20px;
	height:16px;
	float:left;
	margin-right:10px;
	color:#fff;
	font-size:12px;
	line-height:16px;
	margin-top:3px;
	text-align:center;
	background-color:#999;
}
.inl-info li:nth-of-type(1) span{background-color:#026bbc;}
.inl-info li:nth-of-type(2) span{background-color:#026bbc;}
.inl-info li:nth-of-type(3) span{background-color:#026bbc;}
.inl-info li div{
	float:left;
	font-size:14px;
	line-height:22px;
}
.inl-info li:hover span{background-color:#026bbc;}
.inl-info li:hover div{color:#026bbc;}


/*****maincenter**/
.maincenter-top{
	height:45px;
	padding-bottom:15px;
	border-bottom:1px solid #ccc; 
}
.maincenter-tit{
	float:left;
	font-size:24px;
	line-height:30px;
	color:#026bbc;
	padding-left:24px;
	position:relative;
}
.maincenter-pos{
	float:right;
	color:#999;
}
.maincenter-pos span{
	color:#999;
	line-height:30px;
	margin-right:5px;
}
.maincenter-pos a{
	color:#999;
	line-height:30px;
}
.maincenter-pos a:hover{
	color:#026bbc;
}
.maincenter-icon{
	display:block;
	width:6px;
	height:30px;
	background-color:#026bbc;
	position:absolute;
	left:0;
	top:0;
}
.maincenter-content{padding:30px 0;}
@media (max-width:480px){
	.maincenter-tit{
		font-size:18px;
		padding-left:15px;
	}
} 
/*****in-prolist*****/
.in-prolist{margin-top:30px;margin-bottom:20px;}
.in-prolist li{
	float:left;
	width:32%;
	border:2px solid #dedede;
	background-color:#fff;
	margin-bottom:30px;
	padding-bottom:12px;
	position:relative;
}
.in-prolist li:nth-of-type(3n-1){margin-left:2%;margin-right:2%;}
.in-prolist-img{width:100%;}
.in-prolist-tit{
	display:block;
	width:100%;
	height:40px;
	font-size:16px;
	line-height:40px;
	background-color:rgba(0,107,188,0.8);
	color:#fff;
	text-align:center;
	overflow:hidden;
	position: absolute;
	left: 0;
	bottom: 10px;
}
.in-prolist-biao{
	display:block;
	position:absolute;
	top:10px;
	left:10px;
}
.in-prolist li:hover{border:2px solid #026bbc;}
@media (max-width:1259px){
	.in-prolist li{
		padding-bottom:8px;
	}
	.in-prolist-tit{font-size:15px;}
	.in-prolist-biao{
		top:5px;
		left:5px;
	}
}
@media (max-width:991px){
	.in-prolist{margin-top:0;margin-bottom:0;}
}
@media (max-width:767px){
	.in-prolist li{
		width:49%;
	}
	.in-prolist li:nth-of-type(3n-1){margin-left:0;margin-right:0;}
	.in-prolist li:nth-of-type(2n){margin-left:2%;}
	.in-prolist-biao{
		top:10px;
		left:10px;
	}
}
@media (max-width:580px){
	.in-prolist li{
    padding-bottom:0;
	}
	.in-prolist-biao{
		top:5px;
		left:5px;
	}
	.in-prolist-tit{font-size:14px;}
}
@media (max-width:450px){
	.in-prolist-biao{
		width:45px;
		top:3px;
		left:3px;
	}
	.in-prolist-tit{
		font-size:14px;
		height:30px;
		line-height:20px;
		padding:5px;
	}
}

/*********新闻列表页***********/
.in-newslist{margin-bottom:50px;}
.in-newslist li{
	display: block;
	padding:15px;
	border-bottom:1px dashed #999; 
	transition:.8s; 
}
.in-newslist li .in-newslist-dot{
	display:block;
	float:left;
	width:8px;
	height:8px;
	margin-top:9px;
	border-radius:50%;
	border:1px solid #999;
	background-color:#fff; 
	margin-right:10px;
}
.in-newslist li div{
	float:left;
	font-size:15px;
	line-height:25px;
	width:calc(100% - 120px);
}
.in-newslist li .in-newslist-date{
	display:block;
	float:right;
	font-size:14px;
	line-height:25px;
	color:#666;
}
.in-newslist li:hover{
	background-color:#026bbc;
}
.in-newslist li:hover .in-newslist-dot{
	border:1px solid #fff;
}
.in-newslist li:hover div,
.in-newslist li:hover .in-newslist-date{
	color:#fff;
}
@media (max-width:991px){
	.in-newslist{margin-bottom:30px;}
}
@media (max-width:767px){
	.in-newslist li{
 		padding:10px;
		height:auto;
	}
	.in-newslist li .in-newslist-dot{
		width:6px;
		height:6px;
		margin-top:10px;
		margin-right:5px;
	}
	.in-newslist li div{
		font-size:16px;
		width:calc(100% - 20px);
		height:auto;
		margin-bottom:5px;
	}
	.in-newslist li .in-newslist-date{
		font-size:13px;
		width:100%;
		line-height:24px;
		padding-left:11px;
	}

}
@media (max-width:540px){
	.in-newslist li{
		padding:10px 10px;

	}
	.in-newslist li div{
		font-size:14px;
		line-height:24px;
	}
	.in-newslist li .in-newslist-date{
		font-size:12px;
	}
}
/*********详情页**********/
.page-detail,
.in-proinfo,
.in-newsinfo{padding:30px 0;}
@media (max-width:991px){
	.page-detail{padding:0;}
	.in-proinfo,
	.in-newsinfo{padding:20px 0;}
}
/*********产品详情页***********/
.in-proinfo-tit{
	font-size:20px;
	line-height:20px;
	font-weight:bold;
	text-align:center;
	padding-bottom:20px;
	border-bottom: 1px dashed #ddd;
}
/*********新闻详情内页***********/
.in-newsinfo-tit{
	font-size:20px;
	line-height:20px;
	font-weight:bold;
	text-align:center;
	margin-bottom:20px;
}
.in-newsinfo-date{
	font-size:14px;
	line-height:24px;
	text-align:center;
	padding-bottom:20px;
	border-bottom: 1px dashed #ddd;
}
.in-newsinfo-date span{
	margin: 0 15px;
	color:#666;
}
/******推荐新闻**********/
.in-news-tj{margin-top:50px;margin-bottom:50px;}
.in-pro-tj{margin-bottom:50px;}
.tj-tit{
	width:100%;
	height:30px;
	padding-left:25px;
	background:url(../upload/images/tit_bg.jpg) no-repeat left center;
	font-size:16px;
	line-height:30px;
	color:#fff;
}
.in-tjnews-box,
.in-tjpro-box{
	padding:25px 5px;
	border-bottom:1px solid #999;
}
.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:#026bbc;
	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:#026bbc;}
@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 #026bbc;
	box-shadow:0 0 8px rgba(12,143,215,.3);
}
.in-tjpro-box li:hover span{color:#026bbc;}
/*******分页**********/
#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:#026bbc;
	border: 1px solid #026bbc;
	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:#026bbc;}
.in-back{
	display:block;
	width:130px;
	padding-left:20px;
	text-align:center;
	font-size:14px;
	line-height:32px;
	height:32px;
	background:#026bbc 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); }
/*******search 页面**********/
.search-list{margin-bottom:20px;}
.search-list li{
	float:left;
	width:23%;
	margin:0 1% 30px; 
	border:2px solid #dedede;
	background-color:#fff;
	padding-bottom:12px;
	position:relative;
}
.search-list-img{width:100%;}
.search-list-tit{
	display:block;
	width:100%;
	height:40px;
	font-size:15px;
	line-height:40px;
	background-color:#026bbc;
	color:#fff;
	text-align:center;
	overflow:hidden;
}
.search-list li:hover{border:2px solid #026bbc;}
@media (max-width:991px){
	.search-list{margin-bottom:0;}
	.search-list li{
		width:31.333333%;
		margin:0 1% 30px; 
		padding-bottom:10px;
	}
}

@media (max-width:767px){
	.search-list li{
		width:48%;
	}
	.search-list-tit{font-size:14px;}
}
@media (max-width:580px){
	.search-list li{
		padding-bottom:0;
	}
}
@media (max-width: 450px){
	.search-list-tit {
    font-size: 14px;
    height: 50px;
    line-height: 20px;
    padding: 5px;
	}
}


/**********************************************联系我们*******************************/
.pg-cu-in .pg-com-name{font-size: 20px;margin-bottom: 5px;color: #026bbc;}
.pg-cu-in li{font-size: 16px;line-height: 30px;color: #666;}
.pg-map{margin-top: 10px;overflow-x: scroll;}
@media (max-width:580px){
	.pg-cu-in .pg-com-name{font-size: 18px;}
	.pg-cu-in li{font-size: 14px;}
}



/**********************************************公司简介*******************************/
.pg-com-tit{font-size: 20px;color:#026bbc;margin-bottom: 10px;}
.pg-com-tit-1{margin-top: 40px;}
.com-horrer-all{overflow: hidden;}
.horror1 img{width: 100%;padding: 0 26%;}
.horror1,.horror2{margin-bottom: 10px;}
.horror2 img{width: 100%;padding: 0 10%;}
.horror2{float: left;width: 33%;}


@media (max-width:767px){
  	
	.horror2 img{padding: 0 5%;}
}
@media (max-width: 530px){
 .horror2{width: 50%;}
}
@media (max-width: 450px){
	.horror1 img{padding: 10%;}
	
}








