body{
	font-size: 16px;
	line-height: 30px;
	font-family: "微軟正黑體";
	color: #333;
}
.org_charBg{
	width: 100%;
	float: left;
	min-width: 1200px;
	background: url(../images/org_top_bg_tr.jpg) right top no-repeat, url(../images/org_top_bg_l.jpg) left bottom no-repeat, url(../images/org_top_bg_r.jpg) right bottom no-repeat;
	padding: 0 0 30px 0;
}
.org_char{
	width: 1200px;
	margin: 0 auto;
	text-align: center;
}
.org_weiBg{
	width: 100%;
	float: left;
	min-width: 1200px;
	height: 317px;
	background: url(../images/org_wei_bg.png) repeat-x;
}
.org_wei{
	width: 1200px;
	margin: 0 auto;
	padding: 15px 0;
}
.org_teamBg{
	width: 100%;
	float: left;
	min-width: 1200px;
	background: url(../images/org_team_bg_tl.png) left top no-repeat, url(../images/org_team_bg_bl.png) left bottom no-repeat, url(../images/org_team_bg_tr.png) right top no-repeat;
}
.org_team{
	width: 1200px;
	margin: 0 auto;
	padding: 15px;
	position: relative;
}
.org_team .info{
	position: relative;
	width: 280px;
	height: 370px;
	float: left;
	text-align: right;
}
.org_team .dgm .info{
	width: 350px;
}
.org_team img{
	position: absolute;
	left: -10px;
	top: 0;
}
.org_team .name{
	width: 260px;
	padding: 20px 20px 0 0;
	float: right;
	font-size: 22px;
	font-weight: 600;
}
.org_team .name span{
	width: 100%;
	text-align: right;
	font-size: 16px;
	font-weight: normal;
}
.org_team .text{
	width: 35%;
	float: right;
	text-align: left;
	position: absolute;
	right: 0;
	top: 190px;
}
.org_team .dgm .text{
	right: 65px;
}
.org_team .btn_more{
	position: absolute;
	top: 10px;
	right: 15px;
	width: 73px;
	height: 38px;
	background: url(../images/chc_btn_more.png) no-repeat;
}
.org_team a:hover .btn_more{
	background: url(../images/chc_btn_more_h.png) no-repeat;
}

.org_team .btn_box{
	text-align: right;
	position: relative;
	float: right;
	margin-bottom: 32px;
}

.org_team .btn{
	display: flex;
	align-items: center;
	border: 1px solid #ff8e31;
	padding: 8px 8px 8px 8px;
	width: 300px;
	border-radius: 100px;
	font-weight: bold;
	font-size: 18px;
}

.org_team .btn img{
	position: relative;
	margin: 0 8px 0 16px;
}

.team {
    width: 100%;
    float: left;
    display: flex;
    justify-content: center;
}

.org_team .text{
	right: 55px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
.org_charBg{
	min-width: 1000px;
}
.org_char{
	width: 90%;
	margin: 0 5%;
	height: auto;
}
.org_char img{
	width: 100%;
	height: auto;
}
.org_weiBg{
	min-width: 1000px;
}
.org_wei{
	width: 90%;
	margin: 0 5%;
	height: auto;
}
.org_teamBg{
	min-width: 1000px;
}
.org_team{
	width: 90%;
	margin: 0 5%;
	height: auto;
	padding: 15px 0;

}
.org_team .team{
	width: 560px;
	margin: 0 auto;
}
}
@media screen and (min-width: 320px) and (max-width: 768px) {
.org_charBg, .org_weiBg, .org_teamBg{
	min-width: 320px;
}
.org_char, .org_wei, .org_team{
	width: 90%;
	margin: 0 5%;
	height: auto;
}
.org_char img{
	width: 100%;
	height: auto;
}
}
