@charset "utf-8";

.icn_banner {
	height: 800px;
/* 	border-top-right-radius: 25px;
	border-bottom-left-radius: 25px; */
	font-size: 0;
}
.icn_banner img{
	width: 100%;
	height: 100%;
}




/* 页眉 */
.header{
	color: #666666;
	font-size: 18px;
	width: 100%;
	padding-top: 35px;
	padding-bottom: 30px;
	/* position: absolute;
	top: 0;
	left: 0; */
	position: relative;
	z-index: 99;
	background-color: #fff;
	box-sizing: border-box;
}
.header h1{
	width: 290px;
	height: 50px;
	float: left;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/logo.png);
	background-size: 100% auto;
}
.header h1 a{
	display:inline-block;
	width:100%;
	height:100%;
	text-indent: -9999px;
}

.header .nav{
	display: inline-block;
	float:right;
	margin-right:25px;
}
.header .nav li{
	color: #333;
	font-size: 18px;
	display: inline-block;
	margin: 0 5px;
}
.header .nav li.on,
.header .nav li:hover 
{
	color: #503829;
}
.header .nav li a{
	padding: 15px 20px;
	display: inline-block;
}
.header .a_grop{
	padding: 15px 0;
	float: right;
	margin-right: 25px;
}
.header .a_grop a{
	width: 22px;
	height: 22px;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 100%;
	background-image: url(../images/header_search.png);
	display: inline-block;
}



.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/header_search.png);
	position: absolute;
	right:0;
	top:0;
}



.footer{
	background-color: #202020;
	color:#fff;
}
.footer .fhader{
	padding:60px 0;
	border-bottom:#373737 1px solid;
}
.footer .fhader .flogo{
	display:inline-block;
	float:left;
}
.footer .fhader .fnav{
	display:inline-block;
	float:right;
	overflow: hidden;
	margin-top:40px;
}
.footer .fhader .fnav ul li{
	height:35px;
	line-height:35px;
	display:inline-block;
	float:left;
	font-size:27px;
	margin-left:15px;
	position: relative;
}
.footer .fhader .fnav ul li::after{
	display:inline-block;
	content:'';
	position: absolute;
	right:-8px;
	top:10%;
	width:1px;
	height:80%;
	background-color: #fff;
}
.footer .fhader .fnav ul li:last-child(1)::after{
	display: none;
}
.footer .fhader .fnav ul li:hover{
	color:#d97a15;
}
.footer .fhader .fnav ul li a{
	display:block;
	padding:0 15px;
}

.footer .ftext{
	padding:8px 0;
	margin-bottom:5px;
}
.footer .ftext ul li{
	font-size:30px;
	color:#f5f5f5;
	display:inline-block;
	width:40%;
	height:55px;
	line-height:55px;
	float:left;
}
.footer .ftext ul li:nth-child(2n){
	float:right;
}

.footer .ftext2{
	padding:5px 0;
	margin-bottom:10px;
}
.footer .ftext2 .list{
	display:inline-block;
}
.footer .ftext2 .list h4,
.footer .ftext2 .list p{
	font-size:30px;
	line-height:45px;
}


.company{
	font-size:19px;
	padding:25px 0;
	border-top:#373737 1px solid;
	color:#666;
}
.company span{
	float:right;
}


/* 页尾 */
/* .footer{
	background-color: #202020;
}
.footer .top{
	padding: 60px 0;
	margin-bottom: 40px;
	border-bottom: 1px solid #373737;
}
.footer .top .footer_logo{
	width: 309px;
	height: 61px;
	float: left;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-image: url(../images/footer_logo.png);
}
.footer .top .footer_logo a{
	width: 100%;
	height: 100%;
	display: inline-block;
}
.footer .top ul {
	float: right;
}
.footer .top ul li{
	color: #fff;
	font-size: 16px;
	line-height: 36px;
	margin: 0 5px;
	display: inline-block;
}
.footer .top ul li a{
	padding: 15px 20px;
	display: inline-block;
	box-sizing: border-box;
}
.footer .top ul li a:hover{
	text-decoration: underline;
}
.footer .center{
	padding-bottom: 65px;
	border-bottom: 1px solid #373737;
}
.footer .center .code{
	float: left;
}
.footer .center .code .item{
	color: #fff;
	font-size: 16px;
	line-height: 36px;
	text-align: center;
	width: 140px;
	display: inline-block;
}
.footer .center .code .item:first-child{
	margin-right: 25px;
}
.footer .center .code .item img{
	width: 140px;
	height: 140px;
}
.footer .center .li_box{
	float: right;
}
.footer .center .li_box .li{
	color: #fff;
	line-height: 36px;
	display: inline-block;
}
.footer .center .li:first-child{
	margin-right: 80px;
}
.footer .center .li_box .li .img{
	width: 50px;
	height: 50px;
	margin-bottom: 15px;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto 100%;
}
.footer .center .li_box .li:first-child .img{
	background-image: url(../images/footer_icon1.png);
}
.footer .center .li_box .li:last-child .img{
	background-image: url(../images/footer_icon2.png);
}
.footer .center .li_box .li span{
	font-size: 18px;
}
.footer .center .li_box .li p{
	font-size: 30px;
}
.footer .center .li_box .li:last-child p{
	font-size: 16px;
}
.footer .copy{
	color: #666;
	font-size: 16px;
	line-height: 36px;
	padding: 35px 0;
}
.footer .copy span:first-child{
	float: left;
}
.footer .copy span:last-child{
	float: right;
} */



