﻿@charset \"utf-8\";

/* CSS Document */
* {
	list-style: none;
	outline: none;
	font-family: \"微软雅黑\", arial;
	border: none;
	color: #333;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

/*******************************************首页********************************************/
/*.index-head002*/
.index-head002 .welcome,
.index-head002 .nav-box,
.index-head002 .navli {
	width: 100%;
	z-index: 999;
}

.index-head002 .welcome {
	width: 100%;
	height: 120px;
	padding: 26px 0;
}

.index-head002 .logo {
	float: left;
	width: 191px;
	height: 58px;
	padding: 5px 0;
}

.index-head002 .welcome-word {
	float: left;
	height: 68px;
	margin-left: 175px;
	padding-left: 20px;
	border-left: 2px solid #333;
}

.welcome-word h5 {
	padding: 0;
	margin: 0;
	font-size: 16px;
	color: #333;
	line-height: 34px;
}

.welcome-word h5 span {
	font-size: 22px;
	font-weight: bold;
	margin-right: 4px;
	color: #ff0000;
	line-height: 34px;
}

.welcome-word h4 {
	padding: 0;
	margin: 0;
	font-size: 18px;
	letter-spacing: 5px;
	color: #333;
	line-height: 34px;
}

.index-head002 .hot-tel {
	float: right;
	font-size: 26px;
	font-weight: bold;
	line-height: 68px;
	height: 68px;
	color: #333;
	padding-left: 50px;
	background: url(../images/hot_tel.png) no-repeat left center;
}

.index-head002 .nav-btn {
	float: right;
	width: 40px;
	height: 40px;
	margin-top: 12px;
	display: none;
}

.index-head002 .nav-box {
	width: 100%;
	height: 60px;
	background-color: #333;
}

.index-head002 .nav {
	float: left;
}

.index-head002 .nav li {
	float: left;
	padding: 0 20px;
	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: #ff0000;
	position: absolute;
	left: -100%;
	bottom: 10px;
}

.index-head002 .nav li:hover,
.index-head002 .nav li.on-top {
	background-color: #666;
}

.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 {
	display: none;
	float: right;
	width: 205px;
	height: 36px;
	margin-top: 12px;
}

.searchkey input:nth-of-type(1) {
	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_but {
	float: left;
	display: block;
	width: 39px;
	height: 36px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	background: #999 url(../images/search.png) no-repeat center center;
	color: transparent;
}

@media (max-width: 1229px) {
	.index-head002 .nav li {
		padding: 0 10px;
	}

	.index-head002 .nav li a {
		font-size: 15px;
		padding: 10px;
	}
}

@media (max-width: 991px) {

	.index-head002 .hot-tel,
	.index-head002 .welcome-word,
	.index-head002 .nav-box {
		display: none;
	}

	.index-head002 .nav-btn {
		display: block;
	}

	.index-head002 .welcome {
		height: 80px;
		padding: 6px 0;
	}
}

/*--- 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: 10%;
	z-index: 100;
	left: 47%;
}

@media(max-width:640px) {
	.callbacks_tabs a:after {
		height: 10px;
		width: 10px;
	}
}

@media(max-width:480px) {
	.callbacks_tabs a:after {
		height: 4px;
		width: 4px;
	}

	ul.callbacks_tabs.callbacks1_tabs {
		bottom: 10px;
		left: 4px;
	}
}

@media(max-width:320px) {
	.callbacks_tabs a:after {
		height: 4px;
		width: 4px;
	}

	ul.callbacks_tabs.callbacks1_tabs {
		bottom: 10px;
		left: 4px;
	}
}

/***************产品中心***************************/
.index-pro002 {
	padding: 60px 0;
	background-color: #f6f6f6;
}

.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: 24px;
	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;
}

/********产品**************/
.pro-box {
	width: 100%;
	margin-top: 60px;
	position: relative;
}

.pro-box-prev,
.pro-box-next {
	position: absolute;
	display: block;
	width: 74px;
	height: 74px;
	top: calc(50% - 37px);
}

.pro-box-prev {
	left: -100px;
	cursor: pointer;
	background: url(../images/pro_pre.png) no-repeat center;
}

.pro-box-next {
	right: -100px;
	cursor: pointer;
	background: url(../images/pro_next.png) no-repeat center;
}

.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: 272px;
	margin: 0 10px;
	padding-top: 5px;
}

