/* ----------------------------------
	Main CSS file for jishigou.net
	(C) Cenwor Inc.
	http://www.cenwor.com
	Created & Modified by itom.
----------------------------------*/

/* CSS Document begin */
 
* {
	word-wrap: break-word;
}
body {
	text-align: left;
}
html {
	overflow: scroll;
	overflow-x: hidden;
}
body, th, td, input, select, textarea, button, pre {
	font: 14px/1.7em "microsoft yahei", "黑体", "宋体", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #333;
}
body, h1, h2, h3, h4, h5, h6, p, ul, dl, dt, dd, form, fieldset, p {
	margin: 0;
	padding: 0;
}
img {
	border: none;
}
ul li {
	list-style: none;
}
a {
	color: #3372A2;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}
body {
	min-width: 960px;
	background: #ececec url(../images/n/total_pattern.png?id=1387527357968) repeat;
}
/*头部*/
#header {
	position: fixed;
	height: 60px;
	width: 100%;
	overflow: hidden;
	top: 0;
	left: 0;
	z-index: 1000;
	background: url(../images//n/top_nav_bg_2.png) repeat-x center 0;
	-webkit-animation: top_bottom 2s ease;
	-moz-animation: top_bottom 2s ease;
	-o-animation: top_bottom 2s ease;
	animation: top_bottom 2s ease;
	-webkit-animation-fill-mode: backwards;
	-moz-animation-fill-mode: backwards;
	-o-animation-fill-mode: backwards;
	animation-fill-mode: backwards;
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	-o-animation-delay: 1s;
	animation-delay: 1s
}
.hd_topbar {
	/*width: 980px;*/
	margin: 0 20px;
	height: 60px;
}
.hd_intro {
	float: left;
	margin-top: 10px;
}
.hd_intro a {
	margin-right: 20px;
	float: left;
}
.hd_info {
	float: right;
	padding-top: 6px;
}
.hd_navwrap {
	background: url(../images/hd_navwrapbg.jpg) repeat-x;
	height: 36px;
	border-bottom: 2px solid #0362A9;
}
.hd_nav {
	float: right;
	margin: 15px 0 0 0;
}
.hd_nav li {
	float: left;
}
.hd_nav li a {
	padding: 0 10px;
	font-weight: 600;
	color: #fff;
	font-size: 16px;
	height: 36px;
	line-height: 36px;
}
.hd_nav li .current {
	color: #d83500;
	display: inline-block;
}
.hd_adswrap {
	background: url(../images/n/banner_bg_1.jpg);
	height: 400px;
}
.hd_ads {
	margin: 0 auto;
	width: 980px;
	position: relative;
	height: 400px;
}
 @-webkit-keyframes moveInLeft {
0% {
-webkit-transform:translateX(40px);
opacity:0
}
100% {
-webkit-transform:translateX(0px);
opacity:1
}
}
@keyframes moveInLeft {
0% {
transform:translateX(40px);
opacity:0
}
100% {
transform:translateX(0px);
opacity:1
}
}
@-webkit-keyframes moveInRight {
0% {
-webkit-transform:translateX(-40px);
opacity:0
}
100% {
-webkit-transform:translateX(0px);
opacity:1
}
}
@keyframes moveInRight {
0% {
transform:translateX(-40px);
opacity:0
}
100% {
transform:translateX(0px);
opacity:1
}
}
.hd_ads .moveInLeft {
	-webkit-animation: moveInLeft 1s ease;
	-moz-animation: moveInLeft 1s ease;
	-o-animation: moveInLeft 1s ease;
	animation: moveInLeft 1s ease;
	-webkit-animation-fill-mode: backwards;
	-moz-animation-fill-mode: backwards;
	-o-animation-fill-mode: backwards;
	animation-fill-mode: backwards;
}
.hd_ads .ani-1 {
	position: absolute;
	overflow: hidden;
	text-indent: -9999px;
	width: 686px;
	height: 65px;
	right: 114px;
	top: 110px;
}
.ani-1-bg {
	background: transparent url(../images/n/ani-1.png) no-repeat 0 0;
}
.hd_ads .ani-2 {
	position: absolute;
	overflow: hidden;
	text-indent: -9999px;
	width: 306px;
	height: 28px;
	right: 155px;
	top: 200px;
}
.ani-2-bg {
	background: transparent url(../images/n/ani-2.png) no-repeat 0 0;
}
.hd_ads .ani-3 {
	position: absolute;
	height: 90px;
	color: #fff;
	display: none;
	right: 155px;
	top: 250px;
	text-align: right;
}
.hd_ads .ani-3-dis {
	display: block;
}
.hd_ads .ani-3 a {
	width: 215px;
	height: 59px;
	background: url(../images/n/download_btn.png) no-repeat;
	display: block;
	margin-top: 10px;
}
.announcement {
	width: 980px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	margin: 0 auto;
	position: absolute;
	bottom: 0;
	color: #fff;
}
#announcementList li {
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	width: 100%;
}
#announcementList li a, #announcementList li a:hover {
	color: #fff;
	text-decoration: none;
}
/*中部*/
.main {
}
.main_nav {
	width: 444px;
	margin: 0 auto;
	margin: 40px auto;
	font-size: 40px;
	font-weight: 600;
	color: #444;
}
.main section {
	background-image: -moz-linear-gradient(top, #ececec, #f9f9f9 25%);
	background-image: -webkit-linear-gradient(top, #ececec, #f9f9f9 25%);
	background-image: -ms-linear-gradient(top, #ececec, #f9f9f9 25%);
	background-repeat: no-repeat;
	padding: 50px 0;
	-webkit-transition: opacity .5s;
	-moz-transition: opacity .5s;
	transition: opacity .5s;
}
 @-webkit-keyframes dtmoveLeft {
0% {
-webkit-transform:translateX(40px);
opacity:0
}
100% {
-webkit-transform:translateX(0px);
opacity:1
}
}
@keyframes dtmoveLeft {
0% {
transform:translateX(40px);
opacity:0
}
100% {
transform:translateX(0px);
opacity:1
}
}
.main section .dtmoveLeft {
	-webkit-animation: moveInLeft 1s ease;
	-moz-animation: moveInLeft 1s ease;
	-o-animation: moveInLeft 1s ease;
	animation: moveInLeft 1s ease;
	-webkit-animation-fill-mode: backwards;
	-moz-animation-fill-mode: backwards;
	-o-animation-fill-mode: backwards;
	animation-fill-mode: backwards;
}
.main section h2 {
	text-align: center;
	font-size: 200%;
	font-weight: 100;
	width: 980px;
	margin: 0 auto;
	text-indent: -1000em;
	background-image: url(../images/n/h2-bg.png);
	background-repeat: no-repeat;
	height: 40px;
	clear: both;
}
.a1 h2 {
	background-position: 0 0;
}
.a2 h2 {
	background-position: 0 -45px;
}
.a3 h2 {
	background-position: 0 -93px;
}
.a4 h2 {
	background-position: 0 -141px;
}
.a5 h2 {
	background-position: 0 -188px;
}
.a6 h2 {
	background-position: 0 -235px;
}
.a7 h2 {
	background-position: 0 -281px;
}
.a8 h2 {
	background-position: 0 -332px;
}
.main section dl {
	width: 980px;
	display: block;
	overflow: hidden;
	clear: both;
	margin: 40px auto;
	position: relative;
	background-repeat: no-repeat;
	background-position: 0 70px;
}
.main section dl.hdl {
}
.main section dl.hdl dd {
	width: 50%;
	display: inline-table;
	float: left;
}
.main section dl.hdl dt {
	width: 390px;
	display: inline-table;
	height: 324px;
	margin-right: 77px;
}
.main section.a3 dl.hdl dt {
	margin-right: 10px;
}
.main section.a4 dl.hdl dt {
	margin-right: 60px;
}
.main section dl dd {
	display: block;
	font-size: 20px;
	height: 50px;
	line-height: 30px;
	padding-top: 0px;
}
.main section dl dd i {
	width: 50px;
	height: 50px;
	background-image: url(../images/n/swiftlyIcons.png);
	background-repeat: no-repeat;
	display: inline;
	float: left;
	margin-right: 10px;
}
.main section dl dd em {
	display: block;
	font-style: normal;
	font-size: 14px;
	color: #666;
	line-height: 15px;
}
.main section dl dt {
	display: block;
	clear: both;
	margin-top: 20px;
	padding: 0 8px;
}
.main section dl dt img {
	box-shadow: 0 0 15px #ccc;
}
.main section dl dt .txtmove {
	position: absolute;
	overflow: hidden;
	box-shadow: 0 0 15px #ccc;
	background: #fff;
	display: none;
	padding: 15px;
	font-size: 14px;
}
.main section dl dt .txt-d {
	display: block;
}
.a1_1_c1 {
	background: url(../images/n/fea/c1.png) no-repeat;
	display: none;
	position: absolute;
	width: 290px;
	height: 120px;
	top: 80px;
}
.a1_1_c2 {
	background: url(../images/n/fea/c2.png) no-repeat;
	display: none;
	position: absolute;
	width: 120px;
	height: 140px;
	top: 462px;
	left: 375px;
}
.a1_1_c3 {
	background: url(../images/n/fea/c3.png) no-repeat;
	display: none;
	position: absolute;
	width: 240px;
	height: 75px;
	top: 650px;
	left: 155px;
}
.a1_2_c1 {
	background: url(../images/n/fea/c2.png) no-repeat;
	display: none;
	position: absolute;
	width: 140px;
	height: 140px;
	top: 90px;
	left: 60px;
}
.a2_2_c1 {
	background: url(../images/n/fea/c1.png) no-repeat;
	display: none;
	position: absolute;
	width: 290px;
	height: 120px;
	top: 255px;
	left: 380px;
}
.dtline {
	background: url(../images/n/fea/dtline.png);
	position: absolute;
	display: none;
	height: 4px;
	overflow: hidden;
}
.a1_1_di1 {
	width: 400px;
	top: 140px;
	left: 287px;
}
.a1_1_di2 {
	width: 200px;
	top: 525px;
	left: 487px;
}
.a1_1_di3 {
	width: 300px;
	top: 680px;
	left: 390px;
}
.a2_2_di1 {
	width: 100px;
	top: 300px;
	left: 660px;
}
.a1_1_txt-1 {
	right: 5px;
	top: 100px;
	width: 275px;
}
.a1_1_txt-2 {
	right: 5px;
	top: 500px;
	width: 275px;
}
.a1_1_txt-3 {
	right: 5px;
	top: 650px;
	width: 275px;
}
.a2_2_txt-2 {
	right: 5px;
	top: 280px;
	width: 240px;
}
#a1_1 {
	height: 765px;
}
#a1_2 {
	height: 555px;
}
#a1_3 {
	height: 475px;
}
#a1_4 {
	height: 780px;
}
#a1_1 i {
 background-p osition: 0 0;
}
#a1_2 i {
	background-position: -50px -150px;
}
#a1_3 i {
	background-position: -200px -150px;
}
#a1_2 .hdl_dd i {
	background-position: -200px -150px;
}
#a1_4 i {
	background-position: -50px 0;
}
.main section ul {
	width: 980px;
	display: block;
	overflow: hidden;
	clear: both;
	margin: 40px auto;
}
.main section ul li {
	width: 300px;
	height: 300px;
	display: block;
	float: left;
	overflow: hidden;
	padding: 0 50px 20px 0;
}
.main section.a5 ul li span {
	width: 145px;
	height: 146px;
	display: block;
	background: url(../images/n/fea/a5_bg.png) no-repeat;
	margin-left: 30px;
}
.main section ul li.a5_1 span {
	background-position: 0 0;
}
.main section ul li.a5_2 span {
	background-position: 0 -150px;
}
.main section ul li.a5_3 span {
	background-position: 0 -303px;
}
.main section ul li.a5_4 span {
	background-position: 0 -452px;
}
.main section ul li.a5_5 span {
	background-position: 0 -602px;
}
.main section ul li.a5_6 span {
	background-position: 0 -753px;
}
.main section ul li h5 {
	font-size: 18px;
	padding: 20px 15px 10px 0;
	font-weight: 500;
	line-height: 1.6em;
}
.main section ul li sub {
	margin: 0 20px 0 0;
	display: block;
	font-style: normal;
	font-size: 14px;
	color: #666;
}
.a6_bg {
	width: 980px;
	height: 419px;
	background: url(../images/n/a6_bg.png) no-repeat;
	margin: 0 auto;
}
.a6_bg span {
	float: left;
	margin-top: 130px;
	font-size: 20px;
}
.a6_bg .a6_int {
	width: 400px;
	height: 275px;
	float: right;
	background: #fff;
	margin: 46px 29px 0 0;
}
.a6_bg .mainbox {
	overflow: hidden;
	position: relative;
}
.a6_bg .flashbox {
	overflow: hidden;
	position: relative;
}
.a6_bg .imagebox {
	text-align: right;
	position: relative;
	z-index: 999;
}
.a6_bg .bitdiv {
	display: inline-block;
	width: 18px;
	height: 18px;
	margin: 0 10px 10px 0px;
	cursor: pointer;
	float: right;
}
.a6_bg .defimg {
	background-image: url(../images/n/a6/02.png)
}
.a6_bg .curimg {
	background-image: url(../images/n/a6/01.png)
}
.main section.a7 ul li {
	width: 370px;
	height: 200px;
	padding: 0 15px 20px 0
}
.main section.a7 ul li span {
	width: 200px;
	height: 100px;
	display: block;
	background-color: #9D8AC7;
	margin-left: 0;
	background-repeat: no-repeat;
	background-size: 50%;
	background-position: 55px 5px;
}
.main section.a7 ul li.a7_1 span {
	background-image: url(../images/n/fea/a7_1.png);
}
.main section.a7 ul li.a7_2 span {
	background-image: url(../images/n/fea/a7_2.png);
}
.main section.a7 ul li.a7_3 span {
	background-image: url(../images/n/fea/a7_3.png);
}
.main section.a7 ul li.a7_4 span {
	background-image: url(../images/n/fea/a7_4.png);
}
.main section.a7 ul li.a7_5 span {
	background-image: url(../images/n/fea/a7_5.png);
}
.main section.a7 p {
	display: block;
	overflow: hidden;
	margin: 0 auto;
	clear: both;
}
.main section.a7 a {
	width: 112px;
	height: 46px;
	background: url(../images/n/fea/a7_fea.png) no-repeat;
	float: left;
	margin: 0 0 0 240px;
	text-indent: -100em;
}
.main section.a7 a.a7_fea {
	background-position: 0 0;
}
.main section.a7 a.a7_buy {
	background-position: -112px 0;
}
.main section.a8 dl {
	width: 960px;
	height: 235px;
	background: url(../images/n/fea/a8_c.jpg) no-repeat;
	box-shadow: 0 0 15px #ccc;
}
.main section.a8 dl a {
	width: 320px;
	height: 115px;
	margin: 0;
	padding: 0;
	display: inline-table;
	float: left;
}
/* 底部 */
#footer {
	width: 980px;
	margin: 0 auto;
	padding-top: 34px;
	height: 120px;
	overflow: hidden;
	color: #333;
	text-align: center;
	font-size: 14px;
}
#footer p {
	padding: 5px 0;
	line-height: 25px;
}
#footer a {
	color: #333;
}
#footer .footerLink {
	padding: 0;
}
.footerLink a {
	padding: 0 15px;
	background: url(../images/footerSpace.gif) right center no-repeat;
	font-size: 14px;
}
/*联系我们*/
#content_us {
	width: 193px;
	height: 250px;
	float: right;
	position: fixed;
	_position: absolute;
	_bottom: auto;
 _top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop, 10)||0)-(parseInt(this.currentStyle.marginBottom, 10)||0)));
}
.content_us {
	width: 193px;
	height: 200px;
	display: block;
}
#gotop {
	width: 193px;
	height: 50px;
	background: url(../images/gotop.jpg);
	display: none;
	cursor: pointer
}
#gotop:hover {
	opacity: 0.8;
}
/*服务套餐页面*/
#infoBox {
	width: 860px;
	height: 131px;
	margin: 5px auto;
	background: url(../images/services/infobox.jpg);
	margin-bottom: 10px;
}
#infoBox .infoj {
	width: 270px;
	position: absolute;
	margin: 55px 0 0 87px;
	color: #fff;
}
#main2 {
	width: 838px;
	margin: 5px auto;
	background: #fff;
	padding: 10px;
	border: #d0d0d0 1px solid;
	font-family: Arial, Helvetica, sans-serif
}
.stripe_tb th {
	background: #fff;
	color: #039;
	font-size: 14px;
	font-weight: 600;
	line-height: 40px;
	height: 42px;
}
.stripe_tb th.gg {
	background: url(../images/services/bg_feature_title.jpg) no-repeat;
	color: #fff;
	padding: 0 0 10px 0;
	text-indent: 30px;
	line-height: 30px;
}
.stripe_tb th.gt {
	background: url(../images/services/tt1.gif) no-repeat;
	color: #fff;
	padding: 0 0 10px 0;
	text-align: center;
	line-height: 30px;
}
.stripe_tb td {
	padding: 6px 11px;
	border-bottom: 1px solid #95bce2;
	vertical-align: middle;
	font-weight: 600;
}
.stripe_tb td * {
	padding: 6px 11px
}
.stripe_tb tr.alt td {
	background: #ecf6fc
}
.stripe_tb tr.over td {
	background: #FEF3D1
}
.stripe_tb td span {
	font-weight: 400;
	color: #1D8F14;
	padding: 0;
	margin: 0
}
.stripe_h {
	clear: both;
	height: 15px;
	width: 100%;
	display: block;
}
.stripe_s {
	clear: both;
	height: 22px;
	line-height: 22px;
	width: 100%;
	display: block;
	text-align: right;
	padding-top: 15px;
}
.stripe_s img {
	vertical-align: middle
}
#flow_shop {
	width: 860px;
	height: 191px;
	margin: 10px auto 10px;
	background: url(../images/services/flow_shop.gif);
	margin-bottom: 10px;
}
#flow_shop .gobuy {
	width: 150px;
	position: absolute;
	margin: 10px 0 0 730px;
	color: #fff;
}
#flow_shop .gobuy a {
	color: #fff
}
/*功能介绍部分*/
.feature_box {
	width: 980px;
	margin: 85px auto 50px;
}
.feature_box dl {
	clear: both;
	margin: 0;
	overflow: hidden;
	border-bottom: 3px solid #48a1cb;
}
.feature_box dl dd {
	height: 47px;
	line-height: 47px;
	background: url(../images/feature_box_h1.jpg) no-repeat;
	overflow: hidden;
	display: block;
	clear: both;
}
.feature_box dl dd .spanL {
	float: left;
	width: 47px;
	height: 47px;
	margin-left: 20px;
	font-size: 36px;
	display: inline;
	font-weight: 500;
	color: #fff;
}
.feature_box dl dd .spanR {
	float: left;
	display: inline;
	margin-left: 25px;
	color: #333;
	font-size: 25px;
}
.feature_box dl dt {
	padding: 18px 35px;
	display: block;
	overflow: hidden;
	background: url(../images/feature_box_h2.jpg) repeat-x;
}
.feature_box dl dt img {
	border: 5px solid #fff;
	-moz-box-shadow: 2px 2px 10px #06C;
	-webkit-box-shadow: 2px 2px 10px #ddd;
	box-shadow: 2px 2px 10px #ddd;
	border-radius: 5px;
}
.feature_box dl dt .imgL {
	float: left;
}
.feature_box dl dt .imgR {
	float: right;
}
.feature_box ul.fbul {
	width: 530px;
	float: left;
	margin-left: 45px;
	font-size: 15px;
	color: #555;
	margin-top: 5px;
}
.feature_box ul.fbul2 {
	width: 460px;
	float: left;
	margin: 0;
}
.feature_box ul.fbul li {
	float: left;
	line-height: 25px;
	width: 100%;
	display: inline;
}
.feature_box ul.fbul li sub {
	font-style: normal;
	color: #a7cc58;
	float: left;
	font-family: "Comic Sans MS", cursive
}
.programList td {
	border-color: #eee;
	border-style: solid;
	border-width: 1px;
	padding: 10px;
	font-size: 14px;
}
.programList td p {
	color: #aaa;
}
.programList table thead tr {
	background: #eee;
}
.programList th {
	font-size: 16px;
	border-color: #eee;
	border-style: solid;
	border-width: 1px;
	padding: 10px;
}
/*201403 style*/


