@charset "utf-8";
/* =======　全站共用　======= */
body { 
  margin     : 0; 
  padding    : 0;
  font-family:"Thonburi","Heiti TC","Helvetica Neue",Helvetica,Arial,sans-serif,\5FAE\8EDF\6B63\9ED1\9AD4,\65B0\7D30\660E\9AD4;
}
body { margin:0; padding: 0; font-family: Verdana, Arial, Helvetica, sans-serif; -webkit-text-size-adjust: none; }
h1 ,h2 ,h3 ,h4 ,h5 ,h6 { margin: 0; }
table { text-align: center; line-height:14px; }
img { border: none; }
a, a:hover { color: #000; text-decoration: none;}
map *:focus{outline:none;}	

a:hover {
    text-decoration: none;
    outline: none
}


.clear {
    clear: both;
}

header {
    width: 100%;
    background: #fff;
}

.ad-top img {
	height: auto;
    margin: 0 auto;
    display: block;
    max-width: 1125px;
    width: 100%;
    margin: 0 auto;
}
section.adHome {
    max-width: 1250px;
    width: 100%;
    margin:30px auto 10px;
}
.ad > div {
    display: inline-block;
    vertical-align: top;
    border-radius: 2px;
    text-align: left;
    width: 390px;
    margin: 10px 10px 20px;
    padding-bottom: 10px;
    background-color: #fff;
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.12), 0px 2px 3px rgba(0, 0, 0, 0.24);
    overflow: hidden;
}
.ad.adHome > div {
    width: 48%;
    margin: 0 0.5% 2%;
	padding: 1% 0.5%;
	position: relative;
}
.ad.adHome .pic img {
    width: 100%;
    height: auto;
}
.ad.adHome a {
    text-decoration: none;
}
.ad h6 {
    font-size: 20px;
    line-height: 35px;
    margin: 10px;
    height:35px;
    overflow: hidden;
	margin-top: 6px;
	margin-bottom: 1px;
}
.ad > div p {
    margin: 0 10px;
    font-size: 13px;
}
.gotobtn{
	padding: 5px 10px;
	color: #ff5013;
	font-size: 15px;
	border: 1px solid #ff5013;
	border-radius: 30px;
	position: absolute;
	bottom: 17px;
	right: 15px;
}
footer { padding: 10px 0px; font-size: 12px; line-height: 14px; background: #FFF; }
footer p { margin: 0px; text-align: center; }
footer a {	color: #0072ff; text-decoration: none; }
footer a:hover { color:#0072ff; text-decoration: underline; }
.copyright { font-size: 10px; color: #6f6f6f}

@media screen and (max-width: 768px){
	section.adHome {
    width: 100%;
    margin: 5px auto;
	}
	.ad.adHome > div {
    display: block;
    float: none;
    width: 94%;
    margin: 3% auto;
	}
	.ad.adHome .pic img {
    width: 100%;
    height: auto;
	}
	.ad h6 {
    font-size: 15px;
    line-height: 24px;
    margin: 10px;
    height:24px;
    overflow: hidden;
	margin-top: 1px;
	margin-bottom: 1px;
	}
	.ad > div p {
    margin: 0 10px;
    font-size: 12px;
	}
	.gotobtn{
	padding: 3px 8px;
	font-size: 13px;
	bottom: 10px;
	right: 10px;
	}
}
