﻿@charset "utf-8";
.wrapper {
    position:relative;
    font-size: 12px;
    overflow-y: hidden;
    padding-top: 60px;
}
.clean{
    clear: both;
}

.bg_banner{
    width: 100%;
    height: auto;
}
.bg_banner img{
    width: 100%;
    height: auto;
}
/*pic_banner*/
.wrapper .pic_banner {
    /*height: 800px;*/
    background-position: 50% 50%;
    background-size: cover;
    /*background-attachment: fixed;*/
    position:relative;
}
.youtubeframe{
    width:100%;
    height:703px;
}
@media screen and (max-width: 1024px) {
.wrapper .pic_banner {
    /*height: 600px;*/
}
}
@media screen and (max-width: 550px) {
.wrapper .pic_banner {
    /*height: 500px;*/
}
}
/*S9+*/
@media only screen 
and (min-device-width : 360px) 
and (max-device-width : 740px){
.wrapper .pic_banner {
    /*height: 630px;*/
}
}
/*iphone8*/
@media only screen 
    and (device-width : 375px) 
    and (device-height : 667px) 
    and (-webkit-device-pixel-ratio : 2) {
.wrapper .pic_banner {
    /*height: 530px;*/
}
}
/*iphoneX*/
@media only screen 
    and (device-width : 375px) 
    and (device-height : 812px) 
    and (-webkit-device-pixel-ratio : 3) { 
.wrapper .pic_banner {
    /*height: 650px;*/
}
}
/*iphone8+*/
@media only screen 
    and (device-width : 414px) 
    and (device-height : 736px) 
    and (-webkit-device-pixel-ratio : 3) { 
.wrapper .pic_banner {
    /*height: 560px;*/
}
}
@media screen and (device-aspect-ratio: 286/581) {
.wrapper .pic_banner {
    /*height: 500px;*/
}
}
/*iPhone 6*/
@media screen and (device-aspect-ratio: 375/667) {
.wrapper .pic_banner {
    /*height: 500px;*/
}
}
/*iphone5*/
@media screen and (device-aspect-ratio: 40/71) {
.wrapper .pic_banner {
    /*height: 400px;*/
}
}



/*center_content*/
.wrapper .center_content{
    width: 100%;
    padding: 50px 0px;
    position:relative;
    background-color: #ebebeb;
}
.wrapper .center_content .main{
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
    position:relative;
}
.wrapper .center_content .main .title{
    font-size: 36px;
    line-height: 180%;
    font-weight: bold;
    color: #60513a;
}
.wrapper .center_content .main .stitle{
    font-size: 24px;
    line-height: 180%;
    font-weight: bold;
    text-align: justify;
    color: #555555;
}
.wrapper .center_content .main .txt{
    font-size: 18px;
    line-height: 180%;
    color: #555555;
    letter-spacing: 0.5px;
    text-align: justify;
}
@media screen and (max-width: 1200px) {
    .wrapper .center_content .main{
        width: 90%;
        padding: 0 20px;
    }
    .youtubeframe{
        height:50.625vw;
    }
}
@media screen and (max-width: 768px) {
.wrapper .center_content .main .title{
    font-size: 30px;
}
.wrapper .center_content .main .stitle{
    font-size: 22px;
}
.wrapper .center_content .main .txt{
    font-size: 16px;
}
}
.back-to-top {
    display: none;
    position: fixed;
    bottom: 60px;
    right: 30px;
    z-index: 99;
    outline: none;
    background-color: transparent;
    cursor: pointer;
    padding: 10px 15px 10px 15px;
    border-radius: 10px;
}
.back-to-bottom {
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    outline: none;
    background-color: transparent;
    cursor: pointer;
    padding: 10px 15px 10px 15px;
    border-radius: 10px;
}

