/*页面开始*/

.zg_w1200 {
	position: relative;
	width: 1200px;
	margin: 0 auto;
}

/*头部*/
.zg_head {
	margin: 0 auto;
	width: 100%;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: url(../images/zg_top.png) no-repeat center top;
	overflow: hidden;
}

.zg_headdiv {
	float: left;
	display: flex;
	align-items: center;
}

.zg_logo {
	display: block;
	width: 140px;
	height: 50px;
	overflow: hidden;
}

.zg_logo img {
	width: 100%;
	padding-top: 8px;
}

.zg_head_nav {
	flex: 1;
	margin-top: 12px;
	margin-left: 50px;
}

.zg_head_nav a {
	font-size: 14px;
	color: #4a0104;
	cursor: pointer;
}

.zg_head_nav span {
	font-size: 12px;
	color: #4a0104;
	padding: 0 10px;
}

.zg_head_right {
	float: right;
	margin-top: 19px;
}

.zg_head_right a {
	font-size: 16px;
	color: #4a0104;
	cursor: pointer;
}
.zg_head_nav a:hover{
	color: #e60012;
}
/*头部结束*/
/*banner*/

.zg_banner {
	position: relative;
	width: 100%;
	height: 985px;
	background: url(../images/zg_banner.jpg) no-repeat center top;
	overflow: hidden;
}

.zg_ban_h {
	height: 985px;
}

.zg_tit {
	position: absolute;
	left: auto;
	right: auto;
	top: auto;
	bottom: auto;
}

.zg_tit1 {
	left: 351px;
	top: 138px;
}

.zg_tit2 {
	left: 67px;
	top: 247px;

}

.zg_tit3 {
	left: 313px;
	top: 280px;
}

.zg_tit4 {
	right: -59px;
	top: 176px;
	animation: zuo 2s ease-in-out infinite;

}

.zg_tit5 {
	left: -92px;
	top: 679px;
}

.zg_ban_list {
	position: absolute;
	left: 50%;
	top: 650px;
	width: 100%;
	transform: translateX(-50%);
	text-align: center;
}

.zg_ban_list span {
	margin: 0 auto;
	display: block;
	width: 606px;
	height: 101px;
	font-size: 30px;
	color: #870000;
	line-height: 96px;
	font-weight: bold;
	text-shadow: 2px 3px 1px #ffffff;
	background: url(../images/zg_pic37.png) no-repeat left center;
}

.zg_ban_list span:nth-child(2),
.zg_ban_list span:nth-child(3) {
	margin-top: -20px;
}

@keyframes xingxing {
	0% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-10px);
	}

	100% {
		transform: translateY(0);
	}
}

@keyframes zuo {
	0% {
		transform: translateX(0);
	}

	50% {
		transform: translateX(-10px);
	}

	100% {
		transform: translateX(0);
	}
}

/*banner结束*/
.zg_wrap {
	position: relative;
	width: 100%;
	margin-top: -2px;
	background: url(../images/zg_bg.jpg) no-repeat center top #990504;
}

.zg_tittle1 {
	width: 100%;
	text-align: center;
	margin-bottom: 50px;
}

/* 第一部分 */

