/*** 首页 ***/

.header-box {
	height: 90px;
	padding: 29px 0;
}

.header-box .pc-list .lv1-box .lv1:after {
	background: #fff;
}

.header-box.on .pc-list .lv1-box .lv1:after {
	background: #0371e0;
}

.header-box .pc-list .lv1-box.on .lv1:after {
	background: #fff;
}

.header-box.on .pc-list .lv1-box.on .lv1:after {
	background: #0371e0;
}

@media screen and (max-width:1200px) {
	.header-box {
		height: 0.54rem;
		padding: 0.13rem 0;
		background: none;
	}
}

@media screen and (min-width:1200px) {
	.header-box .logo .logo1 {
		display: none;
	}
	.header-box .logo .logo2 {
		display: block;
	}
	.header-box.on .logo1 {
		display: block;
	}
	.header-box.on .logo2 {
		display: none;
	}
	.header-box {
		background: none;
	}
	.header-box .pc-list .lv1-box .lv1 {
		color: #fff;
	}
	.header-box.on .pc-list .lv1-box .lv1 {
		color: #333;
	}
	.header-box .sou-box .btns.btns1 {
		display: none;
	}
	.header-box .sou-box .btns.btns2 {
		display: block;
	}
	.header-box.on .sou-box .btns.btns1 {
		display: block;
	}
	.header-box.on .sou-box .btns.btns2 {
		display: none;
	}
	.header-box .muen-btn {
		color: #fff;
		background: url(../../Img/images/muen-btn-bg1.png) no-repeat left center;
	}
	.header-box.on .muen-btn {
		color: #333;
		background: url(../../Img/images/muen-btn-bg.png) no-repeat left center;
	}
	.header-box .search-mains .search-cont .txt {
		color: #fff;
		border-bottom: 1px solid #fff;
	}
	.header-box .search-mains .search-cont .txt::-webkit-input-placeholder {
		color: #fff;
	}
	.header-box.on .search-mains .search-cont .txt {
		color: #333;
		border-bottom: 1px solid #333;
	}
	.header-box.on .search-mains .search-cont .txt::-webkit-input-placeholder {
		color: #333;
	}
}

.common-title {
	text-align: center;
	font-size: 1.8em;
	color: #1a1a1a;
	position: relative;
}

