﻿@charset "utf-8";

/* CSS Document */
html,
body,
div,
p,
hr,
pre,
h1,
h2,
h3,
h4,
h5,
h6,
table,
tr,
td,
th,
tfoot,
tbody,
thead,
form,
fieldset,
input,
textarea,
label,
ul,
ol,
dl,
li,
dt,
dd,
a,
img,
iframe,
a {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: 0px currentColor;
	font-weight: normal;
	vertical-align: top;
	border: 0;
}

body {
	/* text-align: center; */
	font-family: "Microsoft YaHei", "微软雅黑", "SimHei", "黑体";
	overflow-x: hidden;
}

a,
a:link,
a:hover,
a:visited {
	text-decoration: none;
}

.clear {
	clear: both;
}

.clearfix {
	display: block;
	#zoom: 1;
}

.clearfix:after {
	content: '';
	overflow: hidden;
	width: 100%;
	height: 0px;
	font-size: 0px;
	display: block;
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

body {
	width: 100%;
	height: auto;
}

.full-screen,
.full-screen body {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

body {
	/* background: url('../images/banner.jpg') no-repeat center top/100% auto, url('../images/bg.jpg') no-repeat 0 bottom/100% auto; */
	background: url('../images/bg.jpg') no-repeat 0 bottom/100% auto;
}

/*banner*/
.banner {
	width: 100%;
	margin: 0px auto;
	height: auto;
	position: relative;
	opacity: 0;
}

.banner.active {
	opacity: 1;
}

.title {
	width: 1200px;
	margin: 0px auto 20px;
	/* height: 80px; */
}

.title img {
	/* width: 1200px;
	height: 80px; */
	display: block;
	margin: auto;
}

.more {
	display: block;
	margin: 40px auto 0;
}

/* 导航 */
.nav {
	height: 70px;
	background-color: #ba1b22;
	border-top: 4px solid #f8d4a4;
}

.nav ul {
	/* width: 1200px;
	margin: 0px auto; */
	display: flex;
	justify-content: center;
	width: 100%;
	text-align: center;
}

.nav li {
	position: relative;
	padding: 0 13px;
	line-height: 70px;
	font-family: "Microsoft YaHei", "微软雅黑", "SimHei", "黑体";
	font-size: 24px;
	color: #fff;
	float: left;
	font-weight: bold;
	cursor: pointer;
}

.nav li::after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 30px;
	border-left: 2px solid #fff;
}

.nav li:last-child:after {
	border-left: none;
}

.nav li a,
.nav li a:link {
	color: #fff;
	font-weight: bold;
}

.nav li:hover {
	color: #ffa500;
}

.section {
	width: 1200px;
	margin: 0px auto;
}

.s1 {
	margin-top: 110px;
}

.psg {
	position: relative;
	display: flex;
	justify-content: space-between;
	width: 1165px;
	margin: auto;
}

.act-intro {
	width: 660px;
}

.act-img {
	position: relative;
	display: block;
	height: 360px;
	border: 20px solid #f7e18e;
	border-left-width: 15px;
	border-right-width: 15px;
}

.act-img::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 81px;
	height: 81px;
	background: url('../images/btn-play1.png') no-repeat 0 0/100% 100%;
}

.act-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.act-intro p {
	line-height: 30px;
	margin-top: 0px;
	font-size: 18px;
	color: #000101;
	text-indent:36px;
	text-align:justify;
}

.act-timeline {
	position: absolute;
	right: 0;
	top: 0;
	width: 450px;
	height: 100%;
	background: #a80000;
	padding: 40px 10px;
	box-sizing: border-box;
}

.act-timeline-inner {
	position: relative;
	width: 100%;
	height: 100%;
	overflow-y: auto;
}

.act-timeline h3 {
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	color: #ffce58;
	border-bottom: 1px solid #ffce58;
	text-align: center;
}

.act-timeline ul {
	position: relative;
	/* top: 70px;
	left: 50%; */
	bottom: 0;
	width: 400px;
	/* overflow-y: auto;
	transform: translateX(-50%); */
	margin: 30px auto 0;
}

