﻿/*NAVIGATION*/
.header{ height:88px; z-index: 999; background: #fff; }
.fixednav{ _position:relative; _top:81px; /* position fixed for IE6 */ _position:absolute;  _top:expression(documentElement.scrollTop + "px"); position:fixed; top:81px;}
.navigation{width:870px; height:88px; box-sizing: border-box; padding: 0; z-index: 9999;}
#navMenu {width:100%; height:88px;float:right; line-height:88px; display:block; margin:0;}
#navMenu ul{margin:0 auto; text-align:center; float:right;}
#navMenu ul li{font-size:15px;  display:inline-block; font-weight: normal;}
#navMenu ul li a{color:#000; display:block; padding:0 18px;}
#navMenu ul li a:hover{color:#fff; background: #f00;}
/*SUBMENU*/
.dropMenu{position:absolute; z-index:100; width:120px; visibility:hidden; margin-left:0px; margin-top:-1px; background:#f00;}
.dropMenu li a{display:block; text-align:center; color:#fff; height:45px; line-height:45px; border-bottom: 1px solid #f40000;}
.dropMenu a{color:#fff;}
.dropMenu a:hover{color:#fff; background:#000;}
.hdo{width:100%; height:auto; display:block; overflow:hidden; width:170px; background:#b40815; color:#fff; text-align:center; font-weight:normal; line-height:45px; font-size:14px;}

/*WWCD*/
.wwcd{height:390px;}
.fourser{width:1300px; margin:50px auto;}
.fourser ul{margin:30px auto; padding:0; list-style:noen;}
.fourser ul #li1{width:240px; height:310px; background:#f8f8f8 url(../images/ico1.png) 75px 45px no-repeat; margin:0 42px; float:left; padding:125px 20px 0 20px; box-sizing:border-box; border-bottom:105px solid #f00; font-size:16px; color:#000; text-align:center; transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;}
.fourser ul #li1 p{font-size:12px; text-align:center; line-height:21px; margin:65px 0 0 0; color: #fff; }
.fourser ul #li1:hover{width:240px; height:310px; background:#f00 url(../images/ico1on.png) 75px 85px no-repeat; padding:165px 20px 0 20px;  overflow: hidden; color:#fff;}

.fourser ul #li2{width:240px; height:310px; background:#f8f8f8 url(../images/ico2.png) 75px 45px no-repeat; margin:0 42px; float:left; padding:125px 20px 0 20px; box-sizing:border-box; border-bottom:105px solid #f00; font-size:16px; color:#000; text-align:center; transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;}
.fourser ul #li2 p{font-size:12px; text-align:center; line-height:21px; margin:65px 0 0 0; color: #fff; }
.fourser ul #li2:hover{width:240px; height:310px; background:#f00 url(../images/ico2on.png) 75px 85px no-repeat; padding:165px 20px 0 20px;  overflow: hidden; color:#fff;}

.fourser ul #li3{width:240px; height:310px; background:#f8f8f8 url(../images/ico3.png) 75px 45px no-repeat; margin:0 42px; float:left; padding:125px 20px 0 20px; box-sizing:border-box; border-bottom:105px solid #f00; font-size:16px; color:#000; text-align:center; transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;}
.fourser ul #li3 p{font-size:12px; text-align:center; line-height:21px; margin:65px 0 0 0; color: #fff; }
.fourser ul #li3:hover{width:240px; height:310px; background:#f00 url(../images/ico3on.png) 75px 85px no-repeat; padding:165px 20px 0 20px;  overflow: hidden; color:#fff;}

.fourser ul #li4{width:240px; height:310px; background:#f8f8f8 url(../images/ico4.png) 70px 45px no-repeat; margin:0 42px; float:left; padding:125px 20px 0 20px; box-sizing:border-box; border-bottom:105px solid #f00; font-size:16px; color:#000; text-align:center; transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;}
.fourser ul #li4 p{font-size:12px; text-align:center; line-height:21px; margin:65px 0 0 0; color: #fff; }
.fourser ul #li4:hover{width:240px; height:310px; background:#f00 url(../images/ico4on.png) 70px 85px no-repeat; padding:165px 20px 0 20px;  overflow: hidden; color:#fff;}

/*WHY*/
.whybox{width:1300px; margin:30px auto; position: relative;}
.whylogo {
	width: 294px;
	height: 294px;
	margin: 0 auto;
	background: no-repeat url("../images/why_logo.png") left top;
	-webkit-background-size: 294px 294px;
	-moz-background-size: 294px 294px;
	background-size: 294px 294px;
	-webkit-transition: -webkit-transform 0.5s ease-out;
	-moz-transition: -moz-transform 0.5s ease-out;
	-o-transition: -o-transform 0.5s ease-out;
	-ms-transition: -ms-transform 0.5s ease-out;
	top:110px; left:492px; float:left; position:absolute;
}
.whylogo:hover {
	-webkit-transform: rotateZ(7260deg);
	-moz-transform: rotateZ(360deg);
	-o-transform: rotateZ(360deg);
	-ms-transform: rotateZ(360deg);
	transform: rotateZ(360deg);
}
.whycon{width: 435px; height: 35px; float: left; color: #fff; font-size: 18px; text-align: center; z-index: 99;position: absolute;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;}
.whycon:hover{color:#f00;}
.whycon p{color:#ccc; font-size:13px; line-height:15px;opacity:0.9;}
.whyc1{ top: 0px; left: 435px; }
.whyc2{ top: 435px; left: 415px; }
.whyc3{ top: 205px; left: 30px; }
.whyc4{ top: 205px; left: 810px; }

/*TITLES*/
.ititlew{width:100%; color:#fff; font-size:33px; font-weight:bold; text-align:center; padding:50px 0; height:40px; line-height:40px;}
.ititlew p{color:#fff; font-size:15px; text-align:center;}
.ititlew span{color:#f00;}
.ititleb{width:100%; color:#333; font-size:33px; font-weight:bold; text-align:center; padding:50px 0; height:40px; line-height:40px;}
.ititleb p{color:#666; font-size:15px; text-align:center;}
.ititleb span{color:#f00;}

.stitlew{width:100%; color:#333; font-size:33px; font-weight:bold; text-align:center; padding:50px 0; height:40px; line-height:40px;}
.stitlew p{color:#666; font-size:18px; text-align:center;}
.stitlew span{color:#c00;}

/*AUTOLIST*/

.container-fluid {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

.row {
	margin-right: -15px;
	margin-left: -15px
}

.col-md-4,.col-sm-6 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}

@media (min-width:768px) {
	.col-sm-6 {
		float: left
	}

	.col-sm-6 {
		width: 50%
	}
}

@media (min-width:992px) {
	.col-md-4 {
		float: left
	}

	.col-md-4 {
		width: 25%
	}
}

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto
}








::selection {
	background: #000;
	color: #fff
}

::-moz-selection {
	background: #000;
	color: #fff
}


.probootstrap-hover-overlay {
	position: relative;
	display: block;
	overflow: hidden;
	-webkit-transition: .7s all ease-out;
	transition: .7s all ease-out
}

.probootstrap-hover-overlay img {
	position: relative;
	z-index: 1;
	-webkit-transition: .3s all ease-out;
	transition: .3s all ease-out
}

.probootstrap-hover-overlay:before {
	-webkit-transition: .3s all ease-out;
	transition: .3s all ease-out;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	background: rgba(0,0,0,.5);
	opacity: 0;
	visibility: hidden;
	z-index: 2
}

.probootstrap-hover-overlay .probootstrap-text-overlay {
	position: absolute;
	z-index: 20;
	left: -20px;
	bottom: 20px;
	-webkit-transition: .4s all ease-out;
	transition: .4s all ease-out;
	opacity: 0;
	visibility: hidden
}

.probootstrap-hover-overlay .probootstrap-text-overlay h3 {
	color: #fff;
	margin-bottom: 0
}

.probootstrap-hover-overlay .probootstrap-text-overlay p {
	color: rgba(255,255,255,.8);
	font-size: 12px
}

.probootstrap-hover-overlay .probootstrap-text-overlay p:last-child {
	margin-bottom: 0
}

.probootstrap-hover-overlay:hover:before {
	opacity: 1;
	visibility: visible
}

.probootstrap-hover-overlay:hover .probootstrap-text-overlay {
	left: 20px;
	opacity: 1;
	visibility: visible
}

.probootstrap-hover-overlay:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.probootstrap-gutter0>div[class*=col-] {
	padding-right: 0;
	padding-left: 0
}

@media screen and (max-width:480px) {
	.probootstrap-gutter0>div[class*=col-] {
		padding-right: 0;
		padding-left: 0
	}
}/* CSS Document */

/*NUMBER*/
#number {width:100%;margin:80px 0 0 0;text-align:center; height:500px;}
#number li{width:33.3%; float:left;font-size:70px;margin:0;color:#d80303; font-weight:bold;}
#number li p{font-size:18px; color:#fff; line-height:105px;}

/*TAB*/
.tabbox{width:1300px;margin:100px auto; overflow:hidden;}
.tabbox .tab{width:676px;}
.tabbox .tab ul{margin:0 auto;}
.tabbox .tab a{display:block; text-align:center; width:330px; font-size:18px; height:80px; margin:0 0 0 -1px; line-height:80px; border:1px solid #ccc; float:left;text-decoration:none;color:#333;}
.tabbox .tab a:hover{background:#333;color:#fff;text-decoration:none;}
.tabbox .tab a.on{background:#333;color:#fff;text-decoration:none;}
.tabbox .content{width:1300px; height:540px; overflow:hidden;position:relative; display:block;}
.tabbox .content ul{position:absolute;left:0;top:0;height:540px;}
.tabbox .content li{width:1300px;height:540px;float:left;}
.tabbox .content li p{padding:10px;}

/*INNEWS*/
.inews_content{width:600px; margin:20px 25px 0 25px; padding:25px 0; float:left; border-bottom:1px solid #eee;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;}
.inews_content:hover{background:#fff; box-shadow:0px 0px 22px #aaa;}
.inews_time{width:105px; height:105px;border-radius:210px; margin: 0 25px 0 15px ; background:#fff; border:1px solid #ddd; color: #666; float:left; text-align:center;}
.inews_day{width:105px; height:70px; line-height:70px; font-size:50px; font-weight:bold;}
.inews_year{width:105px; height:35px; line-height:26px; text-align: center; font-size: 14px;}
.inews_text{width:380px; height:45px; line-height:45px; float:left; margin:0 0 0 5px; color:#000; font-size:17px;}
.inews_text a{color:#000; text-decoration:none;}
.inews_text a:hover{color:#c00; text-decoration:none;}
.inews_text span{width:380px; float:left; margin:0; color:#666; font-size:13px; line-height:20px;}

/*BOTTOM*/
.bottom{width:100%; padding:0; background:#111; margin:0 auto; text-align:center; color:#aaa;overflow:auto;zoom:1}
.bottom_tel{font-size:18px; float:left; color:#aaa; padding:0; background:url(../images/tel.png) 0 12px no-repeat; padding:0 0 0 38px; height:50px; line-height:50px;}
.bottom_nav{width:800px; padding:0; margin:0; color:#aaa;overflow:auto;zoom:1}
.bottom_nav ul{list-style:none;}
.bottom_nav ul li{margin:0 20px; font-size:14px; display:inline-block; height:50px; line-height:50px; text-align:center; float:right;}
.bottom_nav ul li a{color:#fff;}
.bottom_nav ul li a:hover{color:#eee;}
.footer{width:100%; padding:0; background:#111; margin:0 auto; text-align:center; color:#aaa;overflow:auto;zoom:1; border-top:1px solid #303030;}
.bottom_contact{width:1000px; text-align:left; line-height:35px;}
.bottom_qr{float:right; width:129px; text-align:center; line-height:18px;}

/*SUB*/
.sub_title{width:100%; text-align:left; color:#000; font-size: 30px; line-height:70px; height:70px; position: relative;}
.sub_title span{text-align: right; position: absolute; top: 0; right: 0; color: #777; font-size: 14px; float: right;}
.sub_title span a{color: #888;}
.sub_title span a:hover{color: #000000;}
.sub_catalog{width:1300px; padding:0; margin:10px auto;}
.sub_catalog ul{list-style:none; padding:0; margin: 0 auto; display: table;}
.sub_catalog ul li{float:left; color:#fff; padding:0 20px; height:35px; line-height:35px; font-size: 16px; text-align:center;background:#fff; vertical-align:middle; margin:0; transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;}
.sub_catalog ul li a{color:#333; display:block;}
.sub_catalog ul li:hover{color:#fff; background:#c00;}
.sub_catalog ul li a:hover {color: #fff;}
.sub_content{width:1300px; padding:0; margin:0 auto 30px auto; color:#000;}

/*NEWSLIST*/
.sub_news_content{margin:0 auto 50px auto; float:left; width: 1300px; box-sizing: border-box;}
.snews_content{ margin:15px auto; float:left; padding:25px 0 25px 25px; width: 1300px; box-sizing: border-box; transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;   display:block; background:#fff; border-bottom: 1px solid #eee;}
.snews_content{color:#b68810;}
.snews_content:hover{color:#000;box-shadow:0px 0px 22px #aaa; background: #f5f5f5;}
.snews_time{width:222px; height:139px; float:left;}
.snews_time img{width: 222px; height: 139px;}
.snews_text{width:1000px; height:35px; line-height:35px; float:left; margin:0 0 0 15px; color:#000; font-size:20px;}
.snews_intro{width:1000px; float:left; margin:18px 0 0 15px; color:#777; line-height:25px;}
.snews_intro p{wline-height:25px; color: #0da6fe;}

/*SUB_PRO*/
.pro_pic{width: 950px;  height: 500px; float: right;}
.pro_pic img{width: 950px; height: 500px;}
.pro_main{width: 300px; float: left;}
.pro_mp{padding: 10px 0; color: #333; line-height: 25px;}
.pro_name{height: 45px; font-size:22px; line-height: 45px; color:#333; padding: 0; border-bottom: 1px solid #333;}
.pro_option{height: 30px; background: #111; font-size: 14px; line-height: 30px; color: #fff; padding: 0;}
.pro_table{margin: 15px auto;}
.pro_table ul{text-align: center; list-style: none;}
.pro_table ul li{ list-style: none;}
.pro_table1{width: 175px; height: 34px; background: #1d1d1d; text-align: center; color: #fff; float: left; margin-bottom: 1px;}
.pro_table2{width: 175px; height: 34px; background: #2d2d2d; text-align: center; color: #ccc; float: left; margin-bottom: 1px;}
.pro_table3{width: 175px; height: 34px; background: #ddd; text-align: center; color: #444; float: left; margin-bottom: 1px; line-height: 34px;}
.pro_table4{width: 425px; height: 34px; background: #f1f1f1; text-align: center; color: #777; float: left; margin-bottom: 1px; line-height: 34px;}
.sub_pro_more {width:150px; height:50px; color:#fff; background:#0da6fe; text-align:center; line-height:50px; font-size:18px; float:left; margin:20px 0 0 0;}
.sub_pro_more a{color:#fff; background:#f00; display:block;}
.sub_pro_more a:hover{color:#fff; background:#f90;}

/*产品详情页样式*/
.product_title{ width:100%; margin:0 auto; height:80px; line-height:80px; font-size:26px; text-align:center}
.product_time{width:100%; background:#999; color:#fff; height:30px; margin:10px auto; text-align:center; line-height:30px;}
.prodct_content_title{width:100%; margin:0 auto;}
.prodct_content_title li{float:left; width:120px; height:50px; line-height:50px; text-align:center; margin:25px 1px 0 0;}
.bgcolor{ background:#eee; color:#444;}
.bgcolor_on{ background:#eee; color:#000;}
.prodct_content_title li a{ color:#000}
.product_content{width:100%; margin:0 auto; border-top:1px #eee fff;}
.prodct_content_titles{width:100%; margin:0 auto;}
.prodct_content_titles li{float:left; width:120px; height:50px; line-height:50px; text-align:center; margin:25px 1px 0 0;}
.prodct_content_titles li a{ color:#FFF}
.product_contents{width:100%; margin:0 auto; border-top:1px #555 solid;}

/*PROBORDER*/

.products_box li{
    width: 305px;
    height: 233px;
	overflow:hidden;
	position: relative;
	margin: 10px 10px;
	float: left;
}
.products_box li img{
    width: 305px;
    height: 233px;
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
	z-index:1;
	transition-delay: 0s;
    transition-duration: 1s;
    transition-property: all;
    transition-timing-function: ease;
	/* Firefox 4 */
	-moz-transition-delay: 0s;
    -moz-transition-duration: 1s;
    -moz-transition-property: all;
    -moz-transition-timing-function: ease;
	/* Safari 和 Chrome */
	-webkit-transition-delay: 0s;
    -webkit-transition-duration: 1s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease;
	/* Opera */
	-o-transition-delay: 0s;
    -o-transition-duration: 1s;
    -o-transition-property: all;
    -o-transition-timing-function: ease;
	}
.products_box li .show {
    background: rgba(0, 0, 0, 0.7);
    height:233px;
    left: 0;
    opacity: 0;
	filter:alpha(opacity=0);
    position: absolute;
    top: 0;
    transition-delay: 0s;
    transition-duration: 0.3s;
    transition-property: opacity;
    transition-timing-function: ease-in;
	/* Firefox 4 */
	-moz-transition-delay: 0s;
    -moz-transition-duration: 0.3s;
    -moz-transition-property: opacity;
    -moz-transition-timing-function: ease-in;
	/* Safari 和 Chrome */
	-webkit-transition-delay:0s;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-property: opacity;
    -webkit-transition-timing-function: ease-in;
	/* Opera */
	-o-transition-delay:0s;
    -o-transition-duration: 0.3s;
    -o-transition-property: opacity;
    -o-transition-timing-function: ease-in;
    width:305px;
    z-index: 200;
}
.products_box li .show .imgArea {
	width: 80%;
	margin: 0 25px;
	bottom:0;
    opacity: 0;
    position: absolute;
    transition-delay: 0s;
    transition-duration: 0.4s;
    transition-property: all;
    transition-timing-function: ease;
	/* Firefox 4 */
	-moz-transition-delay: 0s;
    -moz-transition-duration: 0.4s;
    -moz-transition-property: all;
    -moz-transition-timing-function: ease;
	/* Safari 和 Chrome */
	-webkit-transition-delay:0s;
    -webkit-transition-duration: 0.4s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease;
	/* Opera */
	-o-transition-delay:0s;
    -o-transition-duration: 0.4s;
    -o-transition-property: all;
    -o-transition-timing-function: ease;
}
.products_box li .show .imgArea a{
	color:rgba(255,255,255, 0.8);
	display:block;
	font-size: 16px;
}
.products_box li .show .imgArea a:hover{
	color:rgba(255,255,255, 1);
}
.products_box li:hover  .show {opacity: 1;filter:alpha(opacity=100);}
.products_box li:hover .show .imgArea{opacity:1;filter:alpha(opacity=100);bottom:10%;}
.products_box li:hover img {
	transform: scale(1.2, 1.2);
	
	-ms-transform:scale(1.2, 1.2); 	/* IE 9 */
	-moz-transform:scale(1.2, 1.2); 	/* Firefox */
	-webkit-transform:scale(1.2, 1.2); /* Safari 和 Chrome */
	-o-transform:scale(1.2, 1.2); 	/* Opera */
}


/*PAGE*/
.page_info{text-align:center;margin:10px;color:#999;}
.page_info span{padding:0 2px;font-weight:bold;}
.page_list{height:40px;line-height:40px;text-align:center;letter-spacing:0;font-size:12px;margin-top:20px;}
.page_list a{display:inline-block;color:#898989;border:1px solid #e8e8e8;background:#f8f8f8;text-align:center;padding:0 8px;margin:0 1px;}
.page_list a:hover{color:#fff;border:1px solid #c00;background:#c00;}
.page_list a.on{color:#fff;border:1px solid #c00;background:#c00;}

/*ABOUT*/
.about_wide{width: 800px; float: right;}
.about_text{width: 440px; float: left;}



/**************************QQMENU**************************/
.b{font-weight:bold; font-family:"微软雅黑"; font-size:14px;}
#backtop_js {position:fixed; margin:550px 0 0 0; right:10px; width:62px; z-index:999999999;_position:absolute;_top:expression(documentElement.scrollTop + "px"); }
#backtop_js li {float:left; position:relative; z-index:1; margin-bottom:-1px;}
#backtop_js .rx {width:2px; height:60px; background:#fff; position:absolute; top:1px; right:-1px;_right:-1px; z-index:333;}
#backtop_js .submenu_js {position:absolute; right:61px;  display:none; top:0;}
#backtop_js .submenu_js dd{position:relative;white-space:nowrap;}
#backtop_js .qq_content {width:260px; margin-top:-40px; padding:0 0 20px 20px; height:160px; border:1px #ddd solid; overflow:hidden; background:#fff;}
#backtop_js .qq_content .title {padding:0 0 5px 0;}
#backtop_js .qq_content ul {margin:20px 0 0 0;}
#backtop_js .qq_content li {width:118px; margin:10px 0 0 0;}
#backtop_js .qq_content li a {float:left; background:url(../images/qqico.png) no-repeat; line-height:21px; padding:0 0 0 28px;}
#backtop_js .moblie_content01{margin-top:-150px; width:100px; height:130px; background:#fff; border:1px #ddd solid; text-align:center; line-height:18px; overflow:hidden;}
#backtop_js .moblie_content02{margin-top:-40px; width:140px; height:140px; background:#fff; border:1px #ddd solid; text-align:center; line-height:18px; overflow:hidden;}
#backtop_js .moblie_content03{ width:100px; height:130px; background:#fff; border:1px #ddd solid; text-align:center; line-height:18px; overflow:hidden;}
#backtop_js .qq {background:url(../images/qq.gif) 8px 10px #fff no-repeat; width:60px; height:60px; border:1px #ddd solid; display:block; cursor:pointer;}
#backtop_js .moblie {background:url(../images/backicon.gif) #fff no-repeat; width:60px; height:60px; border:1px #ddd solid; display:block; cursor:pointer;}
#backtop_js .msg {background:url(../images/backicon.gif)0 -60px #fff no-repeat; width:60px; height:60px; border:1px #ddd solid; display:block; cursor:pointer;}
#backjump {position:fixed; margin:732px 0 0 0; right:10px; width:62px; z-index:999999999;_position:absolute;_top:expression(documentElement.scrollTop + "px");}
#backjump li {border:1px #ddd solid;}
#backtop {display:block;width:60px;height:60px; cursor:pointer; background:url(../images/backicon.gif) 0 -120px #fff no-repeat;}
#backtop_js a .text, #backjump a .text {display:none; }
#backtop_js a:hover .text, #backjump a:hover .text {width:60px; height:50px; background:#fff; padding:10px 0 0 0; line-height:19px; text-align:center; display: block;}