body{
	font-family: PingFangSC-Medium;
	background-color: #f9f9f9;
}
.pageBox{
	background: url(bg.png) top center no-repeat;
	
}
/* 顶部logo */
.headLogo {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
	background-image: url(xjwelcome.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.headLogo > img{
	margin: 110px 36px;
	width: 531px;
	height: 80px;
}
.headLogo p{
	width: 126px;
	height: 40px;
	background: #FFFFFF60;
}
.headLogo a{
	display: block;
	width: 116px;
	height: 40px;
	line-height: 40px;
	font-weight: 600;
	font-size: 16px;
	color: #F2393A;
	text-align: center;
	background-image: url(jiantou.png);
	background-repeat: no-repeat;
	background-position: right;
}
.headLogo a img{
	margin-left: 8px;
	width: 18px;
	height: 13px;
}
/* 服务专题 */
.fwztBox {
    display: flex;
    width: 1100px;
    margin: 0 auto;
    flex-direction: row;
    justify-content: space-between;
}
.titleH1 {
    height: 28px;
    font-weight: 600;
    font-size: 20px;
    color: #102534;
    letter-spacing: 0;
	border-left: 3px solid #F2393A;
	padding-left: 15px;
	margin-bottom: 20px;
}
.fwzt{
	width: 750px;
	height: 496px;
	background: #FFFFFF;
	box-shadow: 0 2px 10px 0 #99999933;
	padding: 20px;
}
.zjbs{
	width: 350px;
	height: 496px;
	background: #FFFFFF;
	box-shadow: 0 2px 10px 0 #99999933;
	padding: 20px;
}
.fwzt .swiper-container {
	width: 100%;
	height: 420px;
	margin-left: auto;
	margin-right: auto;
}
.fwzt .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* width: 217px!important; */
	height: 184px;
	background: #FFFFFF;
	box-shadow: 0 2px 10px 0 #99999933;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.fwzt .swiper-wrapper {
    height: 396px;
}
.fwzt .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
    bottom: 0px;
}
.fwzt .swiper-slide a {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    align-items: center;
}
.fwzt .swiper-slide a img{
	width: 217px;
	height: 124px;
}
.fwzt .swiper-slide a p{
	width: 100%;
	height: 24px;
	font-weight: 500;
	font-size: 16px;
	color: #333333;
	letter-spacing: 0;
	line-height: 24px;
	margin: 18px 0;
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
}
.fwzt .swiper-pagination-bullet {
    width: 22px;
    height: 5px;
    border-radius: 0;
    background-color: #007bff !important;
}
.zjbs ul li {
    width: 310px;
    height: 112px;
    background: #F2F7FD;
    display: flex;
    flex-direction: row;
    padding: 16px 20px;
	margin-bottom: 20px;
}
.zjbs ul li div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 20px;
    justify-content: center;
}
.zjbs ul li div p{
	font-weight: 600;
	font-size: 16px;
	color: #102534;
	letter-spacing: 0;
	margin-bottom: 8px;
}
.zjbs ul li div span{
	font-weight: 500;
	font-size: 14px;
	color: #999999;
	letter-spacing: 0;
}
/* 各类服务 */
.glfwBox{
	width: 1100px;
	height: 200px;
	margin: 20px auto;
	padding: 0 20px;
	background: #FFFFFF;
	box-shadow: 0 2px 10px 0 #99999933;
    position: relative;
}
.glfwBox > ul {
    display: flex;
    height: 60px;
    border-bottom: 1px solid #e8e8e8;
}
.glfwBox > ul li{
	width: 80px;
	height: 60px;
	line-height: 60px;
	font-weight: 600;
	font-size: 20px;
	color: #333333;
	letter-spacing: 0;
	margin-right: 30px;
    cursor: pointer;
}
.glfwBox .active {
    color: #F2393A !important;
    border-bottom: 3px solid #F2393A;
}
ul.morelink {
  position: absolute;
  right: 0px;
  height: 60px;
  top: 0px;
  border: 0px;
}
ul.morelink li a {
  font-size: 16px;
  color: #6aaaff;
  
}
ul.morelink li {
  display: none;
  width:auto;
}
ul.morelink li a img {
    margin-left: 8px;
}
.tabSon {
    padding-top: 20px;
}
/* 各类服务切换 */
.remenBox .swiper-container {
	width: 100%;
	height: 100%;
}
.remenBox .swiper-slide {
	height: 119px;
	width: 127px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.remenBox .swiper-slide img{
	width: 48px;
	height: 48px;
	margin-bottom: 8px;
}
.remenBox .swiper-pagination-bullet {
    width: 22px;
    height: 5px;
    border-radius: 0;
    background-color: #007bff !important;
}

.zhutiBox .swiper-container {
	width: 100%;
	height: 100%;
}
.zhutiBox .swiper-slide {
	height: 119px;
	width: 127px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.zhutiBox .swiper-slide img{
	width: 48px;
	height: 48px;
	margin-bottom: 8px;
}
.zhutiBox .swiper-slide p{
	width: 127px;
	display: block;
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
}
.zhutiBox .swiper-pagination-bullet {
    width: 22px;
    height: 5px;
    border-radius: 0;
    background-color: #007bff !important;
}

.bianminBox .swiper-container {
	width: 100%;
	height: 100%;
}
.bianminBox .swiper-slide {
	height: 119px;
	width: 127px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.bianminBox .swiper-slide img{
	width: 48px;
	height: 48px;
	margin-bottom: 8px;
}
.bianminBox .swiper-slide p{
	width: 127px;
	display: block;
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
}
.bianminBox .swiper-pagination-bullet {
    width: 22px;
    height: 5px;
    border-radius: 0;
    background-color: #007bff !important;
}
.remenBox,
.zhutiBox,
.bianminBox
{
	display: none;
}
.tabSon .activeBox {
    display: block;
}
/* 快捷入口 */
.kjrkBox{
	margin: 0 auto;
	margin-bottom: 20px;
	width: 1100px;
	height: 208px;
	background: #FFFFFF;
	box-shadow: 0 2px 10px 0 #99999933;
	padding: 20px;
}
.kjrkBox ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.kjrkBox li {
    width: 570px;
    height: 120px;
	background-repeat: no-repeat;
	padding: 20px 30px;
}
.kjrkBox li a{
	display: block;
	width: 100%;
	font-size: 24px;
	font-weight: 600;
	line-height: 2em;
}
.kjrkBox li p{
	font-size: 16px;
}
/* 办事事项 */
.bssxBox {
    width: 1200px;
    margin: 0 auto;
    background-color: #fff;
    padding: 20px 0;
    box-shadow: 0 2px 10px 0 #99999933;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.sxBox {
    width: 700px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}
.sxBox > ul li {
    width: 50px;
    height: 160px;
    background-color: #9f9f9f;
    color: #fff;
    font-size: 20px;
    writing-mode: vertical-lr;
    letter-spacing: 10px;
    line-height: 50px;
    text-align: center;
	margin-bottom: 10px;
	cursor: pointer;
}
.sxBox .active{
	background-color: #F2393A;
}
.dqBxo{
	width: 500px;
}
#bssxBox > div{
	display: none;
}
#bssxBox .activeBox{
	display: block !important;
}
.bssxBox .swiper-container {
	width: 100%;
	height: 300px;
}
.grbs, .frbs {
    width: 650px;
    height: auto;
    padding: 0 25px;
}
.bssxBox .swiper-slide ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.bssxBox .swiper-slide ul li{
	width: 150px;
	height: 46px;
	line-height: 46px;
	margin-bottom: 10px;
}
.bssxBox .swiper-slide ul li:hover a {
    color: #F2393A;
}
.swiper-slide ul li a{
	font-size: 18px;
}
.bssxBox .swiper-pagination-bullet {
    width: 22px;
    height: 5px;
    display: inline-block;
    border-radius: 0;
    background-color: #F2393A;
}
.dqBxo div {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}
.dqBxo div span {
    display: block;
    width: 60px;
    text-align: right;
    font-size: 18px;
    color: #F2393A;
    font-weight: 600;
    line-height: 30px;
}
.dqBxo div ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	width: 440px;
}
.dqBxo div li {
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    font-size: 18px;
    margin-bottom: 20px;
}
.dqBxo div li:hover{
	background-color: #F2393A;
}
.dqBxo div li:hover a{
	color: #FFFFFF;
}