﻿@charset "utf-8";
.wrapper {
	width: 100%;
	font-size: 0;
	overflow: hidden;
	position: relative;
	font-size: 0;
	background-color: #fff;
}
/*BANNER*/
.banner {
    width: 100%;
    height: 25vw;
    background-image: url(../images/classic/classic_banner.jpg);
    background-repeat: no-repeat;
    background-attachment: local;
    background-size: cover;
    background-position: 50% 0%;
}
.site_logo {
    width: 61px;
    height: 61px;
    position: relative;
    top: 25px;
    left: 50px;
    z-index: 3;
    color: #fff;
}
.page {
    position: relative;
    top: 57%;
    left: 67.5%;
    z-index: 3;
    max-width: 153px;
    height: 43px;
    border-right: 2px solid #0c581c;
}
.page img {
    padding-top: 7px;
    margin-left: -13px;
    width: 100%;
}





.plants_outer{
    width:100%;
    position: relative;
    overflow: hidden;
}
.plants_outer .plants_box{
    width:100%;
    position: relative;
    height:auto;
    background-color:#f4f4f4;
    overflow: hidden;
}
.list_img{
    width: 50%;
    overflow: hidden;
    position: relative;
    font-size: 0px;
    vertical-align: middle;
    background-position: 50% 50%;
    background-size: cover;
    float: right;
    vertical-align: top;
}
.list_img:before{
    position: relative;
    content: "";
    display: block;
    padding-top: 100%;
}
.list_img img{
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


.list_txt{
    width: 50%;
    padding: 5% ;
    float: right;
    vertical-align: top;
}
.list_txt .name{
    width: 100%;
    font-size: 48px;
    color: #414141;
    font-weight: normal;
    line-height: 150%;
    text-align: right;
    font-family:  'Microsoft JhengHei';
}
.list_txt .name .bold{
    color: #0c581c;
    font-weight: bold;
    padding-right: 10px;
    font-family:  'Microsoft JhengHei';
}
.list_txt .line{
    width: 100%;
    background-color: #709a0b;
    height: 3px;
}

.list_txt .list_txt_title{
    font-size: 40px;
    font-weight: bold;
    color: #0c581c;
    line-height: 150%;
    padding: 5px 0px;
    font-family:  'Microsoft JhengHei';
}
.list_txt .list_txt_des{
    font-weight: bold;
    font-size: 30px;
    color: #414141;
    line-height: 150%;
    text-align: justify;
    font-family:  'Microsoft JhengHei';
}
.list_txt .info_list{
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    color: #414141;
    line-height: 180%;
    overflow: hidden;
    font-family:  'Microsoft JhengHei';
    padding-top: 5%;
}
.list_txt .info_list h4{
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    color: #414141;
    line-height: 180%;
    overflow: hidden;
    font-family:  'Microsoft JhengHei';
}
.list_txt .info_list ul{
    width: 100%;
}
.list_txt .info_list ul>li{
    width: 100%;
    float: left;
    line-height: 180%;
}



@media screen and (max-width:1560px) {
.list_txt .name{
    font-size: 42px;
}
.list_txt .list_txt_title{
    font-size: 36px;
}
.list_txt .list_txt_des{
    font-size: 26px;
}
.list_txt .info_list{
    font-size: 20px;
}
.list_txt .info_list h4{
    font-size: 20px;
}
}
@media screen and (max-width:1280px) {
.list_txt .name{
    font-size: 36px;
}
.list_txt .list_txt_title{
    font-size: 32px;
}
.list_txt .list_txt_des{
    font-size: 24px;
}
.list_txt .info_list{
    font-size: 18px;
}
.list_txt .info_list h4{
    font-size: 18px;
}
.list_img:before{
    position: relative;
    content: "";
    display: block;
    padding-top: 120%;
}
}


@media screen and (max-width:1024px) {
.list_img{
    width: 100%;
    float: none;
}
.list_img:before{
    position: relative;
    content: "";
    display: block;
    padding-top: 90%;
}
.list_txt{
    width: 100%;
    float: none;
    padding: 10%;
}   
}

@media screen and (max-width:768px) {
.list_txt .name{
    font-size: 30px;
}
.list_txt .list_txt_title{
    font-size: 26px;
}
.list_txt .list_txt_des{
    font-size: 20px;
}
.list_txt .info_list{
    font-size: 16px;
    padding-top: 8%;
}
.list_txt .info_list h4{
    font-size: 16px;
}
}




.sigle_pic{
    width:100%;
    position: relative;
    overflow: hidden;
    background-color:#fff;
    padding: 10% 0%;
}
.sigle_pic .sigle_pic_box{
    width:100%;
    max-width: 1450px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.sigle_pic .sigle_pic_box .list_img{
    width: 100%;
    position: relative;
    font-size: 0px;
    background-position: 50% 50%;
    background-size: cover;
}
.sigle_pic .sigle_pic_box .list_img:before{
    position: relative;
    content: "";
    display: block;
    padding-top: 49.65%;
}
.sigle_pic .sigle_pic_box .list_img img{
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
@media screen and (max-width:1500px) {
.sigle_pic .sigle_pic_box{
    width:80%;
}  
}





.fixed_pic{
    width:100%;
    height: 950px;
    position: relative;
    background-size: cover;
    background-attachment: fixed;
    background-position: 50% 0%;
    background-repeat: no-repeat;
}
@media screen and (max-width:1500px) {
.fixed_pic{
    height: 750px;
} 
}

@media screen and (max-width:1366px) {
.fixed_pic{
    height: 600px;
} 
}

@media screen and (max-width:1024px) {
.fixed_pic{
    height: 450px;
    background-attachment: local;
} 
}

@media screen and (max-width:768px) {
.fixed_pic{
    height: 350px;
} 
}

@media screen and (max-width:450px) {
.fixed_pic{
    height: 250px;
}
}


.s00{
    width:100%;
    position: relative;
    overflow: hidden;
    background-color:#fff;
    padding: 10% 0% 5% 0%;
}
.s00 .cent{
    width: 100%;
    max-width: 1450px;
    margin: 0 auto;
}
@media screen and (max-width:1500px) {
.s00 .cent{
    width: 80%;
}
}

@media screen and (max-width:768px) {

}



.s00 .cent .s00_pic_box {
    width: 100%;
    max-width: 1450px;
    margin: 0 auto;
    overflow: hidden;
    position:relative;
    font-size: 0;
    padding: 0;
}
.s00 .cent .s00_pic_box .pc_pic_box{padding: 0;}
.s00 .cent .s00_pic_box .pc_pic_box>li {
    width: 100%;
    position:relative;
    background-position: center;
    background-size: cover;
    font-size: 0;
    padding: 0;
    margin: 0;
    text-align: center;
    background-color: #f1f1f1;
}
.s00 .cent .s00_pic_box .pc_pic_box>li:before{
    position: relative;
    content: "";
    display: block;
    padding-top: 49.51%;
}
.s00 .cent .s00_pic_box .pc_pic_box>li img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 0;
    margin: 0;
}



/*ARROW*/
.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 52%;
    width: 100px;
    height: 100px;
    margin-top: -50px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 100px 100px;
    -webkit-background-size: 100px 100px;
    background-size: 100px 100px;
    background-position: center;
    background-repeat: no-repeat;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: auto;
    right: 90%;
    background-image: url("../images/arrowL.png");
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    left: 90%;
    right: auto;
    background-image: url("../images/arrowR.png");
}

@media  screen and (max-width: 1366px)  {
.swiper-button-next, .swiper-button-prev {
    position: absolute;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 60px 60px;
    -webkit-background-size: 60px 60px;
    background-size: 60px 60px;
    background-position: center;
    background-repeat: no-repeat;
}
}
@media  screen and (max-width: 1024px)  {
.swiper-button-next, .swiper-button-prev {
    position: absolute;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 50px 50px;
    -webkit-background-size: 50px 50px;
    background-size: 50px 50px;
    background-position: center;
    background-repeat: no-repeat;
}
}
@media  screen and (max-width: 768px)  {
.swiper-button-next, .swiper-button-prev {
    position: absolute;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 40px 40px;
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
    background-position: center;
    background-repeat: no-repeat;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: auto;
    right: 90%;
    background-image: url("../images/arrowL.png");
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev  {
    left: 90%;
    right: auto;
    background-image: url("../images/arrowR.png");
}
}








.BtnArea{
    width: 100%;
    padding:0% 0% 5% 0%;
}
.btn {
    width: 125px;
    margin: 0 auto;
    color: #3b3b3b;
    font-size: 18px;
    padding: 10px 40px;
    cursor: pointer;
    background-color: rgba(59,59,59,0);
    border:1px solid #3b3b3b;
    -webkit-appearance : none ;/*/解决ios上按钮的圆角问题/*/
    border-radius: 0;
    text-align:center;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.btn:hover {
    color: #fff;
    background-color: rgba(59,59,59,1);
}



@media screen and (max-width:768px) {
    .banner {
        height: 470px;
        background-position: 100% 50%;
        position: relative;
    }
    .page {
        top: 68%;
        left: 49%;
        position: absolute;
        min-width: 153px;
        border-right: 4px solid #0c581c;
    }
    .BtnArea{
        padding:10% 0%;
    }
    .btn {
        width: 100px;
        margin: 0 auto;
        color: #3b3b3b;
        font-size: 14px;
        padding: 10px 0px;
        cursor: pointer;
        background-color: rgba(59,59,59,0);
        border:1px solid #3b3b3b;
        -webkit-appearance : none ;/*/解决ios上按钮的圆角问题/*/
        border-radius: 0;
        text-align:center;
        -webkit-transition: all 0.4s ease-out;
        transition: all 0.4s ease-out;
    }
}

