/*全局样式*/
@charset "utf-8";

body {
	font: 14px/1.7 "微软雅黑", "PingFang SC", "sans-serif", HELVETICA;
	color: #000;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
	min-width: 320px;
	max-width: 1920px;
	margin: 0 auto !important;
}

.container-fluid {
	max-width: 1470px !important;
}


header {
	position: relative;
	z-index: 111;
}

header .logo {
	height: auto;
	font-size: 24px;
	display: block;
	margin-right: 20px;
	margin-top: 30px;
	margin-bottom: 30px;
	position: relative;
}

header .logo img {
	max-height: 80px;
}

header .txt {
	font-size: 16px;
	color: #444;
	padding-left: 70px;
	background: url("../images/t1.png") no-repeat left center;
	background-size: contain;
	line-height: 18px;
	margin-top: 45px;
}

header .txt b {
	font-size: 28px;
	display: block;
	line-height: 30px;
	font-family: 'Impact';
	font-weight: normal;
	margin-top: 5px;
	color: #009a44;
}

.logo_txt {
	border-left: 1px solid #ddd;
	padding-left: 20px;
	margin-top: 15px;
}

.logo_txt span {
	display: block;
	line-height: 28px;
}

.logo_txt span.lsp {
	letter-spacing: 3px;
}

/*pc导航*/
header nav {
	background: #009a44;
}

header nav a {
	transition: all .2s;
}

header nav ul {
	font-size: 0;
	margin: 0;
}

header nav ul>li {
	position: relative;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	width: 12.5%;
}


header nav ul>li>i.glyphicon {
	display: none;
}


header nav ul>li>a {
	line-height: 62px;
	display: block;
	color: #fff;
	font-size: 17px;
	position: relative;
	z-index: 1
}

header nav ul>li:nth-child(n+2):after {
	content: "";
	width: 2px;
	height: 100%;
	border-left: 1px solid #8cac8a;
	position: absolute;
	left: -1px;
	top: 0;
	z-index: 2
}

header nav ul>li:hover>a {
	color: #fff;
	background-color: #333;
}

header nav ul>li.active>a {
	color: #fff;
	background-color: #333;
}

header nav .ul {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	right: 0;
	background: rgba(255, 255, 255, 1);
	padding: 2px 0 0px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	border-radius: 0 0 10px 10px;
	overflow: hidden;
}

header nav .ul a {
	font-size: 14px;
	color: #212028;
	line-height: 28px;
	padding: 8px;
	display: block;
}

header nav .ul a:hover {
	background-color: #212028;
	color: #fff;
}

header nav .ul a.active {
	background-color: #212028;
	color: #fff;
}


/*banner*/
.banner {
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.banner .swiper-slide {
	overflow: hidden;
}

.banner .swiper-slide img {
	display: block;
	width: 100%;
}

.banner .swiper-pagination-bullet {
	background: #fff;
	opacity: .6;
	transition: all .2s;
}

.banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 30px;
	border-radius: 4px;
	opacity: 1;
	background-color: #009a44;
}

/*头部公用*/
.main66 {
	padding: 77px 0;
}

/*灵创机械  品质至上 */
.main1 {
	background-color: #f6f6f6;
	position: relative;
}

.main1:after {
	content: "";
	width: 100%;
	height: 400px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	background-color: #fff;
}

.main1 .container-fluid {
	position: relative;
	z-index: 2
}

.main1 .tt {
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
}

.main1 .tt1 {
	font-size: 32px;
	font-weight: bold;
	color: #009a44;
	padding-bottom: 16px;
}

.main1 .tt2 {
	font-size: 17px;
	color: #444;
}

.main1 .tt3 {
	display: block;
	width: 188px;
	box-shadow: 0 0 6px rgba(0, 0, 0, .06);
	line-height: 60px;
	text-align: center;
	background-color: #fff;
	color: #848484;
	border-radius: 6px;
	margin: 30px auto 0;
}

.main1 .tt3 i {
	padding-left: 20px;
	font-size: 26px;
	line-height: 0;
	position: relative;
	top: 3px;
}

.main1 .tt3:hover {
	background-color: #009a44;
	color: #fff;
}

.main1 .tt4 {
	display: block;
	width: 100%;
	border-radius: 11px;
	margin-top: 66px;
}

.main1 .tt5 {
	font-size: 0;
	text-align: center;
	margin: 10px -11px 0;
}

.main1 .tt5 .tt6 {
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	width: calc(20% - 22px);
	position: relative;
	margin: 22px 11px 0;
	background-color: #fff;
	border-radius: 6px;
	padding: 110px 11px 33px;
	font-size: 18px;
	color: #000;
	box-shadow: 0 0 11px rgba(0, 0, 0, .06);
}

.main1 .tt5 .tt6:hover {
	background-color: #009a44;
	color: #fff;
}

.main1 .tt5 .tt6 img {
	display: block;
	height: 48px;
	position: absolute;
	left: 0;
	top: 38px;
	right: 0;
	margin: 0 auto;
	opacity: 1
}

.main1 .tt5 .tt6 img:nth-child(2) {
	opacity: 0;
}

.main1 .tt5 .tt6:hover img:nth-child(1) {
	opacity: 0;
}

.main1 .tt5 .tt6:hover img:nth-child(2) {
	opacity: 1;
}


.title {
	font-size: 0;
	text-align: center;
	padding-bottom: 40px;
	overflow: hidden;
}

.title .div1 {
	font-size: 0;
}

.title .div1 span {
	font-size: 32px;
	font-weight: bold;
	color: #000;
	line-height: 1.2;
	display: inline-block;
	position: relative;
}

.title .div1 span b {
	color: #009a44;
}

.title .div1 img {
	position: absolute;
	left: -33px;
	top: 8px;
}

.title .div2 {
	font-size: 0;
	margin-top: 6px;
}

.title .div2 span {
	display: inline-block;
	border-bottom: 1px solid #eee;
	padding-bottom: 2px;
	font-size: 14px;
	color: #999;
	text-transform: uppercase;
}

.title .div3 {
	font-size: 18px;
	color: #767676;
	margin-top: 14px;
	padding-bottom: 6px;
}

/*产品中心*/
.main2 {
	border-top: 1px solid #ddd;
	background: #f9f9f9;
}

.title1 {
	font-size: 0;
	text-align: center;
}

