@charset "utf-8";

.icn_banner {
	font-size: 0;
}
.icn_banner img{
	width: 100%;
	height: 100%;
}




/* 页眉 */
.header{
	color: #666666;
	font-size: 18px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
}
.header h1{
	width: 320px;
	height: 100px;
	line-height: 100px;
	margin-right: 100px;
	float: left;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/logo.png);
	background-size: auto 100%;
	background-color: #fabe00;
}
.header h1 a{
	display:inline-block;
	width:100%;
	height:100%;
	text-indent: -9999px;
}
.header .nav{
	margin-top: 40px;
	display: inline-block;
}
.header .nav li{
	color: #fff;
	font-size: 18px;
/*	font-weight: bold;*/
	width: 90px;
	height: 40px;
	line-height: 40px;
	/* margin-right: 20px; */
	display: inline-block;
	position: relative;
	text-align: center;
	overflow: hidden;
	margin-right: 10px;
}
.header .nav li:last-child{
	margin-right: 0;
}
.header .nav li span{
	width: 100%;
	height: 40px;
	display: block;
	
}
.header .nav li em{
	width: 100%;
	height: 40px;
	display: block;
	position: relative;
}
.header .nav li em::after{
	content: '';
	width: 50px;
	height: 3px;
	position: absolute;
	left: 50%;
	margin-left: -25px;
	bottom: 0px;
	background-color: #fabe00;
	opacity: 0;
}
.header .nav li:hover em::after{
	opacity: 1;
}

.header .nav li a{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	transition: all .3s ease-in-out;
}
.header .nav li:hover a{
	top: -40px;
}

.header .agrop{
	float: right;
	display: flex;
	margin-top: 48px;
}
.header .agrop a{
	color: #fff;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 100%;
}
.header .agrop .search{
	width: 21px;
	height: 21px;
	padding-right: 15px;
	margin-right: 15px;
	position: relative;
	background-image: url(../images/search.png);
}
.header .agrop .search::after{
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 1px;
	height: 20px;
	background-color: #fff;
}
.header .agrop .user{
	height: 20px;
	padding-left: 30px;
	position: relative;
	display: flex;
	align-items: center;
}
.header .agrop .user::after{
	content: '';
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-image: url(../images/user.png);
}

.header .form_box{
	width:100%;
	position: absolute;
	left:0;
	/* top:90px; */
	bottom: -105px;
	text-align: center;
	background:rgba(0,0,0,.4);
	display:none;
	z-index: 122;
}
.header .form_box form{
	display:inline-block;
	position: relative;
	margin:25px 0;
	border-radius: 4px;
	overflow: hidden;
	box-sizing: border-box;
	width:90%;
	max-width:650px;
}
.header .form_box form input.text{
	width:650px;
	height:50px;
	line-height:50px;
	border-bottom:1px solid #ccc;
	background:none;
	font-size:15px;
	color:#666;
	background:#fff;
	padding-left:15px;
	box-sizing: border-box;
}
.header .form_box form input.submit{
	width:50px;
	height:50px;
	background: none;
	display:inline-block;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/search2.png);
	position: absolute;
	right:0;
	top:0;
}





