
/*头部nav变蓝*/
.header3_nav2:nth-child(2){
	color: #00a4e9;
}
/*轮播图*/

/* flexslider */
.flexslider{position:relative;height:440px;overflow:hidden;background:"url(../../../common/imgs/loading.gif)" 50% no-repeat;}
.slides{position:relative;z-index:1;}
.slides li{height:440px;}
.flex-control-nav{position:absolute;bottom:10px;z-index:2;width:100%;text-align:center;}
.flex-control-nav li{display:inline-block;width:14px;height:14px;margin:0 5px;*display:inline;zoom:1;}
.flex-control-nav a{display:inline-block;width:13px;height:13px;line-height:40px;overflow:hidden;background:url(../../../common/imgs/dot.png) right 0 no-repeat;cursor:pointer;}
.flex-control-nav .flex-active{background-position:0 0;}
 
.flex-direction-nav{position:absolute;z-index:3;width:100%;top:45%;}
.flex-direction-nav li a{display:block;width:50px;height:50px;overflow:hidden;cursor:pointer;position:absolute;}
.flex-direction-nav li a.flex-prev{left:40px;background:url(../../../common/imgs/prev.png) center center no-repeat;}
.flex-direction-nav li a.flex-next{right:40px;background:url(../../../common/imgs/next.png) center center no-repeat;}