.title1 a {
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	font-weight: bold;
	color: #444;
	min-width: 200px;
	padding: 0 10px;
	line-height: 70px;
	background-color: #fff;
	box-shadow: 0 0 11px rgba(0, 0, 0, .06);
	margin: 0 10px 20px;
	border-radius: 6px;
}

.title1 a:hover {
	background-color: #009a44;
	color: #fff
}

.title1 a.active {
	background-color: #009a44;
	color: #fff
}

.main2 .box {
	margin-top: -40px;
	padding: 100px 0 60px;
}

.main2 .list {
	display: block;
	float: left;
	width: 100%;
	display: none;
}

.main2 .list.active {
	display: block;
}

.main2 .list .img {
	width: 35%;
	float: left;
	height: 440px;
	line-height: 440px;
	font-size: 0;
	text-align: center;
}

.main2 .list .img img {
	max-height: 100%;
}

.main2 .list .tt {
	width: 65%;
	float: left;
	padding-top: 20px;
	max-width: 100%;
	color: #fff;
}

.main2 .list .tt .tt1 {
	font-size: 30px;
	font-weight: bold;
	position: relative;
	padding-bottom: 18px;
	margin-bottom: 18px;
}

.main2 .list .tt .tt1:after {
	content: "";
	width: 55px;
	height: 2px;
	background-color: #fff;
	position: absolute;
	left: 0;
	bottom: 0
}

.main2 .list .tt .tt2 {
	font-size: 16px;
	webkit-line-clamp: 3;
	line-height: 30px;
	height: 90px;
	overflow: hidden;
}

.main2 .list .tt .tt3 {
	margin-top: 22px;
}

.main2 .list .tt .tt3 a {
	display: block;
	width: 40%;
	float: left;
}

.main2 .list .tt .tt3 a .bjcover {
	height: 240px;
}

.main2 .list .tt .tt3 a:nth-child(2) {
	width: calc(60% - 6px);
	margin-left: 6px;
}

.main2 .list .tt .tt3 a:hover .bjcover {
	transform: scale(1.08);
}


.main3 {
	padding: 30px 0;
	background: #f9f9f9;
}

.main3 .list {
	display: block;
}

.main3 .list .img {
	background-color: #f3f3f3;
	padding-top: 70%;
	position: relative;
	border-radius: 8px;
}

.main3 .list .img img {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	max-height: 100%;
}

.main3 .list .tt {
	font-size: 18px;
	color: #000;
	text-align: center;
	margin: 5px auto 10px;
	text-align: center;
	line-height: 40px;
}

.main3 .list:hover .img img {
	transform: scale(1.03);
}

.main3 .list:hover .tt {
	color: #009a44;
}

.main3 .lb3 {
	position: relative;
}

.main3 .swiper-button-next {
	right: -70px;
	width: 50px;
	height: 50px;
	margin-top: -60px;
	font-size: 40px;
	color: #333;
	background: transparent;
	font-weight: bold;
}

.main3 .swiper-button-prev {
	left: -70px;
	width: 50px;
	height: 50px;
	margin-top: -60px;
	font-size: 40px;
	color: #333;
	background: transparent;
	font-weight: bold;
}

.main3 .swiper-button-next:hover {
	color: #009a44;
}

.main3 .swiper-button-prev:hover {
	color: #009a44;
}


/*质量及服务保证*/
.main4 .box {
	position: relative;
	min-height: auto;
}

.main4 .zuo {
	width: 36%;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}

.main4 .zuo img {
	display: block;
	position: absolute;
	right: 40px;
	bottom: 40px;
	max-height: 70%;
	max-width: 30%;
}

.main4 .you {
	width: 100%;
	padding-left: 20px;
	float: right;
}

.main4 .list {
	display: block;
	border: 1px solid #eee;
	width: 25%;
	float: left;
	padding: 50px 15px;
	text-align: center;
	margin: -1px -1px 0 0;
}

.main4 .list .img {
	width: 110px;
	height: 110px;
	line-height: 110px;
	font-size: 0;
	border-radius: 50%;
	box-shadow: 0 0 11px rgba(0, 81, 162, .06);
	background-color: #fff;
	margin: 0 auto 16px;
}

.main4 .list .img img {
	max-height: 50%;
}

.main4 .list .tt1 {
	font-size: 24px;
	color: #444;
}

.main4 .list .tt2 {
	font-size: 16px;
	color: #999;
}

.main4 .list:hover {
	background-color: #009a44;
}

.main4 .list:hover .tt1 {
	color: #fff;
}

.main4 .list:hover .tt2 {
	color: #fff;
}

/*案例展示*/
.main5 {
	background-color: #f6f6f6;
}

.lb5 {
	position: relative;
	padding-bottom: 99px;
}

.lb5 .swiper-button-prev {
	width: 44px;
	height: 44px;
	line-height: 46px;
	background-color: #fff;
	box-shadow: 0 0 11px rgba(0, 0, 0, .1);
	border-radius: 6px;
	text-align: center;
	font-size: 24px;
	color: #000;
	background: #fff;
	left: calc(50% - 64px);
	margin: 0;
	top: auto;
	bottom: 0;
}

.lb5 .swiper-button-next {
	width: 44px;
	height: 44px;
	line-height: 46px;
	background-color: #fff;
	box-shadow: 0 0 11px rgba(0, 0, 0, .1);
	border-radius: 6px;
	text-align: center;
	font-size: 24px;
	color: #000;
	background: #fff;
	right: calc(50% - 64px);
	margin: 0;
	top: auto;
	bottom: 0;
}

.lb5 .swiper-button-prev:hover {
	background-color: #009a44;
	color: #fff;
}

.lb5 .swiper-button-next:hover {
	background-color: #009a44;
	color: #fff;
}

.main5 .list {
	display: block;
}

.main5 .list .img {
	border-radius: 11px;
	position: relative;
	z-index: 1
}

.main5 .list .img .bjcover {
	padding-top: 80%;
}

.main5 .list .tt {
	font-size: 18px;
	line-height: 60px;
	color: #444;
	text-align: center;
	margin: -30px 20px 0;
	background-color: #fff;
	border-radius: 11px;
	position: relative;
	z-index: 2
}

.main5 .list:hover .img .bjcover {
	transform: scale(1.08);
}

.main5 .list:hover .tt {
	background-color: #009a44;
	color: #fff
}

/*灵创机械实力优势*/
.main6 .zuo {
	width: 50%;
	padding-right: 20px;
	float: left;
}

