.banner {
	position: relative;
}

.banner .banner-items {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1056px;
	transform: translate(-50%, -50%);
	content: '';
	margin: 0;
	padding: 0;
	font-family: 'Zhi Mang Xing';
	font-size: 70px;
	color: #fff;
	text-align: center;
}

.banner .banner-pag span {
	width: 16px;
	height: 16px;
	opacity: 1;
	background-color: rgba(255, 255, 255, 0.3);
}

.banner .banner-pag span.swiper-pagination-bullet-active {
	background-color: #fff;
}

.news {
	margin-top: 36px;
}

.news .news-content {
	display: flex;
	padding: 30px;
	border-radius: 15px;
	box-sizing: border-box;
	box-shadow: 0 0 12px 0 rgba(40, 122, 222, 0.1);
}

.news .news-img {
	flex: 1;
	width: 600px;
	position: relative;
}

.news .news-img .news-img-title {
	width: 100%;
	background-image: url(../img/icon_07.png);
	background-position: center;
	position: absolute;
	bottom: 0;
	padding: 0 15px;
	box-sizing: border-box;
	left: 0;
	height: 60px;
	display: flex;
	align-items: center;
}

.news .news-img .news-img-title p {
	font-size: 18px;
	color: #fff;
	max-width: 324px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.news .news-img .news-pag {
	right: 0;
	left: auto;
	width: auto;
	bottom: 23px;
	margin-right: 15px;
}

.news .news-img .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	opacity: 1;
	background-color: rgba(255, 255, 255, 0.6);
}

.news .news-img .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #6BBE39;
}

.news .news-img .news-next,
.news .news-img .news-prev {
	width: 40px;
	height: 80px;
	background-size: cover;
	display: none;
}

.news .news-img:hover .news-next,
.news .news-img:hover .news-prev {
	display: block;
}

.news .news-img .news-next {
	right: 0;
	background-image: url(../img/icon_05.png);
}

.news .news-img .news-prev {
	left: 0;
	background-image: url(../img/icon_06.png);
}

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

.news .news-img .news-next:hover,
.news .news-img .news-prev:hover {
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35);
}

.news .news-list {
	flex: 1;
	margin-left: 30px;
}

.news .news-list-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #ddd;
	padding-bottom: 9px;
}

.news .news-list-title ul {
	display: flex;
}

.news .news-list-title ul li {
	height: 30px;
	line-height: 30px;
	font-size: 20px;
	color: #222;
	position: relative;
	margin-right: 30px;
}

.news .news-list-title ul li::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4px;
	content: '';
	background-color: #205BBB;
	margin-bottom: -9px;
	display: none;
}

.news .news-list-title ul li.active::after,
.news .news-list-title ul li:hover::after {
	display: block;
}

.news .news-list-title ul li.active a,
.news .news-list-title ul li:hover a {
	color: #205BBB;
	font-weight: 700;
}

.news .news-list-title .more {
	font-size: 16px;
	color: #666;
}

.news .news-list .news-list-wrap ul {
	display: none;
	height: 350px;
}

.news .news-list .news-list-wrap ul.active {
	display: block;
}

.news .news-list-wrap li {
	margin-top: 20px;
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	display: flex;
	justify-content: space-between;
}

