@charset "utf-8";
/* CSS Document */
/*******css重置*******/

* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	list-style: none;
	box-sizing: border-box;
	font-family: "微软雅黑", arial;
	border: none；
}

img {
	display: block;
}

h1,
h5,
h2 {
	font-size: 1em;
}

a {
	color: #666;
}

.clearfix {
	clear: both;
}

.prosb p {
	/* width: 40%; */
	width: calc(50% - 20px);
	margin: 10px;
	float: left;
}

.prosb p img {
	width: 100%;
	max-width: 500px;
}

.news-list-right-tit {
	color: #fff;
}

/*****************************************导航************************************/
.index-nav {
	width: 100%;
}

.logo1 img,
.nav-btn img {
	width: 100%;
}

.logo1 {
	float: left;
	margin: 18px 0;
	width: 26%;
}

.logo2 {
	float: left;
	margin: 5px 5px;
	display: none;
}

.nav {
	float: right;
	width: 70%;
}

.nav li {
	float: left;
	width: calc(100%/6);
	line-height: 46px;
	padding: 10px 4%;
}

.nav a {
	text-align: center;
	color: #666;
	font-size: 16px;
}

.nav-btn {
	float: right;
	display: none;
	margin-top: 7px;
}

.nav-btn {
	position: relative;
}

.navli {
	position: absolute;
	right: 0px;
	top: 54px;
	padding: 10px 0px;
	text-align: center;
	display: none;
	z-index: 999;
	background-color: rgba(28, 35, 66, 0.60);
	width: 100%;
}

.navli a {
	color: #fff;
	line-height: 30px;
	font-weight: bold;
	border-bottom: 1px dashed #fff;
}

.nav a:hover {
	color: #3955ce;
	border-bottom: 2px solid #3d58d0;
}


@media(max-width:1259px) {
	.logo1 {
		margin: 16px 0;
		width: 26%;
	}

	.nav li {
		line-height: 36px;
		height: 36px;
		padding: 10px 2%;
	}

	.nav li a {
		font-size: 14px;
	}
}

@media(max-width:991px) {
	.logo1 {
		margin: 20px 0px;
	}

	.nav li {
		line-height: 36px;
		height: 36px;
		padding: 10px 2%;
	}

}

@media(max-width:767px) {
	.logo1 {
		margin: 10px 0px;
		width: 70%;
	}

	.navli a {
		font-size: 14px;
		line-height: 30px;
	}

	.nav-btn {
		display: block;
		width: 30px;
		margin-top: 10px;
	}

	.nav {
		display: none;
	}

}

@media(max-width:530px) {
	.logo1 {
		display: none;
	}

	.logo2 {
		display: block;
		width: 40px;
		margin: 10px 5px;
	}

	.logo2 img {
		width: 100%;
	}

	.nav-btn {
		width: 30px;
		margin-top: 10px;
	}

	.header-left {
		display: none;
	}

	.navli {
		top: 53px;
	}

	.navli a {
		font-size: 12px;
	}

}

@media(max-width:420px) {

	.logo2 {
		width: 30px;
	}

	.nav-btn {
		width: 26px;
		margin-top: 8px;
	}

	.navli {
		top: 45px;
		padding: 5px 0px;
	}

	.navli a {
		font-size: 12px;
	}

	.navli a {
		font-size: 10px;
	}

}

/**************************************************banner**********************************/

.swiper-slide img {
	width: 100%;
}



/**************************************************介绍图标**********************************/
.index-intro {
	background-color: #f5f5f5;
	padding: 30px 0;
}

.intro-box1 {
	float: left;
	width: calc(100%/4);
	padding: 20px 0;
	padding-left: 2%;
}

.intro-box1-left,
.intro-box1-right {
	float: left;
}

.intro-box1-left {
	width: 80px;
	text-align: center;
	margin-left: calc(50% - 60px);
	margin-bottom: 10px;
}

.intro-box1-right {
	margin-left: 4%;
	width: 80%;
}

.intro-box1-right div:nth-child(1) {
	font-size: 20px;
	line-height: 35px;
	color: #333;
	text-align: center;
}

.intro-box1-right div:nth-child(2) {
	font-size: 12px;
	color: #7d7d7d;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	text-align: center;
}


@media(max-width:1259px) {
	.intro-box1 {
		padding-left: 1%;
	}

	.intro-box1-left {
		width: 40px;
	}

	.intro-box1-right div:nth-child(1) {
		line-height: 30px;
	}
}


