@charset "utf-8";

.location {
	padding: 12px 0 15px;
	line-height: 2;
	color: #043d80;
	font-size: 16px;
}
.service-main .s-hd {
	height: 294px;
	background: url(../img/service/serviceBg.png) no-repeat top center;
}
.service-main .online-bg {
	background: url(../img/service/onlineBg.png) no-repeat top center;
}
.service-main .news-bg {
	background: url(../img/service/newsBg.png) no-repeat top center;
}
.service-main .professional-bg {
	background: url(../img/service/professionalBg.png) no-repeat top center;
}

.service-nav {
	display: flex;
	/* justify-content: center; */
	position: absolute;
	left: 0;
	bottom: 0;
	padding-left: 54px;
	width: 100%;
	height: 54px;
}
.service-nav li {
	margin-top: 6px;
	padding: 0 25px;
	/* width: 140px; */
	height: 48px;
	line-height: 48px;
	color: #fff;
	font-size: 22px;
	text-align: center;
	background-color: rgba(0, 0, 0,.3);
	border-radius: 5px 5px 0 0;
	cursor: pointer;
}
.service-nav li.active,
.service-nav li:hover {
	margin-top: 0;
	height: 54px;
	line-height: 54px;
	color: #2e6ea4;
	font-weight: bold;
	background: #fff;
}
.service-nav li+li {
	margin-left: 10px;
}

.service-main .s-bd {
	margin-top: 55px;
}

.gb-con {
	padding: 45px 22px 0;
	height: 466px;
	background: url(../img/service/gbBg_01.png) no-repeat top center;
}
.gb-item-list {
	display: flex;
	justify-content: space-between;
}
.gb-item-list li {
	position: relative;
	padding-bottom: 40px;
	width: 369px;
	height: 361px;
	background: #fff;
}
.gb-item-list li p {
	margin-top: 20px;
	padding: 0 15px;
	line-height: 1.875;
	color: #666;
	font-size: 16px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
}
.gb-item-list li a {
	position: absolute;
	left: 50%;
	bottom: -25px;
	margin-left: -135px;
	width: 270px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	background: #1a90ff;
	border-radius: 25px;
}
.statement {
	padding: 30px 40px 30px 150px;
	background: #ebf0f8;
	border: 1px solid #d4d4d4;
}
.statement .smHd {
	position: absolute;
	top: -11px;
	left: 45px;
	width: 71px;
	height: 150px;
	background: url(../img/service/statementBg_01.png);
}
.statement p {
	line-height: 2;
	color: #333;
	font-size: 18px;
	text-indent: 2em;
}
.statement p:last-child {
	text-align: right;
}
.overseas .title {
	height: 45px;
	line-height: 45px;
	color: #2e6ea4;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	background: #f3f3f3;
}
.overseas .o-hd {
	display: flex;
	justify-content: space-between;
}
.overseas .o-hd a {
	padding: 0 30px;
	min-width: 140px;
	height: 40px;
	line-height: 38px;
	color: #444;
	font-size: 16px;
	text-align: center;
	border: 1px solid #c0d1d9;
	border-radius: 3px;
}
.overseas .o-hd a.active,
.overseas .o-hd a:hover {
	color: #fff;
	background: #548ffc;
	border: 1px solid #548ffc;
}
.overseas-list {
	display: flex;
	flex-wrap: wrap;
	border-left: 1px solid #c4d4db;
	border-top: 1px solid #c4d4db;
}
.overseas-list a {
	display: flex;
	align-items: center;
	padding-left: 40px;
	width: 11.11%;
	height: 62px;
	color: #2e6ea4;
	font-size: 16px;
	border-right: 1px solid #c4d4db;
	border-bottom: 1px solid #c4d4db;
}

