﻿@charset "utf-8";

header {
    width: 100%;
    max-width: 1920px;
    min-width: 450px;
    height: 60px;
    position:fixed;
    z-index:100;
    top:0px;
}
.black {
    width: 100%;
    position: absolute;
    z-index: 1000;

}
.black .open_bg{
    width: 100%;
    height: 100%;
    position: absolute;
    height: 100vh;
    left: 0px;
    top: 0px;
    opacity: .7;
    background-color: #000000;
}
.black .index_pop {
    width: 100%;
    height: 100%;
    position: fixed;
    height: 100vh;
    left: 0px;
    top: 0px;
    overflow: hidden;
    transition: opacity 0.5s ease-in-out;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.black .index_pop img {
    width: 80%;
    height: 80%;
    left: 0px;
    top: 0px;
    right: 0;
    bottom: 0;
    margin: auto;
    position: relative;
}
.black .box_close {
    width: 38px;
    height: 38px;
    position: absolute;
    top: 30px;
    right: 30px;
    background-image: url(../images/pc_close_btn.png);
    background-size: contain;
    cursor: pointer;
    transition: ease-in-out 0.4s 0.6s;
}
.js-back-to-top {
    margin: -1% auto;
    position: fixed;
    z-index: 9999;
    width: 36px;
    margin-right: 20px;
    text-align: right;
    right: 0;
    bottom: 50px;
}
@media screen and (max-width: 1024px){
    .js-back-to-top {
    margin: -2% auto;
}
}
@media screen and (max-width: 768px){
    .js-back-to-top {
    margin: -3% auto;
}
}F
@media screen and (max-width: 414px){
    .js-back-to-top {
    margin: -5% auto;
}
}
@media screen and (max-width: 320px){
    .js-back-to-top {
    margin: -7% auto;
}
}
.LoadHeader {
    width:inherit;
    height:inherit;
    position:relative;
    background-image: url(../images/menubg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

/*LOGO*/
.LoadHeader .logo{
    height: 100%;
    position:relative;
    z-index: 25;
    float:left;
    display:block;
    padding-left: 50px;
}
.LoadHeader .fb{
    height: 100%;
    position:relative;
    z-index: 25;
    float:right;
    display:block;
    padding-right: 30px;
}
.LoadHeader .youtu{
    height: 100%;
    position:relative;
    z-index: 25;
    float:right;
    display:block;
    padding-right: 30px;
}
.LoadHeader .address{
    height: 100%;
    position:relative;
    z-index: 25;
    float:right;
    display:block;
    padding-right: 50px;
}
.LoadHeader .logo img , .LoadHeader .youtu img , .LoadHeader .fb img , .LoadHeader .phone img , .LoadHeader .address img{
    height: 100%;
}
@media  screen and (max-width: 1366px) {
.LoadHeader .youtu img , .LoadHeader .fb img , .LoadHeader .phone img , .LoadHeader .address img{
    height: 80%;
    margin-top: 8px;
}
}
/*橫向平版*/
@media  screen and (max-width: 1024px) {
.LoadHeader .youtu img , .LoadHeader .fb img , .LoadHeader .phone img , .LoadHeader .address img{
    height: 70%;
}
}



/*整體框*/
.wrapper {
    width: 100%;
    height: 100%;
    padding-top: 60px;
}
/*直向平版*/
@media  screen and (max-width: 1024px) and  (min-height: 1366px) {
}
/*橫向平版*/
@media  screen and (max-width: 1280px) and  (max-height: 850px) {
}


/*SCROLL*/
.wrapper .scroll_btn {
    width: 36px;
    height: 36px;
    position: absolute;
    right: 50%;
    margin-right: -18px;
    bottom: 30px;
    z-index: 10;
    background-color: rgba(3,3,3,0.3);
    border-radius:50%;

        /*完全置中 */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;

    opacity:0;
    cursor: pointer;
    transition:all 0.6s ease-out;
}
.wrapper .scroll_btn.up {
    width: 36px;
    height: 36px;
    position: absolute;
    right: 2.5%;
    margin-right: 0px;
    bottom: 30px;
    z-index: 10;
    background-color: rgba(3,3,3,0.3);
    border-radius:50%;

        /*完全置中 */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;

    opacity:0;
    cursor: pointer;
    transition:all 0.6s ease-out;
}
@media  screen and (max-width: 768px){
.wrapper .scroll_btn.up {
    width: 36px;
    height: 36px;
    position: absolute;
    right: 5%;
    margin-right: 0px;
    bottom: 30px;
    z-index: 10;
    background-color: rgba(3,3,3,0.3);
    border-radius:50%;

        /*完全置中 */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;

    opacity:0;
    cursor: pointer;
    transition:all 0.6s ease-out;
}
}

.wrapper .scroll_btn.action {
    opacity:1;
}
.wrapper .scroll_btn .triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 6px 0 6px;
    border-color: #ffffff transparent transparent transparent;
    transition:all 0.5s ease-out;
}
.wrapper .scroll_btn .triangle.up {
    border-width: 0 6px 7px 6px;
    border-color: transparent transparent #ffffff transparent;
}


.wrapper .total_page .index_cent{
    width: 100%;
    padding-top: 11%;
    margin: 0 25%;
}
.wrapper .total_page .index_cent .index_title{
    width: 100%;
    max-width: 378px;
    margin: 0 auto;
    padding-bottom: 20px;
    text-align: center;
}
.wrapper .total_page .index_cent .index_txt{
    width: 100%;
    max-width: 416px;
    margin: 0 auto;
    text-align: center;
}
.wrapper .total_page .index_cent .index_title img , .wrapper .total_page .index_cent .index_txt img{
    width: 100%;
}
@media  screen and (max-width: 1366px){
.wrapper .total_page .index_cent{
    width: 100%;
    padding-top: 8%;
    margin: 0 25%;
}
.wrapper .total_page .index_cent .index_title img , .wrapper .total_page .index_cent .index_txt img{
    width: 80%;
}
}
/*直向*/
@media  screen and (max-width: 1024px) {
.wrapper .total_page .index_cent{
    width: 100%;
    padding-top: 10%;
    margin: 0 auto;
}
.wrapper .total_page .index_cent .index_title{
    width: 100%;
    max-width: 378px;
    margin: 0 auto;
    padding-bottom: 20px;
    text-align: center;
}
.wrapper .total_page .index_cent .index_txt{
    width: 100%;
    max-width: 416px;
    margin: 0 auto;
    text-align: center;
}
.wrapper .total_page .index_cent .index_title img , .wrapper .total_page .index_cent .index_txt img{
    width: 70%;
}
}



/*文字*/
/*
.wrapper .total_page .page1 .page_txt{
    width: 100%;
    max-width: 713px;
    margin: 0 8%;
    padding-top: 16%;
}
.wrapper .total_page .page1 .page_txt .sign{
    width: 100%;
    max-width: 384px;
    position: absolute;
    bottom: 25px;
    right: 90px;
}
.wrapper .total_page .page2 .page_txt{
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
    padding-top: 4%;
    text-align: center;
}*/
.wrapper .total_page .page3 .page_txt{
    width: 100%;
    max-width: 710px;
    margin: 0 49%;
    padding-top: 29%;
}
.wrapper .total_page .page4 .page_txt{
    width: 100%;
    max-width: 740px;
    margin: 0 auto;
    padding-top: 4%;
    text-align: center;
}
.wrapper .total_page .page5 .page_txt{
    width: 100%;
    max-width: 710px;
    margin: 0 49%;
    padding-top: 29%;
}
.wrapper .total_page .page6 .page_txt{
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding-top: 4%;
    text-align: center;
}
.wrapper .total_page .page7 .page_txt{
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    padding-top: 4%;
    text-align: center;
}
.wrapper .total_page .page8 .page_txt{
    width: 100%;
    max-width: 760px;
    margin: 0 18%;
    padding-top: 10%;
}
.wrapper .total_page .page8 .page_txt.right{
    width: 100%;
    max-width: 760px;
    margin: 0 50%;
    padding-top: 10%;
}
.wrapper .total_page .page8 .page_txt.r3{
    width: 100%;
    max-width: 760px;
    margin: 0 58%;
    padding-top: 12%;
}
.wrapper .total_page .page8 .page_txt.last{
    padding-top: 10%;
}
.wrapper .total_page>li .page_txt img{
    width: 100%;
}

@media  screen and (max-width: 1730px){
/*
.wrapper .total_page .page1 .page_txt{
    width: 100%;
    max-width: 713px;
    margin: 0 5%;
    padding-top: 22%;
}*/
.wrapper .total_page>li .page_txt img{
    width: 80%;
}
/*
.wrapper .total_page .page1 .page_txt .sign{
    width: 100%;
    max-width: 384px;
    position: absolute;
    bottom: 30px;
    right: 20px;
}*/
}
@media  screen and (max-width: 1366px){
.wrapper .total_page>li .page_txt img{
    width: 80%;
}
/*
.wrapper .total_page .page1 .page_txt{
    width: 100%;
    max-width: 713px;
    margin: 0 3%;
    padding-top: 16%;
}
.wrapper .total_page .page1 .page_txt .sign{
    width: 100%;
    max-width: 384px;
    position: absolute;
    bottom: 30px;
    right: 10px;
}*/
.wrapper .total_page .page8 .page_txt{
    width: 100%;
    max-width: 760px;
    margin: 0 10%;
    padding-top: 10%;
}
.wrapper .total_page .page8 .page_txt.right{
    width: 100%;
    max-width: 760px;
    margin: 0 40%;
    padding-top: 10%;
}
.wrapper .total_page .page8 .page_txt.r3{
    width: 100%;
    max-width: 760px;
    margin: 0 62%;
    padding-top: 12%;
}
.wrapper .total_page .page8 .page_txt.last{
    padding-top: 10%;
}
}
@media  screen and (max-width: 1280px){
/*
.wrapper .total_page .page1 .page_txt{
    width: 100%;
    max-width: 713px;
    margin: 0 3%;
    padding-top: 20%;
}
.wrapper .total_page .page1 .page_txt .sign{
    width: 100%;
    max-width: 384px;
    position: absolute;
    bottom: 30px;
    right: -40px;
}*/
.wrapper .total_page .page3 .page_txt{
    width: 100%;
    max-width: 710px;
    margin: 0 44%;
    padding-top: 40%;
}
.wrapper .total_page .page5 .page_txt{
    width: 100%;
    max-width: 710px;
    margin: 0 44%;
    padding-top: 40%;
}
.wrapper .total_page>li .page_txt img{
    width: 70%;
}
}
@media  screen and (max-width: 1024px){
/*
.wrapper .total_page .page1 .page_txt{
    width: 100%;
    max-width: 713px;
    margin: 0 auto;
    text-align: center;
    padding-top: 8%;
}
.wrapper .total_page .page1 .page_txt .sign{
    width: 100%;
    max-width: 384px;
    position: absolute;
    bottom: 30px;
    right: 20px;
}*//*
.wrapper .total_page .page2 .page_txt{
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
    padding-top: 8%;
}*/
.wrapper .total_page .page3 .page_txt{
    width: 100%;
    max-width: 710px;
    margin: 0 30%;
    padding-top: 50%;
}
.wrapper .total_page .page5 .page_txt{
    width: 100%;
    max-width: 710px;
    margin: 0 30%;
    padding-top: 50%;
}
.wrapper .total_page .page8 .page_txt{
    width: 100%;
    max-width: 760px;
    margin: 0 8%;
    padding-top: 10%;
}
.wrapper .total_page .page8 .page_txt.right{
    width: 100%;
    max-width: 760px;
    margin: 0 40%;
    padding-top: 10%;
}
.wrapper .total_page .page8 .page_txt.r3{
    width: 100%;
    max-width: 760px;
    margin: 0 30%;
    padding-top: 10%;
}
.wrapper .total_page .page8 .page_txt.last{
    padding-top: 10%;
}
.wrapper .total_page>li .page_txt img{
    width: 80%;
}
}
/*直向*/
@media  screen and (max-width: 768px) {
/*
.wrapper .total_page .page1 .page_txt{
    width: 80%;
    max-width: 713px;
    margin: 0 auto;
    text-align: center;
    padding-top: 6%;
}
.wrapper .total_page .page1 .page_txt .sign{
    width: 45%;
    max-width: 384px;
    position: absolute;
    bottom: 30px;
    right: 75px;
}*//*
.wrapper .total_page .page2 .page_txt{
    width: 80%;
    max-width: 760px;
    margin: 0 auto;
    padding-top: 6%;
    text-align: center;
}*/
.wrapper .total_page .page3 .page_txt{
    width: 80%;
    max-width: 710px;
    margin: 0 auto;
    text-align: center;
    padding-top: 80%;
}
.wrapper .total_page .page4 .page_txt{
    width: 80%;
    max-width: 740px;
    margin: 0 auto;
    padding-top: 6%;
    text-align: center;
}
.wrapper .total_page .page5 .page_txt{
    width: 80%;
    max-width: 710px;
    margin: 0 auto;
    text-align: center;
    padding-top: 80%;
}
.wrapper .total_page .page6 .page_txt{
    width: 95%;
    max-width: 900px;
    margin: 0 auto;
    padding-top: 6%;
    text-align: center;
}
.wrapper .total_page .page7 .page_txt{
    width: 80%;
    max-width: 750px;
    margin: 0 auto;
    padding-top: 6%;
    text-align: center;
}
.wrapper .total_page .page8 .page_txt{
    width: 75%;
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
    padding-top: 5%;
}
.wrapper .total_page .page8 .page_txt.right{
    width: 75%;
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
    padding-top: 5%;
}
.wrapper .total_page .page8 .page_txt.r3{
    width: 75%;
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
    padding-top: 5%;
}
.wrapper .total_page .page8 .page_txt.last{
    padding-top: 5%;
}
.wrapper .total_page>li .page_txt img{
    width: 100%;
}
}

.open_bar {
    width: 100%;
    position: absolute;
    bottom: 15%;
    left: 7%;
    z-index: 1;
}
.open_bar .open_web {
    width: 11.77%;
}
.open_bar .open_pic{
    width: 2.55%;
}
.banner_sc{
    position: absolute;
    bottom: 5%;
    left: 0;
    right: 0;
    margin: 0 auto; 
    z-index: 1;


    animation-name:myfirst;
    animation-duration:.5s;
    animation-timing-function:linear;
    animation-iteration-count:infinite;
    animation-direction:alternate;
    animation-play-state:running;
    /* Safari and Chrome: */
    -webkit-animation-name:myfirst;
    -webkit-animation-duration:.5s;
    -webkit-animation-timing-function:linear;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-direction:alternate;
}

@keyframes myfirst
{
    0%   {bottom:5%;}
    100%  {bottom:2%;}
}

@-webkit-keyframes myfirst /* Safari and Chrome */
{
    0%   {bottom:5%;}
    100%  {bottom:2%;}
}
/*
.open_pic {
    -webkit-transition: all 0.6s ease-out ;
}
.open_web{
    position: absolute;
    bottom: 10%;
    left: 20%;
    z-index: 1;
    -webkit-transition: all 0.6s ease-out ;
}*/
.open_btn{
    margin:0 5px; cursor: pointer; 
    -webkit-transition: all 0.6s ease-out ;
}
.open_btn:hover{
    opacity: 0.8;
    -webkit-transition: all 0.6s ease-out ;
}
/*page*/
/*page1*/
.swiper-slide{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.wrapper .total_page .page1{
    width: 100%;
    max-width: 1920px;
    height: auto;
    position: relative;

}
.wrapper .total_page .page1 .page1_pic{
    width: 100%;
    height: auto;
    position: relative;
}
.wrapper .total_page .page1 img {
    width: 100%;
    height: auto;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}


.wrapper .total_page .page2{
    width: 100%;
    max-width: 1920px;
    height: auto;
    position: relative;
}

.wrapper .total_page .page2 .page2_pic{
    width: 100%;
    height: auto;
    position: relative;
}
.wrapper .total_page .page2 img {
    width: 100%;
    height: auto;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}


.wrapper .total_page {
    width: 100%;
    height: 100%;
}
.wrapper .total_page>li {
    position: relative;
    background-size: cover;
    background-position: 50% 50%;
}
.wrapper .total_page > li.page0 {
    background-image: url(../images/pc_index_bg.jpg);
    background-position: 50% 50%;
}



/*
.wrapper .total_page > li.page1 {
    background-position: 50% 50%;
   background-image: url(../images/pc_page1_bg.jpg);
}*/
/*.wrapper .total_page > li.page2 {
    background-position: 50% 80%;
    background-image: url(../images/pc_page2_bg.jpg);
}*/
.wrapper .total_page > li.page3 {
    background-image: url(../images/pc_page3_bg.jpg);
    background-position: 50% 30%;
}
.wrapper .total_page > li.page5{
    background-image: url(../images/pc_page5_bg.jpg);
    background-position: 50% 30%;
}
.wrapper .total_page > li.page11 {
    background-image: url(../images/pc_page9_bg.jpg);
    background-position: 80% 20%;
}

.wrapper .total_page .page4 .page4_pic .p4-1{
    background-image: url(../images/pc_page4_bg_1.jpg);
}
.wrapper .total_page .page4 .page4_pic .p4-2{
    background-image: url(../images/pc_page4_bg_2.jpg);
}
.wrapper .total_page .page4 .page4_pic .p4-3{
    background-image: url(../images/pc_page4_bg_3.jpg);
}
.wrapper .total_page .page4 .page4_pic .p4-4{
    background-image: url(../images/pc_page4_bg_4.jpg);
}

.wrapper .total_page .page6 .page6_pic .p6-1{
    background-image: url(../images/pc_page6_bg_1.jpg);
}
.wrapper .total_page .page6 .page6_pic .p6-2{
    background-image: url(../images/pc_page6_bg_2.jpg);
}
.wrapper .total_page .page6 .page6_pic .p6-3{
    background-image: url(../images/pc_page6_bg_3.jpg);
}

.wrapper .total_page .page7 .page7_pic .p7-1{
    background-image: url(../images/pc_page7_bg_1.jpg);
}
.wrapper .total_page .page7 .page7_pic .p7-2{
    background-image: url(../images/pc_page7_bg_2.jpg);
}
.wrapper .total_page .page7 .page7_pic .p7-3{
    background-image: url(../images/pc_page7_bg_3.jpg);
}
.wrapper .total_page .page7 .page7_pic .p7-4{
    background-image: url(../images/pc_page7_bg_4.jpg);
}

.wrapper .total_page .page8 .page8_pic .p8-1{
    background-image: url(../images/pc_page8_bg_1.jpg);
    background-position: 20% 50%;
}
.wrapper .total_page .page8 .page8_pic .p8-2{
    background-image: url(../images/pc_page8_bg_2.jpg);
    background-position: 80% 50%;
}
.wrapper .total_page .page8 .page8_pic .p8-3{
    background-image: url(../images/pc_page8_bg_3.jpg);
    background-position: 0% 50%;
}
.wrapper .total_page .page8 .page8_pic .p8-4{
    background-image: url(../images/pc_page8_bg_4.jpg);
    background-position: 80% 50%;
}
.wrapper .total_page .page8 .page8_pic .p8-5{
    background-image: url(../images/pc_page8_bg_5.jpg);
    background-position: 80% 50%;
}

.wrapper .total_page .page9 .page9_pic .p9-1{
    background-image: url(../images/pc_page9_bg_1.jpg);
    background-position: 50% 50%;
}
.wrapper .total_page .page9 .page9_pic .p9-2{
    background-image: url(../images/pc_page9_bg_2.jpg);
    background-position: 50% 80%;
}
.wrapper .total_page .page9 .page9_pic .p9-3{
    background-image: url(../images/pc_page9_bg_3.jpg);
    background-position: 50% 80%;
}
.wrapper .total_page .page9 .page9_pic .p9-4{
    background-image: url(../images/pc_page9_bg_4.jpg);
    background-position: 50% 80%;
}

.wrapper .total_page .page10 .page10_pic .p10-0{
    background-image: url(../images/pc_page10_bg_8.jpg);
    background-position: 50% 50%;
}
.wrapper .total_page .page10 .page10_pic .p10-1{
    background-image: url(../images/pc_page10_bg_1.jpg);
    background-position: 20% 50%;
}
.wrapper .total_page .page10 .page10_pic .p10-2{
    background-image: url(../images/pc_page10_bg_2.jpg);
    background-position: 20% 50%;
}
.wrapper .total_page .page10 .page10_pic .p10-3{
    background-image: url(../images/pc_page10_bg_3.jpg);
    background-position: 20% 50%;
}
.wrapper .total_page .page10 .page10_pic .p10-4{
    background-image: url(../images/pc_page10_bg_4.jpg);
    background-position: 38% 50%;
}
.wrapper .total_page .page10 .page10_pic .p10-5{
    background-image: url(../images/pc_page10_bg_5.jpg);
    background-position: 0% 50%;
}
.wrapper .total_page .page10 .page10_pic .p10-6{
    background-image: url(../images/pc_page10_bg_6.jpg);
    background-position: 50% 50%;
}
.wrapper .total_page .page10 .page10_pic .p10-7{
    background-image: url(../images/pc_page10_bg_7.jpg);
    background-position: 20% 50%;
}


/*btn*/
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    width: auto;
    bottom: 50px;
    left: 50%;
    margin-left: -120px;
/*    background-color: rgba(0,0,0,0.3);*/
    border-radius: 3px;
}
.swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    display: inline-block;
    border-radius: 100%;
    background: #d7d7d7;
    opacity: 1;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #ed8787;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 10px 17px;
}
.wrapper .total_page .page4 .page4_dot{
    width: 240px;margin-left: -120px;
}
.wrapper .total_page .page6 .page6_dot{
    width: 190px;margin-left: -95px;
}
.wrapper .total_page .page7 .page7_dot{
    width: 240px;margin-left: -120px;
}
.wrapper .total_page .page8 .page8_dot{
    width: 280px;margin-left: -140px;
}
.wrapper .total_page .page9 .page9_dot{
    width: 240px;margin-left: -120px;
}
.wrapper .total_page .page10 .page10_dot{
    width: 420px;margin-left: -210px;
}

@media  screen and (max-width: 1024px) {
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    width: 160px;
    bottom: 15px;
    left: 50%;
    margin-left: -80px;
    background-color: rgba(0,0,0,0.3);
    border-radius: 3px;
}
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    opacity: 1;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #79bed9;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 10px 7px;
}
.wrapper .total_page .page4 .page4_dot{
    width: 160px;margin-left: -80px;
}
.wrapper .total_page .page6 .page6_dot{
    width: 120px;margin-left: -60px;
}
.wrapper .total_page .page7 .page7_dot{
    width: 160px;margin-left: -80px;
}
.wrapper .total_page .page8 .page8_dot{
    width: 200px;margin-left: -100px;
}
.wrapper .total_page .page9 .page9_dot{
    width: 160px;margin-left: -80px;
}
.wrapper .total_page .page10 .page10_dot{
    width: 300px;margin-left: -150px;
}
}

