@charset "utf-8";
*{margin:0; padding:0; font-size: 14px;font-family: "微软雅黑", Helvetica, STHeiTi, Arial;}
h1,h2,h3,h4,h5,h6,em,i,b {font-weight: normal;font-size: 14px;margin: 0;padding:0; font-style: normal;font-family:'微软雅黑';}
ul,ol { list-style: none; }
a {color: #444;text-decoration: none;}
body{ color: #444;font-size: 14px;font-family: "Microsoft YaHei", Helvetica, STHeiTi, Arial; background:#fff; min-width: 1180px; }
.clearfix:after {visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;}
.clearfix {*zoom: 1;}
.clear {clear: both;}
.fl {float: left;}
.fr {float: right;}
img {border:0;}
.h50 { margin-top:  50px; }
.w { width: 1200px; margin: 0px auto; }
/*top*/
.top { width: 100%; height: 30px;background: #7e318e;line-height: 30px; color: #faf4fb; }
.top-welcome { float: left; color: #faf4fb; padding-left: 20px; }
.top-link { float: right; color: #fff; padding-right: 15px; }
.top-link a{ color: #faf4fb; padding:0px 5px;}
/*header*/
.header { 
	width: 100%; 
	height: 140px; 
	background: #6a3a92; /* Old browsers */
	background: -moz-linear-gradient(left, #6a3a92 0%, #a13792 50%, #d63492 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #6a3a92 0%,#a13792 50%,#d63492 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #6a3a92 0%,#a13792 50%,#d63492 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6a3a92', endColorstr='#d63492',GradientType=1 ); /* IE6-9 */
}
.header .logo{ width: 252px; height: 52px; float: left; margin:24px 0; margin-left: 20px; }
.header .header-1 {float: left; margin-left: 36px; width: 178px; height: 63px; margin-bottom: 24px; margin-top: 13px;}
.header .tell {float: right; padding-top:25px; padding-right: 15px;}
.header .weixin { float: right; }
.header .weixin a { display: inline-block; padding:5px 15px; border:1px solid #fff;color: #fff; margin-right: 15px;border-radius: 5px; margin-top: 35px;}
.nav-box { width: 100%; background-color: rgba(255,255,255,.2); height: 40px;clear: both; }
.header .nav{ width: 100%;}
.header .nav li{ float: left; width: 120px; text-align: center; line-height: 40px; box-sizing: border-box;font-size: 18px;}
.nav li > a { color: #c7c5c5;font-size: 18px;}
.nav li.cur > a,.nav li:hover>a  { color: #fff; padding-bottom: 5px; border-bottom: 1px solid #fff;}
.nav .nav-down {
	float: left;
	width: 120px;
	background-color: #a44a9d;
	display: none;
	padding:10px 0;
}
.nav>li:hover .nav-down{
	display: block;
} 
.nav .nav-down li{
	height: 36px; 
	line-height: 36px;
	font-size: 14px;
}
.nav>li:hover .nav-down li:hover{
	background: #7e318e;
}
.nav>li:hover .nav-down li a{
	border:none;
}
/*banner*/

/*liyan*/
.liuyan {
	background: #f7f7f7;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 20px;
}
.liuyan-1 {
	width: 1080px;
	margin:0 60px;
	
}
.liuyan-1 h2 {
	color: #7e318e;
	font-size: 24px;
	padding-bottom: 60px;
}
.liuyan-1 h2 span {
	color: #767676;
	font-size: 14px;
	padding-left: 14px;
}
.liuyan-2 {
	width: 100%;
	float: left;
}
.liuyan-input {
	width: 280px;
	border-bottom: 1px solid #d5d5d5;
	line-height: 36px;
	color: #8b8a8a;
	float: left;
	margin-right: 80px;
}
.liuyan-input span {
	padding-right: 20px;
}
.liuyan-input input.input-text {
	padding: 10px;
	width: 180px;
	background: #f7f7f7;
	border:none;
}
.liuyan-3 {
	width: 100%;
	border-bottom: 1px solid #d5d5d5;
	
	float: left;
}
.liuyan-title {
	color: #767676;
	font-size: 14px;
	line-height: 36px;
}
.liuyan-3 textarea {
	background: #f7f7f7;
	border:none;
}
.liuyan-btn {
	float: left;
	margin-top: 20px;
}
.liuyan-btn a {
	padding:5px 20px;
	border:1px solid #d5d5d5;
	border-radius: 5px;
}
.liuyan-btn a:hover{
	color: #7e318e;
	border:1px solid #7e318e;
}

.footer1 {
	width: 100%;
	height: 400px;
	background: url(../images/footer_bg1.jpg) no-repeat top center;
}
.footer1-box {
	float: left;
	width: 700px;
	margin:80px 300px 0 200px;
}
.footer1-box p {
	font-size: 24px;
	color: #fff;
	line-height: 36px;
}
.footer1-box h3 {
	font-size: 36px;
	color: #fff;
	font-weight: bold;
	padding-top: 40px;
	line-height: 48px;
	display: table;
}
.footer1-box h3 a {
	background: #e4007f;
	width: 300px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	color: #fff;
	display: inline-block;
	margin-left: 20px;
	float: right;
    margin-top: 5px;
}
.footer1-box h3 a:hover {
	background: #920453;
}
.footer2 {
	width: 100%;
	height: 840px;

	background: #6a3a92; /* Old browsers */
	background: -moz-linear-gradient(left, #6a3a92 0%, #a13792 50%, #d63492 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #6a3a92 0%,#a13792 50%,#d63492 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #6a3a92 0%,#a13792 50%,#d63492 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6a3a92', endColorstr='#d63492',GradientType=1 ); /* IE6-9 */
}
.footer2-logo {
	width: 100%;
	text-align: center;
	padding: 66px 0;
}
.footer2-nav {
	text-align: center;
	width: 100%;
	
}
.footer2-nav a {
	color: #fff;
	line-height: 48px;
	font-size: 16px;
	padding:0 10px;
}
.footer2-nav a:hover {
	color: #c7c5c5;
}
.footer2-info {
	text-align: center;
	width: 100%;
	color: #fff;
	line-height: 40px;
	font-size: 16px;
}


.title-css h1 {
	font-size: 48px;
	
	color: #7e318e;
	text-align: center;
	letter-spacing: 2px;
}
.title-css p {
	font-size: 18px;
	color: #8a8a8a;
	text-align: center;
	letter-spacing: 2px;
}


.zh-search {
	background: #fff;
	padding:30px 0;
}
.w900 {
	width: 900px;
	margin:0 auto;
}
.zh-form {
	width: 898px;
	border:1px solid #ddd;
	display: table;
	border-radius: 5px;
	padding:20px 0;
}
.zh-form span {
	font-size: 18px;
	color: #7e318e;
}
.zh-form select {
	border:1px solid #ddd;
	height: 30px;
	width: 100px;
	color: #7e318e;
	font-size: 16px;
	border-radius: 3px;
}
.zh-form1 {
	float: left;
	padding-left: 60px;
}
.zh-form2 {
	float: left;
	padding-left: 100px;
}
.zh-form .s-btn{
	height: 30px;
	border:1px solid #7e318e;
	background: #7e318e;
	color: #fff;
	width: 120px;
	text-align: center;
	line-height: 30px;
	border-radius: 5px;
	margin-left: 20px;
}

.zh-index-1 {
	width: 100%;
	background: #faf6fb;
	padding:30px 0;
}
.zh-index-title {
	width: 100%;
	border-bottom: 1px solid #7e318e;
	padding-top: 10px;
	display: table;
}
.title-name {
	float: left;
	margin-left: 36px;
	font-size: 20px;
	border-bottom: 5px solid #7e318e;
	line-height: 36px;
	color: #7e318e;
}
.title-more {
	float: right;
	line-height: 40px;
	margin-right: 5px;
	
}
.title-more a {
	font-size: 14px;
	color: #7e318e;
}
.title-more a:hover {
	color: #c63592;
}
.zh-item {
	width: 100%;
	display: table;
}
.zh-item .e {
	width: 310px;
	float: left;
	margin:30px 43px 0px 43px;
}
.zh-item .e .e-img {
	width: 314px;
	height: 200px;
}
.zh-item .e .e-img a {
	border:4px solid #bfbfbf;
	display: inline-block;
	width: 306px;
	height: 192px;
	overflow: hidden;
	border-radius: 4px;
}
.zh-item .e .e-img a img {
	width: 306px;
	height: 192px;
}
.zh-item .e .e-img a:hover {
	border:4px solid #7e318e;
}
.zh-item .e-name {
	width: 100%;
	display: table;
	padding-top: 10px;
}
.zh-item .e-name h2 {
	font-size: 20px;
	font-weight: bold;
	float: left;
	padding-left: 5px;
	color: #838383;
}
.zh-item .e-name a{
	float: right;
	padding:5px 10px;
	background: #73318e;
	display: inline-block;
	margin-left: 20px;
	color: #fff;
	border-radius: 5px;
}
.zh-item .e-name a:hover {
	background: #c63592;
}
.zh-item .e-intro {
	padding-top: 20px;
	color: #838383;
	line-height: 20px;
	padding-left: 5px;
}
.zh-item .e-intro .p-intro{
	height: 20px;
	width: 308px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.bg-efefef {
	background: #efefef;
}
.zh-index-2 {
	width: 100%;
	background: #e2d8eb;
}
.zh-title-1 {
	width: 100%;
	height: 140px;
	padding-top: 52px;
	position: relative;
	display: table;
}
.zh-title-1 .hr1 {
	position: absolute;
	width: 100%;
	top:120px;
	left:0px;
	height: 1px;
	background: #7e318e;
	border: 0;
}
.zh-title-info {
	width: 568px;
	height: 118px;
	border:1px solid #7e318e;
	margin:0 auto;
	position: relative;
	text-align: center;
}
.zh-title-info h2 {
	font-size: 36px;
	line-height: 70px;
	color: #7e318e;
}
.zh-title-info hr {
	width: 218px;
	height: 3px;
	background: #7e318e;
	display: inline-block;
	border: none;
	position: absolute;
	top:64px;
	left: 171px;
}
.zh-title-info p {
	font-size: 18px;
	color: #998ab4;
	line-height: 44px;
}
.zh-wenti {
	width: 730px;
	height: 640px;
	padding:0 440px 0 30px;
	background: url(../images/index_1.jpg) no-repeat;
	display: table;
}
.zh-wenti .e {
	width: 730px;
	display: table;
	clear: both;
	border-bottom: 1px solid #7e318e;
	margin-bottom: 30px;

}
.zh-wenti .e .e-num {
	width: 102px;
	height: 102px;
	background: #fff;
	border-radius: 100px;
	line-height: 100px;
	text-align: center;
	font-size: 72px;
	color: #7e318e;
	font-family: 'Arial';
	float: left;
	margin-bottom: 20px;
}
.zh-wenti .e .e-info {
	float: left;
	margin-left: 18px;
	width: 610px;
}
.zh-wenti .e .e-info h2 {
	width: 100%;
	color: #7e318e;
	font-size: 24px;
	padding-bottom: 10px;
}
.zh-wenti .e .e-info h2 a {
	float: right;
	display: inline-block;
	padding:3px 20px;
	background: #7e318e;
	color: #fff;
	font-size: 16px;
	border-radius: 3px;
}
.zh-wenti .e .e-info h2 a:hover {
	background: #c63592;
}
.zh-wenti .e .e-info p{
	color: #8b8b8b;
	font-size: 14px;
	line-height: 18px;
	text-align: justify;
}
.zh-index-3 {
	width: 100%;
	height: 700px;
	background: url(../images/index_2.jpg) no-repeat top center;
}
.color-fff .zh-title-1 .hr1 ,.color-fff .zh-title-info hr{
	background: #fff;
}
.color-fff .zh-title-info{
	border:1px solid #fff;
}
.color-fff .zh-title-info h2,.color-fff .zh-title-info p{
	color: #fff;
}
.index-choice {
	width: 100%;
	display: table;
	padding-top: 80px;
}
.index-choice li {
	width: 180px;
	height: 260px;
	float: left;
	border-radius: 5px;
	background: #e4007f;
	margin-left: 17px;
}
.index-choice li .e-img {
	width: 100%;
	text-align: center;
	padding-top: 30px;
}
.index-choice li .e-p {
	color: #fff;
	padding-top: 30px;
	text-align: center;
}
.index-choice li .e-p p {
	line-height: 30px;
	font-size: 20px;
}
.choice-a {
	width: 100%;
	padding-top: 50px;
	text-align: center;
}
.choice-a a {
	display: inline-block;
	padding:3px 20px;
	background: #e4007f;
	border-radius: 5px;
	color: #fff;
	font-size: 16px;
}
.choice-a a:hover {
	background: #b70468;
}
.zh-index-4 {
	width: 100%;
	background: #fff;
}
.index-4-box {
	width: 1199px;
	display: table;
	margin:40px 0;
	border-left: 1px solid #ddd;
	border-top:1px solid #ddd;
}
.index-4-box .e {
	width: 244px;
	border-right: 1px solid #ddd;
	float: left;
}
.index-4-box .e dt {
	width: 100%;
	height: 88px;
	line-height: 88px;
	text-align: center;
	font-size: 20px;
	color: #fff;
	border-bottom: 1px solid #ddd;
}
.index-4-box .e dd {
	border-bottom: 1px solid #ddd;
	height: 48px;
	padding:20px 30px;
	text-align: justify;
	font-size: 14px;
	line-height: 16px;
	color: #898989;
}
.index-4-box .e1 dt {
	background: #7e318e;
}

.index-4-box .e2 {
	background: #e4007f;
	width: 217px;
}
.index-4-box .e2 dt {
	font-weight: bold;
}
.index-4-box .e2 dd {
	text-align: center;
	font-size: 20px;
	color: #fff;
	line-height: 46px;
}
.index-4-box .e3 dt{
	background: #7d7d7d;
}
.zh-index-5 {
	background: #faf6fb;
}
.index-5-box {
	width: 1140px;
	padding:30px;
	display: table;
}
.index-5-box .slide {
	
}
.index-5-box .slide a {
	display: block;
	width: 100%;
}
.index-5-box .slide .e-img {
	width: 260px;
	height: 380px;
	position: relative;
	border-radius: 5px;
}
.index-5-box .slide .e-img .e-detail {
	display: none;
	position: absolute;
	z-index: 1;
	border:4px solid #7e318e;
	top: 0;
	left: 0;
	width: 254px;
	height: 372px;
	border-radius: 5px;
}
.index-5-box .slide .e-img .e-detail h2 {
	width: 256px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-style: 16px;
	color: #fff;
	background: #7e318e;
	margin-top: 342px;
}
.index-5-box .slide a:hover .e-img .e-detail{
	display: block;
}
.index-5-box .slide h3 {
	text-align: center;
	font-size: 16px;
	color: #4b4a4a;
	line-height: 44px;
	width: 100%;
	overflow: hidden;
	height: 44px;
	font-weight: 400;
}
.index-5-box .slide .e-intro{
	height: 40px;
	width: 100%;
	overflow: hidden;
	border-bottom: 2px solid #bbb;
	padding-bottom: 20px;
    
	
}
.index-5-box .slide .e-intro p{
	width: 100%;
	line-height: 20px;
}
.bx-controls-direction,.bx-controls-auto {
	display: none;
}
.zh-index-6 {
	width: 100%;
	height: 750px;
	background: #6a3a92; /* Old browsers */
	background: -moz-linear-gradient(left, #6a3a92 0%, #a13792 50%, #d63492 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #6a3a92 0%,#a13792 50%,#d63492 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #6a3a92 0%,#a13792 50%,#d63492 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6a3a92', endColorstr='#d63492',GradientType=1 ); /* IE6-9 */ 
}
.index-6-video {
	width: 630px;
	height: 372px;
	float: left;
	background: url(../images/index-6.png) no-repeat;
	margin:10px 250px;
	padding:14px 35px;
}
.index-6-about {
	float: left;
	width: 1020px;
	padding:20px 40px 10px;
	background: #fff;
	border-radius: 5px;
	margin:0 50px;
}
.index-6-a {
	float: right;
}
.index-6-about p {
	font-size: 14px;
	line-height: 18px;
	text-align: justify;
}
.index-6-a a {
	display: inline-block;
	padding: 5px 20px;
	color: #7e318e;
	border:1px solid #7e318e;
	border-radius: 5px;
}
.zh-index-7 {
	width: 100%;
	background: #faf6fb;
}
.index-7-box {
	float: left;
	width: 1100px;
	margin:80px 50px;
}
.index-7-item {
	width: 100%;
	display: table;
}
.index-7-item li{
	width: 273px;
	height: 58px;
	background: #f5eff7;
	line-height: 58px;
	text-align: center;
	
	float: left;
	border-left:2px solid #fff;
	cursor: pointer;
	border-top: 2px solid #f5eff7;
}
.index-7-item li a {
	color: #7e318e;
	font-size: 20px;
}
.index-7-item li:first-child {
	border-left:none;
	width: 275px;
}
.index-7-item li:hover {
	border-top: 2px solid #7e318e;
}
.index-7-item li.active {
	border-top: 2px solid #7e318e;
	background: #fff;
}
.index-7-box .content {
	display: none;
	width: 1000px;
	padding:60px 50px;
	background: #fff;
	height: 370px;
	overflow: hidden;
}
.index-7-box .active {
	display: block;
}
.index-7-box .content .e-img {
	float: left;
	width: 280px;
	height: 370px;
}
.index-7-box .content .e-img img {
	width: 280px;
	height: 370px;
}
.index-7-box .content .e-item {
	float: left;
	margin-left: 30px;
	border:1px solid #8d8c8c;
	padding:2px 30px 0;
	width: 628px;
	height: 368px;
}
.index-7-box .content .e-item li {
	width: 250px;
	height: 26px;
	background: url(../images/index-8-li.png) no-repeat center left 10px;
	padding-left: 36px;
	line-height: 30px;
	margin:4px 0;
	border:1px solid #fff;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
}
.index-7-box .content .e-item li:nth-child(1),.index-7-box .content .e-item li:nth-child(2),.index-7-box .content .e-item li:nth-child(5),.index-7-box .content .e-item li:nth-child(6),.index-7-box .content .e-item li:nth-child(9),.index-7-box .content .e-item li:nth-child(10),.index-7-box .content .e-item li:nth-child(13),.index-7-box .content .e-item li:nth-child(14),.index-7-box .content .e-item li:nth-child(17),.index-7-box .content .e-item li:nth-child(18){
	background-color: #dcdcdc;
	border:1px solid #8d8c8c;
}
.index-7-box .content .e-item li:nth-child(2n){
	margin-left: 50px;
}
.z-index-8 {
	width: 100%;
	background: #fff;
}
.index-8-box {
	float: left;
	margin:30px 50px;
	padding:30px 20px;
	width: 1058px;
	border: 1px solid #8d8c8c;
	border-radius: 5px;
	display: table;
}
.index-8-title {
	height: 60px;
	line-height: 60px;
	float: left;
	font-size: 20px;
	color: #7e318e;
}
.index-8-img {
	float: left;
	margin-left: 20px;
	height: 60px;
}
.index-8-img img {
	height: 60px;
}
.index-8-img .bx-controls{
	display: none;
}
.index-5-box .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager{
	bottom: -30px;
}
.index-5-box .bx-wrapper .bx-pager.bx-default-pager a{
	width: 30px;
    height: 8px;
    background: #e7d9eb;
    border-radius: 3px;
}
.index-5-box .bx-wrapper .bx-pager.bx-default-pager a:hover, .index-5-box .bx-wrapper .bx-pager.bx-default-pager a.active{
	width: 30px;
    height: 8px;
    background: #ff487e;
    border-radius: 3px;
}




.paginationwrap {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.pagination {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: bottom
}

.pagination li {
    display: inline-block;
    border-radius: 4px;
    margin-left: 5px;
}

.pagination a {
    color: #333;
    padding: 8px 12px;
    line-height: 18px;
    display: block;
    transition: all 1s cubic-bezier(0.175,0.885,0.32,1) 0s
}

.pagination .disabled a:link,.pagination .disabled a:visited,.pagination .disabled a:hover {
    cursor: not-allowed;
    pointer-events: none;
    color: #ddd
}

.pagination .active {
    pointer-events: none
}

.pagination .active,.pagination a:hover {
    background: #f5f5f5;
    border-radius: 4px;
    transition: all .3s cubic-bezier(0.175,0.885,0.32,1) 0s
}

.pagination ul {
  list-style: none;
}

.pagination li {
  background: #f5f5f5;
}
.pagination span {
  background: #73318e;
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 33px;
  padding: 8px 11px;;
}

.pagination a:hover {
  background: #73318e;
  color: #fff;
}

.mask {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.75);
	padding: 20px;
    box-sizing: border-box;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    z-index: 10001;
    display: none;
}
.alert-content {
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 0 10px #000;
	vertical-align: middle;
    position: relative;
    z-index: 10002;
    max-width: 500px;
    box-sizing: border-box;
    width: 90%;
    background: #fff;
    top: 50px;
    right: 0;
    bottom: 0;
    left: 0;
    display: inline-block;
}
.alert-c {
	margin: 0 auto;
    padding: 40px;
    background: #fff;
    width: 472px;
    border-radius: 10px;
}
.alert-c .title {
    width: 100%;
    font-size: 20px;
    color: #7e318e;
    text-align: center;
    margin-bottom: 25px;
}
.alert-c .form-item {
	display: table;
    border: 1px solid #e0e0e0;
    margin-bottom: 20px;
    width: 100%;
}
.alert-c .form-item .form-label {
    padding: 0;
    width: 80px;
    padding-left: 15px;
    display: inline-block;
    height: 100%;
    line-height: 48px;
    font-size: 14px;
    color: #444;
    font-weight: 400;
    text-align: left;
    float: left;
}
.alert-c .form-item .form-input {
    border: none;
    outline: 0;
    width: 280px;
    height: 46px;
}
.form-input {
    color: #999;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
.alert-c .form-item .form-label-radio {
	padding-top: 12px;
    font-weight: 400;
    position: relative;
    margin-right: 15px;
    cursor: pointer;
}
.alert-c .form-item textarea {
	width: 300px;
	border:0;
	padding:10px;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
.form-item .form-label-radio input {
    position: relative;
    margin-right: 5px;
    top: -1px;
}
.form-item i {
	color: red;
}
input[type=radio] {
    margin: 4px 0 0;
    line-height: normal;
}
.alert-c .form-btn {
    display: block;
    width: 100%;
    height: 50px;
    border-radius: 3px;
    background: #fd9004;
    color: #fff;
    font-size: 16px;
    outline: 0;
    border: none;
    text-align: center;
}
a.close {
    position: absolute;
    top: 18px;
    right: -17px;
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('../images/close.png');
}

.float-right {
	position: fixed;
	bottom:15px;
	z-index: 9999;
	right:2px;
	width: 95px;
}
.float-right>a {
	width: 95px;
	display: inline-block;
	padding: 35px 0 30px;
	text-align: center;
	color: #0a0723;
	font-size: 16px;
	background: #fff;
	border-right:1px solid #e3e3e3;
	border-left:1px solid #e3e3e3;
}

.float-right>a.float-vip {
	border-bottom: 1px solid #e3e3e3;
	border-top:1px solid #e3e3e3;
	border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.float-right>a.float-qq {
	border-bottom: 1px solid #e3e3e3;
	border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.float-vip i {
	background: url(../images/qq.png) no-repeat center top;
	width: 100%;
	height: 44px;
	display: inline-block;

}
.float-qq i {
	background: url(../images/float_qq.png) no-repeat center top;
	width: 100%;
	height: 44px;
	display: inline-block;
}

.float-right>a.float-top{
	margin-top: 10px;
	border:1px solid #ddd;
	border-radius: 4px;
	padding:25px 0;
	display: none;
}

.float-top i {
	background: url(../images/float_top.png) no-repeat center top;
	width: 100%;
	height: 21px;
	display: inline-block;

}