.common-title:after {
	content: "";
	position: absolute;
	left: 50%;
	margin-left: -0.225rem;
	bottom: 0;
	width: 0.45rem;
	height: 2px;
	background: -webkit-linear-gradient(left, #2b4eb2, #0193e6);
	background: -o-linear-gradient(right, #2b4eb2, #0193e6);
	background: -moz-linear-gradient(right, #2b4eb2, #0193e6);
	background: linear-gradient(to right, #2b4eb2, #0193e6);
	opacity: 0;
}

.common-area {
	width: 86%;
	max-width: 1300px;
	margin: auto;
	position: relative;
}

.common-area:after {
	content: '';
	display: table;
	clear: both;
}

@media screen and (max-width:991px) {
	.common-area {
		width: 100%;
		padding: 0 0.17rem;
	}
	.common-title {
		padding-bottom: 0.08rem;
		font-size: 0.22rem;
		font-weight: bold;
	}
	.common-title:after {
		opacity: 1;
	}
}

/*** 轮播图 ***/

.banner-box {
	position: relative;
}

.lazy-load-box {
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
	background-color: #eaeaea;
	position: absolute;
	z-index: 10;
}

.lazy-load-box img {
	position: absolute;
	width: 5em;
	height: 5em;
	left: 50%;
	top: 50%;
	margin-top: -2.5em;
	margin-left: -2.5em;
	z-index: 10;
}

.swiper-container.banner .swiper-slide {
	height: 100vh;
	position: relative;
	background-color: #ccc;
}

.swiper-container.banner .swiper-slide .right-bg {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	height: 31.5em;
}

.swiper-container.banner .swiper-slide .right-bgs {
	position: absolute;
	right: 0;
	width: 100%;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
}

.swiper-container.banner .swiper-slide .right-bgs .imgs-box {
	float: right;
	width: 43.5%;
	position: relative;
}

.swiper-container.banner .swiper-slide .right-bgs .imgs-box .bgs {
	width: 100%;
}

.swiper-container.banner .swiper-slide .right-bgs .imgs-box .bg1 {
	position: absolute;
	width: 100%;
	right: -20%;
	bottom: 0;
	opacity: 0;
}

.swiper-container.banner .swiper-slide.swiper-slide-active .right-bgs .imgs-box .bg1 {
	-webkit-transition: all 1.5s 0.8s ease;
	-o-transition: all 1.5s 0.8s ease;
	-ms-transition: all 1.5s 0.8s ease;
	-moz-transition: all 1.5s 0.8s ease;
	transition: all 1.5s 0.8s ease;
	right: 0;
	opacity: 1;
}

@keyframes updown01 {
	0% {
		transform: translateY(0);
	}
	25% {
		transform: translateY(-5px);
	}
	75% {
		transform: translateY(5px);
	}
	100% {
		transform: translateY(0);
	}
}

.swiper-container.banner .swiper-slide .right-bgs .imgs-box .bg2 {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	opacity: 0;
}

.swiper-container.banner .swiper-slide.swiper-slide-active .right-bgs .imgs-box .bg2 {
	-webkit-transition: all 0.8s 2.5s ease;
	-o-transition: all 0.8s 2.5s ease;
	-ms-transition: all 0.8s 2.5s ease;
	-moz-transition: all 0.8s 2.5s ease;
	transition: all 0.8s 2.5s ease;
	opacity: 1;
	animation: updown01 5s linear infinite;
	-webkit-animation: updown01 5s linear infinite;
}

.swiper-container.banner .swiper-slide .doc-box {
	position: absolute;
	width: 100%;
	left: 0;
	top: 35%;
	z-index: 20;
}

.swiper-container.banner .swiper-slide .doc-box .imgs {
	position: relative;
	padding-bottom: 2.75em;
}

.swiper-container.banner .swiper-slide .doc-box .imgs:after {
	content: "";
	position: absolute;
	left: 0.3em;
	bottom: 0;
	width: 4.5em;
	height: 5px;
	background: #fff;
}

.swiper-container.banner .swiper-slide .doc-box .imgs img {
	height: 9.1em;
	display: inline-block;
}

.swiper-container.banner .swiper-slide .doc-box.doc-box4 {
	text-align: center;
	top: 23%;
}

.swiper-container.banner .swiper-slide .doc-box.doc-box4 .imgs {
	padding-bottom: 0;
}

.swiper-container.banner .swiper-slide .doc-box.doc-box4 .imgs:after {
	display: none;
}

.swiper-container.banner .swiper-slide .doc-box.doc-box4 .imgs img {
	height: 26em;
}

.swiper-container.banner .swiper-slide .doc-box .doc {
	font-size: 1.2em;
	color: #fff;
	margin-top: 1.1em;
	transform: translateY(30px);
	-webkit-transition: translateY(30px);
	-webkit-transition: translateY(30px);
	opacity: 0;
}

.swiper-container.banner .swiper-slide.swiper-slide-active .doc-box .doc {
	transform: translateY(0);
	-webkit-transition: translateY(0);
	-webkit-transition: translateY(0);
	opacity: 1;
	-webkit-transition: all 0.8s 0.5s ease;
	-o-transition: all 0.8s 0.5s ease;
	-ms-transition: all 0.8s 0.5s ease;
	-moz-transition: all 0.8s 0.5s ease;
	transition: all 0.8s 0.5s ease;
}

.swiper-container.banner .swiper-slide .doc-box.doc-box2 {
	position: absolute;
	width: 100%;
	left: 0;
	top: 45%;
	text-align: center;
}

.swiper-container.banner .swiper-slide .doc-box.doc-box2 .imgs {
	position: relative;
	padding-bottom: 1.2em;
}

.swiper-container.banner .swiper-slide .doc-box.doc-box2 .imgs:after {
	display: none;
}

.swiper-container.banner .swiper-slide .doc-box.doc-box2 .imgs img {
	height: 4.4em;
	display: inline-block;
}

.swiper-container.banner .swiper-slide .doc-box.doc-box2 .doc {
	font-size: 1.2em;
	color: #fff;
	letter-spacing: 8px;
	margin-top: 0;
}

.swiper-container.banner .swiper-slide .diqiu-imgs {
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	text-align: center;
}

.swiper-container.banner .swiper-slide .diqiu-imgs span {
	display: inline-block;
	position: relative;
	width: 80%;
}

@keyframes rotate {
	from {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes frotate {
	from {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
	to {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
}

.swiper-container.banner .swiper-slide .diqiu-imgs .qiu1 {
	width: 100%;
}

.swiper-container.banner .swiper-slide.swiper-slide-active .diqiu-imgs .qiu1 {
	animation: rotate 200s linear infinite;
	-webkit-animation: rotate 200s linear infinite;
}

.swiper-container.banner .swiper-slide .diqiu-imgs .qiu2 {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.swiper-container.banner .swiper-slide.swiper-slide-active .diqiu-imgs .qiu2 {
	animation: frotate 200s linear infinite;
	-webkit-animation: frotate 200s linear infinite;
}

.swiper-container.banner .swiper-slide .diqiu-imgs .guang {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.swiper-container.banner .swiper-slide .doc-box.doc-box3 .imgs {
	padding-bottom: 2.75em;
}

.swiper-container.banner .swiper-slide .doc-box.doc-box3 .imgs img {
	height: 10.7em;
	display: inline-block;
}

.swiper-container.banner .swiper-slide .doc-box.doc-box3 .doc {
	margin-top: 1.3em;
}

.swiper-container.banner .swiper-slide .right-bgs.on {
	top: 56%;
}

.swiper-container.banner .swiper-slide .right-bgs.on .imgs-box {
	width: 57.292%;
	transform: translateX(30px);
	-webkit-transition: translateX(30px);
	-webkit-transition: translateX(30px);
	opacity: 0;
}

.swiper-container.banner .swiper-slide.swiper-slide-active .right-bgs.on .imgs-box {
	transform: translateX(0);
	-webkit-transition: translateX(0);
	-webkit-transition: translateX(0);
	opacity: 1;
	-webkit-transition: all 0.8s 0.7s ease;
	-o-transition: all 0.8s 0.7s ease;
	-ms-transition: all 0.8s 0.7s ease;
	-moz-transition: all 0.8s 0.7s ease;
	transition: all 0.8s 0.7s ease;
}

.swiper-container.banner .swiper-slide .right-bgs.on .imgs-box .bgss {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
}

@keyframes updown02 {
	0% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(20px);
	}
	100% {
		transform: translateY(0);
	}
}

@keyframes updown03 {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

.swiper-container.banner .swiper-slide .right-bgs.on .imgs-box .bgss1 {
	animation: updown02 5s linear infinite;
	-webkit-animation: updown02 5s linear infinite;
}

.swiper-container.banner .swiper-slide .right-bgs.on .imgs-box .bgss2 {
	animation: updown02 5s 2.5s linear infinite;
	-webkit-animation: updown02 5s 2.5s linear infinite;
}

.swiper-container.banner .swiper-slide .right-bgs.on .imgs-box .bgss4 {
	animation: updown03 3s linear infinite;
	-webkit-animation: updown03 3s linear infinite;
}

.swiper-container.banner .swiper-slide .right-bgs.on .imgs-box .bgss5 {
	animation: updown03 3s 1.5s linear infinite;
	-webkit-animation: updown03 3s 1.5s linear infinite;
}

.swiper-container.banner .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.swiper-container.banner .guang_bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	opacity: 0;
}

.swiper-container.banner .swiper-slide.swiper-slide-active .guang_bg {
	-webkit-transition: all 1.2s 3.5s linear;
	-o-transition: all 1.2s 3.5s linear;
	-ms-transition: all 1.2s 3.5s linear;
	-moz-transition: all 1.2s 3.5s linear;
	transition: all 1.2s 3.5s linear;
	opacity: 1;
}

.swiper-container.banner .bg.ph {
	display: none;
}

.swiper-container.banner .swiper-pagination {
	line-height: 1;
	bottom: 2.5em;
	z-index: 10;
}

.swiper-container.banner .swiper-pagination-bullet {
	width: 2.6em;
	height: 10px;
	border-radius: 0;
	border-top: 2px solid rgba(255, 255, 255, .3);
	background: none;
}

.swiper-container.banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
	border-top: 2px solid rgba(255, 255, 255, 1);
}

.swiper-container.banner .swiper-pagination-bullet:hover {
	border-top: 2px solid rgba(255, 255, 255, 1);
}

@media screen and (max-width:991px) {
	.swiper-container.banner .common-area {
		padding: 0 10%;
	}
	.swiper-container.banner .bg.pc {
		display: none;
	}
	.swiper-container.banner .bg.ph {
		display: block;
	}
	.swiper-container.banner .swiper-pagination {
		bottom: 0.3rem;
	}
	.swiper-container.banner .swiper-pagination-bullet {
		width: 0.2rem;
		margin: 0 3px;
	}
	.swiper-container.banner .swiper-slide {
		height: 81vh;
	}
	.swiper-container.banner .swiper-slide .right-bg {
		display: none;
	}
	.swiper-container.banner .swiper-slide .doc-box {
		top: inherit;
		bottom: 12%;
	}
	.swiper-container.banner .swiper-slide .doc-box .imgs {
		padding-bottom: 0.15rem;
	}
	.swiper-container.banner .swiper-slide .doc-box .imgs img {
		height: 1rem;
	}
	.swiper-container.banner .swiper-slide .doc-box .imgs:after {
		height: 1px;
		width: 0.35rem;
	}
	.swiper-container.banner .swiper-slide .doc-box .doc {
		margin-top: 0.1rem;
		font-size: 0.17rem;
	}
	.swiper-container.banner .swiper-slide .right-bgs {
		display: none;
	}
	.swiper-container.banner .swiper-slide .doc-box.doc-box2 .imgs img {
		height: 0.4rem;
	}
	.swiper-container.banner .swiper-slide .doc-box.doc-box2 .imgs {
		padding-bottom: 0.1rem;
	}
	.swiper-container.banner .swiper-slide .doc-box.doc-box2 .doc {
		letter-spacing: 3px;
		font-size: 0.17rem;
		margin-top: 0;
	}
	.swiper-container.banner .swiper-slide .diqiu-imgs {
		display: none;
	}
	.swiper-container.banner .swiper-slide .doc-box.doc-box3 {
		bottom: inherit;
		top: 18%;
	}
	.swiper-container.banner .swiper-slide .doc-box.doc-box3 .imgs img {
		height: 1rem;
	}
	.swiper-container.banner .swiper-slide .doc-box.doc-box3 .imgs {
		padding-bottom: 0.15rem;
	}
	.swiper-container.banner .swiper-slide .doc-box.doc-box3 .doc {
		margin-top: 0.1rem;
	}
	.swiper-container.banner .swiper-slide .doc-box.doc-box4 {
		bottom: initial;
		top: 35%;
	}
	.swiper-container.banner .swiper-slide .doc-box.doc-box4 .imgs img {
		height: 2rem;
	}
}

@media screen and (max-width:400px) {
	.swiper-container.banner .swiper-slide {
		height: 78vh;
	}
}

/*** 服务于 ***/

.service-box {
	background: #050b21 url(../../Img/images/index-service-box-bg.png) no-repeat right center;
	background-size: auto 100%;
	color: #fff;
	position: relative;
	overflow: hidden;
}

.service-box .common-area {
	padding: 2.7em 0;
}

@-webkit-keyframes bounce-down1 {
	25% {
		-webkit-transform: translateY(-10px);
	}
	50%, 100% {
		-webkit-transform: translateY(0);
	}
	75% {
		-webkit-transform: translateY(10px);
	}
}

@keyframes bounce-down1 {
	25% {
		transform: translateY(-10px);
	}
	50%, 100% {
		transform: translateY(0);
	}
	75% {
		transform: translateY(10px);
	}
}

@-webkit-keyframes bounce-down2 {
	25% {
		-webkit-transform: translateY(10px);
	}
	50%, 100% {
		-webkit-transform: translateY(0);
	}
	75% {
		-webkit-transform: translateY(-10px);
	}
}

@keyframes bounce-down2 {
	25% {
		-webkit-transform: translateY(10px);
	}
	50%, 100% {
		-webkit-transform: translateY(0);
	}
	75% {
		-webkit-transform: translateY(-10px);
	}
}

.service-box .bgs {
	position: absolute;
}

.service-box .bgs.bg1 {
	right: 101%;
	top: 72%;
	-webkit-animation: bounce-down1 8s linear infinite;
	animation: bounce-down1 8s linear infinite;
}

.service-box .bgs.bg2 {
	left: 9%;
	top: 37%;
	-webkit-animation: bounce-down2 8s linear infinite;
	animation: bounce-down2 8s linear infinite;
}

.service-box .bgs.bg3 {
	left: 25%;
	top: 42%;
	-webkit-animation: bounce-down1 8s linear infinite;
	animation: bounce-down1 8s linear infinite;
}

.service-box .bgs.bg4 {
	left: 35%;
	bottom: 20%;
}

.service-box .bgs.bg5 {
	left: 38%;
	top: 72%;
	-webkit-animation: bounce-down2 8s linear infinite;
	animation: bounce-down2 8s linear infinite;
}

.service-box .swiper-pagination {
	bottom: 0.13rem;
	width: 100%;
	display: none;
}

.service-box .swiper-pagination .swiper-pagination-bullet {
	width: 0.24rem;
	height: 2px;
	background: rgba(255, 255, 255, .5);
	border-radius: 0;
	margin: 0 2px;
}

.service-box .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: rgba(255, 255, 255, 1);
}

.service-box .left-box {
	position: absolute;
	left: 0;
	top: 45%;
	font-size: 1.5em;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	z-index: 10;
}

.service-box .right-box {
	float: right;
	position: relative;
	z-index: 10;
}

.swiper-container.service .swiper-slide {
	width: auto;
	text-align: center;
	margin-right: 6em;
	line-height: 1;
	/*font-family: "MicLight";*/
}

.swiper-container.service .swiper-slide:last-child {
	margin-right: 0;
}

.swiper-container.service .swiper-slide .num {
	padding-bottom: 0.7em;
}

.swiper-container.service .swiper-slide i {
	font-size: 2.4em;
	font-family: "arial";
}

.swiper-container.service .swiper-slide span {
	font-size: 1.2em;
	position: relative;
	margin-left: 1px;
}

.swiper-container.service .swiper-slide .name {
	font-size: 18px;
}

@media screen and (max-width: 1500px) {
	.swiper-container.service .swiper-slide {
		margin-right: 5em;
	}
}

@media screen and (max-width: 991px) {
	.service-box {
		background: #076bf2 url(../../Img/images/index-service-box-bg1.png) no-repeat center center;
		background-size: cover;
		padding: 0.4rem 0 0.3rem;
	}
	.service-box .bgs {
		display: none;
	}
	.service-box .left-box {
		width: 100%;
		top: 0;
		text-align: center;
		font-size: 0.2rem;
		font-family: "MicLight";
	}
	.service-box .right-box {
		width: 100%;
		padding-left: 5%;
		margin-top: 0.4rem;
	}
	.service-box .common-area {
		padding-right: 0;
		padding: 0;
	}
	.service-box .left-box span {
		display: inline-block;
		position: relative;
		padding-bottom: 0.1rem;
	}
	.service-box .left-box span:after {
		content: "";
		position: absolute;
		left: 50%;
		bottom: 0;
		width: 0.26rem;
		margin-left: -0.13rem;
		height: 1px;
		background: #fff;
	}
	.swiper-container.service .swiper-slide {
		margin-right: 0.41rem;
	}
	.swiper-container.service .swiper-slide i {
		font-size: 0.3rem;
	}
	.swiper-container.service .swiper-slide .num {
		padding-bottom: 0.08rem;
	}
	.swiper-container.service .swiper-slide span {
		font-size: 0.19rem;
	}
	.swiper-container.service .swiper-slide .name {
		font-size: 0.16rem;
		line-height: 1.2;
	}
	.service-box .swiper-pagination {
		display: none;
	}
}

/*** 政务服务 ***/

.gover-box {
	padding: 2.5em 0 7em;
	background: url(../../Img/images/gover-box-bgs.png) no-repeat center center;
	background-size: cover;
}

.gover-box .gover-tab {
	text-align: center;
}

.gover-box .gover-tab a {
	font-size: 1.8em;
	color: rgba(26, 26, 26, .5);
	display: inline-block;
	margin: 0 0.8em;
	padding: 0 9px;
	padding-bottom: 0.5em;
	position: relative;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.gover-box .gover-tab a:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 5px;
	background: -webkit-linear-gradient(left, #2b4eb2, #0094e7);
	background: -o-linear-gradient(right, #2b4eb2, #0094e7);
	background: -moz-linear-gradient(right, #2b4eb2, #0094e7);
	background: linear-gradient(to right, #2b4eb2, #0094e7);
	opacity: 0;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.gover-box .gover-tab a.on {
	color: rgba(26, 26, 26, 1);
}

.gover-box .gover-tab a.on:after {
	opacity: 1;
}

.gover-box .gover-cont {
	margin-top: 2.5em;
	height: 31em;
	position: relative;
}

.gover-box .gover-cont-main {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	opacity: 0;
	z-index: -1;
}

.gover-box .gover-cont-main.on {
	opacity: 1;
	z-index: 10;
}

.gover-box .list {
	overflow: hidden;
}

.gover-box .list li {
	float: left;
	width: 100%;
	background: #fafafa;
	position: relative;
	overflow: hidden;
}

.gover-box .list li:nth-child(1) {
	margin-bottom: 1em;
}

.gover-box .list .imgs-box {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-color: #fafafa;
	height: 15em;
}

.gover-box .list .cont-box {
	position: absolute;
	width: 88%;
	left: 6%;
	bottom: 9%;
}

.gover-box .list .cont-box .name {
	color: #fff;
	position: relative;
	font-size: 1.5em;
}

.gover-box .list .cont-box .name span {
	position: relative;
	display: inline-block;
	top: 0;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.gover-box .list .cont-box .name:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 53px;
	height: 14px;
	background: url(../../Img/images/goverc-chan-morebg.png) no-repeat center center;
	background-size: 100% auto;
	opacity: 0;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.gover-box .swiper-prev {
	position: absolute;
	top: 13.55em;
	right: 100%;
	margin-right: 2.6em;
	width: 4.15em;
	height: 3.7em;
	background: url(../../Img/images/time2-left-bg1.png) no-repeat center center;
	background-size: 100% auto;
	cursor: pointer;
	z-index: 10;
}

.gover-box .swiper-prev:hover {
	background: url(../../Img/images/time2-left-bg1-1.png) no-repeat center center;
	background-size: 100% auto;
}

.gover-box .swiper-prev.swiper-button-disabled:hover {
	background: url(../../Img/images/time2-left-bg1.png) no-repeat center center;
	background-size: 100% auto;
	cursor: inherit;
}

.gover-box .swiper-next {
	position: absolute;
	top: 13.55em;
	left: 100%;
	margin-left: 2.6em;
	width: 4.15em;
	height: 3.7em;
	background: url(../../Img/images/time2-right-bg1.png) no-repeat center center;
	background-size: 100% auto;
	cursor: pointer;
	z-index: 10;
}

.gover-box .swiper-next:hover {
	background: url(../../Img/images/time2-right-bg1-1.png) no-repeat center center;
	background-size: 100% auto;
}

.gover-box .swiper-next.swiper-button-disabled:hover {
	background: url(../../Img/images/time2-right-bg1.png) no-repeat center center;
	background-size: 100% auto;
	cursor: inherit;
}

.gover-box .more-boxs {
	position: absolute;
	left: 0;
	bottom: -4.5em;
	width: 100%;
	z-index: 10;
	display: none;
}

.gover-box .more-boxs.on {
	display: block;
}

.gover-cont-ph {
	display: none;
	margin-top: 0.29rem;
}

.gover-cont-ph .item {
	display: none;
}

.gover-cont-ph .item.on {
	display: block;
}

.gover-cont-ph .lists {
	overflow: hidden;
}

.gover-cont-ph .lists li {
	float: left;
	background: #fff;
	position: relative;
	overflow: hidden;
	width: 100%;
	margin-bottom: 0.17rem;
}

.gover-cont-ph .lists li:last-child {
	margin-bottom: 0;
}

.gover-cont-ph .lists .imgs-box {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-color: #fafafa;
	height: 1.94rem;
}

.gover-cont-ph .lists .cont-box {
	position: absolute;
	width: 88%;
	left: 6%;
	bottom: 14%;
}

.gover-cont-ph .lists .cont-box .name {
	color: #fff;
	position: relative;
	font-size: 0.18rem;
}

.goverc-chan .lists .cont-box .name span {
	position: relative;
	display: inline-block;
	top: 0;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

@media screen and (max-width: 1500px) {
	.gover-box .swiper-prev {
		margin-right: 1em;
	}
	.gover-box .swiper-next {
		margin-left: 1em;
	}
}

@media screen and (min-width: 991px) {
	.gover-box .list li:hover .cont-box .name span {
		top: -1em;
	}
	.gover-box .list li:hover .cont-box .name:after {
		opacity: 1;
	}
}

@media screen and (max-width: 991px) {
	.gover-box .more-boxs {
		position: relative;
		bottom: initial;
		display: block;
		padding-top: 0.1rem;
	}
	.gover-box {
		padding: 0.3rem 0 0.25rem;
		background: #fff;
		padding-bottom: 0.5rem;
	}
	.gover-box .gover-tab a {
		font-size: 0.22rem;
		margin: 0 0.13rem;
		padding: 0;
		padding-bottom: 0.08rem;
	}
	.gover-box .gover-tab a.on {
		font-weight: bold;
	}
	.gover-box .gover-tab a:after {
		width: 0.46rem;
		height: 2px;
		left: 50%;
		margin-left: -0.23rem;
	}
	.gover-box .gover-cont {
		display: none;
	}
	.gover-cont-ph {
		display: block;
	}
}

/**** 新闻资讯 ***/

.news-box {
	padding: 2em 0 3.1em;
	background: #f2f1f7;
}

.news-list1 {
	margin-top: 2em;
}

.news-list1:after {
	content: '';
	display: table;
	clear: both;
}

.news-list1 li {
	float: left;
	width: 32.3%;
	margin-right: 1.55%;
	overflow: hidden;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
	overflow: hidden;
}

.news-list1 li:nth-child(3n) {
	margin-right: 0;
}

.news-list1 .imgs-box {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-color: #fafafa;
	height: 11.8em;
	position: relative;
	z-index: 10;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.news-list1 .imgs-box a {
	display: block;
	height: 100%;
}

.news-list1 .cont-box {
	height: 10.2em;
	position: relative;
	border: 1px solid #e7e8ea;
	border-top: none;
	background: #fff;
}

.news-list1 .cont-box .doc-box {
	position: absolute;
	width: 101%;
	height: 12em;
	left: -0.5%;
	bottom: 0;
	padding: 3.1em 7.4% 1.2em;
	z-index: 100;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.news-list1 .cont-box .doc-box:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient(top, #07adf2, #076bf2);
	background: -o-linear-gradient(top, #07adf2, #076bf2);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#07adf2), to(#076bf2));
	opacity: 0;
	z-index: -1;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.news-list1 .cont-box .doc-box .name {
	font-size: 1.1em;
	height: 2.82em;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 2;
	margin-bottom: 0.9em;
	color: #333333;
}

.news-list1 .cont-box .doc-box .time {
	display: none;
	font-family: "arial";
	color: #999999;
	font-size: 0.165rem;
}

.news-list1 .cont-box .doc-box .name a {
	color: #333333;
}

.news-list1 .cont-box .doc-box .doc {
	font-size: 14px;
	line-height: 24px;
	height: 48px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 2;
}

.news-list1 .cont-box .doc-box .doc a {
	color: #333;
}

.news-list1 .cont-box .doc-box .more {
	opacity: 0;
	line-height: 28px;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.news-list1 .cont-box .doc-box .more a {
	font-size: 16px;
	display: inline-block;
	color: #01e8fd;
	padding-right: 49px;
	background: url(../../Img/images/news-more-bg1.png) no-repeat right center;
	background-size: 30px auto;
}

.more-boxs {
	text-align: center;
	margin-top: 2.5em;
}

.more-boxs a {
	display: inline-block;
	width: 11em;
	line-height: 48px;
	border: 1px solid #076bf2;
	border-radius: 3px;
	color: #076bf2;
	font-size: 18px;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.more-boxs a:hover {
	background: #076bf2;
	color: #fff;
}

@media screen and (min-width: 767px) {
	.news-list1 li:hover .imgs-box {
		-webkit-transform: scale(1.05);
		-moz-transform: scale(1.05);
		transform: scale(1.05);
	}
	.news-list1 li:hover .cont-box .doc-box .more {
		margin-top: 1.5em;
		opacity: 1;
	}
	.news-list1 li:hover .doc-box {
		padding-top: 1.3em;
		/* border-bottom: 2px solid #00faff; */
	}
	.news-list1 li:hover .cont-box .doc-box:after {
		opacity: 1;
	}
	.news-list1 li:hover .doc-box .name a {
		color: #fff;
	}
	.news-list1 li:hover .doc-box .doc {
		color: #fff;
	}
	.news-list1 li:hover {
		box-shadow: 0 5px 15px rgba(0, 0, 0, .15);
	}
	.news-list1 li.on .imgs-box {
		-webkit-transform: scale(1.05);
		-moz-transform: scale(1.05);
		transform: scale(1.05);
	}
	.news-list1 li.on .cont-box .doc-box .more {
		margin-top: 1.5em;
		opacity: 1;
	}
	.news-list1 li.on .doc-box {
		padding-top: 1.3em;
		/* border-bottom: 2px solid #00faff; */
	}
	.news-list1 li.on .cont-box .doc-box:after {
		opacity: 1;
	}
	.news-list1 li.on .doc-box .name a {
		color: #fff;
	}
	.news-list1 li.on .doc-box .doc {
		color: #fff;
	}
	.news-list1 li.on .doc-box .doc a {
		color: #fff;
	}
	.news-list1 li.on {
		box-shadow: 0 5px 15px rgba(0, 0, 0, .15);
	}
}

@media screen and (max-width: 767px) {
	.news-box {
		padding: 0.3rem 0 0.6rem;
	}
	.news-list1 {
		margin-top: 0.3rem;
	}
	.news-list1 li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 0.1rem;
	}
	.news-list1 li:nth-child(2) {
		margin-bottom: 0;
	}
	.news-list1 li:nth-child(2) .imgs-box {
		display: none;
	}
	.news-list1 li:nth-child(3) {
		display: none;
	}
	.news-list1 li:last-child {
		margin-bottom: 0;
	}
	.news-list1 .imgs-box {
		height: 2.57rem;
	}
	.news-list1 .imgs-box a {
		display: none;
	}
	.news-list1 .cont-box {
		height: auto;
		border: none;
		background: none;
		padding: 0.15rem 0 0.25rem 0;
		border-bottom: 1px solid #eae9ed;
	}
	.news-list1 li:nth-child(2) .cont-box {
		padding-bottom: 0.2rem;
		border-bottom: none;
	}
	.news-list1 .cont-box .doc-box {
		position: relative;
		width: 100%;
		left: 0;
		padding: 0;
		height: auto;
	}
	.news-list1 .cont-box .doc-box .time {
		display: block;
	}
	.news-list1 .cont-box .doc-box .name {
		height: auto;
		-webkit-line-clamp: 2;
		font-size: 0.18rem;
		margin-bottom: 0;
		text-align: left;
		margin-top: 3px;
		line-height: 1.6em;
	}
	.news-list1 .cont-box .doc-box .name a {
		display: block;
		background: none;
		background-size: 0.15rem auto;
		color: #1a1a1a;
	}
	.news-list1 .cont-box .doc-box .doc {
		font-size: 0.16rem;
		display: none;
	}
	.news-list1 .cont-box .doc-box .more {
		opacity: 1;
		margin-top: 0.15rem;
		display: none;
	}
	.news-list1 .cont-box .doc-box .more a {
		font-size: 0.16rem;
		padding-right: 0.48rem;
	}
	.more-boxs {
		margin-top: 0.25rem;
	}
	.more-boxs a {
		font-size: 0.145rem;
		width: 1.44rem;
		line-height: 0.4rem;
	}
	.more-boxs a img {
		width: 0.16rem;
	}
}

/*** 社会责任 ***/

.social-box {
	background: url(../../Img/images/social-box-bg.jpg) no-repeat top center;
	background-size: cover;
	min-height: 200px;
	height: 20em;
	padding: 3.3em 0 4.6em;
}

.social-box .common-title {
	color: #fff;
}

.social-box .common-area {
	margin-top: 3.2em;
}

.social-box .list:after {
	content: '';
	display: table;
	clear: both;
}

.social-box .list li {
	float: left;
	width: 32.3%;
	margin-right: 1.55%;
	background: #fff;
	padding: 25px 1.8em 29px;
	position: relative;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}

.social-box .list li:hover {
	margin-top: -15px;
	box-shadow: 0px 15px 20px rgba(0,250,255,0.3);
}

.social-box .list li:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient(top, #07adf2, #076bf2);
	background: -o-linear-gradient(top, #07adf2, #076bf2);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#07adf2), to(#076bf2));
	opacity: 0;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.social-box .list li:hover:after {
	opacity: 1;
}

.social-box .list li:nth-child(3n) {
	margin-right: 0;
}

.social-box .list .bgs {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 8.5em;
	height: 100%;
	z-index: 5;
	/* opacity: 0; */
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background: url(../../Img/images/index-social-list-libg01-2.png) no-repeat right top;
	background-size: cover;
}

.social-box .list li:hover .bgs {
	/* opacity: 1; */
	background: url(../../Img/images/index-social-list-libg02-2.png) no-repeat right top;
	background-size: cover;
}

.social-box .list .name {
	font-size: 1.2em;
	height: 3.08em;
	line-height: 1.54em;
	position: relative;
	z-index: 10;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.social-box .list .name .name-a {
	/* position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0; */
	color: #333;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.social-box .list li:hover .name .name-a {
	color: #fff;
}

.social-box .list li:hover .more-box {
	display: block;
}

.social-box .list .more-box {
	position: relative;
	z-index: 10;
	display: none;
}

.social-box .list .more-box-a {
	font-size: 16px;
	display: inline-block;
	padding-right: 50px;
	color: #00f1fe;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
	background: url(../../Img/images/index-social-morebg.png) no-repeat right center;
	background-size: 30px;
}

.social-box .list li:hover .more-box {
	opacity: 1;
}

.social-box .swiper-container.social {
	display: none;
	padding-bottom: 0.25rem;
}

.social-box .swiper-slide {
	padding: 0.25rem 0.26rem;
	background: -moz-linear-gradient(top, #07adf2, #076bf2);
	background: -o-linear-gradient(top, #07adf2, #076bf2);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#07adf2), to(#076bf2));
	border-bottom: 1px solid #00faff;
}

.social-box .swiper-slide .name {
	height: 0.55rem;
	overflow: hidden;
	position: relative;
	z-index: 10;
}

.social-box .swiper-slide .bgs {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
}

.social-box .swiper-slide .name a {
	color: #fff;
	font-size: 0.2rem;
}

.social-box .swiper-pagination {
	bottom: 0;
}

.social-box .swiper-pagination-bullet {
	width: 0.1rem;
	height: 2px;
	background: #fff;
	opacity: 0.5;
	border-radius: 0;
	margin: 0 3px !important;
}

.social-box .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 0.28rem;
	opacity: 1;
}

@media screen and (max-width:991px) {
	.social-box {
		padding: 0.3rem 0 0.35rem;
		background: url(../../Img/images/social-box-bg1.jpg) no-repeat top center;
		background-size: cover;
	}
	.social-box .list {
		display: none;
	}
	.social-box .swiper-container.social {
		display: block;
	}
	.social-box .common-title:after {
		background: #fff;
	}
	.social-box .common-area {
		margin-top: 0.4rem;
		padding: 0 0.45rem;
	}
}

/*** 合作伙伴 ***/

.partner-box {
	padding: 2.7em 0 2.5em;
	background: #fff url(../../Img/images/partner-box-bg.jpg) no-repeat bottom center;
	background-size: cover;
}

.partner-box .list {
	overflow: hidden;
	margin-top: 2.5em;
}

.partner-box .list li {
	float: left;
	width: 23%;
	margin-right: 2.667%;
	margin-bottom: 1.7em;
	overflow: hidden;
}

.partner-box .list li:nth-child(4n) {
	margin-right: 0;
}

.partner-box .list img {
	width: 100%;
	display: block;
	border: 1px solid #e6e6e6;
}

@media screen and (max-width:991px) {
	.partner-box {
		padding: 0.3rem 0;
		background: #fff url(../../Img/images/partner-box-bg1.jpg) no-repeat bottom center;
		background-size: cover;
	}
	.partner-box .list {
		margin-top: 0.35rem;
	}
	.partner-box .list li {
		width: 30%;
		margin-right: 5%;
		margin-bottom: 0.2rem;
	}
	.partner-box .list li:nth-child(4n) {
		margin-right: 5%;
	}
	.partner-box .list li:nth-child(3n) {
		margin-right: 0;
	}
}

/* 20200921 kqx start */

.swiper-container.banner .video-back {
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
	position: relative;
	z-index: 20;
}

.swiper-container.banner .video-back .vidbacking {
	min-width: 100%;
	min-height: 100%;
	z-index: -100;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	position: absolute;
	height: auto;
	width: auto;
}

@media screen and (max-width:991px) {
	.pcvideo {
		display: none;
	}
}

/* 20200921 kqx end */