<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
* {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

html,
body {
	color: #333;
	font-size: 16px;
	font-family: "微软雅黑";
	margin-left: auto !important;
	margin-right: auto !important;
	text-align: left;
	background: #fff
}

li {
	list-style: none
}

a {
	text-decoration: none
}

img,
input {
	border: 0;
	outline: none
}

.clear {
	clear: both
}

.fl {
	float: left
}

.fr {
	float: right
}

.content {
	width: 1400px;
	margin: 0 auto
}

.greybg {
	background: #f2f7fa
}

.rowbox {
	max-width: 1760px;
	margin: 0 auto;
	width: 98%
}

.index {
	width: 100%;
	position: fixed;
	top: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	overflow-y: auto;
	overflow-x: hidden;
	z-index: 99;
	background: #fff;
	padding-top: 192px
}

.main_index {
	position: fixed;
	top: 783px;
	left: 0!important;
	right: 0;
	bottom: 0;
	overflow-y: auto;
	overflow-x: hidden;
	z-index: 99;
	background: #fff;
	background-position: center top
}

.main_index::-webkit-scrollbar {
	display: none
}

.header {
	width: 100%;
	position: fixed;
	left: 0;
	right: 0;
	top: 0!important;
	z-index: 999;
	padding-top: 10px;
	background: url(../images/bannerzzc.png) repeat-x center top;
	padding-bottom: 86px;
	-webkit-transition: all .2s;
	transition: all .2s
}

.header.on {
	height: 139px;
	border-bottom: 0;
	background: url(../images/jbbg.png) repeat-x #cd85c1
}

.bg {
	background: rgba(8, 11, 26, 0.8)
}

.headr {
	float: right;
	width: 1200px
}

.headr .links {
	text-align: right
}

.headr .links li {
	display: inline-block;
	line-height: 15px;
	border-right: 1px solid #fff;
	padding: 0 15px;
	vertical-align: middle;
	font-size: 16px
}

.headr .links li a {
	color: #fff;
	font-size: 14px
}

.headr .links li a:hover {
	color: #fff
}

.headr .links li .js {
	background-position: 0px 0
}

.headr .links li:last-child {
	border-right: 0
}

.headr .links li:last-child img {
	vertical-align: middle
}

.headr .links li .searchbtn img {
	vertical-align: middle
}

.headr .links li.dl {
	border: 1px solid #fff;
	border-radius: 5px;
	padding: 5px 23px
}

.logo_l {
	float: left;
	text-align: left;
	padding-top: 10px;
	width: 454px
}

.logo_l img {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	z-index: 5;
	-webkit-transition: all .5s;
	transition: all .5s
}

.logo_l span {
	display: inline-block;
	margin-left: 15px;
	padding-left: 15px;
	border-left: 1px solid #fff;
	vertical-align: middle;
	color: #fff;
	font-size: 18px;
	padding: 8px 20px;
	position: relative
}

.searhbox01 {
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	background: #fff;
	width: 0;
	margin-left: 10px;
	display: inline-block;
	vertical-align: middle
}

.searhbox01 .text {
	width: calc(100% - 65px);
	background: #fff;
	padding: 0 10px;
	float: left;
	height: 30px;
	line-height: 30px;
	font-size: 14px
}

.searhbox01 .btn {
	/* width: 45px; */
	height: 30px;
	float: right;
	cursor: pointer;
	border: none;
	background: none;
	padding: 8px;
}

.searhbox01 .btn svg {
	vertical-align: middle
}

.nav ul {
	padding: 0
}

.nav li {
	float: left;
	width: 9%;
	text-align: center;
	line-height: 60px;
	position: relative;
	font-size: 18px
}

.nav li a {
	color: #fff;
	display: inline-block;
	font-size: 18px;
	font-weight: bold
}

.nav li .ejnav {
	opacity: 0;
	display: none;
	height: 0;
	position: absolute;
	width: 120px;
	left: 50%;
	margin-left: -60px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	z-index: 3
}

.nav li .ejnav:after {
	display: block;
	position: absolute;
	top: -8px;
	left: 50%;
	margin-left: -5px;
	content: "";
	border-bottom: 8px solid #fff;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent
}

.nav li .ejnav li,
.nav li .ejnav li .sjnav li {
	width: 100%;
	float: none;
	font-size: 14px;
	background: #fff;
	height: 45px;
	line-height: 45px;
	position: relative
}

.nav li .ejnav li a {
	font-size: 14px;
	color: #333
}

.nav li:hover .ejnav {
	opacity: 1;
	height: auto;
	display: block
}

.nav li .ejnav li:hover {
	background: #722164
}

.nav li .ejnav li:hover a {
	color: #fff
}

.nav li .ejnav li .sjnav {
	opacity: 0;
	height: 0;
	position: absolute;
	right: -100%;
	top: 0;
	overflow: hidden;
	width: 100%;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	z-index: 3
}

.nav li .ejnav li .sjnav li {
	background: #2a78c2
}

.nav li .ejnav li:hover .sjnav {
	opacity: 1;
	height: auto
}

.nav li .ejnav li .sjnav li:hover {
	background: #077748
}

.banner {
	width: 100%;
	position: relative;
	height: 100%
}

.banner .slick-list,
.banner .slick-slider,
.banner .slick-track,
.banner .slick-slide,
.banner .slick-slide&gt;div,
.banner .slick-slide&gt;div li {
	height: 100%
}

.banner .slick-slide img {
	width: 100%;
	height: 100%
}

.banner ul.slick-slider button.slick-prev {
	left: 3%;
	position: absolute;
	top: 50%;
	z-index: 99;
	width: 50px;
	height: 55px;
	margin-top: -25px;
	background: url() no-repeat 16px 0px;
	font-size: 0;
	cursor: pointer
}

.banner ul.slick-slider button.slick-next {
	right: 3%;
	position: absolute;
	top: 50%;
	z-index: 99;
	width: 50px;
	height: 55px;
	margin-top: -25px;
	background: url() no-repeat -78px 0px;
	font-size: 0;
	cursor: pointer
}

.banner ul.slick-slider button.slick-prev:hover {
	background: url() no-repeat 16px -58px
}

.banner ul.slick-slider button.slick-next:hover {
	background: url() no-repeat -78px -58px
}

.banner ul.slick-slider .slick-dots {
	background: url(../images/bannerbj.png) no-repeat center center;
	position: absolute;
	bottom: 2%;
	text-align: center;
	left: 0;
	right: 0;
	z-index: 2;
	padding-top: 4px
}

.banner ul.slick-slider .slick-dots li {
	display: inline-block;
	width: 25px;
	height: 25px;
	background: url(../images/bannerwxz.png) no-repeat center center;
	margin: 0 18px;
	cursor: pointer
}

.banner ul.slick-slider .slick-dots li.slick-active {
	background: url(../images/bannerxz.png) no-repeat center center
}

.banner .more:before {
	display: block;
	content: "";
	width: 1px;
	height: 14px;
	background: #fff;
	left: -15px;
	position: absolute;
	top: 9px
}

.banner .pagination {
	bottom: 25px;
	position: absolute;
	text-align: center;
	width: 100%
}

.banner .pagination .swiper-pagination-switch {
	font-size: 0;
	vertical-align: middle;
	display: inline-block;
	background: #fff;
	border-radius: 10px;
	width: 10px;
	height: 10px;
	cursor: pointer;
	opacity: 1;
	margin: 0 6px
}

.banner .pagination .swiper-active-switch {
	background: #9b0d14
}

.index .title {
	width: 100%;
	height: 90px;
	overflow: hidden;
	position: relative;
	text-align: center;
	display: flex
}

.index .title .zc {
	display: table-cell;
	background: url(../images/titzc.png) no-repeat left center;
	width: 128px;
	height: 90px
}

.index .title .yc {
	display: table-cell;
	background: url(../images/tityc.png) no-repeat left center;
	width: 128px;
	height: 90px
}

.index .title .bt {
	display: table-cell;
	width: 241px;
	overflow: hidden
}

.index .title .ywbt {
	background: url(../images/titzc.png) no-repeat left center, url(../images/tityc.png) no-repeat right center;
	padding-left: 129px;
	padding-right: 129px;
	text-transform: uppercase;
	width: auto;
	font-size: 74px;
	font-weight: bold;
	color: #fff;
	text-shadow: 1px 0px 0px rgba(144,33,100,0.46), 0px 1px 0px rgba(144,33,100,0.46), -1px 0px 0px rgba(144,33,100,0.46), 0px -1px 0px rgba(144,33,100,0.46);
	margin: auto;
	text-align: center
}

.index .title .zwbt {
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 32px;
	color: #333;
	height: 92px;
	line-height: 92px;
	margin: 0
}

.index .title .more {
	display: block;
	position: absolute;
	width: 40px;
	height: 92px;
	right: 0;
	top: 0;
	background: url(../images/more.png) no-repeat center center
}

.index .part1 {
	width: 100%;
	height: 830px;
	overflow: hidden;
	background: url(../images/part1bj.png) no-repeat center -39px #fff;
	background-size: contain
}

.index .part1 .nr {
	width: 100%;
	position: relative;
	height: 666px;
	overflow: hidden;
	margin-top: 34px;
	background: url(../images/xydtbj.png) no-repeat center top;
	padding-top: 7px
}

.newspic {
	width: 846px;
	margin-left: -146px;
	padding-bottom: 158px;
	float: left;
	position: relative;
	height: 369px;
	overflow: hidden
}

.newspic .slick-slide {
	position: relative;
	overflow: hidden;
	padding-bottom: 120px;
}

.newspic .slick-slide .npic {
	position: relative;
	overflow: initial;
	width: 700px;
	height: 435px;
	float: right
}

.newspic .slick-slide .img {
	width: 700px;
	height: 435px;
	overflow: hidden;
	display: block
}

.newspic .slick-slide li {
	overflow: visible;
}

.newspic .slick-slide img {
	width: 100%;
	height: 435px;
	-webkit-transition: all .5s;
	transition: all .5s
}

.newspic .slick-slide:hover img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05)
}

