﻿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.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: 1115px;
	margin: 0 25px;
	float: left;
	padding: 15px 0;
}
.pro3_top .copr .left{
	width: 875px;
	float: left;
}
.pro3_top .copr .left table{
	border-top: 1px solid #b3b3b3;
	border-left: 1px solid #b3b3b3;
	border-right: 1px solid #b3b3b3;
	margin-bottom: 10px;
}
.pro3_top .copr .left td{
	padding: 8px 15px;
	border-right: 1px dashed #eb6100;
	text-align: center;
	border-bottom: 1px solid #b3b3b3
}
.pro3_top .copr .left tr.tit{
	background: url(../images/p3_top_borBg.png) left top repeat-x, #ffca79;
	font-weight: normal;
	font-size: 16px;
}
.pro3_top .copr .right{
	width: 240px;
	float: left;
}
.pro3_botBg{
	width: 100%;
	float: left;
	min-width: 1200px;
	height: 340px;
	padding: 0;
	background: url(../images/p3_bot_bg.png) center top repeat-x; 
}
.pro3_bot{
	width: 1200px;
	margin: 0 auto;
	padding: 40px 0 0 0;
}
.pro3_bot .left, .pro3_bot .right{
	width: 50%;
	height: 260px;
	float: left;
}
.pro3_bot .img{
	width: 330px;
	float: left;
	padding: 10px 0;
}
.pro3_bot .img img{
	border: 3px solid #fff;
	-webkit-border-top-right-radius: 30px;
	-webkit-border-bottom-left-radius: 30px;
	-moz-border-radius-topright: 30px;
	-moz-border-radius-bottomleft: 30px;
	border-top-right-radius: 30px;
	border-bottom-left-radius: 30px;
	box-shadow: 5px 5px 0 rgba(0,0,0,0.2);
}
.pro3_bot .exam{
	width: 250px;
	padding: 10px 0;
	float: left;
}
.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;
	background: url(../images/p3_bot_bg_2.png)  right center no-repeat;
	padding: 20px 0;
}
.pro3_eco .text{
	padding: 0 20px 0 300px;
	width: 560px;
	float: left;
	background: url(../images/p3_bot_img.gif) left center no-repeat;
}
.pro3_eco .btn{
	width: 220px;
	float: left;
}
.pro3_eco .tit2{
	color: #638c0b;
	font-weight: bold;
	font-size: 18px;
}
.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_top .copr .left{
	width: 730px;
}
.pro3_botBg{
	min-width: 1000px;
}
.pro3_bot{
	width: 970px;
	margin: 0 15px;
}
.pro3_bot .left, .pro3_bot .right{
	height: auto;
}
.pro3_bot .exam{
	width: 155px;
}
.pro3_ecoBg{
	min-width: 1000px;
}
.pro3_eco{
	width: 970px;
	margin: 0 15px;
}
.pro3_eco .text{
	width: 430px;
}
}
@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 .left, .pro3_top .copr .right{
	width: 100%;
	margin: 10px 0;
}
.pro3_top .copr table{
	width: 100% !important;
}
.pro3_top .copr .left td{
	padding: 8px 5px;
	font-size: 14px;
}
.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;
}
.pro3_bot .img{
	width: 100%;
	text-align: center;
}
.pro3_bot .img img{
	width: 90%;
	height: auto;
}
.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{
	width: 100%;
	padding: 195px 0 0 0;
	background: url(../images/p3_bot_img.gif) left top no-repeat;
}
.pro3_eco .btn{
	width: 100%;
}
.pro3_eco .btn .btn_brow, .pro3_eco .btn .btn_gre{
	text-align: center;
}
}