.main6 .you {
	width: 50%;
	float: right;
}

.main6 .you .bjcover {
	height: 430px;
	border-radius: 10px;
}

.main6 .zuo .tt {
	font-size: 0;
}

.main6 .zuo .tt div {
	display: inline-block;
	vertical-align: top;
	width: calc(25% - 20px);
	margin: 0 20px 20px 0;
	cursor: pointer;
	background-color: #ffff;
	box-shadow: 0 0 11px rgba(0, 0, 0, .1);
	padding: 65px 10px 24px 26px;
	position: relative;
	font-size: 22px;
	color: #444;
	line-height: 1.4;
	border-radius: 11px;
}

.main6 .zuo .tt div:after {
	content: "";
	width: 20px;
	height: 3px;
	background-color: #F5C014;
	position: absolute;
	left: 28px;
	top: 40px;
}

.main6 .zuo .tt div:hover {
	background-color: #009a44;
	color: #fff;
}

.main6 .zuo .tt div.active {
	background-color: #009a44;
	color: #fff;
}

.main6 .zuo .list {
	display: none;
	padding-top: 20px;
}

.main6 .zuo .list.active {
	display: block;
}

.main6 .zuo .list .tt1 {
	font-size: 24px;
	color: #444;
}

.main6 .zuo .list .tt2 {
	font-size: 36px;
	color: #009a44;
	line-height: 46px;
	padding-top: 8px;

	display: none;
}

.main6 .zuo .list .tt3 {
	font-size: 16px;
	color: #696969;
	padding-top: 22px;
}

.main6 .zuo .list .tt4 {
	font-size: 99px;
	color: #000;
	opacity: .1;
	font-weight: bold;
	border-bottom: 6px solid #444;
	line-height: 1.3;
	display: inline-block;
	padding-top: 16px;
}

/*车间展示*/
.main7 {
	background-color: #f6f6f6;
}

.main7 .list {
	display: block;
	position: relative;
	border-radius: 11px;
	overflow: hidden;
}

.main7 .list .bjcover {
	padding-top: 100%;
}

.main7 .list .tt {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	font-size: 18px;
	color: #fff;
	background: rgba(0, 154, 68, .8);
	line-height: 50px;
	padding: 0 8px;
	text-align: center;
}

.main7 .list:hover .bjcover {
	transform: scale(1.08);
}

/*新闻中心*/
.main8{
	background-color: #f6f6f6;
}

.main8 .box .list1 {
	width: 29%;
	margin-right: 22px;
	float: left;
	background-color: #ffff;
	box-shadow: 0 0 11px rgba(0, 0, 0, .03);
	border-radius: 11px;
	padding: 30px;
}

.main8 .box .list1 .tt1 {
	font-size: 14px;
	color: #009a44;
}

.main8 .box .list1 .tt2 {
	font-size: 18px;
	color: #000;
	margin-top: 11px;
}

.main8 .box .list1 .tt3 {
	font-size: 15px;
	color: #777;
	margin-top: 6px;
	line-height: 28px;
	height: 56px;
	overflow: hidden;
}

.main8 .box .list1 .tt4 {
	font-size: 15px;
	color: #777;
	margin-top: 15px;
}

.main8 .box .list1 .tt4 i {
	font-size: 22px;
	line-height: 0;
	padding-left: 18px;
	position: relative;
	top: 3px;
}

.main8 .box .list1 .img {
	margin-top: 37px;
	border-radius: 8px;
}

.main8 .box .list1 .img .bjcover {
	height: 230px;
}

.main8 .box .list1:hover .bjcover {
	transform: scale(1.08);
}

.main8 .box .list1:hover .tt2 {
	color: #009a44;
}

.main8 .box .list1:hover .tt4 {
	color: #009a44;
}

.main8 .box .list2 {
	width: calc(42% - 44px);
	float: right;
}

.main8 .box .list2 a {
	display: block;
	background-color: #fff;
	box-shadow: 0 0 11px rgba(0, 0, 0, .03);
	padding: 30px 30px 30px 133px;
	position: relative;
	border-radius: 11px;
}

.main8 .box .list2 a:nth-child(n+2) {
	margin-top: 20px;
}

.main8 .box .list2 a .tt1 {
	font-size: 18px;
	color: #000;
}

.main8 .box .list2 a .tt3 {
	font-size: 15px;
	color: #777;
	margin-top: 3px;
}

.main8 .box .list2 a .tt4 {
	font-size: 15px;
	color: #777;
	margin-top: 14px;
	line-height: 18px;
}

.main8 .box .list2 a .tt4 i {
	font-size: 22px;
	line-height: 0;
	padding-left: 18px;
	position: relative;
	top: 3px;
}

.main8 .box .list2 a .tt2 {
	font-size: 15px;
	color: #009a44;
	display: block;
	position: absolute;
	left: 5px;
	top: 30px;
	width: 105px;
	border-right: 1px solid #ddd;
	height: 60px;
	text-align: center;
	line-height: 18px;
}

.main8 .box .list2 a .tt2 b {
	font-size: 35px;
	display: block;
	line-height: 34px;
	padding-bottom: 6px;
}

.main8 .box .list2 a:hover .tt1 {
	color: #009a44;
}

.main8 .box .list2 a:hover .tt4 {
	color: #009a44;
}



footer {
	background-color: #3a3b3e;
	border-top: 10px solid #009a44;
	color: #fff;
}

footer .box1 {
	padding: 50px 0;
}

footer .box1 .list1 {
	width: 31%;
	float: left;
	padding-right: 30px;
}

img.foot-logo {
	max-height: 80px;
}

footer .box1 .list2 {
	width: 28%;
	float: left;
	padding: 0 5%;
}

footer .box1 .list3 {
	width: 41%;
	float: right;
	padding-left: 5%;
}

footer .box1 .list1 .tt1 {
	margin-top: 30px;
	font-size: 16px;
}

footer .box1 .list1 .tt1 b {
	font-size: 36px;
	display: block;
}

footer .box1 .list1 .tt1 img {
	padding-right: 10px;
	position: relative;
	top: -2px;
}

footer .box1 .list2 {
	border-left: 1px solid rgba(255, 255, 255, .2);
	border-right: 1px solid rgba(255, 255, 255, .2);
	min-height: 200px;
}

footer .box1 .top {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 20px;
}

