.header-bg {
	margin-top: 70px;
	position: relative;
}
.header-bg img {
	width: 100%;
}
.pack-main {
	border-bottom: 1px solid #E6E6E6;
	text-align: center;
}
.pack-container {
	width: 1200px;
	margin: 50px auto;
}
.pack-container>h1 {
	color: #134098;
	font-size: 40px;
	margin-bottom: 30px;
	font-weight: 700;
}
.pack-container>div:nth-of-type(1) {
	width: 44px;
    height: 5px;
    background: #EE5A37;
    margin: 30px auto;
}
.pack-list {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	color: #FFFFFF;
	font-size: 24px;
	flex-wrap: wrap;
}
.pack-item {
	width: 285px;
	height: 200px;
	border-radius: 5px;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}
.pack-item img {
	width: 100%;
	transition: all 1s;
}
.pack-item:hover img{
	transform: scale(1.05);
}
.pack-item:hover div{
	display: none;
}
.pack-item>div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(19,64,152,0.6);
	border-radius: 5px;
}
.pack-item>div p {
	margin-top: 60px;
	line-height: 170%;
	padding: 0 70px;
}
.pack-bg>div>div {
	display: inline-block;
	cursor: pointer;
}
.pack-bg>div>div:hover {
	background: rgba(0,0,0,0.1);
}
.line2 {
	margin: 20px 0;
}
.line3 {
	text-align: right;
}
.technology img {
	width: 100%;
}
.pack-video {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
}
.video-list {
	cursor: pointer;
}
.video-list div {
	width: 380px;
	height: 260px;
	line-height: 260px;
}
.pack-video div:first-child div {
	background: url(../img/pack/penmashipin_img.png) no-repeat;
}
.pack-video div:nth-child(2) div {
	background: url(../img/pack/tiebiaoshipin_img.png) no-repeat;
}
.pack-video div:nth-child(3) div {
	background: url(../img/pack/baocaiyingshua_img.png) no-repeat;
}
.pack-video div div {
	background-size: contain;
}
.video-list p {
	margin-top: 20px;
	font-size: 24px;
	color: #333333;
}
