body {
	font-family: "microsoft yahei", sans-serif;
	min-width: 1190px
}

.box {
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: box;
	box-orient: horizontal;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-ms-flex-direction: row
}

.box-ver {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: box;
	box-orient: vertical;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-flex-direction: column
}

.box-flex {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-moz-box-flex: 1;
	box-flex: 1
}

.box-align {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	-moz-box-pack: center;
	-moz-box-align: center;
	-ms-flex-pack: center;
	-ms-flex-align: center
}

.blue-btn {
	background: #309cfe;
	color: #fffeff;
	border: 0;
	text-align: center;
	transition: all .2s
}

.blue-btn:hover {
	background-color: #0B8BFF
}

.btn-blank {
	background: #fff;
	color: #309cfe;
	border: 1px solid #309cfe;
	text-align: center;
	transition: all .2s
}

.btn-blank:hover {
	background-color: #309cfe;
	color: #fff
}






/*修改部分*数据优势*/
.adv-box{
	width: 1200px;
	min-width: 1180px;
	overflow: hidden;
	box-shadow:0 3px 10px #d4d5d5;
	margin: 7px auto;
}
.w_w_gsfu{
	width: 100%;
	height:auto;
	}



.adv-list{
	width: 1200px;
	overflow: hidden;
	margin:0 auto;
}
.adv-list li{
	float: left;
	width: 25%;
	text-align: center;
	overflow: hidden;
	padding: 20px 0;
}
.adv-icon{
	display:inline-block; /* 现代浏览器 +IE6、7 inline 元素 */  
	*display:inline; /* IE6、7 block 元素 */  
	*zoom:1; 
	width: 66px;	
	height: 66px;
	background: url(../image/jbb-kuaisugongshangfuwu_03.png) no-repeat;
	vertical-align: middle;
	margin-right: 10px;
	transition: all .8s;
	-webkit-transition: all .8s;
	-moz-transition: all .8s;
	-ms-transition: all .8s;
	-o-transition: all .8s;
}
.adv-icon.adv-icon2{background-position: -66px 0;}
.adv-icon.adv-icon3{background-position: -132px 0;}
.adv-icon.adv-icon4{background-position: -198px 0;}
.adv-list li p{
	font-size: 13px;
	color: #666;
	line-height: 21px;
	display:inline-block; /* 现代浏览器 +IE6、7 inline 元素 */  
	*display:inline; /* IE6、7 block 元素 */  
	*zoom:1; 
	text-align: left;
	vertical-align: middle;
}
.adv-list li:hover i{
	transform: scale(0.95);
	-moz-transform: scale(0.95);
	-ms-transform: scale(0.95);
	-o-transform: scale(0.95);
	-webkit-transform: scale(0.95);
}


/*精选套餐*/

.ws_1200 {
    width: 1200px;
    margin: 0px auto;

}
.jxtc-ul {
    padding-bottom:20px;
    font-size:0;
    letter-spacing:-4px;
    word-spacing:-4px;
	
}
.jxtc-title {
    position: relative;
    width: 220px;
    color: #fff;
    min-height: 180px;
    background-color: #5b97f2;
    background-image: url(../image/jbb-jingxuantaocang.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
}
.jxtc-ul > li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 16px;
    font-size: 14px;
    letter-spacing: normal;
    word-spacing: normal;
}
.jxtc-ul > li.jxtc-title {
    margin: 0;
}
.jxtc-title > h3 {
    margin: 20px 18px 0;
    font-size: 32px;
    font-weight: bold;
    color: #fff;
}
.jxtc-title > p {
    margin: 0 18px;
    font-size: 14px;
    color: #fff;
}
.jxtc-title > i {
    position: absolute;
    top: 50%;
    margin-top: -7px;
    right: 0;
    display: block;
    width: 0;
    height: 0;
    border-top: 7px transparent solid;
    border-bottom: 7px transparent solid;
    border-right: 7px #fff solid;
}
.jxtc-list {
    width: 310px;
	height:180px;
}
.jxtc-list > a {
    display: block;
    padding: 20px 20px 0 40px;
    background: #f7f6ed;
	text-decoration:none;
	min-height:160px;
}
.jxtc-list h3 {
    font-size: 16px;
    color: #000;
    margin-bottom:10px;
    font-weight: bold;
	padding-top: 27px;
}
.jxtc-list:hover .jxtc-price>i {
	background: #e10f30; 
	color: #fff; 
	display: inline-block; 
	*display:inline;
	 *zoom:1; 
}
.jxtc-list p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.jxtc-price {
    padding: 10px 0;
}
i {
    font-style: normal;
}
.jxtc-price > big, .jxtc-price > del, .jxtc-price > i {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
}
.jxtc-price > del {
    color: #999;
    margin-left: 5px;
}
.jxtc-price > big {
    font-size: 20px;
    color:#e10f30;
}
.jxtc-price > i {
    line-height: 28px;
    border: 1px #e10f30 solid;
    border-radius: 15px;
    padding: 0 12px;
    color: #e10f30;
    margin-left: 10px;
    cursor: pointer;
}


