/* 代理记账 */

body{
	background-color:#f6f7fb;
}

.daili .min-box .search-box {
    position: relative;
    z-index: 50;
    width: 100%;
    background: url(../img/point-3.jpg);
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding: 32px 24px 36px;
    padding-top: 34px;
    margin-top: -40px;
    margin-bottom: 52px;
	box-shadow: 0 0 15px 1px rgb(116 116 116 / 10%);
}

.daili .min-box .search-box .des-title {
    width: 100%;
    text-align: center;
    font-size: 28px;
    color: #333333;
}

.daili .min-box .search-box .sel-oc {
    width: 100%;
    height: 24px;
    display: flex;
    align-items: center;
    font-size: 16px;
    margin-bottom: 24px;
    justify-content: flex-start;
}

.daili .min-box .search-box .sel-oc p {
    margin-right: 18px;
}

.daili .min-box .search-box .sel-oc label {
    margin-right: 26px;
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: flex-start;
}
.daili .min-box .search-box .sel-oc label::before{
	content: "";
	color: #999999;
	font-size: 16px;
	margin-right: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 13px;
	height: 13px;
	border: solid 1px #999999;
	border-radius: 13px;
}
.daili .min-box .search-box .sel-oc input:checked +  label::before{
	content: "●";
}
.daili .min-box .search-box .sel-oc input {
    margin-right: 9px;
    display: none;
}

.daili .min-box .search-box .input-list {
    width: 100%;
    height: 48px;
    border: solid 1px #f66060;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.daili .min-box .search-box .input-list label {
    height: calc(100% - 25px);
    width: 250px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 23px;
    outline: none;
    border-right: solid 1px #d7d7d7;
}

.daili .min-box .search-box .input-list label input {
    margin-left: 8px;
    outline: none;
    background-color: transparent;
    border: none;
}

.daili .min-box .search-box .input-list .search-btn {
    width: 150px;
    height: 100%;
    line-height: 44px;
    background-color: #ef424b;
    border: none;
    color: #ffffff;
    font-size: 16px;
    outline: none;
}

.def-title {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    width: 100%;
}

.hot-server{
	width:100%;
	overflow:hidden;
	padding:30px 0 90px;
}

.zq-title-wrap {
    text-align: center;
    margin-bottom: 45px;
}

.zq-title-wrap h2{
	font-size:28px;
	letter-spacing: 1px;
	color: #303030;
	font-weight:400;
}
.zq-title-wrap  p {
    color: #979c9b;
    font-size: 14px;
	margin-top: 10px;
}

.hot-server-box {
    padding: 20px;
    background: #fff;
    border-radius: 4px;
    margin-top: 32px;
}

.hot-server-box ul {
    display: flex;
    gap: 20px;
}

.hot-server-box ul li {
    width: 278px;
    height: 258px;
    padding: 32px 24px;
    box-sizing: border-box;
	list-style:none;
}

.hot-server-box ul li:nth-child(1) {
    background: url(../img/g1.png);
    background-size: cover;
}

.hot-server-box ul li h3 {
    font-size: 20px;
    color: #333333;
    line-height: 26px;
    font-weight: bold;
}
.hot-server-box ul li p {
    font-size: 14px;
    color: #333333;
    margin-top: 12px;
    line-height: 21px;
}
.hot-server-box ul li:nth-child(2) {
    background: url(../img/g2.png);
    background-size: cover;
}
.hot-server-box ul li:nth-child(3) {
    background: url(../img/g3.png);
    background-size: cover;
}
.hot-server-box ul li:nth-child(4) {
    background: url(../img/g4.png);
    background-size: cover;
}

.jizhang-services {
    background: url(../img/industry.jpg) no-repeat fixed center -220px;
    background-size: 100% auto;
	padding: 90px 0;
}

.jizhang-services .zq-title-wrap{
    text-align: center;
    margin-bottom: 45px;
    color: #fff;
}

.jizhang-services .zq-title-wrap small {
    font-weight: 600;
    font-size: 32px;
    letter-spacing: 3px;
    margin-bottom: 10px;
    display: block;
    color: hsla(0,0%,100%,.2);
}
.jizhang-services .zq-title-wrap h2{
    font-weight: 400;
    font-size: 28px;
	letter-spacing: 1px;
	color:#fff;
}
.jizhang-services .zq-title-wrap .zq-after-line {
    padding-top: 20px;
    opacity: .6;
    color: #fff;
	font-size: 14px;
	position: relative;
}

