@charset "utf-8";

.swiper-banner{
	position: relative;
	overflow: hidden;
}
.swiper-banner .swiper-slide img{
	display: block;
	width: 100%;
	max-height: calc(100vh - 76px);
	min-height: 600px;
	object-fit: cover;
}
.swiper-banner .banner-pagination{
	bottom: 40px;
	position: absolute;
	width: 100%;
	left: 0;
	text-align: center;
	z-index: 99;
}
.swiper-banner .swiper-pagination-bullet{
	opacity: 1;
	width: 14px;
	height: 14px;
	position: relative;
	background: none;
	display: inline-block;
	margin: 0 8px !important;
	background: rgba(255,255,255,0.6);
}
.swiper-banner .swiper-pagination-bullet-active{
	background: #fff;
}
.swiper-banner .banner-next,.swiper-banner .banner-prev{
	position: absolute;
	width: 32px;
	height: 62px;
	background-repeat: no-repeat;
	background-position: center center;
	top: 50%;
	margin-top: -31px;
	cursor: pointer;
	z-index: 10;
}
.swiper-banner .banner-prev{
	left: 50%;
	margin-left: -800px;
	background-image: url(../images/ban_l.png);
}
.swiper-banner .banner-next{
	left: 50%;
	margin-left: 800px;
	background-image: url(../images/ban_r.png);
}
.ind_tt{
	text-align: center;
}
.ind_tt .h3{
	font-size: 56px;
	font-weight: bold;
	height: 66px;
	line-height: 66px;
	color: rgba(51,51,51,0.06);
	text-transform: uppercase;
	position: relative;
	overflow: hidden;
}
.ind_tt .h3 p{
	position: absolute;
	left: 0;
	top: 18px;
	width: 100%;
}
.ind_tt .h3 p span{
	display: inline-block;
	font-size: 30px;
	color: #333333;
	background: #fff;
	line-height: 30px;
	vertical-align: top;
	padding: 0 5px;
	letter-spacing: 3px;
}
.ind_tt .p{
	font-size: 16px;
}

