﻿@charset "utf-8";

.top-logo {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.logo {
	display: flex;
	align-items: center;
}

.logo img {
	margin-right: 30px;
}

.top {
	display: flex;
	font-size: 16px;
	color: #2081C0;
}

.top span {
	width: 24px;
	height: 24px;
	margin-right: 10px;
	display: inline-block;
	background: url(../images/phone.png) no-repeat;
}

.head {
	display: flex;
	justify-content: center;
	background: #2081C0;
	margin: 0;
}

.head ul li a {
	color: #fff;
}

.head ul li a:hover {
	color: #ECE218;
	font-weight: 900;
}

.head ul li:first-child a {
	color: #ECE218;
	font-weight: 900;
}

.active-nav {
	color: #ECE218 !important;
	font-weight: 900;
}

.p-news-flex {
	display: flex;
	justify-content: space-between;
	padding-top: 30px;
}

.p-news-item {
	width: 32%;
}

.n-item-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 15px;
	background: #2896d1;
}

.n-item-top h3 {
	font-size: 18px;
	color: #fff;
}

.n-item-top a {
	font-size: 16px;
	color: #fff;
}

.n-item-list li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px;
	border-bottom: 1px solid #eee;
}

.n-item-list li a {
	max-width: 320px;
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.head h2 {
	font-size: 24px;
	color: #5D5D5D;
	letter-spacing: 2px;
	padding-top: 22px;
}

.head p {
	font-size: 15px;
	color: #5D5D5D;
	font-weight: bold;
}

.head ul li {
	float: left;
	margin-left: 19px;
	font-size: 16px;
	line-height: 83px;
}

.head ul li a {
	color: #fff;
}

.head ul li a:hover {
	color: #ECE218;
	font-weight: 900;
}

.head ul li:first-child a {
	color: #ECE218;
	font-weight: 900;
}

.active-nav {
	color: #ECE218 !important;
	font-weight: 900;
}

.js-silder {
	position: relative;
	min-width: 320px;
}

.silder-scroll {
	width: 100%;
	overflow: hidden;
}

.silder-main {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.silder-main-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.silder-main-img img {
	width: 100%;
}

.js-silder-ctrl {
	width: 100%;
	text-align: center;
}

.silder-ctrl-prev,
.silder-ctrl-next {
	position: absolute;
	top: 0;
	width: 8%;
	height: 100%;
	vertical-align: middle;
	cursor: pointer;
	color: #fff;
	font-family: "宋体";
	font-size: 52px;
	font-weight: 600;
	text-shadow: #666 2px 2px 5px;
}

.silder-ctrl-prev {
	left: 0;
	text-align: left;
}

.silder-ctrl-next {
	right: 0;
	text-align: right;
}

.silder-ctrl-prev>span,
.silder-ctrl-next>span {
	position: absolute;
	top: 50%;
	margin-top: -40px;
}

.silder-ctrl-prev>span {
	left: 0;
}

.silder-ctrl-next>span {
	right: 0;
}

.silder-ctrl-con {
	display: inline-block;
	width: 4%;
	padding: 10px 0;
	margin: 0 10px;
	cursor: pointer;
}

.silder-ctrl-con>span {
	display: block;
	line-height: 0;
	text-indent: -9999px;
	overflow: hidden;
	padding: 5px 0;
	cursor: pointer;
	background-color: #e4e4e4;
}

.silder-ctrl-con.active>span {
	background-color: #7bbedf;
}

@media (max-width: 768px) {

	.silder-ctrl-prev,
	.silder-ctrl-next {
		width: 10%;
		font-size: 26px;
		margin-top: -25px;
	}

	.silder-ctrl-con {
		width: 14px;
		height: 14px;
		padding: 0;
		margin: 0 5px;
	}

	.silder-ctrl-con>span {
		display: block;
		width: 100%;
		height: 100%;
		border-radius: 50%;
		padding: 0;
	}
}

/*焙烧炉系列*/
.index-products {
	width: 100%;
	background: url(../images/back1.png) no-repeat top #f9f9f9;
         padding-bottom: 50px;
	overflow: hidden;
}

.top1 {
	text-align: center;
	color: #fff;
	margin-top: 65px;
	margin-bottom: 50px;
}

.top1 h1 {
	font-size: 50px;
	line-height: 74px;
}

.top1 p {
	font-size: 16px;
	line-height: 28px;
}

.top1 img {
	margin: 0 auto;
}

.top3 h1 {
	font-size: 36px;
	color: #626262;
}

.top3 h3 {
	color: #626262;
	font-size: 16px;
	font-weight: normal;
}

.top3 h2 {
	color: #626262;
	text-align: center;
	font-size: 24px;
	font-weight: normal;
	margin: 26px 0;
	line-height: 40px;
}

.index-products ul li {
	width: 570px;
	height: 752px;
	padding: 30px 25px;
	float: left;
	background: #fff;
}

.index-products ul li:first-child {
	margin-right: 60px;
}

.index-products ul li h2 {
	font-size: 30px;
	color: #2081C0;
	line-height: 60px;
	font-weight: normal;
}

.index-products ul li p {
	font-size: 14px;
	color: #AAA;
	line-height: 30px;
}

.more1 {
	font-size: 14px;
	color: #ECE218;
	display: inline-block;
	width: 200px;
	height: 50px;
	background: #2081C0;
	border-radius: 5px;
	text-align: center;
	line-height: 50px;
	margin-top: 20px;
}

.more1:hover {
	color: #fff;
}

/* 产品咨询 */
.product-news {}

.online {
	height: 250px;
	background: url(../images/back2.jpg) no-repeat center top;
	overflow: hidden;
	margin-top: 80px;
}

.online-left {
	width: 840px;
	overflow: hidden;
	padding-top: 54px;
	float: left;
}

.online-left p:first-child {
	width: 100%;
	color: #fff;
	font-size: 30px;
	text-align: center;
	line-height: 40px;
}

.online-left p:first-child span {
	font-size: 24px;
}

.online-left p:last-child {
	width: 627px;
	color: #2081C0;
	font-size: 26px;
	text-align: center;
	line-height: 60px;
	background: url(../images/line2.jpg) no-repeat center;
	border-radius: 30px;
	margin: 0 auto;
}

.online-right {
	width: 260px;
	height: 200px;
	float: right;
	text-align: center;
	margin: 46px;
}

.online-right span {
	display: inline-block;
	width: 80px;
	height: 60px;
	background: url(../images/phone1.png) no-repeat center top;
	padding-top: 34px;
	font-size: 16px;
	color: #797200;
}

.online-right p {
	font-size: 24px;
	line-height: 24px;
	color: #797200;
}

.online-right a {
	color: #fff;
	font-size: 20px;
	display: inline-block;
	width: 240px;
	height: 50px;
	border-radius: 8px;
	background: url(../images/back3.png) no-repeat center;
	line-height: 50px;
	padding-left: 42px;
	margin-top: 24px;
}

.top2 {
	color: #2081C0;
}

.top2 p {
	color: #777777;
}

/*应用领域*/

.application li {
	width: 240px;
	height: 450px;
	float: left;
	text-align: center;
	padding-top: 150px;
	margin-bottom: 77px;
}

.application li:hover a {
	color: #fff;
}

.application li:hover a span {
	background: #fff;
}

.application li:first-child,
.application li:nth-child(3),
.application li:nth-child(5) {
	background: #F9F9F9;
}

.application li:nth-child(2),
.application li:nth-child(4) {
	background: #EBEBEB;
}

.application li h3 {
	font-size: 35px;
	line-height: 38px;
}

.application li p {
	font-size: 16px;
	line-height: 46px;
}

.application li span {
	display: inline-block;
	width: 40px;
	height: 3px;
	background: #2081C0;
	margin: 0 auto;
}

.application li:hover {
	background: url(../images/back4.png);
}

.adv li {
	width: 240px;
	float: left;
	margin-bottom: 77px;
	border-right: 2px dashed #DADADA;
}

.adv li:last-child {
	border-right: none;
}

.adv li img {
	margin: 14px auto;
}

.adv li p {
	text-align: center;
	font-size: 14px;
	color: #3A3C41;
}

/*了解伯端*/
.about {
	width: 100%;
	background: url(../images/back7.png) no-repeat center top;
	overflow: hidden;
}

.about-box {
	width: 1200px;
	margin: 80px auto;
	background-color: #fff;
	overflow: hidden;
}

.about-left {
	width: 210px;
	float: left;
	margin-left: 25px;
	overflow: hidden;
	margin-right: 50px;
}

.about-right {
	font-size: 14px;
	color: #3F3F3F;
	line-height: 32px;
	margin-top: 65px;
	padding-right: 25px;
}

.news-left {
	width: 600px;
	float: left;
	margin-bottom: 96px;
	margin-right: 30px;
}

.news-left img {
	margin-bottom: 10px;
}

.news h5 {
	font-size: 18px;
	font-weight: normal;
	color: #2081C0;
	line-height: 24px;
}

.news p {
	font-size: 14px;
	color: #A2A2A2;
	margin-top: 8px;
}

.news-left span {
	font-size: 16px;
	color: #F10829;
	line-height: 24px;
}

.news-right {
	width: 570px;
	float: right;
}

.news-right span {
	display: inline-block;
	width: 82px;
	height: 63px;
	float: left;
	font-size: 24px;
	color: #2081C0;
	padding-top: 10px;
	border-right: 2px dashed #DADADA;
	padding-right: 20px;
	margin-right: 20px;
}

.news-right span .yy {
	font-size: 16px;
	color: #3A3C41;
	text-align: center;
}

.news-right li {
	border-top: 1px solid #E2E2E2;
	padding: 24px 0;
}

.news-right li:last-child {
	border-bottom: 1px solid #E2E2E2;
}

.news a:hover p {
	color: #000;
}

.contact {
	height: 200px;
	background: url(../images/back5.png) no-repeat center;
	overflow: hidden;
	margin: 50px auto;
}

.contact1 {
	font-size: 26px;
	color: #fff;
	text-align: center;
	margin-top: 50px;
}

.contact2 {
	width: 650px;
	height: 50px;
	background: url(../images/back6.png) no-repeat center;
	border-radius: 25px;
	margin: 24px auto;
	font-size: 22px;
	color: #2081C0;
	line-height: 50px;
	padding-left: 105px;
}

.contact2 span {
	margin-left: 120px;
}

.foot {
	width: 100%;
	background: #3A3C41;
	height: 269px;
	padding-top: 66px;
}

.foot-left {
	width: 1000px;
	float: left;
}

.foot li {
	float: left;
}

.foot li a {
	color: #fff;
	font-size: 16px;
	padding: 0 6px;
	line-height: 16px;
	border-right: 1px solid #fff;
}

.foot li a:hover {
	color: #2698CB;
}

.foot li:last-child a {
	border-right: none;
}

.foot1 {
	font-size: 16px;
	color: #AEAEAE;
	padding-left: 6px;
	margin-top: 10px;
}

.foot2 {
	font-size: 14px;
	color: #AEAEAE;
	padding-left: 6px;
	margin-top: 10px;
}

.foot1 a,
.foot2 a {
	color: #AEAEAE;
}

.foot1 a:hover,
.foot2 a:hover {
	color: #fff;
}

.foot .line {
	width: 100%;
	height: 2px;
	border-top: 1px solid #000;
	border-top: 1px solid #47494E;
	margin-top: 24px;
	margin-bottom: 10px;
}

.foot img {
	float: right;
}

.position {
	line-height: 38px;
	font-size: 14px;
}

/*内页侧栏*/
.sidebar {
	padding-top: 15px;
}

.sidebar .sb_nav {
	float: left;
	width: 240px;
	position: relative;
}

.sidebar .sb_nav h3.title {
	background: #2081C0;
	height: 70px;
	line-height: 70px;
	font-size: 20px;
	color: #fff;
	text-indent: 20px;
	overflow: hidden;
	zoom: 1;
}

.sidebar .sb_nav h3.lin {
	margin-top: 15px;
}

.sidebar .sb_nav .active {
	padding: 20px 20px 30px 20px;
	background: #f9f9f9;
	border: 0px solid #D3E1ED;
	border-top: none;
	zoom: 1;
}

.sidebar .sb_nav .ct-con {
	padding-top: 10px;
	color: #666;
}

.sidebar .ct-con {
	line-height: 2;
	color: #333;
}

.sidebar .ct-con ul,
.sidebar .ct-con ol {
	padding: 0px 0px 0px 25px;
	margin: 0px;
}

.sidebar .ct-con a {
	color: #1C57C4;
	text-decoration: underline;
}

#sidebar dl {
	margin-left: 5px;
}

#sidebar dl dt {
	padding: 8px 0px 8px 15px;
	background: url(../images/arrows.gif) no-repeat 2px center;
	border-bottom: 1px solid #d7d7d7;
}