.newspic .slick-slide .n_tit {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: absolute;
	z-index: 999;
	left: 111px;
	bottom: -5px
}

.newspic .slick-slide .n_tit a {
	color: #333;
	display: block;
	font-size: 18px;
	line-height: 80px;
	font-weight: bold;
	width: 85%;
	font-size: 16px;
	border-spacing: 10px;
	background: #2d56a5c7;
	background: linear-gradient(-70deg, transparent 38px, #fff 0);
	padding: 0% 5% 0% 3%;
	height: 80px;
	overflow: hidden;
	line-height: 80px;
	margin-bottom: 34px
}

.newspic .slick-slide .n_date {
	margin-left: 36px;
	float: left;
	margin-top: 3px;
	color: #fff;
	font-size: 32px;
	text-align: left;
	font-weight: bold;
	display: block;
	width: 68px;
	height: 68px;
	background: #dbb030;
	position: relative
}

.newspic .slick-slide .n_date .mon {
	padding-left: 14px;
	padding-top: 2px;
	text-align: left;
	width: 100%;
	font-weight: normal;
	color: #fff
}

.newspic .slick-slide .n_date .day {
	font-size: 16px;
	text-align: right;
	width: 100%;
	padding-right: 14px;
	position: relative;
	z-index: 9;
	font-weight: normal;
	margin-top: -5px;
	color: #fff
}

.newspic .slick-slide .n_date .xiex {
	width: 20px;
	height: 38px;
	border-left: 1px solid #fff;
	position: absolute;
	background: #dbb030;
	top: 21px;
	left: 37px;
	-moz-transform: rotate(50deg);
	-webkit-transform: rotate(50deg);
	-o-transform: rotate(50deg);
	transform: rotate(50deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1)
}

.newspic .slick-slide .js {
	width: 565px;
	float: left;
	margin-left: 20px;
	font-size: 14px;
	color: #fff;
	line-height: 24px;
	overflow: hidden
}

.newspic ul.slick-slider button {
	border: none;
	width: 44px;
	height: 44px
}

.newspic ul.slick-slider .slick-prev {
	width: 44px;
	height: 44px;
	left: 0;
	position: absolute;
	bottom: 120px;
	z-index: 99;
	font-size: 0;
	cursor: pointer;
	background: url(../images/left.png) no-repeat center center
}

.newspic ul.slick-slider .slick-next {
	width: 44px;
	height: 44px;
	left: 0;
	position: absolute;
	bottom: 50px;
	z-index: 99;
	font-size: 0;
	cursor: pointer;
	background: url(../images/right.png) no-repeat center center
}

.newspic ul.slick-slider .slick-dots {
	display: none!important;
	position: absolute;
	bottom: 81px;
	text-align: center;
	right: 0px;
	left: 0;
	z-index: 3;
	background: rgba(0, 0, 0, 0.4);
	padding: 5px
}

.newspic ul.slick-slider .slick-dots li {
	display: inline-block;
	width: 8px;
	border-radius: 100%;
	margin: 0 5px;
	height: 8px;
	background: #fff;
	text-align: center
}

.newspic ul.slick-slider .slick-dots li.slick-active {
	background: #e8aa50
}

.newspic ul.slick-slider .slick-dots li button {
	display: none
}

.newspic .slick-list {
	overflow: hidden;
}

.index .part1 .nr .xxdt {
	position: absolute;
	left: 50%;
	top: 0;
	width: 50%;
	float: right
}

.index .part1 .nr .xxdt ul {
	padding-top: 54px
}

.index .part1 .nr .xxdt ul li {
	height: 137px;
	width: 100%;
	padding-right: 258px;
	padding-left: 53px;
	margin-right: -258px
}

.index .part1 .nr .xxdt ul li .zjbf {
	padding: 30px 0 23px;
	width: 649px;
	height: 137px;
	border-bottom: 1px dashed #ddd
}

.index .part1 .nr .xxdt ul li .time {
	width: 80px;
	height: 80px;
	margin-top: 3px;
	float: left;
	background: url(../images/xydttime.png) no-repeat center bottom;
	border: 1px solid #bfbfbf;
	border-radius: 50%
}

.index .part1 .nr .xxdt ul li .time .day {
	clear: both;
	width: 55px;
	margin: -15px auto 0;
	background: #fff;
	font-size: 30px;
	color: #872877;
	font-weight: bold;
	text-align: center
}

.index .part1 .nr .xxdt ul li .time .mon {
	width: 100%;
	font-size: 16px;
	color: #872877;
	text-align: center
}

.index .part1 .nr .xxdt ul li .yc {
	width: 550px;
	float: right
}

.index .part1 .nr .xxdt ul li .yc .bt {
	font-size: 16px;
	color: #333;
	font-weight: 600;
	width: 100%;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.index .part1 .nr .xxdt ul li .yc .js {
	font-size: 14px;
	color: #888;
	width: 100%;
	text-align: left;
	overflow: hidden;
	line-height: 23px;
	height: 50px;
	margin-top: 9px
}

.index .part1 .nr .xxdt ul li:hover {
	background: url(../images/xydtxz.png) no-repeat left top
}

.index .part1 .nr .xxdt ul li:hover .time {
	border: 1px solid #fff;
	background: url(../images/xydtxztime.png) no-repeat center bottom
}

.index .part1 .nr .xxdt ul li:hover .time .day {
	color: #fff;
	background: #722164
}

.index .part1 .nr .xxdt ul li:hover .time .mon {
	color: #fff
}

.index .part1 .nr .xxdt ul li:hover .yc .bt {
	color: #fff
}

.index .part1 .nr .xxdt ul li:hover .yc .js {
	color: #fff
}

.index .part2 {
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #fff;
	padding-top: 40px;
	clear: both
}

.index .part2 .list {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-top: 40px
}

.index .part2 .list ul {
	margin-right: -26px
}

.index .part2 .list ul li {
	width: 457px;
	height: 116px;
	margin-right: 18px;
	float: left;
	background: url(../images/tzggbj.png) no-repeat center center;
	padding: 23px 35px 27px 30px;
	margin-bottom: 36px
}

.index .part2 .list ul li .time {
	float: left;
	margin-top: 3px;
	color: #333;
	font-size: 24px;
	text-align: left;
	font-weight: bold;
	display: block;
	width: 60px;
	height: 60px;
	border: 1px solid #bfbfbf;
	position: relative
}

.index .part2 .list ul li .time .mon {
	padding-left: 11px;
	padding-top: 2px;
	text-align: left;
	width: 100%;
	font-family: 宋体;
	font-weight: bold;
	font-size: 32px
}

.index .part2 .list ul li .time .day {
	font-size: 16px;
	text-align: right;
	width: 100%;
	padding-right: 9px;
	position: relative;
	z-index: 9;
	font-weight: normal;
	margin-top: -8px
}

.index .part2 .list ul li .time .xiex {
	width: 11px;
	height: 39px;
	border-left: 1px solid #959595;
	position: absolute;
	background: #fff;
	top: 15px;
	left: 32px;
	-moz-transform: rotate(50deg);
	-webkit-transform: rotate(62deg);
	-o-transform: rotate(62deg);
	transform: rotate(62deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1)
}

.index .part2 .list ul li .bt {
	width: 318px;
	float: right;
	font-size: 18px;
	color: #333;
	line-height: 28px;
	overflow: hidden;
	padding-top: 4px
}

.index .part2 .list ul li:hover {
	background: url(../images/tzggxz.png) no-repeat center center;
	padding-top: 30px;
	margin-top: -20px;
}

.index .part2 .list ul li:hover .time {
	border: 1px solid #fff
}

.index .part2 .list ul li:hover .time .mon {
	color: #fff
}

.index .part2 .list ul li:hover .time .day {
	color: #fff
}

.index .part2 .list ul li:hover .bt {
	color: #fff
}

.index .part2 .list ul li:hover .time .xiex {
	background: #822c75;
	border-left: 1px solid #fff
}

.index .part3 {
	width: 100%;
	height: auto;
	overflow: hidden;
	background: url(../images/part3bj.png) repeat left top;
	padding-top: 57px
}

.index .part3 ul {
	margin-left: -50px
}

.index .part3 ul li {
	width: 434px;
	height: auto;
	float: left;
	margin-bottom: 59px;
	margin-left: 49px
}

.index .part3 ul li img {
	width: 434px;
	height: 300px;
	display: block;
	overflow: hidden;
	-webkit-transition: all .5s;
	transition: all .5s
}

.index .part3 ul li .bt {
	width: 100%;
	height: 68px;
	line-height: 68px;
	position: relative;
	box-shadow: 0 3px 5px #e5e5e5;
	background: url(../images/part3zs.png) no-repeat left center #fff;
	text-align: left;
	font-size: 20px;
	color: #333;
	padding-left: 32px
}

.index .part3 ul li .bt .more {
	display: block;
	position: absolute;
	right: 40px;
	top: 19px;
	width: 32px;
	height: 32px;
	background: url(../images/part3more.png) no-repeat center center
}

.index .part3 ul li:hover img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05)
}

