@charset "utf-8";
/*头部*/
.header{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	height: 120px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 100;
}
.header .logo{
	width:160px;
}
.header .nav{
	flex-grow: 1;
	padding: 30px 0;
	box-sizing: border-box;
}
.header .nav ul{
	display: flex;
	justify-content: space-around;
	line-height: 60px;
}
.header .nav ul li{
	width: 70px;
	text-align: center;
	box-sizing: border-box;
	border-bottom: 3px solid rgba(0,0,0,0);
	transition: all 1.5s;
}
.header .nav ul li a{
	outline: none;
	font-size: 16px;
	color: #000;
}
.header .nav ul li:first-child{
	border-bottom: 3px solid #11c20f;
}
.header .nav ul li:hover{
	border-bottom: 3px solid #11c20f;
}
/*title*/
.title{
	text-align: center;
	margin: 75px 0 30px 0;
}
.title-top{
	color: #fed102;
	font-size:32px;
}
.title-sub span{
	display: inline-block;
	vertical-align:middle;
}
.title-sub span:nth-child(2){
	margin: 0 20px;
	color: #11c20f;
	font-size: 32px;
}
/*产品分类部分*/
.product{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}
.product .left{
	width: 280px;
	margin-right: 30px;
}
.product .left .head{
	height: 50px;
	line-height: 50px;
	background-color: #11c20f;
	display: flex;
	justify-content: space-around;
	color: #fff;
}
.left .head p:first-child{
	font-size: 23px;
}
.left .head p:last-child{
	margin-top: 5px;
}
.left-content{
	width: 280px;
	border: 2px solid #11C20F;
	box-sizing: border-box;
	padding: 20px 8px 8px 8px;
}
.lxwm{
	background-color: #11C20F;
	text-align: center;
	color: #fff;
	font-size: 14px;
}
.lxwm p:nth-child(1){
	font-size: 18px;
}
.lxwm p{
	padding: 15px 0;
}
.accordion .item p{
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 20px;background-color: #11C20F;
	color: #fff;
	margin-bottom: 10px;
	cursor: pointer;
}
.accordion .item ul{
	margin-bottom: 20px;
}
.accordion .item li{
	display: flex;
	justify-content: space-between;
	padding: 10px;
	color: #ffd800;
	font-size: 14px;
}
.accordion .item li a{
	color: #333;
}
.accordion .item .slide{
	display: none;
}
.accordion .item:nth-child(1) .slide{
	display: block;
}
.product .right{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.product .right>div{
	width: 280px;
}
.product .right>div p{
	text-align: center;
	line-height: 20px;
	color: #000;
}
/*联系我们部分*/
.aboutus{
	width: 100%;
	height: 400px;
	background: url(../images/bg.png) no-repeat;
	background-size:100%;
	padding-top:40px;
}
.about-info{
	width: 530px;
	height: 250px;
	background: url(../images/aboutinfo.png) no-repeat center;
}
.about-head{
	font-size: 18px;
	padding: 15px 0 15px 25px;
	box-sizing: border-box;
	color: #000;
	margin-bottom:30px;
}
.about-head p:first-child{
	font-weight: bold;
}
.aboutus .phone{
	padding-left:25px;
	color: #000;
	font-size:16px;
}
.aboutus .phone p{
	margin-bottom: 15px;
}
/*简介部分*/
.jianJie{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.jianJie .left{
	flex-shrink: 0;
}
.jianJie .right{
	padding: 0 20px;
}
.jianJie .right p:first-child{
	font-size:18px;
	margin-bottom: 15px;
	color: #000;
}
.jianJie .right p:nth-child(2),.jianJie .right p:nth-child(3),.jianJie .right p:nth-child(4),.jianJie .right p:nth-child(5){
	font-size: 13px;
	color: #000;
	line-height: 24px;
	text-indent: 20px;
}
.look{
	display: block;
	background-color: #fed102;
	width: 100px;
	height: 30px;
	text-align: center;
	line-height: 30px;
}
.look a{
	color: #fff;
}
.swiperContainer{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	margin-bottom:50px;
}
.swiper-slide p{
	line-height: 30px;
	text-align: center;
	font-size: 18px;
}
/*地图部分*/
.map{
	width: 1200px;
	margin: 0 auto;
}
/*基地*/
.base{
	width: 100%;
	height: 360px;
	background: url(../images/jdbg.png) no-repeat center;
	background-size: 100%;
	padding: 80px 0;
	box-sizing: border-box;
}
.swiper-Container{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
/*新闻中心*/
.news{
	width: 1200px;
	margin: 0 auto;
	margin-bottom: 60px;
}
.new-logo{
	margin-bottom: 50px;
}
.news .new{
	display: flex;
	justify-content: space-between;
}
.news .new ul{
	flex-grow: 1;
	padding:0 20px;
	font-size:14px;
	list-style-type: disc;
}
.news .new li{
	display: flex;
	padding: 0 10px 0 30px;
	justify-content: space-between;
	line-height: 30px;
	border-bottom: 1px dashed #ddd;
	color: #333;
	margin-bottom:15px;
	position: relative;
}
.news .new li a{
	color: #333;
}
.news .new li span{
	position: absolute;
	top: 42%;
	left: 10px;
}
/*页脚部分*/
.footer{
	width:100%;
	background-color: #11c20f;
	padding-top: 10px;
}
.footer .nav{
	width: 100%;
	height: 45px;
	border-top: 1px dashed #a0cf06;
	border-bottom: 1px dashed #a0cf06;
}
.footer .nav ul{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
}
.footer .nav ul li{
	line-height: 45px;
}
.footer .nav ul li a{
	color: #fff;
	font-size: 16px;
}
.footer .foot{
	text-align: center;
	color: #fff;
	height: 45px;
	line-height: 45px;
}
.footer .content .left{
	text-align: left;
}
.footer .content{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
	color: #fff;
}
.footer .content .left p:nth-child(1){
	font-size: 16px;
	margin: 40px 0 15px 0;
}
.footer .content .left p:nth-child(2){
	font-size: 10px;
	text-transform: uppercase;
	margin-bottom: 35px;
}
.footer .content .left p:nth-child(3){
	margin-bottom: 15px;
}
.footer .content .left p:nth-child(4){
	margin-bottom: 15px;
}
.footer .content .left p:nth-child(5){
	margin-bottom: 15px;
}
.footer .content .right{
	display: flex;
	justify-content: space-around;
}
.footer .content .right>div{
	padding-top: 50px;
	width: 180px;
	text-align: center;
}