/* 首页-广告图 */
.ibanner {
	/* margin-bottom: 110px; */
}
.ibanner img{
	width: 100%;
	height: 100%;
}
.ibanner .swiper-pagination{
	margin-bottom: 5px;
}
.ibanner.swiper .swiper-pagination-bullet{
	outline: none;
	opacity: 1;
	background-color: #fff;
	margin: 0 8px;
}
.ibanner.swiper .swiper-pagination-bullet-active{
	width: 8px;
	height: 8px;
	border: 1px solid #fff;
	box-sizing: border-box;
	background-color: rgba(0,0,0,0);
}





/* 首页-案例 */
.icase{
	padding-bottom: 80px;
	background-color: #35383b;
	padding-top:50px;
}
.icase .pub_tit{
	margin-bottom: 90px;
}
.icase .pub_tit i{
	font-size: 60px;
}
.icase .pub_tit i::after{
	width: 459px;
	height: 95px;
	left: -30px;
	background-image: url(../images/icase_titbg.png);
}


.icase_box .kt{
	width: 550px;
	height: 665px;
	float: left;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-image: url(../images/icase1.jpg);
}
.icase_box .kt .mask{
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.4);
	position: relative;
	opacity: 0;
}
.icase_box .kt .mask:hover{
	opacity: 1;
}
.icase_box .kt .mask p{
	text-align: center;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	padding-top: 60px;
	box-sizing: border-box;
	background-color: rgba(174,142,122,0.5);
	position: absolute;
	top: 50%;
	margin-top: -100px;
	left: 50%;
	margin-left: -100px;
	/* transform: translateY(15px); */
	transition: all .5s;
}
/* .icase_box .kt:hover .mask p{
	transform: translateY(-15px);
} */
.icase_box .kt .mask p i{
	width: 72px;
	height: 60px;
	margin: 0 auto;
	display: block;
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-image: url(../images/icase_icon1.png);
}
.icase_box .kt .mask p span{
	color: #fff;
	font-size: 16px;
	line-height: 30px;
}



.icase_box .item_box{
	width: 738px;
	float: right;
/* 	border: 1px solid red; */
}
.icase_box .item_box .item{
	float: left;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	margin-bottom: 15px;
}
.icase_box .item_box .item:nth-child(1){
	width: 738px;
	height: 325px;
	background-image: url(../images/icase2.jpg);
}
.icase_box .item_box .item:nth-child(2){
	width: 360px;
	height: 325px;
	margin-right: 17px;
	background-image: url(../images/icase3.jpg);
}
.icase_box .item_box .item:nth-child(3){
	width: 360px;
	height: 325px;
	background-image: url(../images/icase4.jpg);
}

.icase_box .item_box .item .mask{
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.4);
	position: relative;
	opacity: 0;
}
.icase_box .item:hover .mask{
	opacity: 1;
}
.icase_box .item_box  .item p{
	text-align: center;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	padding-top: 60px;
	box-sizing: border-box;
	background-color: rgba(174,142,122,0.5);
	position: absolute;
	top: 50%;
	margin-top: -100px;
	left: 50%;
	margin-left: -100px;
	/* transform: translateY(15px); */
	transition: all .5s;
}
/* .icase_box .item_box .item:hover  p{
	transform: translateY(-15px);
} */
.icase_box .item_box .item p i{
	width: 72px;
	height: 60px;
	margin: 0 auto;
	display: block;
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-image: url(../images/icase_icon1.png);
}
.icase_box .item_box .item p span{
	color: #fff;
	font-size: 16px;
	line-height: 30px;
}




