* {
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
	font-family: Microsoft Yahei;
}

img {
	border: none;
}

.clearfix:after {
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0;
}

.clear {
	clear: both;
}

.top {
	width: 100%;
	height: 40px;
}

.container {
	width: 100%;
	height: 1700px;
	background: url('../images/bg.jpg') no-repeat top;
	position: relative;
}

.container .nav {
	width: 100%;
	height: 80px;
	margin: 0 auto;
	position: relative;
	background-color: #ffffff73;
	z-index: 31;
}

.nav_center {
	width: 1200px;
	height: 80px;
	margin: 0 auto;
}

.nav .nav_center a {
	color: #595757;
	text-decoration: none;
	display: block;
	width: 122px;
	height: 80px;
	float: left;
	font-family: Microsoft Yahei;
}

.nav .nav_center a:hover {
	background-color: #891df1;
	color: #fff;
}

.nav .nav_center .logo:hover {
	background: none;
}

.nav_list {
	width: 122px;
	height: 80px;
	float: left;
	text-align: center;
	line-height: 80px;
}

.nav_list span p {
	font-size: 17px;
	height: 19px;
	margin-top: 10px;
}

.nav_list img {
	display: block;
	margin: 0 auto;
	margin-top: 24px;
}

.nav .hide-nav {
	width: 100%;
	height: 140px;
	background-color: #ffffff73;
	opacity: 0;
	position: absolute;
	top: 0px;
	transition: all 1s;
}

.nav .hide-nav .hide-nav-center {
	width: 1200px;
	height: 140px;
	margin: 0 auto
}

.hide-nav-center div {
	width: 122px;
	height: 140px;
	float: left;
}

.hide-nav-center div a {
	width: 122px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #595757;
	font-size: 15px;
	display: block;
}

.hide-nav-center div a:hover {
	background-color: #891df1;
	color: #fff;
}

.nav:hover .hide-nav {
	top: 80px;
	opacity: 1;
	transition: all 1s;
}

.hide-nav-center .nav-hide-9 {
	position: relative;
}

.hide-nav-center .nav-hide-9 img {
	width: 166px;
	height: 164px;
	display: block;
	position: absolute;
	left: 95px;
	top: -28px;
	opacity: 0;
	transition: all 0.3s;
}

.hide-nav-center .nav-hide-9 .dou:hover+img {
	left: 105px;
	opacity: 1;
	transition: all 0.3s;
}









.nav_list_logo {
	width: 121px;
	height: 75px;
	text-align: center;
	margin-left: 12px;
	position: relative;
	z-index: 2;
	margin-top: 2px
}