.jizhang-services .zq-title-wrap .zq-after-line::after {
	content: '';
    position: absolute;
	left: calc(50% - 16px);
    height: 4px;
    width: 32px;
    border-radius: 2px;
    top: 6px;
    bottom: 0;
	background-image: linear-gradient(60deg,#ef1e25,#ff695c);
	
}

.jizhang-services .layui-container ul{
	overflow:hidden;
}

.jizhang-services .layui-container ul li{
	width:20%;
	padding: 15px;
	float: left;
	position: relative;
    display: block;
    box-sizing: border-box;
}

.jizhang-services .layui-container ul li .industry-item {
    overflow: hidden;
    width: 218px;
    height: 241px;
    line-height: 210px;
    margin: 0 auto;
    position: relative;
}

.jizhang-services .layui-container ul li .industry-item .scale-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    background-repeat: no-repeat;
    background-image: url(../img/empty.png);
    background-size: cover;
}

.jizhang-services .layui-container ul li:nth-child(2) .industry-item .scale-bg {
    background-image: url(../img/hy-1.png);
}

.jizhang-services .layui-container ul li .industry-item .inner {
    width: 86%;
    height: 86%;
    position: absolute;
    left: 7%;
    top: 7%;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    background: url(../img/border.png) no-repeat center;
    background-size: 100% auto;
}

.jizhang-services .layui-container ul li .industry-item .inner p {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    text-align: center;
}

.jizhang-services .layui-container ul li .industry-item .inner .line {
    background-color: #fafafa;
    width: 0;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    height: 2px;
    display: block;
    margin: 0 auto;
    position: absolute;
    top: 62%;
    left: 50%;
    margin-left: -14px;
}
.jizhang-services .layui-container ul li:hover  .industry-item .inner .line {
	width:30px;
}
.jizhang-services .layui-container ul li:nth-child(3) .scale-bg {
    background-image: url(../img/hy-2.png);
}
.jizhang-services .layui-container ul li:nth-child(4) .scale-bg {
    background-image: url(../img/hy-3.png);
}
.jizhang-services .layui-container ul li:nth-child(6) .scale-bg {
    background-image: url(../img/hy-4.png);
}
.jizhang-services .layui-container ul li:nth-child(7) .scale-bg {
    background-image: url(../img/hy-5.png);
}
.jizhang-services .layui-container ul li:nth-child(8) .scale-bg {
    background-image: url(../img/hy-6.png);
}
.jizhang-services .layui-container ul li:nth-child(9) .scale-bg {
    background-image: url(../img/hy-7.png);
}
.jizhang-services .layui-container ul li:nth-child(10) .scale-bg {
    background-image: url(../img/hy-8.png);
}

.jizhang-services .zq-fluid{
	padding: 90px 0;
}
.jizhang-services .zq-fluid .min-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 45px;
}

.jizhang-services .zq-fluid .min-box dl{
	width: 25%;
	padding: 15px;

}
.jizhang-services .zq-fluid .min-box dl dt img {
	width: 72px;
    height: 72px;
    display: block;
    margin: 0 auto;
}
.jizhang-services .zq-fluid .min-box dl dd {
margin:0;
}

.jizhang-services .zq-fluid .min-box dl dd h4 {
    color: #fff;
	font-size: 18px;
    margin-top: 18px;
	letter-spacing: 1px;
	text-align:center;
}


.jizhang-services .zq-fluid .min-box dl dd em {
    border-bottom: 2px solid #b0b7c7;
    margin: 15px auto;
    display: block;
    width: 28px;
}
.jizhang-services .zq-fluid .min-box dl dd  p {
    color: rgba(255,255,255,.65);
	line-height: 22px;
    padding: 0 8px;
	text-align: center;
	font-size:14px;
    margin-top: 12px;
}

.jizhang-services .fwlc .layui-row {
	width:100%;
	overflow:hidden;
    background: url(../img/line.png) no-repeat center 72px;
}

.jizhang-services .fwlc{
	width:100%;
	overflow:hidden;
}
.jizhang-services .fwlc .layui-list{
    width: 20%;
	padding: 15px;
	float:left;
}
.jizhang-services .fwlc .layui-list dl {
    padding: 0 20px;
}

.jizhang-services .fwlc .layui-list dl dt {
    background: url(../img/white.png) no-repeat;
    background-size: 100% auto;
    min-height: 165px;
    position: relative;
    width: 147px;
    margin: 0 auto;
	display: flex;
    align-items: center;
    text-align: center;
}

.jizhang-services .fwlc .layui-list dl dt img{
    display: block;
    margin: 0 auto;
    width: 54px;
    height: 54px;
}


