/**
 * product Start
 */
.product {
	margin-top: 30px;
}

.product .area {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.product .content {
	width: 980px;
	background-color: #FFFFFF;
}

.product .content .top {
	padding: 0 9px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	line-height: 36px;
	padding-top: 8px;
	margin-bottom: 12px;
}

.product .content .top::after {
	content: '';
	position: absolute;
	border-bottom: 1px solid #000000;
	bottom: 0;
	right: 9px;
	left: 9px;
}

.product .content .top .column {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.product .content .top .column span em {
	color: #2343B2;
}

.product .content .top .column img {
	width: 18px;
	margin-right: 4px;
}

.product .content .top .position span, .product .content .top .position a {
	font-size: 14px;
	color: #666666;
}
/**
 * product End
 */

/**
 * 产品简介 Start
 */
.product .content .intro {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.product .content .intro img {
	width: 579px;
	border: 10px solid #2343B2;
	margin-left: 12px;
}

.product .content .intro .cont {
	width: 369px;
}

.product .content .intro .cont h1 {
	position: inherit;
	color: #2343B2;
	font-size: 24px;
	line-height: 40px;
	text-align: center;
	border-bottom: 1px solid #dddddd;
	margin: 0 30px;
}

.product .content .intro .cont .model {
	font-size: 14px;
	color: #fc3e1f;
	padding: 0 35px;
	line-height: 24px;
	padding-top: 8px;
}

.product .content .intro .cont p {
	font-size: 16px;
	line-height: 30px;
	padding: 0 35px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 7;
}

.product .content .intro .cont .tel {
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	margin-top: 20px;
}

.product .content .intro .cont .tel span {
	font-size: 24px;
	color: #fc3e1f;
	font-family: impact;
	font-weight: normal;
}

.product .content .intro .cont .btn {
	width: 268px;
	font-size: 18px;
	color: #FFFFFF;
	background-color: #2343B2;
	line-height: 36px;
	margin: 0 auto;
	margin-top: 20px;
	text-align: center;
}
/**
 * 产品简介 End
 */

/**
 * 产品详情 Start
 */
.product .content .details .title {
	position: relative;
	width: 956px;
	margin: 0 auto;
	margin-top: 50px;
	
}

.product .content .details .title .name {
	display: inline-block;
	background-color: #2343B2;
	line-height: 50px;
	color: #FFFFFF;
	font-size: 24px;
	position: relative;
	padding: 0 22px;
}

.product .content .details .title .name em {
	position: inherit;
	z-index: 1;
	margin-left: 8px;
}

.product .content .details .title .name::after {
	content: '';
	position: absolute;
	bottom: 0;
	right: -25px;
	border-width: 50px 25px;
	border-style: solid;
	border-color: transparent transparent #2343B2 transparent;
}

.product .content .details .title::after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	border-bottom: 3px solid #2343B2;
}

.product .content .details .title span:nth-child(2) {
	float: right;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.product .content .details .title span:nth-child(2) em {
	font-size: 20px;
	line-height: 50px;
}

.product .content .details .title span:nth-child(2) img {
	margin-left: 8px;
	margin-right: 12px;
	width: 55px;
}

.product .content .details .cont {
	position: relative;
}

.product .content .details .cont .video {
	width: 800px;
	height: 482px;
	background: url(../img/product/video-bg.jpg) no-repeat;
	margin: 50px auto;
}

.product .content .details .cont .text {
	position: absolute;
	z-index: -10;
	color: #ffffff;
	font-size: 1px;
}

.product .content .details .cont .img-text {
	margin: 0 12px;
	text-align: center;
}
.product .content .details .cont .img-text img {
	display: block;
	margin: 0 auto;
}

.product .content .details .cont .page {
	border-top: 1px dashed #999999;
	margin: 0 12px;
	margin-top: 20px;
	line-height: 24px;
	padding-top: 6px;
	margin-bottom: 12px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.product .content .details .cont .page a {
	color: #999999;
}
/**
 * 产品详情 End
 */

