@charset "utf-8";
/* CSS Document */

* {
    margin: 0 auto;
    padding: 0 auto;
}
body {
    font-family: "Microsoft YaHei", SimSun, Tahoma, Verdana, Arial, sans-serif;
   /* background: #ffe35e;*/
}
html,body{
    overflow-x: hidden;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
a {
    text-decoration: none;
}

.csy {
     overflow: hidden;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.banner1 {
    width: 100%;
    height: auto;
    background: url("/Public/theme/default/home/images/zt/2019_iceCarnival/banner1-1.jpg") no-repeat center;
}
.banner1 img {
    display: block;
    margin: 0 auto;
    width: 1000px;
    height: auto;
}
.title-box{
    width: 964px;
    margin: 0 auto;
}
.line_wrap {
    width: 100%;
    margin: 0 auto;
    position: relative;
    /*padding: 0 15px;*/
    z-index: 100;
}
.line_wrap_bg {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}
.line_wrap .title_box {
    position: relative;
    z-index: 10;
}
.line_wrap .title_box p {
    font-size: 24px;
    height: 54px;
    line-height: 145px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 55px;
}
.line_wrap .title_box span {
    color: red;
    font-size: 22px;
    font-weight: bold;
    line-height: 40px;
}
.line_wrap .title_box em {
    color: red;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
}
.line_box {
    width: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    z-index: 120;
}
.line_box .line {
    display: inline-block;
    float: left;
    margin: 0px 20px 100px 0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 490px;
    height: 376px;
    background: #fff;
    /*border: 2px solid #f8b551;*/
    border-radius: 10px;
}
.line_box .line:nth-child(4n){
    margin-right: 0;
}
.line_box .line .img_box {
    width: 100%;
    height: 235px;
    position: relative;
    background: #fff;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.line_box .line .img_box img {
    display: block;
    width: 100%;
    height: 235px;
}
.line_box .line .img_box .sale_t {
    position: absolute;
    top: 20px;
    left: -7px;
}
.line_box .line .img_box .sale_t p {
    height: 36px;
    line-height: 36px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    display: inline-block;
    font-size: 20px;
    color: #fff100;
    padding: 0 10px;
    float: left;
    text-align: center;
    background: #fe4900;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.line_box .line .img_box .sale_t i.small-trangle {
    display: inline-block;
    border-bottom: 10px solid #bd0a0a;
    border-right: 10px solid transparent;
    float: left;
}
.line_box .line .img_box .sale_t i.big-trangle-left {
    width: 0;
    height: 0;
    border-width: 5px 18px;
    border-top: 5px;
    border-style: solid;
    border-color: #fee53a transparent transparent #fee53a;
    position: relative;
    display: inline-block;
    float: left;
}
.line_box .line .img_box .sale_t i.big-trangle-right {
    width: 0;
    height: 0;
    border-width: 5px 18px;
    border-top: 5px;
    border-style: solid;
    border-color: #fee53a #fee53a transparent transparent;
    position: relative;
    display: inline-block;
    float: right;
}
.line_box .line .text_box {
    width: 100%;
    height: 141px;
    padding: 10px 0 0 0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.line_box .line .bom{
    padding: 0 10px;
    box-sizing: border-box;
}
.line_box .line h2 {
    font-size: 20px;
    color: #000;
    line-height: 20px;
    height:75px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 16px;
    font-weight: bold;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
   padding: 0 5px;
}
.line_box .line .text_box p{
    font-size: 20px;
    color: #000;
    margin-bottom: 15px;
    padding-left: 20px;
}

.line_box .line .text_box span {
    font-size: 20px;
    color: #fb5f10;
    height: 50px;
    display: inline-block;
    line-height: 50px;
    position: relative;
    top: -5px;
    left: 5px;
}
.line_box .line .text_box strong {
    font-size: 32px;
    font-weight: bold;
    color: #fb5f10;
}
.line_box .line .text_box i {
    font-size:18px;
    font-weight: bold;
    color: #fff;
    width: 179px;
    font-weight: bold;
    height: 46px;
    line-height: 46px;
    display:block;
    text-align: center;
    background: #0090f2;
    float: right;
}
.line_box .line:hover .text_box h2 {
    text-decoration: underline;
}
.line_wrap .more:hover {
    color: #F4FD1B;
}
.goods-img img {
    display: block;
    margin: 0 auto;
}
.goods-title {
    width: 606px;
    margin: 0 auto;
}
.line_box .line:nth-child(2n){
    margin-right: 0;
}
.dh {
    position: fixed;
    right: 50%;
    margin-right: -660px !important;
    top: 48px;
    z-index: 200;
    width: 130px;
    height: 459px;
    display: none;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.dh .dh-all {
    border-radius: 20px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
}
.dh .head_a {
    width: 130px;
    position: relative;
    height: 40px;
    line-height: 37px;
    font-size: 18px;
    display: inline-block;
    text-align: center;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
            position: relative;
           color: #fff;
           background: #1e5bad;
           margin-bottom: 5px;
           border-radius: 20px;
}
.dh .head_a:nth-child(2n){
    background: #4890f0;
}

.dh .selected{
    color: #ff0;
}
.goods-box-wrap {
    width: 100%;
    height: 590px;
    border: 1px dashed #078e2f;
    padding: 20px 12px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 30px;
    position: relative;
}
.goods-box-wrap .image-box {
    width: 100%;
    height: 226px;
    border-radius: 20px;
    overflow: hidden;
}
.goods-box-wrap .image-box img {
    width: 100%;
    height: 100%;
    display: block;
}
.goods-box-wrap .txt-box {
    width: 100%;
    padding: 20px 0 0 0;
}
.goods-box-wrap .txt-box h3 {
    font-size: 22px;
    color: #222;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}
.goods-box-wrap .txt-box .benifit {
    font-size: 18px;
    color: #717171;
    border-top: 1px solid #ddd;
    padding-top: 10px;
}
.goods-box-wrap .txt-box .price {
    color: #42a499;
    font-size: 26px;
    text-align: center;
    margin-top: 50px;
}
.goods-box-wrap .txt-box .price strong {
    font-size: 45px;
}
.goods-box-wrap .txt-box .booking {
    width: 400px;
    height: 50px;
    line-height: 50px;
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: -webkit-gradient(linear, right top, left top, from(#1da394), to(#188f17));
    background: linear-gradient(right, #1da394, #188f17);
    background: -o-linear-gradient(right, #1da394, #188f17);
    display: block;
    margin: 20px auto 0 auto;
    border-radius: 25px;
    -webkit-box-shadow: 0px 5px 5px 0 rgba(26, 151, 74, 0.3);
            box-shadow: 0px 5px 5px 0 rgba(26, 151, 74, 0.3);
}
.goods-box-wrap .discount {
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    background: #fff82c;
    color: #fe296a;
    font-size: 20px;
    border-radius: 20px;
    display: block;
    position: absolute;
    top: 30px;
    left: 18px;
}
.panel-bom .date-box {
    width: 100%;
    height: 180px;
    background: #fff;
    padding: 15px 12px 0 20px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 10px;
}

.date {
    width: 203px;
    height: 43px;
    background: url(/Public/theme/default/home/images/zt/2019_iceCarnival/date-img-01.png) no-repeat;
    margin-bottom: 20px;
}
.line_wrap .more {
    width: 340px;
    height: 58px;
    line-height: 58px;
    display: block;
    margin: 0 auto;
    position: relative;
    background: linear-gradient(top,#ffa810,#fd5e18);
    background: -webkit-linear-gradient(top,#ffa810,#fd5e18);
    background: -moz-linear-gradient(top,#ffa810,#fd5e18);
    background: -ms-linear-gradient(top,#ffa810,#fd5e18);
    background: -o-linear-gradient(top,#ffa810,#fd5e18);
    border-radius: 58px;
    font-size: 38px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}
.tab-btns{
    width: 100%;
    margin: 28px 0 35px 0;
    text-align: center;
}
.tab-btns a{
    width: 175px;
    height: 38px;
    line-height: 36px;
    text-align: center;
    display: inline-block;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    border-radius: 20px;
    border: 1px solid #00479d;
    box-sizing: border-box;
    position: relative;
    margin-left: 65px;
    background: #00dec1;
}
.tab-btns a:after{
    content:'';
    width: 37px;
    height: 50px;
    display: block;
    background: url(/Public/theme/default/home/images/zt/2019_iceCarnival/hand.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: -5px;
    bottom: -20px;
}
.tab-btns a.on-tab{
    background: #36c2ff;
}
.line_wrap_bg h3{
    color: #fff;
    font-size: 60px;
    font-weight: bold;
    text-align: center;
}
.line_wrap_bg .descripe{
    color: #8903b3;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-top: 75px;
}
.top-img img{
    display: block;
    margin: 0 auto;
}
#d1 .top-img img{
    width: 1302px;
    height: 879px;
}
#d2 .top-img img{
    width: 1307px;
    height: 895px;
}
#d3 .top-img img{
    width: 1259px;
    height: 936px;
}
#d4 .top-img img{
    width: 1280px;
    height: 929px;
}
#d5 .top-img img{
    width: 1280px;
    height: 927px;
}
#d6 .top-img img{
    width: 1169px;
    height: 560px;
}

.csy-box .line_wrap{
    padding-top: 217px;
    box-sizing: border-box;
}
.csy-box .line_box{
    padding: 50px 10px 0 10px;
    box-sizing: border-box;
}
.csy-box .line_box .line:nth-child(1),
.csy-box .line_box .line:nth-child(2){
    width: 465px;
    height: 214px;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 15px 30px 0;
}
.csy-box .line_box .line:nth-child(1) .img_box,
.csy-box .line_box .line:nth-child(2) .img_box{
    width: 308px;
    height: 100%;
    padding: 0;
}
.csy-box .line_box .line:nth-child(1) .text_box,
.csy-box .line_box .line:nth-child(2) .text_box{
    width: 157px;
    height: 100%;
}
.csy-box .line_box .line:nth-child(1)>div,
.csy-box .line_box .line:nth-child(2)>div{
    display: inline-block;
    float: left;
}
.csy-box .line_box .line:nth-child(1) .img_box img,
.csy-box .line_box .line:nth-child(2) .img_box img{
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 0;
}
.csy-box .line_box .line:nth-child(1) .text_box,
.csy-box .line_box .line:nth-child(2) .text_box{
    padding: 10px;
}
.csy-box .line_box .line:nth-child(1) .text_box i,
.csy-box .line_box .line:nth-child(2) .text_box i{
    width: 100%;
    height: 42px;
    line-height: 42px;
    border-radius: 0;
    background: #ff5400;
    color: #fff;
    margin: 0;
}
.csy-box .line_box .line:nth-child(1) .text_box .p1,
.csy-box .line_box .line:nth-child(2) .text_box .p1{
    margin: 10px 0 0 0;
    font-size: 14px;
     display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
      padding: 0;
}
.csy-box .line_box .line:nth-child(1) .text_box span,
.csy-box .line_box .line:nth-child(2) .text_box span{
    padding: 0;
    top: -10px;
}
.csy-box .line_box .line .img_box .sale_t{
    left: 0;
}
.csy-box .line_box .line .img_box .sale_t p{
    width: 154px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    font-size: 18px;
    color: #7a22c6;
}
.csy-box .line_box .line .img_box{
    padding: 0;
    height: 134px;
}
.csy-box .line_box .line .img_box img{
    border-radius: 0;
    height: 134px;
}
.csy-box .line_box .line{
    overflow: hidden;
}
.csy-box .line_box .line .text_box span{
    display: inline-block;
    width: 135px;
    padding: 0;
    top: 8px;
}
.csy-box .line_box .line .text_box i{
    width: 60px;
    height: 56px;
    line-height: 24px;
    display: inline-block;
    border-radius: 0;
    padding: 2px;
    box-sizing: border-box;
    background: #ff5400;
    color: #fff;
}
.csy-box .line_box .line{
    width: 225px;
    height: 263px;
    margin: 0 12px 27px 0;
}
.csy-box .line_box .line h2{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 40px;
    margin-top: 10px;
}
.csy-box .line_box .line:nth-child(3){
    margin-left: 5px;
}

.csy{
    z-index: 99;
}

#d1 .line_wrap{
    min-height: 1250px;
    background: url(/Public/theme/default/home/images/zt/2019_iceCarnival/bg_01.jpg) no-repeat center top;
    padding-top: 100px;
    box-sizing: border-box;
}

#d3 .line_wrap{
    min-height: 4150px;
    background: url(/Public/theme/default/home/images/zt/2019_iceCarnival/bg_02.jpg) repeat center top;
}

.split-line{
    width: 100%;
    height: 150px;
}

#d2 .title-box,#d3 .title-box,#d4 .title-box,#d5 .title-box,#d6 .title-box,#d7 .title-box{
    position: relative;
    top: -35px;
}
#d2 .title-box img:nth-child(1),#d3 .title-box img:nth-child(1),#d4 .title-box img:nth-child(1),
#d5 .title-box img:nth-child(1),#d6 .title-box img:nth-child(1),#d7 .title-box img:nth-child(1){
    margin-bottom: 10px;
}
.csy .line_wrap:before{
    content:'';
    width: 426px;
    height: 597px;
    display: block;
    background: url(/Public/theme/default/home/images/zt/2019_iceCarnival/z01.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: -169px;
    top: 0;
    z-index:5;
}
.csy .line_wrap:after{
    content:'';
    width: 418px;
    height: 654px;
    display: block;
    background: url(/Public/theme/default/home/images/zt/2019_iceCarnival/z02.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: -210px;
    top: 0;
    z-index:5;
}

#d2 .line_wrap:before,#d4 .line_wrap:before,#d6 .line_wrap:before{
    content:'';
    width: 375px;
    height: 665px;
    background: url(/Public/theme/default/home/images/zt/2019_iceCarnival/z04.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: -230px;
    top: 0;
    z-index:5;
}
#d2 .line_wrap:after,#d4 .line_wrap:after,#d6 .line_wrap:after{
    content:'';
    width: 352px;
    height: 514px;
    background: url(/Public/theme/default/home/images/zt/2019_iceCarnival/z05.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: -295px;
    top: 76px;
    z-index:5;
}

#d1 .top-box{
    width: 100%;
    height: 714px;
    background: url(/Public/theme/default/home/images/zt/2019_iceCarnival/g1.jpg) no-repeat center top;
}
#d2 .top-box{
    width: 100%;
    height: 744px;
    background: url(/Public/theme/default/home/images/zt/2019_iceCarnival/g2.jpg) no-repeat center top;
}
#d3 .top-box{
    width: 100%;
    height: 743px;
    background: url(/Public/theme/default/home/images/zt/2019_iceCarnival/g3.jpg) no-repeat center top;
}
#d4 .top-box{
    width: 100%;
    height: 740px;
    background: url(/Public/theme/default/home/images/zt/2019_iceCarnival/g4.jpg) no-repeat center top;
}
.slide-box{
    width: 1000px;
    height: 100%;
    display: block;
    margin: 0 auto;
    position: relative;
}
.slide-box .slide-bg{
    width: 512px;
    height: 445px;
    border-radius: 20px;
    position: absolute;
    top: 190px;
    left: 15px;
}
.swiper-container{
    top: -5px;
    left: -5px;
}
.swiper-pagination-bullet{
    width: 20px;
    height: 20px;
    background: #a6937c;
    opacity: 1;
    margin-right: 15px;
}
.swiper-pagination-bullet-active{
    background: #7d0022;
}
.swiper-pagination{
    left: 42%;
    bottom: -35px;
}
.top-label{
    width: 169px;
    height: 165px;
    position: absolute;
    top: -12px;
    left: -12px;
    z-index: 20;
}

#d1 .top-label{
    background: url(/Public/theme/default/home/images/zt/2019_iceCarnival/a1.png) no-repeat;
    background-size: 100% 100%;
}
#d2 .top-label{
    background: url(/Public/theme/default/home/images/zt/2019_iceCarnival/a2.png) no-repeat;
    background-size: 100% 100%;
}
#d3 .top-label{
    background: url(/Public/theme/default/home/images/zt/2019_iceCarnival/a3.png) no-repeat;
    background-size: 100% 100%;
}
#d4 .top-label{
    background: url(/Public/theme/default/home/images/zt/2019_iceCarnival/a4.png) no-repeat;
    background-size: 100% 100%;
}
#d1 .top-image{
    width: 100%;
    height: 720px;
    background: url(/Public/theme/default/home/images/zt/2019_iceCarnival/g1.jpg) no-repeat center top;
}
.goods-box{
    width: 1000px;
    height: 340px;
    background: #0398b8;
    padding: 2px;
    box-sizing: border-box;
    display: block;
}
.goods-box:hover h3:nth-child(1){
    text-decoration: underline;
}
.goods-box .lf-image{
    overflow: hidden;
    position: relative;
}
.goods-box .flag{
    width: 201px;
    height: 173px;
    background: url(/Public/theme/default/home/images/zt/2019_iceCarnival/f1.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 0;
    bottom: 0;
}
.goods-box .lf-image,.goods-box .rg-txt{
    width: 50%;
    height: 336px;
    display: inline-block;
    float: left;
}
.goods-box .lf-image img{
    width: 100%;
}
.goods-box .top-title{
    width: 100%;
    height: 40px;
    padding: 0 10px 0 30px;
    box-sizing: border-box;
}
.goods-box .bom-txt{
    width: 100%;
    height: 296px;
    background: #fff;
    padding: 10px;
    box-sizing: border-box;
}
.goods-box .date{
    width: 151px;
    height: 25px;
    line-height: 25px;
    display: inline-block;
    background: #fff;
    color: #0398b8;
    font-size: 15px;
    border-radius: 12px;
    text-align: center;
    margin-top: 7px;
}
.goods-box .top-title img{
    display: inline-block;
    float: right;
}
.goods-box h3{
    color: #222;
    font-size: 25px;
    font-weight: bold;
    text-align: left;
    line-height: 30px;
}
.goods-box p{
    font-size: 23px;
    color: #000;
    line-height: 30px;
}
.goods-box p .icon-check{
    width: 20px;
    height: 20px;
    background: url(/Public/theme/default/home/images/zt/2019_iceCarnival/check.jpg) no-repeat;
    background-size: 100% 100%;
    display: inline-block;
}
.goods-box .desc{
    padding-top: 10px;
}
.goods-box .price strong{
    color: #ff0000;
    font-size: 52px;
}
.goods-box .price{
    display: inline-block;
}
.goods-box .bom{
    margin-top: 10px;
}
.goods-box .booking{
    width: 161px;
    height: 42px;
    line-height: 42px;
    background: #ff0000;
    border: 1px solid #0398b8;
    box-shadow: 1px 1px 0 1px #0398b8;
    text-align: center;
    font-size: 25px;
    color: #fff;
    display: block;
    border-radius: 20px;
    float: right;
}
/*.map {
    padding-top: 150px;
}*/
.map img{
    display: block;
    margin: 0 auto;
}
#d2 .g2{
    width: 100%;
    height: 1094px;
    background: url(/Public/theme/default/home/images/zt/2019_iceCarnival/g2.jpg) no-repeat center top;
}
#d2 .g3{
    width: 100%;
    height: 952px;
    background: url(/Public/theme/default/home/images/zt/2019_iceCarnival/g3.jpg) no-repeat center top;
}
#d2 .g4{
    width: 100%;
    height: 802px;
    background: url(/Public/theme/default/home/images/zt/2019_iceCarnival/g4.jpg) no-repeat center top;
}
#d2 .g5{
    width: 100%;
    height: 535px;
    background: url(/Public/theme/default/home/images/zt/2019_iceCarnival/g5.jpg) no-repeat center top;
}

