body{
	font-size: 16px;
	line-height: 30px;
	font-family: "微軟正黑體";
	color: #333;
}
.w_green{
	color: #638c0b;
}

.fem_topBg{
	width: 100%;
	float: left;
	min-width: 1200px;
	padding: 25px 0;
	background: url(../images/sou_bg_4.png) center bottom repeat-x, url(../images/awd_certBg_r.png) right 20% no-repeat;
	border-bottom: 1px solid #5cbaee;
}
.fem_top{
	width: 1200px;
	margin: 0 auto;
}
.fem_top .title{
	font-size: 18px;
	font-weight: bold;
	color: #518412;
	margin: 10px 0;
}
.fem_top .photo li{
	width: 25%;
	text-align: center;
	float: left;
	padding: 15px 0;
}
.fem_top .photo li img{
	width: 95%;
	height: auto;
	border-radius: 8px;
}

.fem_top .top, .fem_top .bot{
	width: 100%;
	float: left;
	padding: 0;
}
.top .text, .top .img, .bot .text{
	width: 90%;
	float: left;
	padding: 10px 5%;
}
.bot .img{
	width: 50%;
	float: left;
}
.bot .text_par{
	width: 48%;
	padding: 0 0 0 2%;
	float: left;
}
.top .img, .bot .img{
	text-align: center;
}
.bot .img img{
	width: 98%;
	margin: 5px 0;
}
.top .img img{
	width: 49%;
	height: auto;
}
.top .img br{
	display: none;
}
.img img{
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	max-width: 542px;
	height: auto;
}
.textBox_r, .textBox_l{
	width: 50%;
	float: left;
}
.textBox_r p, .textBox_l p{
	margin: 10px 0;
}
.img_l, .img_r{
	width: 50% !important;
	float: left;
}
.textBox_r .img img, .textBox_l .img img, .img_l img, .img_r img{
	width: 95% !important;
	height: auto;
}
.img_l p, .img_r p{
	text-align: left;
	padding: 0 15px;
}
.fem_top ul.list{
	width: 100%;
	float: left;
	padding-top: 15px;
	border-top: 1px dashed #ccc;
}
.fem_top ul.list li{
	width: 48%;
	float: left;
	padding: 0 1% 15px 1%;
}
.fem_top li .title{
	width: 100%;
	float: left;
	font-size: 16px;
	font-weight: 600;
	position: relative;
	color: #0068b7;
}
.fem_top li .text{
	width: 50%;
	padding: 10px 0 0 0;
	float: left;
}
.fem_top li .img{
	width: 50%;
	float: left;
	padding: 10px 0 0 0;
	text-align: center;
}
.fem_top .btn_more{
	width: 64px;
	right: 10px;
	top: 10px;
	height: 37px;
	margin: 0 5px 0 0;
	position: absolute;
	background: url(../images/new_btn_more.png) center top no-repeat;
	
}
.fem_top .btn_mor:hover{
	top: 10px;
	right: 10px;
	background: url(../images/new_btn_more.png) center top no-repeat;
}
.first{
	font-size: 24px;
	color: #fff;
	font-weight: 600;
	background: #62b201;
	padding: 5px 10px;
	margin-right: 5px;
}
.fem_top .bot .text_par2{
	width: 100%;
	float: left;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
.fem_topBg{
	padding: 0 0 20px 0;
	min-width: 1000px;
}
.fem_top{
	width: 970px;
	padding: 0 15px;
}
.fem_top .img{
	width: 50%;
}

.textBox_r .img, .textBox_l .img{
	width: 90%;
}
ul.chc_tabs li a{
	padding: 0 10px !important;
	font-size: 13px;
}
}
@media screen and (min-width: 320px) and (max-width: 768px) {
.fem_topBg{
	min-width: 320px;
	padding: 20px 0;
}
.fem_top{
	width: 90%;
	margin: 0 5%;
	height: auto;
}
.fem_top .img, .fem_top .text, .fem_top .bot .text2{
	width: 100%;
	padding: 0;
}
.fem_top .img img.top{
	width: 100%;
}
.textBox_r, .textBox_l{
	width: 100%;
	float: left;
}
}