@charset "utf-8";

/*----------------------------------------------------
                 Procyon - CSS File
------------------------------------------------------*/
ul,li,p{
	padding:0px;
	margin:0px;
	list-style: none;
}
a{
	text-decoration: none;
}
body {
	font-size: 14px;
	min-width: 1400px;
	padding: 0px;
	margin: 0;
	background: #fff;
	font-family: "Microsoft Yahei", "微软雅黑";
}
::-webkit-scrollbar{
	width:6px;
	height: 5px;
	background:#ddd;/* 鏁翠釜婊氭潯鑳屾櫙 */
}
::-webkit-scrollbar-thumb{
	-webkit-border-radius:4px;
	border-radius:2px;
	background:rgba(28,143,68,1); /* 婊氭潯鍐呭祵棰滆壊 */
}
::-webkit-scrollbar-button {
	background-color:#ddd;/* 涓よ竟绔寜閽鑹� */
	display: none;
}
/*banner*/
.banner {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
}
.banner .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
}
.banner .swiper-slide img{
	width: 100%;
}
.banner .swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets{
	bottom: 15px;
}
img{
	vertical-align: middle;
}
.banner .swiper-pagination-bullet{
	width:15px;
	height:15px;
	background:#fff;
	border-radius:50%;
}
/*头部*/
.top_nav{
	background: #fff;
	box-shadow: 0 5px 5px 0 rgba(0,0,0,.2);
}
.top_nav>div{
	width: 1400px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 105px;
}
.top_nav>div>.top-log{

}
.top_nav>div>.top-nav-box{
	display: flex;
}
.top_nav>div>.top-nav-box>.title{
	margin: 0 18px;
}
.top_nav>div>.top-nav-box>.title>a{
	display: block;
	font-size: 16px;
	font-weight: 400;
	color: #1A1A1A;
	line-height: 105px;
	 padding: 0 10px;
}
.top_nav>div>.top-nav-box>.title>a.active{
    background: #02A13C;
    color: #fff;
}
.top_nav>div>.top-phone{
	background: url("../images/phone.png")no-repeat;
	padding-left: 47px;
	height: 37px;
}
.top_nav>div>.top-phone>div:nth-child(1){
	font-size: 12px;
	font-weight: 400;
	color: #1A1A1A;
	line-height: 12px;
}
.top_nav>div>.top-phone>div:nth-child(2){
	font-size: 20px;
	font-weight: bold;
	color: #1A1A1A;
	line-height: 20px;
	margin-top: 4px;
}
/*产品中心*/
.product-box{
	height: 955px;
	background: url("../images/pro-bg.jpg")no-repeat center;
	padding-top: 50px;
}
.product-box>div{
	width: 1400px;
	margin: auto;
}
.ttt{
	text-align: center;
}
.ttt>div:nth-child(1){
	font-size: 30px;
	font-weight: bold;
	color: #1A1A1A;
	line-height: 30px;
}
.ttt>div:nth-child(2){
	font-size: 18px;
	font-weight: 400;
	color: #666666;
	line-height: 18px;
	margin-top: 18px;
}
.pro-box{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 10px;
}
.pro-box>.pro-item{
	width: 335px;
	height: 350px;
	background: #FFFFFF;
	margin-top: 20px;
	border: 1px solid #fff;
}
.pro-box>.pro-item:hover{
	border: 1px solid #02A13C;
}
.pro-box>.pro-item>div:nth-child(1){
	width: 311px;
	height: 280px;
	overflow: hidden;
	margin: auto;
	margin-top: 12px;
}
.pro-box>.pro-item>div:nth-child(1)>img{
	width: 311px;
	height: 280px;
	object-fit: cover;
}
.pro-box>.pro-item>div:nth-child(2){
	font-size: 18px;
	font-weight: 400;
	color: #333333;
	line-height: 58px;
	text-align: center;
}
.ckgd{
	display: block;
	width: 240px;
	height: 50px;
	background: #02A13C;
	border-radius: 25px;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	font-weight: 400;
	color: #FFFFFF;
	margin: auto;
	margin-top: 30px;
}
/*关于我们*/
.index-about{
	height: 670px;
	padding-top: 50px;
}
.index-about>div{
	width: 1400px;
	margin: auto;
}
.index-about-box{
	width: 1400px;
	display: flex;
	justify-content: flex-end;
}
.index-about-box>div{
	width: 700px;
	margin-top: 100px;
}
.index-about-box>div>div{
	margin-left: 82px;
}
.index-about-box>div>div:nth-child(1){
	font-size: 26px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 26px;
}
.index-about-box>div>div:nth-child(2){
	width: 617px;
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
	margin-top: 30px;
	line-height: 26px;
	height: 286px;
	overflow: hidden;
}
.index-about-box>div>a{
	width: 200px;
	height: 50px;
	background: #FFFFFF;
	border-radius: 25px;
	display: block;
	margin-left: 82px;
	margin-top: 35px;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	font-weight: 400;
	color: #333333;
}
/*优势*/
.index-ys{
	width: 1400px;
	margin: auto;
	padding-top: 50px;
	height: 470px;
}
.ys-item-box{
	display: flex;
	margin-top: 29px;
	justify-content: space-between;
}
.ys-item-box>.ys-item{
	width: 310px;
	height: 310px;
	border: 1px solid #C2C2C2;
}
.ys-item-box>.ys-item>div:nth-child(1){
	line-height: 190px;
	height: 190px;
	text-align: center;
}
.ys-item-box>.ys-item>div:nth-child(2){
	font-size: 24px;
	font-weight: bold;
	color: #514F4F;
	line-height: 24px;
	text-align: center;
}
.ys-item-box>.ys-item>div:nth-child(3){
	width: 240px;
	margin: auto;
	font-size: 12px;
	font-weight: 400;
	color: #666666;
	line-height: 19px;
	margin-top: 20px;
}
.ys-item-box>.ys-item:hover{
	background: #02A13C;
	border: 1px solid #C2C2C2;
}
.ys-item-box>.ys-item:hover>div:nth-child(2),.ys-item-box>.ys-item:hover>div:nth-child(3){
	color: #fff;
}
.ys-item-box>.ys-item:hover>div:nth-child(1)>img{
	filter: grayscale(100%) brightness(200%);
}
/*生产设备*/
.index-sb{
	background: #F8F8F8;
	height: 784px;
	padding-top: 50px;
}
.sb-item-box{
	width: 1400px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 28px;
}
.sb-item-box>.sb-item{
	width: 446px;
	height: 300px;
	background: #FFFFFF;
	border-radius: 10px;
	margin-bottom: 40px;
	border: 1px solid #fff;
}
.sb-item-box>.sb-item:hover{
	border: 1px solid #02A13C;
	box-shadow: 0 5px 5px 0 rgba(0,0,0,.3);
}
.sb-item-box>.sb-item>div:nth-child(1){
	width: 425px;
	height: 200px;
	margin: auto;
	overflow: hidden;
	margin-top: 9px;
}
.sb-item-box>.sb-item>div:nth-child(1)>img{
	width: 425px;
	height: 200px;
	object-fit: cover;
}
.sb-item-box>.sb-item>div:nth-child(2){
	height: 81px;
	margin-top: 9px;
	line-height: 81px;
	background: url("../images/jiantou.png")no-repeat;
	background-position: 399px center;
}
.sb-item-box>.sb-item>div:nth-child(2)>span{
	display: inline-block;
	text-indent: 18px;
	font-size: 18px;
	font-weight: 400;
	color: #666666;
	width: 380px;
	height: 81px;
	line-height: 81px;
	overflow: hidden;
}