.more_img ul li img {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: relative;
}

/*page4*/
.page4_pic {
    width: 100%;
    height: 100%;
}
.page4_pic>li {
    width: 100%;
    height: 100%;
    display: block;
    background-size: cover;
    background-position: 50% 80%;
}
.page4_pic>li>div {
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
    text-align: center;
    text-shadow: 2px 2px 5px #000000;
    -webkit-transition: all 0.6s ease-out ;
    transition: all 0.6s ease-out ;
}



/*page6*/
.page6_pic {
    width: 100%;
    height: 100%;
}
.page6_pic>li {
    width: 100%;
    height: 100%;
    display: block;
    background-size: cover;
    background-position: 50% 80%;
}
.page6_pic>li>div {
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
    text-align: center;
    -webkit-transition: all 0.6s ease-out ;
    transition: all 0.6s ease-out ;
}


/*page7*/
.page7_pic {
    width: 100%;
    height: 100%;
}
.page7_pic>li {
    width: 100%;
    height: 100%;
    display: block;
    background-size: cover;
    background-position: 50% 80%;
}
.page7_pic>li>div {
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
    text-align: center;
    text-shadow: 2px 2px 5px #000000;
    -webkit-transition: all 0.6s ease-out ;
    transition: all 0.6s ease-out ;
}



