.weixin-main{
	width: 1000px;
    margin: auto;
    padding-top: .8rem;
}
@media (max-width: 1000px) {
	.weixin-main{
		width: 100%;
		padding-left: .6rem;
		padding-right: .6rem;
	}
}
.want-weixing{
	
}
.title1{
	display: flex;
	align-items: center;
	width: 400px;
	max-width: 100%;
	margin: auto;
}

.title1 span:nth-child(1),.title1 span:nth-child(4){
	width: .92rem;
	height: 1px;
	background-color: #BFBFBF;
}
.title1 span:nth-child(2),.title1 span:nth-child(3){
	font-size: 26px;
	font-weight: bold;
}

.title1 span:nth-child(2){
	color: #EA1B21;
	margin-left: .48rem;
}
.title1 span:nth-child(3){
	margin-right: .48rem;
}
.title2{
	color: #6A6A6A;
	font-size: 16px;
	text-align: center;
	margin-top: 4px;
}
/*want-pic*/
.want-pic{
	display: flex;
	justify-content: space-between;
	margin-top: .8rem
}
.want-pic li{
	width: 20.2%;
}
.want-pic li>div{
	text-align: center;
	border: 1px solid #BFBFBF;
	width: 100%;
	padding: 0 .32rem .6rem;
}
.want-pic li>div>div{
	margin: .4rem auto;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 2.4rem;
	height: 2.4rem;
	border-radius: 50%;
	border: 1px solid #BFBFBF;
}
.want-pic li>div>p:nth-of-type(1){
	height: 24px;
	font-size: 16px;
	color: #1C1C1C;
	text-align: center;
	overflow: hidden;
}
.want-pic li>div>p:nth-of-type(2){
	height: 66px;
	font-size: 14px;
	color: #1C1C1C;
	text-align: center;
	margin-top: 16px;
	line-height: 22px;
	overflow: hidden;
}
.zixun{
	display: block;
	margin: .44rem auto 0;
	width: 140px;
	height: 40px;
	background-color: #DE2827;
    text-align: center;
    font-size: 12px;
	line-height: 40px;
	color: white;
	border-radius: 40px;
}
@media (max-width: 992px) {
	.want-pic li {
		width: 23%;
	}
}
@media (max-width: 768px) {
	.want-pic {
		flex-wrap: wrap;
	}
	.want-pic li {
		width: 48%;
		margin-bottom: .6rem;
	}
}

/*function*/
.function{
	margin-top: 82px;
}
/*TITLE2*/
.title3{
	display: flex;
	align-items: center;
	width: 534px;
	margin: auto;
}
.title3 span:nth-child(1),.title3 span:nth-child(4){
	width: .92rem;
	height: 1px;
	background-color: #BFBFBF;
}
.title3 span:nth-child(2),.title3 span:nth-child(3){
	font-size: 28px;
	font-weight: bold;
}
.title3 span:nth-child(2){
	margin-left: .48rem;
}
.title3 span:nth-child(2) b{
	color: #EA1B21;
}
.title3 span:nth-child(3){
	margin-right: .48rem;
	color: #EA1B21;
}
.gongneng{
	position: relative;
	overflow: hidden;
	height: 322px;
	margin-top: .8rem;
}
.gongneng li{
	position: absolute;
	display: flex;
	justify-content: space-around;
	width: 500px;
	top: 0px;
	height: 322px;
}
.gongneng li:nth-child(1){
	z-index: 2;
	left: 0px;
}
.gongneng li:nth-child(2){
	z-index: 3;
	left: 500px;
}
.gongneng li:nth-child(3){
	z-index: 4;
	left: 750px;
}
.gongneng li img{
	width: 250px;
	height: 322px;
}
.gongneng li div{
	width: 250px;
	padding: .8rem .6rem;
	height: 322px;
	background-color: #FAFAFA;
	position:relative;
}
.gongneng li div p{
	color: #010101;
	text-align: center;
}
.gongneng li div p:nth-child(1){
	font-size: 18px
}
.gongneng li div p:nth-child(2){
	margin-top: .6rem;
	font-size: 14px;
}
.gongneng a{
	position:absolute;
	left:55px;
	bottom:25px;
}
@media (max-width: 1000px) {
	.gongneng{
		height: auto;
	}
	.gongneng li{
		position: relative;
		left: inherit !important;
		display: flex;
		justify-content: space-around;
		width: 100%;
		top: 0px;
		height: auto;
		padding-right: 72.91440953412784%;
		margin-bottom: .6rem;
	}
	.gongneng li img {
		
		width: 100%;
		height: auto;
	}
	.gongneng li div {
		position: absolute;
		right: 0;
		top: 0;
		width: 72.91440953412784%;
		height: 100%;
	}
	.gongneng a {
		position: relative;
		left: inherit;
		bottom: inherit;
	}
}
@media (max-width: 992px) {
	.gongneng li div {
		padding: .6rem .4rem;
	}
	.gongneng li div p:nth-child(2) {
		height: 42px;
		margin-top: .3rem;
		font-size: 14px;
		overflow: hidden;
	}
}
@media (max-width: 768px) {
	.gongneng li div {
		padding: .4rem;
	}
}
@media (max-width: 576px) {
	.gongneng li {
		justify-content: flex-start;
		flex-direction: column;
		padding-right: 0;
	}
	.gongneng li div {
		position: relative;
		right: inherit;
		top: inherit;
		width: 100%;
		height: auto;
	}
	.gongneng li div p:nth-child(2) {
		height: auto;
	}
}