/* 首页-产品 */
.ipro{
	/* margin-bottom: 120px; */
	background-color: #35383b;
	padding-top:260px;
	padding-bottom: 60px;
}
.ipro .pub_tit{
	margin-bottom: 85px;
}
.ipro .pub_tit i{
	font-size: 60px;
}
.ipro .pub_tit i::after{
	width: 736px;
	height: 95px;
	left: -100px;
	z-index: 1;  
	background-image: url(../images/ipro_titbg.png);
}
.ipro  .ipro_slide{
	position: relative;
}
.ipro  .ipro_slide .swiper-slide{
	width: 1300px;
	height: 500px;
	background-color: #f2f2f2;
}
.ipro  .ipro_slide .left{
	width: 750px;
	height: 500px;
/* 	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-image: url(../images/ipro1.jpg); */
	position: relative;
	float: left;
}
.ipro  .ipro_slide .left .img{
	width: 100%;
	height: 100%;
}
.ipro  .ipro_slide  .left a{
	width: 100%;
	height: 100%;
	display: inline-block;
}
.ipro  .ipro_slide  .left .txt{
	color: #fff;
	width: 100%;
	padding: 30px;
	box-sizing: border-box;
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	left: 0;
	bottom: 0;
}
.ipro  .ipro_slide  .left .txt p{
	float: left;
}
.ipro  .ipro_slide  .left .txt span{
	font-size: 18px;
	line-height: 30px;
	display: block;
}
.ipro  .ipro_slide  .left .txt i{
	font-size: 16px;
}
.ipro  .ipro_slide  .left .txt em{
	width: 40px;
	height: 40px;
	display: block;
	float: right;
	background-color: #da7a15;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 18px 12px;
	background-image: url(../images/ipro_arrow.png);
}
.ipro  .ipro_slide  .right{
	width: 550px;
	float: right;
	padding: 60px 95px 35px 95px;
	box-sizing: border-box;
	position: relative;
}
.ipro  .ipro_slide  .right h4{
	color: #333;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 30px;
}
.ipro  .ipro_slide  .right .txt{
	margin-bottom: 30px;
}
.ipro  .ipro_slide  .right .txt p{
	color: #333;
	font-size: 16px;
	line-height: 30px;
}
.ipro  .ipro_slide  .right .pic_box{
	width: 340px;
	height: 130px;
	overflow: hidden;
}
.ipro  .ipro_slide  .right .pic_box .img{
	width: 65px;
	height: 130px;
	float: left;
	margin-right: 26px;
}
.ipro  .ipro_slide  .right .pic_box .img:nth-child(4){
	margin-right: 0;
}
.ipro  .ipro_slide  .right .news_ipro{
	text-align: center;
	width: 110px;
	height: 110px;
	background-color: #da7a15;
	position: absolute;
	top: 0;
	right: 0;
	padding: 30px 10px 20px 10px;
	box-sizing: border-box;
}
.ipro  .ipro_slide  .right .news_ipro i{
	color: #fff;
	font-size: 35px;
	line-height: 35px;
	font-weight: bold;
	display: block;
}
.ipro  .ipro_slide  .right .news_ipro span{
	color: #fff;
	font-size: 16px;
	line-height: 38px;
}
.ipro  .ipro_slide  .btn_grop{
	position: absolute;
	top: 420px;
	right: 365px;
	z-index: 1;
	width: 90px;
	display: flex;
	justify-content: space-between;
}
.ipro  .ipro_slide  .btn_grop .swiper-button-prev,
.ipro  .ipro_slide  .btn_grop .swiper-button-next{
	color: #fff;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	position: static;
	border: none;
	outline: none;
	margin: 0;
	background-color: #bebebe;
}
.ipro  .ipro_slide  .btn_grop .swiper-button-prev:hover,
.ipro  .ipro_slide  .btn_grop .swiper-button-next:hover{
	background-color: #da7a15;
}
.ipro  .ipro_slide  .btn_grop .swiper-button-prev::after,
.ipro  .ipro_slide  .btn_grop .swiper-button-next::after{
	font-size: 16px;
}



/* 首页-产品分类 */
.ipro2{
	padding: 100px 0;
	background-color: #35383b;
}
.ipro2 .pub_tit{
	text-align: left;
	margin-bottom: 45px;
}
.ipro2 .pub_tit div{
	float: left;
}
.ipro2 .pub_tit i{
	font-size: 60px;
}
.ipro2 .pub_tit i::after{
	width: 482px;
	height: 70px;
	left: 0;
	z-index: 1;  
	background-image: url(../images/ipro2_titbg_.png);
}
.ipro2 .pub_tit a{
	color: #666;
	font-size: 18px;
	font-weight: bold;
	font-style: oblique;
	width: 150px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: block;
	border-radius: 25px;
	border: 1px solid #a5a5a5;
	float: right;
	margin-top: 30px;
}
.ipro2 .pub_tit a:hover{
	color: #da7a15;
}


.ipro2 .list_box .list{
	width: 17%;
	margin-right: 1%;
	height: 520px;
	float: left;
/* 	background-position: left center;
	background-repeat: no-repeat;
	background-size: cover; */
	transition: all .5s ease-in-out;
	overflow: hidden;
	position: relative;
}
ipro2 .list_box .img{
	width: 100%;
	height: 100%;
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
}
.ipro2 .list_box .list.on{
	width: 46%;
}
.ipro2 .list_box .list:last-child{
	margin-right: 0;
}
.ipro2 .list_box .list a{
	width: 100%;
	height: 100%;
	display: inline-block;
}
.ipro2 .list_box .list .mask{
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: rgba(0,0,0,0.4);
	position: absolute;
	top: 0;
	left: 0;
}
.ipro2 .list_box .list.on .mask{
	opacity: 0;
}
.ipro2 .list_box .list  .txt{
	color: #fff;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	padding: 20px 15px;
}
.ipro2 .list_box .list .txt h4{
	font-size: 16px;
	line-height: 30px;
	transition: all .5s;
}
.ipro2 .list_box .list .txt h4.on{
	font-size: 24px;
}
.ipro2 .list_box .list .txt p{
	font-size: 16px;
	line-height: 40px;
	transition: all .5s;
	display: none;
}
.ipro2 .list_box .list.on .txt p{
	display: block;
}



/* 首页-加盟 */
.ijoin{
	width: 100%;
	height: 670px;
	padding-top: 110px;
	box-sizing: border-box;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/ijoin_bg.jpg);
	position: relative;
	/* margin-bottom: 280px; */
}
.ijoin .main{
	position: relative;
}
.ijoin .pub_tit{
	text-align: left;
	margin-bottom: 45px;
}
.ijoin .pub_tit i{
	color: #fff;
	font-size: 60px;
}
.ijoin .pub_tit i::after{
	width: 508px;
	height: 60px;
	left: 0;
	z-index: 1;  
	background-image: url(../images/ijoin_titbg.png);
}
.ijoin .pub_tit h3{
	color: #fff;
}

