/* 全局 */
.index-qs {
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	background: #fff;
	padding: 50px 40px;
	margin-top: 30px;
	box-shadow: 0 0 10px rgba(148, 133, 133, 0.1);
	border-radius: 4px;
	box-sizing: border-box;
}

.index-qs h2 {
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 34px;
	margin-bottom: 40px;
	color: #333;
}

.index-qs h2 span {
	display: inline-block;
	position: relative;
}

.index-qs h2 span::before {
	content: '';
	width: 100px;
	height: 1px;
	font-size: 0;
	position: absolute;
	left: -110px;
	top: 50%;
	transform: translateY(-20%);
	background: url(/d/img/line.jpg) no-repeat;
	background-size: contain;
}

.index-qs h2 span::after {
	content: '';
	width: 100px;
	height: 1px;
	font-size: 0;
	position: absolute;
	right: -110px;
	top: 50%;
	transform: translateY(-20%);
	background: url(/d/img/line.jpg) no-repeat;
	background-size: contain;
}

.index-qs ul {
	width: 100%;
	height: auto;
}

.index-qs ul li {
	float: left;
	width: 25%;
	overflow: hidden;
	border-radius: 2px;
	text-align: center;
	position: relative;
	margin: 0 0 20px;
	padding: 0 15px;
    box-sizing: border-box;
}

.index-qs ul li b {
	display: block;
	width: 100%;
	height: 168px;
	border-radius: 4px;
	overflow: hidden;
	position: relative;
}

.index-qs ul li img {
	width: 100%;
	height: 100%;
	box-shadow: 0 0 5px rgba(0, 0, 0, .2);
	transition: all .7s ease-in-out;
}

.index-qs ul li:hover b img {
	transform: scale(1.5);
}

.index-qs ul li span {
	position: absolute;
	display: inline-block;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 30px;
	color: #fff;
}

.index-qs ul li p {
	width: 100%;
	height: 44px;
	line-height: 22px;
	font-size: 16px;
	margin-top: 10px;
	color: #333;
}

/* 税收筹划方法 */
.index-method {
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 30px;
}

.index-method h2 {
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 34px;
	text-align: center;
	margin: 20px 0 0;
}

.index-method-des {
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: #666;
}

.index-method-list {
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: center;
	padding: 30px 0;
    box-sizing: border-box;
}

.index-method-loop {
	display: inline-block;
	width: 25%;
	height: 200px;
	overflow: hidden;
	background: #c52925;
	border-radius: 12px;
	margin: 0 2%;
	text-align: center;
	margin-bottom: 45px;
	box-shadow: 0 0 10px rgba(200, 200, 200, .5);
}

.index-method-loop-pic {
	width: 70px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	margin: 20px auto 10px;
	border: 1px solid #fff;
	border-radius: 50%;
	position: relative;
}