/*商品层*/
.mainWrap{
	width: 1200px;
	margin: 0 auto;
	margin-top: 30px;
	position: relative;
}
/*精选套餐*/
.combo{
	width: 1200px;
	margin:0 auto;
	margin-top: 30px;
}
.combo_title,.combo_data{
	height: 180px;
	float: left;
}
.combo_title{
	width: 200px;
	background-image: url(../../../imgs/module/index/index_7.png);
}
.combo_data{
	width: 1000px;
}
.combo_data_one{
	width: 320px;
	height: 178px;
	border: 1px solid #e6e8e9;
	float: left;
	margin-left: 10px;
	background-color: #fefefe;
	position: relative;
	z-index: 100;
}
.combo_data_one:hover{
	filter: progid:DXImageTransform.Microsoft.Shadow(color=’#d3effb′, Direction=135, Strength=5);/*for ie6,7,8*/
	-webkit-box-shadow: 0px 0px 10px #d3effb;
	-moz-box-shadow: 0px 0px 10px #d3effb;
	-ms-box-shadow: 0px 0px 10px #d3effb;
	box-shadow: 0px 0px 10px #d3effb;
}
.combo_data_one:hover .combo_data_div1{
	color: #ff5a5d;
}
.combo_data_div1{
	font-size: 22px;
	color: #323232;
	margin-top: 33px;
	margin-left: 30px;
}
.combo_data_div2{
	width: 16em;
	font-size: 14px;
	margin-top: 15px;
	margin-left: 22px;
	overflow: hidden; 
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-left: 0.5em;
	padding-right: 1.5em;
	background-color: #fff9f5;
	border: 1px solid #fff1e5;
}
.combo_data_div3{
	height: 30px;
}
.combo_data_div3_money1,.combo_data_div3_money3{
	float: left;
}
.combo_data_div3_money1{
	font-size: 22px;
	color: #ff5a5d;
	margin-top: 25px;
	margin-left: 20px;
}
.combo_data_div3_money1>span{
	font-size: 16px;
}
.combo_data_div3_money3{
	float: right;
	width: 80px;
	height: 28px;
	border: 1px solid #ff5a5d;
	text-align: center;
	line-height: 28px;
	font-size: 14px;
	margin-top: 23px;
	margin-right: 40px;
	color: #ff5a5d;
	overflow: hidden;
	position: relative;
	}
.combo_data_div3_money3:hover{
	background-color: #ff5a5d;
	color: #FFFFFF;
}
/*记账-模块*/
.tally{
	display: block;
	width: 1200px;
	margin: 0 auto;
	margin-top: 30px;
}
.tall_top1,.tall_top2{
	float: left;
}
.tall_top1{
	border-left: 5px solid #0dbba1;
	font-size: 20px;
	color: #323232;
	padding-left: 10px;
}
.tall_top2{
	color: #646464;
	margin-top: 4px;
	margin-left: 12px;
}
.tally_btm{
	border-top: 1px solid #0dbba1;
	margin-top: 10px;
	/*cursor: pointer;*/
	position: relative;
	z-index: 100;
}
/*记账标题*/
.tally_title,.tally_data{
	float: left;
}
.tally_title{
	width: 200px;
	height: 400px;
	position: relative;
	text-align: center;
	background-image: url(../../../imgs/module/index/index_8.png);
}
.tally_title_div1{
	position: absolute;
	top: 315px;
	left: 17px;
	
}
.tally_title_div1_a1{
	font-size: 14px;
	padding: 5px 10px;
	float: left;
	color: #ffffff;
	background-color: rgba(0,0,0,0.2);
	margin-top: 5px;
	margin-left: 5px;
	cursor: pointer;
}
.tally_title_div1_a1:hover{
	background-color: rgba(0,0,0,0.1);
}
.tally_title_div2{
	position: absolute;
	padding-right: 16px;
	background-image: url(../../../imgs/module/index/index_9.png);
	background-position: right center; 
	background-repeat: no-repeat;
	color: #FFFFFF;
	top: 71px;
	left: 110px;
}
.tally_title_div2:hover{
	opacity: 0.8;
}
/*记账数据*/
/*上，下，左，右border0*/
.tally_data .topBorder{
	border-top: 0px;
}
.tally_data .bottomBorder{
	border-bottom: 0px;
}
.tally_data .leftBorder{
	border-left: 0px;
}
.tally_data .rightBorder{
	border-right: 0px;
}
body .topMargin0{
	margin-top: 0px;
}
body .leftMargin0{
	margin-left: 0px;
}
/**/
.tally_data{
	width: 990px;
	margin-top: 10px;
	margin-left: 10px;
}
.tally_data_one{
	float: left;
	width: 298.2px;
	height: 168.5px;
	position: relative;
	border: 1px solid #e6e8e9;
	padding-top: 25px;
	padding-left: 30px;
	cursor: pointer;
}
.tally_data_one:hover .tally_data_one_p1{
	color: #ff5a5d;
}
.tally_data_one_p1{
	font-size: 22px;
	color: #323232;
}
.tally_data_one_p2{
	/*width: 230px;*/
	margin-top: 10px;
	/*overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;*/
	font-size: 14px;
	color: #727272;
}
.tally_data_one_spot{
	width: 230px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.tally_data_one_p3{
	font-size: 22px;
	color: #ff5a5d;
	margin-top: 20px;
}
.tally_data_one_p3>span{
	font-size: 16px;
}
.tally_data_one_p4{
	position: absolute;
	float: right;
	bottom: 10px;
	right: 10px;
	border: 0px;
}
.enroll_data_big .tally_data_one_p4{
	width: 290px;
}
.enroll_data_small .tally_data_one_p4{
	width: 90px;
}
/*工商注册——上*/
.enroll .tall_top1{
	border-left: 5px solid #00a4e9;
}
/*工商注册模块*/
.enroll .tally_btm{
	border-top: 1px solid #00a4e9;
}
.enroll .tally_title{
	background-image: url(../../../imgs/module/index/index_10.png);
}
.enroll .tally_btm .enroll_data_big{
	width: 388px;
	height: 363px;
}
.enroll .tally_data{
	width: 1000px;
}
.enroll_data_big .tally_data_one_p3{
	font-size: 22px;
}
.enroll .tally_data_one{
	width: 242px;
	height: 163px;
	margin-top: 10px;
	margin-left: 10px;
}


/*社保模块*/
.social .tally_top .tall_top1{
	border-left: 5px solid #ff9238;

}
.social .tally_btm{
	border-top: 1px solid #ff9238;
}
#social_tally_title{
	background-image: url(../../../imgs/module/index/index_11.png);
}
/*商标*/
.brand .tally_title{
	background-image: url(../../../imgs/module/index/index_12.png);
}
.brand .tally_top .tall_top1{
	border-left: 5px solid #ff5a5d;

}
.brand .tally_btm{
	border-top: 1px solid #ff5a5d;
}
.brand .tally_title_div1,.social .tally_title_div1{
	left: 10px;
}
/*banner2---------*/
.banner2{
	width: 100%;
	min-width: 1200px;
	height: 350px;
	background-image: url(../../../imgs/module/index/index_6.jpg);
	background-size: 100% 100%;
	margin-top: 35px;
}
.banner2_conter{
	width: 1200px;
	height: 350px;
	margin: 0 auto;
}
.banner2_conter div{
	width: 260px;
	height: 100px;
	float: left;
	margin-left: 52px;
	margin-top: 215px;
}
.banner2_conter div p{
	text-align: center;
	font-size: 28px;
	color: #FFFFFF;
}
.banner2_conter div:first-child{
	margin-left: 0px;
}
.banner2_conter div p:first-child span{
	font-size: 34px;
	color: #fa4f4f;
	margin-right: 8px;
	font-weight: bold;
}
/*关于中企信恒*/
.regard {
	width: 1200px;
	margin: 0 auto;
	margin-top: 30px;
}
.regard_left_border{
	border-left: 5px solid #00a4e9;
}
/*--------*/
.regard_div2{
	width: 100%;
	height: 166px;
	border-bottom: 2px solid #00a4e9;
	position: relative;
}
.regard_div2>img{	
	position: absolute;
	bottom: 30px;
}
.regard_div2>img:nth-child(1){
	left: 110px;
}
.regard_div2>img:nth-child(2){
	left: 418px;
}
.regard_div2>img:nth-child(3){
	left: 724px;
}
.regard_div2>img:nth-child(4){
	left: 1036px;
}
.regard_triangle{
	width: 0px;
	height: 0px;
	position: absolute;
	border: 8px solid rgba(0,0,0,0);
	border-bottom: 8px solid #00a4e9;
	bottom: 0px;
	left: 138px;
}
/*------------------*/
.regard_div3{
	width: 1200px;
	height: 362px;
	position: relative;
	background-image: url(../../../imgs/module/index/index_13.png);
	background-repeat: no-repeat;
	background-position: 0px 166px;
	margin: 0 auto;
}
.regard_div3_scale{
	width: 1000px;
	height: 70px;
	position: absolute;
	top: 158px;
	left: 100px;
	overflow: hidden;
}
.regard_div3_wrap{
	width: 2000px;
	height: 70px;
	position: absolute;
	top: 0px;
	left: 0px;
}
.regard_div3_ipt_div{
	width: 22px;
	height: 22px;
	float: left;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../../../imgs/module/index/ruler_2.png);
	margin-left: 158px;
}
.regard_div3_ipt_div:first-child{
	margin-left: 40px;
	background-image: url(../../../imgs/module/index/ruler_5.png);
}
.regard_div3_wrap>div:last-child{
	margin-top: 20px;
}
.regard_div3_wrap>div:last-child>div{
	width: 61px;
	float: left;
	margin-left: 119px;
	text-align: center;
}
.regard_div3_wrap>div:last-child>div:first-child{
	margin-left: 20px;
}


