.top-banner{
	background-image: url(../images/other_test_banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 5%;
    
}
.top-banner h1{
	display: inline-block;
	left: 56%;
	width: auto !important;
}
.top-banner h1 span{
	display: inline-block;
	line-height: 24px;
}

.subjectivity_test{
	width: 1200px;
	margin: 0 auto;
}
.subjectivity_test h3{
	text-align: center;
	margin: 70px 0;
	font-weight: 700;
	font-size: 24px;
	color: #2F3538;
}
.subjectivity_test_eg{
	margin-bottom: 140px;
}

.subjectivity_test_eg_imgBox{
	width: 568px;
	height: 537px;
	background: #F07BA5;
	position: relative;
	display: inline-block;
	vertical-align: bottom;
}
.subjectivity_test_eg_imgBox img{
	
	position: absolute;
	left: 40px;
	top: 40px;
}
.subjectivity_test_eg_textBox{
	display: inline-block;
	width: 500px;
	padding: 120px 40px 120px 180px;
}
.subjectivity_test_eg_textBox h4{
	display: inline-block;
	font-weight: 700;
	margin: 20px 0;
}
.subjectivity_test_eg_textBox p{
	display: inline-block;
	line-height: 26px;
	color:#F07BA5 ;
	font-size: 16px;
}


.subjectivity_test_egTwo .subjectivity_test_eg_imgBox{
	background: #1CC3E5;
}
.subjectivity_test_egTwo .subjectivity_test_eg_textBox{
	padding: 120px 180px 120px 40px;
}
.subjectivity_test_egTwo .subjectivity_test_eg_textBox p{
	color:#1CC3E5 ;
}


.subjectivity_test_egThree .subjectivity_test_eg_imgBox{
	background: #5F63AC;
}
.subjectivity_test_egThree .subjectivity_test_eg_textBox p{
	color:#5F63AC ;
}


/*基金检测类*/
.gene_test{
	width: 1200px;
	margin: 0 auto;
}
.gene_test h3{
	text-align: center;
	font-weight: 700;
	font-size: 24px;
	color: #2F3538;
}
.gene_test p{
	text-align: center;
	margin: 30px 0 70px 0;
	font-weight: 700;
	font-size: 16px;
}
.gene_test .gene_test_eg img:nth-child(2){
	margin: 0 60px;
}
.gene_test_eg div{
	display: inline-block;
}
/*.gene_test_eg div:nth-child(1){
	position: relative;
}*/
.gene_test_eg h4{
	text-align: center;
	margin: 30px 0;
	font-weight: 700;
	font-size: 18px;
	color: #2F3538;
}
.gene_test_eg{
	position: relative;
}
.gene_test_eg p{
	position: absolute;
	bottom: 80px;
	/*left: 0;*/
	width: 350px;
	background: #fff;
	font-size: 14px;
	color: #bbb;
	font-weight: 400;
	display: inline-block;
	padding: 10px;
	text-align: center;
	height: 75px;
	line-height: 20px;
}
.to_test{
	height: 360px;
	margin-top: 30px;
	position: relative;
	/* background-size: 100%; */
	background: url(../images/other_test_go_test.jpg)no-repeat;
	background-size: 100% 300px;
	background-repeat: no-repeat;
	
}
.to_test a{
	padding: 8px 12px;
	background: transparent;
	border: 1px solid #fff;
	border-radius: 10px;
	color: #fff;
	font-size: 24px;
	position: absolute;
	top: 40%;
	left: 47%;
}



@media screen and (max-width: 800px){
	.top-banner{
		height: 16rem; 
		
	}
	.go_test_content{
		overflow: hidden;
	}
	.top-banner h1 {
	    left: 16%;
    	top: 30%;
    	text-align: left;

	}
	.subjectivity_test {
	    width: 100%;
	    margin: 0 auto;
	}
	.subjectivity_test h3 {
	    text-align: center;
	    margin: 30px 0;
	    font-size: 1.2rem;
	}
	.subjectivity_test_eg_imgBox {
	    width: 100%;
	    height: 300px;
	    background: #F07BA5;
	    position: relative;
	    display: inline-block;
	    vertical-align: bottom;
	    overflow: hidden;
	}
	.subjectivity_test_eg_imgBox img {
		width: 100%;
		height: 100%;
	    position: absolute;
	    left: 2rem;
	    top: 2rem;
	}
	.subjectivity_test_eg_textBox h4 {
	    display:block;
	    font-weight: 700;
	    margin-top: 1rem ;
	    text-align: center;
	}
	.subjectivity_test_eg_textBox {
	    display: inline-block;
	    width: 100%;
	    padding: 1rem ;
	}
	.subjectivity_test_egTwo .subjectivity_test_eg_textBox {
	    display: inline-block;
	    width: 100%;
	    padding: 1rem ;
	}
	.subjectivity_test_eg {
	    margin-bottom: 2rem;
	}
	.subjectivity_test_egTwo{
		position: relative;
		height: 29rem;
		margin-top: -30px;
		
	}
	.subjectivity_test_egTwo .subjectivity_test_eg_textBox{
		position: absolute;
		bottom: 0;
	}
	.subjectivity_test_egTwo .subjectivity_test_eg_imgBox{
		position: absolute;
		top: 0;
	}
	
	.gene_test {
	    width: 100%;
	    margin: 0 auto;
	    
	}
	.gene_test p {
	    text-align: center;
	    margin: 1rem 0;
	    width: 100%;
	    font-weight: 700;
	    font-size: 1rem;
	    line-height: 2rem;
	}
	
	.gene_test_eg{
		width: 100%;
	}
	.gene_test_eg div{
		width: 100%;
		margin: 0 !important;
	}
	.gene_test_eg img{
		width: 100%;
	}
	.to_test {
	    background-size: 100% 200px;
	}
	.to_test a {
		font-size: 20px;
	    top: 50%;
	    left: 50%;
	    transform: translate(-50%, -50%);
	}
	
	.to_test{
		height: 8rem !important;
		background-size: cover;
    	background-repeat: no-repeat;
    	background-position: 10%;
		margin-top: 30px;
		position: relative;
	}
	
	
	
	.gene_test_eg{
		position: static;
	}
	.gene_test_eg p{
		position: static;
		margin-top: -70px;
	}
}