@import "../font/iconfont.css";
*{padding: 0; margin: 0;}
body{
	background: none !important;
}
ul{
	list-style: none;
}
a{
	text-decoration: none;
	font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0em;
	color: #333333;
}
.mt20{
	margin-top: 20px;
}
.w1260{
	width: 1260px;
}
.w1260-t{
	width: 1260px !important;
	margin: 0 auto;
}
.current {
	padding-bottom: 0px;
    height: 100px;
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    width: 1260px;
    margin: 0 auto;
    line-height: 100px;
}
.shbz-main{
	/*background: url(../images/shbzfw-bg.jpg) #fad8bf top center no-repeat;*/
	overflow: hidden;
}
.shbz-top{
	width: 1260px;
	height: 233px;
	margin: 0 auto;
	overflow: hidden;
	margin-bottom: 20px;
}
.shbz-top img{
	width: 100%;
	height: 100%;
}
.shbz-content1{
	width: 1260px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	flex-grow: 2;
	justify-content: space-between;
	margin: 0 auto;
	margin-top: 40px;
}
.shbz-content1-item{
	width: calc(100% / 2 - 20px);
	
}
.jtfw-common-title {
	font-family: SourceHanSansCN;
	font-size: 28px;
	font-weight: bold;
	color: #333333;
	text-align: center;
	line-height: 70px;
	height: 92px;
	width: 100%;
}

.jtfw-common-title .border {
	height: 1px;
	width: 100%;
	background: #D69525;
	margin-top: 44px;
	display: inline-block;
}

.jtfw-common-title .text {
	margin: 0 auto;
	margin-top: -61px;
	padding: 0 30px;
}

.jtfw-common-title a {
	font-family: SourceHanSansCN;
	font-size: 28px;
	font-weight: bold;
	letter-spacing: 0em;
	color: #D69525;
	padding: 30px 50px;
	background: #FFFFFF;
	position: relative;
}

.jtfw-common-title a label {
	color: #3D3D3D;
}

.jtfw-common-title a::before {
	content: "";
	width: 7px;
	height: 7px;
	border-radius: 50%;
	display: inline-block;
	position: absolute;
	background-color: #D69525;
	left: 0px;
	top: 48%;
}