.pro-box-list li img {
	display: block;
	width: 272px;
	box-shadow: 0 0 8px rgba(0, 0, 0, .3);
	overflow: hidden;
	position: relative;
}

.pro-box-info {
	width: 272px;
}

.pro-box-info h1 {
	text-align: center;
	color: #666;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
}

.pro-box-info span {
	dispaly: block;
	width: 100%;
	color: #666;
	font-size: 14px;
	line-height: 30px;
}

.pro-box-list li:hover h1 {
	color: #ff0000
}

@media (max-width:1400px) {
	.pro-box {
		width: 1020px;
		margin: 0 auto;
		margin-top: 60px;
	}

	.pro-box-list {
		width: 1700px;
		left: -875px;
	}

	.pro-box-list li {
		width: 320px;
	}

	.pro-box-list li img {
		width: 320px;
	}

	.pro-box-info {
		width: 320px;
	}

	.pro-box-prev {
		left: -80px;
	}

	.pro-box-next {
		right: -80px;
	}
}

@media (max-width:1229px) {
	.pro-box {
		width: 870px;
	}

	.pro-box-list {
		width: 1450px;
		left: -725px;
	}

	.pro-box-list li {
		width: 270px;
	}

	.pro-box-list li img {
		width: 270px;
	}

	.pro-box-info {
		width: 270px;
	}

	.pro-box-prev,
	.pro-box-next {
		width: 50px;
		height: 50px;
		top: calc(50% - 25px);
	}

	.pro-box-prev {
		left: -50px;
		background: url(../images/pro_pre2.png) no-repeat center;
	}

	.pro-box-next {
		right: -50px;
		background: url(../images/pro_next2.png) no-repeat center;
	}

}

@media (max-width: 991px) {
	.pro-box {
		width: 630px;
	}

	.pro-box-list {
		width: 1050px;
		left: -525px;
	}

	.pro-box-list li {
		width: 190px;
	}

	.pro-box-list li img {
		width: 190px;
	}

	.pro-box-info {
		width: 190px;
	}

	.pro-box-info h1 {
		font-size: 14px;
		line-height: 14px;
	}

	.pro-box-info span {
		font-size: 12px;
		line-height: 20px;
	}
}

@media (max-width: 767px) {
	.pro-box {
		width: 540px;
	}

	.pro-box-list {
		width: 1350px;
		left: -670px;
	}

	.pro-box-list li {
		width: 250px;
	}

	.pro-box-list li img {
		width: 250px;

	}

	.pro-box-info {
		width: 250px;
	}
}

@media (max-width:680px) {
	.pro-box {
		width: 240px;
		margin-top: 30px;
	}

	.pro-box-list {
		width: 1200px;
		left: -600px;
	}

	.pro-box-list li {
		width: 230px;
		margin: 0 5px;
	}

	.pro-box-list li img {
		width: 230px;

	}

	.pro-box-info {
		width: 250px;
	}
}

/***************走进锡能***************************/
.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: 40px;
}

.about-box-info h1 {
	font-size: 28px;
	line-height: 28px;
	margin: 0;
	margin-bottom: 40px;
	color: #333;
	font-weight: bold;
}

.about-box-info span {
	display: block;
	font-size: 14px;
	line-height: 32px;
	margin-bottom: 10px;
	color: #666;
	text-indent: 2em;
}

.about-box-btn {
	margin-top: 40px;
}

.about-box-btn a {
	display: block;
	float: left;
	width: 26%;
	font-size: 16px;
	border: 1px solid #a8a8a8;
	background-color: #f7f6f8;
	padding: 20px 0;
	padding-left: 70px;
}

.about-box-btn .about-box-btn01 {
	background: url(../images/about-icon0102.png) no-repeat 15px center;
	border: 1px solid #ff0000;
	color: #ff0000;
}

