* {
	margin: 0;
	padding: 0;
}

body {
	background: url(../images/yhjs-bg.png) top center no-repeat;
	width: 100%;
	height: 100%;
}

a {
	text-decoration: none;
}

ul {
	list-style: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.jsms-header {
	height: 109px;
	margin-top: 30px;
}

.jsms-header-center {
	width: 1260px;
	height: 100%;
	margin: 0 auto;
	position:relative;
}

.jsms-search-pannel {
	height: 86px;
	margin: 0 auto;
}

.jsms-search {
	width: 725px;
	height: 57px;
	background: #ffffff;
	border-radius: 29px;
	margin-top: 16px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.jsms-search select {
	width: 124px;
	height: 100%;
	border: none;
	outline: none;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	box-sizing: border-box;
	padding-left: 34px;
	padding-right: 20px;
	color: #3c3c3c;
	font-size: 16px;
	border-right: 1px solid rgba(231, 231, 231, 1);
	background: url(../images/seact-sanj.png) no-repeat 85% center;
	display: none;
}

.jsms-search input {
	width: calc(100% - (119px + 124px));
	height: 100%;
	box-sizing: border-box;
	outline: none;
	border: none;
	padding-left: 60px;
	font-family: "微软雅黑";
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
}

.jsms-search input::placeholder,
.jsms-search input::-webkit-input-placeholder,
.jsms-search input::-moz-placeholder,
.jsms-search input::-o-placeholder,
.jsms-search input::-ms-placeholder {
	color: #b3b3b3;
	font-size: 16px;
}

.jsms-search input:focus {
	outline: none;
	border: none;
}

.jsms-search-btn {
	width: 119px;
	height: 100%;
	background-color: #3f65e2;
	border: none;
	outline: none;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
}

.jsms-search-btn:focus {
	border: none;
	outline: none;
}

.jsms-hot-search {
	margin-top: 19px;
	box-sizing: border-box;
	text-align: center;
	display: inline-block;
	width: 100%;
}

.jsms-hot-search span,
.jsms-hot-search a {
	font-size: 16px;
	color: #3D3D3D;
	display: inline-block;
}

.jsms-hot-search a {
	margin-right: 18px;
}

.jsms-hot-search a:hover {
	color: #fcff41 !important;
}

.jsms-hot-search a:last-child {
	margin-right: 0px;
}

.main {
	width: 1260px;
	margin: 0 auto;
	border-radius: 14px;
	margin-top: 40px;
}

.slideTxtBox {
	width: 100%;
	text-align: left;
}

.slideTxtBox .hd {
	height: 120px;
	line-height: 120px;
	position: relative;
	padding: 0 10px;
	border-radius: 14px 14px 0 0;
	background: #fff;
	border-bottom: 2px solid #e7e7e7;
}

.slideTxtBox .hd ul {
	float: left;
	margin-left: -15px;
	height: 107px;
	margin-top: -29px;
	width: 90%;
}

.slideTxtBox .hd ul li {
	float: left;
	cursor: pointer;
	width: calc(100% / 3);
	height: 144px;
	line-height: 144px;
	text-align: center;
	font-family: MicrosoftYaHei-Bold;
	font-size: 36px;
	font-weight: bold;
	letter-spacing: 0em;
	color: #813838;
	background: url(../images/tab-split-bg.png) right center no-repeat;
}
.slideTxtBox .hd ul li:nth-of-type(1){
	background:none
}
.slideTxtBox .hd ul li:nth-of-type(3){
	background:none
}

.slideTxtBox .hd ul li.on {
	background: url(../images/tab-on.png) center no-repeat;
	background-size: 100%;
	font-family: MicrosoftYaHei-Bold;
	font-size: 36px;
	font-weight: bold;
	letter-spacing: 0em;
	color: #FFFFFF;
}
.slideTxtBox .hd ul li:hover {
	background: url(../images/tab-on.png) center no-repeat;
	background-size: 100%;
	font-family: MicrosoftYaHei-Bold;
	font-size: 36px;
	font-weight: bold;
	letter-spacing: 0em;
	color: #FFFFFF;
}

.slideTxtBox .bd ul {}

.moreBox {
	margin-top: -10px;
}

.zwdtmore {
	font-family: MicrosoftYaHei;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0em;
	color: #999999;
	background: url(../images/back-bg.png) left no-repeat;
	display: block;
	width: 100px;
	text-indent: 20px;
}

/*居民*/
.jm-pannel {
	/*padding: 0 10px;*/
	margin-bottom: 30px;
	background: #FFFFFF;
	border-radius: 0 0 14px 14px;
	overflow: hidden;
	padding-top: 15px;
}

.jm-content-top,
.jm-content-bottom {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	flex-grow: 3;
	justify-content: space-between;
}

.jm-content-bottom {
	margin-top: 20px;
	margin-bottom: 20px;
}

.jm-item {
	width: calc(100% / 3 - 30px);
	height: auto;
	background: rgba(255, 171, 68, 0.05);
	padding: 10px;
}
.jm-item:nth-of-type(2){
	background: rgb(68 208 255 / 5%);
}
.jm-item:nth-of-type(3){
	background: rgb(119 122 245 / 5%);
}

.slideTxtBox2 {
	text-align: left;
}

.slideTxtBox2 .hd2 {
	height: 42px;
	line-height: 42px;
	position: relative;
	border-bottom: 2px solid #F7F7F7;
}

.slideTxtBox2 .hd2 ul {
	float: left;
	position: absolute;
	height: 42px;
}

.slideTxtBox2 .hd2 ul li {
	float: left;
	cursor: pointer;
	width: 142px;
	height: 42px;
	text-align: center;
	font-family: MicrosoftYaHei-Bold;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 0em;
}

.slideTxtBox2 .hd2 ul li.on {
	width: 142px;
	height: 42px;
	line-height: 42px;
	border-radius: 6px;
	background: #3F65E2;
	color: #FFFFFF;
}

.connom-title {
	border-bottom: 2px solid #F7F7F7;
	height: 42px;
	line-height: 42px;
	font-family: MicrosoftYaHei-Bold;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 0em;
	color: #3F65E2;
}

.connom-more {
	float: right;
}

.connom-more a {
	background: url(../images/more-img.png) right no-repeat;
	display: block;
	width: 18px;
	height: 42px;
}

.slideTxtBox2 .bd2 ul {
	zoom: 1;
	margin-top: 10px;
}

.slideTxtBox2 .bd2 li {
	height: 47px;
	line-height: 47px;
	display: flex;
	justify-content: space-between;
}

.slideTxtBox2 .bd2 li a {
	font-family: MicrosoftYaHei;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0em;
	color: #3D3D3D;
	width: calc(100% - 100px);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.slideTxtBox2 .bd2 li .date {
	float: right;
	color: #999;
}

.cjbssx-pannel {
	margin-top: 10px;
	overflow: hidden;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	flex-grow: 3;
	justify-content: space-between;
}

.cjbssx-pannel li {
	float: left;
	width: 80.16px;
	height: 92.66px;
	border-radius: 10px;
	text-align: center;
	text-align: center;
	padding: 15px 20px;
	margin: 10px 0;
}
.cjbssx-pannel li a{
	display: block;
	width: 100%;
	height: 100%;
}
.cjbssx-pannel li p {
	font-family: SourceHanSansCN-Regular;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	letter-spacing: 0em;
	color: #3D3D3D;
}

.cjbssx-pannel li.cjbssx-li1 {
	background: rgba(68, 111, 255, 0.05);
}

.cjbssx-pannel li.cjbssx-li2 {
	background: rgba(255, 68, 68, 0.05);
}

.cjbssx-pannel li.cjbssx-li3 {
	background: rgba(53, 56, 203, 0.05);
}

.cjbssx-pannel li.cjbssx-li4 {
	background: rgba(68, 230, 255, 0.05);
}

.cjbssx-pannel li.cjbssx-li5 {
	background: rgba(255, 171, 68, 0.05);
}

.cjbssx-pannel li.cjbssx-li6 {
	background: rgba(193, 37, 37, 0.05);
}

.connom-list {
	overflow: hidden;
	margin-top: 10px;
}

.connom-list li {
	height: 47px;
	line-height: 47px;
	display: flex;
	justify-content: space-between;
}

.connom-list li a {
	font-family: MicrosoftYaHei;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0em;
	color: #3D3D3D;
	width: calc(100% - 100px);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.connom-list li .date {
	float: right;
	color: #999;
}

/*居民-常见问题-互动链接*/
.jm-cjwt-link {
	margin-top: 28px;
	overflow: hidden;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	flex-grow: 3;
	justify-content: space-between;
}
.jm-cjwt-link li{
	width: calc(100% / 3 - 10px);
}
.jm-cjwt-link li img{
	width: 100%;
}

/*居民-服务系统查询*/
.jm-fwxtcx-pannel {
	margin-top: 30px;
	overflow: hidden;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	flex-grow: 3;
	justify-content: space-between;
}

.jm-fwxtcx-pannel li {
	width: 120.16px;
	height: 198.43px;
	border-radius: 10px;
}

.jm-fwxtcx-pannel li a {
	display: block;
	width: auto;
	height: 118.43px;
	text-align: center;
	padding: 40px 20px;
	font-family: SourceHanSansCN-Regular;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	letter-spacing: 0em;
	color: #3D3D3D;
}

.jm-fwxtcx-pannel li p {
	margin-top: 10px;
}

.jm-fwxtcx-pannel li.link1 {
	background: rgba(255, 218, 68, 0.08);
}

.jm-fwxtcx-pannel li.link2 {
	background: rgba(52, 202, 92, 0.08);
	;
}

.jm-fwxtcx-pannel li.link3 {
	background: rgba(180, 68, 255, 0.05);
}

/*居民-热线电话*/
.jm-rxdh-list {
	overflow: hidden;
	margin-top: 12px;
}

.jm-rxdh-list li {
	height: 47px;
	/* line-height: 47px; */
	font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0em;
	color: #3D3D3D;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	flex-grow: 2;
	/*justify-content: space-between;*/
	align-items: center;
}

.jm-rxdh-list li span {
	display: block;
	width: 58%;
}
.jm-rxdh-list li span:nth-child(2n) {
	display: block;
	width: 42%;
}

.jm-content-footer {
	width: 1260px;
	height: 130px;
	border-radius: 14px;
	background: #FFFFFF;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 20px;
}

.jm-content-footer-link-left {
	width: 500px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	flex-grow: 2;
	justify-content: space-around;
}

.jm-content-footer-link-left li img {
	width: 220px;
	height: 108px;
}

.jm-content-footer-link-right {
	width: 740px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	flex-grow: 6;
	justify-content: space-around;
}

.jm-content-footer-link-right li {
	width: calc(100% / 6);
	text-align: center;
}

.jm-content-footer-link-right li a {
	display: block;
	width: calc(100% - 44px);
	height: calc(100% - 44px);
	padding: 22px;
}

.jm-content-footer-link-right li.link1 {
	background: url(../images/jm-content-footer-link-right-bg1.png) center no-repeat;
	background-size: 88%;
}

.jm-content-footer-link-right li.link2 {
	background: url(../images/jm-content-footer-link-right-bg2.png) center no-repeat;
	background-size: 88%;
}

.jm-content-footer-link-right li.link3 {
	background: url(../images/jm-content-footer-link-right-bg3.png) center no-repeat;
	background-size: 88%;
}

.jm-content-footer-link-right li.link4 {
	background: url(../images/jm-content-footer-link-right-bg4.png) center no-repeat;
	background-size: 88%;
}

.jm-content-footer-link-right li.link5 {
	background: url(../images/jm-content-footer-link-right-bg5.png) center no-repeat;
	background-size: 88%;
}

.jm-content-footer-link-right li.link6 {
	background: url(../images/jm-content-footer-link-right-bg6.png) center no-repeat;
	background-size: 88%;
}


/*企业*/
.qy-pannel {
	/*padding: 0 30px;*/
	margin-bottom: 30px;
	background: #FFFFFF;
	border-radius: 0 0 14px 14px;
	overflow: hidden;
}

.qy-content-top {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	flex-grow: 3;
	justify-content: space-between;
	margin-bottom: 20px;
}

.qy-item {
	width: calc(100% / 3 - 30px);
	height: auto;
	padding: 10px;
	background: rgba(255, 171, 68, 0.05);
}
.qy-item:nth-of-type(2){
	background: rgb(68 208 255 / 5%);
}
.qy-item:nth-of-type(3){
	background: rgb(119 122 245 / 5%);
}

.qy-cjbssx-pannel {
	margin-top: 10px;
	overflow: hidden;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	flex-grow: 3;
	justify-content: space-between;
}

.qy-cjbssx-pannel li {
	float: left;
	width: 80.16px;
	height: 92.66px;
	border-radius: 10px;
	text-align: center;
	text-align: center;
	padding: 15px 20px;
	margin: 10px 0;
}
.qy-cjbssx-pannel li a {
	display: block;
	width: 100%;
	height: 100%;
}
.qy-cjbssx-pannel li p {
	margin-top: 0px;
	font-family: SourceHanSansCN-Regular;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	letter-spacing: 0em;
	color: #3D3D3D;
}

.qy-cjbssx-pannel li.cjbssx-li1 {
	background: rgba(68, 111, 255, 0.05);
}

.qy-cjbssx-pannel li.cjbssx-li2 {
	background: rgba(255, 68, 68, 0.05);
}

.qy-cjbssx-pannel li.cjbssx-li3 {
	background: rgba(53, 56, 203, 0.05);
}

.qy-cjbssx-pannel li.cjbssx-li4 {
	background: rgba(68, 230, 255, 0.05);
}

.qy-cjbssx-pannel li.cjbssx-li5 {
	background: rgba(255, 171, 68, 0.05);
}

.qy-cjbssx-pannel li.cjbssx-li6 {
	background: rgba(193, 37, 37, 0.05);
}

/*企业-服务系统查询*/
.qy-fwxtcx-pannel {
	margin-top: 30px;
	overflow: hidden;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	flex-grow: 3;
	justify-content: space-between;
}

.qy-fwxtcx-pannel li {
	width: 120.16px;
	height: 115.78px;
	border-radius: 10px;
}

.qy-fwxtcx-pannel li a {
	display: block;
	width: 80.16px;
	height: 85.78px;
	text-align: center;
	padding: 15px 20px;
	font-family: SourceHanSansCN-Regular;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	letter-spacing: 0em;
	color: #3D3D3D;
}

.qy-fwxtcx-pannel li.link1 {
	background: rgba(255, 218, 68, 0.08);
}

.qy-fwxtcx-pannel li.link2 {
	background: rgba(255, 218, 68, 0.08);
}

.qy-fwxtcx-pannel li.link3 {
	background: rgba(255, 218, 68, 0.08);
}

.qy-fwxtcx-link {
	margin-top: 20px;
	background: url(../images/qy-fwxtcx-link-img.png) left no-repeat;
	background-position: 15px;
	width: 100%;
	height: 74.41px;
	line-height: 74.41px;
	border: 0.5px solid #3F65E2;
	border-radius: 6px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	flex-grow: 3;
	justify-content: flex-end;
}

.qy-fwxtcx-link li {
	margin-right: 14px;
}

.qy-fwxtcx-link li a {
	font-family: MicrosoftYaHei;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0em;
	color: #1668E6;
}

.qy-content-footer {
	width: 1260px;
	height: 118px;
	border-radius: 14px;
	background: #FFFFFF;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 20px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	flex-grow: 3;
	justify-content: space-around;
}
.qy-content-footer li{
	width: calc(100% / 4 - 20px);
}
.qy-content-footer li img{
	width: 100%;
}
.qy-zxx-list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	flex-grow: 3;
	justify-content: space-between;
}

.gsy-ewm{
	height: 209.91px;
	border-radius: 6px;
	opacity: 1;
	background: #FFFFFF;
	border: 1px solid #E8EEFF;
	text-align: center;
}
.gsy-ewm img{
	height: 174px;
}
.gsy-ewm p{
	font-size: 16px;
	color: #3F65E2;
}
.qy-zxx-list li {
	width: 186.44px;
	height: 113.96px;
	border-radius: 6px;
	background: #FFFFFF;
	border: 1px solid #E8EEFF;
	margin-top: 26px;
	position: relative;
}

.qy-zxx-list li a {
	width: 100%;
	height: 100%;
	display: block;
}

.qy-zxx-list li p {
	font-family: MicrosoftYaHei-Bold;
	font-size: 24px;
	font-weight: bold;
	margin-top: 35px;
	margin-left: 28px;
	color: #467FBC;
}

.qy-zxx-list li p.txt1 {
	color: #467FBC;
}

.qy-zxx-list li p.txt2 {
	color: #EC6B2D;
}

.qy-zxx-list li p.txt3 {
	color: #AC852B;
}

.qy-zxx-list li p.txt4 {
	color: #CE9E2D;
}

.qy-zxx-list li p.txt5 {
	color: #93444A;
}

.qy-zxx-list li p.txt6 {
	color: #1A527E;
}

.qy-zxx-list li .pic {
	width: 70px;
	height: 70px;
	position: absolute;
	bottom: 0;
	right: 0;
}


/*游客*/
.yk-pannel {
	/*padding: 0 30px;*/
	margin-bottom: 30px;
	background: #FFFFFF;
	border-radius: 0 0 14px 14px;
	overflow: hidden;
}

.yk-content-top {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	flex-grow: 3;
	justify-content: space-between;
	margin-bottom: 20px;
}

.yk-item {
	width: calc(100% / 3 - 30px);
	height: auto;
	padding: 10px;
	background: rgba(255, 171, 68, 0.05);
}
.yk-item:nth-of-type(2){
	background: rgb(68 208 255 / 5%);
}
.yk-item:nth-of-type(3){
	background: rgb(119 122 245 / 5%);
}

.slideBox_sygy_sp {
	width: 389px;
	height: 262.51px;
	overflow: hidden;
	position: relative;
}

.slideBox_sygy_sp .hd_sygy_sp {
	height: 5px;
	overflow: hidden;
	position: absolute;
	right: 20px;
	bottom: 5px;
	z-index: 1;
}

.slideBox_sygy_sp .hd_sygy_sp ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}

.slideBox_sygy_sp .hd_sygy_sp ul li {
	float: left;
	margin-right: 5px;
	width: 5px;
	height: 5px;
	line-height: 14px;
	text-align: center;
	background: #fff;
	cursor: pointer;
	border-radius: 219px;
}

.slideBox_sygy_sp .hd_sygy_sp ul li.on {
	background: #3F65E2;
	width: 10px;
}

.slideBox_sygy_sp .bd_sygy_sp {
	position: relative;
	height: 100%;
	z-index: 0;
}

.slideBox_sygy_sp .bd_sygy_sp li {
	zoom: 1;
	vertical-align: middle;
	position: relative;
}

.slideBox_sygy_sp .bd_sygy_sp li .play-btn {
	position: absolute;
	width: 510px;
	height: 262.51px;
	z-index: 9;
	top: 0;
	left: 0;
	background: url(../images/sp-play-btn.png) center no-repeat;
}

.slideBox_sygy_sp .bd_sygy_sp img {
	width: 510px;
	height: 262.51px;
	display: block;
	object-fit: cover;
}

.yk-dj-info {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	flex-grow: 2;
	justify-content: space-between;
	margin-top: 10px;
}

.yk-dj-info li {
	width: calc(100% / 2 - 5px);
	height: 70.42px;
	line-height: 70.42px;
	border-radius: 6px;
	background: #3F65E2;
	text-align: center;
}

.yk-dj-info li a {
	font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0em;
	color: #FFFFFF;
	display: block;
}

.yk-fwxtcx-pannel {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	flex-grow: 3;
	justify-content: space-between;
}

.yk-fwxtcx-pannel li {
	width: calc(100% / 3 - 5px);
	text-align: center;
}
.yk-fwxtcx-pannel li img{
	width: 100%;
	/*height: 128px;*/
}
.yk-fwxtcx-pannel li p {
	line-height: 80px;
	font-family: MicrosoftYaHei-Bold;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0em;
	color: #3D3D3D;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.yk-ggfwsx-pannel {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	flex-grow: 2;
	justify-content: space-between;
	margin-top: 20px;
}

.yk-ggfwsx-pannel li {
	width: calc(100% / 2 - 6px);
	height: 235.05px;
	border-radius: 6px;
	background: #F0FAFC;
	text-align: center;
}

.yk-ggfwsx-pannel li a {
	width: 100%;
	height: calc(100% - 80px);
	padding: 40px 0px;
	display: block;
}

.yk-ggfwsx-pannel li img {
	width: 135.53px;
	height: 114.47px;
	object-fit: cover;
}

.yk-ggfwsx-pannel li p {
	font-family: MicrosoftYaHei-Bold;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 0em;
	color: #3D3D3D;
	line-height: 50px;
}

.yk-dtktxlt-pannel {}

.outBox {
	width: 100%;
	text-align: left;
}

.outBox .outHd {
	height: 42px;
	line-height: 42px;
	position: relative;
	border-bottom: 2px solid #F7F7F7;
}

.outBox .outHd ul {
	float: left;
	position: absolute;
	height: 42px;
}

.outBox .outHd ul li {
	float: left;
	width: 168.43px;
	height: 34px;
	line-height: 34px;
	cursor: pointer;
	text-align: center;
	font-family: MicrosoftYaHei-Bold;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 0em;
	color: #446FFF;
}

.outBox .outHd ul li.on {
	border-radius: 6px;
	background: #3F65E2;
	color: #FFFFFF;
}

.inBox {
	padding: 15px 0px 0 0px;
}

.inBox .inHd {
	height: 29px;
	line-height: 29px;
	padding: 0 10px;
}

.inBox .inHd ul {
	overflow: hidden;
	zoom: 1;
}

.inBox .inHd ul li {
	height: 24px;
	width: 60px;
	text-align: center;
	float: left;
	cursor: pointer;
	width: 83px;
	height: 29px;
	border-radius: 6px;
	background: #D9D9D9;
	margin-right: 10px;
}

.inBox .inHd ul li.on {
	color: #fff;
	background: #446FFF;
}

.inBox .inBd ul {
	padding: 15px 0 0 0;
	zoom: 1;
	overflow: hidden;
}

.inBox .inBd li {
	height: 24px;
	line-height: 24px;
	overflow: hidden;
	zoom: 1;
}

.inBox .inBd li .date {
	float: right;
	color: #999;
}
.yk-dtkt-content{
	width: 389.08px;
	height: 315.36px;
	border-radius: 6px;
}
.yk-dtkt-content img{
	width: 389.08px;
	height: 315.36px;
	object-fit: cover;
	cursor: pointer;
}
.yk-kt-content{
	width: 389.08px;
	height: 358.36px;
}
.yk-kt-content img{
	width: 389.08px;
	height: 358.36px;
	object-fit: cover;
	cursor: pointer;
}
/*居民-常见问题-互动链接*/
.yk-cjwt-link {
	margin: 20px 0;
	overflow: hidden;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	flex-grow: 3;
	justify-content: space-between;
}
.yk-cjwt-link li{
	width: calc(100% / 3 - 5px);
	border-radius: 6px;
}
.yk-cjwt-link li img{
	width: 100%;
	height: 100%;
}


.yk-content-footer {
	width: 1260px;
	height: 100px;
	border-radius: 14px;
	background: #FFFFFF;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	flex-grow: 3;
	justify-content: space-around;
}

.yk-content-footer li{
	width: calc(100% / 3 - 20px);
	height: 100%;
	overflow: hidden;
}
.yk-content-footer li a{
	display: block;
	width: 100%;
	height: 100%;
}
.yk-content-footer li div{
	width: 90px;
	height: 34px;
	font-family: MicrosoftYaHei-Bold;
	font-size: 26px;
	font-weight: bold;
	letter-spacing: 0em;
	color: #FFFFFF;
	padding: 30px 0px;
	text-align: center;
	/* margin-right: 20px; */
}
.yk-content-footer li img{
	width: 72%;
}
.yk-content-footer li.link1{
	background: url(../images/yk-footer-link-bg1.png) left no-repeat;
	background-size: 22%;
}
.yk-content-footer li.link2{
	background: url(../images/yk-footer-link-bg2.png) left no-repeat;
	background-size: 22%;
}
.yk-content-footer li.link3{
	background: url(../images/yk-footer-link-bg3.png) left no-repeat;
	background-size: 22%;
}


/*@media screen and (max-width:1440px) {
	
}
@media screen and (max-width:1280px){
	
}

@media screen and (max-width: 1260px) {

}

@media screen and (max-width:1024px){
	.main{
		width: 100%;
	}
	.slideTxtBox .hd ul{
		width: 90%;
	}
	.jm-content-top, .jm-content-bottom{
		display: block;
	}
	.jm-item{
		width: auto;
	}
	.qy-item{
		width: 97%;
	}
	.yk-item{
		width: 97%;
	}
}
@media screen and (max-width:996px){
	.slideTxtBox .hd ul{
		width: 80%;
	}
	.slideBox_sygy_sp{
		width: auto;
		height: auto;
	}
}
@media screen and (max-width:768px){
	.slideTxtBox .hd ul{
		width: 72%;
	}
	.jsms-header{
		height: 220px;
	}
	.jsms-header-center{
		width: auto;
	}
	.jsms-search-pannel{
		float: left;
	}
	.jsms-search{
		width: auto;
	}
	
}
@media screen and (max-width:616px) {
	.cjbssx-pannel li{
		width: calc(100% / 2 - 50px);
	}
	.jm-fwxtcx-pannel li{
		width: calc(100% / 3 - 10px);
	}
	.jm-rxdh-list li span{
		width: 62%;
	}
	.jm-rxdh-list li span:nth-child(2n){
		width: 38%;
	}
	.jm-content-footer{
		width: auto;
		height: auto;
		overflow: hidden;
	}
	.jm-content-footer-link-left{
		width: auto;
	}
	.jm-content-footer-link-left li{
		width: calc(100% / 2 - 10px);
	}
	.jm-content-footer-link-left li img{
		width: 100%;
		height: 100%;
	}
	.jm-content-footer-link-right{
		margin-top: 15px;
		width: 100%;
		float: left !important;
	}
	.jm-content-footer-link-right li{
		width: calc(100% / 3);
	}
	.jm-content-footer-link-right li.link1{
		background: url(../images/jm-content-footer-link-right-bg1.png) center no-repeat;
		background-size: 58%;
	}
	.jm-content-footer-link-right li.link2{
		background: url(../images/jm-content-footer-link-right-bg2.png) center no-repeat;
		background-size: 58%;
	}
	.jm-content-footer-link-right li.link3{
		background: url(../images/jm-content-footer-link-right-bg3.png) center no-repeat;
		background-size: 58%;
	}
	.jm-content-footer-link-right li.link4{
		background: url(../images/jm-content-footer-link-right-bg4.png) center no-repeat;
		background-size: 58%;
	}
	.jm-content-footer-link-right li.link5{
		background: url(../images/jm-content-footer-link-right-bg5.png) center no-repeat;
		background-size: 58%;
	}
	.jm-content-footer-link-right li.link6{
		background: url(../images/jm-content-footer-link-right-bg6.png) center no-repeat;
		background-size: 58%;
	}
	.qy-content-footer{
		width: auto;
		height: auto;
	}
	.qy-content-footer li{
		width: calc(100% / 2 - 20px);
		margin-bottom: 10px;
	}
	.yk-content-footer{
		width: auto;
		height: auto;
	}
	.yk-content-footer li{
		width: auto;
		margin-bottom: 10px;
	}
	.yk-content-footer li div{
		padding: 45px 5px;
	}
	.qy-zxx-list li{
		width: calc(100% / 2 - 10px);
	}
	.yk-content-footer li a{
		display: flex;
		justify-content: space-between;
	}
	.yk-content-footer li img {
	    width: calc(100% / 2 - -96px);
	}
}
@media screen and (max-width:515px) {
	.jsms-search input{
		width: calc(100% - (119px + 10px));
	}
	.jm-content-footer-link-right li{
		width: calc(100% / 3);
	}
	.jsms-logo{
		text-align: center;
		display: block;
		width: 100%;
	}
}
@media screen and (max-width:414px) {
	.jm-content-footer-link-right li.link1{
		background: url(../images/jm-content-footer-link-right-bg1.png) center no-repeat;
		background-size: 88%;
	}
	.jm-content-footer-link-right li.link2{
		background: url(../images/jm-content-footer-link-right-bg2.png) center no-repeat;
		background-size: 88%;
	}
	.jm-content-footer-link-right li.link3{
		background: url(../images/jm-content-footer-link-right-bg3.png) center no-repeat;
		background-size: 88%;
	}
	.jm-content-footer-link-right li.link4{
		background: url(../images/jm-content-footer-link-right-bg4.png) center no-repeat;
		background-size: 88%;
	}
	.jm-content-footer-link-right li.link5{
		background: url(../images/jm-content-footer-link-right-bg5.png) center no-repeat;
		background-size: 88%;
	}
	.jm-content-footer-link-right li.link6{
		background: url(../images/jm-content-footer-link-right-bg6.png) center no-repeat;
		background-size: 88%;
	}
}	
@media screen and (max-width:372px) {
	
}
@media screen and (max-width:375px) {
	
}
@media screen and (max-width:320px) {
	
}*/



@media screen and (max-width: 1260px) {
	body{
		background-repeat: repeat-y;
	}
	.main{
		width: 750px;
	}
	.slideTxtBox .hd ul{
		width: 80%;
	}
	.slideTxtBox .hd{
		line-height: 80px;
		height: 80px;
	}
	.jm-item,.yk-item{
		width: 100%;
		box-sizing: border-box;
	}
	.cjbssx-pannel,.qy-content-footer{
		width: 100%;
	}
	.cjbssx-pannel li,.jm-fwxtcx-pannel li,.qy-cjbssx-pannel li,.qy-fwxtcx-pannel li,.qy-zxx-list li{
		width: calc(100% / 3 - 10px);
		box-sizing: border-box;
	}
	.jm-content-footer{
		display: flex;
		flex-direction: column;
		height: auto;
		width: 100%;
		align-items: center;
	}
	.jm-content-footer-link-left{
		width: 100%;
	}
	.jm-content-footer-link-right{
		margin: 10px 0;
	}
	.qy-item{
		width: 100%;
		box-sizing: border-box;
	}
	.qy-fwxtcx-pannel li a{
		width: 100%;
		box-sizing: border-box;
	}
	.qy-content-footer li{
		width: calc(100% / 2 - 10px);
		margin-bottom: 10px;
	}
	.qy-content-footer{
		height: auto;
	}
	.slideBox_sygy_sp{
		width: 100%;
		height: 414px;
	}
	.yk-dtkt-content{
		width: 100%;
	}
	.yk-dtkt-content img{
		width: 100%;
		height: auto;
	}
	.yk-kt-content{
		width: 100%;
		box-sizing: border-box;
		padding-top: 45px;
	}
	.yk-kt-content img{
		width: 100%;
		height: auto;
	}
	.yk-content-footer{
		width: 100%;
		justify-content: flex-start;
	}
/*	.yk-content-footer li{
		width: calc(100% / 2 - 20px);
		height: 100px;
		background-size: contain !important;
	}*/
	.yk-content-footer li{
		background-size: contain !important;
		background-position: center !important;
	}
	.yk-content-footer li:nth-child(2n){
		margin-left: 20px;
	}
	.yk-content-footer li a{
		display: flex;
		justify-content: center;
	}
	.yk-content-footer li img{
		display: none;
	}
	.yk-content-footer li div{
		width: 100px;
		height: 100px;
		box-sizing: border-box;
	}
	.jsms-header{
		height: 210px;
	}
	.jsms-header-center{
		width: 750px;
	}
	.slideTxtBox2 .bd2 li a,.connom-list li a,.cjbssx-pannel li p,.jm-fwxtcx-pannel li p,.jm-rxdh-list li span,.qy-cjbssx-pannel li p,.qy-fwxtcx-pannel li p{
		font-size: 20px;
	}
	.slideTxtBox2 .bd2 li .date,.connom-list li .date{
		font-size: 18px;
	}
	.cjbssx-pannel li,.qy-cjbssx-pannel li{
		height: 120px;
	}
}