.ijoin p{
	color: #fff;
	font-size: 48px;
	line-height: 60px;
	font-weight: bold;
	margin-bottom: 125px;
}
.ijoin a{
	color: #fff;
	font-size: 16px;
	line-height: 40px;
	font-weight: bold;
	display: block;
}
.ijoin a:hover{
	color: #da7a15;
}
.ijoin .list_box{
	width: 100%;
	padding-top: 55px;
	padding-bottom: 30px;
	background-color: #fff;
	box-shadow: 0px 0px 5px 1px #ddd;
	position: absolute;
	left: 0;
	bottom: -330px;
}
.ijoin .list_box .list{
	width: 324px;
	text-align: center;
	float: left;
	border-right: 1px solid #e2e2e2;
}
.ijoin .list_box .list:last-child{
	border-right: none;
}
.ijoin .list_box .list i{
	width: 45px;
	height: 45px;
	margin: 0 auto;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	display: block;
}
.ijoin .list_box .list:nth-child(1) i{
	background-image: url(../images/join_icon1.png);
}
.ijoin .list_box .list:nth-child(2) i{
	background-image: url(../images/join_icon2.png);
}
.ijoin .list_box .list:nth-child(3) i{
	background-image: url(../images/join_icon3.png);
}
.ijoin .list_box .list:nth-child(4) i{
	background-image: url(../images/join_icon4.png);
}

.ijoin .list_box .list span{
	color: #333;
	font-size: 16px;
	line-height: 60px;
	position: relative;
	padding-bottom: 15px;
}
.ijoin .list_box .list span::after{
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -15px;
	bottom: 0;
	width: 30px;
	height: 3px;
	display: block;
	background-color: #da7a15;
	opacity: 0;
}
.ijoin .list_box .list:hover span::after{
	opacity: 1;
}





/* 首页-关于 */
.iab {
	padding-bottom: 120px;
	background-color: #35383b;
	padding-top:120px;
}
.iab .pub_tit{
	margin-bottom: 55px;
}
.iab .pub_tit i{
	font-size: 60px;
}
.iab .pub_tit i::after{
	width: 474px;
	height: 93px;
	left: -80px;
	background-image: url(../images/ab1_bg1.png);
}
.iab .txt{
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 50px;
	position: relative;
}
.iab .txt::after{
	content: '';
	width: 630px;
	height: 590px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -315px;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-image: url(../images/ab1_bg2.png);
}
.iab .txt p{
	margin-bottom: 30px;
}

.iab .list_box .list{
	width: 410px;
	height: 550px;
	float: left;
	text-align: center;
	margin-right: 35px;
	padding-top: 190px;
	box-sizing: border-box;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto 100%;
}
.iab .list_box .list:last-child{
	margin-right: 0;
}
.iab .list_box .list:nth-child(1){
	background-image: url(../images/ab1_list1.jpg);
}
.iab .list_box .list:nth-child(2){
	background-image: url(../images/ab1_list2.jpg);
}
.iab .list_box .list:nth-child(3){
	background-image: url(../images/ab1_list3.jpg);
}
.iab .list_box .list i{
	color: #fff;
	font-size: 38px;
	font-weight: bold;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.iab .list_box .list p{
	color: #fff;
	font-size: 16PX;
	margin-bottom: 185px;
}
.iab .list_box .list span{
	width: 30px;
	height: 30px;
	display: block;
	margin: 0 auto;
	border: 1px solid #fff;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 7px 7px;
	background-image: url(../images/ab1_icon1.png);
}
.iab .list_box .list:hover span{
	background-color: #da7a15;
	border-color: #da7a15;
}


.abx {
	padding-top:0;
	padding-bottom:
}




/* 首页-新闻 */
.inews{
	padding-bottom: 105px;
	/*padding-top:100px;*/
	background-color: #35383b;
}
.inews .pub_tit{
	margin-bottom: 85px;
}
.inews .pub_tit i{
	font-size: 60px;
}
.inews .pub_tit i::after{
	width: 747px;
	height: 80px;
	left: -130px;
	background-image: url(../images/inews_titbg.png);
}
.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: #da7a15;
}
.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: #da7a15;
	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: #4c4948;
	font-size: 18px;
	line-height: 30px;
	font-weight: bold;
	margin-bottom: 15px;
}
.inews .list:hover .txt h4{
	color: #da7a15;
}
.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;
}





/* 联系我们 */
.con_nav{
	margin-bottom: 120px;
}
.co1{
	margin-bottom: 80px;
}
.co1 .list_box .list{
	color: #333;
	line-height: 30px;
	font-size: 16px;
	width: 400px;
	padding: 40px 15px;
	padding-bottom: 0;
	margin-right: 50px;
	float: left;
	text-align: center;
	box-sizing: border-box;
	transition: all .5s;
	box-shadow: 0 0 20px #ddd;
	min-height: 230px;
}
.co1 .list_box .list:hover{
	transform: translateY(-30px);
}
.co1 .list_box .list:nth-child(3n){
	margin-right: 0;
}
.co1 .list_box .list .img{
	width: 37px;
	height: 36px;
	margin: 0 auto;
	margin-bottom: 25px;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto 100%;
}
.co1 .list_box .list:nth-child(1) .img{
	background-image: url(../images/con_icon1.png);
}
.co1 .list_box .list:nth-child(2) .img{
	background-image: url(../images/con_icon2.png);
}
.co1 .list_box .list:nth-child(3) .img{
	background-image: url(../images/con_icon3.png);
}