@media(max-width:991px) {
	.intro-box1-right div:nth-child(1) {
		font-size: 16px;
		line-height: 24px;
	}

	.intro-box1-right {
		width: 70%;
	}
}


@media(max-width:767px) {
	.intro-box1 {
		width: calc(100%/2)
	}

	.index-intro {
		padding: 20px 0;
	}

	.intro-box1-left {
		width: 50px;
	}

	.intro-box1-left img {
		width: 100%;
	}

	.intro-box1-left {
		margin-left: calc(50% - 25px);
	}

	.intro-box1 {
		padding: 5px 4px;
	}

	.intro-box1-left,
	.intro-box1-right {
		clear: left;
	}

	.intro-box1-right {
		width: 100%;
		margin-left: 0%;
	}

	.intro-box1-right div {
		text-align: center;
		width: 100%;
	}

	.intro-box1-right div:nth-child(1) {
		font-size: 14px;
		line-height: 24px;
	}
}


@media(max-width:530px) {
	.index-intro {
		display: none;
	}
}

/**************************************************产品展示**********************************/
.index-pro {
	background-color: #fff;
	padding-bottom: 60px;
}

.index-title {
	padding: 60px 0;
}

.index-tit-1 {
	font-size: 24px;
	overflow: hidden;
	color: #d0973d;
	text-align: center;
}

.index-tit-2 {
	text-align: center;
	color: #999;
	font-size: 16px;
	line-height: 24px;
}

.index-pro-box7 {
	border: 1px solid #5370e8;
	margin-bottom: 34px;
	padding: 0 10px;
}

.index-pro-left {
	width: 20%;
	float: left;
}

.index-pro-right {
	width: 76%;
	float: right;
	overflow: hidden;
}

.index-pro-box1 {
	font-size: 20px;
	line-height: 60px;
	background-color: #3d58d0;
	color: #fff;
	font-weight: bold;
	text-align: center;
	display: block;
}

.index-pro-box2 {
	margin: 10px 0;
	display: block;
}

.index-pro-box3 {
	overflow: hidden;
	background-color: #5370e8;
	padding: 10px;
}

.index-pro-box3 div:nth-child(1) {
	font-size: 16px;
	float: left;
	color: #fff;
}

.index-pro-box3 div:nth-child(2) {
	font-size: 12px;
	text-align: center;
	line-height: 22px;
	float: right;
	color: #5370e8;
	background-color: #fff;
	width: 24px;
	height: 22px;
	border-radius: 30px;
}

.index-pro-box8 {
	display: block;
	font-size: 15px;
	padding: 5px 10px;
	line-height: 30px;
	line-height: 30px;
	overflow: hidden;
	color: #666;
	border-bottom: 1px dashed #999;
}

.index-pro-box7 a:nth-child(3),
.index-pro-box7 a:nth-child(8) {
	margin-bottom: 30px;
}



.pro-bg1,
.pro-bg2 {
	margin: 0 10px;
}

.pro-bg2 {
	display: none;
}

.pro-bg1 img,
.pro-bg2 img {
	width: 100%;
}

.index-pro-box4 {
	font-size: 22px;
	padding: 10px 0;
	background: url(../images/pro-bg.png) center no-repeat;
	background-size: cover;
	color: #fff;
	text-align: center;
}

.index-pro-box5 {
	display: block;
	float: left;
	margin: 0 5px;
	margin-bottom: 10px;
	width: calc((100% - 40px)/4);
	background-color: #fff;
}

.index-pro-box5 div {
	text-align: center;
}

.index-pro-box6 {
	padding: 60px 10px 24px;
	background-color: #f1f1f1;
}

.index-pro-box6 img {
	width: 100%;
}

.pro-box-tt1 {
	font-size: 17px;
	color: #fff;
	line-height: 36px;
	height: 36px;
	overflow: hidden;
	padding: 0 5px;
	text-overflow: ellipsis;
	white-space: nowrap;
	background-color: #556cd6;
}

.index-pro-box2:hover .pro-bg2 {
	display: block;
}

.index-pro-box2:hover .pro-bg1 {
	display: none;
}

.index-pro-box2:hover .index-pro-box3 {
	background-color: #d0973d;
}

.index-pro-box2:hover .index-pro-box3 div:nth-child(2) {
	color: #d0973d;
}