.container .slogan {
	width: 1200px;
	height: 485px;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.container .slogan img {
	width: 432px;
	height: 771px;
	position: absolute;
	right: 21px;
	top: 0px;
}

.container .content {
	width: 1200px;
	height: 1420px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

/* 第一排 */
.content .cont-1 {
	width: 1200px;
	height: 300px;
	margin: 0 auto;
	margin-top: 0px;
	position: relative;
}

.content .cont-1 .cont-1-left {
	width: 200px;
	height: 300px;
	float: left;
}

.content .cont-1 .cont-1-left .down-1 {
	width: 200px;
	height: 180px;
	background: url('../images/down-top.jpg') no-repeat;

}

.content .cont-1 .cont-1-left .down-1 a {
	width: 200px;
	height: 180px;
	display: block;
	position: relative;
}

.content .cont-1 .cont-1-left .down-1 a img {
	width: 114px;
	height: 90px;
	display: block;
	position: absolute;
	top: 55px;
	left: 43px;
	-webkit-transition: all .2s;
	transition: all .2s;
}

.content .cont-1 .cont-1-left .down-1 a:hover img {
	top: 40px;
	-webkit-transition: all .2s;
	transition: all .2s;
}

.content .cont-1 .cont-1-left .down-2 {
	width: 200px;
	height: 120px;
	background: url('../images/down-bot.jpg') no-repeat;
}

.content .cont-1 .cont-1-left .down-2 img {
	display: block;
}


.content .cont-1 .cont-1-left .down-2 .register {
	width: 200px;
	height: 40px;
	display: block;
	font-size: 14px;
	color: #fff;
	line-height: 44px;
	text-indent: 83px;
	position: relative;
	transform: rotateY(0deg);
	transition: 0.6s;
}

.content .cont-1 .cont-1-left .down-2 .register em {
	width: 20px;
	height: 23px;
	display: inline-block;
	position: absolute;
	top: 11px;
	left: 48px;
	transition: 0.6s;
}

.content .cont-1 .cont-1-left .down-2 .register:hover {
	text-indent: 78px;
	-webkit-transition: all .2s;
	transition: all .2s;
}

.content .cont-1 .cont-1-left .down-2 .register:hover em {
	transform: rotateY(180deg);
	transition: 0.6s;
}


.content .cont-1 .cont-1-left .down-2 .recharge {
	width: 200px;
	height: 40px;
	display: block;
	font-size: 14px;
	color: #fff;
	line-height: 44px;
	text-indent: 83px;
	position: relative;
	transform: rotateY(0deg);
	transition: 0.6s;
}

.content .cont-1 .cont-1-left .down-2 .recharge em {
	width: 20px;
	height: 23px;
	display: inline-block;
	position: absolute;
	top: 13px;
	left: 48px;
	transition: 0.6s;
}

.content .cont-1 .cont-1-left .down-2 .recharge:hover {
	text-indent: 78px;
	-webkit-transition: all .2s;
	transition: all .2s;
}

.content .cont-1 .cont-1-left .down-2 .recharge:hover em {
	transform: rotateY(180deg);
	transition: 0.6s;
}



.content .cont-1 .cont-1-left .down-2 .activate {
	width: 200px;
	height: 40px;
	display: block;
	font-size: 14px;
	color: #fff;
	line-height: 38px;
	text-indent: 83px;
	position: relative;
	transform: rotateY(0deg);
	transition: 0.6s;
}

.content .cont-1 .cont-1-left .down-2 .activate em {
	width: 20px;
	height: 23px;
	display: inline-block;
	position: absolute;
	top: 10px;
	left: 48px;
	transition: 0.6s;
}

.content .cont-1 .cont-1-left .down-2 .activate:hover {
	text-indent: 78px;
	-webkit-transition: all .2s;
	transition: all .2s;
}

.content .cont-1 .cont-1-left .down-2 .activate:hover em {
	transform: rotateY(180deg);
	transition: 0.6s;
}

.content .cont-1 .cont-1-center {
	width: 600px;
	height: 300px;
	float: left;
	margin: 0px 15px;
}

.cont-1-center .slideBox1 {
	width: 600px;
	height: 300px;
	overflow: hidden;
	position: relative;

}

.cont-1-center .slideBox1 .hd {
	width: 200px;
	height: 30px;
	overflow: hidden;
	position: absolute;
	right: 10px;
	bottom: 0px;
	z-index: 1;
}

.cont-1-center .slideBox1 .hd ul {
	overflow: hidden;
	zoom: 1;
	float: right;
	height: 30px;
}

.cont-1-center .slideBox1 .hd ul li {
	margin-top: 5px;
	float: left;
	margin-right: 2px;
	margin-left: 10px;
	width: 10px;
	height: 10px;
	background-color: #fff;
	line-height: 19px;
	text-align: center;
	border-radius: 50%;
}

.cont-1-center .slideBox1 .hd ul li.on {
	background-color: #1750aa;
}

.cont-1-center .slideBox1 .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.cont-z .slideBox1 .bd li {
	zoom: 1;
	vertical-align: middle;
}

.cont-z .slideBox1 .bd img {
	width: 600px;
	height: 300px;
	display: block;
}


.content .cont-1 .cont-1-right {
	width: 370px;
	height: 300px;
	float: left;
}

.cont-1-right .nr {
	width: 370px;
	height: 300px;
	background: url('../images/down-r-bg.jpg') no-repeat;
}

.slideBox2 {
	width: 370px;
	height: 300px;
}

.slideBox2 .hd {
	height: 42px;
	line-height: 42px;
	position: relative;

}

.slideBox2 .hd ul {
	float: left;
	position: absolute;
	left: 7px;
	top: 0px;
	height: 41px;
	width: 353px;
	border-bottom: 1px solid #dadada;
}

.slideBox2 .hd ul li {
	float: left;
	margin-left: 15px;
	color: #666666;
	font-size: 16px;
	font-weight: 500;
	width: 86px;
	text-align: center;
	line-height: 41px;
	height: 41px;
}

.slideBox2 .hd ul li a {
	color: #000;
	font-size: 14px;
	font-weight: 550;
	width: 43px;
	text-align: center;
	line-height: 41px;
	height: 41px;

}

.slideBox2 .hd ul li.on {
	background: url(../images/hd-li-on.jpg) no-repeat;
	background-position-y: 39px;
	background-position-x: 6px;
}

.slideBox2 .hd ul li.on a {
	color: #891cf1;
}

.slideBox2 .bd ul {
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	zoom: 1;
	height: 247px;
}

.slideBox2 .bd li {
	height: 35px;
	line-height: 17px;
	font-size: 14px;
	color: white;
}

.slideBox2 .bd ul .li-important {
	width: 340px;
	height: 40px;
	line-height: 40px;
	color: #891cf1;
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
	display: block;
	font-weight: 550;
}

.slideBox2 .bd li a {
	color: #666;
	width: 260px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
	line-height: 22px;
}

.slideBox2 .bd li .date {
	float: right;
	color: #666;
	line-height: 22px;
}

.slideBox2 .bd li a:hover {
	color: #891cf1;
}

.slideBox2 .bd li a em {
	color: #666;
	width: 51px;
	height: 22px;
	display: block;
	text-align: center;
	line-height: 22px;
	margin-right: 7px;
}

.slideBox2 p {
	width: 286px;
	height: 24px;
	line-height: 37px;
	text-indent: 40px;
	color: #ff3232;
	font-weight: 700;
}

.slideBox2 .bd li em {
	font-style: normal;
	width: 57px;
	height: 24px;
	display: block;
	float: left;
}

.slideBox2 .hd a {
	display: block;
	float: right;
	margin-top: 4px;
}

.gd {
	width: 44px;
	height: 44px;
	display: block;
	float: right;
	font-size: 13px;
	line-height: 48px;
	transition: all 0.6s;
	overflow: hidden;
}

.gd:hover {
	text-indent: 13px;
	transition: all 0.6s;
}

/* 第二排 */
.content .cont-2 {
	width: 1200px;
	height: 160px;
	margin: 0 auto;
	margin-top: 15px;
}

.cont-2 .cont-left {
	width: 200px;
	height: 160px;
	float: left;
}

.cont-2 .cont-left .hot-1 {
	width: 202px;
	height: 80px;
	display: block;
	background: url('../images/cont-left-a.jpg') no-repeat;
	position: relative;
	overflow: hidden;
}


.cont-2 .cont-left .hot-1 div {
	width: 196px;
	height: 76px;
	position: relative;
	overflow: hidden;
	float: left;
	margin-top: 2px;
	margin-left: 3px;
	line-height: 76px;
	text-indent: 87px;
	font-size: 16px;
	color: #fff;
}

.cont-2 .cont-left .hot-1 div em {
	width: 75px;
	height: 77px;
	background: url('../images/day-1.png') no-repeat;
	background-size: contain;
	display: inline-block;
	position: absolute;
	left: 0px;
	top: -2px;
}

.cont-2 .cont-left .hot-1 em img {
	width: 75px;
	height: 77px;
	display: inline-block;
	float: left;
}

.cont-2 .cont-left .hot-1:hover img {
	-webkit-animation: scaleout 0.5s ease-in-out;
	animation: scaleout .5s ease-in-out;
}

@-webkit-keyframes scaleout {
	0% {
		-webkit-transform: scale(1.0)
	}

	100% {
		-webkit-transform: scale(1.7);
		opacity: 0;
	}
}

@keyframes scaleout {
	0% {
		transform: scale(1.0);
		-webkit-transform: scale(1.0);
		opacity: 0;
	}

	10% {
		transform: scale(1.0);
		-webkit-transform: scale(1.0);
		opacity: 1;
	}

	100% {
		transform: scale(1.7);
		-webkit-transform: scale(1.7);
		opacity: 0;
	}
}

.cont-2 .cont-left .day-1 {
	width: 202px;
	height: 80px;
	display: block;
	background: url('../images/cont-left-a.jpg') no-repeat;

}

.cont-2 .cont-left .day-1 div {
	width: 196px;
	height: 76px;
	position: relative;
	overflow: hidden;
	float: left;
	margin-top: 2px;
	margin-left: 3px;
	text-indent: 17px;
	font-size: 16px;
	color: #fff;
	line-height: 76px;
}

.cont-2 .cont-left .day-1 div em {
	width: 75px;
	height: 77px;
	background: url('../images/hot-1.png') no-repeat;
	background-size: contain;
	display: inline-block;
	position: absolute;
	right: 0px;
	top: 0px;
}

.cont-2 .cont-left .day-1 em img {
	width: 75px;
	height: 77px;
	display: inline-block;
	float: left;
}

.cont-2 .cont-left .day-1:hover img {
	-webkit-animation: scaleout 0.5s ease-in-out;
	animation: scaleout .5s ease-in-out;
}

@-webkit-keyframes scaleout {
	0% {
		-webkit-transform: scale(1.0)
	}

	100% {
		-webkit-transform: scale(1.7);
		opacity: 0;
	}
}

@keyframes scaleout {
	0% {
		transform: scale(1.0);
		-webkit-transform: scale(1.0);
		opacity: 0;
	}

	10% {
		transform: scale(1.0);
		-webkit-transform: scale(1.0);
		opacity: 1;
	}

	100% {
		transform: scale(1.7);
		-webkit-transform: scale(1.7);
		opacity: 0;
	}
}

.cont-2 .cont-right {
	width: 984px;
	height: 160px;
	float: right;
}

.cont-2 .cont-right .cont-right-1 {
	width: 328px;
	height: 160px;
	background: url('../images/cont-right-1-bg.jpg') no-repeat;
	float: left;
	overflow: hidden;
	transition: all 1s;
}

.cont-2 .cont-right .cont-right-2 {
	width: 328px;
	height: 160px;
	background: url('../images/cont-right-2-bg.jpg') no-repeat;
	float: left;
	overflow: hidden;
	transition: all 1s;
}

.cont-2 .cont-right .cont-right-3 {
	width: 328px;
	height: 160px;
	background: url('../images/cont-right-3-bg.jpg') no-repeat;
	float: left;
	overflow: hidden;
	transition: all 1s;
}

.cont-right .cont3-hover {
	width: 328px;
	height: 160px;
	background-color: #4e17c496;
	position: relative;
	transition: all 1s;
}

.cont-right a:hover .cont3-hover {
	margin-top: 120px;
	transition: all 1s;
}

.cont-right .cont3-hover span {
	width: 100%;
	height: 35px;
	display: block;
	position: absolute;
	top: 65px;
	left: 0px;
	color: #fff;
	text-align: center;
	font-size: 24px;
	font-weight: 600;
	line-height: 35px;
	transition: all 1s;
}

.cont-right a:hover .cont3-hover span {
	top: 5px;
	transition: all 1s;
}

.cont-right .cont3-hover em {
	width: 100%;
	height: 20px;
	display: block;
	position: absolute;
	top: 100px;
	left: 0px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	font-size: 12px;
	font-style: normal;
}

/* 第三排 */
.content .cont-3 {
	width: 1200px;
	height: 300px;
	margin: 0 auto;
	margin-top: 15px;
}

.cont-3 .cont-3-left {
	width: 390px;
	height: 300px;
	float: left;
	background: url('../images/cont-3-left.jpg') no-repeat;
}

.cont-3 .cont-3-left .ts-1 {
	width: 370px;
	height: 87px;
	margin-left: 10px;
	border-bottom: 1px dotted #ccc;
}

.cont-3 .cont-3-left .ts-1 .ts-1-l {
	width: 80px;
	height: 62px;
	float: left;
	margin-top: 13px;
	margin-left: 12px;
}

.cont-3 .cont-3-left .ts-1 .ts-1-r {
	width: 255px;
	height: 62px;
	float: left;
	margin-top: 16px;
	margin-left: 10px;
}

.cont-3 .cont-3-left .ts-1 .ts-1-r a {
	width: 84px;
	height: 20px;
	display: block;
	float: left;
	font-size: 13px;
	line-height: 20px;
	color: #555555;
}

.cont-3 .cont-3-left .ts-1 .ts-1-r a:hover {
	text-decoration: underline;
	color: #4e17c4;
}

.cont-3 .cont-3-left .ts-2 {
	width: 370px;
	height: 87px;
	border-bottom: 1px dotted #ccc;
	margin: 10px 10px;
}

.cont-3 .cont-3-left .ts-2 .ts-2-l {
	width: 80px;
	height: 62px;
	float: left;
	margin-top: 13px;
	margin-left: 12px;
}

.cont-3 .cont-3-left .ts-2 .ts-2-r {
	width: 255px;
	height: 62px;
	float: left;
	margin-top: 16px;
	margin-left: 10px;
}

.cont-3 .cont-3-left .ts-2 .ts-2-r a {
	width: 84px;
	height: 20px;
	display: block;
	float: left;
	font-size: 13px;
	line-height: 20px;
	color: #555555;
}

.cont-3 .cont-3-left .ts-2 .ts-2-r a:hover {
	text-decoration: underline;
	color: #4e17c4;
}

.cont-3 .cont-3-left .ts-3 {
	width: 370px;
	height: 87px;
	margin-left: 10px;
	border-bottom: 1px dotted #ccc;
}

.cont-3 .cont-3-left .ts-3 .ts-3-l {
	width: 80px;
	height: 62px;
	float: left;
	margin-top: 13px;
	margin-left: 12px;
}

.cont-3 .cont-3-left .ts-3 .ts-3-r {
	width: 255px;
	height: 62px;
	float: left;
	margin-top: 16px;
	margin-left: 10px;
}

.cont-3 .cont-3-left .ts-3 .ts-3-r a {
	width: 84px;
	height: 20px;
	display: block;
	float: left;
	font-size: 13px;
	line-height: 20px;
	color: #555555;
}

.cont-3 .cont-3-left .ts-3 .ts-3-r a:hover {
	text-decoration: underline;
	color: #4e17c4;
}



.cont-3 .cont-3-right {
	width: 795px;
	height: 300px;
	float: right;
}

.cont-3-right .c2 {
	width: 795px;
	height: 300px;
	overflow: hidden;
	background: url('../images/zy-bg.jpg') no-repeat;
	position: relative;
}

.cont-3-right .c2 .navv {
	width: 660px;
	height: 40px;
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 10;
}

.cont-3-right .c2 .navv ul {
	width: 100%;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 18px;
}

.cont-3-right .c2 .navv ul li {
	width: 70px;
	height: 40px;
	float: left;
	border-bottom: 2px solid #bbbbbb;
	color: #000;
	font-weight: normal;
	cursor: pointer;
	font-weight: 550;
}

.cont-3-right .c2 .navv ul li.focus {
	border-bottom: 2px solid #8220e6;
	color: #8220e6;
}

.cont-3-right .c2 .pImg {
	top: 0;
	left: 795px;
	width: 795px;
	height: 300px;
	position: absolute;
	z-index: 3;
}

.cont-3-right .c2 .txt {
	top: 63px;
	left: -470px;
	width: 470px;
	height: 240px;
	position: absolute;
	z-index: 5;
}

.cont-3-right .c2 .txt a {
	width: 140px;
	height: 44px;
	text-align: center;
	line-height: 44px;
	font-size: 15px;
	background: url('../images/a-bg.png') no-repeat;
	color: #8220e6;
	position: absolute;
	left: 17px;
	top: 169px;
}

.cont-3-right .c2 .txt a:hover {
	font-size: 16px;
}

.cont-3-right .c2 .zy-name {
	line-height: 26px;
	display: block;
	padding: 0px 0px 0px 5px;
	color: #2b2828;
	width: 320px;
	height: 64px;
}

.cont-3-right .c2 .mingc {
	width: 220px;
	height: 64px;
	display: block;
}

.cont-3-right .c2 .pImg0 {
	left: 0;
}

.cont-3-right .c2 .txt0 {
	left: 15px;
}

.cont-3-right .c2 .txt0 .zbsBox1 {
	background: url('../images/cszhuce.png') no-repeat;
	background-position: 16px 2px;
}

.cont-3-right .c2 .txt1 .zbsBox2 {
	background: url('../images/cszhuce.png') no-repeat;
	background-position: 16px -59px;
}

.cont-3-right .c2 .txt2 .zbsBox3 {
	background: url('../images/cszhuce.png') no-repeat;
	background-position: 16px -127px;
}

.cont-3-right .c2 .txt3 .zbsBox4 {
	background: url('../images/cszhuce.png') no-repeat;
	background-position: 16px -190px;
}





/* 第四排 */
.content .cont-4 {
	width: 1200px;
	height: 300px;
	background-color: #ffffff;
	margin-top: 7px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.slideGroup {
	width: 1160px;
	height: 300px;
	margin: 0 auto;
}

.slideGroup .parHd {
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
	border-bottom: 1px solid #dadada;
	position: relative;
}

.slideGroup .parHd .cont-4-more {
	width: 50px;
	height: 50px;
	display: block;
	position: absolute;
	right: 20px;
	top: 0px;
	line-height: 60px;
	font-size: 14px;
	color: #891df1;
	transition: all 0.6s;
	overflow: hidden;
}

.slideGroup .parHd .cont-4-more:hover {
	transition: all 0.6s;
	text-indent: 13px;
}

.slideGroup .parHd ul {
	float: left;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 52px;
}

.slideGroup .parHd ul li {
	float: left;
	padding: 0 0px;
	cursor: pointer;
	width: 120px;
	text-align: center;
	font-weight: 550;
}

.slideGroup .parHd ul li.on {
	height: 48px;
	color: #891df1;
	border-bottom: 2px solid #891df1;
}

.slideGroup .slideBox {
	overflow: hidden;
	zoom: 1;
	padding: 10px 0 10px 6px;
	position: relative;
	height: 211px;
}

.slideGroup .sPrev,
.slideGroup .sNext {
	position: absolute;
	left: 5px;
	top: 10px;
	display: block;
	width: 30px;
	height: 94px;
	border: 1px solid #ddd;
	background: url(../images/icoleft.gif) center center no-repeat #f4f4f4;
}

.slideGroup .sNext {
	left: auto;
	right: 5px;
	background: url(../images/icoright.gif) center center no-repeat #f4f4f4;
}

.slideGroup .sPrev:hover,
.slideGroup .sNext:hover {
	border-color: #f60;
}

.slideGroup .parBd {
	height: 211px;
}

.slideGroup .parBd ul {
	overflow: hidden;
	zoom: 1;
}

.slideGroup .parBd ul li {
	margin: 0 8px;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
}

.slideGroup .parBd ul li .pic {
	text-align: center;
}

.slideGroup .parBd ul li .pic img {
	width: 279px;
	height: 211px;
	display: block;
	padding: 2px;
}



/* 第五排 */
.content .cont-5 {
	width: 1200px;
	height: 200px;
	margin: 0 auto;
	margin-top: 15px;
}

.content .cont-5 .cont-5-l {
	width: 390px;
	height: 200px;
	background: url('../images/cont-5-l.jpg') no-repeat;
	float: left;
	position: relative;
}

.content .cont-5 .cont-5-l ul {
	position: absolute;
	width: 235px;
	height: 120px;
	display: block;
	left: 20px;
	top: 60px;
}

.content .cont-5 .cont-5-l ul li {
	width: 95px;
	height: 30px;
	border: 1px solid #891df1;
	float: left;
	margin-right: 15px;
	margin-top: 10px;
}

.content .cont-5 .cont-5-l ul li:hover {
	background-color: #891df1;
}

.content .cont-5 .cont-5-l ul li:hover a {
	color: #fff;
}

.content .cont-5 .cont-5-l ul li a {
	width: 95px;
	height: 30px;
	display: block;
	color: #891df1;
	text-align: center;
	line-height: 30px;
}

.content .cont-5 .cont-5-c {
	width: 390px;
	height: 200px;
	background: url('../images/cont-5-c.jpg') no-repeat;
	float: left;
	margin: 0px 15px;
	position: relative;
}

.content .cont-5 .cont-5-c ul {
	position: absolute;
	width: 210px;
	height: 90px;
	display: block;
	left: 5px;
	top: 85px;
}

.content .cont-5 .cont-5-c li {
	width: 56px;
	height: 80px;
	display: block;
	float: left;
	margin-left: 13px;
	position: relative;
}

.content .cont-5 .cont-5-c .qq-jia em {
	width: 124px;
	height: 130px;
	background: url('../images/erweima.png') no-repeat;
	position: absolute;
	left: -54px;
	top: -130px;
	opacity: 0;
	display: block;
	transition: all 0.6s;
}

.content .cont-5 .cont-5-c .qq-jia.douyin em {
	background: none;
}

.content .cont-5 .cont-5-c .qq-jia:hover .erweima {
	opacity: 1;
	top: -29px;
	transition: all 0.6s;
}

.content .cont-5 .cont-5-c li a {
	width: 56px;
	height: 80px;
	display: block;
	text-align: center;
	line-height: 28px;
	color: #8220e6;
}

.content .cont-5 .cont-5-c li a img {
	width: 56px;
	height: 56px;
	display: block;
	transform: rotateY(0deg);
	transition: 0.6s;
}

.content .cont-5 .cont-5-c li:hover img {
	transform: rotateY(180deg);
	transition: 0.6s;
}

.content .cont-5 .cont-5-c li.douyin:hover em img {
	transform: rotateY(0deg);
	transition: 0.6s;
}

.content .cont-5 .cont-5-c ul .kf-email i {
	width: 150px;
	height: 30px;
	display: block;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	color: #8220e6;
	background-color: #fff;
	border: 1px solid #000;
	opacity: 0;
	position: absolute;
	top: -50px;
	left: -42px;
	transition: all 0.6s;
	font-style: normal;
}

.content .cont-5 .cont-5-c ul .kf-email:hover i {
	opacity: 1;
	top: -40px;
	transition: all 0.6s;
}



.content .cont-5 .cont-5-r {
	width: 390px;
	height: 200px;
	background: url('../images/cont-5-r.jpg') no-repeat;
	float: left;
	position: relative;
}

.content .cont-5 .cont-5-r ul {
	position: absolute;
	width: 210px;
	height: 120px;
	display: block;
	left: 20px;
	top: 60px;
}

.content .cont-5 .cont-5-r ul {
	position: absolute;
	width: 235px;
	height: 120px;
	display: block;
	left: 20px;
	top: 60px;
}

.content .cont-5 .cont-5-r ul li {
	width: 95px;
	height: 30px;
	border: 1px solid #891df1;
	float: left;
	margin-right: 15px;
	margin-top: 10px;
	position: relative;
}

.content .cont-5 .cont-5-r ul .phone-number em {
	width: 200px;
	height: 30px;
	display: block;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	color: #8220e6;
	background-color: #fff;
	border: 1px solid #000;
	opacity: 0;
	position: absolute;
	top: -50px;
	left: -42px;
	transition: all 0.6s;
	font-style: normal;
}

.content .cont-5 .cont-5-r ul .phone-number:hover em {
	opacity: 1;
	top: -40px;
	transition: all 0.6s;
}

.content .cont-5 .cont-5-r ul li a {
	width: 95px;
	height: 30px;
	display: block;
	color: #891df1;
	text-align: center;
	line-height: 30px;
}

.content .cont-5 .cont-5-r ul li:hover {
	background-color: #891df1;
}

.content .cont-5 .cont-5-r ul li:hover a {
	color: #fff;
}

/* 第六排 */
.content .cont-6 {
	width: 1200px;
	height: 64px;
	margin: 0 auto;
	background-color: #ededed91;
	margin-top: 15px;
	text-align: center;
	line-height: 64px;
}

/* 飘窗 */
.by-windows {
	width: 345px;
	height: 615px;
	background: url('../images/by-window.png') no-repeat;
	position: absolute;
	right: 0;
	top: 804px;
	z-index: 2;
}

.by-windows .by-1 {
	width: 300px;
	height: 200px;
	display: block;
	margin-top: 68px;
	margin-left: 25px;
}

.by-windows .by-2 {
	width: 300px;
	height: 200px;
	display: block;
	margin-left: 25px;
}

.by-windows .hdBtn {
	width: 267px;
	height: 47px;
	margin-top: 22px;
	margin-left: 38px;
}

.by-windows .hdBtn .by-3 {
	width: 133px;
	height: 47px;
	float: left;
	display: block;
}

.by-windows .hdBtn .by-4 {
	width: 133px;
	height: 47px;
	float: right;
	display: block;
}

/*微信二维码*/
.wechat-img {
	width: 135px;
	height: 645px;
	position: absolute;
	left: 0;
	top: 804px;
	z-index: 2;
}

.wechat-img .wechat-left {
	width: 135px;
	height: 171px;
	float: left
}

.wechat-img p {
	width: 135px;
	height: 36px;
	color: #fff;
	background-color: #8a21f0;
	text-align: center;
	line-height: 36px;
	font-size: 12px;
}

.wechat-img .wechatImg img {
	display: block;
	width: 135px;
}

.wechat-img .wechat-right {
	width: 135px;
	height: 154px;
	float: left;
	display: block;
}

.yqlj {
	width: 1200px;
	height: 60px;
	margin: 0 auto;
	margin-top: 15px;
	background-color: #fff;
}

.yqlj-title {
	width: 100px;
	height: 60px;
	float: left;
	display: block;
	line-height: 60px;
	text-align: center;
	color: #000;
	font-size: 21px;
	margin-left: 20px;
	font-weight: 600;
	font-family: simsun;
}

.qimo8 {
	overflow: hidden;
	width: 1020px;
	float: right;
	margin-right: 30px;
	margin-top: 16px;
}

.qimo8 .qimo {
	/*width:99999999px;*/
	width: 8000%;
	height: 30px;
}

.qimo8 .qimo div {
	float: left;
}

.qimo8 .qimo ul {
	float: left;
	height: 30px;
	overflow: hidden;
	zoom: 1;
}

.qimo8 .qimo ul li {
	float: left;
	line-height: 30px;
	list-style: none;
	min-width: 50px;
	margin-right: 10px;
}

.qimo8 li a {
	margin-right: 10px;
	color: #444444;
}

.tc3-left {
	width: 135px;
	height: 468px;
	display: block;


}

#v1 {
	position: absolute;
	top: 0;
	right: 0px;
	bottom: 0px;
	margin: 0 auto;
	left: 0;
	width: 100%;
	z-index: 1;
}



/*祝福语录*/
.cont-1 .wish {
	width: 1200px;
	height: 40px;
	position: absolute;
	left: 0;
	top: -50px;
	background: url('../images/wish_bg.png') no-repeat;
}

.txtMarquee-left {
	position: relative;
	width: 1071px;
	height: 40px;
	float: left;
	margin-left: 119px;
}

.qim8 {
	overflow: hidden;
	width: 1020px;
	float: right;
	margin-right: 30px;
	margin-top: 0px;
	height: 40px;

}

.qim8 .qim {
	/*width:99999999px;*/
	width: 8000%;
	height: 40px;
}

.qim8 .qim div {
	float: left;
}

.qim8 .qim ul {
	float: left;
	height: 40px;
	overflow: hidden;
	zoom: 1;
}

.qim8 .qim ul li {
	float: left;
	line-height: 40px;
	list-style: none;
	min-width: 50px;
	margin-right: 20px;
}

.qim8 li a {
	margin-right: 10px;
	color: #f76b6b;
	font-size: 13px;
}