.about-box-btn .about-box-btn02 {
	background: url(../images/about-icon0201.png) no-repeat 15px center;
	margin: 0 11%
}

.about-box-btn .about-box-btn02:hover {
	background: url(../images/about-icon0202.png) no-repeat 15px center;
	border: 1px solid #ff0000;
	color: #ff0000;
}

.about-box-btn .about-box-btn03 {
	background: url(../images/about-icon0301.png) no-repeat 15px center;
}

.about-box-btn .about-box-btn03:hover {
	background: url(../images/about-icon0302.png) no-repeat 15px center;
	border: 1px solid #ff0000;
	color: #ff0000;
}

@media (max-width:1229px) {
	.about-box img {
		width: 300px;
	}

	.about-box-info {
		width: 600px;
		padding-top: 0;
	}

}

@media (max-width:991px) {
	.about-box-info {
		width: 390px;
		padding-top: 0;
	}

	.about-box-info h1 {
		font-size: 20px;
		line-height: 20px;
		margin-bottom: 20px;
	}

	.about-box-info span {
		font-size: 14px;
		line-height: 20px;
	}

	.about-box-btn {
		margin-top: 20px;
	}

	.about-box-btn a {
		padding: 10px 0;
		padding-left: 0;
		text-align: center;
	}

	.about-box-btn .about-box-btn01,
	.about-box-btn .about-box-btn02,
	.about-box-btn .about-box-btn03,
	.about-box-btn .about-box-btn02:hover,
	.about-box-btn .about-box-btn03:hover {
		background: none;
	}

}

@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;
	}
}

@media (max-width:480px) {
	.about-box img {
		margin-left: 1%;
	}

	.about-box-info {
		width: 98%;
		margin-left: 1%;
	}

	.about-box-btn a {
		width: 30%;
		font-size: 14px;
	}

	.about-box-btn .about-box-btn02 {
		margin: 0 5%
	}
}

/***************联系我们***************************/
.index-contact002 {
	padding: 30px 0;
	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: 120px;
	}

	.contact-box li:nth-of-type(1) {
		background: url(../images/con-icon01.png) no-repeat 60px center;
	}

	.contact-box li:nth-of-type(2) {
		background: url(../images/con-icon02.png) no-repeat 60px center;
	}

	.contact-box li:nth-of-type(3) {
		background: url(../images/con-icon03.png) no-repeat 60px center;
	}

	.contact-box li:nth-of-type(4) {
		background: url(../images/con-icon04.png) no-repeat 60px center;
	}
}

@media (max-width:767px) {
	.contact-box {
		width: 300px;
		margin: 0 auto;
		margin-top: 30px;

		.logo img {
			width: 60%;
		}
	}

	.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-tab {
	padding-left: 0;
	margin-bottom: 40px;
}

.news-box-tab li {
	width: 140px;
	text-align: center;
	font-size: 16px;
	line-height: 44px;
	border: 1px solid transparent;
	color: #333;
}

.news-box-tab .news-box-choose {
	border: 1px solid #ff0000;
	color: #ff0000;
}

.news-box-left {
	float: left;
	width: 50%;
	padding-left: 30px;
	padding-right: 104px;
	border-right: 1px solid #999;
}

.news-box-left img {
	display: block;
	width: 100%;
	border: 1px solid #999;
}

.news-box-left h1 {
	display: block;
	width: 100%;
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
}

.news-box-left span {
	display: block;
	width: 100%;
	font-size: 16px;
	line-height: 24px;
	text-indent: 2em;
}

.news-box-left:hover h1 {
	color: #ff0000;
}

.news-box-right {
	float: left;
	width: 50%;
	padding-left: 85px;
}

.news-box-right li {
	width: 100%;
	padding: 10px 0 26px;
	margin-bottom: 10px;
	border-bottom: 1px solid #999;
}

.news-box-right li img {
	display: none
}

.news-box-txt {
	width: 100%
}

.news-box-txt h1 {
	display: block;
	width: 100%;
	font-size: 18px;
	line-height: 18px;
	height: 18px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-bottom: 10px;
	margin-top: 0;
}

.news-box-txt span {
	display: block;
	width: 100%;
	font-size: 14px;
	line-height: 20px;
	text-indent: 2em;
	height: 40px;
	overflow: hidden;
}

.news-box-right li:hover {
	border-bottom: 1px solid #eee;
	background-color: #eee;
}

.news-box-right li:hover h1 {
	color: #ff0000;
}

@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 0 18px;
	}

	.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;
	}

	.news-box-right li {
		padding: 10px 0;
	}
}