#map{
	width: 1300px;
	height: 500px;
	margin: 0 auto;
	margin-bottom: 100px;
}

.con_tit{
	margin-bottom: 55px;
}
.con_tit i{
	font-size: 60px;
}
.con_tit i::after{
	width: 556px;
	height: 80px;
	background-image: url(../images/con_titbg.png);
}


.contact{
	padding-top: 80px;
	padding-bottom: 120px;
	margin-bottom: 120px;
	background-color: #fafafa;
}
/* .contact .main{
	border: 1px solid red;
} */
.contact .li{
	width: 620px;
	overflow: hidden;
	font-size: 16px;
	margin-right: 60px;
	border-bottom: 1px solid #878787;
}
.contact .li:nth-child(2n){
	margin-right: 0;
}
.contact .li p{
	color: #000;
	line-height: 48px;
	padding-left: 15px;
}
.contact .li input{
	color: #666;
	font-size: 16px;
	display: inline-block;
	margin-bottom: 15px;
}
.contact .ligrop {
	display: flex;
	margin-bottom: 70px;
}
.contact .ligrop input{
	width: 620px;
	padding: 0 15px;
	box-sizing: border-box;
	background-color: #fafafa;
}

.contact .msg{
	width: 100%;
	margin-bottom: 70px;
}
.contact .li textarea{
	color: #666;
	font-size: 16px;
	width: 100%;
	padding: 0 15px;
	display: inline-block;
	box-sizing: border-box;
	background-color: #fafafa;
}



.contact .ligrop2 {
	/* display: flex; */
}
.contact .ligrop2 .li{
	width: 620px;
}
.contact .ligrop2  .li p{
	padding-left: 15px;
}
.contact .ligrop2  .li input{
	width: 410px;
	padding: 0 15px;
	display: inline-block;
	margin-bottom: 25px;
	background-color: #fafafa;
}
.contact .ligrop2 .yz{
	margin: 0;
	float: left;
	position: relative;
}

.contact .ligrop2 .yz .img{
	width: 170px;
	height: 60px;
	/* margin-top: 25px; */
	margin-left: 40px;
	display: inline-block;
	position: absolute;
	right: 0px;
	bottom: 0px;
}
 .contact .ligrop2 .yz .img:hover{
	 cursor: pointer;
 }
.contact .ligrop2 button{
	color: #fff;
	font-size: 16px;
	width: 620px;
	height: 60px;
	line-height: 60px;
	border: none;
	outline: none;
	border-radius: 10px;
	background-color: #da7a15;
}
.contact .ligrop2 button:hover{
	cursor: pointer;
}
.contact .ligrop2 .button{
	padding: 0;
	border: none;
	margin-top: 35px;
	float: right;
}




/* 产品 */
/* 产品栏目 */
.pro_nav{
	padding-top: 60px;
	padding-bottom: 50px;
	background-color: #f7f7f7;
}
.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: #da7a15;
	position: relative;
}
.pro_nav .li span::after{
	content: '';
	width: 12px;
	height: 12px;
	position: absolute;
	top: 8px;
	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 ul{
	width: 1000px;
	display: inline-block;
	height: auto;
/* 	overflow: hidden; */
}
.pro_nav ul.on{
	height: 30px;
	overflow: hidden;
}
.pro_nav ul li{
	color: #333;
	font-size: 16px;
	line-height: 30px;
	margin: 0 5px;
	box-sizing: border-box;
	display: inline-block;
}
.pro_nav ul li.on,
.pro_nav ul li:hover
{
	color: #da7a15;
}
.pro_nav ul li a{
	padding: 0 20px;
	box-sizing: border-box;
	display: inline-block;
}
.pro_nav .more{
	color: #4c4948;
	font-size: 16px;
	line-height: 30px;
	padding-right: 15px;
	position: relative;
	display: inline-block;
}
.pro_nav .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(1) .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/pro_search.png);
	background-color: #fff;
}
.pro_nav .search button:hover{
	cursor: pointer;
}




/* 产品列表 */
.pro .list_box {
	padding-top: 50px;
}
.pro .list_box .list{
	text-align: center;
	width: 400px;
	margin-right: 50px;
	margin-bottom: 30px;
	float: left;
	transition: all .5s;
}
.pro .list_box .list:nth-child(3n){
	margin-right: 0;
}
.pro .list_box .list .img_box{
	width: 400px;
	height: 400px;
	background-color: #fbfbfb;
	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 p{
	color: #000;
	font-size: 14px;
	line-height: 30px;
}
.pro .page{
	padding-top: 40px;
	padding-bottom: 60px;
}



/* 产品详情 */
/* 当前系列 */
.prov_banner {
	position: relative;
}
.prov_banner .current{
	width: 100%;
	padding: 17px 0;
	box-sizing: border-box;
	z-index: 99;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.4);
}
.prov_banner .current p{
	color: #fff;
	font-size: 16px;
	line-height: 36px;
	width: 1300px;
	padding-left: 20px;
	margin: 0 auto;
}