.ydyl-col {
	display: flex;
	justify-content: space-between;
}
.ydyl-col .ydyl-l,
.ydyl-col .ydyl-r {
	width: 584px;
}
.ydyl-col .r-box {
	display: flex;
	justify-content: space-between;
}
.service-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 20px 0 45px;
	height: 58px;
	background: url(../img/service/serTitBg_01.png) no-repeat;
	background-size: cover;
}
.service-title .title {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}
.service-title .more {
	color: #fff;
	font-size: 16px;
}

.service-list-01 li {
	display: flex;
	justify-content: space-between;
	position: relative;
	padding-left: 24px;
	height: 58px;
	line-height: 56px;
	color: #666;
	font-size: 16px;
	border-bottom: 1px dashed #d8d8d8;
}
.service-list-01 li::before {
	position: absolute;
	content: ' ';
	left: 2px;
	top: 26px;
	width: 6px;
	height: 6px;
	background: #ccc;
	border-radius: 50%;
}

.service-title-02 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 8px 20px 8px 46px;
	height: 58px;
	/* background: url(../img/service/serTitBg_02.png) no-repeat; */
	background: url(../img/service/serTitBg_0.png) no-repeat;
}
.service-title-02 .more {
	color: #fff;
	font-size: 16px;
}
.service-title-02 .title {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}
.zcfg-nav {
	display: flex;
	/* padding-left: 20px; */
	/* padding-top: 10px; */
	/* height: 56px; */
}
.zcfg-nav li {
	line-height: 40px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	cursor: pointer;
}
.zcfg-nav li.active {
	color: #fff;
	border-bottom: 2px solid #fff;
}
.zcfg-nav li+li {
	margin-left: 80px;
}
.zcfg-col-1 .service-list-01 {
	width: 580px;
}

.fxff-box {
	padding: 12px 12px 22px;
	width: 584px;
	border: 1px solid #ccc;
}

.tx-list-01 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0 10px;
}
.tx-list-01 a {
	margin-top: 50px;
	padding-left: 75px;
	width: 251px;
	height: 46px;
	line-height: 44px;
	color: #0058a6;
	font-size: 18px;
	font-weight: bold;
	background: url(../img/service/iconTx_01.png) no-repeat 29px center;
	border: 1px solid #a4d3ff;
	border-radius: 23px;
	overflow: hidden;
}


.service-title-03 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 22px 0 45px;
	height: 68px;
	background: url(../img/service/serTitBg_03.png) no-repeat;
	background-size: cover;
}
.service-title-03 .title {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}
.tzcj-box {
	width: 383px;
	height: 289px;
	background: #c2e0fb;
}
.tz-item-list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.tz-item-list a {
	display: flex;
	align-items: center;
	margin: 10px auto 0;
	padding: 2px 15px 2px 50px;
	/* width: 288px; */
	width: 260px;
	height: 54px;
	line-height: 20px;
	color: #0058a6;
	font-size: 18px;
	font-weight: bold;
	/* background: url(../img/service/tzBg_02.png) no-repeat; */
	background: url(../img/service/fwBg_03.png) no-repeat;
}
.tjsj-box {
	background: rgba(2552, 255, 255,.6);
}
.tj-page-bg .footer {
	margin-top: 0;
}
.tj-page-bg .main {
	padding-bottom: 75px;
	background: url(../img/service/tjPageBg.png) no-repeat bottom center;
}

.tjsj-box .tx-list-01 {
	padding: 0 20px 40px;
}
.tjsj-box .tx-list-01 a {
	margin-top: 25px;
}
.t-box1 .tx-list-01 a {
	padding-left: 50px;
	width: 264px;
	background: url(../img/service/iconTx_01.png) no-repeat 15px center;
}
.t-box2 .tx-list-01 {
	padding: 0 45px 40px;
}
.t-box2 .tx-list-01 a {
	width: 213px;
}
.tj-nav {
	display: flex;
	height: 42px;
	line-height: 40px;
	color: #dbe6fa;
	font-size: 20px;
	font-weight: bold;
	cursor: pointer;
}
.tj-nav span+span {
	margin-left: 110px;
}
.tj-nav span.active {
	color: #fff;
	border-bottom: 2px solid #fff;
}