.news .news-list-wrap a {
	display: block;
	color: #222;
	padding-left: 13px;
	background-image: url(../img/icon_08.png);
	background-repeat: no-repeat;
	background-position: left center;
	max-width: 460px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.news .news-list-wrap span {
	color: #666;
}

.news .news-list-wrap li:hover a,
.news .news-list-wrap li:hover span {
	color: #205BBB;
}

/***********************************************/
.service {
	margin-top: 32px;
	padding: 39px 0 65px;
	background-image: url(../img/icon_10.png);
	background-position: center;
	background-repeat: no-repeat;
}

.service .service-links {
	margin-top: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.service .service-links a {
	transition: all 0.3s;
}

.service .service-links a:hover {
	transform: translateY(-3%);
}

.service .service-wrap {
	margin-top: 46px;
}

.service .service-wrap ul {
	display: flex;
	flex-wrap: wrap;
}

.service .service-wrap li {
	margin-left: 34px;
}

.service .service-wrap li img {
	width: 66px;
	height: 66px;
	transition: all 0.5s;
}

.service .service-wrap li:hover img {
	transform: rotateY(360deg);
}

.service .service-wrap li a {
	width: 186px;
	height: 214px;
	box-sizing: border-box;
	border: 8px solid #fff;
	justify-content: center;
	align-items: center;
	display: flex;
	flex-direction: column;
	background-image: url(../img/image_06.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

.service .service-wrap li:hover a {
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	color: #205BBB;
}

.service .service-wrap li:first-child {
	margin-left: 0;
}

.service .service-wrap li p {
	margin-top: 12px;
	font-size: 24px;
	line-height: 36px;
	font-weight: 700;
}

.report {
	padding: 32px 0;
}

.report .report-wrap {
	margin-top: 52px;
}

.report .report-items {
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	border-radius: 15px;
	margin: 0;
	padding: 30px;
	box-sizing: border-box;
}

.report .news-list-wrap li a {
	display: flex;
	padding-left: 13px;
	align-items: center;
	background-image: url(../img/icon_08.png);
	background-position: left center;
	background-repeat: no-repeat;
}

.report .news-list-wrap li h4 {
	display: block;
	font-size: 18px;
	font-weight: 700;
	color: #222;
	padding-right: 5px;
	background-image: url(../img/icon_14.png);
	background-position: right center;
	background-repeat: no-repeat;
	margin: 0 5px 0 0;
}

.operation {
	padding: 37px 0;
	background-image: url(../img/image_07.jpg);
	background-position: center;
}

.operation .operation-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 56px;
}

.operation .operation-type .swiper-slide {
	width: auto !important;
}

.operation .operation-type .operation-type-items {
	display: flex;
	align-items: center;
	margin-right: 36px;
	padding-bottom: 10px;
	position: relative;
	cursor: pointer;
}

.operation .operation-type .operation-type-img {
	width: 28px;
	height: 28px;
	background-position: center;
	background-repeat: no-repeat;
}

.operation .operation-type .operation-type-img.operation-img-1 {
	background-image: url(../img/icon_15.png);
}

.operation .operation-type .operation-type-img.operation-img-2 {
	background-image: url(../img/icon_64.png);
}

.operation .operation-type .operation-type-img.operation-img-3 {
	background-image: url(../img/icon_65.png);
}

.operation .operation-type .operation-type-img.operation-img-4 {
	background-image: url(../img/icon_66.png);
}

.operation .swiper-slide-active .operation-type-img.operation-img-1 {
	background-image: url(../img/icon_71.png);
}

.operation .swiper-slide-active .operation-type-img.operation-img-2 {
	background-image: url(../img/icon_72.png);
}

.operation .swiper-slide-active .operation-type-img.operation-img-3 {
	background-image: url(../img/icon_73.png);
}

.operation .swiper-slide-active .operation-type-img.operation-img-4 {
	background-image: url(../img/icon_74.png);
}

.operation .operation-type .operation-type-items::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #205BBB;
	content: '';
	display: none;
}

.operation .operation-type .swiper-slide-active .operation-type-items::after {
	display: block;
}

.operation .operation-type .swiper-wrapper {
	transform: none !important;
}

.operation .operation-type .operation-type-items p {
	font-size: 20px;
	line-height: 30px;
	color: #538CBB;
	margin-left: 8px;
}

.operation .operation-type .swiper-slide-active .operation-type-items p {
	color: #205BBB;
	font-weight: 700;
}

.operation .operation-data {
	display: flex;
	align-items: center;
}

.operation .operation-data p {
	margin-left: 12px;
	border: 1px solid #45A1FA;
	color: #45A1FA;
	padding: 0 9px;
	box-sizing: border-box;
	line-height: 27px;
	align-items: center;
	border-radius: 4px;
	display: flex;
	cursor: pointer;
}

.operation .operation-data p.active {
	background-color: #205BBB;
	color: #fff;
	border-color: #205BBB;
}

.operation .operation-data p:first-child {
	margin-left: 0;
}

.operation .operation-content {
	margin-top: 42px;
	position: relative;
}

.operation .operation-content .appeal {
	display: flex;
	position: relative;
}

.operation-content .appeal-data {
	padding-left: 50px;
	padding-bottom: 94px;
}

.operation-content .appeal-data h5 {
	font-size: 20px;
	line-height: 30px;
	color: #205BBB;
	margin: 0 0 14px;
}

.operation-content .appeal-num p {
	display: flex;
	align-items: flex-end;
	font-size: 20px;
	color: #333;
}

.operation-content .appeal-num p span {
	background-image: url(../img/icon_18.png);
	background-position: center;
	background-repeat: no-repeat;
	display: block;
	font-size: 32px;
	width: 64px;
	height: 64px;
	line-height: 64px;
	text-align: center;
	color: #fff;
	font-family: 'Number';
}

.operation-content .appeal-rate {
	margin-top: 64px;
}

.operation-content .appeal-rate ul {
	display: flex;
}

.operation-content .appeal-rate li {
	padding: 24px 16px 20px 12px;
	background-image: url(../img/icon_21.png);
	background-position: center;
	background-repeat: no-repeat;
	width: 120px;
	margin-left: 30px;
	border-radius: 8px;
	height: 220px;
	cursor: pointer;
}

.operation-content .appeal-rate li:hover {
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}

.operation-content .appeal-rate li:first-child {
	background-image: url(../img/icon_20.png);
	margin-left: 0;
}

.operation-content .appeal-rate li:last-child {
	background-image: url(../img/icon_22.png);
}

.operation-content .appeal-rate p {
	font-size: 14px;
	justify-content: flex-end;
	margin-top: 59px;
	line-height: 30px;
	color: #fff;
}

.operation-content .appeal-rate p span {
	font-size: 20px;
}

.operation-content .appeal-rate h4 {
	font-size: 18px;
	margin-top: 8px;
	line-height: 27px;
	color: #fff;
	margin: 0;
}

.operation-content .operation-prev,
.operation-content .operation-next {
	width: 48px;
	height: 48px;
	background-size: cover;
	content: '';
}

.operation-content .swiper-button-next:after,
.operation-content .swiper-button-prev:after {
	content: '';
}

.operation-content .operation-prev {
	left: -50px;
	background-image: url(../img/icon_68.png);
}

.operation-content .operation-next {
	right: -50px;
	background-image: url(../img/icon_67.png);
}

.operation .operation-content .appeal-map {
	position: absolute;
	top: 0;
	right: 0;
	content: '';
	background-image: url(../img/icon_62.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 560px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.operation .operation-content .appeal-form {
	background-image: url(../img/icon_63.png);
	background-position: center;
	background-repeat: no-repeat;
	background-color: #fff;
	padding-bottom: 15px;
}

.operation .operation-content .appeal-form-title {
	text-align: center;
}

.operation .operation-content .appeal-form-title h3 {
	display: inline-block;
	margin: 26px 0 0;
	position: relative;
	font-size: 24px;
	line-height: 36px;
	color: #205BBB;
	font-weight: 500;
}

.operation .operation-content .appeal-form-title h3::before,
.operation .operation-content .appeal-form-title h3::after {
	position: absolute;
	top: 50%;
	width: 103px;
	height: 13px;
	margin-top: -6.5px;
	content: '';
	background-position: center;
	background-repeat: no-repeat;
}

.operation .operation-content .appeal-form-title h3::before {
	background-image: url(../img/icon_70.png);
	left: 0;
	margin-left: -120px;
}

.operation .operation-content .appeal-form-title h3::after {
	background-image: url(../img/icon_69.png);
	right: 0;
	margin-right: -120px;
}

/************************************************************/
.pop {
	position: fixed;
	bottom: 10px;
	right: 10px;
	width: 470px;
	border: 1px solid #1A65B9;
	box-sizing: border-box;
	z-index: 999;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.pop .pop-title {
	background-color: #1A65B9;
	text-align: center;
	position: relative;
	width: 100%;
}

.pop .pop-title h3 {
	color: #fff;
	line-height: 1.6;
	margin: 0;
	font-size: 15px;
	padding: 10px 0;
}

.pop .pop-article {
	background-color: #fff;
	padding: 10px;
}

.pop .pop-article * {
	font-size: 14px;
	line-height: 1.8;
}