@charset "utf-8";
#m_process{
	width:100%;
	min-width:1200px; position:relative
}

#m_process .row .left{
	float:left;
	width:100%;
	height:440px;
	position:relative;
	overflow:hidden;
}

#m_process .row .left .img{
	position:absolute;
	top:0px;
	right:0px; margin-right:300px
}


#m_process .row .right{
	float:left;
	width:41%; position:absolute; left:0
}
#m_process .row:after{ clear: both; height: 0; overflow: hidden; }
#m_process .tx_area{
	height:500px
}
#m_process .tx_area .step{
   position: absolute;
   opacity:0; 
}

#m_process .tx_area .step_btn{
	position:absolute;
	bottom:10px; 
	
}
#m_process .tx_area h1.tit {
    font-size: 26px;
    color: #222;
    font-weight: 500;
    padding-bottom: 30px;
}
