@charset "utf-8";

/* CSS Document */

* {
    margin: 0;
    padding: 0;
    margin: 0px 0px 0px 0px;
}

body {
    background-color: #151419;
    overflow-x: hidden;
}

.bigcontainer {
    width: 100%;
}

.test {
    border: 1px solid red;
}

.fl {
    float: left;
}

.cl {
    clean: both;
}

.bl {
    display: block;
}

.ab {
    position: absolute;
}

.rl {
    position: relative;
}

video {
    position: absolute;
    left: 50%;
    margin-left: -2px;
    top: 0;
    transform: translate(-50%);
    object-fit: contain;
}

.page_01 {
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 1080px;
    background: url(../images/bg_01.jpg) no-repeat center;
}


/* .downcontainer1 {
    position: relative;
    height: 485px;
    margin-top: -330px;
    background: url(../images/bg_02.jpg) no-repeat center;
    z-index: 100;
} */

.downcontainer2 {
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 1855px;
    background: url(../images/bg_02.jpg) no-repeat center;
}


/* .downcontainer3 {
    height: 694px;
    background: url(../images/bg_04.jpg) no-repeat center;
} */

.downcontainer4 {
    height: 899px;
    background: url(../images/bg_03.jpg) no-repeat center;
}

.downcontainer5 {
    height: 1260px;
    background: url(../images/bg_04.jpg) no-repeat center;
}


/* .downcontainer6 {
    height: 780px;
    background: url(../images/bg_0.jpg) no-repeat center;
} */

.downcontainer7 {
    height: 780px;
    background: url(../images/bg_05.jpg) no-repeat center;
}

#leftnav {
    position: fixed;
    right: 30px;
    top: 20%;
    width: 98px;
    height: 436px;
    background: url(../images/leftNav.png) no-repeat;
    z-index: 20;
}

#leftnav a {
    width: 98px;
    height: 97px;
    display: block;
    text-align: center;
    padding-right: 5px;
}

.gif {
    width: 1920px;
    text-align: center;
    margin: 0 auto;
}

.navs {
    width: 1200px;
    height: 80px;
    left: 50%;
    margin-left: -475px;
    top: 822px;
    z-index: 101;
}

.nav1,
.nav2,
.nav3,
.nav4,
.nav5,
.nav6 {
    width: 205px;
    height: 70px;
    margin-right: 45px;
}

.nav1:hover,
.nav2:hover,
.nav3:hover,
.nav4:hover,
.nav5:hover,
.nav6:hover {
    margin-top: -10px;
}

.nav1:hover,
.nav2:hover，.nav3:hover，.nav4:hover {
    cursor: pointer;
}


/* .nav1 {
    background: url(../images/btn1.png) no-repeat;
}

.nav2 {
    background: url(../images/btn2.png) no-repeat;
}

.nav3 {
    background: url(../images/btn3.png) no-repeat;
}

.nav4 {
    background: url(../images/btn4.png) no-repeat;
}

.nav5 {
    background: url(../images/btn5.png) no-repeat;
} */

.circle-container {
    width: 700px;
    margin: 0px auto;
    padding-top: 20px;
    padding-left: 420px;
}

.circles-container {
    position: relative;
    width: 60%;
    height: 60%;
    z-index: 99;
}

.main-circle-content {
    position: relative;
    border-radius: 50%;
    border-width: 0px;
    overflow: hidden;
    background-color: #f0d09c;
    left: 5%;
    top: 5%;
    width: 88%;
    height: 88%;
    padding: 1%;
    z-index: 10;
    opacity: 1;
    text-align: center;
    -moz-transition-timing-function: ease-in-out;
    -moz-transition-property: all;
    -moz-transition-duration: 300ms;
    -webkit-transition-timing-function: ease-in-out;
    -webkit-transition-property: all;
    -webkit-transition-duration: 300ms;
    -ms-transition-timing-function: ease-in-out;
    -mstransition-property: all;
    -ms-transition-duration: 300ms;
    -o-transition-timing-function: ease-in-out;
    -o-transition-property: all;
    -o-transition-duration: 300ms;
    transition-timing-function: ease-in-out;
    transition-property: all;
    transition-duration: 300ms;
}