.jtfw-common-title a::after {
	content: "";
	width: 7px;
	height: 7px;
	border-radius: 50%;
	display: inline-block;
	position: absolute;
	background-color: #D69525;
	right: 0px;
	top: 48%;
}
.shbz-common-title-shbzjg{
	background: url(../images/shbzfw-list-title-shbzjg-bg.png) center no-repeat;
	font-family: SourceHanSansCN;
	font-size: 28px;
	font-weight: bold;
	letter-spacing: 0em;
	color: #333333;
	text-align: center;
	line-height: 70px; 
	height: 89px;
	text-indent: 30px;
}
.shbz-common-title-shbzjg a{
	font-family: SourceHanSansCN;
	font-size: 28px;
	font-weight: bold;
	letter-spacing: 0em;
	color: #333333;
	text-align: center;
	line-height: 70px; 
	height: 89px;
}
.shbz-common-list{
	overflow: hidden;
	padding: 0 20px;
}
.shbz-common-list li{
	line-height: 40px;
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	flex-grow: 2;
	justify-content: space-between;
}
.shbz-common-list a{
	float: left;
	width: calc(100% - 120px);
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.shbz-common-list span{
	float: right;
	display: inline-block;
	line-height: 40px;
}
.shbz-cjwt-bottom{
	margin-top: 30px;
}
.shbz-cjwt-bottom ul{
	background: #FFF0E6;
	width: 620px;
	height: 100px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	flex-grow: 3;
	justify-content: space-between;
}
.shbz-cjwt-bottom li{
	width: calc(100% / 3);
	text-align: center;
	margin-top: 15px;
}
.shbz-cjwt-bottom li a img{
	transition: .5s all ease;
}
.shbz-cjwt-bottom li:hover img{
	transform:rotateY(360deg);
	-ms-transform:rotateY(360deg); 	/* IE 9 */
	-moz-transform:rotateY(360deg); 	/* Firefox */
	-webkit-transform:rotateY(360deg); /* Safari å’Œ Chrome */
	-o-transform:rotateY(360deg); 	/* Opera */
}

.shbz-content2{
	width: 1260px;
	margin: 0 auto;
	margin-top:80px;
	margin-bottom: 80px;
}
.shbzjg-list{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	flex-grow: 3;
	justify-content: space-between;
	margin-top: 60px;
}
.shbzjg-list li{
	width: calc(100% / 3 - 60px);
	height: 175px;
	border-radius: 261px;
	background: #FFFFFF;
	text-align: center;
	padding: 40px 0;
	box-shadow: 0px 4px 10px 0px rgba(123, 82, 11, 0.16);
}
.shbzjg-list li:hover{
	border-radius: 261px;
	background: #D69525;
}
.shbzjg-list li a{
	font-family: MicrosoftYaHei;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0em;
	display: block;
}
.shbzjg-list li:hover a{
	font-family: MicrosoftYaHei;
	font-size: 24px;
	font-weight: normal;
	letter-spacing: 0em;
	color: #FFFFFF;
	font-weight: bold;
}
.shbz-content3{
	width: 1260px;
	height: 640px;
	margin: 0 auto;
	padding-top: 90px;
}
.shbz-content3 ul{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	flex-grow: 3;
	justify-content: space-between;
	margin-top: 36px;
}
.shbz-content3 ul li{
	width: 620px;
	height: 205px;
	background: url(../images/shbx-list-bg1.png) center no-repeat;
	margin-bottom: 20px;
	position: relative;
	box-shadow: 0px 4px 33px 0px rgba(200, 129, 75, 0.23);
}
.shbz-content3 ul li:nth-child(2n){
	background: url(../images/shbx-list-bg2.png) center no-repeat;
}
.shbz-content3 ul li a{
	font-family: MicrosoftYaHei;
	font-size: 24px;
	font-weight: normal;
	letter-spacing: 0em;
	color: #3D3D3D;
	font-weight: bold;
}
.shbz-content3 ul li a img{
	position: absolute;
	right: 20px;
	top: 35px;
}
.shbz-bt{
	line-height: 220px;
	margin-left: 90px;
}

.shbz-content4{
	width: 1260px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 80px;
}
.shbz-content4-item{
	width: 100%;
}
.shbz-content4-item-ydfx{
	overflow: hidden;
	padding: 20px;
	background: #ffffff;
	margin-top: 20px;
}
.shbz-content4-item-ydfx-nr{
	float: right;
	width: 787px;
}
.shbz-content4-item-ydfx-nr ul{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	flex-grow: 2;
	justify-content: space-between;
	margin-top: 15px;
}
.shbz-content4-item-ydfx-nr ul li{
	width: calc(100% / 2 - 20px);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 50px;
}
.shbz-content4-gpsx{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	flex-grow: 2;
	justify-content: space-between;
	margin-top: 20px;
}
.shbz-content4-gpsx-item{
	width: calc(100% / 2 - 50px);
	padding: 20px;
	background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 100%);
	box-shadow: 0px 4px 39px 0px rgba(128, 64, 15, 0.23);
	height: 389px;
}
.shbz-content4-container-item-bt1{
	background: url(../images/shbx-tpsx-t-bg1.png) left no-repeat;
	width: 787px;
	height: 42px;
	line-height: 28px;
	text-indent: 10px;
	font-family: MicrosoftYaHei;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0em;
	color: #3D3D3D;
}
.shbz-content4-container-item-bt1 a{
	font-family: MicrosoftYaHei;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0em;
	color: #3D3D3D;
}
.shbz-content4-container-item-bt2{
	background: url(../images/shbx-tpsx-t-bg2.png) left no-repeat;
	width: 550px;
	height: 42px;
	line-height: 28px;
	text-indent: 10px;
	font-family: MicrosoftYaHei;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0em;
	color: #3D3D3D;
}
.shbz-content4-container-item-bt2 a{
	font-family: MicrosoftYaHei;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0em;
	color: #3D3D3D;
}
.shbz-content4-item-lnrzqlist{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	flex-grow: 3;
	justify-content: space-between;
	background: #FFFFFF;
	margin-top: 30px;
	height: 336px;
}
.shbz-content4-item-lnrzqlist li{
	width: calc(100% / 3 - 25px);
	text-align: center;
	padding: 20px 0;
}
.shbz-content4-item-lnrzqlist li a{
	display: block;
}
.shbz-content4-item-lnrzqlist li a img{
	transition: .5s all ease;
}
.shbz-content4-item-lnrzqlist li:hover img{
	transform:rotateY(360deg);
	-ms-transform:rotateY(360deg); 	/* IE 9 */
	-moz-transform:rotateY(360deg); 	/* Firefox */
	-webkit-transform:rotateY(360deg); /* Safari å’Œ Chrome */
	-o-transform:rotateY(360deg); 	/* Opera */
}
.shbz-content4-item-cjrzqlist{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	flex-grow: 3;
	justify-content: space-between;
	background: #FFFFFF;
	margin-top: 30px;
	height: 336px;
}
.shbz-content4-item-cjrzqlist li{
	width: calc(100% / 3);
	text-align: center;
	padding: 20px 0;
}
.shbz-content4-item-cjrzqlist li a{
	display: block;
}
.shbz-content4-item-cjrzqlist li a img{
	transition: .5s all ease;
}
.shbz-content4-item-cjrzqlist li:hover img{
	transform:rotateY(360deg);
	-ms-transform:rotateY(360deg); 	/* IE 9 */
	-moz-transform:rotateY(360deg); 	/* Firefox */
	-webkit-transform:rotateY(360deg); /* Safari å’Œ Chrome */
	-o-transform:rotateY(360deg); 	/* Opera */
}