footer .box1 .list2 .ul {}

footer .box1 .list2 .ul a {
	display: block;
	float: left;
	width: 50%;
	font-size: 16px;
	color: #fff;
	line-height: 26px;
	padding-bottom: 14px;
}

footer .box1 .list2 .ul a:hover {
	text-decoration: underline !important;
}

footer .box1 .list3 .tt2 .tt3 {
	width: calc(100% - 140px);
	float: left;
	font-size: 16px;
	line-height: 36px;
}

footer .box1 .list3 .tt2 .img {
	width: 120px;
	float: right;
	text-align: center;
	font-size: 16px;
}

footer .box1 .list3 .tt2 .img img {
	display: block;
	margin: 0 auto 11px;
	max-width: 100%;
}

footer .box1 .list3 .tt2 .tt3 .tt4 {
	font-size: 0;
	padding-top: 20px;
}

footer .box1 .list3 .tt2 .tt3 .tt4 a {
	display: inline-block;
	vertical-align: top;
	position: relative;
	color: rgba(255, 255, 255, .77);
	;
	font-size: 38px;
	margin: 0 20px 0 0;
	padding-top: 10px;
}

footer .box1 .list3 .tt2 .tt3 .tt4 a img {
	display: none;
	border-radius: 4px;
	width: 140px;
	height: 140px;
	max-width: 140px;
	position: absolute;
	left: 0;
	bottom: 100%;
}

footer .box1 .list3 .tt2 .tt3 .tt4 a:hover {
	color: #fff;
}

footer .box1 .list3 .tt2 .tt3 .tt4 a:hover img {
	display: block;
}

footer .box2 {
	border-top: 1px solid rgba(255, 255, 255, .2);
	padding: 10px 0;
	font-size: 14px;
	color: #fff;
	text-align: center;
}





.titletop {
	padding-bottom: 10px;
}

.titletop .div1 {
	position: relative;
	border-bottom: 1px solid #eee;
	padding: 15px 0 15px 30px;
	font-size: 15px;
	color: #999;
	line-height: 30px;
	position: relative;
}

.titletop .div1 span {
	color: #000;
}

.titletop .div1 img {
	display: block;
	position: absolute;
	left: 0;
	top: 22px;
}

.titletop .div1 a {
	color: #999;
	transition: all .3s ease-in-out;
}

.titletop .div1 a:hover {
	color: #1041a1;
}


/*内页共用*/
.ny {
	min-height: 666px;
	padding: 30px 0 50px;
}

.ny .zuo {
	width: 290px;
	float: left;
}

.ny .zuo .topbox {
	background-color: #009a44;
	padding: 24px;
}

.ny .you {
	width: calc(100% - 320px);
	float: right;
}

.ny .zuo .top {
	line-height: 1.2;
	font-size: 30px;
	color: #fff;
	position: relative;
	margin-bottom: 25px;
	overflow: hidden;
}

.ny .zuo .top span {
	display: block;
	font-size: 44px;
	opacity: .22;
	text-transform: uppercase;
}

.ny .zuo .top b {
	display: inline-block;
	font-size: 24px;
	position: relative;
	padding-right: 15px;
}

.ny .zuo .top b:after {
	content: "";
	width: 40px;
	height: 3px;
	background-color: #fff;
	opacity: .6;
	position: absolute;
	left: 100%;
	top: 14px;
	max-width: 33%;
}

.ny .zuo .top b:before {
	content: "";
	width: 200px;
	height: 3px;
	background-color: #fff;
	opacity: .3;
	position: absolute;
	left: 100%;
	top: 22px;
}

.ny .zuo .top i {
	display: none;
}

.ny .zuo .ul {
	background-color: #fff;
	padding: 25px 10px;
}

.ny .zuo .ul>a {
	line-height: 46px;
	font-size: 16px;
	color: #444;
	font-weight: normal;
	padding: 0 11px 0 24px;
	background-color: #ececec;
	border-radius: 44px;
	display: block;
	margin-bottom: 10px;
}

.ny .zuo .ul>a i {
	padding-right: 14px;
}

.ny .zuo .ul>a:hover {
	background-color: #009a44;
	color: #fff;
}

.ny .zuo .ul>a.active {
	background-color: #009a44;
	color: #fff;
}

.ny .zuo .xiabox {
	background: url(../images/t44.jpg) no-repeat center top/cover;
	padding: 44px 10px 30px;
	text-align: center;
}

.ny .zuo .xiabox .xia {
	display: inline-block;
	text-align: left;
	color: #fff;
	font-size: 18px;
	line-height: 1.4
}

.ny .zuo .xiabox .xia b {
	display: block;
	font-size: 28px;
	font-family: 'Arial';
}

.ny .zuo .xiabox .xia img {
	padding-right: 10px;
	position: relative;
	top: -2px;
}

/* 二级需要 */
.ny .zuo .ul2 {
	display: none;
}

.ny .zuo .ul2.active {
	display: block;
}

.ny .zuo .ul2 a {
	display: block;
	font-size: 16px;
	color: #333;
	line-height: 60px;
	padding-left: 50px;
	border-bottom: 1px solid #eee;
	position: relative;
}

.ny .zuo .ul2 a:before {
	font-size: 12px;
	position: absolute;
	left: 25px;
	top: 0;
	transform: rotate(-90deg);
}

.ny .zuo .ul2 a:hover {
	color: #009a44;
}

.ny .zuo .ul2 a.active {
	color: #009a44;
}

.ny .zuo .bottom .tt1 {
	font-size: 24px;
	color: #009a44;
	border-top: 4px solid #009a44;
	padding: 11px 0;
	margin-top: 40px;
}

.ny .zuo .bottom .tt2 {
	background-color: #f5f5f5;
	padding: 20px;
}

.ny .zuo .bottom .tt2 a {
	display: block;
	background-color: #fff;
	padding: 10px;
}

.ny .zuo .bottom .tt2 a .img {
	padding-top: 80%;
	position: relative;
}

.ny .zuo .bottom .tt2 a .img img {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	max-width: 96%;
	max-height: 96%;
}

.ny .zuo .bottom .tt2 a .tt3 {
	font-size: 15px;
	text-align: center;
	line-height: 40px;
	padding-top: 10px;
}

.ny .zuo .bottom .tt2 a:nth-child(n+2) {
	margin-top: 20px;
}

