﻿@charset "utf-8";
.pub_head {
	display: block;
	margin: 0 auto;
}

.show_all {
	display: block;
	width: 114px;
	height: 34px;
	margin: 0 auto;
	text-align: center;
	line-height: 34px;
	background: url(../img/index/27.png) no-repeat center;
	color: #06903b;
	font-size: 14px;
	transition: all 0.4s ease-in-out;
}

.show_all:hover {
	color: #FFFFFF;
	background: url(../img/index/27_.png) no-repeat center;
}


/*banner*/

.banner {
	width: 100%;
	position: relative;
}

.banner img{
	width: 100%;
	background-size:cover;
}
.banners img {
	width: 100%;
	background-size: cover;
}
.banner .banner_t {
position: absolute;
    width: 600px;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.banner .banner_t p:nth-child(1) {
	color: #df2424;
	font-size: 60px;
	font-weight: bold;
	text-shadow: #fff 1px 0 0, #fff 0 1px 0, #fff -1px 0 0, #fff 0 -1px 0;
	-webkit-text-shadow: #fff 1px 0 0, #fff 0 1px 0, #fff -1px 0 0, #fff -1px 0;
	-moz-text-shadow: #fff 1px 0 0, #fff 0 1px 0, #fff -1px 0 0, #fff 0 -1px 0;
	margin-bottom: 15px;
}

.banner .banner_t p:nth-child(2) {
	color: #000000;
	font-size: 17px;
	text-transform: uppercase;
	text-shadow: #fff 1px 0 0, #fff 0 1px 0, #fff -1px 0 0, #fff 0 -1px 0;
	-webkit-text-shadow: #fff 1px 0 0, #fff 0 1px 0, #fff -1px 0 0, #fff -1px 0;
	-moz-text-shadow: #fff 1px 0 0, #fff 0 1px 0, #fff -1px 0 0, #fff 0 -1px 0;
	margin-bottom: 35px;
}

.banner .banner_t p:nth-child(3) {
	color: #000000;
	font-size: 20px;
	font-weight: bold;
	text-shadow: #fff 1px 0 0, #fff 0 1px 0, #fff -1px 0 0, #fff 0 -1px 0;
	-webkit-text-shadow: #fff 1px 0 0, #fff 0 1px 0, #fff -1px 0 0, #fff -1px 0;
	-moz-text-shadow: #fff 1px 0 0, #fff 0 1px 0, #fff -1px 0 0, #fff 0 -1px 0;
}
.banner .swiper-pagination{
	bottom:5%;
}
.banner .swiper-pagination .swiper-pagination-bullet {
	width: 52px;
	height: 4px;
	border-radius: 0px;
	opacity: 1;
	background: #FFFFFF;
}

.banner .swiper-pagination .swiper-pagination-bullet-active {
	background: #06903b;
}


/*关于我们*/

.about {
	padding: 85px 0px 230px 0px;
	position: relative;
	background: url(../img/index/02.jpg);
}

.about_box {
	position: relative;
}

.abo_soll {
	width: 1050px;
	float: right;
	margin-top: 35px;
	position: relative;
}

.abo_soll .pr_ne {
	position: absolute;
	bottom: -50px;
	width: 100px;
	right: 0px;
	height: 25px;
}

.abo_soll .pr_ne>div {
	outline: none;
}

.abo_soll .pr_ne::before {
	position: absolute;
	content: "";
	width: 1px;
	height: 20px;
	left: 50%;
	margin-left: -0.5px;
	top: 50%;
	margin-top: -10px;
	background: #b3b3b3;
}

.abo_soll .pr_ne .swiper-button-prev {
	width: 14px;
	height: 24px;
	margin-top: -12px;
	opacity: 1;
	left: 0px;
	background: url(../img/index/05.png) no-repeat center;
}

.abo_soll .pr_ne .swiper-button-prev:hover {
	background: url(../img/index/05_.png) no-repeat center;
}

.abo_soll .pr_ne .swiper-button-next {
	width: 14px;
	height: 24px;
	margin-top: -12px;
	opacity: 1;
	right: 0px;
	background: url(../img/index/06.png) no-repeat center;
}

.abo_soll .pr_ne .swiper-button-next:hover {
	background: url(../img/index/06_.png) no-repeat center;
}

.abo_msg {
	width: 634px;
	height: 434px;
	background: url(../img/index/34.png) no-repeat center;
	position: absolute;
	left: -15px;
	bottom: -125px;
	z-index: 2;
	padding: 90px 65px 30px 55px;
	transition: all 0.4s ease-in-out;
}

.abo_msg>img {
	position: absolute;
	bottom: -6px;
	left: -80px;
}

.abo_log {
	width: 244px;
	height: 244px;
	position: absolute;
	top: -95px;
	right: 25px;
	text-align: center;
	line-height: 244px;
	background: url(../img/index/33.png) no-repeat center;
}

.abo_info h1 {
	color: #333333;
	font-size: 22px;
	padding-bottom: 30px;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 40px;
}

.abo_info p {
	color: #666666;
	font-size: 16px;
	line-height: 27px;
}

.abo_info a {
	position: absolute;
	bottom: 30px;
	right: 65px;
}

.about_box:hover .abo_msg {
	transform: translateX(20px);
}


/*产品*/

.product {
	width: 100%;
}

.product .product_box {
	position: relative;
}

.product .product_box .pro_lock {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background: rgba(0, 0, 0, 0.3);
	transition: all 0.4s ease-in-out;
}

.product .product_box .pro_lock .lock_center {
	position: absolute;
	width: 170px;
	height: 420px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 43px 30px 0px 45px;
	transition: all 0.8s ease-in-out;
}

.product .product_box .pro_lock .lock_center::before {
	position: absolute;
	content: "";
	width: 160px;
	height: 406px;
	z-index: 2;
	top: 7px;
	left: 5px;
	transition: all 0.4s ease-in-out;
}

.product .product_box .pro_lock .lock_center p {
	color: #ffffff;
	font-size: 16px;
	height: 100%;
	float: left;
	width: 1px;
}

.product .product_box .pro_lock .lock_center font {
	width: 1px;
	height: 330px;
	position: absolute;
	top: 50%;
	margin-top: -165px;
	left: 50%;
	margin-left: -0.5px;
	background: #FFFFFF;
}
.product .product_box .pro_lock .lock_center font::before{
	position: absolute;
	content: "";
	width: 8px;
	height: 8px;
	background:#ea8e66;
	left: 50%;
	margin-left:-3px;
	top: 0px;
	transition: all 0.8s ease-in-out;
}
.product .product_box .pro_lock .lock_center img {
	float: right;
}

.product .product_box .swiper-button-prev {
	width: 50px;
	height: 100px;
	margin-top: -50px;
	left: 0px;
	background: url(../img/index/07.png) no-repeat center;
	outline: none;
}

.product .product_box .swiper-button-next {
	width: 50px;
	height: 100px;
	margin-top: -50px;
	right: 0px;
	background: url(../img/index/08.png) no-repeat center;
	outline: none;
}

.product .product_box .swiper-button-prev:hover {
	background: url(../img/index/07_.png) no-repeat center;
}

.product .product_box .swiper-button-next:hover {
	background: url(../img/index/08_.png) no-repeat center;
}

.product .product_box .swiper-slide:hover .pro_lock {
	background: rgba(0, 0, 0, 0.1);
}

.product .product_box .swiper-slide:hover .pro_lock .lock_center {
	background: #06903b;
}

.product .product_box .swiper-slide:hover .pro_lock .lock_center::before {
	border: 1px solid #FFFFFF;
}

.product .product_box .swiper-slide:hover .pro_lock .lock_center font::before{
	top: 100%;
}
/*品质保证*/

.manager {
	padding: 135px 0px;
	background: url(../img/index/07.jpg);
}

.manager .man_body {
	margin: 0 auto;
	margin-top: 170px;
	display: block;
	position: relative;
}

.manager .man_body>img {
	display: block;
	margin: 0 auto;
}

.manager .man_body .man_item {
	width: 330px;
	position: absolute;
}

.manager .man_body .man_item p {
	color: #333333;
	font-size: 20px;
	margin-bottom: 5px;
}

.manager .man_body .man_item span {
	color: #666666;
	font-size: 16px;
	line-height: 27px;
}

.manager .man_body .man_item:nth-child(2) {
	top: -85px;
	text-align: right;
	left: -20px;
}

.manager .man_body .man_item:nth-child(2) img {
	margin-bottom: 10px;
}

.manager .man_body .man_item:nth-child(3) {
	right: 85px;
	top: -150px;
}

.manager .man_body .man_item:nth-child(4) {
	right: 103px;
	bottom: 170px;
}

.manager .man_body .man_item:nth-child(5) {
	right: -40px;
	bottom: 0px;
}

.manager .man_body .man_item:nth-child(3) img,
.manager .man_body .man_item:nth-child(4) img,
.manager .man_body .man_item:nth-child(5) img {
	float: left;
	margin-right: 10px;
}

.manager .man_body .man_item:nth-child(6) {
	bottom: -65px;
	text-align: right;
	left: -50px;
}

.manager .man_body .man_item:nth-child(6) img {
	margin-bottom: 10px;
}

.manager .man_body .spot {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -25px;
}

.manager .man_body .spot font {
	position: absolute;
}

.manager .man_body .spot font i {
	display: block;
	width: 18px;
	height: 18px;
	background: url(../img/index/19.png) no-repeat center;
	cursor: pointer;
	animation: enlarge 0.9s infinite alternate;
}

.manager .man_body .spot font::before {
	position: absolute;
	content: "";
	width: 1px;
	background: #76c293;
}

.manager .man_body .spot font:nth-child(1) {
	top: -90px;
	left: -125px;
}

.manager .man_body .spot font:nth-child(1)::before {
	height: 200px;
	transform: rotateZ(-72deg);
	top: -122px;
	left: -85px;
}

.manager .man_body .spot font:nth-child(2) {
	top: 20px;
	left: -32px;
}

.manager .man_body .spot font:nth-child(2)::before {
	height: 365px;
	transform: rotateZ(53deg);
	top: -277px;
	left: 150px;
}

.manager .man_body .spot font:nth-child(3) {
	right: -90px;
	top: -25px;
}

.manager .man_body .spot font:nth-child(3)::before {
	height: 100px;
	transform: rotateZ(82deg);
	top: -50px;
	left: 60px;
}

.manager .man_body .spot font:nth-child(4) {
	bottom: -66px;
	right: -28px;
}

.manager .man_body .spot font:nth-child(4)::before {
	height: 300px;
	transform: rotateZ(94deg);
	top: -130px;
	left: 158px;
}

.manager .man_body .spot font:nth-child(5) {
	left: -220px;
	bottom: 8px;
}

.manager .man_body .spot font:nth-child(5)::before {
	height: 136px;
	transform: rotateZ(63deg);
	top: -27px;
	left: -53px;
}


/*产业*/

.industry {
	background: url(../img/index/08.jpg);
	padding: 100px 0px;
}

.indus_box {
	margin-top: 80px;
}

.indus_box .indus_item {
	width: 200px;
	height: 200px;
	text-align: center;
	border: 2px solid #FFFFFF;
	border-radius: 5px;
	float: left;
	padding-top: 20px;
	position: relative;
	margin-right: 12.7%;
	transition: all 0.4s ease-in-out;
}

.indus_box .indus_item a {
	display: block;
	height: 100%;
	width: 100%;
}

.indus_box .indus_item:nth-child(4n) {
	margin-right: 0px;
	float: right;
}

.indus_box .indus_item p {
	color: #ffffff;
	font-size: 16px;
	width: 140px;
	margin: 0 auto;
	margin-top: 10px;
}

.indus_box .indus_item img {
	transition: all 0.4s ease-in-out;
}

.indus_box .indus_item::before {
	position: absolute;
	content: "";
	width: 75px;
	height: 3px;
	background: #FFFFFF;
	left: 50%;
	margin-left: -37.5px;
	bottom: 30px;
}

.indus_box .indus_item:hover {
	background: #06903b;
	border-color: #06903b;
}

.indus_box .indus_item:hover img {
	transform: rotateY(180deg);
}


/*新闻*/

.news {
    padding: 100px 0px;
    padding-bottom: 0px;
}

.news_box {
	margin-top: 45px;
	margin-bottom: 40px;
}

.news_box .news_item {
	width: 32.31%;
	float: left;
	margin-right: 1.5%;
	padding: 25px;
	background: #fafafa;
	transition: all 0.4s ease-in-out;
}

.news_box .news_item:nth-child(3n) {
	float: right;
	margin-right: 0px;
}

.news_box .news_item a {
	display: block;
}

.news_box .news_item a .pic {
	overflow: hidden;
	margin-bottom: 25px;
}

.news_box .news_item a .pic img {
	transition: all 0.4s ease-in-out;
}

.news_box .news_item a .con {
	border-top: 1px solid #999999;
	padding-top: 25px;
	height: 100px;
}

.news_box .news_item a .con p {
	color: #333333;
	font-size: 20px;
}

.news_box .news_item a .mor {
	height: 60px;
	line-height: 44px;
	border-bottom: 1px solid #999999;
}

.news_box .news_item a .mor span {
	color: #999999;
	font-size: 14;
	float: left;
}

.news_box .news_item a .mor font {
	float: right;
}

.news_box .news_item:hover {
	background: #FFFFFF;
	box-shadow: 0px 0px 20px #f4f4f4;
	transform: translateY(-20px);
}

.news_box .news_item:hover img {
	transform: scale(1.1);
}


/*风采*/

.base {
	margin-bottom: 80px;
}

.base_box {
	margin: 45px auto;
	position: relative;
}

.base_box .swiper-container {
	padding: 30px;
}

.base_box .swiper-slide a {
	width: 100%;
	height: 100%;
	display: block;
	background: #FFFFFF;
	transition: all 0.4s ease-in-out;
	padding: 25px;
}

.base_box .swiper-slide a .pic {
	overflow: hidden;
}

.base_box .swiper-slide a .pic img {
	transition: all 0.4s ease-in-out;
}

.base_box .swiper-slide a p {
	color: #333333;
	font-size: 20px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 25px 0px;
}

.base_box .swiper-slide a font {
	display: block;
	width: 32px;
	height: 32px;
	margin: 0 auto;
	background: url(../img/index/31.png) no-repeat center;
	transition: all 0.4s ease-in-out;
}

.base_box .swiper-button-prev {
	width: 48px;
	height: 48px;
	background: url(../img/index/29.png) no-repeat center;
	margin-top: -24px;
	left: -50px;
	outline: none;
}

.base_box .swiper-button-next {
	width: 48px;
	height: 48px;
	background: url(../img/index/30.png) no-repeat center;
	margin-top: -24px;
	right: -50px;
	outline: none;
}

.base_box .swiper-button-prev:hover {
	background: url(../img/index/29_.png) no-repeat center;
}

.base_box .swiper-button-next:hover {
	background: url(../img/index/30_.png) no-repeat center;
}

.base_box .swiper-slide:hover a {
	box-shadow: 0px 0px 20px #F4F4F4;
}

.base_box .swiper-slide:hover img {
	transform: scale(1.1);
}

.base_box .swiper-slide:hover font {
	background: #06903b url(../img/index/32.png) no-repeat center;
}


/*动画*/

@keyframes enlarge {
	0% {
		transform: scale(0.8);
	}
	100% {
		transform: scale(1);
	}
}

@media only screen and (min-width: 100px) and (max-width: 1480px) {
	.base_box .swiper-button-prev {
		left: 0px;
		margin-top: -80px;
	}
	.base_box .swiper-button-next {
		right: 0px;
		margin-top: -80px;
	}
	.manager {
		transform: scale(0.8);
	}
}