.service-title-04 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-right: 12px;
	height: 58px;
	border-bottom: 1px solid #88b0e0;
}
.service-title-04 .title {
	padding: 0 86px 0 50px;
	height: 57px;
	line-height: 57px;
	color: #fff;
	font-size: 22px;
	text-align: center;
	background: #558ffd url(../img/service/serTitBg_04_01.png) no-repeat right center;
	border-radius: 10px 0 0 0;
}
.service-title-04 .more {
	color: #444;
	font-size: 16px;
}
.year-col {
	text-align: center;
}
.year-col a {
	display: inline-block;
	width: 109px;
	height: 40px;
	line-height: 38px;
	color: #444;
	font-size: 16px;
	text-align: center;
	border: 1px solid #c4d4db;
	border-radius: 3px;
}
.year-col a+a {
	margin-left: 40px;
}
.year-col a.active,
.year-col a:hover {
	color: #fff;
	background: #548ffc;
	border-color: #548ffc;
}

.yw-list-01 {
	padding: 30px;
}
.yw-list-01+.yw-list-01 {
	border-top: 1px dashed #c6c6c6;
}
.yw-list-01 li {
	display: flex;
	justify-content: space-between;
	line-height: 48px;
	color: #a7a7a7;
	font-size: 16px;
}
.yw-list-01 li a {
	color: #000;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.yw-list-01 li span {
	flex-shrink: 0;
	width: 100px;
	text-align: right;
}

/* 分页 */
.page-col {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #000;
	font-size: 16px;
}
.page-col a {
	margin-right: 5px;
	padding: 0 20px;
	height: 44px;
	line-height: 44px;
	color: #000;
	border: 1px dashed #efefef;
	border-radius: 4px;
}
.page-col a.active,
.page-col a:hover {
	color: #fff;
	background: #3389ee;
	border: 1px solid #efefef;
}

.article .art-hd {
	padding: 50px 0 18px;
	text-align: center;
	border-bottom: 1px solid #c5c5c5;
}
.article .art-hd .title {
	line-height: 1.1;
	color: #333;
	font-size: 30px;
}
.article .art-hd .info {
	margin-top: 40px;
	color: #79879c;
	font-size: 16px;
}
.article .art-con {
	padding: 40px 45px 10px;
	line-height: 2;
	color: #333;
	font-size: 18px;
}
.article .art-con p {
	margin-bottom: 30px;
}
.article .art-con img {
	/* display: inline-block; */
	max-width: 80%;
	margin: 0 auto;
}
.article .art-con table {
	margin: 0 auto;
}
.article .art-con video {
	margin: 0 auto;
	width: 100%;
}
.article .art-tools {
	padding: 0 40px;
	color: #79879c;
}
.article .art-tools span {
	margin: 0 5px;
	cursor: pointer;
}
.recommend-col {
	margin-top: 35px;
}
.recommend-col .hd {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 30px;
	height: 45px;
	color: #79879c;
	font-size: 16px;
	background: #f3f3f3;
}
.recommend-col .hd .title {
	color: #000;
	font-weight: bold;
}
.recommend-col .con {
	padding: 25px 30px;
}
.txt-list-01 li {
	padding: 10px 0;
	line-height: 28px;
	font-size: 16px;
	color: #a7a7a7;
}
.txt-list-01 li a {
	color: #000;
	margin-right: 10px;
}
.disclaimer {
	padding: 25px 30px;
	background: #ecf5ff;
	border: 1px solid #cbdcf7;
}
.disclaimer .title {
	color: #333;
	font-size: 16px;
	font-weight: bold;
}
.disclaimer .con {
	line-height: 36px;
	font-size: 16px;
}
.disclaimer .con p {
	margin-top: 15px;
}