/*page8*/
.page8_pic {
    width: 100%;
    height: 100%;
}
.page8_pic>li {
    width: 100%;
    height: 100%;
    display: block;
    background-size: cover;
    /*background-position: 50% 50%;*/
}
.page8_pic>li>div {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    text-align: left;
    -webkit-transition: all 0.6s ease-out ;
    transition: all 0.6s ease-out ;
}




/*page9*/
.page9_pic {
    width: 100%;
    height: 100%;
    position: relative;
}
.page9_pic>li {
    width: 100%;
    height: 100%;
    display: block;
    background-size: cover;
    background-position: 50% 80%;
}
.page9_pic>li .sign{
    width: 100%;
    max-width: 122px;
    position: absolute;
    bottom: 25px;
    right: 100px;
}
.page9_pic>li .sign img{
    width: 100%;
}
@media  screen and (max-width: 1366px){
.page9_pic>li .sign{
    position: absolute;
    bottom: 25px;
    right: 70px;
}
.page9_pic>li .sign img{
    width: 80%;
}
}
/*直向*/
@media  screen and (max-width: 768px){
.page9_pic>li .sign{
    position: absolute;
    bottom: 25px;
    right: 50px;
}
}


/*page10*/
.page10_pic {
    width: 100%;
    height: 100%;
    position: relative;
}
.page10_pic>li {
    width: 100%;
    height: 100%;
    display: block;
    background-size: cover;
    background-position: 50% 100%;
}
.page10_pic>li .sign{
    width: 100%;
    max-width: 120px;
    position: absolute;
    bottom: 33px;
    right: 105px;
}
.page10_pic>li .sign img{
    width: 100%;
}
@media  screen and (max-width: 1366px){
.page10_pic>li .sign img{
    width: 70%;
}
.page10_pic>li .sign{
    position: absolute;
    bottom: 33px;
    right: 70px;
}
}
/*直向*/
@media  screen and (max-width: 768px)  {
.page10_pic>li .sign{
    position: absolute;
    bottom: 33px;
    right: 50px;
}
}



