

.main {
	margin-bottom: 90px;
}
.main .top{
	margin: 80px 0;
}
.main .top h1 {
	color: #333333;
	text-align: center;
	position: relative;
}

.main .top h1:after {
	display: block;
	content: '';
	width: 40px;
	height: 2px;
	background-color: #5268F2;
	position: absolute;
	left: 50%;
	bottom: -10px;
	margin-left: 0;
	transform: translateX(-50%);
}

.main .new .left,
.right {
	overflow: hidden;
	position: relative;
}

.main .new .text{
	width: 100%;
	box-sizing: border-box;
	background: linear-gradient(rgba(0,0,0,0) 0%,rgba(0,0,0,0.96) 100%);
	padding: 30px;
	position: absolute;
	bottom: -60px;
	left: 0;
	transition: all .5s;
}

.main .new .text p {
	margin: 5px 0;
}

.main .new .text .cate {
	color: #fff;
	line-height: 1.6;
}

.main .new .text .name {
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.5;
}

.main .new .text a {
	display: block;
	margin-top: 40px;
	color: #fff;
	cursor: pointer;
}
.main .new .text a span{
	margin-left: 10px;
	color: #007aff;
}
.main .new .new1-content {
	margin: 20px 0;
}

.main .new .new1-content .left,
.right {
	max-height: 415px;
}

.main .new .new1-content .left img {
	height: 415px;
}

.main .new .new1-content .right img {
	height: 415px;
}

.main .new .new2-content {
	margin: 20px 0;
}

.main .new .new2-content .left,
.right {
	max-height: 415px;
}

.main .new .new2-content .left img {
	height: 415px;
}

.main .new .new2-content .right img {
	height: 415px;
}

.main .new .new3-content {
	display: flex;
	justify-content: space-between;
	margin: 20px 0;
}

.main .new .new3-content .left {
	max-height: 293px;
}

.main .new .new3-content .left img {
	height: 293px;
}

.main .new img {
	transition: .5s all;
}

.main .new .left:hover img{
	transform: scale(1.08);
}
.main .new .left:hover .text{
	position: absolute;
	bottom: 0;
}
.main .new .right:hover img{
	transform: scale(1.08);
}
.main .new .right:hover .text{
	position: absolute;
	bottom: 0;
}
.icon {
	position: fixed;
	bottom: 67px;
	right: 0;
}

.icon img {
	width: 40px;
	opacity: 0.7;
}

.video {
	position: relative;
}

.video video {
	width: 100%;
}

.video .img {
	position: absolute;
	left: 0;
	top: 0;
}

.video .img img {
	width: 100%;
}

.video .text {
	padding: 0 160px;
	position: absolute;
	left: 0;
	top: 200px;
	color: #fff;
}

.video .text h2 {
	font-size: 30px;
	margin-bottom: 20px;
}

.video .text h2:after {
	content: "";
	display: block;
	margin-top: 20px;
	width: 140px;
	height: 2px;
	background-color: #007aff;
}

.video .text p {
	margin: 30px 0 50px 0;
}

.video .text a {
	color: #fff;
	padding: 10px 50px;
	border: 1px solid #fff;
}

.video .text a:hover {
	background-color: #c7000b;
	border: 1px solid #c7000b;
}
.main .news{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.main .news .new-content{
	width: 416px;
	height: 520px;
	background-color: #f8f8f8;
}
.main .news .scroll{
	overflow-y: auto;
}
.main .news .new-content .img{
	overflow: hidden;
}
.main .news .new-content .img img{
	transition: all .5s;
	vertical-align: bottom;
	width: 100%;
}
.main .news .new-content:hover .img img{
	transform: scale(1.05);
}
.main .news .new-content .text{
	height: 190px;
	padding: 35px 30px;
	transition: all .5s;
}
.main .news .new-content:hover .text{
	background-color: #f3f3f3;
}
.main .news .new-content .text h3{
	margin-bottom: 20px;
}
.main .news .new-content .text .info{
	margin-bottom: 40px;
	color: #333;
}
.main .news .new-content .text p{
	color: #666;
}
.main .news .new-content .item{
	
	padding: 30px 20px;
}
.main .news .new-content .item .list{
	padding: 5px 0;
}
.main .news .new-content .item .list a{
	color: #333;
}
.main .news .new-content .item .list a:hover{
	color: #007aff;
}
.main .news .new-content .item .list h3,
span{
	line-height: 1.8;
}
.main .href{
	text-align: center;
	margin: 80px 0;
}
.main .href a{
	border: 1px solid #000;
	color: #333;
	padding: 10px 50px;
	margin: 0 20px;
	transition: all .1s;
}
.main .href a:hover{
	background-color: #007aff;
	color: #fff;
	border: 1px solid #007aff;
}
