@charset "utf-8";
/**/

.Gwidth{
    width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.Gtitle{
	text-align: center;
	font-size: 36px;
	font-weight: 400;
	color: #333333;
}
.Gtitle h3{
	font-size: 36px;
}
.Gtitle pre{
	color: #999;
	font-size: 16px;
	line-height: 1.5em;
	margin: 0;
	margin-top: 20px;
}

.Gtitle p{
	color: #999;
	font-size: 16px;
	line-height: 1.5em;
	margin: 0;
	margin-top: 20px;
}


.zc_service{
    padding: 62px 0 100px 0;
    background: url("../img/neiye/zhucebg.jpg")left bottom no-repeat;
}
.zc_service .Gtitle p{
    margin-top: 20px;
}
.zc_service .cont{
    background-color: #fff;
    padding: 30px 35px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}
.zc_service .cont .item{
    width: 348px;
    text-align: center;
    
}
.zc_service .cont .item:hover img{
    transform: scale(1.1);
}
.zc_service .cont .item .img{
    width: 100%;
    height: 264px;
    overflow: hidden;
}
.zc_service .cont .item img{
    width: 100%;
    height: 100%;
    transition: .35s;
}
.zc_service .cont .item h3{
    font-size: 18px;
    color:#333;
    margin:15px 0 8px 0;
}
.zc_service .cont .item p{
    font-size: 14px;
    color:#999;
}
/**/


/*流程*/
.process{
    height: 619px;
    background:url(../img/neiye/lc.png)center/cover no-repeat;
    position: relative;
    padding-top: 180px;
    box-sizing: border-box;
}
.process::after{
    content: '';
    background: url(../img/neiye/jt.png)center/cover no-repeat;
    width: 55px;
    height: 55px;
    position: absolute;
    left: calc(50% - 27px);
    top:76px;
}
.process .Gtitle pre{
    margin-top: 21px;
}
.process .cont{
    position: relative;
    height: 410px;
}
.process .cont .item{
    width: 170px;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}
.process .cont .item .img{
    width: 124px;
    height: 124px;
}
.process .cont .item .img{
    width: 100%;
}
.process .cont .item p{
    font-size:24px;
    margin-bottom: 15px;
}
.process .cont .item:nth-child(2n){
    flex-direction: column-reverse
}
.process .cont .item:nth-child(2n) p{
    margin-bottom: 0;
    margin-top: 15px;
}
.process .cont .item{ position: absolute; left: 15px;  bottom: 153px;}
.process .cont .item:nth-child(2){ left: 345px bottom: 68px;}
.process .cont .item:nth-child(3){ left: 704px;  bottom: 155px;}
.process .cont .item:nth-child(4){ left: 1047px; bottom: 63px;}



/*代理记账流程*/
.jzlc{ background: none; padding-top: 62px;}
.jzlc .cont{ background: url("../img/neiye/xian.png")center/cover no-repeat;}
.jzlc .cont .item {display: flex; justify-content: center; width: 25%;}
.jzlc .cont .item .img {  position: absolute; left: 0; bottom: 0; transition: .35s;}
.jzlc .cont .item .img img { display:inline;}



/*代理记账流程*/

.jzlc form{
    display: flex;
    justify-content: content;
    width: 302px;
    margin: 0 auto;
}
.jzlc::after{
    content:'';
    background: none;

}

.jzlc .cont .item p{
    margin-bottom: 10px;
}
.jzlc .cont .item span {
    font-size: 14px;
    margin-bottom: 15px;
    /*white-space: nowrap;*/
    height: 48px;
    display: block;
}

.jzlc .cont .item:nth-child(2n) p{
    margin-top: 25px;
}
.jzlc .cont .item {
    position: absolute;
    left: 10px;
    bottom: 125px;
    height: 234px;
}
.gszc .cont .item{
    height: 200px;
}
.gszc .cont .item span{
    height: auto;
}

.jzlc .cont .item:hover .img{ transform: rotate(360deg);}

.jzlc .cont .item:nth-child(2n) .img{  position: absolute; left: 0; bottom: auto; top:0;}
.jzlc .cont .item:nth-child(2n) .title{  position: absolute;  left: 0; bottom:-20px; width: 100%;}
.jzlc .cont .item img{ max-width:100%;}
.jzlc .cont .item:nth-child(2) { left: 307px; bottom: 22px;}
.jzlc .cont .item:nth-child(3) { left: 601px; bottom: 125px;}
.jzlc .cont .item:nth-child(4) { left: 906px;   bottom: 22px;}

.jzlc form{ display: flex; justify-content: center;}
.jzlc form .tel{ width: 200px; height: 28px; border: 1px solid #b30000;}
.jzlc form .tel input{
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.jzlc form button{
    width: 100px;
    height: 30px;
    background-color: #b30000;
    color: #fff;
    margin-left: 10px;
    border: 0;
}


.gszc .cont .item {bottom: 127px;}
.gszc .cont .item:nth-child(2) {  bottom: 62px;}
.gszc .cont .item:nth-child(3) { bottom: 125px;}
.gszc .cont .item:nth-child(4) { bottom: 62px;}



/**/
.material { background-color: #f0f0f0; padding: 62px 0 93px 0;}
.material .Gtitle p {
    margin-top: 20px;
}
.material .cont{
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    padding: 0 40px;
    box-sizing: border-box;
}
.material .item{
    width: 346.8px;
    height: 266px;
    background-color: #fff;
    transition: .35s;
}
.material .item:hover{
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
.material .item .img{
    width: 124px;
    height: 124px;
    border-radius: 50%;
    overflow: hidden;
    margin:34px auto 26px auto
}
.material .item .img img{
    width: 100%;
    height: 100%;
}
.material .item p{
    font-size: 16px;
    color:#666;
    text-align: center;
}

/*注册完成需要*/
.zc_need{
    padding-top: 62px; padding-bottom:50px;
}
.zc_need .Gtitle pre{
    margin-top: 20px;
}
.zc_need .cont {
    display: flex;
    justify-content: space-between;
    margin-top: 58px;
}
.zc_need .cont .item{
    padding: 42px 13px 20px 13px;
    background-color: #f0f0f0;
    width: 228px;
    box-sizing: border-box;
}
.zc_need .cont .item .img{
    width: 122px;
    height: 122px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
}
.zc_need .cont .item .img img{
    width: 100%;
    height: 100%;
}
.zc_need .cont .item h3{
    font-size: 18px;
    color:#333;
    margin:34px auto 20px auto;
    text-align: center;
}
.zc_need .cont .item p{
    font-size: 14px;
    color:#333;
    line-height: 24px;
}


.part { width: 100%; height: auto;  position: relative; clear: both; padding-bottom:40px; background:#f0f0f0; padding-top:50px;}
.part .question{width:100%;margin-bottom:15px;padding-bottom:20px}
.part .question .item{width:100%;height:auto;border-bottom:1px dashed #d5d5d5;padding:10px 0}
.part .question .item p.q{ text-align:left;font-size:16px;line-height:50px;font-weight:700;color:#0099E5}
.part .question .item p.q a{color:#0099E5; font-size:18px; font-weight:bold; }
.part .question .item p.q a:hover{text-decoration:underline}
.part .question .item p.a{text-align:left;font-size:16px;line-height:30px}



.part .btn_more a {
	display:block; margin:0 auto; text-align:center; 
    border-radius: 4px;
    width: 180px;
    height: 40px;
    line-height: 40px;
    bottom: 44px;
    background: #fc670d;
    color: #fff;
    font-size: 16px
}
.part .btn_more a:hover { background: #e75700}




/*********************************代理记账*********************************/
.dl_service { padding-top:40px;}
/*优势*/
.advantage{
    padding-top: 62px;
}
.advantage .Gtitle pre{
    margin-top: 20px;
}
.advantage .cont{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 60px;
}
.advantage .cont .item{
    padding: 35px 42px;
    box-sizing: border-box;
    background-color: #f0f0f0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 465.6px;
    min-width: 348px;
    transition: .35s;
    margin-bottom: 20px;
}
.advantage .cont .item .left{
    width: 248px;
}
.advantage .cont .item .right{
    width: 130.8px;
    margin-left: 6px;
}
.advantage .cont .item .left h3{
    font-size: 24px;
    color: #333333;
    position: relative;
    margin-bottom: 67px;
}
.advantage .cont .item .left h3::after{
    content: '';
    width: 27px;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -24px;
    background-color: #b30000;
    transition: .35s;
}
.advantage .cont .item:hover{
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
.advantage .cont .item:hover .left h3::after{
    width: 100%;
}
.advantage .cont .item .left p{
    font-size: 14px;
    color: #999;
}



/*********************************公司变更*********************************/

/*公司变更*/
.change{
    padding-top: 82px;
}
.change .Gtitle pre{
    margin-top: 20px;
}
.change .cont{
    height: 400px;
    position: relative;
    margin-top: 120px;
	/*transform: translateX(60px);*/
}

.change .cont ul{
    width: 1200px;
    padding-left: 260px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    background-color: #f0f0f0;
}
.change .cont ul li{
    box-sizing: border-box;
    padding: 40px 12px 72px 12px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    position: relative;
    width: 235px;
    
}

.change .cont ul li:nth-child(4){
    border-right: 0;
}
.change .cont ul li:nth-child(8){
    border-right: 0;
    border-bottom: 0;

}
.change .cont ul li:nth-child(7){
    border-bottom: 0;
}
.change .cont ul li:nth-child(6){
    border-bottom: 0;
}
.change .cont ul li:nth-child(5){
    border-bottom: 0;
}

.change .cont ul li .top{
    display: flex;
    align-items: center;
}
.change .cont ul li .btm{
    width: 100%;
    background-color: #b30000;
    line-height: 40px;
    text-align: center;
    color: #fff;
    position: absolute;
    left: 0;
    bottom:0;
    opacity: 0;
    transition: .35s;
}
.change .cont ul li:hover .btm{
    opacity: 1;
}
.change .cont ul li .top .img{
    width: 74px;
    height: 86px;
}
.zzsp li .top .img{
    width: 47px!important;
    height: 47px!important;
}
.zzsp li .top .des p:nth-child(1) {
    font-size: 20px!important;
}
.change .cont ul li .top .img img{
    width: 100%;
}
.change .cont ul li .top .des{
    margin-left: 22px;
    width: 110px;
    min-height: 72px;
}
.zzsp li .top .des {
    width: 140px!important;
}
.change .cont ul li .top .des p:nth-child(1){
    font-size: 16px;
    color: #333;
    font-weight: bold;
}
.change .cont ul li .top .des p:nth-child(2){
    font-size: 14px;
    color: #999;
    line-height: 24px;
}
.change .cont ul li:hover .top .des p{
    color: #b30000;
}
.change .cont .left{
    width: 320px;
    height: 380px;
    position: absolute;
    left:-60px;
    bottom:60px;
    background: url("../img/neiye/gsbg.png")left center no-repeat;
    padding: 58px 32px 0 32px;
    box-sizing: border-box;
}
.change .cont .left .title{
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 40px;
    color:#fff;
}
.change .cont .left pre{
    font-size: 14px;
    line-height: 30px;
    color:#fff;
}
.change .cont .left a{
    width: 248px;
    height: 44px;
    color:#fff;
    border: 1px solid #fff;
    border-radius: 3px;
    display: block;
    text-align: center;
    line-height: 44px;
}
/*服务流程*/
.service_process{
    margin-top: 82px;
    background-color: #eee;
    padding-top: 82px;
}
.service_process .Gtitle pre{
    margin-top: 20px;
}
.service_process .cont{
    display: flex;
    justify-content: space-between;
    padding: 60px 0 80px 0;
}
.service_process .item{
    width: 140px;
    text-align: center;
    position: relative;
}
.zzsp .item{
    width:128px;
}

.service_process .item .img{
    width: 100%;
    height: 140px;
}
.service_process .item .img img{
    width: 100%;
}
.service_process .item p{
    font-size: 24px;
    margin-top: 20px;
}
.service_process .item::before{
    content:'';
    background: url("../img/neiye/bgjt.png") left center no-repeat;
    background-size: 85px 32px;
    width: 116px;
    height: 44px;
    position: absolute;
    right: -134px;
    top:54px;
}
.zzsp .item::before{
    right: -112px;
    top: 45px;
}
.service_process .item:last-child::before{
    background: none;
}
.zzsp .item p{
   /* font-size: 18px;*/
}
.service_process form{
    display: flex;
    justify-content: center;
    padding-bottom: 80px;

}
.service_process form .tel{
    width: 200px;
    height: 28px;
    border: 1px solid #b30000;
}
.service_process form .tel input{
    width: 100%;
    height: 100%; 
    box-sizing: border-box;
    padding-left: 12px;
}
.service_process form button{
    width: 100px;
    height: 30px;
    background-color: #b30000;
    border: none;
    margin-left: 10px;
    color:#fff;
}
/*准备资料*/
.data{
    padding-top: 82px; background:#fff;
}
.data .cont{
    display:flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 82px;
}

.data .cont img{ max-width: 100%;}
.data .cont .left ol>li{
	margin-top: 16px;
	font-size: 24px;
	color: #333;
}
.data .cont .left ol>li em{
	display: inline-block;
	width: 34px;
	line-height: 34px;
	margin-right: 32px;
	border:3px solid #b30000;
	font-style: normal;
	font-size: 20px;
	text-align: center;
	color: #b30000;
	border-radius: 50%;
}

.data .cont .left ol>li span {display: inline-block; width: 34px; line-height: 34px; margin-right: 22px; border: 3px solid rgb(179, 0, 0); font-size: 20px; text-align: center; color: rgb(179, 0, 0); border-radius: 50%; }
.data .cont .left ol>li p { font-size:24px;}

/*变更需要*/
.bgneed { padding-top:40px; padding-bottom:40px;}


.bgneed .Gtitle pre{
    margin-top: 20px;
    margin-bottom: 10px;
}
.bgneed .cont{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.bgneed .cont .item{
    width: 348px;
    text-align: center;
    margin-top: 30px;
    padding-bottom: 10px;
}
.bgneed .cont .item .img{
    width: 100%;
    height: 227px;
    overflow: hidden;

}
.bgneed .cont .item img{
    max-width: 100%;
    transition: .35s;
}
.bgneed .cont .item h3{
    font-size: 18px;
    color:#333;
    margin: 12px 0 5px 0;
}
.bgneed .cont .item p{
    font-size: 14px;
    color: #999;
	padding-bottom:6px;
}
.bgneed .cont .item:hover img{
    transform: scale(1.1);
}
.bgneed .cont .item:hover{
    background-color: #f0f0f0;
}




/*资质审批服务流程*/
.service_process{
    margin-top: 82px;
    background-color: #eee;
    padding-top: 82px;
}
.service_process .Gtitle pre{
    margin-top: 20px;
}
.service_process .cont{
    display: flex;
    justify-content: space-between;
    padding: 60px 0 80px 0;
}
.service_process .item{
    width: 140px;
    text-align: center;
    position: relative;
}
.zzsp .item{
    width:128px;
}

.service_process .item .img{
    width: 100%;
    height: 140px;
}
.service_process .item .img img{
    width: 100%;
}
.service_process .item p{
    font-size: 24px;
    margin-top: 20px;
}
.service_process .item::before{
    content:'';
    background: url("../img/neiye/bgjt.png") left center no-repeat;
    background-size: 85px 32px;
    width: 116px;
    height: 44px;
    position: absolute;
    right: -134px;
    top:54px;
}
.zzsp .item::before{
    right: -112px;
    top: 45px;
}
.service_process .item:last-child::before{
    background: none;
}
.zzsp .item p{
   /* font-size: 18px;*/
}
.service_process form{
    display: flex;
    justify-content: center;
    padding-bottom: 80px;

}
.service_process form .tel{
    width: 200px;
    height: 28px;
    border: 1px solid #b30000;
}
.service_process form .tel input{
    width: 100%;
    height: 100%; 
    box-sizing: border-box;
    padding-left: 12px;
}
.service_process form button{
    width: 100px;
    height: 30px;
    background-color: #b30000;
    border: none;
    margin-left: 10px;
    color:#fff;
}


/*需要服务*/
.zzdb_need{
    padding-top: 62px;
}
.zzdb_need .Gtitle pre{
    margin-top: 20px;
}
.zzdb_need .cont{
    display: flex;
    justify-content: space-between;
    margin-top: 62px;
    margin-bottom: 82px;
}
.zzdb_need .cont .item{
    width: 156px;
}
.zzdb_need .cont .item .img{
    width: 123px;
    height: 123px;
    overflow: hidden;
    border-radius: 50%;
    margin: 0 auto;
}
.zzdb_need .cont .item .img img{
    width: 100%;
    height: 100%;
	object-fit: cover;
}
.zzdb_need .cont .item .title{
    margin-top: 33px;
    font-size: 18px;
    color:#333;
    text-align: center;
}
.zzdb_need .cont .item .des{
    margin-top: 14px;
    font-size: 14px;
    line-height: 24px;
    color:#999;
}


.programme{
	position: relative;
	margin-top: 84px;
	margin-bottom: 115px;
	text-align: center;
}

.programme .center img { display:block; margin:0 auto;}


.programme .bubble{
  position: absolute;
  box-sizing: border-box;
  width: 246px;
  height: 146px;
  padding-top: 36px;
  padding-left: 36px;
  text-align: left;
  color: #fff;
  border-radius: 10px;
}
.programme .title{
	font-size: 24px;
	color: #fff;
}
.programme .desc{
	margin-top: 16px;
	margin-left: 22px;
	font-size: 14px;
	color: #ebebeb;
}
.programme .bubble1-color{
	top: -20px;
	left: 100px;
	background: #6fe6aa;
}
.programme .bubble2-color{
	top: 155px;
	left: 60px;
	background: #a35ef6;
}
.programme .bubble3-color{
	bottom: 5px;
    left: 127px;
    background: #5fbcf0;
}
.programme .bubble4-color{
	top: -35px;
    right: 145px;
    background: #e45c53;
}
.programme .bubble5-color{
	top: 128px;
    right: 60px;
    background: #729eff;
}
.programme .bubble6-color{
	bottom: 44px;
    right: 104px;
    background: #faa152;
}
.programme .bubble1-color::after{
	left:100%;border-color:transparent;border-left-width:18px;border-left-color:currentColor;color:#6fe6aa;
}
.programme .bubble2-color::after{
	left:100%;border-color:transparent;border-left-width:18px;border-left-color:currentColor;color:#a35ef6;
}
.programme .bubble3-color::after{
	left:100%;border-color:transparent;border-left-width:18px;border-left-color:currentColor;color:#5fbcf0;
}
.programme .bubble4-color::after{
	right:100%;border-color:transparent;border-right-width:18px;border-right-color:currentColor;color:#e45c53;
}
.programme .bubble5-color::after{
	right:100%;border-color:transparent;border-right-width:18px;border-right-color:currentColor;color:#729eff;
}
.programme .bubble6-color::after{
	right:100%;border-color:transparent;border-right-width:18px;border-right-color:currentColor;color:#faa152;
}
.programme .bubble::after{content:'';position:absolute;bottom:60px;width:0;height:0;border-width:10px;border-style:solid;}


.serve-need{  padding-top: 50px; padding-bottom:50px;}
.serve-need ul{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.serve-need ul>li{
	box-sizing: border-box;
	flex:1;
	height: 310px;
	padding-top: 35px;
	margin-top: 40px;
	margin-bottom: 26px;
	margin-right: 50px;
	text-align: center;
	border:1px solid #C9C9C9;
	cursor: pointer;
}
.serve-need ul>li:nth-child(3n){
	margin-right: 0;
}
.serve-need ul>li .img{
	margin-bottom: 68px;
}
.serve-need ul>li .img img{
	width: 88px;
	height: auto;
}
.serve-need ul>li .text{
	margin-bottom: 18px;
	font-size: 18px;
	color:#333;
}
.serve-need ul>li .desc{
	font-size: 14px;
	color:#999;
}
.serve-need ul>li:hover{
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
	border: none;
}


.sc-need ul>li .img,.zz-need ul>li .img{
	margin-bottom: 28px;
}
.sc-need ul>li:nth-child(3n),.zz-need ul>li:nth-child(3n){
	margin-right: 30px;
}



.zz-need{
	position: relative;
	box-sizing: border-box;
}

.zz-need ul>li{
	box-sizing: border-box;
	flex:1;
	height: 300px;
	padding-top: 38px;
	padding-left: 30px;
	padding-right: 30px;
	margin-top: 40px;
	margin-bottom: 36px;
	margin-right: 30px;
	background: #fff;
	text-align: center;
}
.zz-need .background{
	position: absolute;
	top: 0;
	z-index: -1;
	width: 100%;
	height: auto;
}

#zzHeight ul>li:last-child {  margin-right: 0;}




/*商标专利*/
.trade-serve{
	margin: 62px 0;
}
.trade-serve .service { padding-top:30px;}

.trade-serve .service .block-left{
	box-sizing: border-box;
	width: 376.6px;
	height: 490px;
	padding-top: 48px;
	padding-left: 60px;
	padding-right: 60px;
	background: #fff;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
.trade-serve .service .title{
	margin-bottom: 18px;
	font-size: 24px;
	color: #333;
}
.trade-serve .service .desc{
	font-size: 14px;
	color: #666;
}
.trade-serve .service a{
	padding: 10px 35px;
	background: none;
	border:1px solid #B4B4B4;
	font-size: 16px;
	color: #999;
	border-radius: 5px;
	cursor: pointer;
	float: left;
	
}
.trade-serve .block-left .img{
	width: 100%;
	margin-top: 84px;
	text-align: right;
}
.trade-serve .block-right{
	box-sizing: border-box;
	width: 800.2px;
}
.trade-serve .block-right .top{
	box-sizing: border-box;
	width: 100%;
	height: 234px;
	padding-top: 48px;
	padding-left: 60px;
	padding-right: 20px; 
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
.trade-serve .block-right .top a{
    margin-top: 25px;
}
.trade-serve .block-right .top .l{
	width: 70%;
}
.trade-serve .block-right .top .l a{
	margin-top: 28px;
}
.trade-serve .block-right .bottom{
	margin-top: 23px;
}
.trade-serve .block-right .bottom .left,.trade-serve .block-right .bottom .right{
	position: relative;
	box-sizing: border-box;
	width: 48.5%;
	height: 234px;
	padding-top: 48px;
	padding-left: 26px;
	padding-right: 20px; 
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
.trade-serve .block-right .bottom .left a,.trade-serve .block-right .bottom .right a{
	margin-top: 25px;
	float: left;
}
.trade-serve .block-right .bottom .right .r{
	position: absolute;
	right: 20px;
}
.trade-serve .service .left:hover img {
    transform: scale(1);
}


.trade-serve2{
	background:url("../img/neiye/sbzlbg.jpg") left top no-repeat;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	padding-top: 42px;
	padding-bottom:42px;
}
.trade-serve2 .background{
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: auto;
}
.trade-serve2 h3,.trade-serve2 pre{
	color: #fff;
}
.trade-serve2 .title{
	margin-bottom: 25px;
	text-align:center;
	font-size: 24px;
	color: #fff;
}
.trade-serve2 .row{
	margin-bottom: 50px;
}
.tag-wrapper { text-align:center;}
.trade-serve2 ul>li{
	display: inline-block;
	text-align:center;
	padding: 15px 20px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 20px;
	background:#fff;
	border: 1px solid #fff;
	font-size: 16px;
	font-weight:bold;
	border-radius: 5px;
}
.trade-serve2 .tabbox {
	display:none;
}
.trade-serve2 .tab {
	margin: 58px auto;
	width:912px;
	overflow:hidden;
}
.trade-serve2 .tab li {
	font-size:24px;
	float:left;
	width:228px;
	height:72px;
	background:#D2D2D2;
	color:#333;
	text-align:center;
	line-height:72px;
	cursor:pointer;
}


.trade-serve2 .on {display:block;}
.tab li.cur {  background: #fff;}


/*需要服务*/
.sbzl_need{
    padding-top: 62px;
}
.sbzl_need .Gtitle pre{
    margin-top: 20px;
}
.sbzl_need .cont{
    display: flex;
    justify-content: space-between;
    margin-top: 62px;
    margin-bottom: 82px;
}

.sbzl_need .item {
	padding:20px; width:180px;
	margin-left:10px; margin-right:10px;
    padding-bottom: 20px;
    background: #f0f0f0;
    border-radius: 10px;
    transition: .35s;
}

.sbzl_need .cont .item .img{
    width: 123px;
    height: 123px;
    overflow: hidden;
    border-radius: 50%;
    margin: 0 auto;
}
.sbzl_need .cont .item .img img{
    width: 100%;
    height: 100%;
	object-fit: cover;
}
.sbzl_need .cont .item .title{
    margin-top: 33px;
    font-size: 18px;
    color:#333;
    text-align: center;
}
.sbzl_need .cont .item .des{
    margin-top: 14px;
    font-size: 14px;
    line-height: 24px;
    color:#999;
}




.s-process .cont .item { bottom: 105px;}
.s-process .cont .item:nth-child(3) {  bottom: 105px;}



/*税收筹划*/
.revenue-wrapper{
	margin-top: 82px;
	padding-bottom: 120px;
}
.revenue-wrapper .revenue{
	display: flex;
	margin-top: 38px;
	background-color: #fff;
	padding:0 56px 62px 56px;
}
.revenue-wrapper .revenue .item{
	position: relative;
	box-sizing: border-box;
	flex:1;
	height: 262px;
	padding-top: 36px;
	padding-left: 36px;
	padding-right: 10px;
	margin-right: 50px;
	transition: .35s;
}
.revenue-wrapper .revenue .item:hover{
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.revenue-wrapper .revenue .item .text{
	font-size: 14px;
	color: #333;
}
.revenue-wrapper .revenue .item:last-child{
	margin-right: 0;
}
.revenue-wrapper .revenue .item.green{
	background: #61c995;
}
.revenue-wrapper .revenue .item.purple{
	background: #b481c9;
}
.revenue-wrapper .revenue .item.blue{
	background: #0190ca;
}
.revenue-wrapper .revenue .item .img{
	position: absolute;
	bottom: 0;
	width: 100%;
	margin-left: -36px;
	text-align: center;
}