.index .part4 {
	width: 100%;
	height: auto;
	overflow: hidden;
	background: url(../images/linksbj.png) repeat left top;
	padding-top: 40px;
	padding-bottom: 79px
}

.index .part4 .link {
	width: 100%
}

.index .part4 .link ul {
	padding-top: 30px
}

.index .part4 .link ul li {
	width: 16.66%;
	float: left;
	height: auto;
	overflow: hidden
}

.index .part4 .link ul li .ico {
	width: 100%;
	height: 114px;
	text-align: center
}

.index .part4 .link ul li .ico i {
	display: block;
	width: 100%;
	height: 114px
}

.index .part4 .link ul li .ico i.i1 {
	background: url(../images/cyljico1.png) no-repeat center center
}

.index .part4 .link ul li .ico i.i2 {
	background: url(../images/cyljico2.png) no-repeat center center
}

.index .part4 .link ul li .ico i.i3 {
	background: url(../images/cyljico3.png) no-repeat center center
}

.index .part4 .link ul li .ico i.i4 {
	background: url(../images/cyljico4.png) no-repeat center center
}

.index .part4 .link ul li .ico i.i5 {
	background: url(../images/cyljico5.png) no-repeat center center
}

.index .part4 .link ul li .ico i.i6 {
	background: url(../images/cyljico6.png) no-repeat center center
}

