﻿@charset "utf-8";
/* CSS Document */
*{list-style:none;outline:none;font-family:"微软雅黑",arial;border:none;color:#333;}
ul,ol,p{margin-bottom:0;padding:0;}
.fl{float:left;}
.fr{float:right;}
html,body{height:auto;overflow-x:hidden;}

p img{max-width:500px;margin:0 auto;}
@media(max-width:600px){
	p img{width:100%;}
}

/*******************************************首页********************************************/
/***************** head*****************/
.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-fir-nav>li>a:hover{
	background:#0657a8;
}
.mb-fir-nav>li .searchkey{
	float:none;
	margin:0;
	padding:15px 0 15px 15px;
	border-bottom:1px solid #2b2b2b;
}
/***************** pchead*****************/
.index-head{
	z-index:999;
}
.welcome{
	height:90px;
}
.logo-tit{
	float:left;
	margin-top:21px;
}
.logo-tit-cn{
	display:block;
	font-size:28px;
	line-height:28px;
	font-weight:bold;
	margin-bottom:8px;
	color:#444;
}
.logo-tit-en{
	display:block;
	font-size:12px;
	line-height:12px;
}
.index-head .hot-tel{
	float:right;
	font-size:20px;
	font-weight:bold;
	line-height:48px;
	height:48px;
	color:#333;
	padding-left:50px;
	background:url(../images/hot_tel.png) no-repeat left center;
	margin-top:21px;
}
.toggle{
	float:right;
	cursor:pointer;
	width:35px;
	height:24px;
	margin-top:30px;
	z-index:100;
	display:none;
}
.toggle span{
	display:block;
	width:100%;
	height:4px;
	margin-bottom:6px;
	background-color:#ea5415;
	border-radius:2px;
	transition:all .1s ease
}
.toggle:hover span{
	background-color:#0657a8;
}

.nav-box{
	width:100%;
	height:60px;
	background-color:#0657a8;
}

.nav-list{
	float:left;
	width:calc(100% - 250px);
}
.nav-list li{
	float:left;
	width:calc(100% / 7);
	height:60px;
	text-align: center;
	position:relative;
	overflow:hidden;
}
.nav-list li a{
	font-size:16px;
	line-height:55px;
	color:#fff;
}
.nav-line{
	display:block;
	width:40%;
	height:2px;
	background:#ea5415;
	position:absolute;
	left:-100%;
	bottom:10px;
}
.nav-list  li:hover,
.nav-list  li.on-top{background-color:rgba(0,0,0,.2);}
.nav-list  li:hover .nav-line,
.nav-list  li.on-top .nav-line{left:30%;}
.searchkey{
	float:right;
	margin-top:12px;
}
.searchkey .ss_con{
	display:block;
	float:left;
	width:166px;
	height:36px;
	padding-left:10px;
	font-size:14px;
	line-height: 36px;
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
}
.searchkey .ss_btn{
	float:left;
	display:block;
	width:39px;
	height:36px;
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
	background:#d6d6d6 url(../images/search.png) no-repeat center center;
	color: transparent;
	font-size:0;
}
@media (max-width: 1259px) {
	.nav-list li a{font-size:15px;}
}
@media (max-width: 991px) {
	.searchkey .ss_con{width:120px;}
	.nav-list{width:calc(100% - 180px);}
	.nav-list li a{font-size:14px;}
}
@media (max-width:767px) {
	.index-head .hot-tel{display:none;}
	.toggle{display:block;}
	.searchkey .ss_con{width:160px;}
}
@media (max-width:600px) {
	.welcome{height:80px;}
	.toggle{margin-top:25px;}
	.logo-tit{margin-top:19px}
	.logo-tit-cn{
		font-size:22px;
		line-height:22px;
		margin-bottom:8px;
	}
	.logo-tit-en{
		font-size:11px;
		letter-spacing:-1.5px;
	}
}
/*--- 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;
	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:#ea5415;
}
.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;
	}	
}
/**************标题***************************/
.index-tit{margin-bottom:45px;}
.index-tit-cn{
	display:block;
	width:100%;
	height:50px;
	font-size:30px;
	line-height:30px;
	margin-bottom:15px;
	text-align:center;
}
.index-tit-en{
	display:block;
	font-size:14px;
	line-height:14px;
	text-align:center;
}
.t1 .index-tit-cn{
	color:#333;
	background:url(../images/line01.png) no-repeat center bottom;
}
.t1 .index-tit-en{color:#999;}
.t2 .index-tit-cn{
	color:#fff;
	background:url(../images/line02.png) no-repeat center bottom;
}
.t2 .index-tit-en{color:#fff;}
@media (max-width:767px) {
	.index-tit{margin-bottom:35px;}
	.index-tit-cn{
		margin-bottom:10px;
		height:38px;
		text-align:center;
		font-size:24px;
		line-height:24px;
}
	.index-tit-en{
		font-size:12px;
		line-height:12px;
	}
}

/**********more*************/
.more1{
	display:block;
	font-size:16px;
	line-height:30px;
	height:32px;
	width:120px;
	padding-left:20px;
	color:#999;
	border:1px solid #999;
	border-radius:20px;
	position:relative;
}
.more1 b{
	display:block;
	width:8px;
	height:15px;
	background:url(../images/arrow1.png) no-repeat center;
	position:absolute;
	right:20px;
	top:8px;
}
.more1:hover{
	background-color:#ea5415;
	color:#fff;
	border:1px solid #ea5415;
}
.more1:hover b{background:url(../images/arrow2.png) no-repeat center;}
@media screen and (max-width: 991px) {
	.more1{
		font-size:14px;
		width:110px;
		height:30px;
		line-height:28px;
	}
	.more1 b{top:7px;}
}
/********产品**************/
.index-pro{
	padding:60px 0;
	background-color:#f6f6f6;
}
.index-pro .more1{margin:50px auto 0;}
.carousel.flexible .items{
	display: none;
}
.left{text-align: left;}
.right{text-align: right;}
.center{text-align: center;}
.index-pro-img{
	border:1px solid #999;
	transition:.5s;
}
.index-pro-img img{
	display:block;
	width:100%;
}
.index-pro-tit{
	font-size:15px;
	line-height:40px;
	height:40px;
	background-color:#999;
	color:#fff;
	padding:0 5px;
	text-align:center;
	white-space: nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
	transition:.5s;
}
.flex-item:hover .index-pro-img{border:1px solid #ea5415;}
.flex-item:hover .index-pro-tit{background-color:#ea5415;}
.index-pro-arrow{
	width:100px;
	height:26px;
	margin:45px auto 0;
}
.ipa-l{
	display:block;
	float:left;
	width:13px;
	height:20px;
	margin-top:2px;
	background:url(../images/arrow_left01.png) no-repeat center;
	transition:.3s;
}
.ipa-l:hover{
	background:url(../images/arrow_left02.png) no-repeat center;
}
.ipa-r{
	display:block;
	float:right;
	width:13px;
	height:20px;
	margin-top:2px;
	background:url(../images/arrow_right01.png) no-repeat center;
	transition:.3s;
}
.ipa-r:hover{
	background:url(../images/arrow_right02.png) no-repeat center;
}
.index-pro-more{
	display:block;
	float:left;
	width:26px;
	height:26px;
	margin-left:24px;
	background:url(../images/arrow_more01.png) no-repeat center;
	transition:.3s;
}
.index-pro-more:hover{
	background:url(../images/arrow_more02.png) no-repeat center;
}

@media (max-width:767px) {
	.index-pro-arrow{
		margin:35px auto 0;
	}

}

/***************走进锡能***************************/
.index-about{padding:60px 0;}
.index-about-box{
	width:100%;
	margin-top:60px;
}
.index-about-box img{
	display:block;
	float:left;
	width:430px;
}
.index-about-info{
	float:right;
	width:660px;
	padding-top:30px;
}
.index-about-tit{
	font-size:28px;
	line-height:28px;
	margin-bottom:30px;
}
.index-about-txt span{
	display:block;
	font-size:15px;
	line-height:25px;
	color:#666;
	text-indent:2em; 
}
.index-about-info .more1{
	float:right;
	margin-top:20px;
	clear:both;
}
@media (max-width:1259px) {
	.index-about-box img{width:400px;}
	.index-about-tit{margin-bottom:20px;}
	.index-about-info{
		width:500px;
		padding-top:10px;
	}
	.index-about-info .more1{margin-top:10px;}
}
@media (max-width:991px) {
	.index-about-box{margin-top:40px;}
	.index-about-tit{
		font-size:20px;
		line-height:20px;
		margin-bottom:10px;
	}
	.index-about-box img{width:380px;}
	.index-about-info{
		width:310px;
		padding-top:0;
	}
	.index-about-info span{
		font-size:14px;
		line-height:20px;
	}

}
@media (max-width:767px) {
	.index-about-box img{
		float:none;
		width:350px;
		max-width:100%;
	}
	.index-about-info{
		float:none;
		width:100%;
		margin-top:30px;
	}
	.index-about-info .more1{
		float:none;
		margin:30px auto 0;
	}
}

/***************联系我们***************************/
.index-contact{
	padding:50px 0;
	background:url(../images/contact_bg.jpg) no-repeat center center;
	background-size:cover;
}
.index-contact-box{
	width:80%;
	margin:0 auto;
}
.index-contact-box li{
	width:50%;
	font-size:18px;
	line-height:55px;
	height:55px;
	color:#fff;
}
.index-contact-box li:nth-of-type(2n-1){float:left;}
.index-contact-box li:nth-of-type(2n){float:right;text-align:right}
.index-contact-box li:nth-of-type(1),
.index-contact-box li:nth-of-type(2){margin-bottom:30px;}
.index-contact-box li b{
	display:inline-block;
	width:55px;
	height:55px;
	border:2px solid #fff;
	border-radius:50%;
	vertical-align: middle;
	margin-right:20px;
}
.index-contact-box li:nth-of-type(1) b{background:url(../images/con-icon01.png) no-repeat center;}
.index-contact-box li:nth-of-type(2) b{background:url(../images/con-icon02.png) no-repeat center;}
.index-contact-box li:nth-of-type(3) b{background:url(../images/con-icon03.png) no-repeat center;}
.index-contact-box li:nth-of-type(4) b{background:url(../images/con-icon04.png) no-repeat center;}
@media (max-width:1259px) {
	.index-contact-box{width:90%;}
}
@media (max-width:991px) {
	.index-contact-box{width:100%;}
}

@media (max-width:610px) {
	.index-contact-box li{
		font-size:16px;
		line-height:40px;
		height:40px;
	}
	.index-contact-box li b{
		width:40px;
		height:40px;
		border:2px solid #fff;
		margin-right:10px;
	}
	.index-contact-box li:nth-of-type(1) b,
	.index-contact-box li:nth-of-type(2) b,
	.index-contact-box li:nth-of-type(3) b,
	.index-contact-box li:nth-of-type(4) b{
		background-size:24px;
	}
}
@media (max-width:500px) {
	.index-contact-box li:nth-of-type(2n-1){float:none;width:100%;}
	.index-contact-box li:nth-of-type(2n){float:none;text-align:left;width:100%;}
	.index-contact-box li:nth-of-type(1),
	.index-contact-box li:nth-of-type(2),
	.index-contact-box li:nth-of-type(3){margin-bottom:20px;}

}
/****************新闻**********************/
.index-news{padding:60px 0;}
.index-news-left{
	float:left;
	width:48%;
}
.index-news-left img{
	display:block;
	width:100%;
}
.inl-tit{
	display:block;
	width:100%;
	font-size:20px;
	font-weight:bold;
	line-height:25px;
	height:25px;
	color:#0657a8;
	margin:20px 0 10px;
	overflow:hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.inl-txt{
	display:block;
	width:100%;
	font-size:14px;
	line-height:25px;
	height:50px;
	color:#666;
	overflow:hidden;
}
.index-news-left:hover .inl-txt{text-decoration: underline;}
.index-news-right{
	float:right;
	width:48%;
}
.index-news-right li{
	width:100%;
	padding:20px 10px 20px 0;
	border-bottom:1px dashed #999;
}

.inr-date{
	float:left;
	width:90px;
	padding-top:5px;
}
.inr-date span{display:block;text-align: center;color:#999;}
.inr-date-d{font-size:40px;line-height:40px;margin-bottom:5px;}
.inr-date-y{font-size:13px;line-height:13px;}
.inr-tit-box{
	float:left;
	width:calc(100% - 90px);
}
.inr-tit{
	display:block;
	width:100%;
	font-size:18px;
	line-height:18px;
	height:18px;
	font-weight:bold;
	overflow:hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-bottom:10px;
}
.inr-txt{
	display:block;
	width:100%;
	font-size:15px;
	line-height:25px;
	height:50px;
	overflow:hidden;
	color:#666;
}
.index-news-right li:hover{
	border-bottom:1px dashed #ea5415;
	background-color:#ea5415;
}
.index-news-right li:hover .inr-date span{color:#fff;}
.index-news-right li:hover .inr-tit-box span{color:#fff;}
@media (max-width:1229px){
	.index-news-right{
		width:47%;
	}

	.index-news-right li{
		padding:15px 10px 10px 0;
	}
	.inr-date{
		width:80px;
	}
	.inr-tit-box{
		width:calc(100% - 80px);
	}
	.inr-tit{
		font-size:17px;
	}
	.inl-tit{font-size:18px;}

}
@media (max-width:991px){
	.index-news-left,
	.index-news-right{
		width:48%
	}
	.index-news-right li{
		padding:10px 10px 10px 0;
	}
	.inr-date-d{font-size:32px;line-height:32px;margin-bottom:5px;}
	.inr-date-y{font-size:12px;line-height:12px;}
	.inr-tit{
		font-size:16px;
		line-height:16px;
		height:16px;
		margin-bottom:10px;
	}
	.inr-txt{
		font-size:14px;
		line-height:22px;
		height:44px;
	}
	.inl-tit{font-size:17px;}
}
@media (max-width:767px){
	.index-news-left{
		float:none;
		width:100%;
		padding:0;
		margin-bottom:20px;
	}
	.index-news-right{
		float:none;
		width:100%;
		border-top:1px dashed #999;
	}
	.inl-tit{
		font-size:16px;
		margin:10px 0 5px;
	}
}


/****************foot**********************/
.index-foot{
	padding:40px 0;
	background:#28292e url(../images/foot_bg.png) top center;
}
.foot-nav{text-align:center;}
.foot-nav a{
	display:inline-block;
	color:#fff;
	font-size:16px;
	line-height:20px;
	padding:0 40px;
	border-right:1px solid #fff;
}
.foot-nav a:last-of-type{border-right:0;}
.foot-nav a:hover{color:#ea5415;;}
.foot-contact{
	text-align: center;
	margin:50px auto;
}
.foot-contact li{
	display:inline-block;
	margin-right:100px;
}
.foot-contact li:last-of-type{margin-right:0;}
.foot-contact li span{
	display:block;
	float:left;
	width:36px;
	height:36px;
	margin-right:14px;
	border-radius:50%;
	background-color:#ea5415;
}
.foot-icon01{background:url(../images/foot_icon01.png) no-repeat center center;}
.foot-icon02{background:url(../images/foot_icon02.png) no-repeat center center;}
.foot-icon03{background:url(../images/foot_icon03.png) no-repeat center center;}
.foot-icon04{background:url(../images/foot_icon04.png) no-repeat center center;}
.foot-con-txt{
	float:left;
	width:calc(100% - 50px);
	text-align: left;
}
.foot-con-txt h4{
	color:#fff;
	font-size:16px;
	line-height:32px;
	margin:0;
}
.foot-con-txt h5{
	color:#fff;
	font-size:14px;
	line-height:32px;
	margin:0;
}
.foot-copy{
	float:left;
	color:#fff;
	line-height:20px;
}
.foot-tech{
	float:right;
	color:#fff;
	line-height:20px;
}

@media (max-width:1259px) {
	.foot-nav a{
		padding:0 30px;
	}
	.foot-contact li{
		margin-right:50px;
	}
}
@media (max-width: 991px) {
	.foot-nav a{
		font-size:15px;
		padding:0 15px;
	}
	.foot-contact li{
		margin-right:20px;
	}
	.foot-contact li span{
		width:32px;
		height:32px;
		margin-right:8px;
	}
	.foot-con-txt{
		width:calc(100% - 40px);
	}
	.foot-con-txt h4{
		font-size:15px;
	}
	.foot-con-txt h5{
		font-size:13px;
		line-height:20px;
	}
}
@media (max-width: 767px) {
	.foot-nav,
	.foot-contact{display:none;}
	.foot-copy,
	.foot-tech{
		float:none;
		display:block;
		width:100%;
		line-height:24px;
	}
	.foot-tech{margin-top:10px;}
}
/****************link**********************/
.index-link{
	padding:10px 0;
	background:#0657a8;
}
.index-link span,
.index-link a{
	line-height:20px;
	color:#fff;
	margin-right:15px;
}
.index-link a:hover{color:#ea5415;}
/****************首页边距**********************/
@media (max-width:991px) {
	.index-pro,
	.index-about,
	.index-contact,
	.index-news{padding:50px 0;}
}
@media (max-width: 767px) {
	.index-pro,
	.index-about,
	.index-contact,
	.index-news{padding:40px 0;}
	.index-foot{padding:20px 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:#0657a8;
}

/******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{
		width:100%;
	}
}

/*****mainleft****/
.left-nav{
	padding:10px;
	border:1px solid #dedede;
}
.left-nav-tit{
	width:100%;
	height:65px;
	background-color:#0657a8;
	padding:12px 0;
	text-align:center;
	position:relative;
}
.lnt-cn{
	display:block;
	font-size:23px;
	line-height: 35px;
	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;
}
.left-nav-list li{
	width:100%;
	margin-bottom:5px;
}
.left-nav-list li:first-of-type{margin-top:8px;}
.left-nav-list li a{
	display:block;
	width:100%;
	padding:5px 40px 5px 20px;
	line-height:22px;
	color:#555;
	background:#efefef url(../images/arrow01.png) no-repeat 198px center;
}
.left-nav-list li:hover a{
	background:#0657a8 url(../images/arrow02.png) no-repeat 198px center;
	color:#fff;
}
.left-con{
	margin-top:30px;
}
.left-con-tit{
	width:100%;
	height:60px;
	font-size:20px;
	line-height:60px;
	text-align: center;
	background-color:#0657a8;
	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 5px;
	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:991px){
	.left-nav{
		padding:0;
		border:0;
	}
	.left-nav-list li{
		float:left;
		width:25%;
		border:1px solid #fff;
		margin:0;
	}
	.left-nav-list li:first-of-type{margin-top:0;}
	.left-nav-list li:last-of-type{margin-bottom:20px;}
	.left-nav-list li a{
		padding:0 5px;
		line-height:32px;
		height:32px;
		text-align:center;
		background:#efefef;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow:hidden;
	}
	.left-nav-list li:hover a{
		background:#0657a8;
	}
}
@media  (max-width:767px){
	.left-nav-list li{width:33.333333%;}

}
@media  (max-width:640px){
}
@media  (max-width:500px){
	.left-nav-list li{width:50%;}
}
/*****main-right**********/
.right-news-latest{margin-bottom:30px;}
.rnl-tit{
	width:100%;
	height:60px;
	font-size:20px;
	line-height:60px;
	text-align: center;
	background-color:#0657a8;
	color:#fff;
	border-radius: 5px 5px 0 0;
}
.rnl-info li{
	padding:10px;
	height:42px;
	border:1px solid #dcdcdc;
	border-top:0;
}
.rnl-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;
}
.rnl-info li:nth-of-type(1) span{background-color:#0657a8;}
.rnl-info li:nth-of-type(2) span{background-color:#0657a8;}
.rnl-info li:nth-of-type(3) span{background-color:#0657a8;}
.rnl-info li div{
	float:left;
	width:calc(100% - 30px);
	font-size:14px;
	line-height:22px;
	height:22px;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}
.rnl-info li:hover span{background-color:#0657a8;}
.rnl-info li:hover div{color:#0657a8;}


/*****maincenter**/
.maincenter-top{
	height:45px;
	padding-bottom:15px;
	border-bottom:1px solid #ccc; 
}
.maincenter-tit{
	float:left;
	font-size:24px;
	line-height:30px;
	color:#0657a8;
	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:#0657a8;
}
.maincenter-icon{
	display:block;
	width:6px;
	height:30px;
	background-color:#0657a8;
	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;
	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:#0657a8;
	color:#fff;
	text-align:center;
	overflow:hidden;
}
.in-prolist-biao{
	display:block;
	position:absolute;
	top:-2px;
	left:-2px;
}
.in-prolist li:hover{border:2px solid #0657a8;}
@media (max-width:1259px){
	.in-prolist-tit{font-size:15px;}
}
@media (max-width:991px){
	.in-prolist{margin-top:0;margin-bottom:0;}
}

@media (max-width:640px){
	.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%;}
}
@media (max-width:500px){
	.in-prolist-tit{
		font-size:14px;
		height:36px;
		line-height:36px;
	}
}
/*********新闻列表页***********/
.in-newslist{margin-bottom:50px;}
.in-newslist li a{
	display: block;
	padding:15px;
	height:55px;
	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;
	height:25px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width:calc(100% - 160px);
}
.in-newslist li .in-newslist-date{
	display:block;
	float:right;
	font-size:14px;
	line-height:25px;
	color:#666;
}
.in-newslist li:hover{
	background-color:#0657a8;
}
.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:640px){
	.in-newslist li a{
 		padding:15px 10px;
		height:55px;
	}
	.in-newslist li .in-newslist-dot{
		width:6px;
		height:6px;
		margin-top:10px;
		margin-right:5px;
	}
	.in-newslist li div{
		font-size:14px;
		width:calc(100% - 120px);
	}
	.in-newslist li .in-newslist-date{
		font-size:12px;
	}
}
@media (max-width:480px){
	.in-newslist li a{
		padding:10px 10px;
		height:68px;
	}
	.in-newslist li div{
		line-height:24px;
		height:24px;
		width:calc(100% - 15px);
	}
	.in-newslist li .in-newslist-date{
		width:100%;
		line-height:24px;
		padding-left:11px;
	}
}
/*********详情页**********/
.page-detail,.in-newsinfo p{
	line-height: 28px;
}

.page-detail,
.page-feedback,
.in-proinfo,
.in-newsinfo{padding:30px 0;}
@media (max-width:991px){
	.page-feedback,
	.page-detail{padding:0;}
	.in-proinfo,
	.in-newsinfo{padding:20px 0;}
}
/*********产品详情页***********/
.in-proinfo-tit{
	font-size:18px;
	line-height:25px;
	font-weight:bold;
	text-align:center;
	padding-bottom:15px;
	border-bottom: 1px dashed #ddd;
}
@media (max-width:640px){
	.in-proinfo-tit{
		font-size:16px;
		line-height:24px;
		padding-bottom:10px;
	}
}
/*********新闻详情内页***********/
.in-newsinfo-tit{
	font-size:18px;
	line-height:25px;
	font-weight:bold;
	text-align:center;
	margin-bottom:10px;
}
.in-newsinfo-date{
	font-size:12px;
	line-height:20px;
	text-align:center;
	padding-bottom:15px;
	border-bottom: 1px dashed #ddd;
}
.in-newsinfo-date span{
	margin: 0 15px;
	color:#666;
}
@media (max-width:640px){
	.in-newsinfo-tit{
		font-size:16px;
		line-height:24px;
	}
	.in-newsinfo-date{
		padding-bottom:10px;
	}
}
/******推荐新闻**********/
.in-news-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;
}
.in-tjnews-box,
.in-tjpro-box{
	padding:25px 10px;
	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:#0657a8;
	margin-right:10px;
}
.in-tjnews-box li div{
	float:left;
	font-size:14px;
	line-height:28px;
	height:28px;
	width:calc(100% - 100px);
	white-space: nowrap;
	text-overflow: ellipsis;
	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:#0657a8;}
@media (max-width: 1259px) {
	.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;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow:hidden;
}
.in-tjpro-box li:hover img{
	border:1px solid #0657a8;
	box-shadow:0 0 8px rgba(12,143,215,.3);
}
.in-tjpro-box li:hover span{color:#0657a8;}
/*******分页**********/
#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:#0657a8;
	border: 1px solid #0657a8;
	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:#0657a8;}
.in-back{
	display:block;
	width:130px;
	padding-left:20px;
	text-align:center;
	font-size:14px;
	line-height:32px;
	height:32px;
	background:#0657a8 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); }
/*******search 页面**********/
.search-list{margin-bottom:20px;}
.search-list li{
	float:left;
	width:23%;
	margin:0 1% 30px; 
	border:2px solid #dedede;
	background-color:#fff;
	position:relative;
}
.search-list-img{width:100%;}
.search-list-tit{
	display:block;
	width:100%;
	height:40px;
	font-size:16px;
	line-height:40px;
	background-color:#0657a8;
	color:#fff;
	text-align:center;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow:hidden;
}
.search-list li:hover{border:2px solid #0657a8;}
@media (max-width:991px){
	.search-list{margin-bottom:0;}
	.search-list li{
		width:31.333333%;
		margin:0 1% 30px; 
	}
	.search-list-tit{font-size:15px;}
}
@media (max-width:580px){
	.search-list li{
		width:48%;
	}
	.search-list-tit{
		font-size:14px;
		height:32px;
		line-height:32px;
	}
}
/************客户反馈*******************/
.page-feedback-txt{color:#666;}
.feedback-tit{
	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(../images/feed_icon01.png) no-repeat 10px center;
}
.cus-info:nth-of-type(2){
	background:url(../images/feed_icon02.png) no-repeat 10px center;
}
.cus-info:nth-of-type(3){
	background:url(../images/feed_icon04.png) no-repeat 10px center;
}
.cus-info:nth-of-type(4){
	background:url(../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:#003762;
}
.feedback-reset{
	background-color:#0657a8;
}
.feedback-submit:hover{
	background-color:#015fa7;
}
.feedback-reset:hover{
	background-color:#0084ea;
}

@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(../images/feed_icon01.png) no-repeat 5px center;
		background-size:16px;
	}
	.cus-info:nth-of-type(2){
		background:url(../images/feed_icon02.png) no-repeat 5px center;
		background-size:16px;
	}
	.cus-info:nth-of-type(3){
		background:url(../images/feed_icon04.png) no-repeat 5px center;
		background-size:16px;
	}
	.cus-info:nth-of-type(4){
		background:url(../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;}
}
               
.zycp,  .zycp a{color:#fff;}   
.zycp a{margin-left:5px;}    