#sidebar dl dt a {
	font-size: 14px;
	color: #666;
}

#sidebar dl dt a:hover {
	color: #004f9f;
}

#sidebar dl dd {
	padding: 0px 0px 0px 15px;
}

#sidebar dl dd h4 {
	font-weight: normal;
	padding: 5px 0px 5px 10px;
	background: url(../job_ico.gif) no-repeat left 12px;
}

#sidebar dl dt.on a {
	font-weight: bold;
	color: #004f9f;
}

#sidebar dl h4.on a {
	font-weight: bold;
}

.left_menua a {
	text-decoration: none;
	DISPLAY: block;
	line-height: 24px;
	padding: 5px 0px 5px 30px;
}

.left_menua a:link {
	color: #666;
}

.left_menua a:visited {
	text-decoration: none;
	color: #666;
}

.left_menua a:hover {
	text-decoration: none;
	color: #dc2003;
	text-decoration: underline;
}

.left_menuas a {
	text-decoration: none;
	DISPLAY: block;
	padding: 5px 0px 5px 30px;
	font-weight: bold;
	line-height: 24px;
}

.left_menuas a:link {
	color: #dc2003;
}

.left_menuas a:visited {
	text-decoration: none;
	color: #dc2003;
}

.left_menuas a:hover {
	text-decoration: none;
	color: #dc2003;
	text-decoration: underline;
}

