@charset "utf-8";

/*头部*/
header{
    padding: 30px 0;
    
}
header .cont{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header .logo{
    display: flex;
    align-items: center;
    font-size: 16px;
}
header .logo .left{
    margin-right: 38px;
}
header .logo .right{
    color: #666;
}
header nav ul{
    display: flex;
}
header nav ul li{
    margin-left: 28px;
}
header nav ul li.active a{
    color:#b30000;
}
header nav ul li:hover a{
    color:#b30000;
}
header nav ul li a{
    font-size: 18px;
}
/*banner*/
.banner{
    position: relative;
    z-index: 2;
}
.banner .btn{
    height: 726px;
    position: absolute;
    left: calc(50% - 600px);
    top: 0;
}
.banner .banner_btn{
    right:0px;
    width: 16px;
    top:40%
}
.banner .banner_btn span{
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: block;
    margin-bottom: 25px;
} 
.banner .swiper-pagination-bullet{
    background: #fff;
    opacity: 1;
}
.banner .swiper-pagination-bullet-active{
    background:#b30000;
}
.banner .swiper-button-next,.banner .swiper-button-prev{
    width: 20px;
    height: 12px;
    background: url(../images/prev.png)center/cover no-repeat;
}
.banner .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    top:65%;
    right: 0px;
    background: url(../images/next.png)center/cover no-repeat;
}
.banner .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    left: 1180px;
    top:37%
}
/*服务*/
.service{
    padding-top: 96px;
}
.service .cont>div{
    height: 494px;
}
.service .cont{
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}
.service .cont img{
    width: 100%;
    height: 100%;
    transition: 0.35s;
}
.service .cont .left{
    width: 379.2px;
    
}
.service .img{
    overflow: hidden;
}
.service .left:hover img{
    transform: scale(1.2);
}
.service .center .top:hover img{
    transform: scale(1.2);
}
.service .center .item:hover img{
    transform: scale(1.2);
}
.service .cont .center{
    width: 393.6px;
}
.service .cont .left .img{
    width: 100%;
    height: 370px;
}
.service .cont .left .title{
    padding: 26px 22px;
    background-color: #f0f0f0;
    height: 124px;
    box-sizing: border-box;
}
.service .cont .left .title h3{
    font-size: 24px;
    color: #040000;
    margin-bottom: 20px;
}
.service .cont .left .title .des{
    font-size: 14px;
    color:#666
}
.service .cont .center .img{
    height: 138px;
    overflow: hidden;
}
.service .cont .center .top .title{
    height: 98px;
    background-color: #f0f0f0;
    box-sizing: border-box;
    padding: 20px 28px;
}
.service .cont .center .top .title h3{
    font-size: 24px;
    color:#333333;
    margin-bottom: 12px;
}
.service .cont .center .top .title .des{
    font-size: 14px;
    color:#666666
}
.service .cont .center .btm{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.service .cont .center .btm .item{
    width: 189.6px;
    height: 240px;
}
.service .cont .center .btm .item .img{
    height: 168px;
}
.service .cont .center .btm .item .title{
    height: 72px;
    background-color: #f0f0f0;
}
.service .cont .center .btm .item .title h3{
    padding: 20px 0 0 22px;
    font-size: 24px;
    color: #333;
}
.service .tel{
    width: 420px;
    height: 40px;
    display: flex;
    border-radius: 7px;
    margin: 62px auto 0 auto;
    overflow: hidden;
    
}
.service .tel .left{
    width: 398px;
    background-color: #b32525;
    color: #fff;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
}
.service .tel .left strong{
    font-size: 24px;
}
.service .tel .right{
    width: 122px;
    line-height: 40px;
    font-size: 14px;
    color: #333;
    background: #ffcd32 url(../images/tel.png)13px center no-repeat;
    padding-left: 42px;
    box-sizing: border-box;
}
/*流程*/
.process{
    height: 689px;
    background:url(../images/lc.png)center/cover no-repeat;
    position: relative;
    padding-top: 180px;
    box-sizing: border-box;
}
.process::after{
    content: '';
    background: url(../images/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;
}
/*优势*/
.advantage{
    padding-top: 82px;
}
.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;
}
/*新闻*/
.news{
    padding-top: 87px;
    position: relative;
    padding-bottom: 85px;
}
.news::after{
    content: '';
    width: 100%;
    height: 3px;
    background-color: #f0f0f0;
    position: absolute;
    left: 0px;
    top:220px;
}
.news img{
    width: 100%;
}
.news .Gtitle pre{
    margin-top: 20px;
}
.news .cont .news_cont_items{
    padding-top: 46px;
}
.news .cont .item{
    position: relative;
}
.news .cont .item::after{
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #f0f0f0;
    position: absolute;
    left: 0;
    top:-33px;
    z-index: 2;
}
.news .cont .item .time{
    font-size: 14px;
    color: #999;
    font-weight: 600;
    margin-top: 26px;
}
.news .cont .item h1{
    font-size: 24px;
    color:#333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 20px 0;
}
.news .cont .item .des{
    font-size: 14px;
    color:#999;
    line-height: 24px;
    margin-bottom: 42px;
}
.news .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    background: url("../images/nright.png")center/cover no-repeat;
    right: calc(50% - 94px);
    left: auto;
    top:auto;
    bottom: 0;
}
.news .swiper-button-prev{
    background: url("../images/nleft.png")center/cover no-repeat;
    left: calc(50% - 94px);
    top:auto;
    right: auto;
    bottom: 0;
}
.news .swiper-button-next, .news .swiper-button-prev{
    width: 26px;
    height: 16px;
}
.news .btn .m a{
    width: 24px;
    height: 24px;
    background:url("../images/dian.png")center/cover no-repeat;
    position: absolute;
    left: calc(50% - 12px);
    bottom: 0;
}
/*联系我们*/
.contact{
    margin-top: 100px;
    background-color: #b30000;
    overflow: hidden;
    color:#fff;
    padding-top: 67px;
}
.contact .cont{
    padding: 60px 0 84px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.contact .Gtitle{
    color: #fff;
}
.contact .Gtitle pre{
    color: #fff;
    margin-top: 20px;
}
.contact .cont form input,.contact .cont form textarea{
    color: #fff;
}
.contact .cont form input::-webkit-input-placeholder,.contact .cont form textarea::-webkit-input-placeholder{
    color: #cfcfcf;
}
.contact .cont form .item{
    width: 600px;
    height: 40px;
    margin-bottom: 20px;
}
.contact .cont form .item input{
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding-left: 22px;
    line-height: 40px;
    border-radius: 7px;
    border: 1px solid #fff;
}
.contact .cont form .item:nth-child(2){
    display: flex;
    justify-content: space-between;
}
.contact .cont form .item:nth-child(2) input{
    width: 290px;
}
.contact .cont form .item:nth-child(3){
    width: 600px;
    height: 100px;
    
}
.contact .cont form .item:nth-child(3) textarea{
    width: 100%;
    height: 100%;
    border-radius: 7px;
    border: 1px solid #fff;
    padding: 20px;
    box-sizing: border-box;
}
.contact .cont form button{
    width: 600px;
    height: 56px;
    color: #b30000;
    text-align: center;
    line-height: 53px;
    background-color: #fff;
    border: 0;
    border-radius: 7px;
    margin-top: 33px;
    font-size: 16px;
    font-weight: 600;
}
.contact .cont .right{
    width: 560.4px;
}
.contact .cont .right .title{
    font-size: 18px;
    font-weight: 600;
}
.contact .cont .right ul{
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    padding-bottom: 14px;
    border-bottom: 2px solid #fff;
}
.contact .cont .right ul a{
    color: #fff;
    font-size: 16px;
    
}
.contact .cont .right ul li{
    margin-left: 14px;
}
.contact .cont .right ul li:nth-child(1){
    margin-left: 0;
}
.contact .cont .right .contact_item{
    display: flex;
    justify-content: space-between;
    padding-top: 63px;
    align-items: center;
}
.contact .cont .right .contact_item .ewm{
    width: 95px;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
}
.contact .cont .right .contact_item .ewm .img{
    margin-bottom: 16px;
}
.contact .cont .right .contact_item .ewm img{
    width: 95px;
    height: 95px;
}
.contact .cont .right .contact_item .tel{
    text-align: center;
}
.contact .cont .right .contact_item .tel h4{
    background:url("../images/wtel.png")left center no-repeat;
    padding-left: 38px;
    font-size: 24px;
    font-weight: 600;
}
.contact .cont .right .contact_item .tel p{
    font-size: 16px;
    margin-top: 20px;
}
footer{
    width: 100%;
    font-size: 14px;
    text-align: center;
    color:#fff;
    line-height: 60px;
    background-color: #333333;
}
.foot a{color:#fff;}
/*代理记账*/
.dljz{
    padding-top: 82px;
    background-color: #f5f5f5;
}
.dljz .Gtitle h3{
    width: 438px;
    height: 60px;
    background-color: #b30000;
    border-radius: 7px;
    margin: 0 auto;
    color: #fff;
    font-weight: 500;
}
.dljz .Gtitle pre{
    margin-top: 22px;
}
.dljz .main{
    background: url("../images/jzbj.png")center/cover no-repeat;
    height: 424px;
    
}
.dljz .main .cont form{
    margin: 0 auto;
    width: 353px;
    padding-top: 94px;
}
.dljz .main .cont form>div{
    width: 100%;
    height: 54px;
    margin-bottom: 24px;
}
.dljz .main .cont form .name{
    background: #fff url("../images/name.png")left center no-repeat;
    background-size: 49px 52px;
}
.dljz .main .cont form .phone{
    background: #fff url("../images/phone.png")left center no-repeat;
    background-size: 49px 52px;
}
.dljz .main .cont form>div input{
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding-left: 60px;
}
.dljz .main .cont form button{
    width: 100%;
    height: 55px;
    border: 0;
    background-color: #ffcd32;
    line-height: 55px;
    text-align: center;
    color: #d68800;
    font-size: 16px;
}

/*代理记账流程*/
.jzlc{
    background: none;
    padding-top: 62px;
}
.jzlc .cont{
    background: url("../images/xian.png")center/cover no-repeat;
    
}
.jzlc form{
    display: flex;
    justify-content: content;
    width: 302px;
    margin: 0 auto;
}
.jzlc::after{
    content:'';
    background: none;

}
.jzlc .cont .item{
    display: flex;
    justify-content: center;
    width: 25%;
}
.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) span{
    margin-bottom: 0;
}
.jzlc .cont .item:nth-child(2n) p{
    margin-top: 25px;
}
.jzlc .cont .item {
    position: absolute;
    left: 10px;
    bottom: 135px;
    height: 234px;
}
.gszc .cont .item{
    height: 200px;
}
.gszc .cont .item span{
    height: auto;
}

.jzlc .cont .item:hover .img{
    transform: rotate(360deg);
}
.jzlc .cont .item .img{
    position: absolute;
    left: 0;
    bottom: 0;
    transition: .35s;
}
.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: 0;
    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: 135px;
}
.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%;
    padding-left: 12px;
    box-sizing: border-box;
}

