@import url("global.css");
@import url("page.css");

/* 轮播图开始 */
main > #carousel {
	height: 530px;
	overflow: hidden;
	width: 100%;
	min-width: 1200px;
	z-index: 0;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

main > #carousel .swiper-container {
	position: absolute;
	width: 100%;
	height: 530px;
	z-index: 0 !important;
}

main > #carousel .swiper-container .swiper-wrapper {
	position: absolute;
	width: 400%;
	left: 0;
}

main > #carousel .swiper-container .swiper-slide {
	float: left;
	width: 25%;
	height: 530px;
	position: relative;
	overflow: hidden;
}

main > #carousel .swiper-container .swiper-slide img {
	width: 100%;
	height: 530px;
	position: absolute;
}
main > #carousel .swiper-button-next1, .swiper-button-prev1 {
    position: absolute;
    top: 50%;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background: rgba(255,255,255,.7);
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
	width: 40px!important;
	height: 85px!important;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 30px;
	color: #666;
}
main > #carousel .swiper-button-prev1 {
    right: 30px!important;
    left: auto;
}
main > #carousel .swiper-button-next1 {
    left: 30px!important;
    right: auto;
}
main > #carousel .swiper-button-prev1:hover ,main > #carousel .swiper-button-next1:hover {
	background-color: #159a25;
	color: #FFFFFF;
}
main > #carousel > .form {
	width: 1200px;
	z-index: 8;
	position: absolute;
	display: flex;
	justify-content: flex-end;
	margin: 0 auto;
}
main > #carousel > .form > form {
	width: 300px;
	height: auto;
	background-color: rgba(255,255,255,.7);
	padding: 35px 15px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
}
main > #carousel > .form > form > span {
	color: #3b3b3b;
	font-size: 22px;
	text-align: center;
}
main > #carousel > .form > form > div {
	height: 38px;
	display: flex;
	justify-content: space-between;
	outline: 1px solid #d2d2d2;
	padding: 3px 0;
	box-sizing: border-box;
	margin-top: 20px;
	width: 100%;
}
main > #carousel > .form > form > div > .img {
	width: 35px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	border-right: 1px solid #d2d2d2;
}
main > #carousel > .form > form > div > .img > img {
	width: 17px;
	height: 17px;
}
main > #carousel > .form > form > div > input {
	flex: 1;
	border: 0;
	outline: none;
	padding: 0 7px;
	box-sizing: border-box;
	height: 100%;
	background-color: rgba(255,255,255,0);
	font-size: 15px;
}
main > #carousel > .form > form > a:first-of-type {
	margin-top: 30px;
	background-color: #159a25;
	color: #FFFFFF;
}
main > #carousel > .form > form > a {
	margin-top: 10px;
	height: 40px;
	text-align: center;
	line-height: 40px;
}
main > #carousel > .form > form > a:last-of-type {
	outline: 1px solid #D2D2D2;
}
.swiper-pagination-bullet-active {
	background: #159a25 !important;
}
/* 轮播图结束 */

/* 优势开始 */
section#you {
	background-color: #159a25;
	height: 145px;
}
section#you > .you {
	width: 1200px;
	height: inherit;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	
}
section#you > .you > div {
	width: 33.33333%;
	color: #FFFFFF;
	display: flex;
	justify-content: center;
}
section#you > .you > div > .left {
	background: url(../images/you-bg.png) no-repeat center center;
	height: inherit;
	width: 95px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
}
section#you > .you > div > .right {
	width: 230px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-left: 7px;
}
section#you > .you > div > .right > span:first-of-type {
	font-size: 20px;
	margin-bottom: 4px;
}
/* 优势结束 */