.line {
	width: 100%;
	padding-top: 1px;
	background: transparent url(../images/n/line.png) no-repeat center top;
}
.hd_appwrap {
	background: url(../images/n/banner_bg_4.jpg);
	height: 400px;
}
.hd_appwrap .hd_ads .ani-3-dis {
	width: 500px;
}
.hd_appwrap .ani-1 {
	text-indent: 0;
	font-size: 36px;
	color: #fff;
	line-height: 36px;
	left: 0;
}
.hd_appwrap .hd_ads .ani-3 a {
	background: url(../images/n/app_down.png);
	float: left;
	margin-right: 20px;
}
.hd_appwrap .hd_ads .ani-3 .android {
	background-position: 0 -71px;
}
.hd_appwrap .hd_ads .ani-3 .ios {
	background-position: 0 0;
}
.app_box {
	width: 980px;
	margin: 50px auto;
}
.app_box ul {
	display: block;
	overflow: hidden;
}
.app_box ul li {
	display: block;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
	padding: 40px 0;
}
.app_box ul li img {
	width: 128px;
	height: 128px;
	display: inline;
	float: left;
}
.app_box ul li .app_intro {
	float: left;
	display: inline;
	margin: 5px 0 0 30px;
	width: 820px;
}
.app_box ul li .app_intro h3 {
	display: block;
	font-size: 32px;
	font-weight: 500;
	line-height: 35px;
	margin-bottom: 10px;
}
.app_box ul li .app_intro p {
	display: block;
	font-size: 16px;
	line-height: 1.7em;
}
.buy_title {
	background: #fff;
	margin: 85px auto 25px;
	overflow: hidden;
	width: 940px;
	padding: 20px;
	box-shadow: 0 0 10px #ddd;
	height: 300px;
	clear: both;
	display:block;
}
.buy_title b {
	color: #3372A2;
	font-weight: 500;
}
.buy_title h3 {
	font-size: 30px;
	font-weight: 500;
	line-height: 35px;
	margin-bottom: 20px;
}
.buy_title ul {
	font-size: 14px;
	line-height: 1.7em;
}
.buy_title li {
	display: block;
}
.bNone{ font-size:16px;}
.bNone2 {
	background: #f9f9f9;
	padding: 10px;
	margin: 10px 0;
	line-height: 30px;
}
.bNone2 a{ padding:0 10px;}
.bNone3 {
	color: #aaa;
	font-size: 12px;
}
.main_warp {
	width: 980px;
	margin: 0 auto 50px;
	box-shadow: 0 0 10px #ddd;
	background: #fff;
}
/*TAB切换*/
.ts_menu_2 {
	height: 50px;
	overflow: visible;
	background-color: #f6f6f6;
	border-bottom: 1px solid #ddd;
}
.ts_menu_2 ul {
	height: 50px;
	line-height: 50px;
	overflow: visible;
}
.ts_menu_2 ul .ts3_mbtn1 {
	height: 49px;
	line-height: 48px;
	background: #fff;
	border-top: 2px solid #0362A9;
	margin: 0;
}
.ts_menu_2 ul #clipNum1 {
	border-left: none;
}
.ts_menu_2 ul #clipNum1 .ts3_mbtn1 {
	border-right: 1px solid #ccc;
}
.ts_menu_2 li {
	float: left;
	text-align: center;
	overflow: hidden;
	font-size: 16px;
	font-weight: 600;
}
.ts3_mbtn1 {
	color: #0362A9;
	width: 157px;
	overflow: hidden;
	cursor: pointer;
}
.ts3_mbtn2 {
	width: 157px;
	overflow: hidden;
	cursor: pointer;
	color: #343434;
}
.warp_box_m {
	overflow: hidden;
	background: #fff;
}
.buy3_warp {
	padding: 2px 20px;
	margin: 10px 0;
	_margin-top: 0px;
}
.programList table {
	padding: 0;
}
.buynow {
	color: #fff;
	display: inline-block;
	text-align: center;
	font-weight: 500;
	background: #d9534f;
	cursor: pointer;
	text-decoration: none;
	text-shadow: 0 1px 0px rgba(0,0,0,0.15);
	border-width: 1px 1px 3px !important;
	border-style: solid;
	border-color: #d43f3a;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0 -1px 0 rgba(255,255,255,0.1) inset;
	-moz-box-shadow: 0 -1px 0 rgba(255,255,255,0.1) inset;
	box-shadow: 0 -1px 0 rgba(255,255,255,0.1) inset;
	padding: 5px 15px;
}