.dwmy-l,
.dwmy-r {
	width: 583px;
}
.dwmy-col .my-box {
	padding-top: 175px;
	height: 383px;
	background-color: #eef5fd;
	border: 1px solid #cacaca;
	border-radius: 12px 12px 10px 10px;
}
.dwmy-l .my-box {
	background-image: url(../img/service/myHdBg_01.png);
	background-repeat: no-repeat;
}
.dwmy-r .my-box {
	background-image: url(../img/service/myHdBg_02.png);
	background-repeat: no-repeat;
}

.tx-list-02 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0 15px;
}
.tx-list-02 a {
	flex-shrink: 0;
	margin-top: 18px;
	padding-left: 50px;
	width: 240px;
	height: 46px;
	line-height: 44px;
	color: #000;
	font-size: 16px;
	background: url(../img/service/iconTx_01.png) no-repeat 15px center;
	border: 1px solid #a4d3ff;
	border-radius: 23px;
	overflow: hidden;
}
.dwmy-l .tx-list-02 a:nth-child(2n) {
	width: 288px;
}
.dwmy-r .tx-list-02 {
	padding: 0 35px;
}


/* 热点滚动 */
.kj-con .tzScroll-left {
	position: relative;
	overflow: hidden;
}
.kj-con .tzScroll-left .hd {
	margin-bottom: 8px;
	overflow: hidden;
	height: 15px;
	/* padding: 0 10px 0 0; */
}
.kj-con .tzScroll-left .hd ul {
	display: flex;
	justify-content: center;
	text-align: center;
	overflow: hidden;
	zoom: 1;
}
.kj-con .tzScroll-left .hd ul li {
	float: left;
	width: 6px;
	height: 6px;
	overflow: hidden;
	margin-right: 8px;
	text-indent: -999px;
	cursor: pointer;
	background: #fff;
	border-radius: 3px;
}
.kj-con .tzScroll-left .hd ul li.on {
	background: #8b97a2;
}
.kj-con .tzScroll-left .bd {
	float: left;
	margin-left: 10px;
	width: 570px;
	
	overflow: hidden;
	position: relative;
}
.kj-con .tzScroll-left .bd ul li {
	margin: 0;
	float: left;
	_display: inline;
	/* width: 580px; */
	height: 270px;
	overflow: hidden;
}

.tzcj-col .tzScroll-left .hd {
	margin-top: 10px;
	overflow: hidden;
	height: 15px;
}
.tzcj-col .tzScroll-left .hd ul {
	display: flex;
	justify-content: center;
	text-align: center;
	overflow: hidden;
	zoom: 1;
}
.tzcj-col .tzScroll-left .hd ul li {
	float: left;
	width: 6px;
	height: 6px;
	overflow: hidden;
	margin-right: 8px;
	text-indent: -999px;
	cursor: pointer;
	background: #fff;
	border-radius: 3px;
}
.tzcj-col .tzScroll-left .hd ul li.on {
	background: #8b97a2;
}

.relust-table {
	width: 100%;
}
.relust-table td {
	padding: 10px 0;
	line-height: 20px;
	color: #2e6ea4;
	font-size: 16px;
	text-align: center;
	border: 1px solid #c4d4db;
}
.relust-table tr td:first-child {
	padding: 0 40px;
	text-align: left;
}