.main-circle-content img {
    width: 100%;
    height: 100%;
    border-width: 0px;
    border-radius: 50%;
    -moz-transition-timing-function: ease-in-out;
    -moz-transition-property: all;
    -moz-transition-duration: 300ms;
    -webkit-transition-timing-function: ease-in-out;
    -webkit-transition-property: all;
    -webkit-transition-duration: 300ms;
    -ms-transition-timing-function: ease-in-out;
    -mstransition-property: all;
    -ms-transition-duration: 300ms;
    -o-transition-timing-function: ease-in-out;
    -o-transition-property: all;
    -o-transition-duration: 300ms;
    transition-timing-function: ease-in-out;
    transition-property: all;
    transition-duration: 300ms;
}

.main-circle-content .caption {
    position: absolute;
    bottom: 20%;
    left: 15%;
    right: 15%;
    width: 66%;
    color: #fff;
    opacity: 0;
    font-size: 1.1em;
    background-color: rgba(0, 0, 0, .5);
    border-radius: 10px;
    -moz-transition-timing-function: ease-in-out;
    -moz-transition-property: all;
    -moz-transition-duration: 300ms;
    -webkit-transition-timing-function: ease-in-out;
    -webkit-transition-property: all;
    -webkit-transition-duration: 300ms;
    -ms-transition-timing-function: ease-in-out;
    -mstransition-property: all;
    -ms-transition-duration: 300ms;
    -o-transition-timing-function: ease-in-out;
    -o-transition-property: all;
    -o-transition-duration: 300ms;
    transition-timing-function: ease-in-out;
    transition-property: all;
    transition-duration: 300ms;
}

.main-circle-content:hover .caption,
.main-circle-content:focus .caption {
    opacity: 0.6;
    -moz-transition-timing-function: ease-in-out;
    -moz-transition-property: all;
    -moz-transition-duration: 300ms;
    -webkit-transition-timing-function: ease-in-out;
    -webkit-transition-property: all;
    -webkit-transition-duration: 300ms;
    -ms-transition-timing-function: ease-in-out;
    -mstransition-property: all;
    -ms-transition-duration: 300ms;
    -o-transition-timing-function: ease-in-out;
    -o-transition-property: all;
    -o-transition-duration: 300ms;
    transition-timing-function: ease-in-out;
    transition-property: all;
    transition-duration: 300ms;
}

.circle {
    position: absolute;
    left: 5%;
    top: 5%;
    width: 89%;
    border-width: 0px;
    border-radius: 50%;
    text-align: center;
}

.min-circle {
    position: absolute;
    z-index: 999;
    border: 10px solid #f0d09c;
    text-align: center;
    border-radius: 50%;
    border-style: solid;
    border-width: 1px;
    background-color: #f0d09c;
    overflow: hidden;
    font-size: 1em;
    -moz-transition-duration: 1000ms;
    -moz-transition-property: all;
    -moztransition-timing-function: ease-in-out;
    -webkit-transition-duration: 1000ms;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease-in-out;
    -ms-transition-duration: 1000ms;
    -mstransition-property: all;
    -ms-transition-timing-function: ease-in-out;
    -o-transition-duration: 1000ms;
    -o-transition-property: all;
    -o-transition-timing-function: ease-in-out;
    transition-duration: 1000ms;
    transition-property: all;
    transition-timing-function: ease-in-out;
}

.min-circle img {
    width: 100%;
    height: 100%;
}

.min-circle .content-text {
    visibility: hidden;
}

@keyframes example {
    0% {
        margin-top: 0px;
    }
    25% {
        margin-top: -1px;
    }
    50% {
        margin-top: -4px;
    }
    75% {
        margin-top: -2px;
    }
    100% {
        margin-top: 0px;
        ;
    }
}

