/*头部*/
body,html{background-color: #f9f9f9;}
.header{
	padding: 10px 0;
	background-color: #ffffff;
	width: 100%;
	min-width: 1170px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9;
}
.header.active{
	box-shadow: 0px 1px 5px 0px rgba(4, 0, 0, 0.14);
	-webkit-box-shadow: 0px 1px 5px 0px rgba(4, 0, 0, 0.14);
}
.header .phone{
	margin-top: 15px;
}
.header .phone_title{
	margin-left:5px;
	padding: 5px;
}
.header .phone_title h2{
	font-size: 16px;
	color: #ba1c1c;
	line-height: 20px;
}
.header .phone_title h3{
	font-size: 12px;
	color: #ba1c1c;
	line-height: 20px;
}
.header .phone .text{
	margin-left: 5px;
}
.header .phone .text p{
	font-size: 32px;
	color: #b20000;
	height: 50px;
	line-height: 50px;
}
/*导航*/
.nav_box{
	background-color: #ffffff;
	width: 100%;
	min-width: 1170px;
	padding-top: 100px;
}
.nav ul{
	background-color: #ba1c1c;
	border-radius: 8px 8px 0 0;
	overflow: hidden;
	height: 46px;
	line-height: 46px;
}
.nav ul li{
	float: left;
	width: 146.25px;
	text-align: center;
}
.nav ul li a{
	display: block;
	font-size: 13px;
	color: #ffffff;
}
.nav ul .active{
	background-color: #850404;
}
.nav ul li:hover{
	background-color: #850404;
}
/*banner*/
.banner{
	overflow: hidden;
	width: 1170px;
	position: relative;
	height: 390px;
}
.banner img{
	width: 1170px;
	height: 390px;
}
.banner .hd{
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	bottom: 10px;
	text-align: center;
}
.banner .hd ul li{
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #ba1c1c;
	margin: 0 8px;
	cursor: pointer;
}
.banner .hd ul .on{
	background-color: #ffffff;
}
/*六大优势*/
.index_title{
	margin: 15px auto;
	background-color: #ffffff;
	box-shadow: 0px 1px 5px 0px rgba(4, 0, 0, 0.14);
	-webkit-box-shadow: 0px 1px 5px 0px rgba(4, 0, 0, 0.14);
	padding-bottom: 20px;
}
.index_title h2{
	text-align: center;
	font-size: 30px;
	color: #ba1c1c;
	padding: 15px 0;
}
.index_title .line_01{
	width: 100%;
	height: 3px;
	background-color: #ba1c1c;
}
.index_title .line_02{
	width: 100%;
	height: 1px;
	background-color: #feb451;
	margin-top: 3px;
}
.advantage_content ul li{
	float: left;
	width: 378px;
	height: 227px;
	background-color: #ffffff;
	border-radius: 12px;
	box-shadow: 0px 1px 5px 0px rgba(4, 0, 0, 0.14);
	-webkit-box-shadow: 0px 1px 5px 0px rgba(4, 0, 0, 0.14);
	margin-right: 12px;
	margin-bottom: 12px;
	padding-top: 28px;
	padding-left: 35px;
	padding-right: 35px;
	cursor: pointer;
}
.advantage_content ul li:nth-child(3n+0){
	margin-right: 0;
}
.advantage_content ul li h3{
	font-size: 18px;
	color: #333333;
	line-height: 32px;
	height: 64px;
}
.advantage_content ul li p{
	font-size: 14px;
	color: #666666;
	line-height: 25px;
}
.advantage_content ul .active{
	background-color: #c60c0c;
}
.advantage_content ul .active h3{
	color: #fcff00;
}
.advantage_content ul .active p{
	color: #ffffff;
}
.advantage_content ul li:hover{
	background-color: #c60c0c;
}
.advantage_content ul li:hover h2{
	color: #fcff00;
}
.advantage_content ul li:hover h3{
	color: #fff;
}
.advantage_content ul li:hover p{
	color: #ffffff;
}
/*组织形式*/
.shape_content{
	background-color: #ffffff;
	box-shadow: 0px 1px 5px 0px rgba(4, 0, 0, 0.14);
	-webkit-box-shadow: 0px 1px 5px 0px rgba(4, 0, 0, 0.14);
	min-height: 100px;
}
.shape_content img{
	max-width: 100%;
	margin: 0 auto;
}
/*常见问题*/
.problem_content{
	background: url(../images/problem_wrap_bg.jpg)no-repeat center;
	background-size:cover;
	background-attachment: fixed;
	padding: 60px 20px 100px 20px;
	height: 580px;
	box-shadow: 0px 1px 5px 0px rgba(4, 0, 0, 0.14);
	-webkit-box-shadow: 0px 1px 5px 0px rgba(4, 0, 0, 0.14);
}
.problem_content .problem-lists{
	width: 550px;
}
.problem_content .problem-lists li{
    width: 550px;
    margin-bottom: 20px;
    border: 1px solid #baaea0;
    overflow: hidden;
}
.problem-list-visible {
    width: 550px;
    height: 50px;
    line-height: 50px;
    padding-left: 10px;
    font-size: 14px;
    color: #333333;
}
.problem-list-hover {
    display: none;
    width: 550px;
    background-color: #f0f0f0;
    padding: 14px;
    font-size: 14px;
    color: #333333;
}
/*代理记账*/
.jizheng_content{
	background-color: #ffffff;
	box-shadow: 0px 1px 5px 0px rgba(4, 0, 0, 0.14);
	-webkit-box-shadow: 0px 1px 5px 0px rgba(4, 0, 0, 0.14);
	padding:0 20px 40px 20px;
}
.jizheng_content ul{
	text-align: center;
	padding: 40px 0;
}
.jizheng_content ul li{
	display: inline-block;
	vertical-align: middle;
	height: 316px;
	background-color: #fafafa;
	padding: 22px;
	border-radius: 15px;
	color: #cdcdcd;
	margin: 0 50px;
	border: 1px solid #cdcdcd;
}
.jizheng_content ul li h2{
	text-align: center;
	font-size: 24px;
	color: #f54a23;
	padding: 10px 0;
}
.jizheng_content ul li p{
	font-size: 14px;
	color: #333333;
	width: 250px;
	text-align: left;
	line-height: 25px;
}
.jizheng_content ul li img{
	max-width: 100%;
	margin: 0 auto;
}
/*注册有限公司*/
.register_content{
	background-color: #ffffff;
	box-shadow: 0px 1px 5px 0px rgba(4, 0, 0, 0.14);
	-webkit-box-shadow: 0px 1px 5px 0px rgba(4, 0, 0, 0.14);
	padding: 40px;
}
.register_content ul li{
	text-align: center;
	margin-bottom: 20px;
	position: relative;
	width: 48%;
	display: inline-block;
	vertical-align: top;
}
.register_content ul li span{
	display: inline-block;
	vertical-align: top;
	width: 125px;
	text-align: right;
	font-size: 14px;
	height: 46px;
	line-height: 46px;
	color: #333333;
}
.register_content ul li span i{
	font-style: normal;
	color: #ff1066;
	margin-right: 2px;
}
.register_content ul li input{
	display: inline-block;
	vertical-align: middle;
	height: 46px;
	border: 1px solid #cdcdcd;
	width: 390px;
	padding: 0 20px;
}
.register_content ul li textarea{
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #cdcdcd;
	width: 390px;
	padding:8px 20px;
}
.register_content ul li .mpany{
	position: absolute;
}
.register_content ul li .select_box{
	width: 390px;
	display: inline-block;
	vertical-align: middle;
	text-align: left;
}
.register_content ul li .select_box select{
	width: 127px;
	height: 46px;
	border: 1px solid #cdcdcd;
	text-align: center;
	padding: 0 5px;
}
.register_content ul li .select_box select option{
	text-align: center;
}
.register_content .btn{
	padding: 20px 0;
}
.register_content .btn input{
	width: 160px;
	height: 50px;
	background-color: #f7841d;
	color: #ffffff;
	border-radius: 4px;
	font-size: 16px;
	display: block;
	border: none;
	margin: 0 auto;
	text-align: center;
	line-height: 50px;
}
/*我们的团队*/
.team_content{
	background-color: #ffffff;
	box-shadow: 0px 1px 5px 0px rgba(4, 0, 0, 0.14);
	-webkit-box-shadow: 0px 1px 5px 0px rgba(4, 0, 0, 0.14);
	padding: 30px 38px;
}
.team_content ul li{
	float: left;
	width: 257px;
	height: 257px;
	border: 1px dashed #baaea0;
	border-radius: 8px;
	overflow: hidden;
	margin-right: 22px;
}
.team_content ul li:nth-child(4n+0){
	margin-right: 0;
}
.team_content ul li img{
	margin: 20px auto;
}
.team_content ul li h2{
	font-size: 14px;
	color: #333333;
	text-align: center;
}
.team_content ul li a{
	display: block;
	width: 140px;
	height: 38px;
	background-color: #f7841d;
	border-radius: 4px;
	text-align: center;
	line-height: 38px;
	margin: 10px auto;
}
.team_content ul li a .icon_zx{
	background: url(../images/icon_zx.png)no-repeat center;
	width: 20px;
	height: 19px;
	display: inline-block;
	vertical-align: middle;
}
.team_content ul li a span{
	color: #ffffff;
	font-size: 14px;
}
.footer_nav{
	margin-top: 15px;
}
.footer_nav ul{
	background-color: #ba1c1c;
	overflow: hidden;
	height: 56px;
	line-height: 56px;
}
.footer_nav ul li{
	float: left;
	width: 146.25px;
	text-align: center;
	position: relative;
}
.footer_nav ul li a{
	display: block;
	font-size: 13px;
	color: #ffffff;
}
.footer_nav ul li:before{
	position: absolute;
	content: '';
	display: block;
	background: url(../images/nav_line.png)no-repeat center;
	width: 2px;
	height: 56px;
	right: 0;
	top: 0;
}
.footer_nav ul li:last-child:before{
	display: none;
}
/*底部*/
.footer{
	background-color: #25333e;
	padding: 22px 50px;
}
.footer .address{
	width: 480px;
	height: 252px;
	position: relative;
}
.footer .address:before{
	content: '';
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
	height: 252px;
	background-color: #344655;
}
.footer .address:after{
	content: '';
	display: block;
	position: absolute;
	right: 1px;
	top: 0;
	width: 1px;
	height: 252px;
	background-color: #1d2831;
}
.footer .address>h2{
	font-size: 24px;
	color: #969da2;
}
.footer .address ul li{
	position: relative;
	padding-left: 40px;
	margin-top: 20px;
}
.footer .address ul li h2{
	font-size: 14px;
	color: #969da2;
	line-height: 24px;
}
.footer .address ul li p{
	font-size: 14px;
	color: #969da2;
	line-height: 24px;
}
.footer .address ul li:before{
	content: '';
	display: block;
	background: url(../images/icon_dizi.png)no-repeat center;
	width: 34px;
	height: 34px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -17px;
}
.footer .phone_box{
	width: 540px;
}
.footer .phone_box .ewm_box{
	margin-top: 40px;
}
.footer .phone_box .ewm_box img{
	width: 150px;
	height: 150px;
}
.footer .phone_box .ewm_box p{
	text-align: center;
	font-size: 18px;
	color: #969da2;
	padding: 10px 0;
}
.footer .phone_box .phone_con ul li{
	margin-top: 30px;
}
.footer .phone_box .phone_con ul li img{
	display: inline-block;
	vertical-align: middle;
}
.footer .phone_box .phone_con ul li .text{
	display: inline-block;
	vertical-align: middle;
	margin-left: 15px;
}
.footer .phone_box .phone_con ul li .text p{
	font-size: 14px;
	color: #969da2;
	line-height: 18px;
}
.footer .banquan{
	text-align: center;
	margin-top: 20px;
}
.footer .banquan p{
	font-size: 14px;
	color: #969da2;
	line-height: 18px;
}
.jiexi_content{
	background-color: #ffffff;
	box-shadow: 0px 1px 5px 0px rgba(4, 0, 0, 0.14);
	-webkit-box-shadow: 0px 1px 5px 0px rgba(4, 0, 0, 0.14);
	padding: 20px 50px;
}
.jiexi_content table{
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #c9c9c9;
	margin-bottom: 20px;
}
.jiexi_content table tr th{
	text-align: center;
	border: 1px solid #c9c9c9;
	font-size: 14px;
	color: #000000;
	line-height: 18px;
	font-weight: normal;
	padding: 16px;
}
.jiexi_content table tr th span{
	color: #ff0000;
}
.jiexi_content table tr td{
	text-align: center;
	border: 1px solid #c9c9c9;
	font-size: 14px;
	line-height: 21px;
	color: #000000;
	padding: 10px;
}
.jiexi_content table tr td .red{
	color: #ff0000;
}
.jiexi_content table tr th h2{
	color: #ff0000;
	text-align: left;
	font-size: 18px;
}
/*服务*/
.fuwu_content{
	padding: 30px 71px;
	background-color: #ffffff;
	box-shadow: 0px 1px 5px 0px rgba(4, 0, 0, 0.14);
	-webkit-box-shadow: 0px 1px 5px 0px rgba(4, 0, 0, 0.14);
}
.fuwu_content ul{
	border-left: 1px solid #c9c9c9;
	border-top: 1px solid #c9c9c9;
	border-right: 1px solid #c9c9c9;
}
.fuwu_content ul li{
	float: left;
	width: 342px;
	height: 160px;
	border-right: 1px solid #c9c9c9;
	border-bottom: 1px solid #c9c9c9;
}
.fuwu_content ul li:nth-child(3n+0){
	border-right: none;
}
.fuwu_content ul li img{
	width: 100px;
	height: 100px;
	margin: 10px auto;
}
.fuwu_content ul li p{
	text-align: center;
	font-size: 14px;
	color: #000000;
}
.group_content{
	padding: 30px 40px;
	background-color: #ffffff;
	box-shadow: 0px 1px 5px 0px rgba(4, 0, 0, 0.14);
	-webkit-box-shadow: 0px 1px 5px 0px rgba(4, 0, 0, 0.14);
}
.group_content .content{
	border: 1px solid #dcdcdc;
}
.group_content .content .thumbnail{
	padding: 30px 70px 70px 70px;
	border-right: 1px solid #dcdcdc;
}
.group_content .content .text{
	padding:0 40px;
}
.group_content .content .text p{
	font-size: 14px;
	color: #000000;
	line-height: 24px;
}
/*记账流程*/
.jzlc_content dl dt{
	width: 290px;
	height: 280px;
	float: left;
	background-color: #ffffff;
	border-top: 5px solid #22c67f;
	padding: 60px 50px;
}
.jzlc_content dl h2{
	font-size: 18px;
	color: #000000;
	line-height: 24px;
}
.jzlc_content dl h2 span{
	font-size: 18px;
	color: #27a6ff;
}
.jzlc_content dl p{
	font-size: 14px;
	color: #666666;
	line-height: 22px;
	padding-top: 10px;
}
.jzlc_content dl dd{
	width: 275px;
	height: 130px;
	float: left;
	background-color: #ffffff;
	border-top: 5px solid #549afc;
	padding: 25px;
	margin-bottom:20px;
	margin-left: 18px;
}
.jzlc_content dl dd:nth-child(3),.jzlc_content dl dd:nth-child(6){
	border-top: 5px solid #f83c45;
}
.jzlc_content dl dd:nth-child(4),.jzlc_content dl dd:nth-child(7){
	border-top: 5px solid #f4bc22;
}
.wenti_content{
	background-color: #ffffff;
	padding: 20px 0;
}
.wenti_content ul li{
	float: left;
	width: 33.33%;
	text-align: center;
}
.wenti_content ul li img{
	margin: 20px auto;
}
.wenti_content ul li h2{
	font-size: 24px;
	color: #333333;
	padding-bottom: 15px;
}
.wenti_content ul li p{
	font-size: 14px;
	color: #999999;
	line-height: 24px;
}
.leixing{
	text-align: left;
}
.leixing ul li{
	float: left;
	width: 49%;
	border: 1px solid #eeeeee;
	border-radius: 5px;
	padding:15px;
	margin-right: 2%;
	text-align: left;
	cursor: pointer;
}
.leixing ul li:last-child{
	margin-right: 0;
}
.leixing ul li h2{
    text-align: center;
    font-size: 22px;
    color: #333333;
    font-weight: 500;
    margin-bottom: 25px;
}
.leixing ul li .acc_item{
    margin-top: 14px;
    height: 20px;
    line-height: 20px;	
}
.leixing ul li .acc_item i{
    display: inline-block;
    width: 10%;
    height: 20px;
    vertical-align: top;	
}
.leixing ul li .acc_item label{
    display: inline-block;
    font-size: 14px;
    color: #999999;
    width: 50%;
    height: 20px;
    line-height: 20px;
    vertical-align: top;
}
.leixing ul li .acc_item h4{
	display: inline-block;
    font-size: 14px;
    color: #333333;
    width: 28%;
    text-align: right;
    font-weight: 500;
}
.i_h {
    background: url(../images/acc_h1.png)no-repeat center center;
    background-size: 14px 15.5px;
}
.i_p {
    background: url(../images/acc_p1.png)no-repeat center center;
    background-size: 14.5px 15.5px;
}
.leixing ul .on{
    border: 1px solid #2291f6;
    -moz-box-shadow: 0px 0px 15px #bddcff;
    -webkit-box-shadow: 0px 0px 15px #bddcff;
    box-shadow: 0px 0px 15px #bddcff;
    background: url(../images/acc_selected.png)no-repeat right bottom;
    background-size: 18px 15px;	
}
.leixing ul .on .i_p {
    background: url(../images/acc_p.png)no-repeat center center;
    background-size: 14.5px 15.5px;
}
.leixing ul .on .i_h{
    background: url(../images/acc_h.png)no-repeat center center;
    background-size: 14px 15.5px;
}
.about_content{
	padding: 30px;
	background-color: #ffffff;
	box-shadow: 0px 1px 5px 0px rgba(4, 0, 0, 0.14);
	-webkit-box-shadow: 0px 1px 5px 0px rgba(4, 0, 0, 0.14);
}
.about_content .thumbnail{
	float: left;
	margin-right: 20px;
}
.about_content p{
	font-size: 14px;
	color: #333333;
	line-height: 30px;
	text-indent: 30px;
}
.about_content h2{
	font-size: 18px;
	font-weight: bold;
	line-height: 35px;
}
.jizheng_content{
	padding: 30px 120px;
	overflow:hidden;
}
.jizheng_content .container{
	float: left;
}
.jizheng_content .thumbnail{
	float: right;
}
.kzf-mod-product-list {
	margin-bottom: 20px;
}
.kzf-mod-product-list-title {
    color: #333;
    font-size: 18px;
}
.kzf-mod-product-list p {
    line-height: 2;
    color: #818181;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    padding-left: 10px;
    padding-right: 20px;
    text-align: left;
}
.kzf-mod-product-list img {
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    position: relative;
    top: 0;
    display: inline-block;
    vertical-align: middle;
}
.jizheng_content .thumbnail{
	margin-top:20px;
}
.leixing .bd .text{
	padding: 5px 10px;
    background-color: #f4f9ff;
    color: #1e80d9;
    font-size: 14px;
    line-height: 25px;
    position: relative;	
}
.lexing_box>h2{
    width: 125px;
    text-align: right;
    font-size: 14px;
    height: 46px;
    line-height: 46px;
    color: #333333;
}
.lexing_box h2 i{
    font-style: normal;
    color: #ff1066;
    margin-right: 2px;	
}
.jz_register ul li span{
	display: block;
	text-align: left;
}
.jz_register ul li{
	float: left;
	width: 49%;
	margin-right: 2%;
	margin-bottom: 0;
}
.jz_register ul li:nth-child(2n+0){
	margin-right: 0;
}
.jz_register ul li input{
	width: 100%;
	display: block;
}
.jz_register ul li .select_box{
	width: 100%;
	margin-bottom: 20px;
}
.jz_register ul li .select_box select{
	width: 175px;
}