/* 产品展示 */
.prov1{
	padding-top: 80px;
	padding-bottom: 60px;
	margin-bottom: 100px;
	background-color: #f5f5f5;
}
.prov1  .prov1_slidebox{
	width: 600px;
	float: left;
}
.prov1 .big_slide{
	width: 480px;
	height: 480px;
	padding-bottom: 60px;
	float: left;
}
.prov1 .big_slide .swiper-slide{
	background-color: #fff;
}
.prov1 .big_slide .img{
	width: 245px;
	height: 480px;
	margin: 0 auto;
}
.prov1 .big_slide .swiper-scrollbar{
	height: 2px;
}
.prov1 .big_slide .swiper-scrollbar-drag{
	height: 5px;
	top: -2px;
	background-color: #da7a15;
}
.prov1 .small_slide {
	width: 105px;
	height: 480px;
	float: right;
}
.prov1 .small_slide .swiper-slide{
	width: 105px;
	height: 105px;
	box-sizing: border-box;
	background-color: #fff;
	border: 1px solid #d2d2d2;
}
.prov1 .small_slide .swiper-slide .img{
	width: 50px;
	height: 105px;
	margin: 0 auto;
}
.prov1 .small_slide .img img{
	width: 100%;
	height: 100%;
}
.prov1 .small_slide .swiper-slide-thumb-active{
	border: 1px solid #da7a15;
}



.prov1 .text_box{
	width: 615px;
	float: right;
	padding-top: 40px;
}
.prov1 .text_box .item1{
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #e2e2e2;
}
.prov1 .text_box .item1 h4{
	color: #333333;
	font-size: 36px;
	line-height: 72px;
}
.prov1 .text_box .item1 p{
	color: #333333;
	font-size: 16px;
	line-height: 24px;
}


.prov1 .text_box .item2{
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #e2e2e2;
}
.prov1 .text_box .item2 p{
	color: #000;
	font-size: 16px;
	line-height: 48px;
	float: left;
	width: 290px;
}
.prov1 .text_box .item2 p span{
	color: #666;
}
.prov1 .text_box  .item3{
	color: #000;
	font-size: 16px;
	line-height: 48px;
}
.prov1 .text_box  .item3 a{
	width: 180px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	display: inline-block;
	background-color: #fff;
	border-radius: 25px;
	margin-right: 10px;
}
.prov1 .text_box  .item3 a:hover{
	color: #fff;
	background-color: #da7a15;
}






/* 场景图展示 */
.prov2{
/* 	padding-top: 100px; */
	padding-bottom: 120px;
	margin-bottom: 100px;
}
.prov2 .pub_tit{
	margin-bottom: 30px;
}
.prov2 .pub_tit i{
	color: #4c4948;
	font-size: 36px;
	line-height: 48px;
	font-weight: bold;
}
.prov2 .pub_tit h3{
	color: #333;
	font-size: 24px;
	line-height: 48px;
}
.prov2 .prov2_slide .img{
	width: 1300px;
	height: 680px;
}
.prov2 .prov2_slide .img img{
	width: 100%;
	height: 100%;
}
.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{
	color: #fff;
	background-color: #da7a15;
}





/* 产品详情 */
.prov3{
	margin-bottom: 75px;
}
.prov3 .pub_tit{
	margin-bottom: 30px;
}
.prov3 .pub_tit i{
	font-size: 36px;
	line-height: 48px;
	font-weight: bold;
}
.prov3 .pub_tit h3{
	color: #000;
	font-size: 24px;
	line-height: 48px;
}
.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;
}





/* 工程案例 */
.case_nav{
	margin-bottom: 65px;
}
.case  .case_option{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 60px;
}
.case  .case_option li{
	color: #666;
	font-size: 16px;
	line-height: 30px;
	display: inline-block;
	background-color: #f4f4f4;
	border-radius: 25px;
	margin: 0 10px;
}
.case  .case_option li:hover,
.case  .case_option li.on{
	color: #fff;
	background-color: #da7a15;
}
.case  .case_option li a{
	padding: 5px 70px;
	display: inline-block;
}
.case .list{
	color: #333;
	font-size: 18px;
	line-height: 36px;
	text-align: center;
	width: 625px;
	float: left;
	margin-right: 50px;
	margin-bottom: 50px;
}
.case .list:hover h4{
	color: #503829;
}
.case .list:nth-child(2n){
	margin-right: 0;
}
.case .list .img{
	width: 100%;
	height: 375px;
	margin-bottom: 20px;
}
.case .page{
	padding-top: 0;
	padding-bottom: 60px;
}



