@charset "gb2312";
/*
 * LankeCMS (http://www.weboss.hk)
 * Copyright (c) 2013-2020 http://www.weboss.hk All rights reserved.>
 */
	.partner_title{
		float: left;
		width: 100%;
		color: #111;
		font-size: 22px;
	}
	.partner_test{
		float: left;
		width: 100%;
		color:#666;
		font-size: 16px;
		line-height: 32px;
	}
	.partner_tactic_img{
		height: 100%;
		text-align: center;
		/*float: left;*/
	}
	.partner_proprieter_img{
		width: 100%;
		text-align: center;
		float: left;
	}
    .tactic_line{
	float: left;
		width: 100%;
}
@media screen and (min-width: 769px) {
	.partner_title{
		float: left;
		width: 100%;
		color: #111;
		font-size: 22px;
	}
	 .partner_tactic_img img{
		height: 90%;
		} 

}

@media screen and (max-width: 768px) {
	.partner_title{
		float: left;
		width: 100%;
		color: #111;
		font-size: 18px;
	}
	 .partner_tactic_img img{
		height: 100%;
		} 
}