/*新闻*/
.index-news{
	width: 1400px;
	margin: auto;
	padding-top: 50px;
}
.gallery-thumbs{
	height: 53px;
	line-height: 53px;
	border-bottom: 1px solid #E2E2E2;
	margin-top: 34px;
	position: relative;
}
.gallery-thumbs .swiper-slide{
	width: 110px;
	text-align: center;
	position: relative;
	font-size: 20px;
	font-weight: 400;
	color: #333333;
}
.gallery-thumbs .swiper-slide:nth-child(1)::after{
	display: none;
}
.gallery-thumbs .swiper-slide::after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 1px;
	height: 21px;
	background: #666666;
}
.gallery-thumbs .swiper-slide-thumb-active {
	color: #02A13C;
}
.ckggd{
	position: absolute;
	right: 8px;
	top: 0;
	bottom: 0;
	margin: auto;
	font-size: 20px;
	font-weight: 400;
	color: #333333;
	z-index: 2;
}
.gallery-top{
	padding-top: 20px;
}
.gallery-top .swiper-slide{
	display: flex;
	justify-content: space-between;
}
.gallery-top .swiper-slide>.left{
	width: 640px;
	border: 1px solid #B5B5B5;
	height: 483px;
}
.gallery-top .swiper-slide>.left>.news-nav-img{
	width: 640px;
	height: 285px;
	overflow: hidden;
}
.gallery-top .swiper-slide>.left>.news-nav-img>img{
	width: 640px;
	height: 285px;
	object-fit: cover;
}
.gallery-top .swiper-slide>.left>.news-1{
	padding-top: 23px;
	display: block;
}
.gallery-top .swiper-slide>.left>.news-1>div{
	width: 562px;
	margin: auto;
}
.gallery-top .swiper-slide>.left>.news-1>div:nth-child(1){
	font-size: 20px;
	font-weight: 400;
	color: #333333;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
}
.gallery-top .swiper-slide>.left>.news-1>div:nth-child(2){
	font-size: 14px;
	font-weight: 400;
	color: #ADABBC;
	line-height: 14px;
	margin-top: 5px;
}
.gallery-top .swiper-slide>.left>.news-1>div:nth-child(3){
	font-size: 14px;
	font-weight: 400;
	color: #666666;
	line-height: 23px;
	height: 66px;
	overflow: hidden;
	margin-top: 20px;
}
.gallery-top .swiper-slide>.left>.news-1>div:nth-child(4){
	background: url("../images/jiantou.png")no-repeat;
	background-position: right center;
	height: 22px;
	margin-top: 5px;
}