@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;
	}
}

/****************foot**********************/
.index-foot002 {
	padding: 60px 0;
	background: #28292e url(../images/foot_bg.png) top center;
}

.foot-pic {
	float: left;
	width: 440px;
}

.foot-pic img {
	margin-right: 80px;
}

.foot-nav {
	float: left;
}

.foot-nav a {
	margin-left: 90px;
	color: #fff;
	font-size: 16px;
	line-height: 75px;

}

.foot-nav a:hover {
	color: #ff0000;
}

.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 .foot-icon {
	float: left;
	width: 36px;
	height: 36px;
	margin-right: 14px;
	border-radius: 50%;
	background-color: #ff0000;
}

.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: 32px;
	margin-left: 50px;
}

.foot-beian {
	float: right;
	color: #fff;
	font-size: 12px;
	line-height: 32px;
	margin-right: 450px;
}

.foot-beian a {
	color: #fff;
}

@media (max-width:1229px) {
	.foot-pic {
		float: none;
		width: 100%;
	}

	.foot-nav {
		float: none;
		width: 100%;
		margin-top: 40px;
	}

	.foot-nav a {
		line-height: 32px;
	}

	.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-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-nav a {
		display: inline-block;
		width: 16%;
		margin: 0;
		text-align: center;
	}

	.foot-contact li {
		width: 100%;
	}

	.foot-contact li:first-of-type {
		width: 100%
	}

	.foot-copy {
		float: none;
		text-align: center;
		float: left;
		color: #fff;
		font-size: 12px;
		line-height: 32px;
		margin-left: 1px;

	}

	.foot-beian {
		float: none;
		text-align: center;
		margin-right: 100px;


	}
}

@media (max-width:560px) {
	.foot-pic img {
		margin-right: 0;
	}

	.foot-pic img:first-of-type {
		margin-right: calc(100% - 270px);
	}

	.foot-nav a {
		width: 32%;
	}
}



/*******************************************内页********************************************/
/******面包屑导航******/
.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) {
	.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: 60px 0;
}

.main-nav {
	padding-bottom: 30px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #999;
}

.main-nav a {
	display: inline-block;
	padding: 0 30px;
	font-size: 18px;
	line-height: 40px;
	height: 42px;
	border: 1px solid #999;
	border-radius: 5px;
	background-color: #f6f6f6;
	color: #666;
	margin-right: 40px;
}

.main-nav a:last-of-type {
	margin-right: 0;
}

.main-nav a:hover,
.main-nav a.on-main-nav {
	color: #ff0000;
}

@media (max-width:767px) {
	.main-nav a {
		padding: 0 10px;
		font-size: 16px;
		line-height: 34px;
		height: 36px;
		margin-right: 15px;
	}
}

/******内页产品列表******/
.in-prolist002 {
	width: 100%;
	padding: 0;
}

.in-prolist002 li {
	float: left;
	width: 23%;
	height: auto;
	margin: 0 1% 40px 1%;
	position: relative;
	overflow: hidden;
}

.in-prolist002 li img {
	display: block;
	width: 100%;
	position: relative;
}

.in-prolist-info {
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 0 10px;
	left: 0;
	bottom: calc(-100% + 50px);
	background-color: rgba(0, 0, 0, .55);
	transition: .8s;
}

.in-prolist-info h3 {
	width: 100%;
	text-align: center;
	font-size: 18px;
	line-height: 50px;
	color: #fff;
	margin-top: 0;
	margin-bottom: 20px;
}

