﻿@charset "utf-8";
.wrapper {
	width: 100%;
	font-size: 0;
	overflow: hidden;
	position: relative;
	font-size: 0;
	background-color: #e7e7e7;
}
/*BANNER*/
.banner {
    width: 100%;
    height: 470px;
    background-image: url(../images/classic/classic_banner.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: 50% 50%;
}
.site_logo {
    width: 61px;
    height: 61px;
    position: relative;
    top: 25px;
    left: 50px;
    z-index: 3;
    color: #fff;
}
.page {
    position: relative;
    top: 56%;
    left: 66.1%;
    z-index: 3;
    max-width: 200px;
}
/*.page img {
    height:43px;
}*/
.wrapper .Main{
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	padding: 5% 0%;
}
.wrapper .Main .cent{
	width: 100%;
}
.wrapper .Main .cent .titile{
	font-size: 72px;
	color: #414141;
	line-height: 150%;
	font-family:  'Microsoft JhengHei';
}
.wrapper .Main .cent .titile .bold{
	color: #0c581c;
	font-weight: bold;
}
.wrapper .Main .cent .des{
	font-size: 26px;
	color: #414141;
	line-height: 150%;
	font-family:  'Microsoft JhengHei';
}
.wrapper .Main .classic_list{
	padding-top: 2%;
}
.wrapper .Main .classic_list ul>li{
    width: 25%;
    display: inline-block;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    margin:2% 0%; 
}
.wrapper .Main .classic_list ul > li a {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}
.wrapper .Main .classic_list ul > li a .plants_box {
    width: 100%;
    position: relative;
    height: auto;
}
.wrapper .Main .classic_list ul > li a .list_img {
    width: 100%;
    display: inline-block;
    position: relative;
    font-size: 0;
    vertical-align: middle;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    overflow: hidden;
    border-right: 1px solid #c6c6c6;
}
.wrapper .Main .classic_list ul > li:nth-child(4n) a .list_img {
    border-right: none;
}
.wrapper .Main .classic_list ul > li a .list_img:before {
    position: relative;
    content: "";
    display: block;
    padding-top: 100%;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.wrapper .Main .classic_list ul > li a .list_img img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.wrapper .Main .classic_list ul > li a .list_img:hover {
    /*filter:brightness(110%);
    -webkit-filter:brightness(110%);*/
}
.wrapper .Main .classic_list ul > li a .list_txt {
    display: block;
    width: 100%;
    color: #000000;
    vertical-align: middle;
    padding: 5% 2% 10% 2%;
    line-height: 150%;
    letter-spacing: 1px;
    font-size: 30px;
    text-align: center;
    border-bottom: 1px solid #c6c6c6;
}
.wrapper .Main .classic_list ul > li:nth-last-child(1) a .list_txt {
    border-bottom: none;
}
.wrapper .Main .classic_list ul > li:nth-last-child(2) a .list_txt {
    border-bottom: none;
}
.wrapper .Main .classic_list ul > li:nth-last-child(3) a .list_txt {
    border-bottom: none;
}
.wrapper .Main .classic_list ul > li:nth-last-child(4) a .list_txt {
    border-bottom: none;
}
@media screen and (max-width:1600px) {
    .wrapper .Main {
        width: 90%;
    }
}
@media screen and (max-width:1560px) {
    .wrapper .Main .cent .titile{
        font-size: 60px;
    }
    .wrapper .Main .cent .des{
        font-size: 24px;
    }
}
@media screen and (max-width:1280px) {
    .wrapper .Main .classic_list ul>li{
        width: 50%;
    }
    .wrapper .Main .cent .titile{
        font-size: 50px;
    }
    .wrapper .Main .cent .des{
        font-size: 22px;
    }
    .wrapper .Main .classic_list ul > li:nth-child(4n) a .list_img {
        border-right: 1px solid #c6c6c6;
    }
    .wrapper .Main .classic_list ul > li:nth-child(2n) a .list_img {
        border-right: none;
    }
    .wrapper .Main .classic_list ul > li:nth-last-child(1) a .list_txt {
        border-bottom: none;
    }
    .wrapper .Main .classic_list ul > li:nth-last-child(2) a .list_txt {
        border-bottom: none;
    }
    .wrapper .Main .classic_list ul > li:nth-last-child(3) a .list_txt {
        border-bottom: 1px solid #c6c6c6;
    }
    .wrapper .Main .classic_list ul > li:nth-last-child(4) a .list_txt {
        border-bottom: 1px solid #c6c6c6;
    }
    .wrapper .Main .classic_list ul > li a .list_txt {
        font-size: 28px;
    }
}
@media screen and (max-width:1024px) {
    .wrapper .Main {
        padding: 10% 0%;
    }
    .wrapper .Main .cent .titile{
        font-size: 42px;
    }
    .wrapper .Main .cent .des{
        font-size: 20px;
    }
    .page {
        left: 68.1%;
    }
}
@media screen and (max-width:768px) {
    .wrapper .Main {
        width: 85%;
    }
    .wrapper .Main .classic_list ul>li{
        width: 100%;
    }
    .wrapper .Main .cent .titile{
        font-size: 36px;
    }
    .wrapper .Main .cent .des{
        font-size: 18px;
        text-align: justify;
    }
    .wrapper .Main .classic_list ul > li a .list_img {
        border-right: none;
    }
    .banner {
        background-attachment:local;
    }
    .page {
        left: 61.5%;
    }
    .wrapper .Main .classic_list ul > li:nth-last-child(1) a .list_txt {
        border-bottom: none;
    }
    .wrapper .Main .classic_list ul > li:nth-last-child(2) a .list_txt {
        border-bottom: 1px solid #c6c6c6;
    }
    .wrapper .Main .classic_list ul > li a .list_txt {
        font-size: 24px;
    }
}
@media screen and (max-width:580px) {
    .page {
        left: 52%;
    }
}
@media screen and (max-width:450px) {
    .wrapper .Main .cent .titile{
        font-size: 32px;
    }
    .wrapper .Main .cent .des{
        font-size: 16px;
    }
    .wrapper .Main .classic_list ul > li a .list_txt {
        font-size: 20px;
    }
}
@media screen and (max-width:414px){
    .page {
        left: 40.5%;
    }
    .site_logo {
        top: 20px;
        left: 20px;
    }
    .site_logo img {
        width: 50px;
    }
}
@media screen and (max-width:320px) {
    .page {
        left: 33.5%;
    }
}