/* 页脚 */
/* 页脚列表 */
.footer_list{
	padding: 30px 0;
	background-color: #fabe00;
}
.footer_list .main{
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer_list .list{
	width: 300px;
	height: 55px;
	position: relative;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 55px 55px;
}
.footer_list .design{
	margin-right: 160px;
	/* float: left; */
	/* background-image: url(../images/footer_icon1.png); */
}
.footer_list .design::after{
	content: '';
	width: 1px;
	height: 50px;
	background-color: #fff;
	position: absolute;
	top: 2px;
	right: -30px;
}
.footer_list .join{
	/* float: right; */
	/* background-image: url(../images/footer_icon2.png); */
}
.footer_list .list a{
	width: 100%;
	display: flex;
	align-items: center;
	/* justify-content: space-between; */
}
.footer_list .list .txt{
	margin-left: 30px;
}
.footer_list .list .txt h4{
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
.footer_list .list .txt i{
	color: #fff;
	font-size: 15px;
	font-style: normal;
}
.footer_list .list span{
	width: 35px;
	height: 35px;
	display: block;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-image: url(../images/footer_icon3.png);
}


.footer {
	padding: 50px 0;
}
.footer .text_box{
	padding-bottom: 85px;
	margin-bottom: 35px;
	border-bottom: 1px solid #dadada;
}
.footer .left{
	float: left;
}
.footer .left .img{
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto 90%;
}
.footer .left .img1{
	width: 240px;
	height: 65px;
	margin-bottom: 30px;
	background-image: url(../images/footer_logo1.png);
}
.footer .left .img2{
	width: 170px;
	height: 60px;
	margin-left: 35px;
	background-image: url(../images/footer_logo2.png);
}


.footer .right{
	float: right;
}
.footer .right dl{
	line-height: 36px;
	float: left;
	margin-right: 55px;
}
.footer .right dl:last-child{
	margin-right: 0;
}
.footer .right dl dt{
	color: #000;
	font-size: 18px;
}
.footer .right dl dd{
	color: #666;
	font-size: 15px;
}
.footer .right dl dd:hover{
	text-decoration: underline;
}
.footer .copy{
	color: #666;
	font-size: 15px;
	line-height: 30px;
}


/* 首页-广告图 */
.ibanner{
	width: 100%;
	height: 1080;
	margin-bottom: 70px;
	/* overflow: hidden; */
}
.ibanner video{
	width: 100%;
	height: 100%;
}
/* .ibanner .img{
	width: 100%;
	height: 100%;
	position: relative;
}
.ibanner .img::after{
	content: '';
	width: 140px;
	height: 140px;
	position: absolute;
	top: 50%;
	margin-top: -70px;
	left: 50%;
	margin-left: -70px;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto 100%; 
	background-image: url(../images/play.png);
}
.ibanner .img img{
	width: 100%;
	height: 100%;
} */

/* 首页-产品 */
.ipro{
	margin-bottom: 110px;
}
.ipro h2{
	color: #4c4948;
	font-size: 36px;
	line-height: 40px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 15px;
	margin-bottom: 55px;
	position: relative;
}
.ipro h2::after{
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -45px;
	bottom: 0;
	width: 90px;
	height: 6px;
	background-color: #efb818;
}
.ipro .findpro_box {
	box-shadow: 0 10px 40px rgb(0 0 0 / 10%);
}

.ipro .findpro_box .item {
	float: left;
	width: 33.3%;
	text-align: center;
	padding: 18px 22px;
	border-right: 1px solid #eee;
	box-sizing: border-box;
	transition: 0.5s;
}

.ipro .findpro_box .item:last-child {
	border-right: 0;
}

.ipro .findpro_box .item i {
	display: inline-block;
	width: 50px;
	height: 50px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-bottom: 15px;
}

.ipro .findpro_box .item:nth-child(1) i {
	background-image: url(../images/ipro_icon1.png);
}

.ipro .findpro_box .item:nth-child(2) i {
	background-image: url(../images/ipro_icon2.png);
}

.ipro .findpro_box .item:nth-child(3) i {
	background-image: url(../images/ipro_icon3.png);
}
.ipro .findpro_box .item h4 {
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 10px;

}
.ipro .findpro_box .item p {
	font-size: 14px;
	color: #666;

}
.ipro .findpro_box .item .item1 {
	display: inline-block;
	/* width: 280px; */
	height: 183px;
	width: 100%;
	padding: 31px 0;
	box-sizing: border-box;
}

.ipro .findpro_box .item .item2 {
	display: none;
	padding-top: 1%;
	height: 170px;
	overflow: hidden;
	
}

.ipro .findpro_box .item .item2 ul {
	height: 180px;
	overflow: hidden;
}

.ipro .findpro_box .item .item2 ul li {
	float: left;
	font-size: 14px;
	color: #030000;
	line-height: 43px;
	/* padding-right: 40px; */
	width: 45%;
	text-align: left;
}

.ipro .findpro_box .item .item2 ul li:hover {
	color: #fabe00;
}

/* 鼠标触碰 */
.ipro .findpro_box .show .item1 {
	float: left;
	background: #fabe00;
	width: 38.5%;
	position: relative;
	/* overflow: hidden; */
}

.ipro .findpro_box .show .item1::after {
	content: '';
	border: solid 12px transparent;
	position: absolute;
	right: -24px;
	top: 20%;
	border-left-color: #fabe00;
}

.ipro .findpro_box .show .item1 h4,
.ipro .findpro_box .show .item1 p {
	color: #fff;
}

.ipro .findpro_box .show {
	width: 48%;
}

.ipro .findpro_box .remove {
	width: 26%;
}

.ipro .findpro_box .show:nth-child(1) .item1 i {
	background-image: url(../images/ipro_icon11.png);
}

.ipro .findpro_box .show:nth-child(2) .item1 i {
	background-image: url(../images/ipro_icon22.png);
}

.ipro .findpro_box .show:nth-child(3) .item1 i {
	background-image: url(../images/ipro_icon33.png);
}

.ipro .findpro_box .show .item2 {
	display: block;
	float: right;
	width: 52%;
}




.ipro_slide{
	width: 1920px;
	margin: 0 auto;
	height: 850px;
	position: relative;
	margin-bottom: 105px;
}
.ipro_slide .img{
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.ipro_slide .txt{
	color: #fff;
	font-weight: bold;
	line-height: 30px;
	width: 480px;
	height: 520px;
	padding-top: 70px;
	padding-bottom: 80px;
	padding-left: 70px;
	padding-right: 70px;
	box-sizing: border-box;
	background-color: rgb(250,190,0);
}
.ipro_slide .txt i{
	font-size: 33px;
	display: block;
	margin-bottom: 15px;
}
.ipro_slide .txt h2{
	color: #4c4948;
	font-size: 30px;
	font-weight: bold;
	padding-bottom: 25px;
	margin-bottom: 20px;
	position: relative;
}
.ipro_slide .txt h2::before{
	content: '';
	width: 40px;
	height: 8px;
	position: absolute;
	top: 50px;
	left: 0;
	background-color: #fff;
}
.ipro_slide .txt h2::after{
	content: '';
	width: 300px;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #fff;
}
.ipro_slide .txt span{
	font-size: 16px;
	display: block;
	margin-bottom: 115px;
}
.ipro_slide .txt  a{
	width: 145px;
	height: 45px;
	color: #e9b203;
	font-size: 16px;
	text-align: center;
	line-height: 45px;
	display: block;
	background-color: #fff;
	position: relative;
	overflow: hidden;
}
.ipro_slide .txt  a::before{
	display:inline-block;
	content:'';
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-color:#000;
	opacity: 0;
	z-index: 100;
}
.ipro_slide .txt a::after{
	display:inline-block;
	content:'';
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-color:#fff;
	opacity: 0;
	z-index: 99;
}
.ipro_slide .txt a.vs1::before{
	animation-name:myfirst2;
	animation-duration: .4s;
	animation-delay: .4s;
}
.ipro_slide .txt  a.vs1::after{
	animation-name:myfirst1;
	animation-duration: .4s;
}
.ipro_slide .txt  a.vs2::after{
	opacity: .2;
	animation-name:myfirst3;
	animation-duration: .3s;
}
ipro_slide .txt{
	position: absolute;
}

@keyframes myfirst1{
	0%{
		left:0;
		opacity: .8;
	}
	98% {
		left:100%;
	}
	99% {
		opacity: 0;
	}
	100% {
		left:0;
	}
}

@keyframes myfirst3{
	0%{
		left:-100%;
		opacity: .2;
	}
	100% {
		left:0;
		opacity: .2;
	}
}

@keyframes myfirst2{
	0%{
		left:-100%;
		opacity: 1;
	}
	98% {
		left:100%;
		opacity: 1;
	}
	99% {
		opacity: 0;
	}
	100% {
		left:-100%;
		opacity: 1;
	}
}

.ipro_slide .txt{
	position: absolute;
	top: 150px;
	right: 310px;
}
.ipro_slide .btn_grop{
	width: 80px;
	display: flex;
	flex-direction: column;
	position: absolute;
	top: 170px;
	right: 230px;
}
.ipro_slide .btn_grop .swiper-button-prev,
.ipro_slide .btn_grop .swiper-button-next
{	
	width: 80px;
	height: 80px;
	position: static;
	background-repeat: no-repeat;
	background-position:  center;
	background-size: 17px 11px;
	border: none;
	outline: none;
	opacity: 1;
}
.ipro_slide .btn_grop .swiper-button-prev{
	/* background-color: rgba(102,44,68,0.3); */
	background-color: rgba(255,255,255,0.3);
	background-image: url(../images/top.png);
	margin-bottom: 21px;
}
.ipro_slide .btn_grop .swiper-button-next{
	/* background-color: rgba(102,44,68,0.3); */
	background-color: rgba(255,255,255,0.3);
	background-image: url(../images/down.png);
	margin-bottom: 20px;
}
.ipro_slide .btn_grop .swiper-button-prev::after,
.ipro_slide .btn_grop .swiper-button-next::after
{
	display: none;
}
.ipro_slide .mous{
	width: 50px;
	height: 50px;
	margin: 0 auto;
	z-index: 99;
}




/* 首页-工程案例 */
.icase{
	margin-bottom: 130px;
}
.icase_tit{
	margin-bottom: 25px;
}
.icase_tit .tit{
	float: left;
}
.icase_tit .tit h2{
	color: #4c4948;
	font-size: 36px;
	line-height: 30px;
	font-weight: bold;
	margin-bottom: 15px;
}
.icase_tit .tit p{
	color: #666;
	font-size: 16px;
	line-height: 30px;
	word-wrap: break-word;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.icase_tit  a{
	width: 200px;
	color: #666;
	font-size: 16px;
	line-height: 30px;
	float: right;
	padding-bottom: 10px;
	display: inline-block;
	position: relative;
	margin-top: 15px;
	border-bottom: 1px solid #868181;
}
.icase_tit  a::after{
	content: '>';
	color: #f5db88;
	font-size: 25px;
	position: absolute;
	top: 0;
	right: 0;
}
.icase_tit  a:hover{
	color: #fabe00;
}




.icase .hd_box{
	display: flex;
	align-items: center;
	background-color: #fabe00;
}
.icase .hd{
	padding-top: 35px;
	padding-bottom: 20px;
	color: #fff;
	line-height: 30px;
	text-align: center;
	position: relative;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto 100%;
}
.icase .hd::after{
	content: '';
	width: 1px;
	height: 130px;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
}
.icase .hd:hover{
	cursor: pointer;
}
.icase .hd:first-child{
	width: 300px;
}
.icase .hd:nth-child(2),
.icase .hd:nth-child(3)
{
	width: 340px;
}
.icase .hd:last-child{
	width: 315px;
}
.icase .hd .num{
	position: relative;
}
.icase .hd .num::after{
	content: '';
	width: 16px;
	height: 14px;
	position: absolute;
	top: 0;
	right: 0;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto 100%;
}
.icase .hd:first-child .num::after{
	position: absolute;
	top: -9px;
	right: 70px;
	background-image: url(../images/icase_icon1.png);
}
.icase .hd:nth-child(2) .num::after{
	width: 11px;
	height: 10px;
	position: absolute;
	top: -4px;
	right: 100px;
	background-image: url(../images/icase_icon2.png);
}
.icase .hd:last-child .num::after{
	width: 11px;
	height: 10px;
	position: absolute;
	top: -4px;
	right: 100px;
	background-image: url(../images/icase_icon2.png);
}
.icase .hd .num span{
	font-size: 48px;
	font-weight: bold;
}
.icase .hd .num i{
	font-size: 48px;
	font-weight: bold;
}
.icase .hd em{
	font-size: 16px;
}



.icase .bd .bd_slide{
	width: 100%;
	height: 580px;
}
.icase .bd{
	width: 1300px;
	height: 580px;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	display: none;
	position: relative;
}
.icase .bd.on{
	display: block;
}
.icase .bd .bd_slide{
	width: 370px;
	height: 360px;
	padding: 15px;
	box-sizing: border-box;
	background-color: rgba(23,25,35,0.9);
	position: absolute;
	top: 105px;
	left: 100px;
}
.icase .bd .bd_slide .txt{
	color: #fff;
	height: 330px;
	padding: 65px 20px 35px 20px;
	box-sizing: border-box;
	line-height: 36px;
	border: 1px solid #efb818;
}
.icase .bd .bd_slide .txt h4{
	font-size: 24px;
	font-weight: bold;
}
.icase .bd .bd_slide .txt p{
	font-size: 16px;
}
.icase .bd .bd_slide .swiper-pagination{
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 36px;
	left: 110px;
	margin-bottom: 30px;
}
.icase  .bd_slide .swiper-pagination .dangqian{
	font-size: 24px;
}
.icase  .bd_slide .swiper-pagination .zongshu{
	font-size: 16px;
}




/* 首页-关于我们 */
.iab{
	width: 1920px;
	margin: 0 auto;
	color: #fff;
	height: 668px;
	padding-top: 130px;
	box-sizing: border-box;
	margin-bottom: 240px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover; 
	background-image: url(../images/iab_bg.jpg);
	position: relative;
}
.iab .tit span{
	font-size: 24px;
	line-height: 30px;
	display: block;
	margin-bottom: 50px;
}
.iab .img1{
	margin-bottom: 30px;
}
/* .iab .tit{
	margin-bottom: 115px;
} */
.iab .tit h2{
	font-size: 48px;
	line-height: 60px;
	font-weight: bold;
	width: 440px;
	margin-bottom: 60px;
}
.iab .tit a{
	font-size: 16px;
	line-height: 40px;
	font-weight: bold;
	text-transform: uppercase;
}
.iab .tit a:hover{
	color: #fabe00;
}
.iab .list_box{
	width: 1300px;
	margin: 0 auto;
	display: flex;
	padding:  35px 0;
	background-color: #fff;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -80px;
	box-shadow: 0px 5px 10px #efefef;
}
.iab .list_box::after{
	content:'';
	width: 100%;
	height: 10px;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fabe00;
}
.iab .list_box .list{
	line-height: 30px;
	width: 260px;
	height: 60px;
	display: flex;
	align-items: center;  
	position: relative;
	margin-left: 65px;
}
.iab .list_box .list::after{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 60px;
	background-color: #d1d1d1;
}
.iab .list_box .list:last-child::after{
	display: none;
}
.iab .list_box .list .img{
	width: 55px;
	height: 55px;
	margin-right: 20px;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto 100%;
}
.iab .list_box .list:first-child .img{
	 background-image: url(../images/iab_icon1.png); 
}
.iab .list_box .list:nth-child(2) .img{
	 background-image: url(../images/iab_icon2.png); 
}
.iab .list_box .list:nth-child(3) .img{
	 background-image: url(../images/iab_icon3.png); 
}
.iab .list_box .list:last-child .img{
	 background-image: url(../images/iab_icon4.png); 
}
.iab .list_box .list .txt{
	line-height: 30px;
	width: 145px;
}
.iab .list_box .list .txt h4{
	color: #4b4c4d;
	font-size: 24px;
	margin-bottom: 10px;
}
.iab .list_box .list .txt p{
	color: #666;
	font-size: 16px;
	
}





/* 首页-新闻咨询 */
.inews{
	margin-bottom: 120px;
}
.inews_tit{
	margin-bottom: 25px;
}
.inews_tit .tit{
	float: left;
}
.inews_tit .tit h2{
	color: #4c4948;
	font-size: 36px;
	line-height: 30px;
	font-weight: bold;
	margin-bottom: 15px;
}
.inews_tit .tit p{
	color: #666;
	font-size: 16px;
	line-height: 30px;
	word-wrap: break-word;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.inews_tit  a{
	width: 200px;
	color: #666;
	font-size: 16px;
	line-height: 30px;
	float: right;
	padding-bottom: 10px;
	display: inline-block;
	position: relative;
	margin-top: 15px;
	border-bottom: 1px solid #868181;
}
.inews_tit  a::after{
	content: '>';
	color: #f5db88;
	font-size: 25px;
	position: absolute;
	top: 0;
	right: 0;
}
.inews_tit  a:hover{
	color: #fabe00;
}




.inews .left{
	float: left;
	background-repeat: no-repeat;
	background-position: left center;
	position: relative;
}
.inews .left a{
	width: 630px;
	height: 480px;
	display: block;
}
.inews .left .text{
	width: 85%;
	padding: 25px 20px;
	background-color: #fff;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 30px;
}
.inews .text .txt{
	width: 450px;
}
.inews .txt{
	padding-right: 20px;
	box-sizing: border-box;
}
.inews .txt h4{
	color: #333;
	font-size: 18px;
	line-height: 30px;
	font-weight: bold;
}
.inews .left:hover .txt h4{
	color: #fabe00;
}
.inews .left .txt p{
	color: #333;
	font-size: 14px;
	line-height: 30px;
	word-wrap: break-word;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.inews .left:hover .txt p{
	color: #666;
}

.inews .text span{
	width: 50px;
	height: 50px;
	background-color: #fabe00;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 15px;
	background-image: url(../images/arrow.png);
	display: block;
}

.inews .list_box{
	width: 630px;
	float: right;
}
.inews .ipub_tit{
	margin-bottom: 70px;
}
.inews .list{
	margin-bottom: 30px;
	background-color: #f6f6f6;
}
.inews .list:last-child{
	margin-bottom: 0;
}
.inews .list a{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.inews .list .img{
	width: 250px;
	height: 140px;
}
.inews .list .txt{
	width: 350px;
}
.inews .list .txt h4{
	color: #434343;
	font-size: 18px;
	line-height: 30px;
	font-weight: bold;
	margin-bottom: 15px;
}
.inews .list:hover .txt h4{
	color: #000;
}
.inews .list .txt p{
	color: #666;
	font-size: 14px;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.inews .list:hover .txt p{
	color: #666;
}





/* 登录 */
.login{
	width: 100%;
	height: 1000px;
	padding-top: 250px;
	box-sizing: border-box;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/login_bg.jpg);
}
.login p{
	color: #fff;
	font-size: 18px;
	text-align: center;
	line-height: 72px;
	margin-bottom: 70px;
}
.login .login_box{
	line-height: 72px;
	width: 500px;
	margin: 0 auto;
	padding-top: 45px;
	padding-bottom: 75px;
	text-align: center;
	border-radius: 25px;
	background-color: #fff;
}
.login .login_box h2{
	color: #333;
	font-size: 30px;
	margin-bottom: 30px;
}
.login .login_box input{
	color: #999;
	font-size: 16px;
	width: 400px;
	padding: 15px 75px;
	margin: 0 auto;
	box-sizing: border-box;
	display: block;
	outline: none;
	border: 1px solid #e5e5e5;
	background-position: 25px center;
	background-repeat: no-repeat;
	background-size: 22px 24px;
	margin-bottom: 25px;
}
.login .login_box input.user{
	background-image: url(../images/user_icon1.png);
}
.login .login_box input.pwd{
	background-image: url(../images/pwd_icon1.png);
}
.login .login_box button{
	color: #fff;
	font-size: 18px;
	line-height: 18px;
	width: 400px;
	padding: 15px 0;
	margin-bottom: 5px;
	outline: none;
	border: none;
	background-color: #fabe00;
}
.login .login_box button:hover{
	cursor: pointer;
}




/* 新闻 */
.news{
	background-color: #f5f5f5;
}
.news_nav{
		border: 1px solid #eeeeee;
}
.news .list_box{
	padding-top: 40px;
}
.news .list{
	width: 400px;
	margin-right: 50px;
	margin-bottom: 70px;
	float: left;
	transition: all .5s;
	background-color: #fff;
}
.news .list:nth-child(3n){
	margin-right: 0;
}
.news .list:hover{
	transform: translateY(-20px);
}
.news .list a{
	width: 100%;
	padding: 50px 20px 40px 20px;
	box-sizing: border-box;
	display: inline-block;
}
.news .list span{
	color: #999;
	font-size: 14px;
	line-height: 36px;
}
.news .list h4{
	color: #4c4948;
	font-size: 18px;
	line-height: 30px;
	font-weight: bold;
	position: relative;
	z-index: 1;
	margin-bottom: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 55px;
}
.news .list h4::after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 5px;
	width: 245px;
	height: 10px;
	z-index: -1;
	display: none;
	background-color: #fabe00;
}
.news .list:hover h4::after{
	display: block;
}
.news .list .img{
	width: 345px;
	height: 195px;
	margin: 0 auto;
	margin-bottom: 25px;
}
.news .list p{
	color: #4c4948;
	font-size: 16px;
	line-height: 30px;
	width: 350px;
	margin: 0 auto;
	margin-bottom: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.news .list  em{
	color: #666;
	font-size: 14px;
	line-height: 36px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.news .list  em i{
	width: 65px;
	height: 35px;
	display: inline-block;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto 90%;
	background-image: url(../images/news_arrow.png);
}
.news .page{
	padding-top: 0;
	padding-bottom: 70px;
}



/* 新闻详情 */
.newsv .tit{
	text-align: center;
	margin-top: 90px;
	margin-bottom: 30px;
}
.newsv .tit h3{
	color: #333333;
	font-size: 26px;
	font-weight: bold;
	line-height: 30px;
}
.newsv .tit p{
	color: #999999;
	font-size: 14px;
	line-height: 30px;
}
.newsv .text_box{
	color: #333333;
	font-size: 16px;
	line-height: 36px;
	padding: 45px 0;
	margin-bottom: 45px;
	border-top: 1px dotted #dcdcdc;
	border-bottom: 1px dotted #dcdcdc;
}
.newsv .btn_grop{
	margin-bottom: 115px;
}
.newsv .btn_grop a{
	color: #333333;
	font-size: 16px;
	line-height: 30px;
}
.newsv .btn_grop a:hover{
	text-decoration: underline;
}
.newsv .btn_grop a:nth-child(2n){
	float: right;
}



/* 案例 */
.case{
	padding-top: 70px;
	background-color: #f5f5f5;
}
.case_nav{
	border: 1px solid #eeeeee;
}
.case .list_box .list{
	width: 410px;
	float: left;
	background-color: #fff;
	padding-bottom: 30px;
	margin-right: 35px;
	margin-bottom: 60px;
}
.case  .list_box .list:nth-child(3n){
	margin-right: 0;
}
.case .list_box .list .img{
	width: 100%;
	height: 265px;
}
.case .list_box  .list .txt{
	padding: 0 25px;
}
.case .list_box  .list .txt h4{
	color: #333;
	font-size: 18px;
	line-height: 36px;
	margin-top: 20px;
	margin-bottom: 5px;
}
.case .list_box .list:hover h4{
	color: #eac823;
}
.case  .list_box .list .txt p{
	color: #666;
	font-size: 16px;
	line-height: 36px;
	position: relative;
	padding-left: 40px;
}
.case  .list_box  .list:hover p{
	color: #999;
}
.case  .list_box .list .txt .dq::after{
	content: '';
	width: 15px;
	height: 20px;
	background-position: left center; 
	background-repeat: no-repeat;
	background-image: url(../images/case_icon1.png);
	background-size: auto 100%; 
	position: absolute;
	top: 5px;
	left: 0;
}
.case .list_box .list .txt .cp::after{
	content: '';
	width: 18px;
	height: 16px;
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url(../images/case_icon2.png);
	background-size: auto 100%;
	position: absolute;
	top: 10px;
	left: 0;
}
.case .page{
	padding-top: 0;
	padding-bottom: 60px;
}




/* 下载 */
.load_nav{
	border: 1px solid #eee;
}
.load .list_box{
	margin-top: 95px;
}
.load .list{
	width: 630px;
	margin-bottom: 50px;
	box-sizing: border-box;
	background-color: #f2f2f2;
}
.load .list a{
	display: flex;
	align-items: center;
	padding: 45px 50px 45px 30px;
	box-sizing: border-box;
}
.load  .img{
	width: 200px;
	height: 230px;
	margin-right: 40px;
}


.load .list .txt{
	width: 320px;
}
.load .list .txt  h4{
	color: #4c4948;
	font-size: 22px;
	line-height: 30px;
	font-weight: bold;
	padding-bottom: 15px;
	margin-bottom: 20px;
	position: relative;
}
.load .list .txt  h4::after{
	content: '';
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #dcdcdc;
}
.load .list .txt p{
	color: #4b4c4d;
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 60px;
}
.load .list .txt p span{
	color: #666;
}
.load .list .txt .btn{
	width: 50px;
	height: 50px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 30px 30px;
	background-image: url(../images/down_icon.png);
	background-color: #000;
}
.load .list:hover .txt .btn{
	background-color: #f7c655;
}
.load .page{
	padding-top: 30px;
	padding-bottom: 80px;
}



/* 联系我们 */
.contact{
	margin-bottom: 80px;
}
.contact .main{
	padding-top: 80px;
	padding-bottom: 60px;
	padding-left: 55px;
	padding-right: 30px;
	margin-top: 75px;
	box-sizing: border-box;
	background-color: #f8f8f8;
}
.con_nav{
		border: 1px solid #eeeeee;
}
.contact .left{
	width: 400px;
	float: left;
}
.contact .left  h2{
	color: #333;
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 30px;
}
.contact .left .txt{
	margin-bottom: 50px;
}
.contact .left .txt p{
	color: #5d5d5d;
	font-size: 16px;
	line-height: 36px;
	padding-left: 40px;
	background-position: top 7px left;
	background-repeat: no-repeat;
	background-size: 20px 20px;
}
.contact .left .txt p:first-child,
.contact .left .txt p:nth-child(2)
{
	background-image: url(../images/con_icon1.png);
}
.contact .left .txt p:nth-child(3){
	background-image: url(../images/con_icon2.png);
}
.contact .left .txt p:nth-child(4){
	background-image: url(../images/con_icon3.png);
}


/* .contact .left .text{
	color: #666;
	font-size: 16px;
	line-height: 30px;
	margin-top: 130px;
} */
.contact .left .img{
	width: 165px;
	height: 165px;
}
.contact .left .img img{
	width: 100%;
	height: 100%;
}

.contact .right{
	width: 590px;
	float: right;
	overflow: hidden;
}
.contact .right input,
.contact .right textarea{
	color: #666;
	font-size: 16px;
	line-height: 36px;
	padding: 10px;
	border-radius: 5px;
}
.contact .right .li_group,
.contact .right .li{
	margin-bottom: 20px;
}
.contact .right .li_group input{
	width: 44%;
	/* border: 1px solid red; */
}
.contact .right textarea{
	width: 100%;
	height: 150px;
}
.contact .right .renzhen{
	display: flex;
	align-items: center;
}
.contact .right .renzhen input{
	width: 180px;
}
.contact .right .renzhen .img{
	width: 180px;
	height: 56px;
	margin-left: 20px;
}
.contact .right .renzhen .img img{
	width: 100%;
	height: auto;
}
.contact .right .renzhen .img:hover{
	cursor: pointer;
}
.contact .right button{
	width: 100%;
	color: #fff;
	font-size: 16px;
	line-height: 36px;
	padding: 10px 0;
	outline: none;
	border: none;
	background-color: #fabe00;
}
#map{
	width: 1300px;
	height: 530px;
	margin: 0 auto;
	margin-bottom: 80px;
}




/* 门店 */
.store {
	padding-top: 85px;
	background-color: #f5f5f5;
}
.store .tit{
	line-height: 30px;
	margin-bottom: 70px;
	text-align: center;
}
.store .tit h2{
	color: #4c4948;
	font-size: 30px;
	margin-bottom: 15px;
}
.store .tit p{
	color: #666;
	font-size: 16px;
}
.store form{
	margin-bottom: 55px;
	display: inline-block;
}
.store .select_box{
	float: left;
}
.store .select_box select{
	color: #333;
	font-size: 16px;
	line-height: 30px;
	font-size: 16px;
	width: 260px;
	padding: 20px;
	outline: none;
	border: none;
	margin-right: 15px;
	box-sizing: border-box;
}
.store .seach{
	float: right;
}
.store .seach input{
	color: #333;
	font-size: 16px;
	line-height: 30px;
	width: 390px;
	padding: 15px 20px;
	outline: none;
	border: none;
	box-sizing: border-box;
}
.store .seach input.btn{
	color: #fff;
	width: 75px;
	background-color: #fabe00;
}




.store .list_box .list{
	width: 410px;
	height: 430px;
	float: left;
	background-color: #fff;
	padding-bottom: 30px;
	margin-right: 35px;
	margin-bottom: 60px;
}
.store  .list_box .list:nth-child(3n){
	margin-right: 0;
}
.store .list_box .list .img{
	width: 100%;
	height: 265px;
}
.store .list_box  .list .txt{
	padding: 0 25px;
}
.store .list_box  .list .txt h4{
	color: #333;
	font-size: 18px;
	line-height: 36px;
	margin-top: 20px;
	margin-bottom: 5px;
}
.store  .list_box .list .txt p{
	color: #666;
	font-size: 16px;
	line-height: 36px;
	position: relative;
	padding-left: 40px;
}
.store  .list_box .list .txt .dq::after{
	content: '';
	width: 18px;
	height: 18px;
	background-position: left center; 
	background-repeat: no-repeat;
	background-image: url(../images/store_icon1.png);
	background-size: auto 90%; 
	position: absolute;
	top: 5px;
	left: 0;
}
.store .list_box .list .txt .cp::after{
	content: '';
	width: 18px;
	height: 18px;
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url(../images/store_icon2.png);
	background-size: auto 90%;
	position: absolute;
	top: 10px;
	left: 0;
}
.store  .page{
	padding-top: 30px;
	padding-bottom: 90px;
}



/* 产品 */
/* .pro */





/* 产品详情 */
/* 介绍 */
.prov1{
	padding: 70px 0;
}
.prov1 .prov1_slide{
	width: 550px;
	height: 550px;
	float: left;
}
.prov1 .prov1_slide .swiper-pagination{
	margin-bottom: 10px;
}
.prov1 .prov1_slide .swiper-pagination-bullet{
	outline: none;
	border: none;
	background-color: #4c4948;
	opacity: 1;
}
.prov1 .prov1_slide .swiper-pagination-bullet-active{
	background-color: #efb818;
}
.prov1 .text_box{
	width: 620px;
	float: right;
	padding: 50px 0;
	box-sizing: border-box;
}
.prov1 .text_box h3{
	color: #4c4948;
	font-size: 36px;
	line-height: 72px;
	margin-bottom: 10px;
}
.prov1 .text{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	padding-top: 20px;
	padding-bottom: 30px;
	margin-bottom: 40px;
	
}
.prov1 .text p{
	color: #000;
	font-size: 16px;
	line-height: 48px;
	width: 260px;
}
.prov1 .text p span{
	color: #4c4948;
}
.prov1 .vr{
	width: 360px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.prov1 .vr .img{
	width: 134px;
	height: 134px;
}
.prov1 .vr .img img{
	width: 100%;
	height: 100%;
}
.prov1 .vr a{
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 48px;
	width: 180px;
	display: inline-block;
	background-color: #efb818;
	border-radius: 25px;
}
.prov1 .vr a:hover{
	color: #fff;
	background-color: #000;
}


/* 场景图展示 */
.prov2{
	padding-top: 100px;
	padding-bottom: 120px;
	background-color: #f5f5f5;
	margin-bottom: 100px;
}
.prov2 .tit{
	line-height: 48px;
	text-align: center;
	margin-bottom: 45px;
}
.prov2 .tit i{
	color: #4c4948;
	font-size: 36px;
}
.prov2 .tit h2{
	color: #efb818;
	font-size: 24px;
}
.prov2 .swiper-button-prev,
.prov2 .swiper-button-next
{
	outline: none;
	border: none;
	width: 105px;
	height: 105px;
	position: absolute;
	top: 50%;
	margin-top: -52px;
	background-position:  center;
	background-repeat: no-repeat;
	background-size: auto 100%;
}
.prov2 .swiper-button-prev:hover,
.prov2 .swiper-button-next:hover{
	cursor: pointer;
}
.prov2 .swiper-button-prev,
.prov2 .swiper-button-next{
	color: #4c4948;
	opacity: 1;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background-color: #fff;
}
.prov2 .swiper-button-prev:hover,
.prov2 .swiper-button-next:hover{
	background-color: #efb818;
}

/* 产品详情 */
.prov3{
	margin-bottom: 75px;
}
.prov3 .tit{
	line-height: 48px;
	text-align: center;
	margin-bottom: 45px;
}
.prov3 .tit i{
	color: #4c4948;
	font-size: 36px;
	text-transform: uppercase;
}
.prov3 .tit h2{
	color: #efb818;
	font-size: 24px;
}
.prov3 .text_box{
	color: #4c4948;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 40px;
}
.prov3 .agrop{
	color: #4c4948;
	font-size: 18px;
	line-height: 48px;
	text-align: center;
}
.prov3 .agrop a{
	position: relative;
	display: inline-block;
	padding-right: 20px;
	margin-right: 12px;
}
.prov3 .agrop a:hover{
	text-decoration: underline;
}
.prov3 .agrop a::after{
	color: #dddddd;
	content: '|';
	position: absolute;
	top: -1px;
	right: 0;
}
.prov3 .agrop a:last-child{
	padding-right: 0;
	margin-right: 0;
}
.prov3 .agrop a:last-child::after{
	display: none;
}




/* 招商加盟 */
.join_nav{
	border-bottom: 1px solid #eeeeee;
}
.join_tit{
	text-align: center;
}
.join_tit h2{
	color: #4c4948;
	font-size: 36px;
	position: relative;
	z-index: 1;
}
.join_tit h2::after{
	content: '';
	width: 300px;
	height: 20px;
	background-color: #fabe00;
	position: absolute;
	left: 50%;
	margin-left: -150px;
	bottom: 0;
	z-index: -1;
}
.join_tit p{
	color: #666;
	font-size: 16px;
	line-height: 28px;
}

/* 品牌介绍 */
.join1{
	margin: 105px 0;
}
.join1 .join_tit{
	margin-bottom: 70px;
}
.join1 .join_tit h2{
	margin-bottom: 45px;
}
.join1_slide{
	width: 1300px;
	height: 515px;
}
.join1_slide .swiper-slide{
	display: flex;
	align-items: center;
	background-color: #f6f6f6;
}
.join1_slide .swiper-slide .img{
	width: 650px;
	height: 515px;
}
.join1_slide .swiper-slide .img img{
	width: 100%;
	height: 100%;
}
.join1_slide .swiper-slide .txt{
	width: 650px;
	padding: 0 85px;
	box-sizing: border-box;
}
.join1_slide .swiper-slide .txt h4{
	color: #4c4948;
	font-size: 30px;
	line-height: 24px;
	padding-bottom: 15px;
	margin-bottom: 45px;
	position: relative;
}
.join1_slide .swiper-slide .txt h4::after{
	content: '';
	width: 60px;
	height: 3px;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #fabe00;
}
.join1_slide .swiper-slide .txt p{
	color: #4c4948;
	font-size: 16px;
	line-height: 30px;
}
.join1_slide .swiper-pagination{
	margin-bottom: 20px;
	left: 300px;
	border: none;
	outline: none;
}
.join1_slide .swiper-pagination-bullet{
	opacity: 1;
	background-color: #4c4948;
	outline: none;
	border: none;
}
.join1_slide .swiper-pagination-bullet-active{
	background-color: #fabe00;
}





/* 八大加盟政策 */
.join2 {
	padding-top: 115px;
	padding-bottom: 55px;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/join2_bg.jpg);
}
.join2 .join_tit{
	margin-bottom: 60px;
}
.join2 .join_tit h2{
	color: #fff;
}
.join2 .list{
	color: #fff;
	line-height: 30px;
	text-align: center;
	width: 290px;
	height: 345px;
	float: left;
	padding-left: 25px;
	padding: 60px 40px 70px 25px;
	margin-right: 40px;
	margin-bottom: 30px;
	border-radius: 10px;
	box-sizing: border-box;
	border: 1px solid #5da7f1;
	background-color: rgba(44,77,121,0.5);
}
.join2 .list:hover{
	border: 1px solid #fff;
	background-color: #d2b334;
}
.join2 .list:nth-child(4n){
	margin-right: 0;
}
.join2 .list .img{
	width: 60px;
	height: 60px;
	margin: 0 auto;
	margin-bottom: 30px;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto 100%; 
}
.join2 .list:first-child .img{
	background-image: url(../images/join2_1.png);
}
.join2 .list:nth-child(2) .img{
	background-image: url(../images/join2_2.png);
}
.join2 .list:nth-child(3) .img{
	background-image: url(../images/join2_3.png);
}
.join2 .list:nth-child(4) .img{
	background-image: url(../images/join2_4.png);
}
.join2 .list:nth-child(5) .img{
	background-image: url(../images/join2_5.png);
}
.join2 .list:nth-child(6) .img{
	background-image: url(../images/join2_6.png);
}
.join2 .list:nth-child(7) .img{
	background-image: url(../images/join2_7.png);
}
.join2 .list:last-child .img{
	background-image: url(../images/join2_8.png);
}

.join2 .list h4{
	font-size: 24px;
	margin-bottom: 40px;
}

.join2 .list p{
	font-size: 15px;
}




/* 线下广告 */
.join3 {
	margin: 100px 0;
}
.join3 .join_tit{
	margin-bottom: 60px;
}
.join3 .join_tit h2{
	margin-bottom: 60px;
}
.join3 .join_tit p{
	padding: 0 110px;
	box-sizing: border-box;
}
.join3 .img{
	width: 1300px;
	height: 665px;
}
.join3 .img img{
	width: 100%;
	height: 100%;
}




/* 保姆帮扶 */
.join4 {
	margin-bottom: 50px;
}
.join4 .join_tit{
	margin-bottom: 40px;
}
.join4 .join_tit h2{
	margin-bottom: 35px;
}
.join4 .join_tit p{
	padding: 0 240px;
	box-sizing: border-box;
}
.join4 .join4_slide{
	width: 1300px;
}
.join4 .join4_slide .swiper-slide .img{
	width: 100%;
	height: 730px;
}
.join4 .join4_slide .swiper-slide .img img{
	width: 100%;
	height: 100%;
}
.join4 .join4_slide .swiper-wrapper{
	margin-bottom: 80px;
}
.join4 .swiper-pagination-bullet{
	opacity: 1;
	background-color: #4c4948;
	border: none;
	outline: none;
}
.join4 .swiper-pagination-bullet-active{
	background-color: #fabe00;
}



/* SI店面形象 */
.join5{
	padding: 100px 0;
	margin-bottom: 120px;
	background-color: #f6f7f7;
}
.join5 .join_tit{
	margin-bottom: 50px;
}
.join5 .join_tit h2{
	margin-bottom: 50px;
}
.join5 .img{
	width: 1300px;
	height: 620px;
}
.join5 .img img{
	width: 100%;
	height: 100%;
}



/* 经销商登录 */
.join6{
	width: 1300px;
	margin: 0 auto;
	margin-bottom: 110px;
	display: flex;
	background-color: #f6f7f7;
}
.join6 .left{
	width: 650px;
	padding-top: 80px;
	box-sizing: border-box;
	text-align: center;
}
.join6 .left h2{
	color: #333;
	font-size: 30px;
	line-height: 36px;
	margin-bottom: 40px;
}
.join6 .left input{
	color: #666;
	font-size: 16px;
	width: 430px;
	padding: 20px;
	margin-bottom: 20px;
	box-sizing: border-box;
	display: inline-block;
	outline: none;
	border: none;
}
.join6 .left .igrop{
	display: flex;
	justify-content: center;
	margin-bottom: 10px;
}
.join6 .left .igrop input{
	width: 270px;
}
.join6 .left .igrop .img{
	width: 160px;
	height: 61px;
	display: inline-block;
}

.join6 .left .igrop .img:hover{
	cursor: pointer;
}

.join6 .left .igrop .img img{
	width: 100%;
	height: 100%;
}

.join6 .left p{
	color: #999;
	font-size: 16px;
	line-height: 36px;
	margin-bottom: 20px;
}
.join6 .left button{
	color: #fff;
	font-size: 16px;
	line-height: 36px;
	width: 430px;
	padding: 8px 0;
	outline: none;
	border: none;
	box-sizing: border-box;
	background-color: #fabe00;
}
.join6 .left button:hover{
	cursor: pointer;
}
.join6 .img2{
	width: 650px;
	height: 635px;
}
.join6 .img2 img{
	width: 100%;
	height: 100%;
}




/* 产品 */
/* 产品栏目 */
.pro_nav{
	padding-top: 60px;
	padding-bottom: 50px;
	background-color: #f7f7f7;
}


/* 所有分类 */
.pro_nav .agrop{
	margin-bottom: 40px;
}
.pro_nav .agrop span{
	color: #4c4948;
	font-size: 14px;
	margin-right: 30px;
	display: inline-block;
}
.pro_nav .agrop a{
	color: #000;
	font-size: 16px;
	padding: 10px 40px 10px 10px;
	box-sizing: border-box;
	display: inline-block;
	background-color: #fff;
	margin-right: 15px;
	position: relative;
}
.pro_nav .agrop a::after{
	content: '';
	position: absolute;
	top: 15px;
	right: 10px;
	width: 10px;
	height: 10px;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-image: url(../images/close2.svg);
}
.pro_nav .agrop a i{
/* 	width: 18px;
	height: 18px;
	margin-left: 10px;
	display: inline-block;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-image: url(../images/close.png); */
}




/* 筛选项 */
.pro_nav .li_box{
	margin-bottom: 50px;
}
.pro_nav .li {
	padding-bottom: 15px;
	margin-bottom: 20px;
	display: flex;
	justify-content: flex-start;
	border-bottom: 1px solid #d6d6d6;
}
.pro_nav .li span{
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 30px;
	width: 105px;
	height: 29px;
	background-color: #fabe00;
	position: relative;
}
.pro_nav .li span::after{
	content: '';
	width: 12px;
	height: 12px;
	position: absolute;
	top: 7px;
	right: -10px;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-image: url(../images/pronav_bg.png);
}

.pro_nav .li .qb{
	color: #4c4948;
	font-size: 16px;
	line-height: 30px;
	padding-right: 30px;
	margin-left: 30px;
	position: relative;
}
.pro_nav .li .qb::after{
	content: '>';
	position: absolute;
	right: 0;
	top: 0px;
}
.pro_nav .li_box ul{
	width: 1000px;
	display: inline-block;
	height: 30px;
	overflow: hidden;
}
.pro_nav .li_box ul.on{
	height: auto;
}
.pro_nav .li_box ul li{
	color: #4c4948;
	font-size: 16px;
	line-height: 30px;
	margin: 0 5px;
	box-sizing: border-box;
	display: inline-block;
}
.pro_nav .li_box ul li.on,
.pro_nav .li_box ul li:hover
{
	color: #fabe00;
}
.pro_nav .li_box ul li a{
	padding: 0 20px;
	box-sizing: border-box;
	display: inline-block;
}
.pro_nav .li_box .more{
	color: #4c4948;
	font-size: 16px;
	line-height: 30px;
	padding-right: 15px;
	position: relative;
	display: inline-block;
}
.pro_nav .li_box .more::after{
	content: '';
	width: 14px;
	height: 14px;
	position: absolute;
	right: -15px;
	top: 8px;
	background-position: right center;  
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-image: url(../images/gd.png);
}
/* .pro_nav .li:nth-child(2) .more{
	display: none;
} */
/* .pro_nav .li:nth-child(3) .more{
	display: none;
} */
.pro_nav .search{
	width: 600px;
	margin: 0 auto;
	box-sizing: border-box;
	/* border-radius: 15px; */
	background-color: #fff;
	position: relative;
}
.pro_nav .search input{
	color: #666;
	font-size: 16px;
	line-height: 30px;
	width: 550px;
	padding: 15px 30px;
	box-sizing: border-box;
	display: inline-block;
}
.pro_nav .search button{
	width: 40px;
	border: none;
	outline: none;
	padding: 30px 0;
	position: absolute;
	top: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 21px 21px;
	background-image: url(../images/search3.png);
	background-color: #fff;
}
.pro_nav .search button:hover{
	cursor: pointer;
}




/* 产品列表 */
.pro .list_box {
	padding-top: 50px;
	/* box-sizing: border-box; */
}
.pro .list_box .list{
	text-align: center;
	width: 400px;
	margin-right: 45px;
	margin-bottom: 45px;
	float: left;
	transition: all .5s;
}
.pro .list_box .list:hover{
	transform: translateY(-20px);
}
.pro .list_box .list:nth-child(3n){
	margin-right: 0;
}
.pro .list_box .list .img_box{
	width: 400px;
	height: 400px;
	margin-bottom: 30px;
	position: relative;
}
.pro .list_box .list .img_box .mask{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0;
	transition: all .5s ease-in-out;
}
.pro .list_box .list:hover .img_box .mask{
	opacity: 1;
}
.pro .list_box .list .text h5{
	color: #000;
	font-size: 18px;
	line-height: 30px;
}
.pro .list_box .list .text span{
	color: #999;
	font-size: 14px;
	line-height: 24px;
}
.pro .page{
	padding-top: 40px;
	padding-bottom: 60px;
}



/* 关于我们 */
.ab_nav{
	border: 1px solid #eeeeee;
}
.ab_tit{
	text-align: center;
}
.ab_tit i{
	color: #fabe00;
	font-size: 36px;
	line-height: 48px;
	text-transform: uppercase;
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
}
.ab_tit h2{
	color: #4c4948;
	font-size: 36px;
	line-height: 30px;
	font-weight: bold;
}


/* 品牌介绍 */
.ab1 {
	padding-top: 120px;
}
.ab1 .top{
	display: flex;
	align-items: center;
	justify-content: space-between;
	/* margin-bottom: 70px; */
}
.ab1 .top .ab_tit{
	width: 300px;
	text-align: left;
	margin-left: 60px;
}
.ab1 .top .txt{
	color: #4c4948;
	font-size: 16px;
	line-height: 30px;
	width: 700px;
}
.ab1 .top .txt p{
	margin-bottom: 30px;
}

.ab1 .center .img{
	width: 100%;
	height: 510px;
	position: relative;
	top: 120px;
}
.ab1 .center .img img{
	width: 100%;
	height: 100%;
}





.ab1_list{
	padding-top: 190px;
	padding-bottom: 135px;
	margin-bottom: 100px;
	background-color: #f5f5f5;
}
.ab1_list  .text{
	color: #4c4948;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	margin-bottom: 80px;
}
.ab1_list .list_box .list{
	color: #fff;
	font-size: 18px;
	line-height: 30px;
	width: 255px;
	height: 540px;
	float: left;
	margin-right: 6px;
}
.ab1_list .list_box .list:last-child{
	margin-right: 0;
}
.ab1_list .list_box .list .img{
	width: 100%;
	height: 100%;
	text-align: center;
	text-transform: uppercase;
	box-sizing: border-box;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 100%;
	position: relative;
	transition: all .5s; 
}
.ab1_list .list_box .list .txt{
	width: 100%;
	height: 100%;
	padding: 220px 70px;
	box-sizing: border-box;
	background-color: rgba(42,41,41,0.3);
}
.ab1_list .list_box .list:hover .txt{
	display: none;
}
.ab1_list .list_box .list .txt i{
	margin-bottom: 20px;
	display: block;
}
.ab1_list .list_box .list .txt h2{
	font-size: 24px;
}
.ab1_list .list_box .list .mask{
	font-size: 16px;
	width: 100%;
	height: 100%;
	padding: 220px 40px;
	box-sizing: border-box;
	background-color: rgba(42,41,41,0.8);
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all .8s;
}
.ab1_list .list_box .list:hover .mask{
	opacity: 1;
}



/* 生产实力 */
/* .ab2 .main{
	border: 1px solid red;
} */
.ab2 .ab_tit{
	margin-bottom: 90px;
}
.ab2 .text_box{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.ab2 .li_box{
	color: #4c4948;
	font-size: 16px;
	line-height: 30px;
	margin-right: 70px;
	width: 50%;
}
.ab2 .li_box .li{
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 1px solid #d7d7d7;
}
.ab2 .li_box .li:first-child{
	padding-bottom: 50px;
}
.ab2 .li_box .li .item{
	float: left;
	margin-right: 180px;
	position: relative;
	background-position: left  center;
	background-repeat: no-repeat;
	background-size: auto 100%;
}
.ab2 .li_box .li .item:nth-child(2n){
	margin-right: 0;
}
.ab2 .li_box .li .item .num{
	color: #fabe00;
	font-size: 36px;
	line-height: 48px;
	font-weight: bold;
	margin-bottom: 15px;
}
.ab2 .li_box .li .item::after{
	content: '';
	position: absolute;
	top: 15px;
	width: 20px;
	height: 20px;
}
.ab2 .li_box .li:nth-child(2) .item1::after{
	right: 60px;
	background-image: url(../images/ab2_icon1.png);
}
.ab2 .li_box .li:nth-child(2) .item2::after{
	right: 0;
	background-image: url(../images/ab2_icon2.png);
}
.ab2 .li_box .li:nth-child(3) .item1::after{
	right: 65px;
	background-image: url(../images/ab2_icon3.png);
}
.ab2 .li_box .li:nth-child(3) .item2::after{
	right: 65px;
	background-image: url(../images/ab2_icon3.png);
}







.ab2 .ab2_slidebox{
	width: 50%;
	height: 700px;
}
.ab2 .ab2_slide{
	width: 960px;
	height: 100%;
}
.ab2 .ab2_slide img{
	width: 100%;
	height: 100%;
}
.ab2 .swiper-pagination{
	margin-bottom: 15px;
}
.ab2 .swiper-pagination-bullet{
	opacity: 1;
	background-color: #fff;
	outline: none;
	border: none;
}
.ab2 .swiper-pagination-bullet-active{
	background-color: #fabe00;
}



/* 技术设备 */
/* .ab3 .main{
	border: 1px solid red;
} */
.ab3  .text_box{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.ab3_slidebox{
	width: 50%;
	height: 720px;
	position: relative;
}
.ab3 .ab3_slide{
	width: 960px;
	height: 100%;
	position: absolute;
	top: 0;
	left: -310px;
	/* border: 1px solid blue; */
}
.ab3 .ab3_slide .img{
	width: 960px;
	height: 720px;
}
.ab3 .ab3_slide .img img{
	width: 100%;
	height: 100%;
}
.ab3 .swiper-pagination{
	margin-bottom: 15px;
}
.ab3 .swiper-pagination-bullet{
	opacity: 1;
	background-color: #fff;
	outline: none;
	border: none;
}
.ab3 .swiper-pagination-bullet-active{
	background-color: #fabe00;
}
.ab3 .text{
	width: 50%;
	padding-left: 70px;
	/* padding: 230px 0; */
	box-sizing: border-box; 
}
.ab3 .text .txt,
.ab3 .text .ab_tit{
	width: 650px;
}

.ab3 .text .ab_tit{
	text-align: left;
	margin-bottom: 60px;
}
.ab3 .text .txt{
	color: #4c4948;
	font-size: 16px;
	line-height: 30px;
}





/* 品牌荣誉 */
.ab4 {
	padding-top: 120px;
	padding-bottom: 80px;
	margin-bottom: 70px;
	background-color: #f5f5f5;
}
.ab4  .ab_tit{
	margin-bottom: 60px;
}
.ab4 .txt{
	color: #333;
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 50px;
}
.ab4 .ab4_slide .swiper-slide{
	padding: 30px 0;
	text-align: center;
	box-sizing: border-box;
	background-color: #efefef;
}
.ab4 .ab4_slide .img{
	width: 215px;
	height: 300px;
	margin: 0 auto;
	margin-bottom: 20px;
}
.ab4 .ab4_slide h4{
	color: #333;
	font-size: 16px;
}
.ab4 .ab4_slide .swiper-wrapper{
	margin-bottom: 100px;
}
.ab4 .ab4_slide .swiper-pagination-bullet{
	opacity: 1;
	background-color: #cdcdcd;
	outline: none;
	border: none;
}
.ab4 .ab4_slide .swiper-pagination-bullet-active{
	background-color: #fabe00;
}



/* 品牌视屏 */
.ab5 {
	margin-bottom: 65px;
}
.ab5 .ab_tit{
	margin-bottom: 65px;
}
.ab5 .txt{
	color: #4c4948;
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 80px;
	text-align: center;
}
.ab5 .ab5_slide .img{
	/* width: 620px;
	height: 430px; */
	position: relative;
}
.ab5 .ab5_slide .img img{
	width: 100%;
	height: 100%;
}
.ab5 .ab5_slide .img:hover{
	cursor: pointer;
}
.ab5 .ab5_slide .img::after{
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -70px;
	left: 50%;
	margin-left: -70px;
	width: 140px;
	height: 140px;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-image: url(../images/play.png);
	display: none;
}
.ab5 .ab5_slide .img:hover::after{
	display: block;
}
.ab5 .ab5_slide .swiper-wrapper{
	margin-bottom: 100px;
}
.ab5 .ab5_slide .swiper-pagination-bullet{
	opacity: 1;
	width: 40px;
	height: 5px;
	border-radius: 0;
	background-color: #d9d9d9;
	outline: none;
	border: none;
}
.ab5 .ab5_slide .swiper-pagination-bullet-active{
	background-color: #fabe00;
}





.download{
    padding-top:40px;
}

.download .search{
	width: 600px;
	margin: 0 auto;
	box-sizing: border-box;
	/* border-radius: 15px; */
	background-color: #fff;
	position: relative;
	
}
.download .search input{
	color: #666;
	font-size: 16px;
	line-height: 30px;
	width: 550px;
	padding: 15px 30px;
	box-sizing: border-box;
	display: inline-block;
	background-color: #f5f5f5;
}
.download .search button{
	width: 40px;
	border: none;
	outline: none;
	padding: 30px 0;
	position: absolute;
	top: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 21px 21px;
	background-image: url(../images/search3.png);
	background-color: #f5f5f5;
}
.download .search button:hover{
	cursor: pointer;
}