.act-timeline ul::before {
	content: '';
	position: absolute;
	top: 0;
	left: 8px;
	width: 0;
	height: 100%;
	border-left: 1px solid #ffce58;
}

.act-timeline li {
	position: relative;
	line-height: 1.3;
	margin-bottom: 45px;
	padding-left: 28px;
	font-size: 16px;
	color: #ffce58;
}

.act-timeline li:last-child {
	margin-bottom: 0;
}

.act-timeline li::before {
	content: '';
	position: absolute;
	top: 3px;
	left: 0;
	width: 16px;
	height: 16px;
	background: rgba(255, 255, 255, 0.7);
	border-radius: 50%;
}

.act-timeline li::after {
	content: '';
	position: absolute;
	top: 6px;
	left: 3px;
	width: 10px;
	height: 10px;
	background: rgba(255, 255, 255, 1);
	border-radius: 50%;
}

.s2 {
	margin-top: 90px;
}

.xwjj {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

.news {
	width: 525px;
}

.news li {
	line-height: 1.4;
	padding: 12px 0;
	font-size: 18px;
	color: #000;
	border-bottom: 1px solid #999;
}

.news li a {
	color: #000;
}

.news-focus {
	position: relative;
	width: 655px;
	height: 400px;
}

.news-focus .hd {
	position: absolute;
	z-index: 1;
	left: 0;
	bottom: 17px;
	width: 100%;
	height: 10px;
}

.news-focus .hd ul {
	width: 100%;
	height: 100%;
	zoom: 1;
	padding-right: 10px;
	text-align: right;
	box-sizing: border-box;
}

.news-focus .hd ul li {
	display: inline-block;
	margin: 0 4px;
	width: 10px;
	height: 10px;
	line-height: 10px;
	overflow: hidden;
	background: #fff;
	cursor: pointer;
	text-align: center;
	text-indent: -9999em;
	border-radius: 50%;
}

.news-focus .hd ul li.on {
	background: #e10800;
	border-radius: 5px;
}

.news-focus .bd {
	position: relative;
	height: 400px;
	z-index: 0;
}

.news-focus .bd li {
	zoom: 1;
	vertical-align: middle;
	height: 400px;
}

.news-focus .bd li a {
	display: block;
	height: 100%;
	position: relative;
}

.news-focus .bd img {
	width: 100%;
	height: 400px;
	display: block;
}

.news-focus .bd h3 {
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 45px;
	line-height: 45px;
	overflow: hidden;
	background: rgba(0, 0, 0, 0.7);
	padding: 0 15px;
	font-size: 18px;
	color: #fff;
	box-sizing: border-box;
}

.xwjj-news {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	margin-top: 50px;
}

.xwjj-news li {
	display: flex;
	align-items: center;
	width: 360px;
	height: 66px;
	line-height: 1.4;
	overflow: hidden;
	font-size: 16px;
	color: #000;
}

.xwjj-news li a {
	color: #000;
}

.xwjj-news li a::before {
	content: '.';
	padding: 0 3px 0 0;
	font-size: 20px;
	color: #000;
	vertical-align: text-bottom;

}

.xwjj-switch-nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 95px;
}

.xwjj-switch-nav li {
	width: 290px;
	height: 50px;
	line-height: 50px;
	background: #e3962c url('../images/xwjj-switch.png') no-repeat center;
	font-size: 30px;
	color: #fff;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	text-align: center;
	cursor: pointer;
}

.xwjj-switch-nav li.active {
	background-color: #bb0007;
}

.scyy {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}

.xwjj-switch-box {
	margin-top: 35px;
}

.xwjj-switch-item {
	display: none;
}

.xwjj-switch-item.active {
	display: block;
}

.s3 {
	margin-top: 60px;
}



.scyy li {
	width: 375px;
	height: 310px;
	overflow: hidden;
}

.scyy li a {
	display: block;
	width: 100%;
	height: 100%;
}

.scyy li span {
	position: relative;
	display: block;
	width: 100%;
	height: 255px;
	overflow: hidden;
}

.scyy li span::before {
	content: '';
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 77px;
	height: 77px;
	background: url('../images/btn-play2.png') no-repeat 0 0/100% 100%;
}