.gallery-top .swiper-slide>.right{
	width: 678px;
}
.item-right-box{
	border-bottom: 1px solid #E2E2E2;
	display: block;
	padding: 24px 0;
}
.item-right-box:hover{
	border: 1px solid #02A13C;
	box-shadow: 0px 1px 7px 0px rgba(83, 82, 83, 0.44);
}
.item-right-box>div{
	width: 652px;
	margin: auto;
}
.item-right-box>div:nth-child(1){
	display: flex;
	justify-content: space-between;
}
.item-right-box>div:nth-child(1)>div:nth-child(1){
	font-size: 20px;
	font-weight: 400;
	color: #333333;
	height: 20px;
	line-height: 20px;
	width: 450px;
	overflow: hidden;
}
.item-right-box>div:nth-child(1)>div:nth-child(2){
	font-size: 14px;
	font-weight: 400;
	color: #ADABBC;
	line-height: 14px;
	height: 14px;
}
.item-right-box>div:nth-child(2){
	font-size: 14px;
	height: 66px;
	font-weight: 400;
	color: #666666;
	line-height: 23px;
	overflow: hidden;
	margin-top: 25px;
}
/*友情链接*/
.links{
	width: 1400px;
	margin: auto;
	line-height: 77px;
	height: 77px;
	font-size: 20px;
	font-weight: 400;
	color: #333333;
	margin-top: 22px;
}
.links>a{
	color: #333333;
	display: inline-block;
	padding: 0 5px;
}
.links>a:hover{
	color: #02A13C;
}
/*底部*/
.foot{
	background: #333333;
}
.foot>div{
	width: 1400px;
	margin: auto;
	height: 240px;
	display: flex;
	justify-content: space-between;
}
.foot1{
	width: 156px;
	height: 59px;
	margin-top: 77px;
}
.foot1 img{
	width: 156px;
	height: 59px;
}
.foot2{
	width: 234px;
	margin-top: 38px;
	margin-left: 78px;
}
.foot2>div:nth-child(1)>a{
	font-size: 16px;
	display: block;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 16px;
}
.foot2>div:nth-child(2){
	display: flex;
	justify-content: left;
	flex-wrap: wrap;
	margin-top: 10px;
}
.foot2>div:nth-child(2)>a{
	width: 50%;
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 28px;
}
.foot3{
	width: 231px;
	margin-top: 32px;
}
.foot3>a{
	display: block;
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 28px;
}
.foot4{
	width: 485px;
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 31px;
	margin-top: 35px;
}
.foot4>div:nth-child(2){
	font-size: 30px;
	color: #02A13C;
	line-height: 40px;
}
.foot5{
	width: 115px;
	text-align: center;
	margin-top: 39px;
}
.foot5>img{
	width: 115px;
	height: 115px;
}
.foot5>div{
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 45px;
}
.bq{
	text-align: center;
	color: #fff;
	border-top: 1px solid #b5b5b5;
	background: #333333;
	line-height: 60px;
}
.bq a{
	color: #fff;
}
