@charset "utf-8";
/* ------------------------------------------------------------ index */

#firstview { }
#firstview h2 { text-align: center; background: url(../images/footer/footer-bg.jpg) left center no-repeat; background-size: cover; padding: 10px 0;}
#firstview #pick-up .wrap { float: left; width: 33.3%; position: relative; height: 316px; overflow: hidden;}
#firstview #pick-up .wrap.center { width: 34%; height: 300px;}
#firstview #pick-up .wrap img { width: 100%; height: auto;}
#firstview #pick-up ul { display: inline-block; *display: inline; *zoom: 1; }
#firstview #pick-up .news_title { background: url(../images/index/overlay.png) center bottom ; position: absolute; bottom: -15px; width: 94%; padding: 30px 3% 0; background-size: cover; overflow: hidden; }
#firstview #pick-up .news_title p { } 
#firstview #pick-up .news_title p a { color: #fff; font-size: 20px; font-weight: bold; letter-spacing: 2px; line-height: 130%; }
#firstview #pick-up .news_title ul.hash li a { color: #fff; border: 1px solid #fff;}
#firstview #pick-up .news_title ul li { border-radius: 10px; border: 1px #fff solid; float: left; padding: 0 10px; margin: 10px 10px 0 0; }
#firstview #pick-up .news_title ul li a { color: #fff; font-size: 13px; }

/* ------------------------------------------------------------ mobile */
@media only screen and (max-width:640px){

#firstview { padding: 0 0 10px; border-bottom: none;}
#firstview #pick-up .wrap { float: none; width: 100%; position: relative; height: inherit; overflow: hidden;}
#firstview #pick-up .wrap img { width: 100%; height: auto;}
#firstview #pick-up ul { display: inline-block; *display: inline; *zoom: 1;}
#firstview #pick-up .news_title { background: url(../images/index/overlay.png) center bottom ; position: absolute; bottom: 0; width: 94%; padding: 20px 3% 10px; height: inherit;}
#firstview #pick-up .news_title p { padding: 0; margin: 0 0 10px; } 
#firstview #pick-up .news_title p a { color: #fff; font-size: 18px; font-weight: bold; letter-spacing: 1px; line-height: 130%;}
#firstview #pick-up .news_title ul.hash li a { color: #fff; border: 1px solid #fff;}

#top-nav { border-bottom: 7px solid #ebad64; padding: 0 0 10px;}
#top-nav li { display: inline-block; *display: inline; *zoom: 1; text-align: center; width: 33%;}
#top-nav li a { font-size: 14px; color: #606060; width: 90%; border-left: 1px solid #f2dd6a; display: inline-block; *display: inline; *zoom: 1;  box-sizing: border-box; -webkit-box-sizing: border-box; padding: 5px 0;}
#top-nav li:first-child a { border: none;}
#top-nav li a.on { background: #fef2dc; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;}


}