.ny .zuo .bottom .tt2 a:hover .img img {
	transform: scale(1.06);
}


/*详情页*/
.danye {
	color: #000;
	font-size: 16px;
	line-height: 2.0;
}

.danye .topbox {
	margin-bottom: 20px;
	text-align: center;
}

.danye .bt {
	color: #000;
	font-size: 24px;
	padding-bottom: 10px;
	font-weight: 600;
}

.danye .rq {
	color: #555555;
	font-size: 14px;
}

.danye .xian {
	width: 100%;
	height: auto;
	margin-top: 10px;
	border-top: 1px dashed #ccc;
}

.danye .img {
	margin: 0 auto 18px auto;
	display: block;
}

.danye .img img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.danye .ditu {
	height: 400px;
	position: relative;
	margin: 20px auto;
	border: 1px solid #eee;
}

.neirong img{
	max-width: 100%;
}


/*内页新闻*/
.nyxw .list {
	display: block;
	position: relative;
	padding: 20px 10px 20px 130px;
	margin-bottom: 10px;
	border-bottom: 1px solid #e5e5e5;
}

.nyxw .list .tt1 {
	font-size: 18px;
	color: #333;
}

.nyxw .list .tt3 {
	font-size: 15px;
	color: #666;
	line-height: 26px;
	height: 50px;
	overflow: hidden;
	margin-top: 10px;
}

.nyxw .list .tt4 {
	font-size: 12px;
	color: #999999;
	line-height: 32px;
	width: 100px;
	text-align: center;
	font-family: 'Arial';
	border: 1px solid #e5e5e5;
	margin-top: 22px;
	text-transform: uppercase;
}

.nyxw .list .tt2 {
	line-height: 24px;
	font-size: 15px;
	position: absolute;
	left: 0;
	width: 130px;
	top: 25px;
	color: #999;
	text-align: center
}

.nyxw .list .tt2 b {
	font-size: 18px;
	color: #000;
	display: block;
	line-height: 40px;
	border-bottom: 2px #009a44 solid;
	width: 50px;
	margin: 0 auto 5px auto
}

.nyxw .list .tt2 i {
	display: none;
}

.nyxw .list .img {
	position: absolute;
	right: 30px;
	top: 26px;
	width: 220px;
	height: 140px;
}

.nyxw .list .img .bjcover {
	height: 100%;
}

.nyxw .list:hover .img .bjcover {
	transform: scale(1.06);
}

.nyxw .list:hover .tt1 {
	color: #009a44;
}

.nyxw .list:hover .tt4 {
	color: #fff;
	background: #009a44;
	border-color: #009a44;
}


/* 产品展示 */
.nycp {
	margin: 0 -10px;
}

.nycp .list {
	display: block;
	width: calc(33.33% - 20px);
	float: left;
	margin: 0 10px 20px;
}

.nycp .list .img {
	border: 1px solid #EAEAEA;
	padding-top: 70%;
	position: relative;
	background-color: #fff;
}

.nycp .list .bjcover {
	padding-top: 80%;
}

.nycp .list .img img {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	max-height: 100%;
	max-width: 96%;
	transition: all .3s;
}

.nycp .list .tt {
	font-size: 16px;
	color: #000;
	background-color: #EAEAEA;
	text-align: center;
	line-height: 50px;
	margin-top: 1px;
	padding: 0 5px;
}

.nycp .list:hover .img img {
	transform: scale(1.06);
}

.nycp .list:hover .bjcover {
	transform: scale(1.06);
}

.nycp .list:hover .tt {
	color: #fff;
	background: #009a44;
}

.nycp.nysp .list .bjcover:before {
	content: "";
	width: 100%;
	height: 100%;
	background: #000;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	transition: all .3s ease-in-out;
	opacity: .5;
	z-index: 1;
}

.nycp.nysp .list .bjcover:after {
	content: "";
	width: 50px;
	height: 50px;
	background: url(../images/t5.png) no-repeat center center;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	border: 2px solid #fff;
	border-radius: 50%;
	background-size: 50px !important;
	transition: all .3s ease-in-out;
	z-index: 2;
}

.nycp.nysp .list:hover .bjcover:before {
	opacity: .2;
}

.nycp.nysp .list:hover .bjcover:after {
	width: 64px;
	height: 64px;
}




.cpxq1 .xqzuo {
	width: 45%;
	float: left;
}

.cpxq1 .xqyou {
	width: 55%;
	float: left;
	padding: 20px 0 0 30px;
}

.cpxq1 .xqzuo .swiper-slide .list {
	height: 350px;
	position: relative;
	border: 1px solid #ddd;
	overflow: hidden;
}

.cpxq1 .xqzuo .swiper-slide .list img {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	max-width: 100%;
	max-height: 95%;
}

.cpxq1 .xqzuo .gallery-thumbs .swiper-slide .list {
	height: 90px;
	cursor: pointer;
}

.cpxq1 .xqzuo .gallery-thumbs .swiper-slide.swiper-slide-thumb-active .list {
	border-color: #009a44;
}

.cpxq1 .gallery-top {
	margin-bottom: 10px;
	position: relative;
}

.cpxq1 .swiper-button-prev {
	width: 40px;
	height: 70px;
	background: url(../images/tu3.png) no-repeat center center;
	margin-top: -35px;
	left: 0;
	background-size: 14px !important;
}

.cpxq1 .swiper-button-prev:hover {
	background-color: rgba(0, 0, 0, .2);
}

.cpxq1 .swiper-button-next {
	width: 40px;
	height: 70px;
	background: url(../images/tu3.png) no-repeat center center;
	margin-top: -35px;
	right: 0;
	background-size: 14px !important;
	transform: rotate(180deg);
}

.cpxq1 .swiper-button-next:hover {
	background-color: rgba(0, 0, 0, .2);
}

.cpxq1 .swiper-button-disabled {
	opacity: .2 !important;
}

.cpxq1 .xqyou .tt1 {
	font-size: 22px;
	font-weight: bold;
	padding-bottom: 18px;
	color: #009a44;
}

.cpxq1 .xqyou .tt2 {
	font-size: 15px;
	line-height: 30px;
	color: #000;
	background: #F3F3F3;
	padding: 20px;
}

.cpxq1 .xqyou .tt3 {
	padding-left: 56px;
	background: url(../images/t1.png) no-repeat left center;
	background-size: 45px;
	position: relative;
	margin-top: 22px;
}

