body{
	font-size: 16px;
	line-height: 30px;
	font-family: "微軟正黑體";
	color: #333;
}
.pro3_topBg{
	width: 100%;
	float: left;
	min-width: 1200px;
	padding: 0 0 15px 0;
	background: url(../images/p3_top_bg_l.png) left bottom no-repeat, url(../images/p3_top_bg_r.png) right bottom no-repeat;
}
.pro3_top{
	width: 1200px;
	margin: 0 auto;
}
.pro3_top .ctn{
	width: 100%;
	float: left;
	position: relative;
}
.pro3_top .top{
	width: 875px;
	margin: 0 25px;
	float: left;
	background: url(../images/p3_top_img_2.png) left center no-repeat;
	padding: 15px 0 0 240px;
	height: 195px;
}
.pro3_top .tit, .pro3_bot .tit, .pro3_eco .tit{
	font-weight: bold;
	font-size: 20px;
	color: #333333;
	margin-bottom: 5px;
}
.pro3_top .top .bg{
	float: left;
	background: rgba(244,232,212, 0.8);
	padding: 10px 25px
}
.pro3_top .copr{
	width: 945px;
	margin: 0 128px;
	float: left;
	padding: 15px 0;
	position: relative;
	text-align: center;
}
.pro3_top .copr .text{
	width: 180px;
	position: absolute;
	right: 30px;
	bottom: 20px;
	z-index: 2;
	text-align: left;
}
.pro3_botBg{
	width: 100%;
	float: left;
	min-width: 1200px;
	height: 340px;
	padding: 0;
	background: url(../images/p3_bot_bg-2.png) center top repeat-x; 
}
.pro3_bot{
	width: 1200px;
	margin: 0 auto;
	padding: 40px 0 0 0;
}
.pro3_bot .left{
	width: 500px;
	height: 260px;
	float: left;
}
.pro3_bot .right{
	width: 700px;
	height: 260px;
	float: left;
	position: relative;
}
.pro3_bot .right ul{
	width: 606px;
	margin: 0 auto;
}
.pro3_bot .right li{
	width: 162px;
	height: 162px;
	float: left;
	margin: 0 20px;
}
.pro3_bot .btn_more, .pro3_bot .btn_more:hover{
	width: 64px;
    right: 15px;
    top: 0;
    height: 37px;
    margin: 0 5px 0 0;
    position: absolute;
    background: url(../images/new_btn_more.png) center 4px no-repeat;
}
.pro3_bot .right li.btn1{
	background: url(../images/p3_btn_1.png) no-repeat;
}
.pro3_bot .right li.btn2{
	background: url(../images/p3_btn_2.png) no-repeat;
}
.pro3_bot .right li.btn3{
	background: url(../images/p3_btn_3.png) no-repeat;
}
.pro3_bot .right a:hover li{
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-0-transition: 0.5s;
	transition: 0.5s;
}
.pro3_bot .right a:hover li.btn1{
	background: url(../images/p3_btn_1h.png) no-repeat;
}
.pro3_bot .right a:hover li.btn2{
	background: url(../images/p3_btn_2h.png) no-repeat;
}
.pro3_bot .right a:hover li.btn3{
	background: url(../images/p3_btn_3h.png) no-repeat;
}
.pro3_ecoBg{
	width: 100%;
	float: left;
	min-width: 1200px;
	padding: 0;
}
.pro3_eco{
	width: 1200px;
	margin: 0 auto;
}
.pro3_eco .ctn{
	width: 100%;
	float: left;
	padding: 20px 0;
	background: url(../images/p3_bot_bg_2.png)  right center no-repeat;
}
.pro3_eco .text{
	padding: 0;
	width: 420px;
	float: left;
}
.pro3_eco .text li{
	width: 395px;
	padding: 0 0 0 25px;
	background:url(../images/p3_list.png) left 7px no-repeat;
}
.pro3_eco .text2{
	padding: 0;
	width: 540px;
	float: left;
	padding-right: 20px;
}
.pro3_eco .btn{
	width: 220px;
	float: left;
}
.pro3_eco .tit2{
	color: #638c0b;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 5px;
}
.pro3_eco .btn .btn_brow, .pro3_eco .btn .btn_gre{
	
	background: #a6937c;
	padding: 3px 10px;
	color: #fff;
	
	margin: 10px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 3px 3px 0 #ccc;
	border: 1px solid #999;
}
.pro3_eco .btn a, .pro3_eco .btn a:hover{
	color: #fff;
}
.pro3_eco .btn a:hover .btn_brow, .pro3_eco .btn a:hover .btn_gre{
	background: #666;
}
.pro3_eco .btn .btn_gre{
	background: #8fc31f;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
.pro3_topBg{
	min-width: 1000px;
	padding: 0;
}
.pro3_top{
	width: 970px;
	margin: 0 15px;
}
.pro3_top .top{
	width: 660px;
	margin: 0 15px;
	float: left;
	background: url(../images/p3_top_img.png) left center no-repeat;
	padding: 25px 35px 0 275px;
	height: auto;
}
.pro3_top .copr{
	width: 970px;
	margin: 0;
}
.pro3_botBg{
	min-width: 1000px;
}
.pro3_bot{
	width: 970px;
	margin: 0 15px;
}
.pro3_bot .left, .pro3_bot .right{
	height: auto;
}
.pro3_bot .left{
	width: 424px;	
}
.pro3_bot .right{
	width: 546px;
}
.pro3_bot .right ul{
	width: 546px;
	margin: 15px auto;
}
.pro3_bot .right li{
	margin: 0 10px;
}
.pro3_ecoBg{
	min-width: 1000px;
}
.pro3_eco{
	width: 970px;
	margin: 0 15px;
}
.pro3_eco .text{
	width: 310px;
	padding: 0 20px 0 0;
}
.pro3_eco .text li{
	width: 285px;
}
.pro3_eco .text2{
	width: 400px;
}
}
@media screen and (min-width: 320px) and (max-width: 768px) {
.pro3_topBg{
	min-width: 320px;
}
.pro3_top{
	width: 90%;
	padding: 0 5%;
}
.pro3_top .top{
	width: 100%;
	height: auto;
	padding: 220px 0 0 0;
	margin: 0;
	background: url(../images/p3_top_img_s.png) center top no-repeat;
}
.pro3_top .copr{
	width: 100%;
	height: auto;
	margin: 0;
}
.pro3_top .copr img{
	width: 100%;
	height: auto;
}
.pro3_top .copr .text{
	width: 100%;
	height: auto;
	position: initial;
	margin: 10px 0;
}
.pro3_botBg{
	padding: 30px 0 0 0;
}
.pro3_botBg, .pro3_ecoBg{
	min-width: 320px;
	height: auto;
}
.pro3_bot, .pro3_eco{
	width: 90%;
	padding: 0 5%;
}
.pro3_bot .left, .pro3_bot .right{
	width: 100%;
	height: auto;
	margin: 15px 0;
}
.pro3_bot .right ul{
	width: 100%;
}
.pro3_bot .right li{
	margin: 10px;
}
.pro3_bot .img{
	width: 100%;
	text-align: center;
}
.pro3_bot .exam{
	width: 100%;
	text-align: center;
	background: rgba(255,255,255,0.6);
}
.pro3_ecoBg{
	border-top: 1px solid #83b53c;
}
.pro3_eco .ctn{
	background-position: center 40px;
}
.pro3_eco .text, .pro3_eco .text2{
	width: 100%;
	padding: 0;
	margin: 10px 0;
}
.pro3_eco .btn{
	width: 100%;
	margin: 10px 0;
}
.pro3_eco .btn .btn_brow, .pro3_eco .btn .btn_gre{
	text-align: center;
}
}