.jzlc form button{
    width: 100px;
    height: 30px;
    background-color: #b30000;
    color: #fff;
    margin-left: 10px;
    border: 0;
}
/*问题*/
.question{
    background-color: #f0f0f0;
    padding-top: 82px;
}
.question .Gtitle pre{
    margin-top: 20px;
}

.question .cont{
    padding-top: 72px;
    display: flex;
    justify-content:space-between;
    flex-wrap: wrap;
    padding-bottom: 60px;
}
.question .cont .item{
    padding: 56px 50px 56px 38px;
    background-color: #c8c8c8;
    width:582px;
    margin-bottom: 20px;
    border-radius: 10px;
    box-sizing: border-box;
    transition: .35s;
}
.question .cont .item:hover{
    box-shadow: 0 0 10px rgba(0,0,0,.3);
}
.question .cont .item .q,.question .cont .item .a{
    font-size: 16px;
    color:#b30000;
    position: relative;
    padding-left: 40px;
}
.question .cont .item .a::before,.question .cont .item .q::before{
    content: 'Q';
    width: 20px;
    height: 20px;
    background-color: #b30000;
    border-radius: 4px;
    line-height: 20px;
    text-align: center;
    position: absolute;
    left: 0;
    top:calc(50% - 10px);
    color: #fff;
    font-size: 16px;
}
.question .cont .item .a{
    line-height: 30px;
    color:#333;
    margin-top: 40px;
    font-size: 14px;
}
.question .cont .item .a::before{
    content: 'A';
    background-color: #333;
    top:4px
}
.gszc .cont .item {
    bottom: 127px;
}
.gszc .cont .item:nth-child(2) {
    bottom: 58px;
}
.gszc .cont .item:nth-child(3) {
    bottom: 127px;
}
.gszc .cont .item:nth-child(4) {
    bottom: 58px;
}
/*需要服务*/
.need{
    padding-top: 62px;
}
.need .Gtitle pre{
    margin-top: 20px;
}
.need .cont{
    display: flex;
    justify-content: space-between;
    margin-top: 62px;
    margin-bottom: 82px;
}
.need .cont .item{
    width: 156px;
}
.need .cont .item .img{
    width: 123px;
    height: 123px;
    overflow: hidden;
    border-radius: 50%;
    margin: 0 auto;
}
.need .cont .item .img img{
    width: 100%;
    height: 100%;
	object-fit: cover;
}
.need .cont .item .title{
    margin-top: 33px;
    font-size: 18px;
    color:#333;
    text-align: center;
}
.need .cont .item .des{
    margin-top: 14px;
    font-size: 14px;
    line-height: 24px;
    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("../images/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("../images/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;
}
.data .cont{
    display:flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 82px;
}

.data .cont img{
    max-width: 100%;
}
/*变更需要*/
.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: 38px 0 16px 0;
}
.bgneed .cont .item p{
    font-size: 14px;
    color: #999;
}
.bgneed .cont .item:hover img{
    transform: scale(1.1);
}
.bgneed .cont .item:hover{
    background-color: #f0f0f0;
}