.retrieve-top {
	padding: 15px 0;
	line-height: 32px;
	color: #2e6ea4;
	font-size: 22px;
	border-bottom: 1px solid #dcdcdc;
}
.retrieve-top em {
	color: #bd0120;
	font-style: normal;
}
.retrieve-col .title {
	padding: 0 12px;
	height: 45px;
	line-height: 45px;
	color: #2e6ea4;
	font-size: 16px;
	font-weight: bold;
	background: #f3f3f3;
	border-left: 4px solid #00aeff;
}
.retrieve-col>.more {
	margin-top: 25px;
	color: #444;
	font-size: 16px;
}
.ret-list-01 li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 10px;
	padding: 10px;
	font-size: 16px;
	border-bottom: 1px dashed #c7c7c7;
}
.wd-col .ret-list-01 li .tit {
	font-size: 14px;
}
.ret-list-01 li .more {
	width: 150px;
	line-height: 38px;
	color: #7c7973;
	text-align: center;
	border: 1px solid #c8d7de;
	border-radius: 3px;
}
.ret-list-01 li .tit {
	color: #000;
	font-weight: bold;
}
.ret-list-02 li {
	margin-top: 28px;
	padding: 0 2px 12px;
	line-height: 36px;
	color: #444;
	font-size: 14px;
	font-family: '\5B8B\4F53';
	border-bottom: 1px dashed #c7c7c7;
}
.ret-list-02 li .tit {
	line-height: 36px;
	font-weight: bold;
}
.ret-list-02 li .tit em {
	color: #bd0120;
	font-style: normal;
}

.news-con .yw-list-01 {
	padding: 20px 0 10px;
}

.pic-list-01 {
	display: flex;
	/* justify-content: space-between; */
	flex-wrap: wrap;
}
.pic-list-01 li {
	margin-top: 50px;
	margin-right: 46px;
	width: 369px;
}
.pic-list-01 li:nth-child(3n) {
	margin-right: 0;
}
.pic-list-01 li img {
	width: 369px;
	height: 232px;
	object-fit: fill;
}
.pic-list-01 li p {
	margin-top: 15px;
	height: 22px;
	line-height: 22px;
	font-size: 16px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
/* 在线办事 */
#LoutiNav {
	display: block;
}
.page_service #LoutiNav li {
	padding: 0;
	text-align: center;
	background: #fff;
}
#LoutiNav li:nth-child(1).active {
	background: #1a90ff;
}
#LoutiNav li:nth-child(2).active {
	background: #1a90ff;
}
#LoutiNav li:nth-child(3).active {
	background: #1a90ff;
}
#LoutiNav li:nth-child(4).active {
	background: #1a90ff;
}
#LoutiNav li:nth-child(5).active {
	background: #1a90ff;
}
.online-con .con {
	display: flex;
	flex-wrap: wrap;
}