@keyframes example1 {
    0% {
        margin-top: 0px;
    }
    25% {
        margin-top: -2px;
    }
    50% {
        margin-top: -4px;
    }
    75% {
        margin-top: -2px;
    }
    100% {
        margin-top: 0px;
        ;
    }
}

@keyframes example2 {
    0% {
        margin-top: 0px;
    }
    25% {
        margin-top: -3px;
    }
    50% {
        margin-top: -6px;
    }
    75% {
        margin-top: -3px;
    }
    100% {
        margin-top: 0px;
        ;
    }
}

@keyframes example3 {
    0% {
        margin-top: 0px;
    }
    25% {
        margin-top: -5px;
    }
    50% {
        margin-top: -6px;
    }
    75% {
        margin-top: -5px;
    }
    100% {
        margin-top: 0px;
        ;
    }
}

@keyframes example4 {
    0% {
        margin-top: 0px;
    }
    25% {
        margin-top: -3px;
    }
    50% {
        margin-top: -5px;
    }
    75% {
        margin-top: -4px;
    }
    100% {
        margin-top: 0px;
        ;
    }
}

@keyframes example5 {
    0% {
        margin-top: 0px;
    }
    25% {
        margin-top: -2px;
    }
    50% {
        margin-top: -5px;
    }
    75% {
        margin-top: -3px;
    }
    100% {
        margin-top: 0px;
        ;
    }
}

#weixin {
    display: none;
    position: fixed;
    top: 25%;
    left: 38%;
    z-index: 50;
    background: white;
}

#over {
    width: 100%;
    height: 100%;
    opacity: 0.5;
    /*设置背景色透明度,1为完全不透明,IE需要使用filter:alpha(opacity=80);*/
    filter: alpha(opacity=80);
    display: none;
    position: fixed;
    z-index: 40;
    background: silver fixed;
    background-size: cover;
}


/* 幻灯片所需CSS */

.erzq-sp {
    width: 1100px;
    left: 50%;
    margin-left: -570px;
    margin-top: 280px;
}

.erzq-sp .swiper-slide>img {
    height: 526px;
    box-shadow: 0px 0px 10px #000;
    border: #900 solid 3px;
}

.gz-sp {
    width: 1170px;
    left: 50%;
    margin-left: -590px;
    margin-top: 120px;
    height: 610px;
}

.gz-sp .swiper-slide>img {
    width: 574px;
    height: 602px;
}

.sz-sp {
    width: 975px;
    left: 50%;
    margin-left: -500px;
    margin-top: 150px;
    height: 600px;
}

.sz-sp .swiper-slide>img {
    width: 975px;
    height: 700px;
}

.huanhua-sp {
    width: 1200px;
    left: 50%;
    margin-left: -600px;
    margin-top: 190px;
    height: 500px;
}

.swiper-container {
    --swiper-navigation-color: #ccb179;
    /* 单独设置按钮颜色 */
}

.huanhua-sp .swiper-button-prev {
    width: 22px;
    height: 44px;
    background: url(../images/curr_prev.png) no-repeat center center;
}

.huanhua-sp .swiper-button-next {
    width: 22px;
    height: 44px;
    background-size: auto;
    background-image: url(../images/curr_next.png);
}

.huanhua-sp .swiper-slide>img {
    width: 371px;
    height: 454px;
    box-shadow: 0px 0px 10px #000;
    border: #1f222d solid 3px;
}

.zb-wrap {
    width: 820px;
    left: 50%;
    margin-left: -460px;
    margin-top: 0px;
}

.zb-wrap .swiper-slide>img {
    height: 585px;
    border: #900 solid 3px;
}

.zhuanshu-sp {
    width: 830px;
    left: 50%;
    margin-left: -457px;
    margin-top: 20px;
}

.zhuanshu-sp .swiper-slide>img {
    height: 800px;
    border: #900 solid 3px;
}

.teshu-sp {
    width: 933px;
    left: 50%;
    margin-left: -590px;
    margin-top: 100px;
}

.teshu-sp .swiper-slide>img {
    height: 685px;
}