.zg_box_one {
	position: relative;
	padding: 40px 0 50px;
	border-bottom-left-radius: 50px;
	border-bottom-right-radius: 50px;
	-moz-box-shadow: 0px 0px 20px #ececec;
	-webkit-box-shadow: 0px 0px 20px #ececec;
	box-shadow: 0px 0px 20px #ececec;
	background:#ffffff;
	margin-bottom: 200px;
	border-radius: 25px;
}
.zg_box_one_img1{
	position: absolute;
	left:50%;
	top:-130px;
	transform: translateX(-50%);
}
.zg_box_one_img2{
	position: absolute;
	left:50%;
	bottom:-40px;
	transform: translateX(-50%);
}
.zg_box_one h4 {
	font-size: 34px;
	color: #000000;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}

.zg_box_one h4 span {
	color: #e40000;
}

.zg_box_one_p1 {
	font-size: 20px;
	color: #000000;
	text-align: center;
}

.zg_box_one_dl1 {
	margin: 30px 0 0 110px;
	width: 1036px;
	height: 340px;
	display: flex;
	align-items: center;
	border: 1px solid #d60000;
}

.zg_box_one_dl1 dt {
	position: relative;
	width: 60px;
	height: 340px;
}
.zg_box_one_dl1 dt img{
	position: absolute;
	left:-60px;
	top:-1px;
}
.zg_box_one_dl1 dt span {
	font-size: 24px;
	color: #ffffff;
}

.zg_box_one_dl1 dd {
	flex: 1;
	padding: 0 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.zg_box_one_dl1 dd p {
	position: relative;
}

.zg_box_one_dl1 dd p:after {
	content: " ";
	position: absolute;
	right: -20%;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 340px;
	border-left: 1px dashed #d60000;
}

.zg_box_one_dl1 dd p:last-child:after {
	display: none;
}

.zg_box_one_dl2 dd p:after {
	display: none;
}

.zg_box_one_dl2 dd p img {
	width: 248px;
}
.zg_box_one_dl1 dd p span{
	display: flex;
	justify-content: center;
	align-items: center;
}
.zg_box_one_dl1 dd p span em{
	font-size: 24px;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
}
/* 第一部分结束 */
/* 第二部分 */
.zg_box {
	padding: 50px;
	border-radius: 50px;
	border: 1px solid #b00000;
	box-sizing: border-box;
	margin-bottom: 60px;
	background: #ffffff;
}

.zg_box2{
	position: relative;
	padding: 100px 22px 0;
	border: 1px dashed #ffcc00;
	border-radius: 40px;
	box-sizing: border-box;
	margin-bottom: 90px;
}
.zg_tittle {
	position: absolute;
	left: 50%;
	top: -36px;
	transform: translateX(-50%);
	width:780px;
	height:100px;
	background: #990504;
}

.zg_tittle_img1 {
	position: absolute;
    left: -10px;
    top: 28px;
}

.zg_tittle_img2 {
	position: absolute;
    right: -10px;
    top: 28px;
}

.zg_tittle_box {
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	width:100%;
	height: 100px;
	text-align: center;
}

.zg_box2_talbe {
	margin: 0 auto 20px;
	width: 100%;
	border-radius: 20px;
	background: #ffffff;
	overflow: hidden;
}

.zg_box2_talbe th {
	height: 70px;
	line-height: 70px;
	font-size: 24px;
	color: #ffffff;
	text-align: center;
	background: #d7000f;
	border-right: 1px solid #ffffff;
	border-bottom: 2px solid #ffffff;
}

.zg_box2_talbe th:nth-child(2) {
	background: #940100;
}

.zg_box2_talbe td {
	font-size: 20px;
	color: #000000;
	text-align: center;
	padding: 20px 10px;
	border-bottom: 1px solid #ffffff;
}

.zg_box2_talbe tr {
	background: #dcdcdc
}

.zg_box2_talbe tr:nth-child(odd) {
	background: #eeeeee;
}

.zg_btn1 {
	position: relative;
	margin: 0 auto;
	display: block;
	width: 205px;
	height: 82px;
	line-height: 70px;
	font-size: 20px;
	color: #ffd16c;
	text-shadow: 3px 3px 2px #b8000c;
	font-weight: bold;
	text-align: center;
	background: url(../images/zg_pic4.png) no-repeat;

}

.zg_btn1 img {
	position: absolute;
	right: 0;
	top: 32px;
	animation: 0.5s infinite pulse;
}

.zg_box2_p {
	font-size: 18px;
	color: #000000;
	text-align: right;
}

.zg_btn5 {
	margin-top: 30px;
	width: 322px;
	height: 92px;
	line-height: 80px;
	color: #ffffff;
	background: url(../images/zg_pic30.png) no-repeat;
}

.zg_btn5 span {
	color: #fff100;
}

.zg_btn6 {
	padding-top: 19px;
	width:183px;
	height: 74px;
	line-height: 26px;
	font-size: 20px;
	color: #fff100;
	background: url(../images/zg_pic43.png) no-repeat;
	box-sizing: border-box;
}

.zg_btn6 img {
	position: absolute;
	right: 0;
	top: 36px;
}

/* 第二部分结束 */
/* 第三部分 */
.zg_box3 {
	padding: 50px;
	border: 1px solid #b00000;
	box-sizing: border-box;
	margin-bottom: 50px;
	background: #ffffff;
	width: 100%;
	border-radius: 50px;
	background: url(../images/zg_pic21.png) no-repeat center bottom -180px #ffffff;
}

.zg_box3_talbe tr {
	background: #ffffff;
}

.zg_box3_talbe tr:nth-child(odd) {
	background: #eeeeee;
}

.zg_box3_talbe p {
	color: #e40000;
}

.zg_box3_txt {
	border-top: 1px solid transparent;
	margin-top: 60px;
	width: 1055px;
	height: 234px;
	background: url(../images/zg_pic3.png) no-repeat;
}

.zg_box3_txt h4 {
	margin-top: -20px;
	font-size: 32px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 30px;
}

.zg_box3_txt h4 span {
	color: #e40000;
}

.zg_box3_txt p {
	font-size: 20px;
	color: #000000;
	line-height: 40px;
	margin-left: 30px;
	margin-bottom: 10px;
	width: 1000px;
	text-align: justify;
}

.zg_btn2 {
	margin-left: 30px;
}

/* 第三部分结束 */

/* 第四部分 */
.zg_box4 {
	padding-top: 50px;
	position: relative;
	margin-bottom: 100px;
}
.zg_box4_img2{
	position: absolute;
	left: -360px;
	top: 100px;
}
.zg_box4_ul1 {
	width: 1120px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 40px;
	border-bottom: 1px dashed #e65b43;
}

.zg_box4_ul1 li {
	width: 220px;
	height: 68px;
	line-height: 68px;
	font-size: 28px;
	color: #ffce65;
	font-weight: bold;
	text-align: center;
	border-radius: 34px;
	background: #e40000;
	margin-bottom: 15px;
}

.zg_box4_ul1 li:nth-child(2n) {
	color: #ffffff;
	background: #940100;
}

.zg_box4_ul1 li:nth-child(9) {
	width: 282px;
	font-size: 22px;
}

.zg_box4_ul1 li:nth-child(10) {
	width: 150px;
	font-size: 22px;
}

.zg_box4_img {
	margin: 30px 0;
}

.zg_box4_ul2 {
	width: 1120px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 40px;
}

.zg_box4_ul2 li {
	width: 264px;
	height: 217px;
	background: url(../images/zg_pic15.png) no-repeat;
	overflow: hidden;
}

.zg_box4_ul2 li:nth-child(2) {
	background: url(../images/zg_pic16.png) no-repeat;
}

.zg_box4_ul2 li:nth-child(3) {
	background: url(../images/zg_pic17.png) no-repeat;
}

.zg_box4_ul2 li:nth-child(4) {
	background: url(../images/zg_pic18.png) no-repeat;
}

.zg_box4_ul2 li:nth-child(5) {
	background: url(../images/zg_pic19.png) no-repeat;
}

.zg_box4_ul2 li p {
	margin-top:126px;
	font-size: 28px;
	color: #000000;
	font-weight: bold;
	text-align: center;
	line-height: 38px;
}

.zg_btn3 {
	position: absolute;
	left: 50%;
	bottom: -86px;
	transform: translateX(-50%);
	width: 395px;
	background: url(../images/zg_pic20.png) no-repeat;

}
.zg_btn7 {
	position: relative;
	display: block;
	width:285px;
	height: 82px;
	line-height: 76px;
	text-shadow: 3px 3px 2px #bf0000;
	font-weight: bold;
	font-size: 26px;
	text-align: center;
	background: url(../images/zg_pic64.png) no-repeat;

}
.zg_btn7 img {
	position: absolute;
	right: 0;
	top: 32px;
	animation: 0.5s infinite pulse;
}
/* 第四部分结束 */
/* 第五部分 */
.zg_box5 {
	background: url(../images/zg_pic39.png) no-repeat center top 120px;
	padding-bottom: 20px;
}

.zg_box5_list {
	margin-bottom: 35px;
}

.zg_box5_dl {
	display: flex;
	align-items: center;
	margin-bottom: 16px;
}

.zg_box5_dl dt {
	width: 300px;
	height: 70px;
	border-radius: 10px;
	background: #ff4e00;
	font-size: 24px;
	color: #fff100;
	font-weight: bold;
	text-align: center;
	line-height: 70px;
	text-shadow: 3px 3px 2px #a8000c;
	margin-right: 30px;
	box-shadow: 0 0 15px #c5000c inset;
}

.zg_box5_dl dd {
	flex: 1;
}

.zg_box5_dl dd span {
	display: inline-block;
	width: 240px;
	height: 70px;
	border-radius: 10px;
	background: -webkit-linear-gradient(to bottom right, #ffeeb4, #eaa529);
	background: -moz-linear-gradient(to bottom right, #ffeeb4, #eaa529);
    background: -o-linear-gradient(to bottom right, #ffeeb4, #eaa529);
    background: linear-gradient(to bottom right, #ffeeb4, #eaa529);
	font-size: 24px;
	color: #9a0202;
	text-align: center;
	line-height: 70px;
	margin-right: 26px;
	box-shadow: 0 0 15px #d75f00 inset;
	cursor: pointer;
}

.zg_box5_dl dd span:last-child {
	margin-right: 0;
}

.zg_box5_dl dd .zg_cur {
	color: #4a0104;
	font-weight: bold;
}

.zg_display {
	width: 100%;
}

.zg_box5_talbe {
	margin: 0 auto 20px;
	width: 100%;
	background: #ffffff;
	overflow: hidden;
	display: none;
}

.zg_box5_talbe th {
	height: 70px;
	line-height: 70px;
	font-size: 24px;
	color: #ffffff;
	text-align: center;
	background: #d80000;
	border-right: 1px solid #ffffff;
	border-bottom: 2px solid #ffffff;
}

.zg_box5_talbe td {
	font-size: 20px;
	color: #000000;
	text-align: center;
	padding: 20px 10px;
	border-bottom: 1px solid #990504;
	border-left:  1px solid #990504;
}
.zg_box5_talbe tr:first-child :td:first-child{
	border-left:0;
}
.zg_box5_talbe tr {
	background: #eeeeee;
}

.zg_td {
	background: #dcdcdc;
}

.zg_btn4 {
	position: relative;
	margin: 0 auto;
	display: block;
	width: 205px;
	height: 82px;
	line-height: 70px;
	font-size: 20px;
	color: #fff100;
	text-shadow: 3px 3px 2px #bf0000;
	font-weight: bold;
	text-align: center;
	background: url(../images/zg_pic4.png) no-repeat;

}

.zg_btn4 img {
	position: absolute;
	right: 0;
	top: 32px;
	animation: 0.5s infinite pulse;
}

/* 第五部分结束 */

/* 第六部分 */
.zg_box6 {
	padding: 50px;
    border: 1px solid #b00000;
    box-sizing: border-box;
    margin-bottom: 50px;
    background: #ffffff;
    width: 100%;
    border-radius: 50px;
}

.zg_box6_video {
	margin: 0 auto 30px;
	width: 800px;
	height:450px;
	border-radius: 20px;
	background: #9f0404;
	overflow: hidden;
	position: relative;
	z-index: 99;
}

#myvideo {
	width: 100%;
	height: 100%;
}

/*第六部分结束 */
/* 第七部分 */
.zg_box6_img1{
	position: absolute;
	left: -360px;
	top: 260px;
	z-index: 1;
}
.zg_box7_h3 {
	font-size: 34px;
	color: #000000;
	text-align: center;
	font-weight: bold;
}

.zg_box7_p1 {
	font-size: 24px;
	color: #000000;
	text-align: center;
	line-height: 70px;
}

.zg_box7_p1 span {
	color: #e40000;
	font-weight: bold;
}

.zg_box7_ul {
	position: relative;
	margin: 0 auto 180px;
	width: 815px;
	height: 125px;
	background: url(../images/zg_pic33.png) no-repeat;
}

.zg_box7_ul li {
	width: 237px;
	height: 113px;
	background: url(../images/zg_pic34.png) no-repeat;
	overflow: hidden;
}

.zg_box7_ul li:nth-child(even) {
	color: #4a0104;
	background: url(../images/zg_pic35.png) no-repeat;
}

.zg_box7_ul li:nth-child(1) {
	position: absolute;
	left: -116px;
	top: 74px;
}

.zg_box7_ul li:nth-child(2) {
	position: absolute;
	left:158px;
	top: 114px;
}

.zg_box7_ul li:nth-child(3) {
	position: absolute;
	left:423px;
	top: 114px;
}

.zg_box7_ul li:nth-child(4) {
	position: absolute;
	left:699px;
	top: 74px;
}

.zg_box7_ul li p {
	margin-top: 36px;
	text-align: center;
	font-size: 20px;
	color: #ffffff;
	font-weight: bold;
}

.zg_box7_ul li p span {
	display: block;
	font-weight: normal;
	line-height: 30px;
}
.zg_box7_ul li:nth-child(2n) p{
	color:#4a0104;
}
.zg_box7_talbe {
	margin: 0 auto;
	width: 100%;
	height: 480px;
	background: #ffffff;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
	border-bottom: 1px solid #dcdcdc;
	overflow: hidden;
}
.zg_box7_talbe th {
	height: 70px;
	line-height: 70px;
	font-size: 24px;
	color: #ffffff;
	text-align: center;
	background: #a60000;
	border-right: 1px solid #ffffff;
	border-bottom: 2px solid #ffffff;
}

.zg_box7_talbe .zg_th1 {
	background: #ff4e00;
}

.zg_box7_talbe td {
	font-size: 19px;
	color: #000000;
	text-align: center;
	padding: 20px 10px;
	border-bottom: 1px solid #ffffff;
}
.zg_box7_talbe tr td:nth-child(3){
	border-right: 1px solid #dcdcdc;
}
.zg_box7_talbe .zg_td1 {
	background: #d2d2d2;
}
.zg_box7_talbe td p {
	text-align: left;
	margin: 0 auto 30px;
	width: 147px;
}
.zg_box7_talbe td p span{
	display: inline-block;
}
.zg_box7_talbe .zg_td2 {
	background: #eeeeee;
}

.zg_box7_talbe td span {
	display: block;
	color: #e40000;
}

/* 第七部分结束 */
.zg_box8 {
	display: flex;
	margin-bottom: 50px;
}

.zg_box8_left {
	border-top: 10px solid #e40000;
	width: 730px;
	margin-right:15px;
	-moz-box-shadow: 0px 0px 10px #ececec;
	-webkit-box-shadow: 0px 0px 10px #ececec;
	box-shadow: 0px 0px 10px #ececec;
	border-bottom-left-radius: 50px;
	border-bottom-right-radius: 50px;
	overflow: hidden;
	padding-bottom: 50px;
	background: #ffffff;
}

.zg_box8_right {
	flex: 1;
	padding: 30px 0 50px 30px;
	border-top: 10px solid #ffda83;
	-moz-box-shadow: 0px 0px 10px #ececec;
	-webkit-box-shadow: 0px 0px 10px #ececec;
	box-shadow: 0px 0px 10px #ececec;
	border-bottom-left-radius: 50px;
	border-bottom-right-radius: 50px;
	overflow: hidden;
	box-sizing: border-box;
	background:url(../images/zg_pic63.png) no-repeat right bottom #ffffff;
}

.zg_box8_dl {
	margin:20px auto 0;
	width: 649px;
	height: 251px;
	background: url(../images/zg_pic11.png) no-repeat;
	display: flex;
}

.zg_box8_dl2 {
	background: url(../images/zg_pic12.png) no-repeat;
}

.zg_box8_dl3 {
	background: url(../images/zg_pic13.png) no-repeat;
}

.zg_box8_dl dt {
	width: 163px;
	height: 242px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.zg_box8_dl dt span {
	display: inline-block;
	position: relative;
	font-size: 42px;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	text-shadow: 3px 3px 2px #333333;
}

.zg_box8_dl dt span img {
	position: absolute;
	right: -16px;
	top: -16px;
}
.zg_box8_dl dd{
	flex: 1;
	text-align: center;
}
.zg_box8_dl dd p{
	padding-top: 36px;
}
.zg_box8_dl dd a{
	display: inline-block;
	margin: 0 10px;
	width: 207px;
	height: 79px;
	font-size: 24px;
	color: #4a0104;
	font-weight: bold;
	line-height: 79px;
	background: url(../images/zg_pic10.png) no-repeat;
	margin-bottom: 12px;
	text-shadow: 1px 1px 1px #ffffff;
}
.zg_box8_right h4{
	font-size: 32px;
	color: #000000;
	font-weight: bold;
}
.zg_box8_right h4 span{
	color: #e40000;
}
.zg_box8_p1 {
	position: relative;
	padding-left: 10px;
	margin-top: 15px;
	margin-bottom:40px;
	font-size: 20px;
	color: #000000;
	line-height:34px;
	text-align: left;
}

.zg_box8_p1:before {
	content: " ";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 4px;
	height: 54px;
	border-radius: 2px;
	background: #e40000;
}
.zg_box8_img1{
	display: block;
	width: 400px;
	margin-bottom: 30px;
	margin-left: -40px;
}
.zg_box8_right h5{
	font-size: 34px;
	color: #000000;
	font-weight: bold;
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.zg_box8_right h5 img{
	margin-left: 10px;
}
.zg_box8_p2{
	font-size:18px;
	color: #000000;
	line-height:40px;
}
.zg_box8_p2 em{
	display: inline-block;
	width: 25px;
	height: 25px;
	font-size:20px;
	font-weight: bold;
	color: #ffffff;
	background: #0046b8;
	border-radius: 50%;
	line-height: 25px;
	text-align: center;
	margin-right: 10px;
}
.zg_box8_form{
	padding: 20px 0;
}
.zg_form_list1 {
	width: 290px;
	height: 60px;
	border-radius: 10px;
	border: 1px solid #242424;
	background: #eeeeee;
	overflow: hidden;
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom:8px;
}

.zg_form_list1 span {
	display: inline-block;
 	width:70px;
	margin-left:20px;
	font-size:18px;
	color: #000000;
}


.zg_form_list1 input {
	width:160px;
	font-size:18px;
	color: #000000;
	overflow: hidden;
	background: none;
}

.zg_obtain1 {
	position: absolute;
	right: 10px;
	top: 0;
	font-size:18px;
	color: #979797;
	height: 60px;
	line-height:60px;
	background: #eeeeee;
}
.zg_obtain1:hover{
	color: #979797;
}
/* 底部 */
.zg_footer {
	width: 100%;
	background: #181a1f;
}

.zg_footer_box {
	padding: 40px 0;
	width: 1000px;
	margin: 0 auto;
}

.zg_footer_box h4 {
	font-size: 40px;
	color: #e60012;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}

.foot {
	width: 100%;
	min-width: 1000px;
	text-align: center;
	padding: 15px 0 30px;
	font-size: 14px;
	line-height: 30px;
	color: #fff;
	background-color: #333;
}

.foot a {
	color: #fff;
	display: inline-block;
}

/* 底部结束 */

/* 左侧边栏 */
.zg_leftnavbox {
	position: fixed;
	left: 5px;
	top: 20%;
	background: #ffffff;
	z-index: 9999999;
}

.zg_close2 {
	position: absolute;
	right: -5px;
    top: -40px;
	cursor: pointer;
	transition: All 0.1s ease-in-out;
}

.zg_leftnav {
	padding: 12px;
}
.zg_leftnav .zg_leftnavdiv{
	border: 1px dashed #777777;
	padding-top: 5px;
}
.zg_leftnavdiv a {
	margin: 0 auto 5px;
	width: 163px;
	height: 83px;
	font-size: 20px;
	color: #4a0104;
	background:url(../images/zg_ce_bg.png) no-repeat;
	transition: all 1s;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.zg_leftnavdiv .zg_left_nav1:hover {
	transform: translateY(-10px);
	color: #bc0d14;
}
.zg_top{
	position: absolute;
	left:50%;
	bottom:-84px;
	transform: translateX(-50%);
}

.zg_leftnavdiv a:hover{
	width: 150px;
	height:70px;
	color: #ffffff;
	border-radius: 12px;
	text-shadow: -2px 2px 1px #bc0000;
	background: #e40000;
}
.zg_leftnavdiv .zg_curr{
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 150px;
	height:70px;
	color: #ffffff;
	border-radius: 12px;
	text-shadow: -2px 2px 1px #bc0000;
	background: #e40000;
}
/* 左侧边栏结束 */