@import url("nav.css");
.header {
	background-color: #111111;
}

.header .right{
	float: right;
	margin-right: 150px;
}

.header .right img {
	width: 100px;
}

.header .right a {
	color: #cccccc;
	font-size: 12px;
	margin: 0 20px;
}

.banner {
	width: 100%;
}

.banner .swiper-container {
	width: 100%;
}

.banner img {
	width: 100%;
}

.banner .swiper-container .swiper-button-prev {
	display: none;
}

.banner .swiper-container .swiper-button-next {
	display: none;
}

.banner .swiper-container:hover .swiper-button-prev {
	display: block;
}

.banner .swiper-container:hover .swiper-button-next {
	display: block;
}

.swiper-button-prev,
.swiper-button-next {
	--swiper-theme-color: #ff0004;
}

.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: #c7000b;
	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.6) 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;
}
.main .new .text a span{
	margin-left: 10px;
	color: #f00;
}
.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: #c7000b;
}

.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: #C7000B;
}
.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: #C7000B;
	color: #fff;
	border: 1px solid #C7000B;
}
.footer{
	padding-top: 20px;
	background-color: #f2f2f2;
}
.footer .footer-top{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0;
	border-bottom: 1px solid #e2e2e2;
}
.footer .footer-top span img{
	width: 30px;
}
.footer .footer-form{
	padding: 50px 0;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #e2e2e2;
}
.footer .footer-form ul h3,
li{
	line-height: 2.8;
}
.footer .footer-form ul li{
	font-size: 14px;
}
.footer .footer-form ul li a{
	color: #595757;
}
.footer .footer-other{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 0;
}
.footer .footer-other ul li{
	font-size: 14px;
	color: #5a5858;
	margin-right: 28px;
	float: left;
}
.footer .footer-other ul li img{
	width: 150px;
}
.footer .footer-bottom{
	height: 50px;
	line-height: 50px;
	background-color: #e6e6e6;
	color: #666666;
	font-size: 14px;
	text-align: center;
}
.footer .footer-bottom span{
	margin: 0 15px;
}