.in-prolist-info span {
	display: block;
	width: 100%;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
}

.in-prolist002 li:hover .in-prolist-info {
	padding-top: 20%;
	background-color: rgba(230, 0, 18, .55);
	bottom: 0;
}

@media (max-width:1229px) {
	.in-prolist-info h3 {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.in-prolist002 li:hover .in-prolist-info {
		padding-top: 10%;
	}
}

@media (max-width:991px) {
	.in-prolist002 li {
		width: 30%;
		margin: 0 1.5% 40px 1.5%;
	}
}

@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: 300px;
	}

	.in-prolist002 li {
		width: 280px;
		margin: 0 10px 40px 10px;
	}
}

/******内页新闻列表******/
.in-newslist002 {
	padding-left: 0;
	margin-bottom: 60px;
}

.in-newslist002 li {
	padding: 30px 10px;
	border-bottom: 1px dashed #999;
}

.in-newslist002 li img {
	display: block;
	float: left;
	width: 268px;
	margin-right: 182px;
	border: 1px solid #999;
}

.in-newslist-info {
	float: left;
	width: 100%;
}

.in-newslist-info h1 {
	font-size: 24px;
	line-height: 24px;
	margin-top: 0;
	margin-bottom: 20px;
}

.in-newslist-time {
	font-size: 14px;
	line-height: 14px;
	margin-bottom: 30px;
}

.in-newslist-time span {
	margin-right: 15px;
	color: #666;
}

.in-newslist-txt {
	font-size: 16px;
	line-height: 32px;
	color: #666;
}

.in-newslist002 li:hover {
	background-color: #f6f6f6;
	border-bottom: 1px dashed #f6f6f6;
}

@media (max-width:1229px) {
	.in-newslist002 li img {
		margin-right: 100px;
	}

	.in-newslist-info {
		width: calc(100% - 368px);
	}
}

@media (max-width:991px) {
	.in-newslist002 li img {
		width: 200px;
		margin-right: 40px;
	}

	.in-newslist-info {
		width: calc(100% - 240px);
	}
}

@media (max-width:767px) {
	.in-newslist002 li img {
		margin-right: 20px;
	}

	.in-newslist-info {
		width: calc(100% - 220px);
	}

	.in-newslist-info h1 {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 10px;
	}

	.in-newslist-time {
		margin-bottom: 20px;
	}
}

@media (max-width: 600px) {
	.in-newslist002 li img {
		float: none;
		width: 100%;
		max-width: 400px;
		margin: 0 auto;
		margin-bottom: 30px;
	}

	.in-newslist-info {
		float: none;
		width: 100%;
		max-width: 400px;
		margin: 0 auto;
	}

	.in-newslist-time {
		font-size: 13px;
		line-height: 13px;
	}

	.in-newslist-txt {
		font-size: 14px;
		line-height: 32px;
		color: #666;
	}
}

/*******分页**********/
#pageDiv {
	clear: both;
	margin: 30px 0px 0px 0;
	text-align: center;
	color: #333;
}

#pageDiv span {
	font-size: 14px;
	border: 1px solid #999;
	height: 43px;
	display: inline-block;
	margin: 0 2px 10px 2px;
}

#pageDiv span a {
	font-size: 14px;
	display: block;
	width: 100%;
	height: 43px;
	line-height: 43px;
	padding: 0 25px;
	color: #666;
	text-decoration: none;
}

#pageDiv span:hover,
#pageDiv span.current {
	background: #e2000f;
	border: 1px solid #e2000f;
}

#pageDiv span:hover a,
#pageDiv span.current a {
	color: #fff;
}

@media (max-width: 767px) {
	#pageDiv span {
		font-size: 12px;
		height: 30px;
		padding: 0 10px;
	}

	#pageDiv a {
		font-size: 12px;
		height: 30px;
		line-height: 30px;
	}
}

/*******新闻详情页**********/
.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: #ff0000
}

/*********************************************************************录入部分***********************************************************************/
/*******荣誉证书**********/
.honor-boxfl {
	float: left;
	width: 70%;
}