.cpxq1 .xqyou .tt3 span {
	display: block;
	font-size: 15px;
	color: #666;
}

.cpxq1 .xqyou .tt3 span img {
	padding-right: 8px;
	position: relative;
	top: -3px;
}

.cpxq1 .xqyou .tt3 b {
	display: block;
	font-size: 26px;
	color: #009a44;
	font-weight: bold;
	line-height: 1.2;
}

.cpxq1 .xqyou .tt3 a {
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 140px;
	line-height: 44px;
	background-color: #009a44;
	border-radius: 44px;
	text-align: center;
	color: #fff;
	font-size: 16px;
}

.cpxq1 .xqyou .tt3 a:hover {
	background-color: #333;
}


.cpxq2 {
	margin-top: 33px;
}

.cpxq2 .tt1 {
	font-size: 0;
	/* border-bottom: 2px solid #eee; */
	background-color: #f1f1f1;
	margin-bottom: 20px;
}

.cpxq2 .tt1 span {
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	font-weight: bold;
	cursor: pointer;
	line-height: 50px;
	padding: 0 40px;
	margin: 0 1px 1px 0;
}

.cpxq2 .tt1 span:hover {
	background-color: #009a44;
	color: #fff;
}

.cpxq2 .tt1 span.active {
	background-color: #009a44;
	color: #fff;
}

.cpxq2 .tt2box .tt2 {
	display: none;
	font-size: 15px;
	line-height: 2;
	color: #444;
}

.cpxq2 .tt2box .tt2 img {
	max-width: 100%;
	height: auto;
	margin: 5px auto;
}

.cpxq2 .tt2box .tt2.active {
	display: block;
}












/* -webkit-line-clamp: 2; */
/* transition: all .35s ease-in-out; */
/* 009a44 */

/* 333 */
/*transform: scale(1.08);*/
/*媒体查询开始*/
@media (min-width:991px) {
	header nav ul>li:hover .ul {
		display: block;
	}
}

@media (max-width:1199px) {
	.title1 a {
		min-width: 200px;
	}

	.main6 .zuo .tt div {
		font-size: 20px;
	}

	.nyxw .list {
		padding: 30px 280px 30px 110px;
	}

	.nyxw .list .tt2 {
		width: 110px;
	}


}

