.advantage_cont {
    width: 100%;
    background-color: #fff;
    margin-top: 100px;
}
.zhiye_item,.rencai_item{
	position: relative;
}
.zhiye_item>img{
	width: 100%;
}
.zhiye_item>div{
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	text-align: center;
	padding:100px 0;
	overflow: hidden;
	box-sizing: border-box;
}
.text{
	margin-top: 88px;
	font-size: 18px;
	line-height: 36px;
	font-family: "PingFang Medium";
}
.rencai_item{
	text-align: center;
	padding:90px 0;
	box-sizing: border-box;
}
.tab_box{
	width: 62.5%;
	margin:90px auto 0;
}
table{
	width: 100%;
}
table tr{
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #e7e7e7;
	background-color: #fff;
	font-size: 16px;
	font-family: "PingFang Medium";
	color:#666;
}
table tr:not(.first_tr) td:last-child{
	color:#c9151e;
	cursor: pointer;
}
.show_wrap{
	position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.7);
    z-index: 2;
    width: 100%;
    height: 100%;
    display: flex;
    display: none;
}
.show_box{
    background-color: #ffffff;
    width: 50%;
    padding: 50px 56px;
    margin:auto;
    margin-top: 140px;
    border-radius: 10px;
}
.tit_head{
	position: relative;
	border-bottom: 1px solid #c9151e;
	text-align: center;
}
.tit_head>img{
	position: absolute;
	top:10px;
	right:0;
	z-index: 222;
	cursor: pointer;
	transition: all 1s linear;
	-webkit-transition: all 1s linear;
	-moz-transition: all 1s linear;
	-o-transition: all 1s linear;
}
.tit_head>img:hover{
	transform: rotate(180deg);
}

.question{
	line-height: 32px;
	color:#333;
	font-size: 16px;
	font-family: "PingFang Medium";
	overflow: auto;
	height: 500px;
	-webkit-overflow-scroll:touch;
}
.question>h2{
	color:#999;
	font-size: 30px;
	margin-bottom: 30px;
}
.question>p{
	font-weight: 700;
}
.question>div>a:hover{
	color:#c9151e;
}

@media only screen and (max-width: 500px){
	.advantage_cont {
	    margin-top: 60px;
	}
	.zhiye_item>img {
	    display: none;
	}
	.zhiye_item>div {
	    position: static; 
	    padding: 20px 0; 
	}
	.zhiye_item>div img{
		display: none;
	}
	.text {
	    margin-top: 40px;
	    font-size:16px;
	    line-height: 32px;
	}
	.rencai_item {
	    padding: 50px 0;
	}
	.tab_box {
	    width: 94%;
	    margin: 50px auto 0;
	}
	table td:nth-child(2),table td:nth-child(3),table td:nth-child(4){
		display: none;
	}
	table td:nth-child(1){
		text-align: left;
		padding-left: 10px;
	}
	.show_wrap {
	    z-index: 26;
	}
	.show_box {
	    width:98%;
	    padding: 16px;
	    margin-top: 8px;
	    box-sizing: border-box;
	}
	.tit_head {
	    margin-bottom: 10px !important;
	}
	.titel {
	    margin-bottom: 30px !important;
	}
	.question>h2 {
	    font-size: 24px;
	    margin-bottom: 8px;
	}
	.resource_cont>.tab_nav{display: none;}
	
}