body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: "Arial", "MicrosoftYaHei-Bold", "MicrosoftYaHei", "Hiragino Sans GB", STHeiti, "WenQuanYi Micro Hei", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
dl,
dt,
dd {
	margin: 0;
	padding: 0;
}

input,
button {
	background: none;
	outline: none;
	border: none;
}

ul {
	list-style: none;
}

img {
	border: none;
}

a {
	text-decoration: none;
	color: inherit;
	display: block;
}

p {
	text-align: center;
}

.dis-n {
	display: none !important;
}

.dis-b {
	display: block !important;
}


.confix::after,
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

.swiper-wrapper {
	z-index: 1;
}

.ny-banner-ibox {
	position: unset !important;
	background-position: center;
}

.title {
	font-size: 36px;
	line-height: 42px;
	font-family: SourceHanSansSC;
	font-weight: bold;
	color: #333333;
}

.subtitle {
	margin-top: 20px;
	font-size: 16px;
	color: #777777;
}


.w-1400 {
	width: 1400px;
	margin: 0 auto;
	position: relative;
}


.overflow {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}


.fl {
	float: left;
}

.fr {
	float: right;
}



/* header */

.header {
	z-index: 9999;
	position: relative;
}

.header1 {
	background: #E2E1DE;
	padding: 10px;
}

.container {
	width: 1400px;
	margin: 0 auto;
	position: relative;
}

.header1 span {
	color: #333;
}

.header1 .rc {
	font-size: 14px;
}

.header a {
	color: #333;
	position: relative;
	display: inline-block;
}

.header a+a {
	margin-left: 10px;
}

.header a+a::after {
	content: "";
	display: block;
	height: 14px;
	width: 1px;
	background: #666666;
	position: absolute;
	top: 3px;
	left: -8px;
}

.header2 {
	box-sizing: border-box;
	padding:30px 0 20px;
}

.header2 .phone {
	margin-top: 5px;
}

.header2 .phone img {
	float: left;
	margin-right: 40px;
	vertical-align: top;
}


.header2 .phone .desc {
	float: left;
	margin-top: 15px;
}

.header2 .phone .desc .pho-pic {
	display: inline-block;
	height: 22px;
	width: 22px;
	background: url("../images/map.png") no-repeat;
	background-position: 0 0;
	vertical-align: middle;
}


.header2 .phone .desc p {
	color: #666;
	font-size: 14px;
	line-height: 20px;
	display: inline-block;
	vertical-align: middle;
}

.header2 .phone .desc span {
	font-size: 28px;
	color: #3A9A59;
	font-weight: bold;
	display: block;
}

.logo img {
	float: none !important;
	margin: 0 !important;
}

.more1 {
	font-size: 14px;
}

.header3 {
	background: #41A32C;
	height:55px;
	line-height:55px;
}

.header3 ul>li {
	float: left;
	margin-right:5px;
	padding: 0 19px;
	text-align: center;
	position: relative;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
	-o-transition: 0.3s all;
}

.header3 ul>li:hover {
	background: rgba(255, 255, 255, 0.4);
}

.header3 ul>li.active {
	background: rgba(255, 255, 255, 0.4);
}

.header3 ul>li.active a {
	color: #fff;
}

.header3 ul>li:last-child {
	margin-right: 0;
}


.header3 ul li a {
	color: #fff;
	display: block;
	font-size:16px;
}


.subnav {
	width: 280px;
	background: #ffffff;
	font-size: 12px;
	text-align: left;
	position: absolute;
	left: calc(50% - 140px);
	left: -moz-calc(50% - 140px);
	left: -webkit-calc(50% - 140px);
	top: 100%;
	height: 0;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	transition: all .3s;
	box-shadow: 0 0 16px -4px rgba(0, 0, 0, .3);
	margin-top: 20px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	z-index: 44;
}

.subnav ol {
	padding: 0;
}

.subnav ol li {
	width: 100%;
	margin: 0 !important;
}

.subnav a {
	transition: .3s;
	padding: 0 10px;
	box-sizing: border-box;
	color: #333 !important;
	width: 100%;
	display: block;
	height: 50px;
	line-height: 50px;
	color: #333;
	font-size: 14px;
	text-align: center;
}

.subnav a:hover {
	background: #3A9A59;
	color: #fff !important;
}

.header3 ul>li:hover .subnav {
	height: auto;
	opacity: 1;
	visibility: visible;
	margin-top: 0;
}