.on {
    color: #cecece;
}

.bar {
    width: 100px;
    position: fixed;
    top: 102px;
    right: 30px;
    z-index: 1000;
}

.bar .nor {
    color: #fff;
    width: 100px;
    height: 70px;
    display: block;
    text-align: center;
    text-decoration: none;
    font: 14px/70px "微软雅黑";
    background: url(../images/op.png) center repeat;
    margin-bottom: 1px;
    outline: none;
}

.bar .nor:hover,
.bar .cur {
    background: #610004;
}

.bar .home {
    font: 18px/70px "微软雅黑";
    outline: none;
}

.bar .home:hover {
    background: #610004;
}

.bar .top {
    width: 100px;
    height: 42px;
    display: block;
    text-align: center;
    background: url(../images/op.png) center repeat;
    outline: none;
}

.bar .top img {
    display: block;
    margin: 0 auto;
    padding-top: 11px;
}

.show {
    width: 1000px;
    margin: 0 auto;
}

.items {
    width: 1300px;
    left: 50%;
    margin-left: -500px;
    margin-top: 80px;
}

.items ul {}

.items li,
.itemshz li,
.itemstz li {
    width: 40px;
    height: 160px;
    float: left;
    list-style: none;
    margin-right: 149px;
}

.itemcss {
    position: relative;
    width: 40px;
    height: 40px;
    margin: 0 auto;
}

.itemcss .radius {
    width: 49px;
    border-radius: 50px;
}

.itemcss a,
.itemcss span {
    display: none;
    text-decoration: none;
}

.items .itemcss span img {
    margin-top: -100px;
    border: #3b5361 solid 3px;
}

.itemstz .itemcss span img {
    margin-top: -100px;
    border: #a99610 solid 3px;
}

.itemshz .itemcss span img {
    margin-top: -100px;
    border: #1d6b71 solid 3px;
}

.itemcss:hover {
    cursor: pointer;
}

.itemcss:hover a.now {
    cursor: pointer;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    left: 0;
    display: block;
}

.itemcss:hover span {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #FFF;
    margin-left: 50px;
    z-index: 10;
    height: 36px;
    line-height: 36px;
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
    pointer-events: none;
}


/*手风琴展示*/

.box-show {}

.bg-box-1 {
    background: url('img/1.jpg') no-repeat center/cover;
}

.bg-box-2 {
    background: url('img/2.jpg') no-repeat center/cover;
}

.bg-box-3 {
    background: url('img/3.jpg') no-repeat center/cover;
}

.bg-box-4 {
    background: url('img/4.jpg') no-repeat center/cover;
}

#wrap {
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding-top: 60px;
    width: 1022px;
    height: 434px;
}

#wrap>ul {
    width: 120%;
    list-style: none;
}

#wrap>ul>li {
    float: left;
    width: 100px;
    height: 434px;
    cursor: pointer;
}

#wrap>ul>li:nth-child(1) {
    background: url('../show/yjbox.gif') no-repeat center/cover;
}

#wrap>ul>li:nth-child(2) {
    background: url('../show/yjbox4.gif') no-repeat center/cover;
}

#wrap>ul>li:nth-child(3) {
    background: url('../show/yjbox2.gif') no-repeat center/cover;
}

#wrap>ul>li:nth-child(4) {
    background: url('../show/yjbox3.gif') no-repeat center/cover;
    width: 700px;
}

#wrap>ul>li>.text {
    width: 100px;
    height: 100%;
    background: #000;
    opacity: .8;
}

#wrap>ul>li>.text p {
    padding: 20px 40px;
    font-family: 'Microsoft yahei';
    color: #fff;
}


/*弹出层*/

.layer-toplayer {
    width: 800px;
    height: 732px;
    background: url(../images/LayerTextbg1.jpg);
}

.layer-title {
    font: normal 50px "微软雅黑";
    text-align: center;
    margin-top: 120px;
}