.index .part4 .link ul li .bt {
	color: #333;
	font-size: 18px;
	text-align: center;
	width: 100%
}

.index .part4 .link ul li:hover .ico {
	background: url(../images/cyljxzbj.png) no-repeat center center
}

.index .part4 .link ul li:hover .ico i.i1 {
	background: url(../images/cyljico1xz.png) no-repeat center center
}

.index .part4 .link ul li:hover .ico i.i2 {
	background: url(../images/cyljico2xz.png) no-repeat center center
}

.index .part4 .link ul li:hover .ico i.i3 {
	background: url(../images/cyljico3xz.png) no-repeat center center
}

.index .part4 .link ul li:hover .ico i.i4 {
	background: url(../images/cyljico4xz.png) no-repeat center center
}

.index .part4 .link ul li:hover .ico i.i5 {
	background: url(../images/cyljico5xz.png) no-repeat center center
}

.index .part4 .link ul li:hover .ico i.i6 {
	background: url(../images/cyljico6xz.png) no-repeat center center
}

.foot {
	width: 100%;
	height: auto;
	overflow: hidden;
	background: url(../images/footbj.png) no-repeat center top;
	padding: 25px 0 14px
}

.foot .left {
	width: 574px;
	float: left;
	height: auto;
	overflow: hidden
}