.honor-boxfl .hcol-4 {
	padding-left: 0;
	margin-bottom: 20px;
}

.honor-boxfl .hcol-2 {
	padding-left: 0;
}

.hcol-4 li {
	float: left;
	width: 23%;
	margin-right: 2%;
}

.hcol-2 li {
	float: left;
	width: 48%;
	margin-right: 2%;
}

.hcol-4 img,
.hcol-2 img {
	width: 100%
}

.hcol-4 .txt,
.hcol-2 .txt {
	text-align: center;
	margin-top: 10px;
	padding: 0 10px;
}

.honor-boxfr {
	float: left;
	width: 25%;
}

.honor-boxfr img {
	width: 100%;
	padding-top: 60px;
}

@media (max-width:767px) {
	.honor-boxfr {
		display: none;
	}

	.honor-boxfl {
		float: left;
		width: 100%;
	}

	.honor-boxfl .hcol-4 {
		margin-bottom: 0px;
	}

	.hcol-4 li {
		float: left;
		width: 48%;
		margin-right: 2%;
		margin-bottom: 20px;
	}
}

/*******工程案例**********/
.ccol-4,
.ccol-2 {
	padding-left: 0;
}

.ccol-4 li {
	float: left;
	width: 24%;
	margin-right: 1%;
	margin-bottom: 20px
}

.ccol-2 li {
	float: left;
	width: 50%;
	margin-bottom: 20px
}

.ccol-4 li img,
.ccol-2 li img {
	width: 100%
}

@media (max-width:646px) {
	.ccol-4 li {
		width: 49%;
		margin-right: 1%;
		margin-bottom: 20px
	}

	.ccol-2 li {
		width: 100%;
		margin-bottom: 20px
	}
}

/*******服务内容**********/
.serve_txt {
	float: left;
	width: 70%;
}

.serve_pic {
	float: right;
	width: 25%
}

.serve_pic img {
	width: 100%;
}

@media (max-width:991px) {
	.serve_txt {
		float: none;
		width: 100%;
		margin-bottom: 30px;
	}

	.serve_pic {
		float: none;
		width: 100%;
	}

	.serve_pic img {
		width: 100%;
		max-width: 400px;
	}
}

/*********产品内页*********/
.in-proinfo002 {
	width: 100%;
	max-width: 900px;
	margin: 0 auto
}

.in-proinfo002 img {
	padding: 10px 0;
	max-width: 100%;
}

.protab {
	border-collapse: collapse;
	width: 100%;
}

.protab tr:nth-child(2n) {
	background-color: #fff;
}

.protab tr:nth-child(2n+1) {
	background-color: #eaf6ff;
}

.protab td {
	border: 1px solid #ccc;
	padding: 2px;
	text-align: center;
}

/*********新增调整*********/
.foot-pic {
	display: none
}

.keyword p {
	color: #fff;
	padding-left: 250px;
}

.keyword a {
	color: #fff;
}


/*********设备详情*********/
.shebei li {
	margin: 5px 10px;
	width: calc(30% - 10px);
	float: left;
	text-align: center;
}

.shebei li img {
	border: 1px solid #888;
	width: 100%
}

.shebei li p {
	padding-top: 5px;
}

@media (max-width: 680px) {
	.shebei li {
		margin: 5px 10px 5px 5px;
		width: 100%;
		float: left;
		text-align: center;
	}

	.shebei li img {
		border: 1px solid #888;
		width: 270px
	}

	.logo img {
		width: 120%;
	}

	.index-head002 .logo {
		float: left;
		width: 60%;
		padding: 5px 0;
	}

	.keyword p {
		color: #fff;
		padding-left: 2px;
	}

	.foot-beian {
		float: right;
		color: #fff;
		font-size: 12px;
		line-height: 32px;
	}

	margin-right: 1px;

	.foot-copy {
		float: left;
		color: #fff;
		font-size: 12px;
		line-height: 32px;
		margin-left: 1px;
	}

}


/* CSS Document Created on 2021-12-09 07:47:58 by 2 */