.layer-detailText {
    width: 730px;
    height: 580px;
    overflow-x: hidden;
    overflow-y: auto;
    font: normal 18px "微软雅黑";
    margin-left: 30px;
    color: #000;
    font-size: 14px;
}

#container {
    position: absolute;
    width: 793px;
    height: 498px;
    left: 50%;
    margin-left: -700px;
    padding-top: 320px;
}

#container .mainframe {
    width: 500px;
    height: 498px;
    float: left
}

#container .thumbnails {
    float: left;
    width: 293px;
    height: 498px;
    background-repeat: no-repeat;
    background-image: url(../images/interface/total_grid.png);
    background-position: 9px 70px;
}

.thumbnailimage {
    float: left;
    padding: 7px;
}

.large_thumb {
    float: left;
    position: relative;
    width: 64px;
    height: 64px;
    padding: 0px 10px 0px 0;
}

img.large_thumb_image {
    position: absolute;
    left: 5px;
    top: 4px;
}

.large_thumb_border {
    width: 64px;
    height: 64px;
    background: url(../images/interface/thumb_border.png);
    position: absolute;
}

.large_thumb_shine {
    width: 49px;
    height: 49px;
    background: url(../images/shine.png);
    position: absolute;
    background-position: 99px 0;
    left: -1px;
    top: 1px;
    background-repeat: no-repeat;
    border-radius: 50%;
}

.thumb_container {
    width: 64px;
    height: 64px;
    background-image: url(../images/interface/thumb_holder.png);
}

#largephoto {
    width: 247px;
    height: 561px;
    margin-top: -77px;
    margin-left: 214px;
}

#largetrans {
    width: 247px;
    height: 561px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.large_image {
    display: none
}

#containertitle {
    position: absolute;
    margin-top: 35px;
    margin-left: 40px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-shadow: 0px 1px 2px #fff;
}

#largecaption {
    text-align: center;
    height: 100px;
    width: 100%;
    position: absolute;
    width: 247px;
    margin-top: 0px;
    display: none;
    color: #fff;
    font-size: 30px;
    font-family: Arial;
    letter-spacing: -1px;
    font-weight: bold
}

#largecaption .captionContent {
    padding: 5px;
}

#largecaption .captionShine {
    background: url(../images/interface/bigshine.png);
    position: absolute;
    width: 247px;
    height: 561px;
    background-position: -150px 0;
    background-repeat: no-repeat;
}

#loader {
    margin-top: 260px;
    margin-left: 50px;
    width: 150px;
    height: 150px;
    background-image: url(../images/interface/loader.gif);
    background-repeat: no-repeat;
    position: absolute;
}

ul li,
ul ol {
    list-style: none;
}

i,
b,
em,
strong {
    font-style: normal;
}

body {
    font-family: '微软雅黑';
}

img {
    display: block;
}

.dh ul {
    position: relative;
    overflow: hidden;
    width: 900px;
    height: 420px;
    margin: 0px auto 0;
    padding-top: 10px;
}

.dh ul li {
    float: left;
    width: 108px;
    overflow: hidden;
    height: 100%;
    position: relative;
    cursor: pointer;
    box-shadow: 0px 0px 10px #000;
}

.dh ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.dh ul li .layer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(27, 29, 36, 0.75);
    height: 100%;
}

.dh ul li .layer .p1 {
    position: absolute;
    bottom: 5px;
    left: 10px;
}

.dh ul li .layer .p2 {
    position: absolute;
    bottom: 5px;
    right: -200%;
}

.dh ul li .layer .p2 b,
.dh ul li .layer .p2 span {
    display: block;
    font-weight: bold;
    font-size: 20px;
}

.dh ul li .layer .p1 b,
.dh ul li .layer .p1 span {
    display: block;
    font-weight: bold;
    font-size: 14px;
}

.dh ul li.curr {}


/* .dh ul li.curr .layer .p1{left: -200%;}
.dh ul li.curr .layer .p2{left: 10px;} */

.col1 {
    color: #00A39A;
}

.col2 {
    color: #fff;
}