@media (max-width:991px) {
	header .logo {
		margin: 0;
		height: 75px;
		line-height: 75px;
	}

	header .logo img {
		max-height: 48%;
	}

	.banner .swiper-slide img {
		width: 120%;
		max-width: 120%;
		margin-left: -10%;
	}

	.banner .swiper-pagination-bullet {
		width: 6px;
		height: 6px;
		margin: 0 2px -6px !important;
	}

	.banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
		width: 20px;
	}

	/*pc导航*/
	header nav .container-fluid {
		padding: 0;
	}

	header nav {
		display: none;
		width: 100%;
		float: none;
		padding: 15px 20px;
		margin: 0;
		position: absolute;
		right: 0;
		top: 100%;
		z-index: 113;
		background: #fff;
		box-shadow: 0 4px 6px rgba(0, 0, 0, .1);
		max-height: calc(100vh - 100px);
		overflow-y: auto;
	}

	header nav ul>li {
		display: block;
		width: 100%;
		text-align: left;
		padding: 0 40px 0 0;
		border-bottom: 1px solid #ddd;
		position: relative;
	}

	header nav ul>li:after {
		display: none;
	}

	header nav ul>li>i.glyphicon {
		display: block;
		position: absolute;
		right: 0;
		width: 40px;
		color: #999;
		line-height: 50px;
		font-size: 16px;
		font-weight: normal;
		text-align: center;
	}

	header nav ul>li.active>i.glyphicon {
		color: #009a44;
	}

	header nav ul>li:nth-last-child(1) {
		border: 0;
	}

	header nav ul>li>a {
		display: block;
		color: #333;
		font-size: 15px;
		padding-left: 10px;
		line-height: 50px;
		font-weight: normal;
	}

	header nav .ul {
		display: none;
		position: relative;
		left: auto;
		top: auto;
		width: calc(100% + 80px);
		margin-left: -20px;
		right: auto;
		background: #f4f4f4;
		padding: 8px 0;
		box-shadow: none;
		border-radius: 0;
	}

	header nav .ul a {
		font-size: 14px;
		color: #333;
		line-height: 23px;
		padding: 6px 5px 6px 35px;
		display: block;
	}

	header nav .ul a:hover {
		background-color: transparent;
		color: #009a44;
	}

	header nav .ul a.active {
		background-color: transparent;
		color: #009a44;
	}

	header nav ul>li:hover>a {
		color: #009a44;
		background-color: transparent;
	}

	header nav ul>li.active>a {
		color: #009a44;
		background-color: transparent;
	}

	/*移动导航按钮*/
	header .lanmu {
		width: 30px;
		font-size: 0;
		height: 21px;
		position: absolute;
		right: 15px;
		bottom: 25px;
		cursor: pointer;
		z-index: 2;
	}

	header .lanmu i {
		display: inline-block;
		width: 100%;
		height: 3px;
		background: #009a44;
		border-radius: 3px;
		transition: all 0.6s;
	}

	header .lanmu i:nth-child(2),
	.lanmu i:nth-child(3) {
		width: 40%;
		margin: 6px 0;
	}

	header .lanmu i:nth-child(2) {
		margin-right: 10%;
	}

	header .lanmu i:nth-child(3) {
		margin-left: 10%;
	}

	header .lanmu.active i:nth-child(1) {
		transform: rotate(45deg) translateY(4px) translateX(5px);
	}

	header .lanmu.active i:nth-child(4) {
		transform: rotate(-45deg) translateY(-8px) translateX(8px);
	}

	header .lanmu.active i:nth-child(2) {
		transform: translateX(-30px);
		opacity: 0;
	}

	header .lanmu.active i:nth-child(3) {
		transform: translateX(30px);
		opacity: 0;
	}


	/*头部公用*/
	.main66 {
		padding: 40px 0;
	}

	.main1:after {
		height: 48%;
	}

	.main1 .tt1 {
		font-size: 20px;
		padding-bottom: 11px;
	}

	.main1 .tt2 {
		font-size: 15px;
	}

	.main1 .tt3 {
		width: 150px;
		line-height: 50px;
		margin: 22px auto 0;
	}

	.main1 .tt3 i {
		padding-left: 10px;
		font-size: 22px;
	}

	.main1 .tt4 {
		margin-top: 30px;
		border-radius: 6px;
	}

	.main1 .tt5 {
		margin: 12px -6px 0;
	}

	.main1 .tt5 .tt6 {
		width: calc(33.33% - 12px);
		margin: 12px 6px 0;
		padding: 78px 5px 20px;
		font-size: 15px;
	}

	.main1 .tt5 .tt6 img {
		height: 40px;
		top: 26px;
	}

	.title {
		padding-bottom: 20px;
	}

	.title .div1 span {
		font-size: 20px;
	}

	.title .div1 img {
		left: -24px;
		top: 6px;
		height: 20px;
	}

	.title .div3 {
		font-size: 15px;
		margin-top: 11px;
		padding-bottom: 3px;
	}

	/*产品中心*/
	.title1 a {
		font-size: 14px;
		min-width: 130px;
		padding: 0 5px;
		line-height: 50px;
		margin: 5px;
	}

	.main2 .box {
		margin-top: -25px;
		padding: 60px 0 40px;
	}

	.main2 .list .img {
		width: 100%;
		height: auto;
		line-height: 0;
	}

	.main2 .list .img img {
		max-height: 250px;
	}

	.main2 .list .tt {
		width: 100%;
		padding-top: 20px;
		max-width: 100%;
	}

	.main2 .list .tt .tt1 {
		font-size: 20px;
		padding-bottom: 20px;
		margin-bottom: 16px;
	}

	.main2 .list .tt .tt2 {
		font-size: 14px;
		-webkit-line-clamp: 5;
		line-height: 26px;
		height: auto;
		max-height: 104px;
	}

	.main2 .list .tt .tt3 a {
		width: calc(50% - 3px) !important;
	}

	.main2 .list .tt .tt3 a .bjcover {
		height: auto;
		padding-top: 100%;
	}

	.main3 {
		padding: 40px 0 0
	}

	.main3 .list .img {
		border-radius: 4px;
	}

	.main3 .list .tt {
		font-size: 15px;
		margin-top: 10px;
	}


	/*质量及服务保证*/
	.main4 .box {
		min-height: inherit;
	}

	.main4 .zuo {
		width: 100%;
		position: relative;
		left: auto;
		top: auto;
		height: auto;
		padding-top: 100%;
	}

	.main4 .zuo img {
		right: 15px;
		bottom: 20px;
	}

	.main4 .you {
		width: 100%;
		padding: 0;
	}

	.main4 .list {
		padding: 30px 10px 26px;
		width: 50%;
	}

	.main4 .list .img {
		width: 80px;
		height: 80px;
		line-height: 80px;
		margin-bottom: 10px;
	}

	.main4 .list .tt1 {
		font-size: 18px;
	}

	.main4 .list .tt2 {
		font-size: 14px;
	}

	/*案例展示*/
	.lb5 {
		padding-bottom: 70px;
	}

	.lb5 .swiper-button-prev {
		left: calc(50% - 54px);
	}

	.lb5 .swiper-button-next {
		right: calc(50% - 54px);
	}

	.main5 .list .img {
		border-radius: 4px;
	}

	.main5 .list .tt {
		font-size: 15px;
		line-height: 40px;
		margin: -20px 10px 0;
		border-radius: 4px;
	}
	
	.main8 .box .list1 .tt4{
		display: none;
	}
	.main8 .box .list2 a .tt4{
		display: none;
	}


	/*灵创机械实力优势*/
	.main6 .zuo {
		width: 100%;
		padding: 0;
	}

	.main6 .you {
		width: 100%;
	}

	.main6 .you .bjcover {
		height: auto;
		padding-top: 60%;
		border-radius: 4px;
		margin-top: 22px;
	}

	.main6 .zuo .tt {
		margin: -12px -6px 0;
	}

	.main6 .zuo .tt div {
		width: calc(25% - 12px);
		margin: 12px 6px 0;
		padding: 60px 10px 20px 20px;
		font-size: 18px;
		border-radius: 4px;
	}

	.main6 .zuo .tt div:after {
		left: 22px;
		top: 33px;
	}

	.main6 .zuo .list .tt1 {
		font-size: 20px;
	}

	.main6 .zuo .list .tt2 {
		font-size: 22px;
		line-height: 32px;
	}

	.main6 .zuo .list .tt3 {
		font-size: 15px;
		padding-top: 16px;
	}

	.main6 .zuo .list .tt4 {
		font-size: 66px;
		padding-top: 0;
	}

	/*车间展示*/
	.main7 .list {
		border-radius: 4px;
	}

	.main7 .list .tt {
		font-size: 15px;
		line-height: 44px;
	}

	/*新闻中心*/
	.main8 .box .list1 {
		width: 100%;
		margin: 0 0 15px;
		border-radius: 4px;
		padding: 15px;
	}

	.main8 .box .list1 .img {
		margin-top: 22px;
		border-radius: 4px;
	}

	.main8 .box .list1 .img .bjcover {
		height: auto;
		padding-top: 60%
	}

	.main8 .box .list2 {
		width: 100%;
	}

	.main8 .box .list2 a {
		border-radius: 4px;
		padding-left: 100px;
		padding-right: 10px;
	}

	.main8 .box .list2 a:nth-child(n+2) {
		margin-top: 20px;
	}

	.main8 .box .list2 a .tt2 {
		font-size: 13px;
		left: 2px;
		top: 34px;
		width: 84px;
	}

	.main8 .box .list2 a .tt2 b {
		font-size: 22px;
		line-height: 28px;
	}

	footer .box1 {
		padding: 33px 0;
	}

	footer .box1 .list1 {
		width: 100%;
		padding-right: 0;
	}

	footer .box1 .list1 .tt1 b {
		font-size: 26px;
	}

	footer .box1 .list2 {
		width: 100%;
		padding: 22px 0 0;
		border: 0;
		min-height: initial;
	}

	footer .box1 .list3 {
		width: 100%;
		padding: 22px 0 0
	}

	footer .box1 .list2 .ul a {
		width: auto;
		font-size: 15px;
		min-width: 100px;
		padding-bottom: 8px;
	}

	footer .box1 .list3 .tt2 .tt3 {
		width: 100%;
		font-size: 15px;
		line-height: 30px;
	}

	footer .box1 .list3 .tt2 .img {
		display: none;
	}

	footer .box2 {
		padding: 22px 0;
	}



	/*内页共用*/
	.titletop {
		display: none;
	}

	.ny {
		min-height: 444px;
		padding: 30px 0 44px;
	}

	.ny .zuo {
		width: 100%;
		margin-bottom: 25px;
	}

	.ny .you {
		width: 100%;
	}
	
	.danye {
		color: #000;
		font-size: 14px;
		line-height: 1.8;
	}

	.ny .zuo .topbox {
		padding: 0;
	}

	.ny .zuo .top {
		padding: 0 0 0 20px;
		margin: 0
	}

	.ny .zuo .top i {
		display: block;
		position: absolute;
		right: 20px;
		top: 0;
		line-height: 50px;
		font-size: 16px;
	}

	.ny .zuo .top span {
		display: none;
	}

	.ny .zuo .top b {
		line-height: 50px;
		font-size: 18px;
		display: block;
	}

	.ny .zuo .top b:after {
		display: none;
	}

	.ny .zuo .top b:before {
		display: none;
	}

	.ny .zuo .ul {
		display: none;
		padding: 0;
	}

	.ny .zuo .ul>a {
		line-height: 44px;
		font-size: 15px;
		text-align: center;
		padding: 0 10px;
		font-weight: normal;
		border-radius: 0;
		border-top: 1px solid #fff;
		margin: 0
	}

	.ny .zuo .ul>a i {
		display: none;
	}

	.ny .zuo .xiabox {
		display: none;
	}

	/* 二级需要 */
	.ny .zuo .ul2 a {
		font-size: 14px;
		padding-left: 40px;
		line-height: 46px;
	}

	.ny .zuo .ul2 a:before {
		left: 20px;
	}


	/*内页新闻*/
	.nyxw .list {
		padding: 20px 250px 30px 0;
	}

	.nyxw .list .img {
		right: 0
	}

	.nyxw .list .tt2 {
		width: 140px;
	}

	.nyxw .list .tt2 {
		line-height: 24px;
		font-size: 13px;
		position: relative;
		left: auto;
		width: 100%;
		top: auto;
		color: #999;
		text-align: left
	}

	.nyxw .list .tt2 b {
		font-size: 13px;
		color: #999;
		display: inline;
		line-height: inherit;
		border-bottom: 0;
		width: auto;
		margin: auto;
		font-weight: normal;
	}

	.nyxw .list .tt2 i {
		display: inline;
	}

	.nyxw .list .tt3 {
		margin-top: 8px;
	}

	.nyxw .list .tt4 {
		margin-top: 16px;
	}




}

