﻿@charset "utf-8";
/*工商变更页面新做
 * zyr luozhuzhu 
 * 2018-4-3 */
.min-box{min-width: 1180px;}
.opacity:hover{
	filter:alpha(opacity=80);       /* IE */
	-moz-opacity:0.8;              /* 老版Mozilla */
	-khtml-opacity:0.8;              /* 老版Safari */
	opacity: 0.8;
}
/*banner  start*/
.inside-banner {
	width: 100%;
	min-width: 1180px;
	overflow: hidden;
	height: 450px;
	position: relative;
}

.inside-banner>.bd {
	width: 1920px;
	position: absolute;
	left: 50%;
	margin-left: -960px;
	height: 450px;
}
.inside-dot {
	position: absolute;
	bottom: 10px;
	z-index: 1;
	width: 100%;
}
.inside-dot>ul {
	text-align: center;
}
.inside-dot>ul>li {
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	*display: inline;
	*zoom: 1;
	width: 13px;
	height: 13px;
	margin: 8px;
	background: #fff;
	overflow: hidden;
	line-height: 9999px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.inside-dot>ul>li.on {
	background: #f26c17;
}
/*banner  end*/

/*数据 start*/
.blue{color: #0eaef8;}
.orang{color: #ff7f00;}

.data-box{
	background: #fbfbfb;
	border-bottom: 1px solid #e4e4e4;
}
.data-text{
	text-align: center;
	padding-left: 8px;
	height: 48px;
	line-height: 48px;
	font-size: 16px;
	color: #565656;
}
.data-text .data-name{color: #565656;}
.data-text i,
.data-text span{
	display:inline-block; /* 现代浏览器 +IE6、7 inline 元素 */
	*display:inline; /* IE6、7 block 元素 */
	*zoom:1;
	position: relative;
	top: 4px;
}
.data-text i{
	width: 26px;
	height: 21px;
	background: url(../images/page-icons.png) no-repeat;
	background-position: -45px 0;
	margin: 0 9px 0 15px;
}
.data-text span{
	width: 1px;
	height:17px;
	background: #888888;
	margin: 0 36px 0 33px;
}
/*数据 end*/
/*优势 start*/
.adv-box{
	width: 100%;
	min-width: 1180px;
	overflow: hidden;
	box-shadow:0 3px 10px #d4d5d5;
	margin-bottom: 5px;
}
.adv-list{
	width: 100%;
	overflow: hidden;
}
.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(../images/icons1.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-icon.adv-icon5{background-position: -274px -1px;}
.adv-list li p{
	font-size: 16px;
	color: #666;
	line-height: 27px;
	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);
}
/*优势 end*/
/*标题 start*/
.ter-box{
	padding-bottom: 40px;
	width: 100%;
	min-width: 1180px;
	position: relative;
	overflow: hidden;
}
.ter-box.box-bg{
	background:#f1f2f3;
}
.ter-tit{
	line-height: 1;
	padding: 50px 0 30px;
	text-align: center;
}
.ter-tit p{
	padding-top:10px;
	font-size: 18px;
	color: #666;
}
.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:32px;
	line-height: 24px;
	padding: 15px 0 0;
}
.ter-tit.corlorfff p,.ter-tit.corlorfff strong{color: #fff;}
/*标题 end*/
/*注册信息不变将有以下风险 start*/
.change-list{
	padding:10px 10px 40px;
	overflow: hidden;
	width: 1180px;
}

.change-list li{
	width: 280px;
	height: 380px;
	background: #fff;
	float: left;
	margin-left: 20px;
	text-align: center;
	-webkit-transition: all .45s;
	transition: all .45s;
	overflow: hidden;
	line-height: 1;
}
.change-list li:first-child{margin-left: 0 !important;}
.change-list li img{
	-webkit-transition: all .95s;
	transition: all .95s;
	margin-bottom: 26px;
}
.change-list li b{
	font-size: 22px;
	color: #333;
}
.change-list li p{
	font-size: 16px;
	line-height: 30px;
	color: #666;
	padding: 19px 28px 0;
	text-align: left;
}
.change-list li:hover{
	box-shadow: 0 0 8px 6px #e2e3e3;
}
.change-list li:hover img{
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
/*注册信息不变将有以下风险 end*/
/*顶呱呱工商变更核心服务 start*/
.core-box{
	padding-bottom: 30px;
	overflow: hidden;
}
.core-fl{
	width: 280px;
	height: 460px;
	text-align: center;
	position: relative;
}
.core-fl a{
	width: 134px;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	color: #00c6ff;
	background: #fff;
	box-shadow: -5px 6px 20px 2px #00adfb;
	position: absolute;
	left: 50%;
	margin-left: -67px;
	top: 246px;
	font-size: 18px;
}
.core-list{
	width: 879px;
	border-top: 1px solid #eaeaea;
	border-left: 1px solid #eaeaea;
	overflow: hidden;
}
.core-list li{
	width: 262px;
	float: left;
	text-align: left;
	border-right: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	height:179px;
	position: relative;
	padding: 50px 0 0 30px;
	line-height: 1;
	font-size: 18px;
	overflow: hidden;
}
.core-list li b{
	color: #333;
}
.core-list li p{
	color: #666;
	padding: 11px 0 16px;
}
.core-list li>img{
	position: absolute;
	bottom: 0;
	right: 0;
	-webkit-transition: all .45s;
	transition: all .45s;
}
.core-list li em{
	position: absolute;
	right: 0;
	top: 0;
}
.core-list li  a{
	width: 80px;
	text-align: center;
	height: 26px;
	line-height: 26px;
	border-radius: 2px;
	border: 1px solid #bfbfbf;
	font-size: 14px;
	color: #888;
}
.core-list li:hover img{ 
	right: -10px;
}
.core-list li:hover  a{
	border-color: #ee551a;
	color: #ee551a;
}
/*顶呱呱工商变更核心服务 end*/
/*工商注册找顶呱呱绝对没错 start*/
.bad-bg{
	background: url(../images/custom-bg_02.jpg) center top no-repeat;
	padding-bottom: 45px;
}
.bad-list{
	padding: 30px 0 45px;
	overflow: hidden;
	height:322px ;
}
.bad-list li{
	width: 220px;
	float: left;
	text-align: center;
	margin-left: 20px;
}
.bad-list li:first-child{margin-left: 0 !important;}
.bad-list li b{
	display: block;
	width: 140px;
	height: 42px;
	line-height: 48px;
	border-radius: 8px 8px 0 0;
	font-size: 18px;
	background: #549bf4;
	color: #fff;
	margin: 0 auto;
	-webkit-transition: height .45s; 
	transition: height .45s; 
}
.bad-list li .bg-b5{background: #86d2d5;}
.bad-list li .bg-b4{background: #62c6f0;}
.bad-list li .bg-b3{background: #73a8ea;}
.bad-list li .bg-b2{background: #549bf4;}
.bad-list li:hover b{
	height: 52px;
	line-height: 52px;
}
.bad-bd{
	width: 100%;
	height: 280px;
	border-radius: 8px;
	background: #fff;
	overflow: hidden;
}
.bad-bd img{
	-webkit-transition: all .45s; 
	transition: all .45s;
    height: 50%;
}
.bad-list li:hover img{
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.bad-bd p{
	font-size: 16px;
	line-height: 24px;
	color: #666;
	padding: 16px 22px 0;
	text-align: left;
}
/*工商注册找顶呱呱绝对没错 end*/
/*注册既享 start*/
.give-list{

}
.give-list>li{
	width: 350px;
	height: 340px;
	background: white;
	float: left;
	margin-left:20px;
	padding-left: 30px;
	overflow: hidden;
	position: relative;
}
.give-list>li .tel-num{
	font-size: 30px;
	font-weight: bold;
	color: white;
	line-height: 1;
	position: absolute;
	bottom: 45px;
	left: 100px;
}
.give-list>li:first-child{
	width: 380px;
	margin-left: 0;
	padding-left: 0;
}
.give-list>li .tit{
	font-size: 24px;
	color: #333;
	color: #333;
	line-height: 1;
	font-weight: bold;
	margin: 40px 0 10px;
}
.give-list>li .xian{
	height: 2px;
	width: 95px;
	background: #333;
	display: block;
}
.give-list>li .price{
	margin-top: 45px;
	font-size: 18px;
	color: #333;
	font-weight: bold;
}
.give-list>li .price.two-price{
	margin-top: 30px;
}
.give-list>li .price .size38{
	font-size: 38px;
	color: #ff7000;
	font-weight: normal;
}
.give-list>li .price .new-price{
	color: #ff7000;
	font-size: 30px;
	margin: 0 10px;
}
.give-list>li .price del{
	font-size: 18px;
	color: #888;
	font-weight: normal;
}
.give-list>li .tips{
	font-size: 16px;
	color: #888;
	line-height: 24px;
	margin: 10px 0 30px;
}
.give-list>li .go-zx{
	width: 135px;
	height: 35px;
	/*background: #56b1f5;*/
	border-radius: 3px;
	display: block;
	text-align: center;
	font-size: 16px;
	line-height: 35px;
	color: white;
	position: absolute;
	bottom: 45px;
}
.give-list>li label{
	background: url(../images/icons2.png) no-repeat;
	width: 100px;
	height: 81px;
	display: block;
	position: absolute;
	right: 20px;
	top: 25px;
}
.give-list>li label.lab2{
	background-position:-148px 0;
}
.give-list>li:hover{
	box-shadow: 0 0 20px #999a9a;
}
.give-list>li .go-zx:hover{
	background: #69b9f5;
}
.give-list>li img{
	position: absolute;
	right: 0;
	bottom: 0;
}
.time-tips{
	text-align: center;
	margin: 30px 0 45px;
	font-size: 18px;
	color: #565656;
}

/*注册既享 end*/

/*产品推荐 start*/
.product-box{
	padding: 45px 0;
}
.pro{
	width: 100%;
	overflow: hidden;
	padding-bottom: 38px;
}
.pro-fl,
.pro-list{
	height: 245px;
}
.pro-fl{
	width: 125px;
	background: #f15f17;
	color: #fff;
	text-align: right;
	position: relative;
}
.pro-fl2.pro-fl{background: #fe8102;}
.pro-fl3.pro-fl{background: #fe8102;}
.pro-fl span{
	font-size: 24px;
	display:inline-block; /* 现代浏览器 +IE6、7 inline 元素 */
	*display:inline; /* IE6、7 block 元素 */
	*zoom:1;
	width:26px;
	padding: 20px 40px 0 0;
	line-height:26px;
}
.pro-text{
	display:inline-block; /* 现代浏览器 +IE6、7 inline 元素 */
	*display:inline; /* IE6、7 block 元素 */
	*zoom:1;
	width:8px;
	height: 140px;
	background: url(../images/put-text_03.png) no-repeat;
	position: absolute;
	top:39px;
	left: 42px;
}
.pro-fl2.pro-fl .pro-text{
	background-position: -8px 0;
}
.pro-fl3.pro-fl .pro-text{
	height: 190px;
	background-position: -17px 0;
}
.pro-text.pro-text2{
	width: 48px;
	height: 28px;
	background: url("../images/new-hot.png") no-repeat;
	top: 17px;
	left: 185px;
	animation: ba_fly 0.6s .6s alternate infinite;
	-webkit-animation: ba_fly 0.6s .6s alternate infinite;
	-moz-animation: ba_fly 0.6s .6s alternate infinite;
	-ms-animation: ba_fly 0.6s .6s alternate infinite;
	-o-animation: ba_fly 0.6s .6s alternate infinite;
}
.pro-text.pro-text2.pro-text3{
	left: 148px;
}
@keyframes ba_fly {
	0% {transform:translateX(0%) translateY(-15%);}
	100% {transform:translateX(0%) translateY(-0%);}
}
@-webkit-keyframes ba_fly {
	0% {-webkit-transform:translateX(0%) translateY(-15%);}
	100% {-webkit-transform:translateX(0%) translateY(-0%);}
}
@-moz-keyframes ba_fly {
	0% {-moz-transform:translateX(0%) translateY(-15%);}
	100% {-moz-transform:translateX(0%) translateY(-0%);}
}
@-ms-keyframes ba_fly {
	0% {-ms-transform:translateX(0%) translateY(-15%);}
	100% {-ms-transform:translateX(0%) translateY(-0%);}
}
@-o-keyframes ba_fly {
	0% {-o-transform:translateX(0%) translateY(-15%);}
	100% {-o-transform:translateX(0%) translateY(-0%);}
}
@keyframes ba_fly {
	0% {transform:translateX(0%) translateY(-15%);}
	100% {transform:translateX(0%) translateY(-0%);}
}
.pro-list{
	width: 1054px;
	overflow: hidden;
	border-right: 1px solid #e5e5e5;
}
.pro-list li{
	float: left;
	width: 238.7px;
	border: 1px solid #e5e5e5;
	border-right: none;
	text-align: left;
	padding-left: 24px;
	position: relative;
	height: 243px;
	overflow: hidden;
}
.pro-list li p{
	font-size: 16px;
	color: #777;
	line-height: 27px;
	padding: 28px 0 19px;
}
.pro-list li p big{
	font-size: 20px;
	color: #555;
}
.pro-list li:first-child{border-left: none !important;}
.pro-list li em{
	display:inline-block; /* 现代浏览器 +IE6、7 inline 元素 */
	*display:inline; /* IE6、7 block 元素 */
	*zoom:1;
	width:135px;
	height: 105px;
	background: url(../images/put-iocn_02.jpg) no-repeat;
	position: absolute;
	right: -2px;
	bottom: -10px;
	transition: all .8s;
	-webkit-transition: all .8s;
	-moz-transition: all .8s;
	-ms-transition: all .8s;
	-o-transition: all .8s;
	z-index: -1;
}
.pro-list li .pro-icon2{background-position: -135px 0;right: -3px;}
.pro-list li .pro-icon3{background-position: -270px 0;right: -6px;}
.pro-list li .pro-icon4{background-position: -405px 0;right: -15px;}
.pro-list li .pro-icon5{background-position: -540px 0;right: -3px;}
.pro-list li .pro-icon6{background-position: -675px 0;right: -17px;}
.pro-list li .pro-icon7{background-position: -800px 0;right: -4px;bottom: -17px;}
.pro-list li .pro-icon8{background-position: -935px 0;right: -12px;}
.pro-list li .pro-icon9{background-position: -1070px 0;right: -6px;}
.pro-list li .pro-icon10{background-position: -1208px 0;right: -15px;}
.pro-list li .pro-icon11{background-position: -1326px 0;right: -6px;}
.pro-list li .pro-icon12{background-position: -1490px 0;right: -15px;}
.pro-list li a{
	width: 113px;
	height: 33px;
	background: none;
	border: 1px solid #f8653e;
	color: #f8653e;
	text-align: center;
	line-height:33px;
	border-radius: 2px;
	display: block;
	transition: all .4s;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
}
.pro-list li:hover a{
	color: #fff;
	background: #fc7d00;
	border-color: #fc7d00;
}
.pro-list li:hover em{
	bottom: 10px;
}
.get-btn.get-btn3{
	font-size: 16px;
	width: 385px;
	height: 49px;
	line-height: 49px;
	text-align: center;
	border: 2px solid #f8653e;
	border-radius: 29px;
	display: block;
	font-size: 14px;
	color: #888;
	margin: 0 auto;
}
.get-btn.get-btn3 strong{
	font-size: 30px;
	color: #f8653e;
	font-weight: bold;
}
.get-btn.get-btn3:hover{
	filter:alpha(opacity=80);       /* IE */
	-moz-opacity:0.8;              /* 老版Mozilla */
	-khtml-opacity:0.8;              /* 老版Safari */
	opacity: 0.8;
}
/*产品推荐 end*/
/*步骤 start*/
.flow-bg{
	background: #e5ebf1;
	padding: 165px 0 0;
	margin-top: -200px;
}
.setp-list{
	overflow: hidden;
	padding: 0 0 87px;
}
#f-w{
	font-weight: 100;
}
.setp-list>li{
	float: left;
	background: white;
	margin-left: 18px;
	width: 280px;
	height: 130px;
	padding-top: 20px;
	overflow: hidden;
}
.setp-list>li .dib{
	vertical-align: middle;
}
.setp-list>li:first-child{
	margin-left: 0 !important;
}
.setp-list>li i{
	background: url(../images/step-icons-h.png) no-repeat;
	width: 40px;
	height: 69px;
	margin: 0 20px 0 30px;
	background-position: -51px 0;
}
/*.setp-list>li:hover i{
	background: url(../images/step-icons.png) no-repeat;
	background-position:2px 0;
}*/
.setp-list>li .setp-txt{
	width: 152px;
	text-align: left;
	background: url(../images/step-bg.png) no-repeat ;
	background-position: center 50px; 
	font-size: 18px;
	line-height: 24px;
	color: #333;
	font-weight: 600;
	padding-left: 20px;
}
.setp-list>li .setp-txt span{
	display: block;
	padding: 20px 0 0 ;
	font-size: 16px;
	color: #333;
	line-height:19px;
}
.setp-list>li i.icons2{background-position:-107px  0;}
.setp-list>li i.icons3{background-position: -158px 0;width: 47px;}
.setp-list>li i.icons4{background-position:0 0;}
.setp-list>li:hover{
	box-shadow: 0 0 5px 0 #e6e6e6;
}
.go-jion{
	width: 253px;
	height: 50px;
	display: block;
	margin: 0 auto;
	border-radius: 50px;
	background: #3388f2;
	text-align: center;
	line-height: 50px;
	color: #fff;
	font-size: 18px;
}
.go-jion i{
	background: url(../images/wechat.png) no-repeat;
	width: 26px;
	height: 26px;
	vertical-align: middle;
	margin-right: 10px;
}
.number2{
	text-align: center;
	font-size: 30px;
	color: #d0d0d0;
	font-weight: 100;
}
/*步骤 end*/
/*获取证书 start*/
.lq-box {
	margin: 40px 0 0;
	background: #fff;
	padding-bottom: 40px;
	box-shadow: 0 3px 5px 3px #d6dbe1;
	position: relative;
	z-index: 3;
}
.lq-box .ter-tit{
	padding: 0;
	background: #3388f2;
}
.lq-box .ter-tit strong{color: #fff;line-height: 90px;}
.lence-list{
	padding: 40px 20px 30px;
	overflow: hidden;
}
.lence-list li{
	float: left;
	text-align: center;
	margin: 0 17px;
}
.lence-list li .lence-img{
	width: 100%;
	text-align: center;
}
.lence-list li em{
	width: 20px;
	height: 20px;
	border-radius: 50%;
	text-align: center;
	line-height: 20px;
	color: white;
	font-size: 14px;
	background: #56b1f5;
	margin-right: 5px;
}
.lence-list li .lence-txt{
	padding: 15px 10px 10px 0;
	border-bottom: 2px solid #56b1f5;
	color: #7d7d7d;
	text-align: left;
	font-size: 18px;
	*font-size: 16px;
}
.lence-list li:hover .lence-txt{
	color: #1c95f0;
}
.lence-list li:first-child{
	margin-right:58px;
}
.lence-list li:last-child{
	margin-right: 0;
}
.lq-box .go-jion{background: #56b1f5;}
/*获取证书 end*/
.btn-box{
	width:425px;
	height: 45px;
	margin: 0 auto;
	padding-left:25px;
	border: 2px solid #3388f2;
	text-align: left;
	font-size: 12px;
	color: #666;
	line-height:45px;
	position: relative;
	border-radius:27.5px;
	font-size: 14px;
	color: #888;
	margin-top: -90px;
}
.btn-box.bg-tfff{background: white;}
.btn-box b{
	font-size: 20px;
	color: #3388f2;
}
.get-btn.get-btn2{
	width:124px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	height:46px;
	line-height:46px;
	text-align:right;
	padding-right: 25px;
	background: #3388f2;
	background-position: 34px center;
	position: absolute;
	border-radius: 0 3px 3px 0;
	right:-2px;
	top:0;
	border-radius:27.5px;
}
.get-btn2:hover{
	filter:alpha(opacity=80);       /* IE */
	-moz-opacity:0.8;              /* 老版Mozilla */
	-khtml-opacity:0.8;              /* 老版Safari */
	opacity: 0.8;
}
/*常见问题start*/
.prem-box{
	padding-top: 25px;
}
.right-counselor{
	width: 280px;
	height: 321px;
	float: right;
	overflow: hidden;
	background: #f1f2f3;
	position: relative;
}
.right-counselor-box ul{
	overflow: hidden;
}
.right-counselor-box ul li{
	float: left;
	overflow: hidden;
	position: relative;
	width: 280px;
	height: 321px
}
.right-counselor-box ul li .img{
	position: relative;
	overflow: hidden;
	width: 260px;
	height: 260px;
	margin: 10px auto;
}
.right-counselor-box ul li .img img{
	width: 260px;
	height: 260px;
}
.right-counselor-box ul li .til{
	position: absolute;
	padding: 10px;
	overflow: hidden;
	bottom: 0;
	left: 0;
	width: 260px;
}
.right-counselor-box ul li .til span{
	color: #888;
	float: left;
	line-height: 35px;
}
.right-counselor-box ul li .til font{
	color: #333;
	font-size: 14px;
}
.right-counselor-box ul li .til a{
	display: block;
	float: right;
	width: 102px;
	height: 35px;
	border-radius: 35px;
	line-height: 35px;
	text-align: center;
	color: white;
	background-color: #56b1f5;
}
.right-counselor .prev,.right-counselor .next{
	position: absolute;
	width: 29px;
	height: 35px;
	background: url("../images/tranbg-3.png") repeat;
	line-height: 3;
	text-align: center;
	top: 50%;
	left: 10px;
	margin-top: -17px;
	display: none;
}
.right-counselor .prev span,.right-counselor .next span{
	background: url("../images/btn-pre-n.png") no-repeat;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 11px;
	height: 18px;
}
.right-counselor .next{
	right: 10px;
	left: auto;
}
.right-counselor .next span{
	background: url("../images/btn-pre-n.png") no-repeat -11px 0;
}
.sub-station-btn:hover{ background: #000;}
/*创业顾问推荐 end*/
/*顶呱呱 start*/
.dgg-box{
	background: url(../images/choose-img_02.jpg) center top no-repeat;
	height:684px;
}
.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(../images/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: #56b1f5;
}
.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;
}
/*顶呱呱  end*/

/*底部浮窗end*/
/*
 新增侧边栏
 start
 * */
.fix-sidenav{
	position: fixed;
	right: 0;
	top: 50%;
	margin-top: -250px;
	overflow: hidden;
	z-index:88;
}
.zu-btn{
	float: left;
	width: 13px;
	height: 98px;
	border: 1px solid #f8653e;
	border-radius: 3px 0 0 3px;
	border-right: none;
	text-align: center;
	font-size: 13px;
	color: #f8653e;
	padding: 10px 9px 0 9px;
	background: url(../images/fix-icon2.png) no-repeat center 89px;
	display: inline-block;
	background-color: #fff;
	*display: inline;
	*zoom: 1;
	margin-top: 145px;
}
.avtive-btn{
	border-color: #f8653e;
	color: #fff;
	background: url(../images/fix-icon_03.png) no-repeat center 89px;
	background-color: #f8653e;
}
.move-nav{
	float: left;
	width: 144px;
}
.move-nav>p{
	width: 128px;
	background: #f8653e;
	height: 58px;
	line-height: 58px;
	color: #fff;
	font-size: 18px;
	text-align: right;
	padding-right: 16px;
	position: relative;
	border-bottom: 1px solid #f8653e;
}
.move-nav>p>i{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 28px;
	height: 28px;
	position: absolute;
	background: url(../images/fix-icon.png) center no-repeat;
	left: 23px;
	top: 50%;
	margin-top: -14px;
}
.move-nav>ul{
	background-color: #f8653e;
	border-top: 1px solid #f8653e;
}
.move-nav>ul>li{
	width: 100%;
	text-align: center;
}
.move-nav>ul>li>a{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width:116px;
	height:33px;
	line-height: 33px;
	text-align: center;
	color: #fff;
	border: 1px solid #fff;
	margin-top: 17px;
	font-size: 14px;
	transition: all 0.3s;
}
.move-nav>ul>li>a:hover{
	border-color: #fff;
	background-color: #fff;
	color: #f8653e;
}
.move-nav>ul>li>p{
	width: 100%;
	text-align: center;
	color: #fff;
	line-height: 14px;
	line-height: 20px;
	padding-top: 6px;
}
.move-nav>ul>li>p>big{
	font-size: 18px;
}
.move-nav>ul>li>span{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width:100%;
	height:1px;
	background-color:#f8653e ;
	border-top: 1px solid  #f8653e;
	margin-top: 17px;
}
.move-nav>ul>li .two-span{
	margin-top: 7px;
}
.move-nav>ul>li .last-a{
	background-color: #f8653e;
	width: 101px;
	height: 29px;
	text-align: center;
	margin: 3px auto 15px;
	border: none;
	border-radius: 10px;
}
.move-nav>ul>li .last-a>i{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width:30px;
	height:18px;
	background: url(../images/top.png) center no-repeat;
}
.move-nav>ul>li .last-a:hover{
	background-color: #f8653e;
}
/*
 新增侧边栏
 end
 * */




.recom-box{
	box-shadow: 0 0 20px #ddd;
	padding: 20px 0 20px 17px;
	margin-bottom: 40px;
	background: white;
}
.recom-box.two-recom{
	margin-bottom: 0;
}
.recom-list{
	font-size: 20px;
	color: #333;
	text-align: left;
	border-left: 3px solid #f49303;
	line-height: 1;
	margin-bottom: 17px;
	padding-left: 7px;
}
.recommend{
	overflow: hidden;
	background: url("../images/middle-bg.png") no-repeat ;
	background-position:-15px 130px
}
.recommend>li{
	float: left;
	width: 190px;
	margin-left: 50px;
	text-align: center;
}
.recommend>li:first-child{
	margin-left: 0;
}
.recommend>li .top-img{
	width: 190px;
	height: 160px;
}
.recommend>li .bottom-detail{
	border: 1px solid #e5e5e5;
	padding: 20px 0;
	border-top: none;
	color: #666;
}
.recommend>li .bottom-detail>strong{
	font-size: 20px;
	color: #333;
}
.recommend>li .bottom-detail>p{
	font-size: 16px;
}
.recommend>li .bottom-detail>p>span{
	color: #fc7d00;
}
.recommend>li .price-box{
	background-color: #f3f3f3;
	border: 1px solid #e5e5e5;
	padding: 8px 0 ;
	text-align: center;
	color: #777;
}
.recommend>li .price-box.two{
	margin: 24px 0;
}
.recommend>li .price-box b{
	font-size: 20px;
}
.recommend>li .price-box span{
	color:#fc7d00;
}
.recommend>li.last-li{
	border: 1px solid #e5e5e5;
	height: 253px;
	position: relative;
	background-color: #f3f3f3;
}
.recommend>li.last-li i{
	position: absolute;
	left: -12px;
	top: 20px;
}

.recommend>li.last-li .til{
	padding-top: 98px;
	color: #666;
	font-size: 16px;
	line-height: 1;
}
.recommend>li.last-li .til span{
	color: #fc7d00;
	font-size: 50px;
	font-weight: bold;
}

.recommend>li.last-li .btn-zx{
	color: white;
	display: block;
	border-radius: 3px;
	height: 36px;
	line-height: 36px;
	width: 106px;
	background-color: #0eaef8;
	margin: 30px auto auto;
	border-radius: 5px;
}
.recommend>li.last-li .btn-zx:hover{
	background-color: #2ebafb;
}
/*11月创业特惠*/
.discounts{
	width: 100%;
	background: #f1f2f3;
}
.discounts-content{
	width: 1194px;
	height: 368px;
	background: url("../images/gongshang_06.jpg") no-repeat;
	background-size: cover;
}
.discounts-content ul{
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.discounts-content ul li{
	height: 341px;
	width: 200px;
	text-align: center;
	margin-right: 33px;
	float: left;
	margin-top: 14px;
}
.discounts-content ul li.discounts-content-li1{
	width: 220px;
	margin-right: 28px;
}
.discounts-content ul li.discounts-content-li2{
	margin-right: 40px;
}
.discounts-content ul li.discounts-content-li3{
	margin-right: 46px;
}
.discounts-content ul li.discounts-content-li4{
	margin-right: 44px;
}
.discounts-content ul li.discounts-content-li5{
	margin-right: 0;
}
.discounts-content ul li.discounts-content-li1 p{
	font-size: 26px;
	font-weight: bold;
	color: #fff;
	margin-top: 160px;
}
.discounts-content ul li b{
	display: inline-block;
	color: #333333;
	font-size: 24px;
	font-weight: bold;
	margin-top: 175px;
}
.discounts-content ul li p{
	font-size: 18px;
	color: #333333;
}
.discounts-content ul li span{
	font-size: 30px;
	color: #ff7000;
	display: block;
	margin-top: 20px;
}
.discounts-content ul li i{
	font-size: 18px;
	color: #888888;
	text-decoration: line-through;
	font-style:normal;
}
.discounts-content ul li.discounts-content-li5 span{
	font-size: 32px;
	font-weight: bold;
	margin-top: 175px;
}
.discounts-content ul li.discounts-content-li5 span font{
	font-size: 14px;
}
.discounts-content ul li.discounts-content-li5 a{
	width: 135px;
	height: 36px;
	display: block;
	margin: 0 auto;
	background: #56b1f5;
	text-align: center;
	line-height: 36px;
	color: #fff;
	border-radius: 3px;
	margin-top: 15px;
	transition: all .5s;
}
.discounts-content ul li.discounts-content-li5 a:hover{
	background: #ff7000;
}
/*2017 1222 xl luotian update start*/
.banner-gg{
	width: 1180px;
	margin: 35px auto 0;
	text-align: center;
	position: relative;
}
/*2017 1222 xl luotian update end */

/*2018-3-8 zyr luozhuzhu 新增模块 start*/
.give-list{
	zoom:1;
}
.give-list:after{
	clear:both;content:'.';display:block;width: 0;height: 0;visibility:hidden;
}
.give-list>li{
	width: 345px;
	height:290px;
	background: white;
	float: left;
	margin-left:25px;
	padding-left:30px;
	overflow: hidden;
	position: relative;
	box-shadow: 0 0 14px 7px #d8d9d9;
	z-index: 3;

}
.give-list>li .tel-num{
	font-size: 26px;
	font-weight: bold;
	color: white;
	line-height: 1;
	position: absolute;
	bottom: 110px;
	left: 35px;
}
.give-list>li:first-child{
	width: 380px;
	margin-left: 0;
	padding-left: 0;
	box-shadow: none;
}
.give-list>li .tit{
	font-size: 24px;
	color: #333;
	line-height: 1;
	font-weight: bold;
	margin: 40px 0 10px;
}
.give-list>li .text{
	font-size: 16px;
	color: #666;
	line-height: 20px;
	padding: 10px 0 0;
}
.give-list>li .tit small{font-size: 16px;color: #666;font-weight:normal;}
.give-list>li .tit span{
	color: #ff7000;
}
.give-list>li .xian{
	height: 2px;
	width: 95px;
	background: #333;
	display: block;
}
.give-list>li .sub{
	position: absolute;
	color: #8c8c8c;
	font-size: 16px;
	margin-top: 5px;
}
.give-list>li .price{
	margin-top:10px;
	font-size: 18px;
	color: #333;
	line-height: 1;
}
.give-list>li .price b{
	font-size: 16px;
	color: #666;
}
.give-list>li .price.two-price{
	/*margin-top: 30px;*/
}
.give-list>li .price .size38{
	font-size: 38px;
	color: #ff7000;
	font-weight: normal;
}
.give-list>li .price .new-price{
	color: #ff7000;
	font-size: 40px;
	margin: 0 10px;
	font-weight: bold;
}
.give-list>li .price .new-price em{font-size: 16px;font-weight: bold;}
.give-list>li .price .new-price i{
	font-style: normal;
	font-size: 24px;
	font-weight: bold;
}
.give-list>li .price del{
	font-size: 18px;
	color: #888;
	font-weight: normal;
}
.give-list>li .tips{
	font-size: 16px;
	color: #666;
	line-height: 24px;
	margin: 10px 0 20px;
	position: relative;
	z-index: 1;
}
.give-list>li .go-zx{
	width: 137px;
	height: 41px;
	border: 1px solid #f15f17;
	border-radius: 3px;
	display: block;
	text-align: center;
	font-size: 16px;
	line-height: 41px;
	color: #f15f17;
	position: absolute;
	bottom: 20px;
}
.give-list>li label{
	background: url(../images/bg-icon2.png) no-repeat;
	width:101px;
	height:91px;
	display: block;
	position: absolute;
	right: 25px;
	top: 25px;
}
.give-list>li label.lab2{
	background: url(../images/bj-icon1.png) no-repeat;
}
.give-list>li .go-zx:hover{
	background: #f15f17;
	color: #fff;
}
.give-list>li img{
	position: absolute;
	right: 0;
	bottom: 0;
	z-index:-1;
}
.time-tips{
	text-align: center;
	margin-top: 30px;
	font-size: 18px;
	color: #565656;
}
.time-tips span{
	color: #ff7000;
}
/*2018-3-8 zyr luozhuzhu 新增模块 end*/


/*2018-3-22 clz lx 新增   start*/
.kjdl-list{
	overflow: hidden;
	 padding: 10px 0 10px 5px;
}
.kjdl-list>li{
	float: left;
	width: 238px;
	height: 280px;
	text-align: center;
	position: relative;
	
}
.kjdl-list img{
	height: 100%
}
.shadow{
	box-shadow: 0 0 5px #d1d1d1;
}
.kjdl-content{
	position: absolute;
	left: 0;
	bottom: 30px;
	right: 0;
}
.kjdl-content h2{
	font-size: 24px;
}
.kjdl-content p{
	font-size: 18px;
}
#fuhao{
	width: 75px;
	color: #56b1f5;
	font-size: 45px;
	font-weight: 600;
}
#fuhao .db{
	padding-top: 111px;
}
.li-btn{
	color: white;
}
.li-btn a{
	display: block;width: 113px;
	margin: auto;
	line-height: 30px;
	text-align: center;
	color: #56b1f5;
	background: white;
	border-radius: 10px;
	font-size: 16px;
}
.li-btn p{
	padding-top: 5px;
}

.weixing{
	display: inline-block;
	width: 26px;
	height: 26px;
	background: url(../images/wechat.png);
	margin-right: 5px;
	vertical-align: middle;
}

.lence-img img{
	width: 152px;
	height: 206px
}

#gzr{
	font-size: 16px;
	color: #333;
	font-weight: 100;
}

/*2018-3-22 clz lx 新增   end*/
