/* 我们的服务 */
.mine-fw {
	padding: 100px 0 100px 0;
	box-sizing: border-box;
}
.text-pos{position: absolute; z-index: 2;}
.mine-fw-title {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.mine-fw-title span {
	font-size: 40px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	margin-left: 24px;
}

.mine-fw-con {
	margin-top: 44px;
	display: flex;
	flex-flow: row wrap;
	justify-content:space-between;
}

.top-2 {
	margin-top: 20px;
}

.mine-fw-item {
	width: 285px;
	border-radius: 0 8px 8px 0;
	height: 190px;
/* 	background: url(../img/mine01.png) no-repeat center; */
	background-size: 100% 100%;
	margin-top: 20px;
	margin: 5px;
}

.mine-fw-item .mine-fw-item-fun {
	height: 190px;
	background: linear-gradient(180deg, #1890FF 0%, #1890FF 100%);
	opacity: 0.8;
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 40px;
	box-sizing: border-box;
}

.mine-fw-item .mine-fw-item-fun div {
	width: 160px;
	height: 44px;
	background: #FFFFFF;
	opacity: 1;
	border-radius: 44px;
	text-align: center;
	line-height: 44px;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #1890FF;
	margin: 0 auto;
}

.mine-fw-item .mine-fw-item-fun div:nth-child(2) {
	margin-top: 20px;
}

.mine-fw-item .mine-fw-text {
	height: 190px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.mine-fw-item .mine-fw-text p {
	font-size: 26px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
}
.mine-fw-text{display: flex; flex-direction:column;  align-items: center; justify-content: center;}
.xianshi-s{position: absolute; padding: 0px 40px; display: flex; flex-direction: column; align-items: center; background: linear-gradient(180deg, rgba(24, 144, 255, 0.5) 0%, rgba(24, 144, 255, 0.5) 100%); top: 0px; right: 0px; bottom: 0px; left: 0px; }
.xianshi-s{justify-content: center;}
.xianshi-s div{ cursor: pointer; width: 100%; line-height: 40px; font-size: 18px; color: #00b7ee; background:white;border-radius: 100px; }
.xianshi-s div:nth-child(2){margin-top: 20px;}
.xuanshi-xin{display: none;}
.mine-fw-text:hover .xuanshi-xin{display: block;}
.mine-fw-item .mine-fw-text span {
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	display: block;
	text-align: center;
}

.mine-more {
	width: 160px;
	height: 44px;
	background: #1890FF;
	opacity: 1;
	border-radius: 4px;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 44px;
	color: #FFFFFF;
	text-align: center;
	margin: 40px auto 0;
	cursor: pointer;
}

.mine-fw-item-2 {
	background: url(../img/mine05.png) no-repeat center;
	background-size: 100% 100%;
}

.mine-fw-item-3 {
	background: url(../img/mine02.png) no-repeat center;
	background-size: 100% 100%;
}

.mine-fw-item-4 {
	background: url(../img/mine06.png) no-repeat center;
	background-size: 100% 100%;
}

.mine-fw-item-5 {
	background: url(../img/mine04.png) no-repeat center;
	background-size: 100% 100%;
}

.mine-fw-item-6 {
/* 	background: url(../img/mine03.png) no-repeat center; */
	background-size: 100% 100%;
}


.iso-tx-item {
	width: 100%;
	height: 419px;
	box-shadow: 0px 3px 10px rgba(66, 73, 77, 0.08);
	border-radius: 8px;
	background-color: #fff;
	padding: 28px;
	box-sizing: border-box;
	margin-top: 20px;
}

.iso-tx-item a {
	text-decoration: none;
	text-align: center;
}

.iso-tx-item a img {
width: 100%;
	display: block;
	margin: 0 auto;
}
.iso-tx-item a p {
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	margin-top: 16px;
}

.iso-tx-item a span {
	margin-top: 20px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
}

.bl-lc {
	width: 1300px;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: space-between;
}

.bl-lc a {
	text-decoration: none;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
}

.bl-lc a::after {
	content: '';
	width: 40px;
	height: 22px;
	background: url(../img/bl-jt.png) center no-repeat;
	display: block;
	position: absolute;
	right: -57px;
	top: 30px;
}

.bl-lc a:last-child::after {
	content: none;
}

.blbj {
	height: 280px;
	margin-top: 110px;
	background: url(../img/blbj.png) center no-repeat;
	background-size: 100% 100%;
	padding: 120px 0 120px 0;
	box-sizing: border-box;
}

.blbj .blbj-bd {
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: space-between;
}

.blbj-bd-one {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.blbj-bd-one span {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #EE6767;
}

.blbj-bd-one input {
	width: 334px;
	height: 40px;
	padding-left: 10px;
	box-sizing: border-box;
}

.blbj-info {
	position: relative;
}

.blbj-info .dunpai {
	position: absolute;
	top: -30px;
	left: 7px;
	background-color: #20D178;
	border-radius: 2px;
	padding: 3px;
}

.blbj-info .dunpai span {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
}

.ljrz {
	width: 200px;
	height: 44px;
	background: #1890FF;
	opacity: 1;
	border-radius: 2px;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 44px;
	color: #FFFFFF;
	text-align: center;
}

.me li {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	margin-top: 40px;
}

.me li:first-child {
	margin-top: 0;
}

.me li .title {
	width: 100px;
	height: 100px;
	background: url(../img/mebj.png) no-repeat center;
	background-size: 100% 100%;
	text-align: center;
	line-height: 100px;
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
}

.me li .me-text {
	width: 80%;
}

.me li .me-text span {
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
}

.me li .me-text p {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	margin-top: 10px;
}

.kehu-text {
	text-align: center;
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	margin-top: 24px;
}
.me-con{
	width: 1250px;
	position: relative;
}
.me-con .me-item{
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
.me-con .me-item .me-item-con{
	position: relative;
	display: flex;
	padding-bottom: 15px !important;
	flex-direction: column;
	padding: 0 16px 0 16px;
	box-sizing: border-box;
	margin-right: 10px ;
	margin-left: 10px;
	height: 441px;
	background: #FFFFFF;
	box-shadow: 0px 4px 20px rgba(219, 219, 219, 0.5);
	border-radius: 8px;
}
.xinyingjiahan{display: none;}
.me-con .me-item .me-item-con img{
	display: block;
	margin: 28px auto;
}
.me-con .me-item .me-item-con p{
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #1890FF;
	text-align: center;
}
.me-con .me-item .me-item-con span{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	display: block;
	text-align: center;
}
.me-con .me-item .me-item-con .lookMore{
	position: absolute;
	bottom: 16px;
	left: 50%;
	transform: translateX(-50%);
	width: 120px;
	height: 36px;
	background: #1890FF;
	border-radius: 4px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
	line-height: 36px;
	margin: 20px auto 0;
}
.me-left{
	position: absolute;
	left:-80px;
	top:196.5px;
}
.me-right{
	position: absolute;
	right:-70px;
	top:196.5px;
}

.flex-2{
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: space-between;
}
.gywm-item{
	width:46%;
}
.gywm-img{
	margin-top: 68px;
	width: 100%;
}
.gywm-item img{
	display: block;
	margin: 20px auto;
}
.gywm-item p{
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	text-align: center;
}
.gywm-item span{
	display: block;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	display: block;
	text-align: center;
}
.gywm-item div{
	width: 100%;
	color: #fff;
	text-align: center;
	background: #1890FF;
	border-radius: 4px;
	margin-top: 20px;
	padding: 5px 0 5px 0;
}




@media (max-width:1700px) {}

@media (max-width:1680px) {
	.banner .swiper-slide {
		background-size: cover;
	}
	.yaoliu{
		width: 1600px !important;
		left: 50%;
		transform: translateX(-50%);
	}
}
@media (max-width:1455px) {
	.me-img{
		width: 100%;
	}
	.banner .title{margin-top: 40px;}
}

@media (max-width:1299px) {}

@media (max-width:1199px) {
	.bl-lc a img {
		width: 80%;
	}

	.bl-lc a::after {
		width: 80%;
		top: 22px;
		right: -53px;
	}
	.me-con .me-item .me-item-con img{
		margin: 15px auto;
	}
	.me-con .me-item{display: initial;}
}

@media (max-width:992px) {
	.xinyingjiahan .iso-tx-item a img{
		width: 200px;
		
	}
	.gywm-item div{font-size: 14px;}
	.xinyingjiahan .me-item-con{background-color: white;}
	.xinyingjiahan .me-item-con{border-radius: 10px; padding: 15px 15px;}
	.xinyingjiahan .me-item-con .lookMore{width: 100%; background-color: #1890FF; color: white; padding: 10px 0px; border-radius: 10px; margin-top: 15px;}
	.xinyingjiahan .iso-tx-item{height: auto;height: 400px;}
	.kehu-text{font-size: 16px;}
	.banner .swiper-slide {
		background-size: cover;
/* 		padding-top: 30px; */
	}
	.xinyingjiahan{display: block;}
	.yincangle{display: none;}
	.banner .swiper-slide .title {
		font-size: 32px;
	}

	.ban-title p:nth-child(1) {
		font-size: 24px;
	}

	.ban-title p:nth-child(2) {
		font-size: 22px;
	}

	.ios {
		margin-top: 20px;
	}

	.ban-title {
		margin-top: 30px;
	}

	.bd-btm {
		padding: 20px;
		height: auto;
	}

	.form {
		width: auto;
		margin-left: 0;
	}

	.bd-top {
		height: 70px;
		margin-top: 30px;
	}

	.bd-top span {
		line-height: 70px;
	}

	.mine-fw {
		padding: 60px 0 60px 0;
	}

	.mine-fw-item {
		width: 225px;
		height: 180px;
	}

	.mine-fw-item .mine-fw-text {
		height: 100%;
	}

	.mine-fw-item .mine-fw-item-fun {
		height: 100%;
	}

	.mine-fw-title img {
		width: 40px;
		height: 40px;
	}

	.mine-fw-item .mine-fw-text p {
		font-size: 22px;
	}

	.mine-fw-item .mine-fw-text span {
		font-size: 20px;
	}

/* 	.iso-tx-item a img {
		width: 50px;
	}
 */
	.mine-fw-con {
		margin-top: 30px;
	}

	.bl-lc a img {
		width: 50%;
	}

	.bl-lc a::after {
		width: 50%;
		top: 10px;
		right: -25px;
	}

	.blbj {
		margin-top: 40px;
	}

	.mine-fw-title span {
		font-size: 20px;
	}

	.blbj .blbj-bd {
		flex-flow: column wrap;
	}

	.blbj {
		padding: 40px 0 40px 0;
	}

	.blbj-info {
		margin-top: 50px;
	}

	.ljrz {
		margin-top: 30px;
	}
}

@media (max-width:780px) {
/* 	.banner .swiper-slide {
		padding-top: 20px;
	} */

	.banner .swiper-slide .title {
		font-size: 28px;
	}

	.ban-title p:nth-child(1) {
		font-size: 22px;
	}

	.ban-title p:nth-child(2) {
		font-size: 20px;
	}

	.bd-top {
		height: 50px;
		margin-top: 30px;
	}

	.bd-top span {
		font-size: 18px;
		line-height: 50px;
	}

	.bd-top img {
		width: auto;
		height: auto;
	}

	.banner .row {
		margin: 0;
	}

	.mine-fw {
		padding: 40px 0 40px 0;
	}

	.mine-fw-con {
		margin-top: 20px;
	}

	.mine-fw-item {
		width: 232px;
		height: 180px;
	}
	.mine-fw-con {
		margin-top: 44px;
		display: flex;
		flex-flow: row wrap;
		justify-content:space-around;
	}
}

@media (max-width:722px) {
	.mine-fw-item {
		width: 217px;
		height: 180px;
	}

	.bl-lc {
		justify-content: flex-start;
	}

	.bl-lc a {
		margin-top: 10px;
		width: 45%;
	}
}

@media (max-width:667px) {
	.mine-fw-item {
		width: 206px;
		height: 180px;
		margin-top: 10px;
	}
	.me-right{right: 0;}
	.me-left{left: 0;}
}

@media (max-width:650px) {
/* 	.banner .swiper-slide {
		padding-top: 40px;
	} */

	.ban-title {
		margin-top: 40px;
	}

	.banner .swiper-slide .title {
		font-size: 24px;
	}

	.ban-title p:nth-child(1) {
		font-size: 20px;
	}

	.ban-title p:nth-child(2) {
		font-size: 18px;
	}

	.ios li {
		font-size: 14px;
	}

	.mine-fw-item {
		width: 200px;
		height: 180px;
		margin-top: 10px;
	}
}

@media (max-width:600px) {
	.me li .title{
		width: 80px;
		height: 80px;
		line-height: 80px;
		font-size: 16px;
	}
}

@media (max-width:500px) {
/* 	.banner .swiper-slide {
		padding-top: 20px;
	} */

	.bd-btm {
		padding: 12px;
		height: auto;
	}

	.ban-title {
		margin-top: 20px;
	}

	.bd-top {
		height: 40px;
		margin-top: 20px;
	}

	.bd-top span {
		font-size: 16px;
		line-height: 40px;
	}

	.bd-btm-fun {
		margin-top: 20px;
		justify-content: space-around;
	}

	.mine-fw-item {
		width: 100%;
		height: 180px;
	}
	.iso-tx-item{
		margin-bottom: 15px;
	}
}
@media (max-width:450px) {
	.mine-fw-item{width: 100%;}
}
@media (max-width:430px) {
	.mine-fw-item {
		height: 180px;
		margin-top: 10px;
	}
}

@media (max-width:390px) {
	.banner .swiper-slide {
		height: 640px;
	}

	.banner .swiper-slide .title {
		font-size: 18px;
	}

	.ban-title p:nth-child(1) {
		font-size: 16px;
	}

	.ban-title p:nth-child(2) {
		font-size: 14px;
	}

	.ios li {
		font-size: 12px;
	}

	.bd-btm .bd-btm-input input {
		height: 30px;
	}

	.bd-btm-fun div {
		height: 36px;
		line-height: 36px;
	}

	.mine-fw-item {
		height: 140px;
		margin-top: 10px;
	}

	.mine-fw-item .mine-fw-item-fun {
		padding-top: 30px;
	}

	.mine-fw-item .mine-fw-text p {
		font-size: 16px;
	}

	.mine-fw-item .mine-fw-text span {
		font-size: 14px;
	}

	.mine-fw-item .mine-fw-item-fun div {
		width: 80%;
		height: 30px;
		line-height: 30px;
		font-size: 14px;
	}

	.mine-fw-title span {
		font-size: 20px;
	}

	.mine-fw-title img {
		width: 30px;
		height: 30px;
	}

	.mine-fw {
		padding: 20px 0 20px 0;
	}

	.bl-lc a {
		margin-left: 12px;
	}
	.me li .title{
		width:60px;
		height:60px;
		line-height:60px;
		font-size: 16px;
	}
	.me li .me-text span{
		font-size: 16px;
	}
	.me li .me-text p{
		font-size: 14px;
	}
	.me li .me-text{
		width: 79%;
	}
	.me li{
		margin-top: 20px;
	}
}

@media (max-width:360px) {
	.mine-fw-item {
		height: 120px;
		margin-top: 10px;
	}

	.mine-fw-item .mine-fw-item-fun {
		padding-top: 22px;
	}

	.mine-fw-item .mine-fw-item-fun div {
		width: 80%;
		font-size: 14px;
		height: 30px;
		line-height: 30px;
	}

	.mine-fw-item .mine-fw-text p {
		font-size: 14px;
	}

	.mine-fw-item .mine-fw-text span {
		font-size: 12px;
	}

	.blbj-bd-one input {
		width: 250px;
	}

	.bl-lc a {
		margin-left: 0;
	}

	.bl-lc a::after {
		width: 45%;
		right: -19px;
	}

}