.online-item {
	margin-right: 32px;
}
.online-box {
	display: flex;
	align-items: center;
	padding: 0 25px;
	height: 148px;
	border: 1px solid rgb(115, 148, 237);
	border-radius: 12px;
	box-shadow: 0px 3px 1.7px 3.3px rgba(4, 0, 0, 0.1);
}
.online-box .hd {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.online-box .hd p {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 77px;
	height: 77px;
	border-radius: 50%;
}
.online-box .bor-box {
	background: #edf2fe;
	border: 1px solid #7394ed;
}
.online-box .hd h4 {
	margin-top: 10px;
	font-size: 16px;
	font-weight: normal;
}

.online-box .bd {
	margin-left: 30px;
}
.online-box .bd a {
	display: block;
	padding: 7px;
	width: 185px;
	line-height: 18px;
	text-align: center;
	border-radius: 3px;
}
.online-box .bd a+a {
	margin-top: 25px;
}
.online-box.active,
.online-box:hover {
	background: #558ffd;
}
.online-box.active .hd h4,
.online-box:hover .hd h4 {
	color: #fff;
}

.btj-con .online-box .bd a + a {
	margin-top: 12px;
}
.btj-con .zs-col {
	/* width: 367px; */
	text-align: center;
	border-radius: 3px;
}
.btj-con .zs-col h4 {
	height: 32px;
	line-height: 32px;
	color: #fff;
	background: #558ffd;
}
.btj-con .zs-col>div {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 12px;
	padding: 15px 25px;
	line-height: 32px;
	font-size: 16px;
	background: #edf2fe;
	border: 1px solid #7394ed;
	border-radius: 3px;
}
.btj-con .zs-col p {
	padding: 5px 0;
}
.btj-con .online-item {
	height: 230px;
}

.profession-con {
	display: flex;
	justify-content: space-between;
}
.profession-con .cq-list {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex: 1;
	margin-left: 50px;
}
.profession-con .cq-list li {
	padding: 0 20px 0 40px;
	height: 45px;
	background: #d9f2fc;
}
.profession-con .cq-list li a {
	display: flex;
	justify-content: space-between;
	line-height: 45px;
}
.profession-con .cq-list li h3 {
	line-height: 45px;
	font-size: 18px;
	font-weight: bold;
}
.profession-con .cq-list li:nth-child(n) {
	color: #0058a6;
	border-left: 4px solid #2a8ef2;
}
.profession-con .cq-list li:nth-child(2n+1) {
	color: #967100;
	background: #d7f1fc;
	border-left: 4px solid #c9a247;
}

.tax-bd {
	padding: 70px 80px 20px;
	height: 546px;
	color: #fff;
	font-size: 18px;
	text-shadow: 0px 5px 5px rgba(4, 0, 0, 0.75);
	background: url(../img/service/taxBg_01.png) no-repeat top center;
}
.tax-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.tax-list li {
	margin-bottom: 55px;
	width: 463px;
	height: 100px;
	background: url(../img/service/taxItemBg_01.png) no-repeat;
}
.tax-list li a,
.tax-bd .qa-col a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 40px 0 35px;
	height: 100px;
}
.tax-list li h4,
.tax-bd .qa-col h4 {
	font-size: 22px;
	font-weight: bold;
}
.tax-bd .qa-col {
	height: 100px;
	background: url(../img/service/taxItemBg_02.png) no-repeat;
}
.tax-bd .tax-ft {
	margin-top: 15px;
	font-size: 16px;
}

.zy-tab-01 .zy-tab-hd {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.zy-tab-01 .zy-tab-nav {
	display: flex;
}
.zy-tab-01 .zy-tab-nav li {
	position: relative;
	margin-right: 70px;
	padding: 0 3px;
	height: 48px;
	line-height: 46px;
	color: #444;
	font-size: 20px;
	cursor: pointer;
}
.zy-tab-01 .zy-tab-nav li.active {
	font-weight: bold;
	color: #558ffd;
	border-bottom: 2px solid #558ffd;
}
.zy-tab-01 .zy-tab-nav li.active::after {
	position: absolute;
	content: ' ';
	bottom: -10px;
	left: 50%;
	margin-left: -9px;
	width: 18px;
	height: 12px;
	background: url(../img/service/tabBg_01.png) no-repeat;
}
.zy-tab-01 .p-more {
	color: #777;
	font-size: 16px;
	text-align: right;
}
.zy-tab-01 .tab-more {
	color: #777;
	font-size: 16px;
	text-align: right;
}
.zy-tab-01 .yw-list-01 {
	border: none;
}

.hd-link {
	width: 330px;
	height: 42px;
	line-height: 40px;
	color: #444;
	font-size: 20px;
	text-align: center;
	background: #d5e6f8;
	border: 1px solid #a4d3ff;
	border-radius: 21px;
}
.lv-link {
	padding: 0 20px;
	width: auto;
	height: 38px;
	line-height: 36px;
	font-size: 16px;
}

.zy-tab-02 .zy-tab-hd-02 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.zy-tab-02 .zy-tab-nav-02 {
	display: flex;
}
.zy-tab-02 .zy-tab-nav-02 li {
	width: 236px;
	height: 49px;
	line-height: 47px;
	color: #444;
	font-size: 18px;
	text-align: center;
	background: url(../img/service/tabBg_02_01.png);
	cursor: pointer;
}
.zy-tab-02 .zy-tab-nav-02 li+li {
	margin-left: 5px;
}
.zy-tab-02 .zy-tab-nav-02 li.active {
	color: #2e6ea4;
	background: url(../img/service/tabBg_02_02.png);
}

.jr-tab-con .zy-tab-nav-02 li {
	width: 291px;
	background: url(../img/service/tabBg_03_01.png);
}
.jr-tab-con .zy-tab-nav-02 li+li {
	margin-left: 20px;
}
.jr-tab-con .zy-tab-nav-02 li.active {
	background: url(../img/service/tabBg_03_02.png);
}



.xg-link .link-con {
	display: flex;
	justify-content: space-between;
}
.xg-link .link-con a {
	width: 330px;
	height: 42px;
	line-height: 40px;
	color: #444;
	font-size: 20px;
	text-align: center;
	background: #d5e6f8;
	border: 1px solid #a4d3ff;
	border-radius: 21px;
}
.banner-col-02 {
	display: flex;
	justify-content: space-between;
}
.banner-col-02 .item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 25px 0 55px;
	width: 584px;
	height: 120px;
	color: #fff;
	background: url(../img/service/flBg_01.png);
}
.banner-col-02 .item .title {
	margin-right: 50px;
	font-size: 30px;
	font-weight: bold;
}
.banner-col-02 .item a {
	font-size: 24px;
}
.tax-page .footer {
	margin-top: 0;
}