/*精品服务*/
.zhaofuwu{  height:474px;
            width:1200px;
			margin:0px auto 30px;
}
.zhaofuwu div{
	        float:left;
			width:220px;
			height:473px;
}
.zhaofuwu ul.fuwu_box{ 
           float:left;
		   width:980px; 
		   height:474px; 
		   border-top:1px solid #ccc;
}
.zhaofuwu ul.fuwu_box li{ 
          float:left; 
		  width:204px;
		 
		  padding:20px;
		
		  height:195px; 
		  border-right:1px solid #ccc; 
		  border-bottom:1px solid #ccc;
		   position:relative;
}
.zhaofuwu ul.fuwu_box li:hover{ 
          -webkit-box-shadow: 3px 10px 16px -7px rgba(227,207,210,0.75);
          -moz-box-shadow: 3px 10px 16px -7px rgba(227,207,210,0.75);
          box-shadow: 3px 10px 16px -7px rgba(227,207,210,0.75);
}
.zhaofuwu ul.fuwu_box li img{ 
          width:84px; 
		  height:84px; 
		  position:absolute;
		   left:85px; 
		   top:20px;
}
.zhaofuwu ul.fuwu_box li h2{ 
         text-align:center; 
		 padding-top:90px;
}
.zhaofuwu ul.fuwu_box li h2 a{ 
        font-size:23px; 
		line-height:50px; 
		font-weight:normal;
		text-decoration:none;
}
.zhaofuwu ul.fuwu_box li p{ 
       text-align:center; 
	   line-height:10px;
	   font-size:14px;
}
.zhaofuwu ul.fuwu_box li h3{
	   font-size:20px;
	   
	   text-align:center;
	   padding-top:15px;
}

.zhaofuwu ul.fuwu_box li h3 a{
      color:#e10f30;
	  text-decoration:none;
}





/*创业问答*/