.szcontainer {
    max-width: 1920px;
    min-width: 1200px;
    height: 973px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.box {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

.box .p {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.box .p img,
.box .p .name {
    position: absolute;
    bottom: 0;
    transition: all 1s ease;
}

.box .p1 img,
.box .p2 img,
.box .p3 img,
.box .p4 img,
.box .p5 img,
.box .p6 img {
    top: 150px;
    left: 320px;
    opacity: 0;
    -webkit-transition: opacity 2s linear;
    -moz-transition: opacity 2s linear;
    -o-transition: opacity 2s linear;
    transition: opacity 2s linear;
}

.box .p1.show img,
.box .p2.show img,
.box .p3.show img,
.box .p4.show img,
.box .p5.show img,
.p6.show img {
    opacity: 1;
    transform: translateX(0);
}

.nav {
    position: absolute;
    width: 80px;
    top: 120px;
    right: 550px;
    z-index: 2;
}

.nav li {
    position: relative;
    width: 80px;
    height: 80px;
    margin: 1px auto 0;
    cursor: pointer;
    transition: all .6s linear;
}

.nav li img {
    position: absolute;
    top: 0;
    left: 0;
    width: 129px;
    height: 129px;
}

.nav li i {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: opacity .6s linear;
}

.nav li.t1 i {
    background: url(../images/t1.png) no-repeat center;
}

.nav li.t2 i {
    background: url(../images/t2.png) no-repeat center;
}

.nav li.t3 i {
    background: url(../images/t3.png) no-repeat center;
}

.nav li.t4 i {
    background: url(../images/t4.png) no-repeat center;
}

.nav li.t5 i {
    background: url(../images/t6.png) no-repeat center;
}

.nav li.t6 i {
    background: url(../images/t5.png) no-repeat center;
}

.nav li em {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity .6s linear;
}

.nav li.t1 em {
    background: url(../images/t1_on.png) no-repeat center;
}

.nav li.t2 em {
    background: url(../images/t2_on.png) no-repeat center;
}

.nav li.t3 em {
    background: url(../images/t3_on.png) no-repeat center;
}

.nav li.t4 em {
    background: url(../images/t4_on.png) no-repeat center;
}

.nav li.t5 em {
    background: url(../images/t6_on.png) no-repeat center;
}

.nav li.t6 em {
    background: url(../images/t5_on.png) no-repeat center;
}

.nav li.on {
    width: 80px;
    height: 80px;
}

.nav li.on i {
    opacity: 0;
}

.nav li.on em {
    opacity: 1;
}


/* footer*/

#footer {
    position: absolute;
    width: 1920px;
    height: 132px;
    z-index: 2;
    left: 50%;
    margin-left: -960px;
    background-image: url(../images/footer.jpg);
    background-repeat: no-repeat;
}

#footer-title {
    position: absolute;
    width: 700px;
    height: 90px;
    z-index: 1;
    left: 640px;
    top: 24px;
}

.STYLE2 {
    font-size: 12px;
    color: #FFFFFF;
}

.Vision {
    position: absolute;
    width: 240px;
    height: 90px;
    z-index: 1;
    right: 325px;
    top: 25px;
    cursor: pointer;
}

a:link {
    color: #CCCCCC;
    text-decoration: none;
}

a:visited {
    color: #CCCCCC;
    text-decoration: none;
}

a:hover {
    color: #CCCCCC;
    text-decoration: underline;
}

a:active {
    color: #CCCCCC;
    text-decoration: none;
}


/* section-bg */

.section_t {
    position: absolute;
    width: 100%;
    height: 311px;
    left: 0px;
    top: 1075px;
}

.section_t_bg {
    position: absolute;
    width: 1000px;
    height: 1000px;
    left: 50%;
    margin-left: -540px;
    top: 260px;
    background: url("../images/sm_icon.png");
    background-size: 100%;
    opacity: 0.3;
    animation: 8s linear 0s infinite normal none running rotatebg;
}

@keyframes rotatebg {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-360deg);
    }
}