/* banner */
.swiper-container_banner {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.banner .swiper-slide {
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	overflow: hidden;
}

.banner .swiper-slide a {
	width: 100%;
}

.banner .swiper-slide a img {
	width: 100%;
}

.banner .swiper-pagination-bullet {
	width: 14px;
	height: 14px;
	border-radius: 14px;
	background: #fff;
	opacity: 1;
	transition: .3s;
	margin: 0 2.5px !important;
}

.banner .swiper-pagination-bullet-active {
	width: 37px;
}

/* 产品展厅 */
.sec1 .ind_tit {
	text-align: center;
	padding: 58px 0 20px 0;
}

.sec1 .ind_tit span {
	display: block;
	margin: 0 auto;
}

.sec1 .ind_tit p {
	font-size: 36px;
	font-family: SourceHanSansSC;
	font-weight: bold;
	color: #333333;
	line-height: 72px;
}

.sec1 {
	padding-bottom: 60px;
}

.pro_sel {
	text-align: center;
}

.pro_sel li {
	display: inline-block;
	height:50px;
	line-height:50px;
	margin-bottom: 18px;
}

.pro_sel li a {
	font-size: 16px;
	color: #fff;
	box-sizing: border-box;
	padding: 0 20px;
	margin: 0 8px;
	min-width: 245px;
	text-align: center;
	background: #333;
	display: block;
}

.pro_sel li a:hover,
.pro_sel li.active a {
	background: #41A32C;
	color: #fff !important;
}

.sel_pro {
	width: calc(25% - 30px);
	float: left;
	margin-right: 30px;
	margin-bottom: 10px;
	border: 3px solid #ccc;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	transition: .3s;
}

.sel_pro:last-child {
	margin-right: 0;
}

.sel_pro .img {
	overflow: hidden;
}

.sel_pro .img img {
	width: 100%;
}

.sel_pro p {
	width: 100%;
	height: 48px;
	line-height: 48px;
	text-align: center;
	background: #333;
	font-size: 16px;
	color: #fff;
	transition: .3s;
}

.sel_pro.active {
	border: 3px solid #41A32C;
}

.sel_pro.active p {
	background: #41A32C;

}

.pro_list_box {
	margin-top: 15px;
}

.pro_list {
	height: 0;
	visibility: hidden;
	overflow: hidden;
	opacity: 0;
	transition: .3s;
}

.pro_list.active {
	height: auto;
	visibility: visible;
	opacity: 1;
}

.pro_desc_box {
	float: left;
	width: 66%;
	box-sizing: border-box;
	padding-left: 30px;
	position: relative;
}

.pro_desc {
	height: 0;
	visibility: hidden;
	overflow: hidden;
	opacity: 0;
	transition: .3s;
}

.pro_desc.active {
	height: auto;
	visibility: visible;
	opacity: 1;
}

.pro_desc_box .info {
	float: left;
	width: calc(100% - 543px);
	background: #20549E url(../images/sec1_bg.png) no-repeat;
	background-position: bottom right;
	height: 543px;
	box-sizing: border-box;
	padding: 70px 50px 10px 50px;
}

.pro_desc_box .info strong {
	font-size: 36px;
	color: #FFFFFF;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	height: 50px;
	display: block;
}

.pro_desc_box .info .pro_ys {
	margin: 30px 0;
}

.pro_desc_box .info .pro_ys span {
	display: block;
	float: left;
	width: 33.3%;
	height: 50px;
	background: #fff;
	line-height: 50px;
	height: 50px;
	text-align: center;
	box-sizing: border-box;
	border-right: 1px solid #20549E;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #333;
}

.pro_desc_box .info .desc p {
	font-size: 14px;
	color: #FFFFFF;
	line-height: 26px;
	height: 104px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}

.pro_desc_box .info a {
	display: block;
	height: 30px;
	line-height: 30px;
	width: 80px;
	border: 2px solid #fff;
	text-align: center;
	font-size: 14px;
	color: #fff;
	position: relative;
	margin-top: 40px;
}

.pro_desc_box .info a::after {
	content: "";
	display: block;
	height: 2px;
	width: 55px;
	background: #fff;
	position: absolute;
	right: -55px;
	top: 13px;
}

.pro_desc_box .info a:hover {
	background-color: #fff;
}

.pro_desc_box .info .phone_box {
	margin-top: 30px;
}

.pro_desc_box .info .phone_box p {
	font-size: 14px;
	color: #FFFFFF;
	padding-left: 22px;
	background: url(../images/phone2.png) no-repeat;
	background-position: left center;
	margin-bottom: 3px;
}

.pro_desc_box .info .phone_box span {
	font-size: 30px;
	font-weight: bold;
	color: #FFFFFF;
}

.pro_desc_box .img {
	float: right;
	width: 543px;
	background: #F0F0F0;
}

.pro_desc_box .img img {
	width: 100%;
}

.check-more {
	display: block;
	margin:30px auto 0;
	width: 300px;
	background: #41A32C;
	font-size:20px;
	color: #FFFFFF;
	line-height: 54px;
	text-align: center;
	border-radius: 60px;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	-ms-border-radius: 60px;
	-o-border-radius: 60px;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
	-o-transition: 0.3s all;
}

.check-more:hover {
	background: #57e13a;
}

/* 核心技术 */
.hxjs {
	box-sizing: border-box;
	padding-top: 60px;
	height: 753px;
	background: url("../images/jieshen-bg.jpg")no-repeat;
}

.hxjs .technology {
	margin-left: 160px;
	margin-top: 70px;
}

.hxjs .technology ul {
	font-size: 26px;
	color: #333333;
}

.hxjs .technology ul li {
	margin-bottom: 24px;
}

.hxjs .technology ul li i {
	display: inline-block;
	height: 66px;
	width: 66px;
	background: url("../images/map.png") no-repeat;
	vertical-align: middle;
	margin-right: 20px;
}

.hxjs .technology ul li:nth-of-type(1) i {
	background-position: -804px -9px;
}

.hxjs .technology ul li:nth-of-type(2) i {
	background-position: -896px -10px;
}

.hxjs .technology ul li:nth-of-type(3) i {
	background-position: -988px -10px;
}

.hxjs .technology ul li:nth-of-type(4) i {
	background-position: -988px -10px;
}

.hxjs .product .product-img {
	margin-left: 130px;
	margin-top: 50px;
}

.hxjs .cost {
	margin-left: 94px;
	margin-top: 120px;
}

.hxjs .cost ul li {
	margin-bottom: 90px;
	font-size: 24px;
	color: #333333;
}

.hxjs .cost ul li span {
	display: inline-block;
	width: 72px;
	height: 23px;
	margin-right: 25px;
}

.hxjs .cost ul li:nth-of-type(1) span {
	background: #19DE14;
}

.hxjs .cost ul li:nth-of-type(2) span {
	background: #0670E0;
}

.hxjs .cost ul li:nth-of-type(3) span {
	background: #FA9B01;
}

.hxjs .contrast {
	display: block;
	width: 678px;
	height: 54px;
	margin: 0 auto;
	font-size: 24px;
	color: #FFF;
	line-height: 54px;
	background: #41A32C;
	clear: both;
}


/* 空压机特点 */
.sec2 {
	background: url(../images/tedian.jpg) no-repeat;
	background-position: center !important;
	background-size: cover !important;
	height: 642px;
}

.sec2 .container {
	position: relative;
	width: 1300px;

}

.sec2 .ind_center {
	text-align: center;
	position: absolute;
	top: 204px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}

.sec2 .ind_center strong {
	font-size: 48px;
	font-weight: bold;
	color: #FFF;
	line-height: 78px;
}

.sec2 .ind_center p {
	width: 400px;
	font-size: 14px;
	color: #FFF;
	line-height: 26px;
	opacity: 0.84;
	display: block;
	margin: 0 auto 20px;
}

.sec2 .ind_center .tedian_pro img {
	display: block;
	margin: 0 auto;
}

.sec2 .td-l,
.sec2 .td-r {
	margin-top: 80px;
}

.sec2 .td-l ul li,
.sec2 .td-r ul li {
	margin-bottom: 70px;
	color: #fff;
}

.sec2 .td-l ul li p {
	text-align: left;
}

.sec2 .td-r ul li p {
	text-align: right;
}

.sec2 .td-l ul li .td-cont,
.sec2 .td-r ul li .td-cont {
	display: inline-block;
	vertical-align: middle;
	width: 215px;
}

.sec2 .td-l ul li .td-cont p:nth-of-type(1),
.sec2 .td-r ul li .td-cont p:nth-of-type(1) {
	font-size: 22px;
}

.sec2 .td-l ul li .td-cont p:nth-of-type(2),
.sec2 .td-r ul li .td-cont p:nth-of-type(2) {
	font-size: 14px;
	opacity: 0.6;
}

.sec2 .td-l ul li span,
.sec2 .td-r ul li span {
	width: 75px;
	height: 87px;
	display: inline-block;
	background: url("../images/map.png") no-repeat;
	vertical-align: middle;
}

.sec2 .td-l ul li span {
	margin-right: 15px;
}

.sec2 .td-r ul li span {
	margin-left: 15px;
}

.sec2 .td-l ul li:nth-of-type(1) span {
	background-position: -149px 0px;
}

.sec2 .td-l ul li:nth-of-type(2) span {
	background-position: -241px 0;
}

.sec2 .td-l ul li:nth-of-type(3) span {
	background-position: -333px 0;
}

.sec2 .td-r ul li:nth-of-type(1) span {
	background-position: -425px 0;
}

.sec2 .td-r ul li:nth-of-type(2) span {
	background-position: -517px 0;
}

.sec2 .td-r ul li:nth-of-type(3) span {
	background-position: -609px 0;

}

.sec2 .td-l ul li:nth-of-type(2) {
	margin-left: -70px;
}

.sec2 .td-r ul li:nth-of-type(2) {
	margin-left: 70px;
}

/* 节能省电案例 */
.sec3 {
	padding-top: 80px;
}

.sec3 .ind_tit {
	padding-bottom: 15px;
}

.sec3 .ind_tit .subtitle {
	width: 660px;
	margin: 0 auto;
	display: block;
	margin-top: 20px;
}

.samp_sel ul {
	text-align: center;
}

.samp_sel ul li {
	display: inline-block;
	width: 136px;
	text-align: center;
	background: #404040;
	box-sizing: border-box;
	margin-bottom: 20px;
	transition: .3s;
}

.samp_sel ul li+li {
	border-left: 1px solid #fff !important;
}

.samp_sel ul li a {
	transition: .3s;
	color: #fff !important;
	font-size: 16px;
	box-sizing: border-box;
	display: block;
	line-height: 48px;
}

.samp_sel ul li.on {
	background: #3A9A59;
}

.samp_sel ul:nth-of-type(2) li:hover {
	background: #3A9A59;
}

.samp_item {
	position: relative;
}

.samp_item .swiper-container-anli1,
.samp_item .swiper-container-anli2,
.samp_item .swiper-container-anli3,
.samp_item .swiper-container-anli4,
.samp_item .swiper-container-anli5 {
	position: relative;
	overflow: hidden;
}

.samp_item .swiper-button-prev,
.samp_item .swiper-button-next {
	top: 120px;
	background: #41A32C url("../images/map.png") no-repeat;
	height: 50px;
	width: 50px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.samp_item .swiper-button-prev {
	background-position: -22px 13px;
	left: -25px;
}

.samp_item .swiper-button-next {
	background-position: -64px 12px;
	right: -25px;
}

.samp_item .swiper-slide a {
	display: block;
	height: 277px;
	width: 335px;
	overflow: hidden;
}

.samp_item .swiper-slide a img {
	height: 100%;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-o-transition: 0.5s all;
}

.samp_item .swiper-slide:hover a img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.samp_item .swiper-slide p {
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	background: rgba(0, 0, 0, 0.7);
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-o-transition: 0.5s all;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.samp_item .swiper-slide:hover p {
	background: #3A9A59;
}

/* 没有中间商 */
.process {
	margin-top: 40px;
	height: 455px;
	border: 3px solid #41A32C;
	background: #F6F6F6;
	margin-bottom: 56px;
}

.process .proc-cont {
	margin-right: 46px;
	margin-top: 85px;
}

.process .proc-cont span {
	display: inline-block;
	height: 100px;
	width: 100px;
	border-radius: 10px;
	margin-right: 25px;
	background: #41A32C url("../images/map.png") no-repeat;
	background-position: -696px 10px;
	vertical-align: middle;
}

.process .proc-cont .cont {
	vertical-align: middle;
	display: inline-block;
}

.process .proc-cont .cont p:nth-of-type(1) {
	font-size: 36px;
	color: #333;
	line-height: 32px;
}

.process .proc-cont .cont p:nth-of-type(2) {
	font-size: 38px;
	font-weight: bold;
	color: #41A32C;
	text-align: left;
}

.process .proc-cont>p {
	font-size: 20px;
	color: #777777;
	line-height: 30px;
	width: 400px;
	margin-top: 48px;
	text-align: left;
}

.process .proc-cont>a {
	width: 256px;
	height: 60px;
	margin-top: 50px;
	border: 2px solid #E5E5E5;
	border-radius: 10px;
	text-align: center;
	font-size: 20px;
	color: #777777;
	line-height: 60px;
}

/* 五大优势 */
.sec4 {
	background: #f5f5f5;
	padding-top: 50px;
}

.sec4 .bdv_tabCon {
	padding-top: 46px;
	overflow: hidden;
}

.sec4 .ind_tit .title span {
	color: #41A32C;
}

.sec4 .ind_tit .subtitle {
	margin: 20px auto;
	color: #000;
}


.sec4 .hd {
	font-size: 0;
	text-align: center;
	width: 100%;
	height: 90px;
	background: #FFFFFF;
	position: absolute;
	left: 0;
	top: -42px;
	z-index: 22;
}

.sec4 .hd .item {
	font-size: 22px;
	font-family: SourceHanSansSC;
	font-weight: 400;
	color: #222222;
	border-right: 1px solid #BDBDBD;
	height: 90px;
	float: left;
	box-sizing: border-box;
	width: 20%;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	position: relative;
	cursor: pointer;
}

.sec4 .hd .item:nth-child(5) {
	border-right: 0;
}

.sec4 .hd .item span {
	font-size: 22px;
	font-weight: bold;
	display: block;
	float: left;
	box-sizing: border-box;
	padding-left: 15px;
	width: calc(100% - 80px);
	text-align: left;
	/* padding-left: 44px; */
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	height: 90px;
	line-height: 90px;
}

.sec4 .hd .item.active,
.sec4 .hd .item:hover {
	background-color: #41A32C;
	color: #ffffff;
	border-right: 1px solid #41A32C;
}

.sec4 .hd .tender {
	height: 50px;
	width: 50px;
	float: left;
	position: relative;
	transition: 0.2s ease-in;
	-webkit-transition: 0.2s ease-in;
	-moz-transition: 0.2s ease-in;
	-ms-transition: 0.2s ease-in;
	-o-transition: 0.2s ease-in;
	margin-top: 22px;
	margin-left: 30px;
}

.sec4 .tender img {
	width: auto;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	transition: 0.2s ease-in;
	-webkit-transition: 0.2s ease-in;
	-moz-transition: 0.2s ease-in;
	-ms-transition: 0.2s ease-in;
	-o-transition: 0.2s ease-in;
}

.sec4 .tender img.img1 {
	opacity: 1;
	visibility: visible;
}

.sec4 .tender img.img2 {
	opacity: 0;
	visibility: hidden;
}

.sec4 .item:hover .tender .img1,
.sec4 .item.active .tender .img1 {
	opacity: 0;
	visibility: hidden;
}

.sec4 .item:hover .tender .img2,
.sec4 .item.active .tender .img2 {
	opacity: 1;
	visibility: visible;
}

.sec4 .bdv_desc {
	width: 100%;
	height: 204px;
	background: #41A32C;
}

.sec4 .contact_btn {
	margin-top: 50px;
}

.sec4 .contact_btn a {
	display: block;
}

.sec4 .contact_btn a.about {
	width: 188px;
	height: 57px;
	background: #fff;
	font-size: 16px;
	font-family: SourceHanSansSC;
	font-weight: 400;
	color: #41A32C;
	text-align: center;
	line-height: 57px;
	transition: all .9s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
}

.sec4 .contact_btn a.about:hover {
	background-color: #ffffff;
	color: #41A32C;
}

.sec4 .contact_btn a.contact {
	box-sizing: border-box;
	width: 188px;
	height: 58px;
	border: 1px solid #FFFFFF;
	font-size: 16px;
	font-family: SourceHanSansSC;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
	line-height: 58px;
	border-top: 0;
	transition: all .9s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
}

.sec4 .contact_btn a.contact:hover {
	background: rgba(208, 255, 197, 0.2);
	border-color: #fff;
	color: #fff !important;
}

.sec4 .contact_tel {
	margin-right: 68px;
	margin-top: 65px;
}

.sec4 .contact_tel b {
	font-size: 36px;
	font-family: SourceHanSansSC;
	font-weight: bold;
	color: #FFFFFF;
}

.sec4 .contact_tel span {
	font-size: 14px;
	font-family: SourceHanSansSC;
	font-weight: 400;
	color: #fff;
	display: block;
	margin-bottom: 3px;
}

.sec4 .contact_tel span img {
	margin-right: 8px;
	vertical-align: middle;
}

.sec4 .num {
	font-size: 40px;
	font-family: SourceHanSansSC;
	font-weight: bold;
	color: #FFFFFF;
	display: inline-block;
	vertical-align: middle;
}

.sec4 .bd .title {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 30px;
	font-family: SourceHanSansSC;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 6px;
	display: inline-block;
	vertical-align: middle;
}

.sec4 .bd .text {
	font-size: 14px;
	font-family: SourceHanSansSC;
	color: #FFF;
	line-height: 25px;
	height: 50px;
	overflow: hidden;
	width: 770px;
}

.sec4 .bd .left {
	width: calc(100% - 540px);
	margin-top: 34px;
}

.sec4 .bd .right {
	width: 540px;
}

.sec4 .bd .right i {
	display: inline-block;
	width: 22px;
	height: 22px;
	background: rgba(255, 255, 255, 0.2) url("../images/map.png")no-repeat;
	background-position: -112px 2px;
	vertical-align: middle;
	border-radius: 50%;
}

.sec4 .bdv_item .img {
	width: 100%;
	overflow: hidden;
}

.sec4 .bdv_item .img img {
	display: block;
	width: 100%;
	transition: transform .3s;
	-webkit-transition: transform .3s;
	-moz-transition: transform .3s;
	-ms-transition: transform .3s;
	-o-transition: transform .3s;
	overflow: hidden;
}

.sec4 .bdv_item:hover .img img {
	transform: scale(1.02);
	-webkit-transform: scale(1.02);
	-moz-transform: scale(1.02);
	-ms-transform: scale(1.02);
	-o-transform: scale(1.02);
}


/* 走进 */
.go {
	margin-top: 56px;
	margin-bottom: 200px;
}

.go .subtitle {
	font-size: 14px;
	line-height: 32px;
	width: 1300px;
	color: #666;
	text-align: center;
	display: block;
	margin: 28px auto;
}

.go .subtitle a {
	display: inline-block;
}

.go .subtitle a:hover {
	color: #000;
	text-decoration: underline;
}

.go .comp {
	position: relative;
}

.go .comp img {
	width: 100%;
}

/*.go .comp .show {
	position: absolute;
	bottom: -150px;
}*/
.go .comp .show {
	bottom: -150px;
}

.go .comp .show ul {
	margin: 0 14px;
}

.go .comp .show ul li {
	float: left;
	width: 331px;
	height: 272px;
	background: #F5F5F5;
	border: 15px solid #F5F5F5;
	overflow: hidden;
	margin-right: 16px;
	box-sizing: border-box;
}

.go .comp .show ul li:first-child {
	border-radius: 40px 0px 0px 0px;
	-webkit-border-radius: 40px 0px 0px 0px;
	-moz-border-radius: 40px 0px 0px 0px;
	-ms-border-radius: 40px 0px 0px 0px;
	-o-border-radius: 40px 0px 0px 0px;
}

.go .comp .show ul li:last-child {
	border-radius: 0px 40px 0px 0px;
	-webkit-border-radius: 0px 40px 0px 0px;
	-moz-border-radius: 0px 40px 0px 0px;
	-ms-border-radius: 0px 40px 0px 0px;
	-o-border-radius: 0px 40px 0px 0px;
	margin-right: 0;
}

.go .comp .show ul li p {
	line-height: 58px;
	font-size: 16px;
	color: #434343;
}

.go .comp .show ul li img {
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
	-o-transition: 0.3s all;
}

.go .comp .show ul li:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}


.sec5 {
	padding: 55px 0;
}

.news_box {
	width: 480px;
	float: left;
	position: relative;
	box-sizing: border-box;
	padding: 30px;
	background: #F0F0F0;
}

.other_box {
	width: calc(100% - 500px);
	float: right;
}

.news_box .green_bg {
	position: absolute;
	height: 230px;
	width: 100%;
	top: 0;
	left: 0;
	background: #41A32C;
}

.news_box .tit_box {
	position: relative;
	z-index: 111;
	margin-bottom: 25px;
}

.news_box .tit p {
	font-size: 30px;
	color: #FFFFFF;
}

.news_box .tit p b {
	font-size: 30px;
	color: #FFFFFF;
}

.news_box .tit span {
	font-size: 14px;
	color: #FFFFFF;
}

.news_box .tit_box a {
	display: block;
	height: 25px;
	width: 25px;
	line-height: 25px;
	text-align: center;
	background: #333;
	color: #fff;
	font-size: 20px;
	margin-top: 12px;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
	-o-transition: 0.3s all;
}

.news_box .tit_box a:hover {
	background: #fff;
	color: #41A32C;
}

.news_box .news_item {
	position: relative;
	z-index: 111;
}

.news_box .news_item .img {
	overflow: hidden;
}

.news_box .news_item .img img {
	transition: .6s;
	width: 100%;
}

.news_box .news_item .desc p {
	color: #333333;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	height: 22px;
	margin: 40px 0 20px 0;
	transition: .3s;
	text-align: left;
}

.news_box .news_item .desc span {
	font-size: 14px;
	color: #777777;
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	height: 48px;
	margin-bottom: 50px;
}

.news_box .news_item .date i {
	width: 65px;
	height: 1px;
	background: #D8D8D8;
	position: relative;
	top: 8px;
	transition: .3s;
}

.news_box .news_item .date span {
	font-size: 14px;
	color: #777777;
}

.news_box .news_item:hover img {
	transform: scale(1.1);
}

.news_box .news_item:hover .desc p {
	color: #41A32C;
}

.news_box .news_item:hover .date i {
	background: #41A32C;
}





.ind_news .swiper-container_news1 {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.ind_news .swiper-slide {
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}




.ind_news {
	background: #f0f0f0;
	box-sizing: border-box;
	padding: 25px 45px 35px 35px;
}

.news_tit {
	margin-bottom: 25px;
}

.news_tit p {
	font-size: 30px;
	color: #333;
	text-align: left;
}

.news_tit b {
	font-size: 30px;
	color: #41A32C;
}

.news_tit span {
	font-size: 14px;
	color: #777777;
}

.ind_item .desc p {
	color: #333333;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 15px;
	margin-top: 5px;
	text-align: left;
}

.ind_item .desc span {
	font-size: 14px;
	color: #777777;
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	height: 48px;
	margin-bottom: 30px;
}

.ind_item .date i {
	width: 65px;
	height: 1px;
	background: #D8D8D8;
	position: relative;
	top: 8px;
	transition: .3s;
}

.ind_item .date span {
	font-size: 14px;
	color: #777777;
}

.ind_item:hover .desc p {
	color: #41A32C;
}

.ind_item:hover .date i {
	background: #41A32C;
}


.jtdian {
	position: absolute;
	right: 70px;
	top: 40px;
}

.jtdian .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	background: #DDDDDD;
	border-radius: 50%;
	transition: .3s;
	opacity: 1;
	margin: 0 4px;
}

.jtdian .swiper-pagination-bullet-active {
	background: #41A32C !important;
}

.jtdian .dian_box {
	position: relative;
	display: inline-block;
}

.jtdian .swiper-button-prev,
.jtdian .swiper-button-next {
	background: url(../images/pg-1.png) no-repeat;
	height: 18px;
	width: 14px;
	top: 21px;
	opacity: 1;
	transition: .3s;
}

.jtdian .swiper-button-prev {
	left: -20px;
}

.jtdian .swiper-button-next {
	right: -20px;
	background-position: -80px 0px !important;
}

.jtdian .swiper-pagination {
	position: relative;
}

.jtdian .swiper-button-prev:hover,
.jtdian .swiper-button-next:hover {
	background: url(../images/pg.png) no-repeat;
}



.more_box {
	box-sizing: border-box;
	padding: 25px 40px 25px 35px;
	background: #F0F0F0;
	margin-top: 20px;
}


.more_box .ly_box {
	box-sizing: border-box;
	width: 50%;
	padding-right: 20px;
}

.more_box .ly ul li {
	box-sizing: border-box;
	border: 1px solid #d8d8d8;
	margin-bottom: 10px;
}

.more_box .ly input[type=text] {
	height: 42px;
	box-sizing: border-box;
	padding-left: 10px;
	font-size: 14px;
	background-position: calc(100% - 10px) center !important;
	width: 50%;
	float: left;
}

.more_box .ly input.name {
	background: url(../images/i-name.png) no-repeat;
}

.more_box .ly input.tel {
	background: url(../images/i-phone.png) no-repeat;
}

.more_box .ly input.que {
	background: url(../images/i-ques.png) no-repeat;
	float: none;
	width: 100%;
}

.more_box .btn {
	height: 42px;
	line-height: 42px;
	width: 50%;
	float: left;
	background: #333;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
}

.more_box .btn:hover {
	background: #6d6d6d;
}


.more_box .btn2 {
	background: #41A32C;
}

.more_box .btn2:hover {
	background: #66ca4f;
}

.cjwt_box {
	position: relative;
	width: 50%;
	box-sizing: border-box;
	padding-left: 42px;
}

.cjwt_box .swiper-container_que {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.cjwt_box .swiper-slide {
	overflow: hidden;
	/* Center slide text vertically */
}

.que_item {
	width: 100%;
}

.que_item+.que_item {
	margin-top: 19px;
}

.que_item p {
	font-size: 14px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-left: 35px;
	line-height: 30px;
	background: url(../images/ques.png) no-repeat;
	margin-bottom: 4px;
	text-align: left;
}

.que_item span {
	font-size: 14px;
	color: #777777;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-left: 35px;
	line-height: 30px;
	display: block;
	background: url(../images/ask.png) no-repeat;
}


.jtdian2 {
	right: 20px;
	top: 10px;
}



/* footer */
.footer {
	background: url(../images/footer.png) no-repeat;
	background-position: center top;
}

.ft_nav {
	width: 940px;
	border-top: 15px solid #41A32C;
}

.ft_nav dl {
	width: 25%;
	float: left;
	box-sizing: border-box;
	border-left: 1px solid rgba(255, 255, 255, .15);
	padding-left: 44px;
	height: 100%;
	min-height: 330px;
}

.ft_nav dl a {
	color: #fff;
}

.ft_nav dl dd:hover {
	opacity: 1;
}

.ft_nav dl dt {
	color: #FFFFFF;
	margin: 65px 0 30px 0;
}

.ft_nav dl dt a {
	font-size: 14px;
}

.ft_nav dl dd {
	font-size: 14px;
	color: #FFFFFF;
	opacity: 0.6;
	margin-bottom: 12px;
}

.ft_icon {
	position: relative;
}

.ft_icon::after {
	content: "";
	display: block;
	height: 40px;
	width: 40px;
	background: url(../images/icon-1.png) no-repeat;
	position: absolute;
	left: -65px;
	top: -10px;
}

.ft_icon2::after {
	background: url(../images/icon-2.png) no-repeat;
}

.ft_icon3::after {
	background: url(../images/icon-3.png) no-repeat;
}

.ft_icon4::after {
	background: url(../images/icon-4.png) no-repeat;
}

.ft_bq {
	height: 50px;
	line-height: 50px;
	position: relative;
}

.ft_bq span,
.ft_bq a {
	font-size: 14px;
	line-height: 20px;
	color: #FFFFFF;
	opacity: 0.6;
	display: inline-block;
}

.ft_bq::after {
	content: "";
	display: block;
	height: 1px;
	width: 1920px;
	border-top: 1px solid rgba(255, 255, 255, .15);
	position: absolute;
	top: 0;
	right: 0;
}


.footer .more {
	text-align: right;
}

.footer .more h3 {
	font-size: 14px;
	font-weight: 300;
	color: #FFF;
	opacity: 0.8;
	margin-top: 70px;
	margin-bottom: 5px;
}

.footer .more h4 {
	font-size: 26px;
	color: #fff;
	font-weight: bold;
}


.footer .more .more-line {
	display: block;
	height: 50px;
}

.footer .more .more-line i {
	width: 15px;
	height: 2px;
	background: #fff;
	display: block;
	float: right;
	margin: 22px 0;
}

.footer .more p {
	font-size: 14px;
	color: #FFFFFF;
	opacity: 0.6;
	margin-bottom: 15px;
}


.yqlj_box {
	position: relative;
	display: inline-block;
}

.yqlj {
	margin-top: 20px;
	position: relative;
}

.yqlj span {
	display: block;
	float: right;
	height: 50px;
	line-height: 48px;
	color: rgba(255, 255, 255, .3);
	border: 1px solid rgba(255, 255, 255, .15);
	box-sizing: border-box;
	padding: 0 18px 0 50px;
	background: url(../images/link.png) no-repeat;
	background-position: 10px 18px;
	font-size: 14px;
}

.yqlj i.jt {
	height: 50px;
	width: 50px;
	margin: 0;
	background: url(../images/jt.png) no-repeat rgba(255, 255, 255, 0.1);
	background-position: center !important;
	cursor: pointer;
	transition: .3s;
	overflow: hidden;
	float: right;
}

.yqlj i.jt:hover {
	background: url(../images/jt.png) no-repeat rgba(255, 255, 255, 0.5);
}


.yqlj-list {
	display: none;
	position: absolute;
	width: 100%;
	bottom: 50px;
	left: 0;
	background: #333;
	text-align: center;
}

.yqlj-list a {
	display: block;
	color: rgba(255, 255, 255, .8);
	height: 30px;
	line-height: 30px;
	border: 1px solid #6e6e6e;
	border-bottom: 0;
}
.yqlj-list a:hover{
	background-color: #565656;
}

.prodtail-kei {
	margin-top: 30px;
}

.cp_right_kei ul {
	line-height: 25px;
}

.cp_right_kei ul li {
	font-size: 14px;
	color: #333;
}

.liuyankjns {
	background-color: #fff;
}

.sjyspr .sjysycbplgkyj h3 {
	font-size: 16px;
	margin-bottom: 10px;
	color: #333;
}

.sjyspr .sjysycbplgkyj h2 {
	font-size: 14px;
	margin: 10px 0 5px;
	color: #333;
}

.sjyspr .sjysycbplgkyj p {
	text-align: left;
	display: block;
	color: #333;
	font-size: 15px;
}

.keiart p img {
	display: block;
	margin: 0 auto;
}

.bg_ov{
	width: 100%;
}
.bg_ov table {
	overflow: auto;
}
.bg_ov table tr td{
	text-align: center;
}
.bg_ov table tr:first-child{
	background: #41a32c80;
    color: #000;
}
/*.bg_ov table tr:nth-of-type(2){
	background: #41a32c80;
    color: #000;
}*/