/* 新闻 */
.news_nav{
	margin-bottom: 90px;
}
.news .list{
	margin-bottom: 45px;
	background-color: #f8f8f8;
}
.news .list a{
	width: 100%;
	height: 100%;
	display: inline-block;
}
.news .list .img{
	width: 630px;
	height: 450px;
	float: left;
}
.news .list .text{
	width: 550px;
	float: right;
	padding-top: 55px;
	margin-right: 60px;
}
.news .list .text p span{
	color: #000;
	font-size: 16px;
	line-height: 36px;
	width: 120px;
	height: 35px;
	text-align: center;
	display: inline-block;
	border-radius:25px;
	margin-right: 15px;
	border: 1px solid #da7a15;
}
.news .list .text p em{
	color: #999;
	font-size: 16px;
	line-height: 30px;
}
.news .list .text h4{
	color: #333;
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 35px;
}
.news .list:hover .text h4{
	color: #503829;
}
.news .list .text p{
	color: #666;
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.news .list .text i{
	width: 50px;
	height: 50px;
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 20px 12px;
	background-image: url(../images/news_icon1.png);
	background-color: #da7a15;
}
.news .list:hover .text i{
	background-color: #503829;
}
.news .page{
	padding-top: 40px;
	padding-bottom: 80px;
}




/* 新闻详情 */
.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;
	margin-bottom: 10px;
}
.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;
}



/* 招商加盟 */
/* 四大核心竞争力 */
.jion1{
	margin-bottom: 30px;
}
.jion1 .pub_tit{
	margin-bottom: 90px;
}
.jion1 .pub_tit i{
	font-size: 60px;
}
.jion1 .pub_tit i::after{
	width: 516px;
	height: 80px;
	left: 0;
	background-image: url(../images/join1_titibg.png);
}	

.jion1 .list{
	width: 630px;
	float: left;
	text-align: center;
	padding-bottom: 40px;
	margin-right: 40px;
	margin-bottom: 70px;
	/* box-shadow: 0px 0px 2px 0px #ddd; */
}
.jion1 .list:nth-child(2n){
	margin-right: 0;
}
.jion1 .list .img{
	width: 630px;
	height: 380px;
	margin-bottom: 20px;
}
.jion1 .list i{
	width: 50px;
	height: 50px;
	display: block;
	margin: 0 auto;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto 100%;
}
.jion1 .list:nth-child(1) i{
	background-image: url(../images/join_icon1.png);
}
.jion1 .list:nth-child(2) i{
	background-image: url(../images/join_icon2.png);
}
.jion1 .list:nth-child(3) i{
	background-image: url(../images/join_icon3.png);
}
.jion1 .list:nth-child(4) i{
	background-image: url(../images/join_icon4.png);
}
.jion1 .list span{
	color: #333;
	font-size: 18px;
	line-height: 60px;
}
.jion1 .list:hover span{
	color: #da7a15;
}
.jion1 .list p{
	color: #999;
	font-size: 16px;
	line-height: 30px;
	padding: 0 70px;
}



/* 六大核心竞争力 */
.join2 {
	padding-top: 90px;
	padding-bottom: 50px;
	margin-bottom: 120px;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: cover; 
	background-image: url(../images/join2_bg.jpg);
}
.join2 .pub_tit{
	margin-bottom: 60px;
}
.join2 .pub_tit i{
	font-size: 60px;
}
.join2 .pub_tit i::after{
	width: 516px;
	height: 80px;
	left: 0;
	z-index: 1;
	background-image: url(../images/join2_titbg.png);
}

.join2 .list{
	color: #fff;
	line-height: 30px;
	text-align: center;
	width: 400px;
	height: 225px;
	float: left;
	padding-top: 50px;
	padding-left: 70px;
	padding-right: 70px;
	box-sizing: border-box;
	margin-right: 50px;
	margin-bottom: 50px;
	box-sizing: border-box;
	background: #da7a15;
}
.join2 .list:nth-child(3n){
	margin-right: 0;
}
.join2 .list:hover .img{
	transform: translateY(-15px);
}
.join2 .list .img{
	width: 64px;
	height: 64px;
	margin: 0 auto;
	margin-bottom: 30px;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto 100%; 
	transition: all .5s;
}
.join2 .list:nth-child(1) .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-size: auto 90%; 
	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 h4{
	font-size: 24px;
	margin-bottom: 40px;
}

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



/* 申请经销商 */
.join3{
	width: 1300px;
	margin: 0 auto;
	margin-bottom: 100px;
	margin-bottom: 110px;
	display: flex;
	background-color: #f6f7f7;
}
.join3 .left{
	width: 650px;
	padding-top: 80px;
	box-sizing: border-box;
	text-align: center;
}
.join3 .left h2{
	color: #333;
	font-size: 30px;
	line-height: 36px;
	margin-bottom: 40px;
}
.join3 .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;
}
.join3 .left .igrop{
	display: flex;
	justify-content: center;
	margin-bottom: 10px;
}
.join3 .left .igrop input{
	width: 270px;
}
.join3 .left .igrop .img{
	width: 160px;
	height: 61px;
	display: inline-block;
}
.join3 .left .igrop .img img{
	width: 100%;
	height: 100%;
}
.join3 .left .igrop .img:hover{
	cursor: pointer;
}
.join3 .left p{
	color: #999;
	font-size: 16px;
	line-height: 36px;
	margin-bottom: 20px;
}
.join3 .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: #da7a15;
}
.join3 .left button:hover{
	cursor: pointer;
}
.join3 .img2{
	width: 650px;
	height: 635px;
}
.join3 .img2 img{
	width: 100%;
	height: 100%;
}