.scyy li span img {
	width: 100%;
	height: 100%;
}

.scyy li p {
	width: 100%;
	line-height: 1.3;
	margin-top: 8px;
	font-size: 16px;
	color: #000;
	text-align: center;
}

.s3 .more {
	margin-top: 20px;
}

.s4 {
	margin-top: 60px;
}

.ypxc {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

.ypxc-big {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 610px;
	height: 435px;
}

.ypxc-big::before {
	content: '';
	position: absolute;
	z-index: 1;
	top: 161px;
	left: 50%;
	transform: translate(-50%, 0);
	width: 77px;
	height: 77px;
	background: url('../images/btn-play2.png') no-repeat 0 0/100% 100%;
}

.ypxc-big span {
	display: block;
	width: 100%;
	height: 400px;
	overflow: hidden;
}

.ypxc-big span img {
	width: 100%;
	height: 100%;
}

.ypxc-big h3,
.ypxc li h3 {
	font-size: 16px;
	color: #000;
	text-align: center;
}

.ypxc ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: space-between;
	width: 550px;
	height: 435px;
}

.ypxc li {
	position: relative;
	width: 262px;
	height: 205px;
}

.ypxc li a {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
	height: 100%;
}

.ypxc li a::before {
	content: '';
	position: absolute;
	z-index: 1;
	top: 61px;
	left: 50%;
	transform: translate(-50%, 0);
	width: 55px;
	height: 55px;
	background: url('../images/btn-play2.png') no-repeat 0 0/100% 100%;
}

.ypxc li a span {
	display: block;
	width: 100%;
	height: 177px;
	overflow: hidden;
}

.ypxc li a span img {
	width: 100%;
	height: 100%;
}

.kz {
	position: relative;
	width: 100%;
	height: 325px;
}

/* .kz .hd {
	position: absolute;
	z-index: 1;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 8px;
}

.kz .hd ul {
	width: 100%;
	height: 100%;
	zoom: 1;
	text-align: center;
	box-sizing: border-box;
}

.kz .hd ul li {
	display: inline-block;
	margin: 0 5px;
	width: 72px;
	height: 8px;
	line-height: 10px;
	overflow: hidden;
	background: #ffd4a6;
	cursor: pointer;
	text-align: center;
	text-indent: -9999em;
}

.kz .hd ul li.on {
	background: #fa5133;
	color: #fff;
} */

.kz .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.kz .bd li {
	zoom: 1;
	vertical-align: middle;
	display: flex;
	justify-content: space-between;
}

.kz .bd li a {
	display: block;
	position: relative;
	width: 382px;
	height: 100%;
	padding: 14px;
	border: 1px solid #999;
	box-sizing: border-box;
}

.kz .bd span {
	display: block;
	width: 100%;
	height: 240px;
	overflow: hidden;
}

.kz .bd span img {
	width: 100%;
	height: 100%;
}

.kz .bd h3 {
	line-height: 24px;
	padding: 15px 15px 0;
	font-size: 16px;
	color: #000;
}

.kz .prev,
.kz .next {
	position: absolute;
	top: 125px;
	width: 27px;
	height: 51px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	cursor: pointer;
}


.kz .prev {
	left: 18px;
	background-image: url("../images/btn-left1.png");
}


.kz .next {
	right: 18px;
	background-image: url("../images/btn-right1.png");
}

.s5 {
	margin-top: 60px;
}

.qxcc-t,
.qxcc-b {
	display: flex;
	justify-content: space-between;
	width: 1170px;
}

.qxcc-t li {
	width: 567px;
}

.qxcc-t li span {
	display: block;
	width: 100%;
	height: 330px;
	overflow: hidden;
}

.qxcc-t li span img {
	width: 100%;
	height: 100%;
}

.qxcc-t li h3 {
	line-height: 1.4;
	margin-top: 10px;
	font-size: 18px;
	color: #000;
}

.qxcc-b {
	margin-top: 35px;
}

.qxcc-b li {
	width: 360px;
}

.qxcc-b li span {
	height: 240px;
}

.qxcc-b li p {
	text-align: left;
}



.s6 {
	margin-top: 60px;
}