.regard_div3_last,.regard_div3_next{
	position: absolute;
	top: 156px;
	width: 26px;
	height: 26px;
	background-repeat: no-repeat;
	background-position: center center;
}
.regard_div3_last{
	background-image: url(../../../imgs/module/index/ruler_3.png);
	left: 12px;
}
.regard_div3_next{
	background-image: url(../../../imgs/module/index/ruler_3_0.png);
	right: 12px;
}
.regard_div3_lastClass:hover{
	background-image: url(../../../imgs/module/index/ruler_4_0.png);
	cursor: pointer;
}
.regard_div3_nextClass:hover{
	background-image: url(../../../imgs/module/index/ruler_4.png);
	cursor: pointer;
}
.regard_popup{
	width: 328px;
	position: absolute;
	bottom: 220px;
	left: -14px;
	border: 2px solid #00a4e9;
	background-color: #FFFFFF;
}
.regard_popup .regard_popup_div1{
	position: absolute;
    bottom: -8px;
    left: 50%;
    margin-left: -8px;
    height: 0;
    width: 0;
    border-radius: 3px;
    border-top: 8px solid #00a4e9;
    border-left: 8px dashed transparent;
    border-right: 8px dashed transparent;
}
.regard_popup .regard_popup_div1:after{
	position: absolute;
	top: -9px;
	left: -6px;
    content: '';
    width: 0;
    height: 0;
    border-top: 6px solid #FFFFFF;
    border-left: 6px dashed transparent;
    border-right: 6px dashed transparent;
}
.regard_popup_div2{
	padding: 10px;
	line-height: 25px;
	text-indent: 2em;
}
/*隐藏层11111*/
.regard_hide1{
	width: 1200px;
	height: 362px;
	display: none; 
	box-sizing: border-box;
	padding: 84px 46px;
	
}
.regard_hide1 div{
	width: 277px;
	height: 97px;
	float: left;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position-y: 0px;
}
/*2*/
.regard_hide2{
	background-image: url(../../../imgs/module/index/index_17.png);
	background-position: center center;
	background-repeat: no-repeat; 
}
.regard_hide3{
	width: 1200px;
	height: 362px;
	display: none;
}
.regard_hide3_div1{
	float: left;
	margin: 0 auto;
	margin-top: 50px;
}
.regard_hide3_div1 img{
	float: left;
	margin-left: 1px;
}