/* 关于我们 */
/* 品牌介绍 */
.ab1 {
	margin-bottom: 120px;
	margin-bottom:60px;
}
.ab1 .pub_tit{
	margin-bottom: 55px;
}
.ab1 .pub_tit i{
	font-size: 60px;
}
.ab1 .pub_tit i::after{
	width: 474px;
	height: 93px;
	left: -80px;
	background-image: url(../images/ab1_bg1.png);
}
.ab1 .txt{
	color: #333;
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 50px;
	position: relative;
}
.ab1 .txt::after{
	content: '';
	width: 630px;
	height: 590px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -315px;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-image: url(../images/ab1_bg2.png);
}
.ab1 .txt p{
	margin-bottom: 30px;
}

.ab1 .list_box .list{
	width: 410px;
	height: 550px;
	float: left;
	text-align: center;
	margin-right: 35px;
	padding-top: 190px;
	box-sizing: border-box;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto 100%;
}
.ab1 .list_box .list:last-child{
	margin-right: 0;
}
.ab1 .list_box .list:nth-child(1){
	background-image: url(../images/ab1_list1.jpg);
}
.ab1 .list_box .list:nth-child(2){
	background-image: url(../images/ab1_list2.jpg);
}
.ab1 .list_box .list:nth-child(3){
	background-image: url(../images/ab1_list3.jpg);
}
.ab1 .list_box .list i{
	color: #fff;
	font-size: 38px;
	font-weight: bold;
	margin-bottom: 15px;
}
.ab1 .list_box .list p{
	color: #fff;
	font-size: 16PX;
	margin-bottom: 185px;
}
.ab1 .list_box .list span{
	width: 30px;
	height: 30px;
	display: block;
	margin: 0 auto;
	border: 1px solid #fff;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 7px 7px;
	background-image: url(../images/ab1_icon1.png);
}
.ab1 .list_box .list:hover span{
	background-color: #da7a15;
	border-color: #da7a15;
}





/* 视屏 */
.ab2_video .img{
	width: 100%;
	height: 100%;
	margin-bottom: 80px;
	position: relative;
}
.ab2_video .img::after{
	content: '';
	width: 160px;
	height: 160px;
	position: absolute;
	top: 50%;
	margin-top: -80px;
	left: 50%;
	margin-left: -80px;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-image: url(../images/play.png);
}


.ab2{
	margin-bottom: 70px;
}
.ab2 .text{
	color: #333;
	margin-bottom: 75px;
}
.ab2 .text h4{
	max-width: 195px;
	font-size: 30px;
	line-height: 48px;
	float: left;
}	
.ab2 .text .txt{
	width: 940px;
	font-size: 16px;
	line-height: 30px;
	float: right;
}
.ab2 .text .txt p{
	margin-bottom: 30px;
}
.ab2 .item_box{
	padding: 0 30px;
	margin-bottom: 90px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.ab2 .item_box .item{
	color: #333;
	line-height: 30px;
	font-size: 16px;
}
.ab2 .item_box item span,
.ab2 .item_box item em
{
	display: block;
}
.ab2 .item_box .item p{
	color: #da7a15;
	font-size: 100px;
	font-weight: bold;
	margin: 30px 0;
}
.ab2 .ab2_slide .swiper-wrapper{
	margin-bottom: 80px;
}
.ab2 .ab2_slide  .swiper-pagination-bullet{
	opacity: 1;
	background-color: #b5b5b5;
	margin: 0 7px;
	outline: none;
	border: none;
}
.ab2 .ab2_slide  .swiper-pagination-bullet-active{
	background-color: #da7a15;
}


/* 品牌荣誉 */
.ab3{
	padding-top: 90px;
	padding-bottom: 120px;
	background-color: #f5f5f5;
}
.ab3 .main{
	position: relative;
}
.ab3 .pub_tit{
	margin-bottom: 105px;
}
.ab3 .pub_tit i{
	z-index: 99;
	font-size: 60px;
}
.ab3 .pub_tit i::after{
	width: 396px;
	height: 78px;
	left: -40px;
	background-image: url(../images/ab3_bg.png);
}
.ab3 .ab3_slide{
	width: 1200px;
	height: 530px;
}
.ab3 .ab3_slide .swiper-slide{
	text-align: center;
	padding-top: 50px;
	padding-bottom: 20px;
	box-sizing: border-box;
	background-color: #fff;
	border: 1px solid #e8e8e8;
}
.ab3 .ab3_slide .swiper-slide .img{
	width: 245px;
	height: 350px;
	margin: 0 auto;
}
.ab3 .ab3_slide .swiper-slide h4{
	color: #666;
	font-size: 16px;
	line-height: 83px;
}
.ab3  .swiper-button-prev,
.ab3  .swiper-button-next
{
	color: #2f2f2f;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	border: none;
	outline: none;
	opacity: 1;
	background-color: #fff;
}
.ab3  .swiper-button-prev:hover,
.ab3  .swiper-button-next:hover
{
	color: #fff;
	background-color: #da7a15;
}
.ab3  .swiper-button-prev::after,
.ab3  .swiper-button-next::after
{
	font-size: 24px;
}
.ab3  .swiper-button-prev{
	position: absolute;
	top: 450px;
	left: -30px;
}
.ab3  .swiper-button-next{
	position: absolute;
	top: 450px;
	right: -30px;
}