.foot .left img {
	width:470px;
	height: 140px;
	display: block;
	border-bottom: 1px solid #813d76;
	padding-bottom: 15px
}

.foot .left .bq {
	text-align: left;
	font-size: 14px;
	color: #fff;
	line-height: 25px;
	padding-top: 21px
}

.foot .center {
	width: 632px;
	float: left;
	height: 206px;
	overflow: hidden;
	margin-left: 42px
}

.foot .center .tit {
	text-align: left;
	font-size: 18px;
	color: #fff;
	width: 100%;
	margin-top: 10px
}

.item {
	height: 48px;
	position: relative;
	float: left;
	margin-right: 30px;
	margin-top: 15px;
	width: 40%;
	border: 1px solid #b58bae;
	color: #fff
}

.item h1 {
	padding-right: 40px;
	line-height: 48px;
	color: #fff;
	padding-left: 15px;
	font-size: 14px;
	text-align: left;
	font-weight: normal
}

.item span {
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	right: 0;
	background: url(../images/linksmore.png) no-repeat center center;
	cursor: pointer
}

.item ul {
	display: none;
	position: absolute;
	top: 47px;
	left: 0;
	right: 0;
	height: 110px;
	overflow-y: auto;
	background: rgba(255, 255, 255, 1);
	z-index: 1;
}

