﻿@charset "utf-8";
/* CSS Document */
*{list-style:none;outline:none;font-family:"微软雅黑",arial;border:none;color:#333;}
.fl{float:left;}
.fr{float:right;}
/*******************************************首页********************************************/
/*.index-head001*/
.index-head002 .welcome,
.index-head002 .nav-box,
.index-head002 .navli{
	width:100%;
	z-index:999;
}
.index-head002 .welcome{
	width:100%;
	height:100px;
	padding:20px 0;
}
.index-head002 .logo{
	float:left;
	height:60px;
}
.index-head002 .mb-logo{display:none;}
.index-head002 .hot-tel{
	float:right;
	font-size:26px;
	font-weight:bold;
	line-height:60px;
	height:60px;
	color:#333;
	padding-left:60px;
	background:url(../images/hot_tel.png) no-repeat left center;
}
.index-head002 .nav-btn{
	float:right;
	width:40px;
	height:40px;
	margin-top:10px;
	display:none;
}
.index-head002 .nav-box{
	width:100%;
	height:60px;
	background-color:#0657a8;
}

.index-head002 .nav{
	float:left;
}
.index-head002 .nav li{
	float:left;
	padding:0 40px;
	height:60px;
	overflow:hidden; 
}
.index-head002 .nav li a{
	font-size:16px;
	line-height:40px;
	color:#fff;
}
.index-head002 .nav-line{
	display:block;
	width:40%;
	height:2px;
	background:#ea5415;
	position:absolute;
	left:-100%;
	bottom:10px;
}
.index-head002 .nav li:hover,
.index-head002 .nav li.on-top{background-color:rgba(0,0,0,.2);}
.index-head002 .nav li:hover .nav-line,
.index-head002 .nav li.on-top .nav-line{left:30%;}
.index-head002 .navli{display:none;}
.index-head002 .navli{
	background-color:rgba(0,0,0,.7);
	padding-left:0;
	position:absolute;
	left:0;
	top:80px;
}
.index-head002 .navli li{
	width:100%;
	border-bottom:1px solid #fff;
}
.index-head002 .navli li a{
	color:#fff;
	font-size:14px;
	line-height:40px;
	padding-left:20px;
	text-decoration:none;
}
.index-head002 .navli li a:hover{padding-left:30px;}
.searchkey{
	float:right;
	width:205px;
	height:36px;
	margin-top:12px;
}
.searchkey .ss_con{
	display:block;
	float:left;
	width:166px;
	height:36px;
	padding-left:20px;
	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;
}
@media (max-width: 1229px) {
	.index-head002 .nav li{padding:0 25px;}
	.index-head002 .nav li a{font-size:15px;padding:10px;}
}
@media (max-width: 991px) {
	.index-head002 .hot-tel,
	.index-head002 .nav-box{display:none;}
	.index-head002 .nav-btn{display:block;}
	.index-head002 .welcome{height:80px;padding:10px 0;}
}
@media (max-width:680px) {
	.index-head002 .pc-logo{display:none;}
	.index-head002 .mb-logo{display:block;}
}
/*--- 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 a:after {
	content: "\f111";
	font-size: 0;
	font-family: FontAwesome;
	visibility: visible;
	height: 13px;
	width: 13px;	
	display:inline-block;
	background:#fff;
	border-radius:50%;
}
.callbacks_here a:after{
	background:#ff4a1a;
}
.callbacks_tabs a{
	visibility:hidden;
}
.callbacks_tabs li{
	display:inline-block;
}
ul.callbacks_tabs.callbacks1_tabs {
	position: absolute;
	bottom:5%;
	z-index:100;
	left:45%;
}

@media(max-width:640px){
	.callbacks_tabs a:after {
		height: 10px;
		width: 10px;
	}
	ul.callbacks_tabs.callbacks1_tabs {
		bottom:5px;
		left:38%;
	}
}
@media(max-width:480px){
	ul.callbacks_tabs.callbacks1_tabs {
		bottom:0;
		left:30%;
	}
}

/**************标题***************************/
.index-tit002 h1{
	margin-top:0;
	margin-bottom:15px;
	display:block;
	width:100%;
	height:50px;
	text-align:center;
	font-size:30px;
	line-height:30px;
}
.index-tit002 h5{
	margin:0;
	font-size:14px;
	line-height:14px;
	text-align:center;
}
.t1 h1{
	color:#333;
	background:url(../images/line01.png) no-repeat center bottom;
}
.t1 h5{color:#999;}
.t2 h1{
	color:#fff;
	background:url(../images/line02.png) no-repeat center bottom;
}
.t2 h5{color:#fff;}
@media (max-width:680px) {
	.index-tit002 h1{
		margin-bottom:10px;
		height:38px;
		text-align:center;
		font-size:24px;
		line-height:24px;
}
	.index-tit002 h5{
		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-pro002{
	padding:60px 0;
	background-color:#f6f6f6;
}
.index-pro002 .more1{margin:50px auto 0;}
.pro-box{
	width:100%;
	margin-top:60px;
	position:relative;
}
.pro-box-nav{
	padding:0;
	text-align: center;
	margin-bottom:50px;
}
.pro-box-nav li{
	display:inline-block;
	width:200px;
	height:50px;	
	font-size:18px;
	line-height:48px;
	border:1px solid #999;
	margin-right:150px;
}
.pro-box-nav li:last-of-type{margin-right:0;}
.pro-box-nav .on-pro-nav,
.pro-box-nav li:hover{
	background-color:#ea5415;
	color:#fff;
	border:1px solid #ea5415;
}
.pro-box-scroll{
	display:none;
	width:1170px;
	margin:0 auto;
}
.on-scroll{display:block;}

.pro-box-scroll .tempWrap{
	width:100%;
	position:relative;
	overflow:hidden;
}
.pro-box-list{
	width:1900px; 
	left: -950px;
	position: relative; 
	overflow: hidden; 
}
.pro-box-list li{
	float:left;
	width:354px;
	margin:0 18px;
}
.pro-box-list li a{line-height:0; }
.pro-box-img{
	width:354px; 
	height:222px;
	border:1px solid #999;
	transition:.3s;
	background-color:#fff;
	overflow:hidden;
	text-align: center;
}
.pro-box-img img{
	max-width:100%;
	max-height:100%;
	text-align:center;
}
.pro-box-info{width:354px;}
.pro-box-info span{
	display:block;
	width:100%;
	height:45px;
	font-size:16px;
	line-height:45px;
	text-align:center;
	background-color:#999;
	color:#fff;
	transition:.3s;
}
.pro-box-list li:hover .pro-box-img{border:1px solid #ea5415;}
.pro-box-list li:hover .pro-box-info span{background-color:#ea5415;}


@media (max-width:1229px) {
	.pro-box-scroll{width:930px;}
	.pro-box-list li {
		width:282px;
		margin:0 14px;
	}
	.pro-box-img{
		width:282px; 
		height:177px;
	}
	.pro-box-info{width:282px;}
	.pbn-list li a{height:33px;line-height:33px;}	
	
}
@media (max-width: 991px) {
	.pro-box-nav li{
		width:150px;
		height:38px;	
		font-size:16px;
		line-height:36px;
		margin-right:100px;
	}
	.pro-box-scroll{width:720px;}
	.pro-box-list li {
		width:226px;
		margin:0 6px;
	}
	.pro-box-img{
		width:226px; 
		height:142px; 
	}
	.pro-box-info{width:226px;}
}
@media (max-width: 767px) {
	.pro-box-scroll{width:630px;}
	.pro-box-list li {
		width:194px;
		margin:0 7px;
	}
	.pro-box-img{
		width:194px; 
		height:122px; 
	}
	.pro-box-info{width:194px;}
	.pro-box-info span{font-size:13px;}
}
@media (max-width:680px) {
	.pro-box-scroll{width:480px;}
	.pro-box-list li {
		width:226px;
		margin:0 6px;
	}
	.pro-box-img{
		width:226px; 
		height:142px; 
	}
	.pro-box-info{width:226px;}
}
@media (max-width:530px) {
	.pro-box-nav li{margin-right:60px;}
	.pbn-list li a{font-size:14px;}
	.pro-box-scroll{width:420px;}
	.pro-box-list li {
		width:194px;
		margin:0 7px;
	}
	.pro-box-img{
		width:194px; 
		height:122px; 
	}
	.pro-box-info{width:194px;}
}
@media (max-width:480px) {
	.pro-box-nav li{
		width:120px;
		height:34px;	
		font-size:14px;
		line-height:32px;
		margin-right:50px;
	}
	.pro-box-scroll{width:340px;}
	.pro-box-list li {
		width:322px;
		margin:0 8px;
	}
	.pro-box-img{
		width:322px; 
		height:202px; 
	}
	.pro-box-info{width:322px;}

}
@media (max-width:380px) {
	.index-pro002 .more1{margin:30px auto 0;}
	.pro-box-nav{margin-bottom:30px;}
	.pro-box-nav li{
		width:100px;
		height:34px;	
		font-size:14px;
		line-height:32px;
		margin-right:20px;
	}
	.pro-box-scroll{width:280px;}
	.pro-box-list li {
		width:266px;
		margin:0 6px;
	}
	.pro-box-img{
		width:266px; 
		height:167px; 
	}
	.pro-box-info{width:266px;}
}
/***************走进锡能***************************/
.index-about002{padding:60px 0;}
.about-box{
	width:100%;
	margin-top:60px;
}
.about-box img{
	display:block;
	float:left;
	width:430px;
}
.about-box-info{
	float:right;
	width:660px;
	padding-top:30px;
}
.about-box-tit{
	font-size:28px;
	line-height:28px;
	margin-bottom:30px;
}
.about-box-txt span{
	display:block;
	font-size:16px;
	line-height:28px;
	margin-bottom:10px;
	color:#666;
	text-indent:2em; 
}
.about-box-info .more1{
	float:right;
	margin-top:20px;
	clear:both;
}
@media (max-width:1229px) {
	.about-box img{width:400px;}
	.about-box-tit{margin-bottom:20px;}
	.about-box-info{
		width:500px;
		padding-top:10px;
	}
	.about-box-info .more1{margin-top:10px;}
}
@media (max-width:991px) {
	.about-box{margin-top:40px;}
	.about-box-tit{
		font-size:20px;
		line-height:20px;
		margin-bottom:10px;
	}
	.about-box img{width:300px;}
	.about-box-info{
		width:390px;
		padding-top:0;
	}
	.about-box-info span{
		font-size:14px;
		line-height:20px;
	}

}
@media (max-width:767px) {
	.about-box img{
		float:none;
		width:300px;
		margin-left:5%;
	}
	.about-box-info{
		float:none;
		width:90%;
		margin-left:5%;
		margin-top:30px;
	}
	.about-box-info .more1{
		float:none;
		margin:30px auto 0;
	}
}
@media (max-width:530px) {

}
@media (max-width:480px) {
	.about-box img{margin-left:1%;width:98%;max-width:300px;}
	.about-box-info{
		width:98%;
		margin-left:1%;
	}
}
/***************联系我们***************************/
.index-contact002{
	padding:50px 0 40px;
	background:url(../images/contact_bg.jpg) no-repeat center center;
}
.contact-box{
	width:100%;
	margin-top:30px;
	padding-left:0;
}
.contact-box li{
	float:left;
	width:50%;
	padding-left:220px;
	font-size:18px;
	line-height:60px;
	height:60px;
	color:#fff;
}
.contact-box li:nth-of-type(1){background:url(../images/con-icon01.png) no-repeat 160px center;}
.contact-box li:nth-of-type(2){background:url(../images/con-icon02.png) no-repeat 160px center;}
.contact-box li:nth-of-type(3){background:url(../images/con-icon03.png) no-repeat 160px center;}
.contact-box li:nth-of-type(4){background:url(../images/con-icon04.png) no-repeat 160px center;}
@media (max-width:1229px){
	.contact-box li{padding-left:160px;}
	.contact-box li:nth-of-type(1){background:url(../images/con-icon01.png) no-repeat 100px center;}
	.contact-box li:nth-of-type(2){background:url(../images/con-icon02.png) no-repeat 100px center;}
	.contact-box li:nth-of-type(3){background:url(../images/con-icon03.png) no-repeat 100px center;}
	.contact-box li:nth-of-type(4){background:url(../images/con-icon04.png) no-repeat 100px center;}
	}
@media (max-width:991px) {
	.contact-box li{padding-left:60px;}
	.contact-box li:nth-of-type(1){background:url(../images/con-icon01.png) no-repeat left center;}
	.contact-box li:nth-of-type(2){background:url(../images/con-icon02.png) no-repeat 1px center;}
	.contact-box li:nth-of-type(3){background:url(../images/con-icon03.png) no-repeat left center;}
	.contact-box li:nth-of-type(4){background:url(../images/con-icon04.png) no-repeat 3px center;}
}

@media (max-width:767px) {
	.contact-box{
		width:300px;
		margin:0 auto;
		margin-top:30px;
	}
	.contact-box li{
		float:none;
		width:100%;
		padding-left:60px;
		font-size:16px;
	}
	.contact-box li:nth-of-type(1){background:url(../images/con-icon01.png) no-repeat left center;}
	.contact-box li:nth-of-type(2){background:url(../images/con-icon02.png) no-repeat 1px center;}
	.contact-box li:nth-of-type(3){background:url(../images/con-icon03.png) no-repeat left center;}
	.contact-box li:nth-of-type(4){background:url(../images/con-icon04.png) no-repeat 3px center;}
}
/****************新闻**********************/
.index-news002{padding:60px 0;}
.news-box{
	width:100%;
	margin-top:60px;
}

.news-box-left{
	float:left;
	width:46%;
	
}
.news-box-left img{
	display:block;
	width:100%;
}
.nbl-tit{
	display:block;
	width:100%;
	font-size:20px;
	line-height:24px;
	color:#45b77b;
	margin:20px 0 10px;
}
.nbl-txt{
	display:block;
	width:100%;
	font-size:14px;
	line-height:24px;
	color:#666;
}
.news-box-left:hover .nbl-txt{text-decoration: underline;}
.news-box-right{
	float:right;
	width:46%;
	padding-left:0;
}
.news-box-right li{
	width:100%;
	padding:25px 10px;
	margin-bottom:30px;
	border-bottom:1px solid #999;
}

.nbr-date{
	float:left;
	width:70px;
}
.nbr-date span{display:block;text-align: center;color:#999;}
.nbr-date-d{font-size:40px;line-height:40px;margin-bottom:5px;}
.nbr-date-y{font-size:14px;line-height:14px;}
.nbr-tit-box{
	float:left;
	margin-left:30px;
	width:calc(100% - 100px);
}
.nbr-tit{
	display:block;
	width:100%;
	font-size:18px;
	line-height:18px;
	height:18px;
	overflow:hidden;
	margin-bottom:10px;
	margin-top:0;
}
.nbr-txt{
	display:block;
	width:100%;
	font-size:14px;
	line-height:20px;
	max-height:80px;
	overflow:hidden;
	color:#666;
}
.news-box-right li:hover{
	border-bottom:1px solid #eee;
	background-color:#ea5415;
}
.news-box-right li:hover .nbr-date span{color:#fff;}
.news-box-right li:hover .nbr-tit-box span{color:#fff;}
@media (max-width:1229px){
	.news-box-left{
		width:440px;
		padding-left:0;
		padding-right:39px;
	}
	.news-box-right{
		width:500px;
		padding-left:40px;
	}

	.news-box-right li{
		padding:10px;
		margin-bottom:15px;
	}
	.news-box-txt h1{
		font-size:16px;
		line-height:16px;
		height:16px;
		margin-bottom:10px;
	}
}
@media (max-width:991px){
	.news-box-left{
		width:360px;
		padding-right:29px
	}
	.news-box-right{
		width:360px;
		padding-left:30px;
	}
}
@media (max-width:767px){
	.news-box-left{
		float:none;width:100%;
		max-width:450px;
		padding:0;
		margin:0 auto;
		margin-bottom:40px;
		border-right:0;
	}
	.news-box-right{
		float:none;width:100%;
		max-width:450px;
		padding:0;
		margin:0 auto;
	}
}
@media (max-width:680px){
	.pro-box,
	.about-box,
	.news-box{margin-top:30px;}
	
}
/****************link**********************/
.index-link{
	padding:10px 0;
	background:#0657a8;
	font-size:12px;
	line-height:20px;
}
.index-link .index-fdlink{margin-bottom:10px;}
.index-link .index-fenzhan{margin-bottom:0;}
.index-link span,.index-link a{color:#fff;margin-right:5px;}
.index-link a:hover{color:#ea5415;}

/****************foot**********************/
.index-foot002{
	padding:60px 0;
	background:#28292e url(../images/foot_bg.png)  top center;
}
.foot-pic{float:left;}
.foot-pic img{margin-right:60px;}
.foot-nav{float:right;}
.foot-nav a{
	margin-right:100px;
	color:#fff;
	font-size:16px;
	line-height:75px;
}
.foot-nav a:hover{color:#ea5415;;}
.foot-contact{
	width:1080px;
	padding:0;
	margin:0 auto;
	margin-top:70px;
	margin-bottom:100px;
}
.foot-contact li{
	float:left;
	width:240px;
	margin-right:20px;
}
.foot-contact li:first-of-type{width:300px}
.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);
}
.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;
	font-size:12px;
	line-height:16px;
}
.foot-beian{
	float:right;
	color:#fff;
	font-size:12px;
	line-height:16px;
}
.foot-copy a,
.foot-copy span,
.foot-beian a,
.foot-beian span{color:#fff;}
@media (max-width:1229px) {

	.foot-nav a{
		margin-right:40px;
	}
	.foot-contact{
		width:100%;
		margin-top:60px;
		margin-bottom:60px;
	}
	.foot-contact li{
		margin-right:0;
		width:200px;
	}
	.foot-contact li:first-of-type{width:300px;}
	.foot-contact li:last-of-type{width:240px;}
}
@media (max-width: 991px) {
	.index-foot001{background:#28292e;}
	.foot-pic{
		float:none;
		width:100%;
	}
	.foot-nav{
		float:none;
		width:100%;
		margin-top:40px;
		
	}
	.foot-nav a{
		line-height:32px;
		margin-right:100px;
	}
	.foot-contact li{
		width:50%;
		margin:0 0 10px 0;
	}
	.foot-contact li:first-of-type{width:50%}
	.foot-contact li:last-of-type{width:50%}
}
@media (max-width: 767px) {
	.foot-pic,
	.foot-nav,
	.foot-contact{
		display:none;
	}
	.index-foot002{padding:20px 0;}
	.foot-copy,.foot-beian{float:none;text-align:center;font-size:12px;line-height:16px;}
	.foot-beian{margin-top:10px;}
}



/*******************************************内页********************************************/
/******面包屑导航******/
.pos002{
	width:100%;
	padding:30px 0;
	background:#f6f6f6;
}
.pos-box-left{float:left;}
.pos-box-left h1{
	display:inline-block;
	font-size:24px;
	line-height:24px;
	font-weight:bold;
	margin:0;
}
.pos-box-left span{
	display:inline-block;
	font-size:24px;
	line-height:24px;
	font-weight:bold;
	margin:0 5px;
}
.pos-box-left h2{
	display:inline-block;
	font-size:18px;
	line-height:24px;
	color:#666;
	margin:0;
}
.pos-box-right{float:right}
.pos-box-right span{
	color:#666;
	margin-left:5px;
	line-height:24px;
}
.pos-box-right a{
	color:#666;
	margin-left:5px;
	line-height:24px;
}
.pos-box-right a:hover{color:#ff0000;}
@media (max-width:767px) {
	.pos002 {padding:10px 0;}
	.pos-box-left{display:none;}
	.pos-box-right{
		float:none;
		width:100%;
	}
	.pos-box-right a,
	.pos-box-right span{margin:0 5px 0 0}
}


/******main******/
.main002{
	width:100%;
	padding:30px 0;
}
.mainright002{
	float:right;
	width:270px;
}
.mainleft002{
	float:left;
	margin-right:30px;
	padding-right:30px;
	border-right:1px solid #ccc;
	width:calc(100% - 300px);
	min-height:780px;
}
.main-tit{display:none;}
.main-tit-cn{font-size:22px;font-weight:bold;line-height:22px;margin-right:5px;}
.main-tit-en{font-size:14px;line-height:22px;color:#999;}

@media (max-width:991px) {
	.mainright002{
		float:none;
		width:100%;
		margin-bottom:60px;
	}
	.mainleft002{
		float:none;
		width:100%;
		margin-right:0;
		padding-right:0;
		border-right:0;
		min-height:auto;
	}
}
@media (max-width:767px) {
	.main-tit{margin-bottom:30px;display:block;}
}

/******mainright******/
.right-nav{
	margin:0;
	padding:0;
	margin-bottom:40px;
}
.right-nav h1,
.right-con h1{
	width:100%;
	height:56px;
	line-height:56px;
	font-size:24px;
	color:#666;
	padding-left:10px;
	margin-top:0;
	margin-bottom:20px;
	border-bottom:1px solid #ccc;
}
.right-nav-list{padding-left:0;}
.right-nav-list li{
		width:100%;
		border-bottom: 1px solid #eee;
    line-height: 20px;
    text-indent:12px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: normal;
    font-size: 14px;
    padding: 11px 0;
}
.right-nav-list li:hover a{color:#ea5415;}

.right-con-info{
	margin:0;
	padding:0;
	margin-bottom:40px;
}
.right-con-info li{
	width:100%;
	height:43px;

	padding-left:12px;
	line-height:42px;
	font-size:14px;
	color:#666;
	border-bottom: 1px solid #eee;
}
.right-con-info li span{
	display:inline-block;
	width:45px;
	color:#666;
}

@media (max-width:991px) {
	.right-nav-list{text-align:center;}
	.right-nav-list li{
		display:inline-block;
		width:150px;
		height:38px;	
		font-size:16px;
		line-height:36px;
		margin-right:100px;
		border:1px solid #999;
		text-indent:0;
		padding:0;
	}
	.right-nav-list li:last-of-type{margin-right:0;}
	.right-nav-list li a{
		display:block;
		width:100%;
		font-size:16px;
		line-height:36px;
	}
	.right-nav-list li.on-right,
	.right-nav-list  li:hover{
		background-color:#ea5415;
		border:1px solid #ea5415;
	}
	.right-nav-list li.on-right a,
	.right-nav-list  li:hover a{
		color:#fff;
	}
}

@media (max-width:530px) {
	.right-nav-list li{margin-right:60px;}

}
@media (max-width:480px) {
	.right-nav-list li{
		width:120px;
		height:34px;	
		font-size:14px;
		line-height:32px;
		margin-right:50px;
	}
	.right-nav-list li a{
		font-size:14px;
		line-height:32px;
	}
}
@media (max-width:380px) {
	.right-nav-list li{
		width:100px;
		margin-right:20px;
	}

}
/******内页产品列表******/
.in-prolist002{
	width:100%;
	padding:0;
}
.in-prolist002 li{
	float:left;
	width:31.33333%;
	height:auto;
	margin:0 1% 40px 1%;
	position:relative;
	transition:all .3s;
}
.in-prolist-img{
	width:100%;
	border:1px solid #999;
}
.in-prolist-img img{
	max-width:100%;
	max-height:100%;
	text-align:center;
}
.in-prolist-info{
	display:block;
	width:100%;
	height:50px;
	font-size:16px;
	line-height:50px;
	text-align: center;
	text-overflow: ellipsis;
	overflow:hidden;
 	white-space: normal;
	background-color:#999;
	color:#fff;
}
.in-prolist002 li:hover .in-prolist-img{
	border:1px solid #ea5415;
}
.in-prolist002 li:hover .in-prolist-info{background-color:#ea5415}

@media (max-width: 767px) {
	.in-prolist002{
		width:560px;
		margin:0 auto;
	}
	.in-prolist002 li{
		width:260px;
		margin:0 10px 40px 10px;
	}
}
@media (max-width: 600px) {
	.in-prolist002{width:100%;}
	.in-prolist002 li{
		width:48%;
		margin:0 1% 40px 1%;
	}
}
@media (max-width:450px) {
	.in-prolist002 li{
		width:88%;
		margin:0 6% 40px 6%;
	}
}
@media (max-width:400px) {
	.in-prolist002 li{
		width:98%;
		margin:0 1% 40px 1%;
	}
}
/*******产品详情页**********/
.in-proinfo-tit{
	width:100%;
	height:56px;
	line-height:56px;
	font-size:24px;
	color:#666;
	text-align:center;
	margin-top:0;
	margin-bottom:20px;
	border-bottom:1px solid #ccc;
}
@media (max-width:991px) {
	.in-proinfo-tit{
		text-align:left;
		padding-left:10px;
	}

}
/******内页新闻列表******/

.in-newslist002{
	padding-left:0;
	margin-bottom:60px;
}
.in-newslist002 li{
	padding:30px 10px;
	border-bottom:1px solid #ccc;
}
.in-newstime{
	float:left;
	width:70px;
	text-align:center;
	margin-right:30px;
}
.in-newstime span{color:#999;}
.in-newstime-d{font-size:40px;line-height:40px;margin-bottom:5px;}
.in-newstime-y{font-size:14px;line-height:14px;}
.in-newslist-info{
	float:left;
	width:calc(100% - 100px);	
}
.in-newslist-info span{display:block;}
.in-newslist-tit{
	font-size:20px;
	line-height:20px;
	margin-top:0;
	margin-bottom:10px;
	font-weight:bold;
	color:#444;
}

.in-newslist-txt{font-size:14px;line-height:28px;color:#666;}
.in-newslist002 li:hover{
	background-color:#f6f6f6;
	border-bottom:1px dashed #f6f6f6;
}

@media (max-width:767px) {
	
	.in-newslist-tit{
		font-size:18px;
		line-height:24px;
		margin-bottom:10px;
	}
	.in-newslist-txt{line-height:20px;}
}
@media (max-width: 600px) {
	.in-newstime{margin-right:10px;}
	.in-newslist-info{width:calc(100% - 80px);	}
	.in-newslist-tit{font-size:16px;}
}
/*******分页**********/
#pageDiv {
	clear: both;
	margin: 30px 0px 0px 0; 
	text-align:center; 
	color: #333; 
}
#pageDiv span a{ 
	font-size:14px;
	border: 1px solid #999; 
	height:43px; 
	display:inline-block; 
	margin-bottom:10px;
	
}
#pageDiv a {
	font-size:14px; 
	display: inline-block; 
	height:43px;
	line-height:43px;
	color:#666; 
	text-decoration: none; 
	padding:0 25px; 
}


#pageDiv span a.page-num-current {
	background:#ea5415;
	border: 1px solid #ea5415;
}
#pageDiv span a.page-num-current{color:#fff;}


#pageDiv span a:hover {
	background:#ea5415;
	border: 1px solid #ea5415;
}
#pageDiv span a:hover{color:#fff;}


@media (max-width: 767px) {
	#pageDiv span { 
		font-size:12px;
		height:30px; 
	}
	#pageDiv a {
		font-size:12px; 
		height:30px;
		line-height:30px;
		padding:0 10px;
	}
}
/*******新闻详情页**********/
.in-newstit{font-size:20px;line-height:20px;font-weight:bold;text-align:center;margin-bottom:20px;}
.in-newsdate{font-size:14px;line-height:24px;text-align:center;margin-bottom:30px;padding-bottom:20px;border-bottom: 1px dashed #ddd;}
.in-newsdate span{margin: 0 15px;color:#666;}

/*******上下页**********/
.in-prenext{margin-top:30px;}
.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:#ea5415}
.in-back{display:block;width:130px;padding-left:20px;text-align:center;font-size:14px;line-height:32px;height:32px;background:#ea5415 url(../images/back.png) no-repeat 8px center;color:#fff;border-radius:5px;margin-top:20px;position:relative;top:0;}
.in-back:hover{top:-2px;box-shadow:0 1px 6px 1px rgba(0,0,0,.5); }


/*******************************弹出窗*******************************/
.index-invite{position: fixed;left: 0px;bottom: 0;height: 120px;width: 340px;background-color: #fff;border-top-left-radius: 6px;border-top-right-radius: 6px;overflow: hidden;z-index:99;}
.index-invite h1{margin: 0; background-color: #0657a8;color: #fff;font-size: 20px;font-weight: bold;text-align: center;line-height: 40px;height: 40px;}
.id-invite{width: 100%;height: calc(100% - 40px);}
.id-invete-box{height: 100%;width: 100%;}
.open-window-box{display: table;padding: 10px 10px;width: 100%;height: 100%;}
.open-window-box span{  display: table-cell;text-align: center;vertical-align: middle;}
.open-window-box span div{font-size: 18px; line-height: 30px;color: #333;padding-left: 30px;text-align: center;font-weight: bold;background: url(../images/horn.png)left 0 no-repeat;background-size: 30px auto;}
.id-invite-x{position: absolute;right: 15px;top: 10px;width: 20px;height: 15px;border: 3px solid #fff;cursor: pointer;}
.id-invite-y{position: absolute;right: 15px;top: 17px;width: 20px;height: 15px;border-top: 3px solid #fff;cursor: pointer;display: none;}

@media (max-width: 767px){
  .index-invite{display:none;}
}























































