.index-method-loop-pic img {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

.index-method-loop-bottom {
	width: 90%;
	line-height: 150%;
	margin: 0 auto;
	color: #fff;
}

.method-bg {
	background: #fff;
	box-shadow: 0 0 10px rgba(200, 200, 200, .2);
}

.method-bg .index-method-loop-pic {
	border-color: #000;
}

.method-bg .index-method-loop-bottom {
	color: #333;
}

.method-bg .method-line {
	line-height: 20px;
}

/* 调整前后 */
.index-tz {
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	background: #fff;
	padding: 50px 10px;
	margin-top: 30px;
	box-shadow: 0 0 10px rgba(148, 133, 133, 0.1);
	border-radius: 4px;
}

.index-tz h2 {
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: center;
}

.index-tz h2 img {
	height: 32px;
}

.index-tz h2 p {
	color: #666;
	margin-top: 15px;
	font-size: 18px;
}

.index-tz-content {
	height: auto;
	overflow: hidden;
	padding: 10px 20px;
	margin: 30px 0;
    box-sizing: border-box;
}

.index-tz-l {
	float: left;
	width: 49%;
	position: relative;
}

.index-tz-l::after {
	content: '';
	height: 120px;
	width: 1px;
	font-size: 0;
	position: absolute;
	right: 0;
	top: 30px;
	background: #c00000;
}

.index-tz-r {
	width: 49%;
	float: right;
}

.index-tz-l,
.index-tz-r {
	padding: 0 50px;
    box-sizing: border-box;
}

.index-tz-l h3,
.index-tz-r h3 {
	font-size: 26px;
	text-align: center;
    border-bottom: none;
}

.index-tz-lb {
	width: 100%;
	font-size: 14px;
	line-height: 170%;
	margin-top: 50px;
}

.index-tz-rdes {
	color: #666;
	margin-top: 50px;
	line-height: 170%;
    font-size: 12px;
}

.index-tz-rb {
	width: 100%;
	font-size: 14px;
	line-height: 170%;
}

.index-tz-bottom {
	width: 90%;
	height: auto;
	overflow: hidden;
	background: #f21d1d;
	border-radius: 4px;
	margin: 0 auto;
	padding: 30px;
    box-sizing: border-box;
}

.index-tz-bottoml {
	float: left;
	margin-top: 15px;
}

.index-tz-bottomr {
	float: right;
}

.index-tz-bottoml dl {
	width: 100%;
}

.index-tz-bottoml dl dt {
	width: 66px;
	float: left;
}

.index-tz-bottoml dl dd {
	margin-left: 80px;
	padding-top: 4px;
    box-sizing: border-box;
}

.index-tz-bottoml dl dd p {
	line-height: 22px;
	color: #fff;
	font-size: 16px;
	margin-top: 5px;
}

.index-tz-bottoml dl dd p i {
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #fff;
	position: relative;
	top: -3px;
	margin-right: 10px;
}

/* 选择薪税优化 为企业降低成本 */
.index-yh{
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 60px;
	margin-bottom: 40px;
}

.index-yh h2 {
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 34px;
	margin-bottom: 20px;
	color: #333;
}
.index-yh-des{
	width: 70%;
	text-align: center;
	margin: 0 auto;
	line-height: 24px;
}
.index-yh-list{
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: center;
	margin-top: 50px;
}
.index-yh-loop{
	display: inline-block;
	width: 40%;
	padding: 0;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
	margin: 20px;
}
.index-yh-loop img{
	display: block;
	width: 100%;
}
.index-yh-loop p{
	width: 100%;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	font-size: 18px;
	background: #fff;
}

/* 薪税优化就选RG&#30343;&#23478;&#35270;&#35759;人力 */
.index-findhro{
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	background: #fff;
	padding: 50px 10px;
	margin-top: 30px;
	box-shadow: 0 0 10px rgba(148, 133, 133, 0.1);
	border-radius: 4px;
    box-sizing: border-box;
}
.index-findhro h2 {
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 34px;
	text-align: center;
	margin: 20px 0 0;
}
.index-findhro-list{
	width: 90%;
	height: auto;
	overflow: hidden;
	margin: 60px auto 20px;

}
.index-findhro-loop{
	float: left;
	width: 24%;
	padding: 0 1%;
    box-sizing: border-box;
}

.index-findhro-loop:hover .index-findhro-loopimg{
	background: #fff;
}
.index-findhro-loop:hover .index-findhro-loopimg i{
	color: #c50018;
}

.index-findhro-loop h3{
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-weight: bold;
	font-size: 22px;
}
.index-findhro-loopimg{
	height: 70px;
	line-height: 70px;
	width: 70px;
	background: #c50018;
	border-radius: 50%;
	margin: 15px auto;
	position: relative;
	text-align: center;
	box-shadow: 0 0 10px rgba(0,0,0,.2);
	transition: all .5s ease-in-out;
}
.index-findhro-loopimg i{
	height: 40px;
	font-size: 32px;
	color: #fff;
	transition: all .5s ease-in-out;
}
.index-findhro-loop p{
	color: #666;
	line-height: 170%;
	padding: 0 20px;
    box-sizing: border-box;
}

/* 我们有幸参与1000+企业的成功之旅 */
.index-com{
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	padding: 30px 10px;
	margin-top: 30px;
    box-sizing: border-box;
}
.index-com dl{
	width: 100%;
	height: auto;
}
.index-com dl dt {
	float:left;
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 8px;
	color: #fff;
	background: #c50018;
	text-align: center;
}
.index-com dl dt i{
	font-size: 34px;
	color: #fff;
}

.index-com dl dd{
	margin-left: 70px;
}
.index-com dl dd h3{
	line-height: 24px;
	overflow: hidden;
	font-size: 20px;
	
}
.index-com dl dd h3 span{
	display: inline-block;
	padding: 2px 10px 7px 0;
	border-bottom: 1px solid #c50018;
    box-sizing: border-box;
}
.index-com dl dd p{
	line-height: 30px;
	color: #333;
	font-size: 16px;
}
.index-com-content{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 20px 0;
	border: 1px solid #c50018;
	padding: 15px;
    box-sizing: border-box;
}

.index-com-content-list{
	width: 95%;
	height: 480px;
	overflow: hidden;
	margin: 0 auto;
	padding: 30px 0;
    box-sizing: border-box;
}

.index-com-content-list li{
	float: left;
	width: 30%;
	margin: 1% 1.5%;
}

.index-com-content-list li img{
	width: 100%;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.swiper-pagination-bullet-active{
	background-color: #c50018 !important;
}
.swiper-button-prev{
	width: 73px !important;
	height: 73px !important;
	background-size: 100% !important;
	background-position: top !important;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	background-image: url(/d/img/bg.png) !important;
	background-repeat:  no-repeat
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	background-image: url(/d/img/bg.png) !important;
	background-repeat:  no-repeat
}
.swiper-button-next{
	width: 73px !important;
	height: 73px !important;
	background-size: 100% !important;
	background-position: bottom !important;
}

/* 薪税优化常识 */
.index-cs {
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: 30px auto;
	background: #fff;
	padding: 50px 40px;
	box-shadow: 0 0 10px rgba(148, 133, 133, 0.1);
	border-radius: 4px;
    box-sizing: border-box;
}

.index-cs h2 {
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 34px;
	margin-bottom: 40px;
	color: #333;
}

.index-cs h2 span {
	display: inline-block;
	position: relative;
}

.index-cs h2 span::before {
	content: '';
	width: 100px;
	height: 1px;
	font-size: 0;
	position: absolute;
	left: -110px;
	top: 50%;
	transform: translateY(-20%);
	background: url(/d/img/line.jpg) no-repeat;
	background-size: contain;
}

.index-cs h2 span::after {
	content: '';
	width: 100px;
	height: 1px;
	font-size: 0;
	position: absolute;
	right: -110px;
	top: 50%;
	transform: translateY(-20%);
	background: url(/d/img/line.jpg) no-repeat;
	background-size: contain;
}
.index-cs-box{
	width: 100%;
	height: auto;
	overflow: hidden;
	
}
@media (min-width:750px) and (max-width:1199px) {
	.index-qs {
		width: 90%;
		height: auto;
		overflow: hidden;
		margin: 0 auto;
	}

	.index-qs ul li {
		float: left;
		width: 25%;
		overflow: hidden;
		border-radius: 2px;
		text-align: center;
		position: relative;
		margin: 0 0 20px;
		padding: 0 15px;
        box-sizing: border-box;
	}

	.index-qs ul li b {
		height: 130px;
	}

	.index-qs ul li p {
		width: 100%;
		height: 44px;
		line-height: 22px;
		font-size: 14px;
		margin-top: 10px;
		color: #333;
	}

	/* 税收筹划方法 */
	.index-method {
		width: 90%;
		height: auto;
		overflow: hidden;
		margin: 0 auto;
	}

	/* 调整前后 */
	.index-tz {
		width: 90%;
		height: auto;
		overflow: hidden;
		margin: 0 auto;
	}

	.index-tz-bottom {
		padding: 20px;
        box-sizing: border-box;
	}

	.index-tz-bottoml {
		width: 430px;
	}

	.index-tz-bottomr {
		width: 140px;
		margin-top: 15px;
	}

	.index-tz-bottomr img {
		width: 140px;
	}

	.index-tz-bottoml dl dd {
		padding: 0;
	}

	.index-tz-bottoml dl dd p {
		margin: 0;
	}

	/* 选择薪税优化 为企业降低成本 */
	.index-yh{
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 0 auto;
		margin-top: 60px;
		margin-bottom: 40px;
	}

	/* 薪税优化就选RG&#30343;&#23478;&#35270;&#35759;人力 */
	.index-findhro{
		width: 90%;
		height: auto;
		overflow: hidden;
		margin: 0 auto;
		background: #fff;
		padding: 50px 10px;
		margin-top: 30px;
		box-shadow: 0 0 10px rgba(148, 133, 133, 0.1);
		border-radius: 4px;
        box-sizing: border-box;
	}
	.index-findhro-list{
		width: 96%;
	}
	.index-findhro-loop{
		padding: 0;
	}

	/* 我们有幸参与1000+企业的成功之旅 */
	.index-com{
		width: 90%;
		height: auto;
		overflow: hidden;
		margin: 0 auto;
		padding: 30px 10px;
		margin-top: 30px;
        box-sizing: border-box;
	}
	.index-com-content-list{
		width: 95%;
		height: auto;
		overflow: hidden;
		margin: 0 auto;
		padding: 30px 0;
        box-sizing: border-box;
	}

	/* 薪税优化常识 */
	.index-cs {
		width: 90%;
		height: auto;
		overflow: hidden;
		margin: 0 auto;
	}


}

@media (max-width: 749px) {
	.index-qs {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 0 auto;
		background: #fff;
		padding: 20px 10px;
		margin-top: 30px;
		border-radius: 0;
		box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	}

	.index-qs h2 {
		font-size: 24px;
		margin-bottom: 20px;
	}

	.index-qs h2 span {
		display: inline-block;
		position: relative;
	}

	.index-qs h2 span::before {
		content: '';
		background: none;
		background-size: contain;
	}

	.index-qs h2 span::after {
		content: '';
		background: none;
	}

	.index-qs ul li {
		float: left;
		width: 50%;
		overflow: hidden;
		border-radius: 2px;
		text-align: center;
		position: relative;
		margin: 0 0 20px;
		padding: 0 15px;
        box-sizing: border-box;
	}

	.index-qs ul li span {
		font-size: 22px;
	}

	.index-qs ul li b {
		display: block;
		width: 100%;
		height: 100px;
		border-radius: 4px;
		overflow: hidden;
	}

	.index-qs ul li p {
		width: 100%;
		height: 44px;
		line-height: 22px;
		font-size: 14px;
		margin-top: 10px;
		color: #333;
	}

	/* 税收筹划方法 */
	.index-method {
		width: 90%;
		height: auto;
		overflow: hidden;
		margin: 30px auto 10px;
	}

	.index-method-loop {
		display: block;
		float: left;
		width: 100%;
		height: 190px;
		overflow: hidden;
		margin: 0 0 30px 0;
	}

	/* 调整前后 */
	.index-tz {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 0 auto;
		border-radius: 0;
		padding: 30px 0;
	}

	.index-tz-l,
	.index-tz-r {
		padding: 0;
		float: none;
		width: 100%;
	}

	.index-tz-r {
		margin-top: 50px;
	}

	.index-tz-lb {
		margin-top: 30px;
	}

	.index-tz-rdes {
		margin-top: 30px;
	}

	.index-tz-l::after {
		background: none;
	}

	.index-tz-bottom {
		width: 94%;
		padding: 20px;
        box-sizing: border-box;
	}

	.index-tz-bottoml {
		width: 100%;
	}

	.index-tz-bottomr {
		display: none;
		width: 140px;
		margin-top: 15px;
	}

	.index-tz-bottomr img {
		width: 140px;
	}

	.index-tz-bottoml dl dd {
		padding: 0;
	}

	.index-tz-bottoml dl dd p {
		margin: 0;
	}

	/* 选择薪税优化 为企业降低成本 */
	.index-yh{
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 0 auto;
		margin-top: 60px;
		margin-bottom: 40px;
	}
	.index-yh h2{
		font-size: 24px;
	}

	.index-yh-des{
		width: 90%;
	}

	.index-yh-loop{
		width: 90%;
		margin: 0;
		margin-bottom: 30px;
	}

	/* 薪税优化就选RG&#30343;&#23478;&#35270;&#35759;人力 */
	.index-findhro{
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 0 auto;
		background: #fff;
		padding: 50px 10px;
		margin-top: 30px;
		box-shadow: 0 0 10px rgba(148, 133, 133, 0.1);
		border-radius: 0;
        box-sizing: border-box;
	}
	.index-findhro h2{
		font-size: 26px;
	}
	.index-findhro-list{
		width: 96%;
		margin-bottom: 0;
	}
	.index-findhro-loop{
		float: none;
		padding: 0;
		width: 90%;
		margin: 0 auto 50px;
	}

	.index-findhro-loop p{
		padding: 0;
	}

	/* 我们有幸参与1000+企业的成功之旅 */
	.index-com{
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 0 auto;
		padding: 30px 10px;
		margin-top: 30px;
        box-sizing: border-box;
	}
	.index-com-content-list{
		width: 98%;
		height: auto;
		overflow: hidden;
		margin: 0 auto;
		padding: 10px 0 30px;
        box-sizing: border-box;
	}
	.index-com dl dd h3{
		font-size: 16px;
	}
	.index-com dl dd p{
		font-size: 12px;
	}

	.swiper-button-prev, .swiper-button-next{
		display: none;
	}

	/*  */
	.index-cs {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 30px auto;
		background: #fff;
		padding: 20px 10px;
		border-radius: 0;
		box-shadow: 0 0 10px rgba(0, 0, 0, .1);
        box-sizing: border-box;
	}

	.index-cs h2 {
		font-size: 24px;
		margin-bottom: 20px;
	}

	.index-cs h2 span {
		display: inline-block;
		position: relative;
	}

	.index-cs h2 span::before {
		content: '';
		background: none;
		background-size: contain;
	}

	.index-cs h2 span::after {
		content: '';
		background: none;
	}


}