.index-pro-box5:hover .pro-box-tt1 {
	background-color: #d0973d;
}

.index-pro-box8:hover {
	color: #d0973d;
}

@media(max-width:1259px) {
	.index-pro-box2 {
		margin-bottom: 5px;
		margin-top: 5px;
	}

	.index-pro-box5 {
		margin-bottom: 30px;
	}

	.index-pro-box7 {
		margin-bottom: 16px;
	}
}

@media(max-width:991px) {
	.index-title {
		padding: 40px 0;
	}

	.index-pro-box1 {
		display: none;
	}

	.index-pro-box4 {
		display: none;
	}

	.index-pro-left {
		clear: left;
		overflow: hidden;
		width: 100%;
		border: none;
	}

	.index-pro-box7 {
		overflow: hidden;
	}

	.index-pro-left a {
		float: left;
		width: calc((100% - 80px)/2);
		margin: 10px 20px;
	}

	.index-pro-right {
		width: 100%;
		clear: right;
		margin-top: 20px;
	}

	.index-pro-box8 {
		display: none;
	}

	.pro-bg1 {
		display: none;
	}

	.index-pro-box2:hover .pro-bg2 {
		display: none;
	}
}


@media(max-width:767px) {
	.index-title {
		padding: 40px 0 30px 0;
	}

	.index-pro {
		padding-bottom: 40px;
	}

	.index-pro-box3 div:nth-child(1) {
		width: 100%;
		text-align: center;
	}

	.index-tit-1 {
		font-size: 20px;
	}

	.index-tit-2 {
		font-size: 14px;
		line-height: 30px;
	}

	.index-pro-left a {
		margin: 5px;
		width: calc((100% - 20px)/2);
	}

	.index-pro-box3 a {
		padding: 5px;
	}

	.index-pro-box3 div:nth-child(1) {
		font-size: 13px;
		line-height: 20px;
		height: 20px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.index-pro-box3 div:nth-child(2) {
		display: none;
	}

	.index-pro-box5 {
		width: calc((100% - 30px)/3);
		margin-bottom: 10px;
	}

	.index-pro-box6 {
		padding: 20px 10px 10px;
	}

	.pro-box-tt1 {
		font-size: 13px;
		line-height: 24px;
		height: 24px;
	}

}


@media(max-width:530px) {
	.index-pro {
		padding-bottom: 20px;
	}

	.index-tit-2 {
		font-size: 14px;
		line-height: 20px;
		margin-top: 5px;
	}

	.index-tit-1 {
		font-size: 18px
	}

	.index-pro-box5 {
		width: calc((100% - 20px)/2)
	}

	.index-pro-box3 div:nth-child(1) {
		font-size: 12px;
	}

	.index-pro-right {
		margin-top: 0px;
	}


}

@media(max-width:420px) {
	.index-title {
		padding: 20px 0 10px;
	}

	.index-tit-2 {
		font-size: 13px;
	}


}





/**************************************************拦腰**********************************/
.index-lanyao {
	background: url(../images/lanyao.png) center center no-repeat;
	background-size: cover;
	padding: 20px 0;
}

.lanyao,
.lanyao1 {
	float: right;
	margin-left: 15px;
	color: #fff;
}

.lanyao div:nth-child(1) {
	font-size: 14px;
}

.lanyao div:nth-child(2) {
	font-size: 18px;
	font-weight: bold;
}

.lanyao1 {
	margin: 0;
	font-size: 18px;
	font-weight: bold;
	margin-top: 12px;
	color: #db9f41;
}


@media(max-width:991px) {

	.lanyao,
	.lanyao1 {
		margin-right: 4%;
	}
}

@media(max-width:767px) {
	.lanyao1 {
		display: none;
	}

	.lanyao div:nth-child(1) {
		font-size: 12px;
	}

	.lanyao div:nth-child(2) {
		font-size: 16px;
	}
}

@media(max-width:530px) {
	.index-lanyao {
		padding: 10px 0;
	}

	.lanyao div:nth-child(2) {
		font-size: 14px;
	}
}



/***************************************************************************关于我们-文字***************************/
.index-au {
	background: url(../images/au-bg.png)center no-repeat;
	background-size: cover;
	padding-bottom: 60px;
}

.au-all {
	border: 1px solid #666;
	padding-left: 20px;
	background-color: #fff;
}

.cu-text {
	width: 80%;
	padding-bottom: 30px;
	float: left;
	color: #666;
}

.cu-lan {
	width: 20%;
	height: 410px;
	background-color: #3d58d0;
	float: right;
}

.cu-text div {
	width: 64%;
}

.cu-title {
	font-size: 30px;
	margin: 20px 0 0 0;
	color: #666;
}

.cu-title6 {
	font-size: 26px;
	margin: 0 0 20px 0;
	padding-bottom: 20px;
	color: #3d58d0;
	border-bottom: 2px solid #d2d2d2;
	font-weight: bold;
	font-family: "宋体"
}

.cu-title1 {
	font-size: 14px;
	line-height: 24px;
	text-indent: 30px;
	color: #a2a2a2;
	text-align: justify;
}

.more {
	display: block;
	color: white;
	padding: 5px 30px;
	border: 1px solid #db9f41;
	width: 130px;
	margin-top: 20px;
	background-color: #db9f41;
}

.cu-title4 {
	display: none;
}

.id-au-tu-1 {
	display: none;
}

.id-au-tu-1 img {
	width: 100%;
}

.index-au .container {
	position: relative;
}

.au-tu {
	position: absolute;
	bottom: 20px;
	right: 30px;
	max-width: 500px;
}

.au-tu img {
	width: 100%;
}

.more:hover {
	border: 1px solid #db9f41;
	background-color: white;
	color: #db9f41;
}

@media(max-width:1259px) {
	.cu-title6 {
		font-size: 24px;
	}

	.cu-text div {
		width: 52%;
	}

	.cu-lan {
		height: 438px;
	}

	.au-tu {
		bottom: 30px;
	}
}

@media (max-width: 991px) {
	.cu-title6 {
		font-size: 22px;
	}

	.cu-text div {
		width: 62%;
	}

	.au-tu {
		width: 320px;
		bottom: 90px;
	}

	.cu-lan {
		height: 300px;
	}

	.cu-title1 {
		display: none;
	}

	.cu-title4 {
		display: block;
	}

	.cu-lan {
		height: 360px;
	}

	.au-tu {
		bottom: 60px;
	}

	.more {
		font-size: 14px;
	}
}

@media (max-width: 767px) {
	.au-produce {
		margin-top: 30px;
	}

	.id-au-tu-1 {
		display: block;
		margin-bottom: 10px;
	}

	.au-tu {
		display: none;
	}

	.cu-text,
	.cu-text div {
		width: 100%;
	}

	.cu-title3 {
		display: block;
	}

	.cu-lan {
		display: none;
	}

	.cu-title {
		font-size: 22px;
		text-align: center;
		margin-top: 0;
	}

	.cu-title6 {
		font-size: 18px;
		text-align: center;
		margin-bottom: 0;
		border-bottom: 0;
		padding-bottom: 10px;
	}

	.au-all {
		border: 0;
		padding-right: 20px;
	}

	.cu-title1 {
		display: block;
	}

	.cu-title4 {
		display: none;
	}

}

@media(max-width:530px) {
	.cu-title6 {
		font-size: 16px;
	}

	.cu-title {
		font-size: 16px;
	}

	.cu-title1 {
		font-size: 12px;
		line-height: 20px;
		text-indent: 20px;
	}

	.more {
		font-size: 12px;
	}
}

@media(max-width:420px) {

	.more {
		padding: 5px 20px;
		width: 100px;
	}

	.cu-title1 {
		display: none;
	}

	.cu-title4 {
		display: block;
	}
}


/***************************************************************************生产设备***************************/

.id-process-bg {
	background: url(../images/process-bg.png)center no-repeat;
	background-size: cover;
	height: 200px;
}

.container2 {
	position: relative;
	padding-bottom: 150px;
}

.id-process-tu {
	position: absolute;
	left: 0;
	bottom: -100px;
	z-index: 666;
	width: 100%;
}

.id-anli-1 {
	float: left;
	margin-right: 20px;
	width: calc((100% - 60px)/4);
}

.id-anli-1 img {
	width: 100%;
}

.id-process-tu div:nth-child(4) {
	margin-right: 0;
}

@media(max-width:1259px) {
	.container2 {
		padding-bottom: 100px;
	}

	.id-process-tu {
		bottom: -70px;
	}

	.id-process-bg {
		height: 150px;
	}
}

@media (max-width: 991px) {
	.container2 {
		padding-bottom: 80px;
	}

	.id-process-tu {
		bottom: -70px;
	}

	.id-process-bg {
		height: 120px;
	}
}

@media (max-width: 767px) {
	.container2 {
		padding-bottom: 340px;
	}

	.id-process-tu {
		bottom: -100px;
	}

	.id-anli-1 {
		width: calc((100% - 20px)/2);
	}

	.id-process-tu div {
		margin-bottom: 10px;
	}

	.id-process-tu div:nth-child(2) {
		margin-right: 0;
	}
}

@media(max-width:530px) {
	.container2 {
		padding-bottom: 240px;
	}
}

@media(max-width:420px) {
	.container2 {
		padding-bottom: 190px;
		max-width: 320px;
	}
}

/***************************************************************************新闻资讯***************************/
.index-news {
	padding: 60px 0;
}

.id-news-tit {
	margin-bottom: 10px;
	border-left: 4px solid #3d58d0;
}

.id-news-tit div {
	font-weight: bold;
	margin-left: 10px;
}

.id-news-tit div:nth-child(1) {
	font-size: 18px;
	color: #333;
}

.id-news-tit div:nth-child(2) {
	font-size: 14px;
	color: #999;
}

.index-news-left {
	float: left;
	margin-right: 5%;
	width: 70%;
}

.index-news-1 {
	display: block;
	padding: 5px 0px;
	border-bottom: 1px dashed #999;
	overflow: hidden;
}

.index-news-1-left {
	float: left;
	width: 20%;
	margin-right: 5%;
	background-color: #f1f1f1;
	padding: 10px;
}

.index-news-1-left img {
	width: 100%;
}

.index-news-1-right {
	float: left;
	width: 75%;
}

.index-news-1-right>div:nth-child(1) {
	font-size: 16px;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	color: #000;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.index-news-1-right>div:nth-child(2) {
	font-size: 14px;
	color: #666;
	text-indent: 30px;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	text-align: justify;
}

.index-news-time {
	float: right;
	margin-top: 8px;
	font-size: 14px;
}

.index-news-time span {
	color: #999;
}

.index-news-time span:nth-child(1) {
	margin-right: 5px;
}

.index-news-time span img {
	display: inline-block;
}

.index-news-right {
	float: right;
	width: 25%;
}

.id-nw-1 {
	display: block;
	padding: 0px 5px;
	border-bottom: 1px dashed #999;
	overflow: hidden;
}

.id-nw-1 div:nth-child(1) {
	width: 4px;
	height: 4px;
	float: left;
	background-color: #666;
	margin-right: 2%;
	margin-top: 17px;
}

.id-nw-1 div:nth-child(2) {
	font-size: 14px;
	float: left;
	width: 70%;
	color: #666;
	line-height: 38px;
	height: 38px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-right: 2%;
}

.id-nw-1 div:nth-child(3) {
	font-size: 14px;
	width: 24%;
	float: right;
	color: #999;
	line-height: 38px;
	height: 38px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}


.index-news-1:hover div {
	color: #3955ce;
}

.index-news-1:hover div span {
	color: #3955ce;
}

.index-news-1:hover div:nth-child(2) {
	color: #3955ce;
}

.id-nw-1:hover div {
	color: #3955ce;
}

.id-nw-1:hover div:nth-child(1) {
	background-color: #3955ce;
}

@media(max-width:1259px) {
	.index-news-1-left {
		width: 25%;
		margin-top: 10px;
	}

	.index-news-1-right {
		width: 70%;
	}

	.index-news-left {
		margin-right: 5%;
		width: 65%;
	}

	.index-news-right {
		width: 30%;
	}

	.id-nw-1 div:nth-child(2) {
		width: 65%;
	}

	.id-nw-1 div:nth-child(3) {
		width: 28%;
	}

}

@media(max-width:991px) {
	.index-news {
		padding: 40px 0;
	}

	.index-news-1-right>div:nth-child(1) {
		font-size: 15px;
	}

	.index-news-1-right>div:nth-child(2) {
		font-size: 13px;
	}

	.id-news-tit div:nth-child(1) {
		font-size: 16px;
	}

	.id-news-tit div:nth-child(2) {
		font-size: 12px;
	}

	.index-news-time span {
		font-size: 13px;
	}

	.id-nw-1 div:nth-child(2) {
		width: 60%;
	}

	.id-nw-1 div:nth-child(3) {
		width: 32%;
	}

	.id-nw-1 div:nth-child(2) {
		font-size: 13px;
	}

	.id-nw-1 div:nth-child(3) {
		font-size: 13px;
	}
}

@media(max-width:767px) {
	.index-news {
		padding: 30px 0;
	}

	.index-news-left {
		width: 100%;
	}

	.index-news-right {
		display: none;
	}

}


@media(max-width:530px) {
	.index-news-1-left {
		width: 35%;
		margin-right: 5%;
		margin-top: 10px;
	}

	.index-news-1-right {
		width: 60%;
	}

	.index-news {
		padding: 20px 0;
	}

	.index-news-1-right>div:nth-child(1) {
		font-size: 14px;
		line-height: 24px;
		height: 24px;
	}

	.index-news-1-right>div:nth-child(2) {
		font-size: 12px;
		line-height: 20px;
		height: 40px;
	}
}


/*******************************************************************footer-nav**************************************/
.footer-nav {
	background-color: #414141;
	padding: 5px 0;
}

.container3 {
	overflow: hidden;
}

.container3 a {
	display: block;
	font-size: 14px;
	float: left;
	width: calc(100%/6);
	color: #fff;
	line-height: 30px;
	text-align: center;
}

@media(max-width:991px) {
	.footer-nav {
		display: none;
	}
}



/*******************************************************************footer**************************************/
.index-footer {
	background-color: #333;
	border-bottom: 1px solid #3d3d3d;
	padding: 20px 0;
}

.id-footer-all {
	overflow: hidden;
}

.di-logo {
	float: left;
	width: 30%;
	margin-top: 10px;
}

.di-logo img {
	width: 100%;
}

.id-xian {
	float: left;
	margin: 0 40px;
}

.id-xian img {}

.index-di-add {
	float: left;
	width: 50%;
}

.index-di-add div {
	font-size: 14px;
	color: #fff;
	line-height: 30px;
}

.index-di-add div span {
	font-size: 14px;
	color: #fff;
	margin-right: 5px;
}

.index-di-add div span:nth-child(2) {
	margin-right: 10px;
}

.index-di-add div span img {
	display: inline-block;
}

.di-beian {
	float: right;
}

.di-beian span a {
	font-size: 14px;
	color: #fff;
	line-height: 30px;
}

.di-beian>a,
.di-beian>span {
	display: block;
	font-size: 14px;
	color: #fff;
	text-align: right;
	line-height: 30px;
}

@media(max-width:1259px) {
	.di-logo {
		width: 26%;
	}

	.id-xian {
		margin: 0 20px;
	}

	.index-di-add {
		width: 53%;
	}

	.di-beian {
		width: 16%;
	}
}

@media(max-width:991px) {
	.index-footer {
		padding: 10px 0;
	}

	.id-footer-all {
		display: none;
	}

}


/***************友情链接***************/
.index-yq {
	overflow: hidden;
	padding: 10px 0px;
	background-color: #333;
}

.index-yq a {
	font-size: 12px;
	line-height: 20px;
	color: #999;
	margin-right: 5px;
	display: inline-block;
}

.id-footer-pl {
	margin-top: 10px;
	text-align: center;
}

.id-footer-pl a,
.id-footer-pl span {
	color: #fff;
	font-size: 13px;
	display: inline-block;
	margin-right: 5px;
	line-height: 26px;
}

@media(max-width:991px) {
	.id-footer-pl {
		margin-top: 0px;
	}
}

/*****************************************新闻列表页 ************************************/
.news-list {
	margin: 30px 0;
}

.news-list-left {
	width: 20%;
	float: left;
}

.news-list-right {
	width: 76%;
	float: right;
}

.pro-cu {
	border: 1px solid #f1f1f1;
}

.pro-cu-name {
	background-color: #f1f1f1;
	border-left: 4px solid #d0973d;
	padding: 5px 0;
}

.pro-cu-name div {
	margin-left: 10px;
	font-weight: bold;
}

.pro-cu-name div:nth-child(1) {
	font-size: 17px;
	color: #333;
}

.pro-cu-name div:nth-child(2) {
	font-size: 14px;
	color: #999;
}

.pro-cu ul {
	padding: 20px 10px;
}

.pro-cu ul li {
	font-size: 13px;
	line-height: 30px;
	color: #666;
}

.news-list-right-tit {
	padding: 5px 20px;
	background-color: #3d58d0;
	color: #fff;
}

.news-list-right-tit a {
	display: inline-block;
	line-height: 30px;
	font-size: 14px;
	color: #fff;
}

.news-list-all {
	margin-top: 10px;
}

.news-list-1 {
	display: block;
	border-bottom: 1px dotted #ebebeb;
	padding: 5px 20px;
	margin-bottom: 5px;
	box-shadow: 0px 0px 5px 3px #fff;
}

.nl-1-tit {
	font-size: 16px;
	color: #333;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.nl-1-txt {
	font-size: 14px;
	color: #666;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
}

.nl-1-time {
	font-size: 14px;
	color: #d0973d;
	line-height: 30px;
}

.pro-buttom {
	margin-top: 30px;
}

.pro-buttom a {
	padding: 4px;
	border: 1px solid #333;
	color: #333;
	font-size: 12px;
	display: inline-block;
	margin: 0 2px;
	margin-bottom: 5px;
}

.news-list-1:hover {
	box-shadow: 0px 0px 5px 3px #e4e4e4;
	border: none;
}

.pro-buttom a:hover {
	border: 1px solid #d0973d;
	background-color: #d0973d;
	color: #fff;
}

@media(max-width:991px) {
	.news-list-left {
		clear: left;
		overflow: hidden;
		width: 100%;
		border: none;
	}

	.news-list-right {
		width: 100%;
		clear: right;
	}

	.news-list-left a {
		float: left;
		width: calc((100% - 80px)/2);
		margin: 10px 20px;
	}

	.pro-cu {
		display: none;
	}
}


@media(max-width:768px) {
	.news-list-left a {
		margin: 5px;
		width: calc((100% - 20px)/2);
	}

	.nl-1-tit {
		font-size: 14px;
	}

	.nl-1-txt {
		font-size: 12px;
		line-height: 20px;
		height: 40px;
	}

	.nl-1-time {
		font-size: 12px;
	}

	.news-list-right-tit a {
		font-size: 12px;
	}
}

@media(max-width:530px) {
	.pro-buttom a {
		padding: 2px;
	}
}



/*****************************************新闻内页 ************************************/
.news-details-all {
	margin-top: 20px;
	padding: 30px;
	border-top: 2px solid #d0973d;
	box-shadow: 0px 0px 5px 3px #e4e4e4;
	margin-bottom: 30px;
}

.news-details-all img{
	display: inline-block;
	max-width: 100%;
}

.nd-tit {
	margin: 0;
	font-size: 24px;
	line-height: 30px;
	color: #000;
	text-align: center;
}

.news-time1 {
	margin-bottom: 10px;
}

.news-time1 span,
.news-time1 a {
	font-size: 12px;
	color: #999;
	line-height: 30px;
	margin: 0 5px;
}

.news-details-all p {
	color: #666;
	font-size: 14px;
	line-height: 30px;
}



@media(max-width:991px) {
	.nd-tit {
		font-size: 20px;
	}
}

@media(max-width:767px) {
	.nd-tit {
		font-size: 18px;
	}
}

@media(max-width:530px) {
	.news-details-all {
		padding: 5px;
	}

	.news-time1 span,
	.news-time1 a {
		line-height: 20px;
	}
}

/***********新闻底部产品-中*********/
.pro-title1 {
	overflow: hidden;
	margin-bottom: 4px;
}

.pro-tt {
	font-size: 18px;
	color: #3d58d0;
	float: left;
}

.pro-title1 a {
	float: right;
	color: #3d58d0;
	font-size: 16px;
	padding: 2px 6px;
	border: 1px solid #3d58d0;
}

.news-all {
	overflow: hidden;
	margin-top: 10px;
}

.pro-news {
	margin-top: 10px;
	overflow: hidden;
	margin-bottom: 30px;
}

.pro-news img {
	width: 100%;
}

.ct-1 {
	float: left;
	padding: 0px 10px;
	width: 50%;
}

.pro-content1 {
	font-size: 16px;
	line-height: 30px;
	height: 30px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 65%;
	float: left;
}

.time {
	float: right;
	color: #333;
	font-size: 16px;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 30%;
	text-align: right;
}

.pro-ex1 {
	overflow: hidden;
	margin-top: 20px;
}

.pro-ex1 .box11 {
	width: calc((100% - 80px)/4);
	margin: 0 10px;
	float: left;
}

.box11 img {
	width: 100%;
}

.box-tt {
	font-size: 16px;
	color: #333;
	text-align: center;
	margin-top: 10px;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news-cu a:hover span:nth-child(2) {
	color: #3d58d0;
}

.ct-1:hover div {
	color: #3d58d0;
}

.box11:hover .box-tt {
	color: #3d58d0;
}

@media(max-width:1260px) {
	.pro-content1 {
		width: 60%;
	}

	.time {
		width: 35%;
	}
}

@media(max-width:992px) {
	.pro-content1 {
		width: 65%;
	}

	.time {
		width: 30%;
	}

	.ct-1 {
		width: 100%;
	}
}

@media(max-width:768px) {
	.pro-tt {
		font-size: 16px;
	}

	.pro-ex1 .box11 {
		width: calc((100% - 40px)/2);
		margin-bottom: 10px;
	}

	.pro-title1 a {
		font-size: 14px;
	}

	.time {
		font-size: 14px;
	}
}


@media(max-width:530px) {
	.box-tt {
		font-size: 12px;
	}

	.pro-title1 a {
		font-size: 13px;
	}

	.pro-content1 {
		font-size: 12px;
	}

	.time {
		font-size: 12px;
	}

}


/*****************************************button************************************/
.text-lianjie {
	margin-top: 20px;
	overflow: hidden;
}

.text-lianjie .last-text a,
.text-lianjie .next-text a {
	font-size: 14px;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	display: initial;
	color: #666;
}

.text-lianjie .last-text {
	float: left;
	text-align: left;
}

.text-lianjie .next-text {
	float: right;
	text-align: right;
}

.text-lianjie .last-text,
.text-lianjie .next-text,
.text-lianjie .return {
	font-size: 14px;
	color: #666;
	width: 300px;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
}

.text-lianjie .return {
	background-color: #1d66cf;
	color: #fff;
}

.next-text:hover a,
.last-text:hover a {
	color: #3d58d0;
}

.next-text:hover {
	color: #3d58d0;
}

.last-text:hover {
	color: #3d58d0;
}

@media(max-width:767px) {
	.text-lianjie .last-text {
		float: none;
		text-align: left;
		margin-bottom: 5px;
	}

	.text-lianjie .next-text {
		float: none;
		text-align: left;
	}
}

/***********产品-推荐TITLT*********/
.page-recomend-title {
	overflow: hidden;
	margin-bottom: 20px;
}

.page-recomend-title div {
	font-size: 16px;
	color: #333;
	float: left;
	font-weight: bold;
}

.page-recomend-title a {
	float: right;
	color: #ef7b00;
	font-size: 16px;
	padding: 2px 6px;
}

/***********产品-推荐新闻*********/
.page-in-reconmend {
	overflow: hidden;
	margin-bottom: 30px;
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	background-color: #f1f1f1;
	padding: 10px 20px;
}

.page-recom-news {
	overflow: hidden;
}

.page-recom-news-box {
	float: left;
	width: 48%;
	display: block;
	overflow: hidden;
	line-height: 18px;
	height: 18px;
	margin-bottom: 15px;
	margin-right: 2%;
}

.page-re-news-tit {
	font-size: 14px;
	padding-left: 5px;
	line-height: 18px;
	height: 18px;
	color: #333;
	overflow: hidden;
	float: left;
	width: calc(100% - 100px);
}

.page-re-news-time {
	font-size: 14px;
	line-height: 18px;
	height: 18px;
	padding-right: 5px;
	border-right: 1px solid #999;
	float: left;
	color: #999;
}

/***********产品-推荐产品*********/
.page-recom-pro {
	overflow: hidden;
}

.page-recom-pro-box {
	display: block;
	float: left;
	width: 23.5%;
	margin-right: 2%;
}

.page-recom-pro a:last-child {
	margin-right: 0;
}

.page-recom-pro-box img {
	width: 100%;
}

.page-re-pro-tit {
	font-size: 14px;
	color: #666;
	text-align: center;
	margin-bottom: 10px;
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/***********新闻hover*********/
.page-recom-news-box:hover .page-re-news-tit {
	color: #3d58d0;
}

.page-recom-news-box:hover .page-re-news-time {
	color: #3d58d0;
}

.page-recom-pro-box:hover .page-re-pro-tit {
	color: #3d58d0;
}



@media(max-width:991px) {
	.page-in-reconmend {
		display: none;
	}
}