@media (max-width:767px) {

	/*详情页*/
	.danye .topbox {
		margin-bottom: 11px;
	}

	.danye .bt {
		font-size: 18px;
		padding-bottom: 2px;
	}

	.danye .img {
		margin: 0 auto 15px auto;
	}

	.danye .ditu {
		height: 360px;
		margin: 15px auto;
	}

	.danye .xian {
		margin-top: 10px;
	}


	.nycp {
		margin: 0 -5px;
	}

	.nycp .list {
		width: calc(50% - 10px);
		margin: 0 5px 10px;
	}

	.nycp .list .tt {
		font-size: 14px;
		line-height: 40px;
	}

	.nycp.nysp .list .bjcover:after {
		width: 36px;
		height: 36px;
		background-size: 36px !important;
		border-width: 1px;
	}

	.nycp.nysp .list:hover .bjcover:after {
		width: 44px;
		height: 44px;
	}

	.cpxq1 .xqzuo {
		width: 100%;
	}

	.cpxq1 .xqyou {
		width: 100%;
		padding: 20px 0 0;
	}

	.cpxq1 .xqzuo .swiper-slide .list {
		height: auto;
		padding-top: 80%;
	}

	.cpxq1 .xqzuo .gallery-thumbs .swiper-slide .list {
		height: auto;
		padding-top: 80%;
	}

	.cpxq1 .xqyou .tt3 a {
		display: block;
		position: relative;
		bottom: auto;
		right: auto;
		margin-top: 11px;
	}

	.cpxq2 {
		margin-top: 25px;
	}

	.cpxq2 .tt1 {
		margin-bottom: 16px;
	}

	.cpxq2 .tt1 span {
		font-size: 17px;
		line-height: 44px;
	}

	.cpxq2 .tt2box .tt2 img {
		max-width: 100% !important;
		height: auto !important;
		margin: 2px auto !important;
	}

	.danye .ditu {
		height: 300px;
	}

	.danye .ditu iframe {
		height: 300px !important;
	}









}

@media (max-width:600px) {
	.main6 .zuo .tt div {
		width: calc(50% - 12px);
	}

	/*内页新闻*/
	.nyxw .list {
		padding: 0 0 25px;
		margin-bottom: 25px;
	}

	.nyxw .list .tt1 {
		font-size: 18px;
	}

	.nyxw .list .tt3 {
		font-size: 15px;
		height: auto;
		max-height: 52px;
	}

	.nyxw .list .img {
		position: relative;
		right: auto;
		top: auto;
		width: 100%;
		height: auto;
		margin-bottom: 16px;
	}

	.nyxw .list .img .bjcover {
		height: auto;
		padding-top: 60%;
	}


}

@media (max-width:479px) {
	.danye .ditu {
		height: 300px;
	}



}

/*手机底部*/
@media (max-width:991px) {
	footer {
		margin-bottom: 51px;
	}

	.sjdibu {
		height: 50px;
		background: #009a44;
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 113;
		border-top: solid 1px #fff;
		width: 100%;
		text-align: center;
		font-size: 0;
	}

	.sjdibu .box1 a {
		display: inline-block;
		vertical-align: top;
		color: #fff;
		padding: 5px;
	}

	.sjdibu .box1 a span {
		color: #fff;
		font-size: 16px;
		line-height: 20px;
	}

	.sjdibu .box1 a h6 {
		font-size: 12px;
		line-height: 20px;
		margin: 0;
	}

	.sjdibu .box2 {
		position: fixed;
		left: 0;
		bottom: 51px;
		z-index: 112;
		width: 100%;
		background: #fff;
		box-shadow: 0 -2px 4px rgba(0, 0, 0, .1);
		padding: 6px 0;
		display: none;
	}

	.sjdibu .box2 img {
		max-height: 140px;
		display: block;
		margin: 0 auto;
	}
}