﻿@charset "utf-8";
.wrapper {
    position:relative;
    font-size: 12px;
    overflow-y: hidden;
}
.clean{
    clear: both;
}

/*pic1*/
.wrapper .pic1 , .wrapper .pic3 {
    height: 950px;
    background-position: center;
    background-attachment: fixed;
    position:relative;
}
@media screen and (max-width: 1024px) {
.wrapper .pic1 , .wrapper .pic3{
    background-attachment: scroll;
}
}


.wrapper .pic1 .main{
    width: 100%;
    max-width: 1200px;
    height: 100%;
    margin: auto;
    padding: 0px 25px;
    position:relative;
    color: #ffffff;
}
.wrapper .pic1 .main .txt_box {
    padding-top: 400px;
    text-align: center;
}
.wrapper .pic1 .main .txt_box h5.title{
    font-size: 48px;
    line-height: 200%;
    font-weight: 300;
    text-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.5);
}
@media screen and (max-width: 1560px) {
.wrapper .pic1 .main{
    width: 90%;
}
.wrapper .pic1 .main .txt_box h5.title{
    font-size: 42px;
}
}


/*pic2**/
.wrapper .pic2{
    width: 100%;
    padding: 80px 0px;
    position:relative;
    background-color: #ece9e8;
}
.wrapper .pic2 .main{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position:relative;
    text-align:center;
}
.wrapper .pic2 .main img{
    width: 100%;
}
@media screen and (max-width: 1560px) {
.wrapper .pic2 .main{
    width: 90%;
}
}


.s00{
    width: 100%;
    font-size: 0;
    padding: 7% 0% 2% 0%;
    background-color:#ece9e8;
    position: relative;
    transform: all 1.5s ease-out;
}
.s00 .cent{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.s00 .cent .s00_pic_box {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    position:relative;
    font-size: 0;
    padding: 0;
}
@media screen and (max-width: 1560px) {
.s00 .cent{
    width: 90%;
}
}

.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: 56.25%;
}
.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;
}

.s00 .cent .s00_pic_box .pc_pic_box>li .stt{
    position: absolute;
    bottom: 20px;
    right: 20px;
    font-size: 16px
}
.s00 .cent .s00_pic_box .pc_pic_box>li .stt.white{
    color: #fff;
}
.s00 .cent .s00_pic_box .pc_pic_box>li .stt.black{
    color: #000;
}



/*btn*/
.swiper-pagination {
    width: 100%;
    height: 20px;
    position: absolute;
    z-index: 100;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    position: relative;
    bottom: 0px;
    margin: 5% 0%;
    border-radius: 0px;
}
.swiper-pagination-bullet {
    width: 100px;
    height: 4px;
    display: inline-block;
    border-radius: 0;
    background: #ffffff;
    opacity: 1;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #b09765;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 15px;
}
@media screen and (max-width: 1560px) {
.swiper-pagination {
    width: 100%;
    height: 20px;
    position: absolute;
    z-index: 100;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    position: relative;
    bottom: 0px;
    margin: 5% 0%;
    border-radius: 0px;
}
.swiper-pagination-bullet {
    width: 80px;
    height: 4px;
    display: inline-block;
    border-radius: 0;
    background: #ffffff;
    opacity: 1;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #b09765;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 15px;
}
}







/*pic10**/
.wrapper .info{
    width: 100%;
    padding: 100px 0px;
    position:relative;
    overflow: hidden;
    background-image: url(../images/hotcase/hotcase_detail_info_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.wrapper .info .main{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position:relative;
}

.wrapper .info .main .img{
    width: 980px;
    height: 730px;
    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;
    background-color: #dcdddd;
}
.wrapper .info .main .img:before{
    position: relative;
    content: "";
    display: block;
    padding-top: 74.94%;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.wrapper .info .main .img img{
    width: auto;
    height: 100%;
    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 .pic10 .main .img:hover{
    filter:brightness(110%);
    -webkit-filter:brightness(110%);
}
@media screen and (max-width: 1560px) {
.wrapper .info .main{
    width: 90%;
}
}




.wrapper .info .main .txt_box{
    width: 550px;
    min-height: 400px;
    padding: 50px 30px 30px 30px;
    position: absolute;
    right: 0%;
    top: 20%;
    background-color: #FFF;
    text-align: left;
}
.wrapper .info .main .txt_box .info_des{
    width: 170px;
    height: 59px;
    float: right;
    z-index: 100;
    margin-top: -107px;
    margin-right: -30px;
}
.wrapper .info .main .txt_box .info_des img{
    width: 100%;
}


.wrapper .info .main .txt_box h5.title{
    font-size: 21px;
    font-weight: bold;
    line-height: 40px;
    color: #b09765;
}
.wrapper .info .main .txt_box ul.txt{
    font-size: 18px;
    line-height: 35px;
    color: #34353c;
    padding:20px 0px;
}
.wrapper .info .main .txt_box ul>li{
    padding:5px 0px;
    line-height: 35px;
    vertical-align: middle;
}
.wrapper .info .main .txt_box ul>li .blue{
    color: #375079;
    padding-right: 20px;
}
.wrapper .info .main .txt_box ul>li a{
    width: 30px;
    display: inline-block;
    vertical-align: middle;
}
.wrapper .info .main .txt_box ul>li a img{
    width: 100%;
}
.wrapper .info .main .txt_box .share_icon{
    width: 100%;
    text-align: right;
}
.wrapper .info .main .txt_box .share_icon .icon{
    width: 40px;
    height: 40px;
    display: inline-block;
    margin-left: 5px;
}
.wrapper .info .main .txt_box .share_icon .icon a{
    width: 40px;
    display: inline-block;
    vertical-align: middle;
}
.wrapper .info .main .txt_box .share_icon .icon a img{
    width: 100%;
}




.wrapper .back{
    width: 100%;
    text-align: center;
    margin-top: 5%;
}
.wrapper .back .btn{
    padding: 6px 35px;
    text-align: center;
    font-size: 24px;
    line-height: 150%;
    color: #fff;
    /*background-color: #af8d4a;*/
    background-image:url(../images/back-1.svg);
    cursor: pointer;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.wrapper .back .btn:hover{
    /*color:#89aec6;
    background-color: #fff;*/
    background-image:url(../images/back-2.svg);
}
.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 40%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}