.ind_alist{
	width: 100%;
	overflow: hidden;
}
.ind_alist li{
	width: 322px;
	float: left;
	padding-right: 20px;
}
.ind_alist li:last-child{
	padding-right: 0;
}
.ind_alist li .img{
	position: relative;
	overflow: hidden;
	display: block;
}
.ind_alist li .img img{
	display: block;
	width: 100%;
	height: 446px;
	object-fit: cover;
}
.ind_alist li .hv{
	position: absolute;
	left: 0;
	text-align: center;
	width: 100%;
	bottom: 0;
	height: 66px;
	background: rgba(0,0,0,0.5);
	color: #fff;
}
.ind_alist li .hv .p{
	padding:0px 15px 5px;
	line-height: 1.8;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.ind_alist li .hv .h3{
	line-height: 66px;
	font-size: 22px;
}
.ind_alist li a:hover .hv{
	height: 185px;
	background: #fff;
	color: #666;
}
.ind_alist li a:hover .hv .h3{
	color: #212121;
}
.ind_alist li a:hover .hv span{
	color: #ec0002;
}

.ind_b{
	padding: 66px 0;
	background: url(../images/ind_bbg.jpg) no-repeat center center;
	background-size: cover;
	min-height: 454px;
}
.ind_b .ind_bsp{
	float: left;
	width: 650px;
	height: 454px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.ind_b .ind_bsp img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.ind_b .ind_bsp i{
	width: 64px;
	height: 64px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -32px;
	margin-top: -32px;
	display: block;
	background: url(../images/sp_ico.png) no-repeat center center;
	border-radius: 50px;
}
.ind_b .ind_bsp:hover i{
	background-color: #fff;
}
.ind_b .ind_bab{
	float: right;
	width: 640px;
}
.ind_b .ind_bab .h3{
	line-height: 1.4;
}
.ind_b .ind_bab .p{
	font-size: 15px;
	line-height: 1.9;
	padding: 35px 0;
}
.ind_b .ind_bab ul li{
	display: inline-block;
	text-align: center;
	padding-right: 90px;
}
.ind_b .ind_bab ul li:last-child{
	padding-right: 0;
}
.ind_b .ind_bab ul li strong{
	color: #eb3d00;
	font-size: 26px;
	font-weight: bold;
}
.ind_b .ind_bab ul li .v{
	padding-top: 5px;
}
.ind_b .ind_bab .m{
	padding-top: 100px;
}
.ind_b .ind_bab .m a{
	line-height: 35px;
	display: inline-block;
	background: #eb3d00;
	color: #fff;
	padding: 0 22px;
	border-radius: 3px;
}
.ind_b .ind_bab .m a:hover{
	padding: 0 35px;
}

.ind_clist{
	overflow: hidden;
}
.ind_clist li{
	float: left;
	width: 425px;
	padding-right: 36px;
	padding-bottom: 36px;
}
.ind_clist li:nth-child(3n){
	padding-right: 0;
}
.ind_clist li .img{
	height: 300px;
	width: 100%;
	overflow: hidden;
}
.ind_clist li .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.ind_clist li p{
	height: 64px;
	line-height: 64px;
	background: #f6f6f6;
	font-size: 16px;
	text-align: center;
}
.ind_clist li:hover p{
	background: #eb3d00;
	color: #fff;
}
.ind_c .ind_m{
	text-align: center;
	padding-top: 10px;
}
.ind_c .ind_m a{
	line-height: 34px;
	padding: 0 22px;
	border: 1px solid #dcdcdc;
	border-radius: 3px;
	display: inline-block;
}
.ind_c .ind_m a:hover{
	border-color: #eb3d00;
	background: #eb3d00;
	color: #fff;
}

.ind_d{
	background: #f9f9f9;
}
.ind_newimg{
	float: left;
	width: 700px;
	overflow: hidden;
	height: 485px;
	position: relative;
}
.ind_newimg .swiper-slide img{
	display: block;
	width: 100%;
	height: 485px;
	object-fit: cover;
}
.ind_newimg .new-pagination{
	position: absolute;
	right: 0;
}
.ind_newimg .new-pagination{
	position: absolute;
	right: 20px;
	bottom: 15px;
	font-size: 15px;
	color: #c8c8c8;
	z-index: 10;
	left: auto;
	width: auto;
}
.ind_newimg .new-pagination .swiper-pagination-current{
	color: #fff;
}
.ind_newimg .ind_newtit{
	position: absolute;
	z-index: 9;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60px;
	line-height: 60px;
	background: url(../images/new_bg.png) no-repeat center bottom;
	background-size: cover;
	box-sizing: border-box;
	padding: 0 75px 0 20px;
	font-size: 16px;
	color: #fff;
}
.ind_newimg .new-prev,.ind_newimg .new-next{
	position: absolute;
	width: 35px;
	height: 35px;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: rgba(0,0,0,0.6);
	top: 50%;
	margin-top: -17.5px;
	cursor: pointer;
	z-index: 11;
	border-radius: 50%;
}
.ind_newimg .new-prev{
	left: 10px;
	background-image: url(../images/new_l.png);
}
.ind_newimg .new-next{
	right: 10px;
	background-image: url(../images/new_r.png);
}

.ind_newlist{
	float: right;
	width: 590px;
}
.ind_newlist .ind_newtit{
	line-height: 36px;
	border-bottom: 1px solid #d2d2d2;
	padding: 5px 0;
}
.ind_newlist .ind_newtit h3{
	float: left;
	font-size: 20px;
	color: #eb3d00;
	font-weight: bold;
}
.ind_newlist .ind_newtit a{
	float: right;
	color: #666666;
	font-size: 14px;
	line-height: 20px;
	padding-top: 12px;
}
.ind_newlist .ind_newtit a font{
	color: #da251d;
}
.ind_newlist .ind_newtit a:hover{
	color: #da251d;
}
.ind_newlist .ind_newul li{
	padding: 30px 0;
	border-bottom: 1px solid #d2d2d2;
}
.ind_newlist .ind_newul li:last-child{
	border-bottom: 0;
	padding-bottom: 0;
}
.ind_newlist .ind_newul li .h3{
	line-height: 30px;
	padding-bottom: 14px;
}
.ind_newlist .ind_newul li .h3 a{
	display: block;
	font-size: 16px;
}
.ind_newlist .ind_newul li .h3 span{
	color: #999999;
	float: right;
	padding-left: 15px;
}
.ind_newlist .ind_newul li .p{
	color: #767676;
	line-height: 25px;
	height: 50px;
	overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;  /*要显示的行数*/
    -webkit-box-orient: vertical;
}
.ind_newlist .ind_newul li:hover .h3 a{
	color: #eb3d00;
}


.video_com{
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 99990;
	background: rgba(0,0,0,0.7);
	left: 0;
	top: 0;
	display: none;
}
.video_flex{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.video_v{
	width: 90%;
	max-width: 750px;
	position: relative;
	background: #fff;
	border-radius: 6px;
	padding: 10px;
	box-sizing: border-box;
}
.video_v #video{
	height: 430px;
	display: block;
	width: 100%;
}
.video_v .video{
	display: inline-block;
	vertical-align: top;
}
.video_v .close_i{
	position: absolute;
	right: 0px;
	top: -28px;
	width: 18px;
	height: 18px;
	background: url(../images/close_ico.png) no-repeat center center;
	background-size: 100%;
	cursor: pointer;
}