.sidebar .sb_box {
	float: right;
	width: 930px;
	overflow: hidden;
}

.sidebar .sb_box h3.title {
	height: 70px;
	line-height: 70px;
	text-indent: 20px;
	font-size: 20px;
	position: relative;
	background: #f2f2f2;
	color: #2081C0;
}

.news-right h5 {
	font-size: 18px;
	font-weight: normal;
	color: #2081C0;
	line-height: 24px;
}

.news-right p {
	font-size: 14px;
	color: #A2A2A2;
	margin-top: 8px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;

}

.met_page {
	margin: 20px 0px 20px 0px;
	overflow: hidden;
}

.pageleft {
	OVERFLOW: hidden;
	WIDTH: 300px;
	LINE-HEIGHT: 24px;
	HEIGHT: 24px
}

.pageright {
	OVERFLOW: hidden;
	WIDTH: 300px;
	LINE-HEIGHT: 24px;
	HEIGHT: 24px
}

.pageleft {
	PADDING-LEFT: 0px;
	FLOAT: left;
	TEXT-ALIGN: left;
	font-size: 12px;
}

.pageright {
	PADDING-RIGHT: 0px;
	FLOAT: right;
	TEXT-ALIGN: right;
	font-size: 12px;
}

/*悬浮*/
.xuanfu {
	width: 160px;
	height: 460px;
	position: fixed;
	right: 0px;
	top: 20%;
	z-index: 100;
	overflow: hidden;
}