#d2 .g6{
    width: 100%;
    height: 857px;
    background: url(/Public/theme/default/home/images/zt/2019_iceCarnival/g6.jpg) no-repeat center top;
}
#d2 .g7{
    width: 100%;
    height: 668px;
    background: url(/Public/theme/default/home/images/zt/2019_iceCarnival/g7.jpg) no-repeat center top;
}
#d2 .g8{
    width: 100%;
    height: 807px;
    background: url(/Public/theme/default/home/images/zt/2019_iceCarnival/g8.jpg) no-repeat center top;
}
#d2 .g9{
    width: 100%;
    height: 905px;
    background: url(/Public/theme/default/home/images/zt/2019_iceCarnival/g9.jpg) no-repeat center top;
}
#d2 .g10{
    width: 100%;
    height: 471px;
    background: url(/Public/theme/default/home/images/zt/2019_iceCarnival/g10.jpg) no-repeat center top;
}
#d3 .img-box img{
    display: block;
    margin: 0 auto;
}
#d3 .more{
    width: 282px;
    height: 51px;
    line-height: 51px;
    background: url(/Public/theme/default/home/images/zt/2019_iceCarnival/more.png) no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    display: block;
    font-size: 25px;
    color: #fff;
}
#d1 .top-image,#d1 .line_wrap_bg{
    display: none;
}
/*#d3{
    background: url(/Public/theme/default/home/images/zt/2019_iceCarnival/bg-repeat.jpg) repeat-y;
}*/