.login-col {
	padding: 58px 85px 0;
	height: 312px;
	background: url(../img/service/loginBg_01.png);
}
.login-col .title {
	height: 76px;
	line-height: 60px;
	color: rgb(255, 255, 255);
	font-size: 30px;
	font-family: "Microsoft YaHei";
	font-weight: bold;
	text-align: center;
	text-shadow: 0px 5px 5px rgba(4, 0, 0, 0.3);
	border: 6px solid rgba(2552, 255, 255,.6);
	border-radius: 36px;
}
.login-col .login-link {
	display: flex;
	justify-content: space-between;
}

.login-col .login-link a {
	padding: 0 55px;
	height: 76px;
	line-height: 76px;
	color: #ffe600;
	font-size: 22px;
	background: rgba(46, 110, 164,.5);
	border-radius: 38px;
}
.login-col .con-02 {
	padding: 0 165px;
}  

/* 网站地图 */
.jg-bottomLine {
	border-bottom: 1px solid #DCDCDC;
}
.jg-box h1 {
	padding: 0 10px;
	line-height: 2;
	font-size: 18px;
	font-weight: bold;
}
.jg-con {
	line-height: 2;
	padding: 5px 10px 15px;
	font-size: 16px;
}
.jg-con a {
	display: inline-block;
	width: 14%;
	color: #262626;
}

.progres-con {
	position: relative;
	margin-left: 55px;
	border-left: 3px dashed #dcdcdc;
}


.btj-con.lx-con .online-item {
	height: auto;
}

.page-banner {
	position: relative;
	height: 231px;
	z-index: 9;
}
.page-banner.bg1 {
	background: url(../img/service/serviceBg.png) no-repeat top center;
}
.page-banner.bg2 {
	background: url(../img/service/professionalBg.png) no-repeat top center;
}
.page-banner.bg3 {
	background: url(../img/service/newsBg.png) no-repeat top center;
}
.page-banner.bg4 {
	background: url(../img/service/onlineBg.png) no-repeat top center;
}
/* banner 背景图添加 */
.page-banner.bg5 {
	background: url(../img/service/bg5.jpg) no-repeat top center;
}
.page-banner.bg6 {
	background: url(../img/service/bg6.jpg) no-repeat top center;
}
.page-banner.bg7 {
	background: url(../img/service/bg7.jpg) no-repeat top center;
}
.page-banner.bg8 {
	background: url(../img/service/bg8.jpg) no-repeat top center;
}
.page-banner.bg9 {
	background: url(../img/service/bg9.jpg) no-repeat top center;
}