.item ul.li {
	height: 140px
}

.item ul li {
	padding-left: 15px;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
	*white-space: nowrap;
	overflow: hidden;
	line-height: 35px;
	text-align: left;
	cursor: pointer
}

.item ul li a {
	color: #333;
	font-size: 14px
}

.item ul li:hover {
	background: #c4a1be;
	color: #fff
}

.item ul li:hover a {
	color: #fff
}

.foot .right {
	width: 132px;
	float: right;
	height: auto;
	padding-top: 45px
}

.foot .right ul li {
	width: 50%;
	float: left;
	text-align: center;
	position: relative
}

.foot .right ul li .img {
	width: 43px;
	height: 43px;
	margin: 0 auto
}

.foot .right ul li .ycc {
	opacity: 0;
	display: none;
	height: 0;
	position: absolute;
	width: 90px;
	left: 50%;
	margin-left: -46px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	z-index: 3;
	top: 58px
}

.foot .right ul li .ycc:after {
	display: block;
	position: absolute;
	top: -6px;
	left: 50%;
	margin-left: -5px;
	content: "";
	border-bottom: 8px solid #fff;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent
}

.foot .right ul li .ycc li {
	width: 100%;
	padding: 5px;
	float: none;
	background: #fff;
	height: 90px
}

.foot .right ul li .ycc li img {
	width: 100%;
	height: 80px
}

.foot .right ul li:hover .ycc {
	opacity: 1;
	height: 90px;
	display: block
}</pre></body></html>