.xuanfu-2 {
	width: 140px;
	height: 320px;
	background: #fff;
	overflow: hidden;
}

/*.xuanyou{
	background:#f1f1f1;
}
*/
.biaoqian {
	width: 25px;
	height: 93px;
	margin-top: 40px;
	border-radius: 8px 0 0 8px;
	background: #208dc3;
	display: block;
	text-align: center
}

.xuanfu1 {
	width: 140px;
	height: 140px;
	background: url(../images/back8.png);
	text-align: center;
	color: #fff;
	font-size: 12px;
	padding-top: 69px;
}

.xuanfu1 span {
	color: #fff;
	font-size: 14px
}

.xuanfu p {
	font-size: 18px;
	color: #252525;
	text-align: center;
}

.xuanfu2 a {
	color: #ffffff;
	font-size: 14px;
	display: block;
	background: url(../images/back9.png) no-repeat;
	width: 100px;
	height: 30px;
	font-weight: bold;
	line-height: 30px;
	padding-left: 33px;
	margin: 10px auto;
}

.xuanfu3 {
	font-size: 14px;
	text-align: center;
	margin-top: 10px;
	color: #252525
}

.xuanfu4 {
	margin: 0 auto;
}

.fanhui2 {
	display: inline-block;
	width: 48px;
	height: 30px;
	background: url(../images/top.png) no-repeat center top;
	line-height: 44px;
	margin: 0 47px;
}

.editor {
	padding: 15px 20px;
}

.editor p {
	color: rgb(102, 102, 102) !important;
	font-family: 宋体;
	font-size: 14px;
	line-height: 26px !important;
}