.cyyd {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 1140px;
	margin: auto;
}

.cyyd li {
	width: 550px;
	height: 440px;
	overflow: hidden;
}

.cyyd li a {
	display: block;
	width: 100%;
	height: 100%;
}

.cyyd li span {
	position: relative;
	display: block;
	width: 100%;
	height: 350px;
	overflow: hidden;
}

.cyyd li span img {
	width: 100%;
	height: 100%;
}

.cyyd li p {
	/* width: 100%; */
	line-height: 1.4;
	margin-top: 10px;
	padding: 0 50px;
	font-size: 18px;
	color: #000;
	text-align: center;
}

.s7 {
	margin-top: 60px;
}

.qmyy {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 1165px;
}

.qmyy ul {
	width: 595px;
}

.qmyy li {
	height: 162px;
	margin-bottom: 20px;
}

.qmyy li:last-child {
	margin-bottom: 0;
}

.qmyy li a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 100%;
}

.qmyy li span {
	display: block;
	width: 253px;
	height: 100%;
	overflow: hidden;
}

.qmyy li span img {
	width: 100%;
	height: 100%;
}

.qmyy li p {
	width: 323px;
	line-height: 1.4;
	font-size: 18px;
	color: #000;
}

.qmyy-big {
	display: block;
	width: 500px;
}

.qmyy-big span {
	display: block;
	width: 100%;
	height: 320px;
	overflow: hidden;
}

.qmyy-big span img {
	width: 100%;
	height: 100%;
}

.qmyy-big p {
	margin-top: 10px;
	line-height: 1.4;
	font-size: 24px;
	color: #000;
	text-align: center;
}

.s8 {
	margin-top: 60px;
	padding-bottom: 310px;
}

.jctj {
	position: relative;
	width: 1160px;
	height: 585px;
	margin-top: 30px;
}

.jctj .hd {
	position: absolute;
	z-index: 1;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 8px;
}

.jctj .hd ul {
	width: 100%;
	height: 100%;
	zoom: 1;
	text-align: center;
	box-sizing: border-box;
}

.jctj .hd ul li {
	display: inline-block;
	margin: 0 5px;
	width: 72px;
	height: 8px;
	line-height: 10px;
	overflow: hidden;
	background: #ffd4a6;
	cursor: pointer;
	text-align: center;
	text-indent: -9999em;
}

.jctj .hd ul li.on {
	background: #fa5133;
	color: #fff;
}

.jctj .bd {
	position: relative;
	height: 585px;
	z-index: 0;
}

.jctj .bd li {
	zoom: 1;
	vertical-align: middle;
}

.jctj .bd li a {
	display: block;
	position: relative;
}

.jctj .bd img {
	width: 100%;
	height: 585px;
	display: block;
}

.jctj .bd h3 {
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 57px;
	line-height: 57px;
	overflow: hidden;
	background: #d1482f;
	padding: 0 15px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	box-sizing: border-box;
	text-align: center;
}

.jctj .prev,
.jctj .next {
	position: absolute;
	top: 50%;
	width: 46px;
	height: 94px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	transform: translateY(-50%);
	cursor: pointer;
}


.jctj .prev {
	left: 15px;
	background-image: url("../images/btn-left2.png");
}


.jctj .next {
	right: 11px;
	background-image: url("../images/btn-right2.png");
}






















/* footer */
.footer {
	width: 100%;
	overflow: hidden;
	background-color: #cb0809;
	padding: 60px 0px 60px 0px;
	margin-top: 100px;
}

.footer .gnq {
	font-size: 16px;
	line-height: 30px;
	width: 1000px;
	margin: 0px auto;
	text-align: center;
	color: #fff;
}

/* cover */
.bj {
	width: 100%;
	margin: 0px auto;
	height: 100%;
	position: relative;
}

.logo {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url('../images/logo.png') no-repeat top center;
	background-size: 100%;
	animation: zoomIn 1s 0.5s;
	-moz-animation: zoomIn 1s 0.5s;
	-webkit-animation: zoomIn 1s 0.5s;
	-o-animation: zoomIn 1s 0.5s;
	animation-fill-mode: backwards;
	-moz-animation-fill-mode: backwards;
	-webkit-animation-fill-mode: backwards;
	display: inline-block;
	z-index: 100;
}