/*only_pic*/
.wrapper .only_pic{
    width: 100%;
    padding: 80px 0px;
    position:relative;
    background-color: #fff;
}
.wrapper .only_pic .main{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position:relative;
    text-align:center;
}
.wrapper .only_pic .main img{
    width: 100%;
}
.wrapper .only_pic .main .sign{
    position: absolute;
    bottom: 20px;
    right: 20px;
    font-size: 18px;
}
@media screen and (max-width: 1200px) {
.wrapper .only_pic .main{
    width: 90%;
}
.wrapper .only_pic .main .sign{
    position: absolute;
    bottom: 20px;
    right: 20px;
    font-size: 16px;
}
}
@media screen and (max-width: 768px) {
.wrapper .only_pic .main .sign{
    position: absolute;
    bottom: 15px;
    right: 15px;
    font-size: 14px;
}
.wrapper .only_pic{
    padding: 50px 0px;
}
}



/*fix_pic*/
.wrapper .fix_pic {
    height: 800px;
    background-position: 50% 50%;
    background-attachment: fixed;
    position:relative;
}
.wrapper .fix_pic .sign{
    position: absolute;
    bottom: 20px;
    right: 20px;
    font-size: 18px;
    color: #fff;
    text-shadow:2px 2px 2px #000;
}
@media screen and (max-width: 1200px) {
.wrapper .fix_pic {
    height: 600px;
    background-position: center;
    background-attachment: fixed;
    position:relative;
}
.wrapper .fix_pic .sign{
    position: absolute;
    bottom: 20px;
    right: 20px;
    font-size: 16px;
}
}
@media screen and (max-width: 768px) {
.wrapper .fix_pic {
    height: 450px;
    background-attachment: scroll;
}
.wrapper .fix_pic .sign{
    position: absolute;
    bottom: 15px;
    right: 15px;
    font-size: 14px;
}
}







/*pic_more**/
.wrapper .pic_more{
    width: 100%;
    padding: 100px 0px 80px 0px;
    position:relative;
}
.wrapper .pic_more .main{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position:relative;
    text-align:center;
}
.wrapper .pic_more .main .pic_box {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position:relative;
    font-size: 0;
    padding: 0;
}
.wrapper .pic_more .main .pic_box .pic_img{padding: 0;}
.wrapper .pic_more .main .pic_box .pic_img>li {
    width: 100%;
    position:relative;
    font-size: 0;
    padding: 0;
    margin: 0;
}
.wrapper .pic_more .main .pic_box .pic_img>li .comment{
    position: absolute;
    bottom: 20px;
    right: 20px;
    font-size: 18px;

}

.white{
    color: #fff;
    text-shadow:2px 2px 2px #000;
}
.black{
    color: #000;
}

.wrapper .pic_more .main .pic_box .pic_img>li img{
    width: 100%;
}
@media screen and (max-width: 1200px) {
.wrapper .pic_more .main{
    width: 90%;
}
.wrapper .pic_more .main .pic_box .pic_img>li .comment{
    position: absolute;
    bottom: 20px;
    right: 20px;
    font-size: 16px;
}
}
@media screen and (max-width: 768px) {
.wrapper .pic_more .main .pic_box .pic_img>li .comment{
    position: absolute;
    bottom: 15px;
    right: 15px;
    font-size: 14px;
}
.wrapper .pic_more{
    padding: 50px 0px 30px 0px;
}
}



/*btn*/
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 30px;
    position: relative;
    margin-top: 20px;
}
.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 100%;
    background: #7d7d7d;
    opacity: 1;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #60513a
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 13px;
}
@media screen and (max-width: 768px) {
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    margin-top: 10px;
}
}