.location-col {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 37px;
	/* background: url(../img/service/locationBg1.png) no-repeat top center; */
	background: rgba(24, 101, 219,.6);
}
.location-col .location {
	padding: 0;
	color: #fff;
}
.location-col .location a {
	color: #fff;
}

.ser-col-01 .service-title {
	background: url(../img/service/serTitBg_0.png) no-repeat top center;
}

.bz-list-01 {
	display: flex;
	justify-content: space-between;
}
.bz-list-01 li {
	width: 369px;
	height: 232px;
	background: #f2f2f2;
	border-radius: 8px;
	overflow: hidden;
}
.bz-list-01 li img {
	width: 369px;
	height: 152px;
}
.bz-list-01 li p {
	margin-top: 18px;
	color: #333;
	font-size: 28px;
	text-align: center;
}
.service-title-05 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-left: 30px;
	padding-right: 10px;
	height: 47px;
	background: #e8f1ff;
	border-left: 4px solid #0366e8;
}
.service-title-05 .title {
	color: #253f7d;
	font-size: 20px;
	font-weight: bold;
}

.qyxy-box {
	padding: 40px 0 0 122px;
	height: 463px;
	background: url(../img/service/qyxyBg_01.jpg) no-repeat top center;
}
.qyxy-box .xy-item {
	display: block;
	width: 401px;
	height: 69px;
	line-height: 69px;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	background: url(../img/service/qyxyBg_02.png) no-repeat;
}
.qyxy-box .xy-item+.xy-item {
	margin-top: 35px;
}

.fw-l,.fw-r {
	width: 583px;
}
.fw-box-1 {
	background: #c2e0fb;
}
.fw-list-01 {
	padding: 40px 25px 15px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.fw-list-01 li {
	margin-bottom: 25px;
	padding: 3px 0 7px 0;
	width: 260px;
	height: 54px;
	background: url(../img/service/fwBg_01.png) no-repeat;
}
.fw-list-01 li a {
	display: flex;
	align-items: center;
	padding: 0 25px 0 50px;
	height: 100%;
	line-height: 20px;
	color: #0058a6;
	font-size: 18px;
	font-weight: bold;
	background: url(../img/service/fwBg_02.png) no-repeat 22px 13px;
}
.zn-box {
	position: relative;
	padding-bottom: 45px;
	background: #f2f2f2;
}
.zn-box .txt {
	margin-top: 15px;
	padding: 0 20px;
	line-height: 27px;
	color: #333;
	font-size: 16px;
	text-indent: 2em;
}
.zn-box .zn-link {
	position: absolute;
	bottom: -24px;
	left: 50%;
	margin-left:-135px;
	width: 270px;
	height: 49px;
	line-height: 49px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	background: #1a90ff;
	border-radius: 25px;
}
.fw-col-01 .fw-r {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.kj-box {
	background: #c2e0fb;
}
.kj-col-02 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 45px 412px 0 30px; 
	height: 232px;
	background: #f0fafc url(../img/service/kjColBg_01.png) no-repeat right bottom;
}
.kj-col-02 a {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 30px;
	padding: 0 20px;
	width: 352px;
	height: 56px;
	line-height: 22px;
	color: #0058a6;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	background: #def5fd;
	border: 1px solid #a4d3ff;
	border-radius: 22px;
	overflow: hidden;
}

.t-row .more {
	font-size: 20px;
	font-weight: bold;
}
.flfg-link .link-con {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 45px 412px 30px 30px;
	background: #d3e9ff url(../img/service/fvLinkBg_01.png) no-repeat right bottom;
}
.flfg-link .link-con a {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 30px;
	padding: 0 20px;
	width: 352px;
	height: 56px;
	line-height: 22px;
	color: #0058a6;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	background: #def5fd;
	border: 1px solid #a4d3ff;
	border-radius: 22px;
	overflow: hidden;
}

.online-main {
	display: flex;
	justify-content: space-between;
}
.online-menu {
	margin-right: 45px;
}
.online-main .s-bd {
	flex: 1;
}