.z1 {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url('../images/z1.png') no-repeat center center/100% auto;
	/* background-size: 100%; */
	animation: zoomIn 1s 1s;
	-moz-animation: zoomIn 1s 1s;
	-webkit-animation: zoomIn 1s 1s;
	-o-animation: zoomIn 1s 1s;
	z-index: 100;
	animation-fill-mode: backwards;
	-moz-animation-fill-mode: backwards;
	-webkit-animation-fill-mode: backwards;
}

.z2 {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url('../images/z2.png') no-repeat center center/100% auto;
	/* background-size: 100% 100%; */
	animation: zoomIn 1s 1.5s;
	-moz-animation: zoomIn 1s 1.5s;
	-webkit-animation: zoomIn 1s 1.5s;
	-o-animation: zoomIn 1s 1.5s;
	z-index: 100;
	animation-fill-mode: backwards;
	-moz-animation-fill-mode: backwards;
	-webkit-animation-fill-mode: backwards;
}

.bottom {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	background: url('../images/bot.png') no-repeat right center/cover;
	/* background-size: 100% 100%;
	animation: fadeInUp 1s;
	-moz-animation: fadeInUp 1s;
	-webkit-animation: fadeInUp 1s;
	-o-animation: fadeInUp 1s;
	animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards; */
	display: inline-block;
	z-index: 99;
}

.cover-box {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	background-size: auto 100%;
	z-index: 1;
}

.cover-bg,
.cover-content,
.cover-mask,
.cover-title,
.cover-building,
.cover-slogan {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.show .cover-content,
.show .cover-title,
.show .cover-building,
.show .cover-slogan {
	opacity: 1;
}

.cover-content {
	z-index: 2000;
	font-size: 12px;
}

.cover-content .cover-goto {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	z-index: 2000;
	animation: bounceIn 1s 2s;
	-moz-animation: bounceIn 1s 2s;
	-webkit-animation: bounceIn 1s 2s;
	-o-animation: bounceIn 1s 2s;
	animation-fill-mode: backwards;
	-moz-animation-fill-mode: backwards;
	-webkit-animation-fill-mode: backwards;
	-o-animation-fill-mode: backwards;
}

.cover-goto .goto-btn {
	position: absolute;
	left: 0;
	bottom: 12%;
	width: 100%;
	cursor: pointer;
}

.cover-bg {
	width: 100%;
	height: 100%;
	opacity: 1;
	z-index: 10;
	background-color: #ba1b22;
	background-size: 100% 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}

.cover-box img {
	display: block;
	margin: 0 auto;
	width: auto;
	height: 100%;
}

.news li a:hover,
.xwjj-news li a:hover,
.scyy li:hover p,
.ypxc-big:hover h3,
.ypxc li:hover h3,
.kz .bd li:hover h3,
.qxcc-t li:hover h3,
.qmyy li:hover p,
.qmyy-big:hover p,
.cyyd li:hover p {
	color: #a80000;
}

.scyy li span img,
.ypxc-big img,
.ypxc li a span img,
.kz .bd span img,
.qxcc-t li span img,
.qmyy li span img,
.qmyy-big span img,
.cyyd li span img {
	transition: 1s;
}

.scyy li:hover span img,
.ypxc-big:hover img,
.ypxc li a:hover span img,
.kz .bd:hover span:hover img,
.qxcc-t li:hover span img,
.qmyy li:hover span img,
.qmyy-big:hover span img,
.cyyd li:hover span img {
	transform: scale(1.1);
	transform-origin: center center;
}

/* 设置滚动条的样式 */
.act-timeline-inner::-webkit-scrollbar {
	width: 8px;
}

/* 滚动槽 */
.act-timeline-inner::-webkit-scrollbar-track {
	border-radius: 10px;
	background: rgba(247, 200, 92, 0.4);
}

/* 滚动条滑块 */
.act-timeline-inner::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: #f7c85c;
}

/* .act-timeline-inner::-webkit-scrollbar-thumb:window-inactive {
	background: #f7c85c;
} */