.wrapper .total_page .page11 {
    position: relative;
    background-size: cover;
    background-position: 50% 50%;
}
.page11 .cent{
    width: 100%;
    padding-top: 5%;
    text-align: center;
}
.page11 .cent .title{
    width: 100%;
    max-width: 274px;
    margin: 0 auto;
}
.page11 .cent .word{
    width: 100%;
    max-width: 540px;
    padding-top: 30px;
    padding-bottom: 30px;
    margin: 0 auto;
}
.page11 .cent .ph{
    width: 100%;
    max-width: 496px;
    margin: 0 auto;
}
.page11 .cent .add{
    width: 100%;
    max-width: 496px;
    margin: 0 auto;
}
.page11 .cent .title img , .page11 .cent .word img , .page11 .cent .ph img , .page11 .cent .add img{
    width: 100%;
}
.page11 .cent .ph a, .page9 .cent .add a{
    width: 100%;
}
.page11 .cent .map {
    width: 100%;
    max-width: 597px;
    margin: 0 auto;
    padding: 20px 0px;
}
.page11 .cent .map a img{
    width: 100%;
}
.page11 .cent .sign{
    width: 614px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -307px;
}
.page11 .cent .sign img{
    width: 100%;
}
@media  screen and (max-width: 1560px){
.page11 .cent .title img , .page11 .cent .word img , .page11 .cent .ph img , .page11 .cent .add img{
    width: 85%;
}
.page11 .cent .map a img{
    width: 85%;
}
.page11 .cent .sign img{
    width: 85%;
}
}
@media  screen and (max-width: 1366px){
.page11 .cent{
    padding-top: 8%;
}
.page11 .cent .title img , .page11 .cent .word img , .page11 .cent .ph img , .page11 .cent .add img{
    width: 75%;
}
.page11 .cent .map a img{
    width: 75%;
}
.page11 .cent .sign img{
    width: 75%;
}
}
@media  screen and (max-width: 1024px){
.page11 .cent{
    padding-top: 20%;
}
.page11 .cent .title img , .page11 .cent .word img , .page11 .cent .ph img , .page11 .cent .add img{
    width: 70%;
}
.page11 .cent .map a img{
    width: 70%;
}
.page11 .cent .sign img{
    width: 70%;
}
.page11 .cent .sign{
    width: 614px;
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -307px;
}
.page11 .cent .sign img{
    width: 65%;
}
}