/*pic_long**/
.wrapper .pic_long{
    width: 100%;
    position:relative;
    background-color: #eeeeee;
}
.wrapper .pic_long img{
    width: 100%;
}
.minimg{
    min-height: 80px;
}
.wrapper .pic_long .main{
    width: 100%;
    max-width: 1200px;
    margin:0 auto;
    padding-top: 50px;
    position:relative;
}
.wrapper .pic_long .main .txt_box{
    text-align: left;
}
.wrapper .pic_long .main .txt_box .title{
    font-size: 25px;
    line-height: 35px;
    color: #555555;
    display: inline-block;
}
.wrapper .pic_long .main .txt_box .title .line{
    width: 5px;
    height: 35px;
    position: relative;
    background-color: #b0a56f;
    display: inline-block;
    margin-right: 15px;
}
.wrapper .pic_long .main .txt_box .name{
    font-size: 36px;
    font-weight: bold;
    line-height: 200%;
    color: #60513a;
}
.wrapper .pic_long .main .txt_box ul.txt{
    font-size: 18px;
    color: #555555;
    line-height: 180%;
}
.wrapper .pic_long .main .txt_box ul >li{
    margin-bottom: 10px;
    letter-spacing: 1.5px;
    vertical-align: middle;
}
.wrapper .pic_long .main .txt_box ul >li a{
    width: 100%;
    height: 100%;
    display: inline;
}
.wrapper .pic_long .main .txt_box ul >li a img{
    width: 30px;
    height: 30px;
    vertical-align: middle;
    margin-left: 7px;
    margin-top: -7px;
}
.wrapper .pic_long .main .txt_box ul >li p{
    font-size: 18px;
    color: #555555;
    line-height: 180%;
    letter-spacing: 1.5px;
    margin-bottom: 10px;
}

.wrapper .pic_long .share_icon{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.wrapper .pic_long .share_icon .img{
    width: 30px;
    display: inline-block;
    margin-right: 10px;
}
.wrapper .pic_long .share_icon .img img{
    width: 100%;
    max-width: 30px;
}


.wrapper .back{
    width: 100%;
    padding: 30px 0px 80px 0px;
    text-align: center;
    background-color: #eeeeee;
}
.wrapper .back .btn{
    padding: 8px 55px;
    display: inline-block;
    background-color: #f6f6f6;
    border: 1px solid #646464;
    font-size: 18px;
    line-height: 100%;
    color: #303030;
    transition: all 0.3s ease-out ;
}
.wrapper .back .btn:hover{
    border: 1px solid #b0a56f;
    color: #b0a56f;
}


@media screen and (max-width: 1200px) {
.wrapper .pic_long .main{
    width: 90%;
    padding-top: 50px;
}
.wrapper .pic_long .share_icon{
    width: 90%;
}
}
@media screen and (max-width: 1024px) {
.back-to-top img{
    width: 200%;
}
}
@media screen and (max-width: 768px) {
.wrapper .back{
    padding: 30px 0px 50px 0px;
}
.wrapper .pic_long .main .txt_box .title .line {
    height: 30px;
}
.wrapper .pic_long .main .txt_box .title {
    font-size: 20px;
}
.wrapper .pic_long .main .txt_box .name {
    font-size: 30px;
}

}
@media screen and (max-width: 414px) {
.wrapper .pic_long .main .txt_box ul.txt {
    font-size: 17px;
}
.wrapper .pic_long .main .txt_box ul >li p {
    font-size: 17px;
}
    .back-to-top {
        right: 5px;
    }
    .back-to-bottom {
        bottom:10px;
        right: 5px;
    }
    .back-to-top img{
        width: 150%;
    }
    .back-to-bottom img{
        width: 150%;
    }
.wrapper .center_content .main .title {
    font-size: 25px;
}
.wrapper .center_content .main .stitle {
    font-size: 18px;
}
}
@media screen and (max-width: 375px) {
.wrapper .pic_long .main .txt_box ul.txt {
    font-size: 15px;
}
.wrapper .pic_long .main .txt_box ul >li p {
    font-size: 15px;
}
.wrapper .center_content .main .title {
    font-size: 23px;
}
.wrapper .center_content .main .stitle {
    font-size: 17px;
}
}
@media screen and (max-width: 360px) {

}
@media screen and (max-width: 320px) {
.wrapper .pic_long .main .txt_box ul.txt {
    font-size: 15px;
}
.self_txt p {
    font-size: 15px;
}
.wrapper .pic_long .main .txt_box .name {
    font-size: 27px;
}
.wrapper .pic_long .main .txt_box .title {
    font-size: 18px;
}
.wrapper .pic_long .main .txt_box .title .line {
    height: 28px;
}
.wrapper .center_content .main .stitle {
    font-size: 16px;
}
.wrapper .center_content .main .title {
    font-size: 20px;
}
.wrapper .center_content .main .txt {
    font-size: 15px;
}
}