.jizhang-services .fwlc .layui-list dl dt cite {
    position: absolute;
    left: 15px;
    top: 15px;
    width: 22px;
    height: 22px;
    line-height: 22px;
    color: #fff;
    text-align: center;
    font-family: Lato;
    background-color: #f66060;
    border-radius: 50%;
    font-size: 12px;
	font-style: normal;
}
.jizhang-services .fwlc .layui-list dl dd{
	margin:0;
}
.jizhang-services .fwlc .layui-list dl dd h4 {
	font-size: 18px;
    margin-top: 18px;
	color: #fff;
	text-align:center;
}
.jizhang-services .fwlc .layui-list dl dd  p {
    color: rgba(255,255,255,.65);
	line-height: 22px;
    padding: 0 8px;
	text-align: center;
	font-size:14px;
    margin-top: 12px;
}

.jizhang-services .fwlc .layui-list:nth-child(2n) dl {
    margin-top: 60px;
}

.max-title-def {
    width: 100%;
    text-align: center;
    font-size: 26px;
    font-weight: 400;
    color: #303030;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
	padding-left:45px;
}

.max-title-def::after {
    content: "";
	width: 34px;
    height: 34px;
    margin-left: 8px;
    opacity: .9;
	background: url(../img/title-ico.png) left center no-repeat;
}


.more-question{
	background-color:#f7f8fc;
	overflow:hidden;
	padding:90px 0 0;
}

.more-question .min-box .question-list{
	width: 100%;
	margin-top: 45px;
	overflow:hidden;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	align-content: space-between;
	counter-reset: setnum1;
}
.more-question .min-box .question-list .question-item{
	width:50%;
	padding: 15px;
}
.more-question .min-box .question-list .question-item .top-title{
	margin-left: 20px;
	width: calc(100% - 20px);
	height: 45px;
	position: relative;
	font-size: 16px;
	color: #333333;
	padding-left: 15px;
}
.more-question .min-box .question-list .question-item .top-title::before{
	counter-increment: setnum1;
	content: "Q"counter(setnum1);
	position: absolute;
	width: 24px;
	top: 0;
	left: -20px;
	height: 24px;
	border-radius: 45px;
    border: 1px solid #f66060;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ef1e25;
    font-size: 12px;
}
.more-question .min-box .question-list .question-item .req-text{
	padding: 20px;
    color: #878d99;
    box-shadow: 0 0 8px 0 rgba(135,140,179,.1);
    border: 1px solid #f0efef;
    background-color: #fff;
    position: relative;
    transition: all .2s;
    min-height: 40px;
}
.more-question .min-box .question-list .question-item .req-text:after {
    width: 10px;
    height: 10px;
    border-top: 1px solid #f0efef;
    border-right: 1px solid #f0efef;
    background: #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    content: '';
    display: block;
    position: absolute;
    top: -6px;
    z-index: 9;
    left: 32px;
}

.more-question .min-box .center-link{
	width: 100%;
	height: 44px;
	display: flex;
	margin-top: 45px;
	align-items: center;
	justify-content: center;
}
.more-question .min-box .center-link .links{
	display: block;
	padding: 0 26px;
	line-height: 44px;
	margin: 0 5px;
	text-decoration: none;
	border: solid 1px #ff7229;
	border-radius: 4px;
	color: #ff7229;
}
.more-question .min-box .center-link .links:last-child{
	background-color: #ff7229;
	color: #ffffff;
}



.more-service{
	background-color: #f7f8fc;
	overflow:hidden;
	padding:90px 0;
}
.more-service .min-box .service-list{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top:45px;
}
.more-service .min-box .service-list .box-item{
	width: 16.66666667%;
	overflow:hidden;
	padding: 15px;
}

.more-service .min-box .service-list .box-item dl {
    background-color: #fff;
    padding: 30px 15px;
	overflow:hidden;
    text-align: center;
    transition: all linear .2s;
    overflow: hidden;
    border-radius: 3px;
    box-shadow: 0 0 12px 3px rgb(116 116 116 / 5%);
}

.more-service .min-box .service-list .box-item dl img{
    width: 80px;
    height: 80px;
    display: block;
    margin: 0 auto;
}

.more-service .min-box .service-list .box-item dl .top-title {
    margin-top: 20px;
    font-size: 16px;
    transition: all linear .2s;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
}

.more-service .min-box .service-list .box-item .min-text{
	width: 100%;
	text-align: center;
	font-size: 12px;
	color: #999999;
}
.more-service .min-box .service-list .box-item .bt-ditt{
	display: block;
	margin: 26px auto;
	width: 8px;
	height: 8px;
	background-color: #e2e2e2;
	position: relative;
	border-radius: 8px;
}
.more-service .min-box .service-list .box-item .bt-ditt::after{
	top: 0;
	left: 200%;
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	border-radius: 8px;
	background-color: #e2e2e2;
}
.more-service .min-box .service-list .box-item .bt-ditt::before{
	top: 0;
	right: 200%;
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	border-radius: 8px;
	background-color: #e2e2e2;
}