@media  screen and (max-width: 1024px) {/*
.wrapper .total_page > li.page1 {
    background-position: 80% 50%;
    background-image: url(../images/m_page1_bg.jpg);
}*/
}
/*直向*/
@media  screen and (max-width: 768px) {
.wrapper .total_page > li.page0 {
    background-image: url(../images/m_index_bg.jpg);
    background-position: 50% 50%;
}/*
.wrapper .total_page > li.page1 {
    background-position: 50% 80%;
    background-image: url(../images/m_page1_bg.jpg);
}*//*
.wrapper .total_page > li.page2 {
    background-position: 50% 100%;
    background-image: url(../images/m_page2_bg.jpg);
}*/
.wrapper .total_page > li.page3 {
    background-image: url(../images/m_page3_bg.jpg);
    background-position: 50% 50%;
}
.wrapper .total_page > li.page5{
    background-image: url(../images/m_page5_bg.jpg);
    background-position: 50% 40%;
}
.wrapper .total_page > li.page11 {
    background-image: url(../images/m_page9_bg.jpg);
    background-position: 80% 20%;
}

/*PG6*/
.wrapper .total_page .page6 .page6_pic .p6-1{
    background-image: url(../images/m_page6_bg_1.jpg);
}
.wrapper .total_page .page6 .page6_pic .p6-2{
    background-image: url(../images/m_page6_bg_2.jpg);
}
.wrapper .total_page .page6 .page6_pic .p6-3{
    background-image: url(../images/m_page6_bg_3.jpg);
}
/*PG7*/
.wrapper .total_page .page7 .page7_pic .p7-1{
    background-image: url(../images/m_page7_bg_1.jpg);
}
.wrapper .total_page .page7 .page7_pic .p7-2{
    background-image: url(../images/m_page7_bg_2.jpg);
}
.wrapper .total_page .page7 .page7_pic .p7-3{
    background-image: url(../images/m_page7_bg_3.jpg);
}
.wrapper .total_page .page7 .page7_pic .p7-4{
    background-image: url(../images/m_page7_bg_4.jpg);
}
/*PG8*/
.wrapper .total_page .page8 .page8_pic .p8-1{
    background-image: url(../images/m_page8_bg_1.jpg);
}
.wrapper .total_page .page8 .page8_pic .p8-2{
    background-image: url(../images/m_page8_bg_2.jpg);
}
.wrapper .total_page .page8 .page8_pic .p8-3{
    background-image: url(../images/m_page8_bg_3.jpg);
}
.wrapper .total_page .page8 .page8_pic .p8-4{
    background-image: url(../images/m_page8_bg_4.jpg);
}
.wrapper .total_page .page8 .page8_pic .p8-5{
    background-image: url(../images/m_page8_bg_5.jpg);
}
/*PG9*/
.wrapper .total_page .page9 .page9_pic .p9-1{
    background-image: url(../images/m_page9_bg_1.jpg);3
    background-position: 50% 50%;
}
.wrapper .total_page .page9 .page9_pic .p9-2{
    background-image: url(../images/m_page9_bg_2.jpg);
    background-position: 50% 80%;
}
.wrapper .total_page .page9 .page9_pic .p9-3{
    background-image: url(../images/m_page9_bg_3.jpg);
    background-position: 50% 80%;
}
.wrapper .total_page .page9 .page9_pic .p9-4{
    background-image: url(../images/m_page9_bg_4.jpg);
    background-position: 50% 80%;
}
}



.openBigMap{
    display: none;
    width: 100%;
    height:100%;
    position:fixed;
    /*left:0px;*/
    top:0px;
    z-index:90;
    margin: 0 auto;
    background-color:rgba(0, 0, 0, 0.8);
}
.openBigMap .mask {
    width: 90%;
    height: 80%;
    position: absolute;
    left: 0%;
    top: 10%;
    bottom: 0;
    margin: auto;
    text-align: center;
    right: 0;
    overflow: hidden;
}
.openBigMap .picSite {
    width: 100%;
    height: 100%;
    position: relative;
    left: 0%;
    top: 0%;
    overflow: hidden;
}
.openBigMap .picSite img{
    cursor:move;
    /*height: 70%;*/
    left: 0;
    right: 0;
    margin: 0 auto;
        /*完全置中 */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;

}
.openBigMap .back{
    width: 38px;
    height: 38px;
    position:absolute;
    top: 150px;
    right: 30px;
    background-image: url(../images/close_btn.png);
    background-size: contain;
    z-index: 100;
    cursor: pointer;
    transition: ease-in-out 0.4s 0.6s;
}



.swiper-pagination{
    width: auto;
    padding: 0 2%;
}