.shbz-cxfw-list{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	flex-grow: 3;
	justify-content: space-between;
	background: #FFFFFF;
	margin-top: 30px;
	height: 160px;
}
.shbz-cxfw-list li{
	width: calc(100% / 4);
	text-align: center;
	padding: 20px 0;
}
.shbz-cxfw-list li a{
	display: block;
}
.shbz-cxfw-list li a img{
	transition: .5s all ease;
}
.shbz-cxfw-list li:hover img{
	transform:rotateY(360deg);
	-ms-transform:rotateY(360deg); 	/* IE 9 */
	-moz-transform:rotateY(360deg); 	/* Firefox */
	-webkit-transform:rotateY(360deg); /* Safari å’Œ Chrome */
	-o-transform:rotateY(360deg); 	/* Opera */
}


@media screen and (max-width: 515px){
	.shbz-top{
		width: 100%;
		height: 100%;
	}
}
@media screen and (max-width: 616px){
	.shbz-top{
		width: 100%;
		height: 100%;
	}
}
@media screen and (max-width: 768px){
	.shbz-top{
		width: 100%;
		height: 100%;
	}
}
@media screen and (max-width: 996px){
	
}
@media screen and (max-width: 1024px){
	.shbz-top{
		width: 100%;
		height: 100%;
	}
}

.waiwei {
	margin: 0 auto;
	overflow: hidden;
}
.bgc{
	background: rgba(255, 210, 132, 0.13);
}
.ttbjc{
	background: #fff9ef !important;
}
.mt30{
	margin-top: 30px;
}
/*一件事服务*/
.outBox {
	text-align: left;
	background: rgba(255, 210, 132, 0.13);
	margin-top: 30px;
	padding-bottom: 30px;
}

.outBox .hd {
	height: 80px;
	line-height: 80px;
	background: #ffffff;
	padding: 0 20px;
	position: relative;
}

.outBox .hd ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 1260px;
	margin: 0 auto;
}

.outBox .hd ul li {
	float: left;
	cursor: pointer;
	width: 310px;
	height: 80px;
	text-align: center;
	font-family: Microsoft YaHei;
	font-size: 20px;
	font-weight: bold;
	color: #333333;
}

.outBox .hd ul li i {
	display: none;
}

.outBox .hd ul li.on {
	height: 80px;
	background: #D69525;
	color: #FFFFFF;
}

.outBox .hd ul li.on i {
	color: #D69525;
	display: block;
	margin-top: -37px;
	height: 44px;
}

.outBox .bd {
	/*height: 600px;*/
	padding-bottom: 60px !important;
}

.inBox {
	padding: 15px 15px 0 15px;
	height: auto !important;
}

.inBox .inHd {
	padding: 33px 0 0 0;
	width: 1230px !important;
	margin: 0 auto !important;
}

.inBox .inHd ul {
	overflow: hidden;
	zoom: 1;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.inBox .inHd ul li {
	text-align: center;
	float: left;
	cursor: pointer;
	font-family: Microsoft YaHei;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	line-height: 90px;
	height: 150px;
	width: 38px;
}

.inBox .inHd ul li i {
	color: #D69525;
	font-size: 38px;
}

.inBox .inHd ul li div {
	width: 80px;
	height: 80px;
	background: #ffffff;
	border-radius: 273px;
	margin: 0 auto;
}

.inBox .inHd ul li p {
	line-height: 50px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.inBox .inHd ul li.wjt{width: calc(100% / 8 - 40px);}
.inBox .inHd ul li.wjt i {
	color: #D69525;
	font-size: 45px;
	padding: 17.5px;
	display: block;
	line-height: 45px;
}

.inBox .inHd ul li.on {
	color: #D69525;
	background: url(../images/duobianxing-img.png) bottom center no-repeat;
}

.inBox .inHd ul li.on div {
	background: #D69525;
}

.inBox .inHd ul li.on i {
	color: #ffffff;
}

.inBox .inBd {
	width: 1230px !important;
	margin: 0 auto !important;
	background: #FFFFFF;
	box-shadow: 0px 4px 38px 0px rgba(118, 57, 13, 0.26);
	padding: 15px;
}

.inBox .inBd ul {
	position: relative;
	zoom: 1;
	overflow: hidden;
	box-shadow: inset 0px 4px 11px 0px rgba(118, 57, 13, 0.26);
	padding: 37px 42px 45px 42px;
	text-indent: 2em;
	line-height: 35px;
}
.inBox .inBd ul *{
	text-indent: 2em;
	line-height: 35px;
}
.inBox .inBd ul .nm-content{
	overflow: hidden;
}
.inBox .inBd ul .more{
	position:absolute;
	bottom: 10px;
	right: 20px;
	color: #D69525;
}
.inBox .inBd ul .more i{
	color: #D69525;
	margin-left: 5px;
}