/**/
.zc_service{
    padding: 62px 0 180px 0;
    background: url("../images/zcbg.png")left bottom no-repeat;
}
.zc_service .Gtitle pre{
    margin-top: 20px;
}
.zc_service .cont{
    background-color: #fff;
    padding: 40px;
    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:40px 0 22px 0;
}
.zc_service .cont .item p{
    font-size: 14px;
    color:#999;
}
/**/
.material{
    background-color: #f0f0f0;
    padding:62px 0 93px 0;
}
.material .Gtitle pre{
    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;
}
/*注册资料*/
.registered{
    padding-top: 62px;
}
.registered .Gtitle pre{
    margin-top: 20px;
}
.registered .cont{
    padding-top: 62px;
    display: flex;
    justify-content: space-between;
}
.registered .cont .left{
    width: 300px;
    height: 440px;
    overflow: hidden;
}
.registered .cont img{
    width: 100%;
    height: 100%;
}
.registered .cont .right{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 882px;
    position: relative;
}
.registered .cont .right .item{
    margin-bottom: 20px;
}
.registered .cont .right .item:nth-child(1){
    width: 213.6px;
    height: 210px;
}
.registered .cont .right .item:nth-child(2){
    width: 380.4px;
    height: 210px;
}
.registered .cont .right .item:nth-child(3){
    width: 252px;
    height: 210px;
}
.registered .cont .right .item:nth-child(4){
    width: 410.4px;
    height: 210px;
}
.registered .cont .right .more{
    width: 178.8px;
    height: 210px;
    position: absolute;
    right: 272px;
    bottom: 20px;
    background-color: #f0f0f0;

}
.registered .cont .right .item:nth-child(5){
    width: 252px;
    height: 210px;
}
.registered .cont .right .more p{
    font-size: 18px;
    color: #c8c8c8;
    padding: 26px 0 22px 0;
    text-align: center;
}
.registered .cont .right .more h3{
    font-size: 18px;
    color: #666;
    margin-bottom: 46px;
    text-align: center;
}
.registered .cont .right .more a{
    display: block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    margin: 0 auto;
    background-color: #b30000;
}
/*注册完成需要*/
.zc_need{
    padding-top: 62px;
}
.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;
}
/*注销*/
.cancel .banner,.patent .banner{
	position: relative;
}
.cancel .banner .cont,.patent .banner .cont{
	overflow: hidden;
	width: 100%;
	object-fit: cover;
}
.banner .cont img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.banner button{
	position: absolute;
	bottom: 40px;
	z-index: 10;
	width: 178px;
	height: 60px;
	line-height: 60px;
	background: #b30000;	
	border: none;
	font-size: 14px;
	text-align: center;
	color: #fff;
	border-radius: 2px;
	cursor: pointer;
}
.cancel .wrapper{
	overflow: hidden;
	height: 430px;
	margin-top: 50px;
	margin-bottom: 62px;
	font-size: 0;
	border-top-left-radius: 50px;
	border-bottom-right-radius: 50px;
}
.cancel .wrapper .left,.cancel .wrapper .right{
	position: relative;
	box-sizing: border-box;
	float: left;
	width: 50%;
	height: 100%;
	padding-top: 56px;
	padding-left: 60px;
	padding-right: 100px;
}
.cancel .wrapper .left{
	background: #f0f0f0;
}
.cancel .wrapper .right{
	background: #b30000;
}
.cancel .zxcl{
	margin-top: 82px;
	background: none;
}
.cancel .wrapper .title{
	margin-bottom: 20px;
	font-size: 24px;
	color: #333;
}
.cancel .wrapper ul>li{
	padding-bottom: 13px;
    margin-bottom: 14px;
	border-bottom: 1px dashed #dcdcdc;
	font-size: 18px;
}
.cancel .wrapper ul li span{
	vertical-align: middle;
	font-size: 18px;
	color: #333;
}
.cancel .wrapper ul li em{
	display: inline-block;
	width: 32px;
	height: 25px;
	margin-right: 20px;
	vertical-align: middle;
	background: #b30000;
	font-style: normal;
	text-align: center;
	color: #fff;
	border-top-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.cancel .wrapper .right .title{
	color:#fff;
}
.cancel .wrapper .right ul li span{
	color: #fff;
}
.cancel .wrapper .right ul li em{
	background: #fff;
	color: #b30000;
}
.cancel .wrapper .and{
	position: absolute;
	top: 177px;
	right: -34px;
	z-index: 5;
	width: 68px;
	line-height: 68px;
	background: #fff;
	font-size: 20px;
	text-align: center;
	color: #b30000;
	border-radius: 50%;
}
.cancel .tips{
	margin-top: 58px;
	font-size: 18px;
	text-align: center;
	color: #333;
}
.cancel .phone-wrapper{
	display: block;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 18px;
	margin-bottom: 80px;
	font-size: 0;
    border-radius: 10px;
    width: 400px;
}
.cancel .phone-wrapper .tel{
	display: inline-block;
	height: 40px;
	line-height: 40px;
	padding-left: 20px;
	padding-right: 20px;
	background: #b32525;
}
.cancel .phone-wrapper .tel span,.cancel .phone-wrapper .tel em{
	vertical-align: middle;
}
.cancel .phone-wrapper .tel span{
	font-size: 14px;
	color: #fff;
}
.cancel .phone-wrapper .tel em{
	font-style: normal;
	font-size: 24px;
	color: #fff;
}
.cancel .phone-wrapper button img,.cancel .phone-wrapper button span{
	vertical-align: middle;
}
.cancel .phone-wrapper button{
	height: 40px;
	line-height: 40px;
	padding-left: 20px;
	padding-right: 20px;
	background: #ffcd32;
	border: none;
	font-size: 14px;
	color: #333;
}
.cancel .need .item,.patent .need .item{
	padding: 35px 22px;
	padding-bottom: 20px;
	background: #f0f0f0;
	border-radius: 10px;
	transition: .35s;
}
.cancel .need .item:hover{
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.final .final-wrapper{
	position: relative;
	margin-top: 60px;
	text-align: center;
	height: 520px;
}
.final .final-c img{
	width: 316px;
	height: auto;
}
.final .img-s{
	position: absolute;
	display: flex;
	align-items: center;
}
.final .img-s span{
	margin-right: 20px;
	vertical-align: middle;
	font-size: 18px;
}
.final .final1 .img-s img{
	width: 100px;
	height: auto;
	vertical-align: middle;
}
.final .final1{
	top: 50px;
	left: 0;
}
.final .final2{
	top: 250px;
	left: 150px;
}
.final .final3,.final .final4{
	margin-top: 50;
	text-align: center;
	width: 104px;
	flex-direction:column-reverse;
}
.final .final3{
	left: 520px;
	bottom: 0;
}
.final .final4{
	left: 785px;
	bottom: 0;
}
.final .final3 span,.final .final4 span{
    margin-right:0;
    margin-top:10px;
}
.final .final3 em,.final .final4 em{
	display: inline-block;
	font-style: normal;
}
.final .final5{
	top: 250px;
	right: 150px;
}
.final .final6{
	top: 50px;
	right: 0;
}

/*商标专利*/
.trade-serve{
	margin: 62px 0;
}
.trade-serve .service .block-left{
	box-sizing: border-box;
	width: 381.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: 805.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{
    float: right;
    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: 49%;
	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{
	position: relative;
	box-sizing: border-box;
	width: 100%;
	padding-top: 82px;
}
.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;
	font-size: 24px;
	color: #fff;
}
.trade-serve2 .row{
	margin-bottom: 50px;
}
.trade-serve2 ul>li{
	display: inline-block;
	padding: 15px 25px;
	margin-right: 48px;
	margin-bottom: 20px;
	border: 1px solid #fff;
	font-size: 14px;
	color: #fff;
	border-radius: 5px;
}
.trade-serve2 .tabbox {
	display:none;
}
.trade-serve2 .tab {
	margin: 58px auto;
	width:912px;
	overflow:hidden;
}
.trade-serve2 .tab li {
	float:left;
	width:228px;
	height:72px;
	background:#D2D2D2;
	color:#333;
	text-align:center;
	line-height:72px;
	cursor:pointer;
}
.trade-serve2 .tab li span{
    display: block;
    line-height: 35px;
}
.trade-serve2 .on {
	display:block;
}
.tab li.cur {
	background:#fff;
}
.s-process{
	box-sizing: border-box;
	background-color: #f0f0f0;
}
.serve-need{
	margin-top: 82px;
}
.serve-need ul{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.serve-need ul>li{
	box-sizing: border-box;
	flex:1;
	height: 350px;
	padding-top: 75px;
	margin-top: 40px;
	margin-bottom: 36px;
	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;
}
/*税收筹划*/
.revenue-wrapper{
	margin-top: 82px;
	padding-bottom: 180px;
}
.revenue-wrapper .revenue{
	display: flex;
	margin-top: 38px;
	background-color: #fff;
	padding:0 56px 102px 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;
}
.programme{
	position: relative;
	margin-top: 84px;
	margin-bottom: 115px;
	text-align: center;
}
.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;}
.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%;
}
.sc-need ul>li{
	box-sizing: border-box;
	flex:1;
	height: 210px;
	padding-top: 38px;
	margin-top: 40px;
	margin-bottom: 36px;
	margin-right: 30px;
	background: #eee;
	text-align: center;
}
.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;
}
.sc ul>li:nth-child(6n),.zz ul>li:nth-child(6n){
	margin-right: 0;
}
.zz-need{
	position: relative;
	box-sizing: border-box;
	padding-top: 82px;
}

.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;
}
/*新闻*/
.new .page{
    text-align: center;
    margin: 20px 0;
}
.new .page a{
    display:inline-block;
    margin: 10px 5px;
}
.new .new_con {
    padding: 40px 0;
}
.new .new_con .item{
    padding: 30px 0;
    border-bottom: 1px dashed #ccc;
    transition: .35s;
    box-sizing: border-box;
}
.new .new_con .item:hover{
    padding: 30px 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.new .new_con .item a{
    display: flex;
    justify-content: space-between;
}
.new .new_con .item .img{
    width: 30%;
    overflow: hidden;
}
.new .new_con .item .cont{
    width: 68%;
    position: relative;
    padding: 0 15px;
    box-sizing: border-box;
}
.new .new_con .item .cont .time{
    position: absolute;
    right: 0;
    bottom:0;
    color:#ccc;
}
.new .new_con .item .cont h3{
    font-size: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 15px;
    color:#666;
}
.new .new_con .item .cont .des{
    font-size: 14px;
    line-height: 24px;
    color: #ccc;
}
.new img{
    max-width: 100%;
}
.new .content .title{
    padding: 40px 0;
}
.new .content .title h3{
    font-size: 30px;
    font-weight: 600;
    text-align: center;
}
.new .content .title .time{
    font-size: 14px;
    color:#ccc;
    padding: 20px;
    border-bottom: 1px dotted #ccc;
}
.new .content .con{
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 40px;
}