.newCaishui{width:1200px;overflow:hidden;padding: 49px 0px 25px 0;margin:0px auto;}
.xxdttop{height:43px;}
.xxdttop li{float:left;height:43px; line-height:38px; text-align:center; background: url(../image/grey_dot.jpg) no-repeat left center; margin-right:25px;}
.xxdttop li.thistab {background: url(../image/blue_dot.jpg) no-repeat left center;border-bottom:2px solid #008bcd;}
.xxdttop li.thistab a{color:#008bcd;}
.xxdttop li a{padding:0 15px 0 30px;height:39px; display: block; color:#666666; font-family: "microsoft yahei"; font-size:22px;}
.xxdttop li a:hover{text-decoration:none;}

.cjywlist li{  font-size:14px;width:540px; height:40px; line-height:40px; float:left; margin-right:40px; padding-left:20px; background:url(../image/grey_dot.jpg) no-repeat left center; border-bottom:1px dotted #ccc;}
.cjywlist li span{ float:right; color:#999; font-size:14px;}
.cjywlist li a:hover{color:#004096;text-decoration:none;}
.cjywlist li.first a{color:#0380cb;}
.cjywlist .firstpicture{padding-left:0;}


.xxdtlist{margin:44px 0 0 0; }
.tab_con{position: relative; width:1200px;}
.xwmore {position:absolute; top:-83px; right:0px;display:inline-block; height:36px; line-height:36px;float:right; width:80px; text-align:center; font-size:16px; border:1px solid #ccc; border-radius:3px;}


/*.zhishi{padding-left:70px;border:1px dotted #ccc;width:500px;height:300px;}*/

news-list li{font-size:14px;width:540px; height:40px; line-height:40px; float:left; margin-right:40px; padding-left:20px; background:url(../image/grey_dot1.jpg) no-repeat left center;}


.cxindong{width:500px;height:310px;float:right;}

/*济邦邦  start*/
.dgg-box{
	background: url(../image/dgg-box.png) no-repeat;
	height: 584px;
}
.dgg-list{
	overflow: hidden;
	padding: 25px 0 40px;
}
.dgg-list>li{
	float: left;
	*width: 10.5%;
	margin-left: 70px;
	text-align: center;
}
.dgg-list>li i{
	background: url(../image/dgg-icons.png) no-repeat;
	width: 96px;
	height: 96px;
	display: block;
	margin: 0 auto 25px;
}
.dgg-list>li i.icon2{background-position: -96px 0;}
.dgg-list>li i.icon3{background-position: -192px 0;}
.dgg-list>li i.icon4{background-position: -288px 0;}
.dgg-list>li i.icon5{background-position: -384px 0;}
.dgg-list>li i.icon6{background-position: -480px 0;}
.dgg-list>li p{
	color: #666;
	font-size: 16px;
	*font-size: 15px;
}
.dgg-list>li p>span{
	font-weight: bold;
	color: #f8653e;
}
.dgg-company{
	overflow: hidden;
}
.dgg-company>li{
	width: 380px;
	height: 270px;
	float: left;
	margin-left: 20px;
	background: white;
	overflow: hidden;
	text-align: center;
}
.dgg-company>li:first-child{
	margin-left: 0;
}
.dgg-company .company-img{
	width: 360px;
	height: 208px;
	margin: 10px auto auto;
}
.dgg-company .company-img img{
	width: 100%;
}
.dgg-company>li p{
	font-size: 16px;
	color: #666;
	line-height: 1;
	margin-top: 20px;
}

.ter-box{
	padding:50px 0;
	width: 100%;
	min-width: 1180px;
	position: relative;
	overflow: hidden;
}
.ter-box.box-bg{
	background:#f1f2f3;
}
.ter-box .ter-tit{
	width: 1200px;
	margin:0 auto 25px;
	text-align: center;
}
.ter-tit strong{
	font-size: 30px;
	color: #333;
	line-height: 1;
}
.ter-tit p{
	font-size: 18px;
	color: #666;
}
.ter-tit .sm-dgg{
	font-size: 16px;
	color: #666;
	text-indent: 2rem;
	margin-top: 15px;
	text-align: left;
}





.w1180{width: 1180px;height: auto;margin: 0 auto;}














/*济邦邦  end*/








.zbj-grid-1200 {
	width: 1200px;
	margin: 0 auto
}

.sprite-icon {
	position: relative;
	display: inline-block;
	background: url(../image/sprite-icon_4a25e57.png) no-repeat;
	_background: url(../image/sprite-icon_4487c26.gif) no-repeat;
	background-size: 300px
}

.sprite-tips {
	position: relative;
	display: inline-block;
	background: url(../image/sprite-tips.png) no-repeat;
	_background: url(../image/sprite-tips1.gif) no-repeat;
	background-size: 500px 400px
}

.account-header {
	height: 110px;
	background: #fff;
	overflow: hidden
}

.account-header .logo-link {
	width: 250px;
	height: 120px;
	display: inline-block
}

.account-header .sub-title {
	margin-left: 20px;
	line-height: 120px
}

.account-header .sub-title .line {
	color: #c2c2c2;
	font-size: 22px
}

.account-header .sub-title .sub-title-txt {
	font-size: 22px;
	color: #434343;
	margin-left: 12px
}

.bj-account .slide-account {
	width: 100%;
	position: relative
}

.bj-account .slide-content-pic {
	margin: 0 auto
}

.bj-account .slide-content-pic,
.bj-account .slide-content-list {
	width: 100%;
	height: 520px;
	overflow: hidden
}

.bj-account .slide-content-list {
	float: left
}

.bj-account .slide-content-img {
	width: 100%;
	height: 520px;
	min-width: 1190px;
	background-position: center;
	background-repeat: no-repeat
}

.bj-account .ui-switchable-nav {
	position: absolute;
	z-index: 10
}

.bj-account .arale-dialog-1_3_0 .ui-dialog-title {
	background: #4c98f6;
	color: #fff;
	font-size: 18px;
	filter: none
}

.bj-account .arale-dialog-1_3_0 .ui-dialog-close {
	font-size: 0;
	color: #fff;
	background: url(../image/close_d81b2c2.png) no-repeat;
	display: inline-block;
	width: 23px;
	height: 23px
}

.bj-account .arale-dialog-1_3_0 .ui-dialog-container {
	padding: 54px 92px 42px;
	text-align: center
}

.bj-account .arale-dialog-1_3_0 .chance-dialog-conten {
	text-align: center
}

.bj-account .arale-dialog-1_3_0 .apply-status {
	font-size: 20px;
	height: 24px;
	line-height: 24px;
	color: #3e3e3e;
	padding-left: 37px;
	background: url(../image/success_3e92948.png) no-repeat
}

.bj-account .arale-dialog-1_3_0 .dialog-help-block {
	color: #757575;
	font-size: 14px;
	line-height: 28px
}

.bj-account .arale-dialog-1_3_0 .dialog-btn {
	margin-top: 30px;
	width: 114px;
	height: 40px;
	line-height: 40px;
	background: #309cfd;
	color: #fff;
	font-size: 18px;
	border: 0;
	border-radius: 2px;
	display: inline-block
}

.bj-account .arale-dialog-1_3_0 .dialog-btn:hover {
	text-decoration: none
}

.bj-account .arale-dialog-1_3_0 .dialog-btn-lg {
	width: 143px
}

.bj-account .usercenter-wrap {
	background: #efeeee;
	padding-top: 53px;
	padding-bottom: 100px
}

.bj-account .taxschool-sidebar {
	padding: 0 25px;
	width: 240px
}

.bj-account .taxschool-sidebar .taxschool-sidebar-title {
	color: #757575;
	font-size: 14px;
	line-height: 57px;
	height: 57px
}

.bj-account .taxschool .wrap-box {
	border-radius: 4px;
	background: #fff;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .03)
}

.bj-account .passport-dialog .ui-dialog-close {
	color: #999;
	cursor: pointer;
	display: block;
	font-family: tahoma;
	font-size: 24px;
	font-weight: 700;
	height: 18px;
	line-height: 14px;
	position: absolute;
	right: 16px;
	top: 16px;
	z-index: 10;
	text-decoration: none
}

.bj-account .passport-dialog .ui-dialog-container {
	padding: 15px 20px 20px;
	font-size: 12px;
	text-align: left
}

.section-title {
	position: relative;
	height: 38px;
	line-height: 38px;
	text-align: center;
	font-size: 22px;
	font-weight: 700;
	color: #3b8ae2
}

.section-title p {
	margin: 5px auto;
	width: 22px;
	height: 4px;
	background-color: #e7e7e7
}

.section-title .font-blue {
	color: #287ad5
}

.price-red {
	color: #ee2751;
	font-size: 18px
}

.price-red span {
	margin: 0;
	font-size: 14px
}

.selectpick-box {
	position: relative;
	display: inline-block;
	width: 100px;
	height: 32px;
	line-height: 32px;
	border: 1px solid #d9d9d9;
	border-radius: 6px;
	background-color: #f4f6f7;
	cursor: pointer
}

.selectpick-box span {
	padding-left: 10px;
	width: 90%;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.selectpick-box .icon-select {
	position: absolute;
	top: 14px;
	right: 10px;
	display: inline-block;
	width: 9px;
	height: 5px;
	background: url(../image/icon-select_a1d4ea7.png) no-repeat;
	background-size: 100%
}

.selectpick-box .select-list {
	position: absolute;
	left: 0;
	top: 32px;
	display: none;
	width: 100px;
	max-height: 200px;
	border: 1px solid #d9d9d9;
	color: #666;
	background-color: #f4f6f7;
	z-index: 9;
	overflow-y: auto
}

.selectpick-box .select-list .select-list-item {
	padding-left: 10px;
	height: 32px;
	line-height: 32px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.selectpick-box .select-list .select-list-item.selected {
	background-color: #ddd
}

.selectpick-box .select-list .select-list-item:hover {
	background-color: #ddd
}

.selectpick-box:hover {
	text-decoration: none;
	color: #666
}

.person-center {
	background-color: #f4f7f9;
	padding-bottom: 32px
}

.person-content {
	padding-top: 22px
}

.person-base {
	float: left
}

.person-detail {
	float: right
}

.ph-img {
	visibility: hidden
}

.about-hd {
	width: 100%
}

.about-bd {
	width: 100%;
	margin-top: 25px
}

.about-base {
	float: left
}

.about-detail {
	float: left
}

.poptip-mode {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, .4);
	display: table;
	z-index: 999
}

.poptip-mode .poptip-localtion {
	display: table-cell;
	vertical-align: middle
}

.poptip-mode .poptip-content {
	margin-left: auto;
	margin-right: auto;
	width: 500px;
	background-color: #fff;
	border-radius: 5px
}

.poptip-mode .poptip-header {
	height: 40px;
	line-height: 40px;
	text-align: right
}

.poptip-mode .poptip-header .icon-close-poptip {
	margin-right: 10px;
	width: 16px;
	height: 16px;
	background-position: -76px -82px;
	vertical-align: middle;
	cursor: pointer
}

.poptip-mode .poptip-body {
	text-align: center
}

.poptip-mode .poptip-footer {
	height: 114px;
	line-height: 114px;
	text-align: center
}

.poptip-mode .poptip-footer .poptip-action {
	display: inline-block;
	font-size: 16px;
	margin: 0 25px;
	padding: 0 25px;
	border-radius: 17px;
	cursor: pointer
}

.poptip-mode .poptip-footer .cancel-btn {
	height: 32px;
	line-height: 32px;
	border: 1px solid #8bb5f9;
	color: #8bb5f9
}

.poptip-mode .poptip-footer .cancel-btn:hover {
	border: 1px solid #3e85f6;
	color: #3e85f6
}

.poptip-mode .poptip-footer .sure-btn {
	height: 34px;
	line-height: 34px;
	background-color: #8bb5f9;
	color: #fff
}

.poptip-mode .poptip-footer .sure-btn:hover {
	background-color: #3e85f6
}

.poptip-mode .poptip-footer .long-sure-btn {
	padding: 0 46px
}

.popTip-logo {
	margin-top: 30px;
	display: inline-block;
	width: 137px;
	height: 137px
}

.warn-logo {
	background: url(../image/warn_55cfcb8.png) center no-repeat
}

.correct-logo {
	background: url(../image/correct_cf310a8.png) center no-repeat
}

.page-navigator {
	padding: 30px 10px 30px 0;
	text-align: right
}

.page-navigator a {
	display: inline-block;
	vertical-align: top;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background-color: #fff;
	margin: 0 1px;
	border: 1px solid #e4e4e4
}

.page-navigator a:hover {
	text-decoration: none;
	border: 1px solid #abccf1
}

.page-navigator .jp-current {
	background-color: #abccf1;
	color: #fff
}

.page-navigator .jp-next {
	background: url(../image/previous-icon_3286abe.png) center no-repeat
}

.page-navigator .jp-previous {
	background: url(../image/next-icon_15a881a.png) center no-repeat
}

.zbj-tools-bottom,
.webim {
	display: none
}