/*main css*/
.izl-rmenu{position:fixed; right:0; margin-right:20px; bottom:200px; padding-bottom:20px; background:url(../images/r_b.png) 0px bottom no-repeat; z-index:999; }
.izl-rmenu .btn{width:72px; height:73px; margin-bottom:1px; cursor:pointer; position:relative;}
.izl-rmenu .btn-bbs{background:url(../images/r_bbs.png) 0px 0px no-repeat; background-color:#6da9de;}
.izl-rmenu .btn-bbs:hover{background-color:#488bc7;}
.izl-rmenu .btn-bbs .bbs{background-color:#488bc7; position:absolute; width:160px; left:-160px; top:0px; line-height:73px; color:#FFF; font-size:12px; text-align:center; display:none;}
.izl-rmenu a.btn-bbs,.izl-rmenu a.btn-bbs:visited{background:url(../images/r_bbs.png) 0px 0px no-repeat; background-color:#6da9de; text-decoration:none; display:block;}
.izl-rmenu a.btn-bbs:hover{background-color:#488bc7;}

.izl-rmenu .btn-wx{background:url(../images/r_wx.png) 0px 0px no-repeat; background-color:#78c340;}
.izl-rmenu .btn-wx:hover{background-color:#58a81c;}
.izl-rmenu .btn-wx .pic{position:absolute; left:-120px; top:0px; display:none;width:120px;height:156px;}
.izl-rmenu .btn-phone{background:url(../images/r_phone.png) 0px 0px no-repeat; background-color:#fbb01f;}
.izl-rmenu .btn-phone:hover{background-color:#ff811b;}
.izl-rmenu .btn-phone .phone{background-color:#ff811b; position:absolute; width:160px; left:-160px; top:0px; line-height:73px; color:#FFF; font-size:18px; text-align:center; display:none;}
.izl-rmenu .btn-top{background:url(../images/r_top.png) 0px 0px no-repeat; background-color:#666666; display:none;}
.izl-rmenu .btn-top:hover{background-color:#444;}