﻿.xian{
	position: relative;
	padding-bottom: 14px;
}
.xian::after{
	content: "";
	width: 30px;
	height: 5px;
	background-color: rgb( 241, 145, 73 );
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

/*  */
.risk-ulbox>li{
	width: calc(100% / 4);
	width: -moz-calc(100% / 4);
	width: -webkit-calc(100% / 4);
	padding: 0 30px;
	float: left;
}
.gnimg{
	height: 74px;
	/* overflow: hidden; */
	text-align: center;
}
.gnimg>img{
	max-height: 100%;
	transition: all .4s;
}
.gntxt{
	margin-top: 20px;
}
.gntit{
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.gnsub{
	font-size: 14px;
	color: #666666;
	text-align: center;
	line-height: 18px;
	margin-top: 10px;
	height: 72px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
.risk-ulbox>li:hover .gnimg>img{
	transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transition: all .4s;
}

.scene-cont .risk-ulbox>li{
	width: calc(100% / 3);
	width: -moz-calc(100% / 3);	
	width: -webkit-calc(100% / 3);
	padding: 0 90px;
}
.scene-cont .gnsub{
	height: 36px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

/* 浜у搧浼樺娍 */
.risk-probox{
	background: url(../images/iys1.png) no-repeat center;
	background-size: cover;
}
.pro-adva>ul>li{
	width: 33.3333%;
	float: left;
}
.adv-licon{
	width: 247px;
	height: 286px;
	background: url(../images/db1.png) no-repeat;
	background-size: cover;
	position: relative;
	padding:80px 20px 20px;
	transition: all .4s;
	overflow: hidden;
}

.advimg{
	height: 84px;
	margin-bottom: 10px;
	overflow: hidden;
	text-align: center;
}
.advimg>img{
	max-height: 100%;
}
.advtxt{
	font-size: 16px;
	font-weight: bold;
	color: #13b5b1;
	text-align: center;
}
.pro-adva>ul>li .adv-licon:hover {
	background: url(../images/db2.png) no-repeat;
	background-size: cover;
	transition: all .4s;
}
.pro-adva>ul>li .adv-licon:hover .hor-bef{
	display: none;
	transition: all .4s;
}
.hor-aft{
	display: none;
}
.hor-aft .advtxt{
	color: #fff;
}
.adv-sub{
	font-size: 14px;
	color: #ffffff;
	line-height: 20px;
	margin-top: 20px;
	text-align: center;
}

.pro-adva>ul>li .adv-licon:hover .hor-aft{
	display: block;
	transition: all .4s;
}
.pro-adva>ul>li:nth-child(4) .adv-licon,
.pro-adva>ul>li:nth-child(5) .adv-licon,
.pro-adva>ul>li:nth-child(6) .adv-licon{
	float: right;
}

/*  */
.risk-video{
	font-size: 0;
}
.risk-video video{
	height: 500px;
}