/*wei*/
.all-wei{
	margin-top: .44rem;
	background-color: #F7F7F7;
	padding: .4rem 0px;
}
.all-wei ul:nth-child(n+2){
	margin-top: .8rem;
}
.wei-list{
	width: 1000px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.wei-list li{
	width: 18%;
	padding: .48rem .4rem 0 .4rem;
	margin-bottom: .4rem;
	text-align: center;
	background-color: white;
	cursor: pointer;
}
.wei-list li:hover{
	background-color: #FC4C4C;
	color: white;
}
.wei-list li:hover>p{
	color: white !important;
}
.wei-list li:hover>img:nth-of-type(1){
	display: none;
}
.wei-list li:hover>img:nth-of-type(2){
	display: inline-block;
}
.wei-list li img{
	margin-bottom: .32rem;
}
.wei-list li p:nth-of-type(1){
	font-size: 18px;
	color: #323232;
}
.wei-list li p:nth-of-type(2){
	font-size: 14px;
	color: #989898;
	margin-top: 13px;
}
.wei-list li img:nth-of-type(2){
	display: none;
}
@media (max-width: 1000px) {
	.wei-list{
		width: 100%;
		padding: 0 .6rem;
	}
}
@media (max-width: 900px) {
	.wei-list li {
		width: 23%;
	}
}
@media (max-width: 768px) {
	.wei-list li {
		width: 31%;
	}
}
@media (max-width: 576px) {
	.wei-list li {
		width: 48.5%;
	}
}
/*anli*/
.anli{
	padding: 1rem 0px;
}
.anli .title3{
	width: 440px !important;
	max-width: 100%;
}
.anli .title2{
	margin-top: .24rem;
	color: #666666;
	line-height: 22px;
}
/**/
.anli ul{
	display: flex;
	justify-content: space-between;
	margin-top: .8rem;
}
.anli ul>li{
	width: 23.6%;
	position: relative;
	cursor: pointer;
}
.anli ul>li:hover>div{
	display: inline-block;
}
.anli ul>li>img{
	width: 100%;
	height: 100%;
}
.anli ul>li>div{
	position: absolute;
	width: 100%;
	height: 100%;
	padding-top: 2.4rem;
	background-color: rgba(0,0,0,0.6);
	top: 0px;
	left: 0px;
	text-align: center;
	display: none;
}
.anli ul>li>div>img {
    max-width: 90%;
}

.anli ul>li>div>p{
	margin-top: .2rem;
	color: white;
}
@media (max-width: 768px) {
	.anli ul {
		flex-wrap: wrap;
	}
	.anli ul>li {
		width: 47.2%;
		margin-bottom: .6rem;
	}
}


/*operation*/
.operation {
    padding-bottom: .8rem;
}
.operation .title3{
	width: 564px !important;
	max-width: 100%;
}
.operation-pre{
	margin-top: .76rem;
	display: flex;
	justify-content: space-between;
}

.operation-pre li:nth-child(1){
	width: 51%;
	padding: 0 7.3%;
}
.operation-pre li:nth-child(2){
	width: 42.8%;
	padding: .48rem 1.56rem 0 0;
	/*margin-left: 50px;*/
}
.operation-pre li:nth-child(2) p:nth-child(1){
	font-size: 24px;
	color: balck;
	text-align: center;
	font-weight: bold;
}
.operation-pre li:nth-child(1) img {
    width: 100%;
}
.operation-pre li:nth-child(2) p:nth-child(2){
	background-color: #DF2725;
	height: 4px;
	width: 88px;
	margin: .4rem auto .56rem auto;
}
.operation-pre li:nth-child(2) p:nth-child(3){
	font-size: 18px;
	color: black;
	text-align: center;
	line-height: 30px;
}
.operation-pre .zixun{
	margin-top: 1.4rem !important;
}
.h20{height:40px;}
@media (max-width: 1000px) {
	.operation-pre li:nth-child(1) {
		width: 45%;
		padding: 0;
	}
	.operation-pre li:nth-child(2) {
		width: 48%;
		padding: .48rem 0 0 0;
	}
}
@media (max-width: 768px) {
	.operation-pre {
		flex-wrap: wrap;
	}
	.operation-pre li:nth-child(1) {
		width: 100%;
		padding: 0 8%;
	}
	.operation-pre li:nth-child(1) img {
		max-width: 364px;
	}
	.operation-pre li:nth-child(2) {
		width: 100%;
	}
}
@media (max-width: 576px) {
	.title3 span:nth-child(2){
		font-size: 22px;
	}
}