/* 关于我们开始 */
section#about {
	height: 800px;
	border-bottom: 3px solid #159A25;
	background: url(../images/about-bg.jpg) no-repeat center center; 
}
section#about > .about {
	width: 1200px;
	height: inherit;
	margin: 0 auto;
	padding: 60px 0 110px 0;
	box-sizing: border-box;
}
section#about > .about > .title {
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #159A25;
}
section#about > .about > .title > span:first-of-type {
	font-size: 35px;
	font-weight: bold;
	margin-bottom: 8px;
}
section#about > .about > .cont {
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
}
section#about > .about > .cont > .left {
	flex: 1;
	display: flex;
	flex-direction: column;
}
section#about > .about > .cont > .left > span {
	padding-left: 15px;
	line-height: 26px;
	text-indent: 2rem;
	margin-bottom: 10px;
	font-size: 15px;
}
section#about > .about > .cont > .left > a {
	width: 120px;
	height: 40px;
	background-color: #159A25;
	color: #FFFFFF;
	font-size: 15px;
	text-align: center;
	line-height: 40px;
	align-self: flex-end;
	margin-right: 10px;
}
section#about > .about > .cont > .left > img {
	width: 100%;
	margin-top: 10px;
}
section#about > .about > .cont > .right {
	width: 505px;
	margin-left: 30px;
}
section#about > .about > .cont > .right > img {
	width: 100%;
}
section#about > .about > .down {
	margin-top: 52px;
	overflow:hidden;
	width: 1200px;
	height: 190px;
}
section#about > .about > .down > ul {
	display: flex;
}
section#about > .about > .down > ul li {
	margin-right: 15px;
}
/* 关于我们结束 */

/* 产品中心开始 */
section#product {
	height: 815px;
	background: url(../images/product-bg.jpg) no-repeat center center;
}
section#product > .product {
	width: 1200px;
	height: inherit;
	margin: 0 auto;
	padding: 60px 0 110px 0;
	box-sizing: border-box;
}
section#product > .product > .title {
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #159A25;
}
section#product > .product > .title > span:first-of-type {
	font-size: 35px;
	font-weight: bold;
	margin-bottom: 8px;
}
section#product > .product > .cont {
	margin-top: 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
section#product > .product > .cont > a {
	width: 24%;
	height: 250px;
	margin-bottom: 1%;
	overflow: hidden;
}
section#product > .product > .cont > a > img {
	width: 100%;
	height: 100%;
	transition: all .6s;
}
section#product > .product > .cont > a:hover img {
	transform: scale(1.2);
}
.pick{
    width: 24%;
    overflow: hidden;
}
/* 产品中心结束 */

/* 手风琴效果开始 */
section#hand {
	height: 700px;
	background: url(../images/hand-bg.jpg) no-repeat center center;
}
/* 手风琴效果结束 */

/* 新闻中心开始 */
section#news {
	height: 695px;
	padding: 55px 0 60px 0;
	box-sizing: border-box;
}
section#news > .news {
	width: 1200px;
	margin: 0 auto;
}
section#news > .news > .title {
	background: url(../images/news-title.png) no-repeat center center;
	height: 140px;
}
section#news > .news > .cont {
	margin-top: 140px;
	display: flex;
	justify-content: space-between;
}
section#news > .news > .cont > div {
	display: flex;
	flex-direction: column;
	width: 48%;
}
section#news > .news > .cont > div > a {
	display: flex;
	
}
section#news > .news > .cont > div > a > .img {
	width: 205px;
	height: 140px;
}
section#news > .news > .cont > div > a > .img > img {
	width: 100%;
	height: 100%;
}
section#news > .news > .cont > div > a > .right {
	flex: 1;
	margin-left: 15px;
	display: flex;
	flex-direction: column;
}
section#news > .news > .cont > div > a > .right > span:first-of-type {
	font-size: 18px;
	color: #333333;
}
section#news > .news > .cont > div > a > .right > span:last-of-type {
	font-size: 14px;
	color: #939292;
	margin-top: 35px;
}
section#news > .news > .cont > div > .cont {
	margin-top: 55px;
	display: flex;
	flex-direction: column;
}
section#news > .news > .cont > div > .cont > a {
	display: flex;
	justify-content: space-between;
	padding: 10px;
	color: #939292;
	border-bottom: 1px dashed #939292;
}
section#news > .news > .cont > div > .cont > a:last-of-type {
	border: 0;
}
/* 新闻中心结束 */