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

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

.csy {
  /*  padding-bottom: 25px;*/
    -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_black/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: 1000px;
    margin: 0 auto;
    position: relative;
    padding: 65px 0 0 0;
}
.line_wrap_bg {
    width: 1000px;
    position: relative;
    z-index: 10;
    margin: 0 auto;
}
.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 {
    background: #fff;
    display: inline-block;
    float: left;
    margin: 0px 10px 10px 0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 30px;
    width: 228px;
    height: 334px;
    border: 4px solid #ff9042;
    padding: 3.5px;
}
.line_box .line:nth-child(4n){
    margin-right: 0;
}
.line_box .line .img_box {
    width: 100%;
    height: 162px;
    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: 163px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.line_box .line .img_box .sale_t {
    position: absolute;
    top: 10px;
    left:10px;
}
.line_box .line .img_box .sale_t p {
    height: 32px;
    line-height: 32px;
    border-radius: 16px;
    display: inline-block;
    font-size: 15px;
    color: #fe296a;
    font-weight: bold;
    padding: 0 10px;
    float: left;
    text-align: center;
    background: #fff000;
    -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: 72px;*/
    padding: 10px 0 0 0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.line_box .line h2 {
    font-size: 20px;
    color: #000;
    line-height: 20px;
    height: 50px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-size: 20px;
    font-weight: bold;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
  /*  margin-top: 10px;*/
}
.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: 16px;
    color: #ff0000;
    height: 40px;
    display: inline-block;
    line-height: 70px;
    padding-left: 15px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
}
.line_box .line .text_box strong {
    font-size: 29px;
    font-weight: bold;
    color: #ff0000;
}
.line_box .line .text_box i {
    font-size: 20px;
    color: #fff600;
    width: 180px;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
    display:block;
    text-align: center;
    border-radius: 16px;
    background: #fe4900;
    margin: 20px auto 0 auto;
}
.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;
}
.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: 40px;
    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: #976200;
           background: #ffda2c;
           margin-bottom: 5px;
           border-radius: 20px;
}

.dh .selected{
    background: #e80011;
    color: #fff;
}
.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_black/date-img-01.png) no-repeat;
    margin-bottom: 20px;
}
.line_wrap .more {
    width: 930px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    display: block;
    text-align: center;
    background: #fe9500;
    border-radius: 10px;
    margin: 0 auto;
}
#d1 .more{background: #f8571f;}
#d2 .more{background: #9600ff;}
#d3 .more{background: #0096ff;}
#d4 .more{background: #ff51b0;}
#d5 .more{background: #fe6000;}
#d6 .more{background: #60c400;}
.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_black/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;
}
.part-box .goods-box{
    width: 1227px;
    height: 737px;
    display: block;
    margin: 0 auto;
    position: relative;
}
.part-box .goods-box:hover h3{
    text-decoration: underline;
}
.part-box .goods-box>div{
    display: inline-block;
    min-height: 350px;
}
.part-box .goods-box .left-box{
    width: 727px;
     float: left;
}
.part-box .goods-box .right-box{
    width: 500px;
     float: right;
     padding: 60px 100px 0 0;
     box-sizing: border-box;
}
.part-box .flag{
    width: 153px;
    height: 54px;
    line-height: 54px;
    color: #f7f038;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    background: url(/Public/theme/default/home/images/zt/2019_black/flag.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 550px;
}
.part-box .right-box .label{
    padding: 0 10px;
    height: 37px;
    line-height: 37px;
    color: #ff4200;
    background: #f7f038;
    border-radius: 18px;
    font-size: 24px;
    font-weight: bold;
    max-width: 270px;
    text-align: center;
}
.part-box .right-box h3{
    color: #000;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    margin: 15px 0;
}
.part-box .right-box .dec{
    font-size: 16px;
    color: #803300;
}
.part-box .right-box .price{
    font-size: 16px;
    color: #ff0000;
}
.part-box .right-box strong{
    font-size: 40px;
}
.part-box .right-box .bom{
    margin-top: 47px;
}
.part-box .right-box .booking{
    width: 150px;
    height: 46px;
    line-height: 46px;
    background: #ff4200;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    margin-left: 20px;
}
.top-img img{
    display: block;
    margin: 0 auto;
}
#d1 .top-img img{
    width: 1050px;
    height: 1072px;
}
#d2 .top-img img{
    width: 406px;
    height: 212px;
}
#d3 .top-img img{
    width:715px;
    height: 122px;
}
#d4 .top-img img{
    width: 715px;
    height: 143px;
}
#d5 .top-img img{
    width: 577px;
    height: 132px;
}
#d6 .top-img img{
    width: 1169px;
    height: 560px;
}
#d1 .top-img{
    min-height: 1182px;
    background: url(/Public/theme/default/home/images/zt/2019_black/bg_01.jpg) no-repeat center top;
    position: relative;
}

#d1 .part-01{
    min-height: 830px;
    background: url(/Public/theme/default/home/images/zt/2019_black/bg_04.jpg) no-repeat center top;
    position: relative;
}
#d1 .part-02{
    min-height: 831px;
    background: url(/Public/theme/default/home/images/zt/2019_black/bg_03.jpg) no-repeat center top;
    position: relative;
}
#d1 .part-03{
    min-height: 846px;
    background: url(/Public/theme/default/home/images/zt/2019_black/bg_02.jpg) no-repeat center top;
    position: relative;
}
#d1 .part-01 .goods-box{
    background: url(/Public/theme/default/home/images/zt/2019_black/g2.png) no-repeat;
    background-size: 100% 100%;
}
#d1 .part-02 .goods-box{
    background: url(/Public/theme/default/home/images/zt/2019_black/g3.png) no-repeat;
    background-size: 100% 100%;
}
#d1 .part-03 .goods-box{
    background: url(/Public/theme/default/home/images/zt/2019_black/g4.png) no-repeat;
    background-size: 100% 100%;
}
#d2 .part-01 .goods-box{
    background: url(/Public/theme/default/home/images/zt/2019_black/g5.png) no-repeat;
    background-size: 100% 100%;
}
#d2 .part-02 .goods-box{
    background: url(/Public/theme/default/home/images/zt/2019_black/g6.png) no-repeat;
    background-size: 100% 100%;
}
#d3 .part-01 .goods-box{
    background: url(/Public/theme/default/home/images/zt/2019_black/g7.png) no-repeat;
    background-size: 100% 100%;
}
#d3 .part-02 .goods-box{
    background: url(/Public/theme/default/home/images/zt/2019_black/g8.png) no-repeat;
    background-size: 100% 100%;
}
#d4 .part-01 .goods-box{
    background: url(/Public/theme/default/home/images/zt/2019_black/g9.png) no-repeat;
    background-size: 100% 100%;
}
#d5 .part-01 .goods-box{
    background: url(/Public/theme/default/home/images/zt/2019_black/g10.png) no-repeat;
    background-size: 100% 100%;
}
#d5 .part-02 .goods-box{
    background: url(/Public/theme/default/home/images/zt/2019_black/g11.png) no-repeat;
    background-size: 100% 100%;
}
#d5 .part-03 .goods-box{
    background: url(/Public/theme/default/home/images/zt/2019_black/g12.png) no-repeat;
    background-size: 100% 100%;
}
#d5 .part-04 .goods-box{
    background: url(/Public/theme/default/home/images/zt/2019_black/g13.png) no-repeat;
    background-size: 100% 100%;
}
#d5 .part-box .goods-box{
    width: 1228px;
    height: 417px;
}
#d2{
    min-height: 1789px;
    background: url(/Public/theme/default/home/images/zt/2019_black/bg_05.jpg) no-repeat center top;
    position: relative;
  /*  top: -300px;*/
}
#d3{
    min-height:1722px;
    background: url(/Public/theme/default/home/images/zt/2019_black/bg_06.jpg) no-repeat center top;
    position: relative;
   /* top: -300px;*/
}
#d4{
    min-height: 953px;
    background: url(/Public/theme/default/home/images/zt/2019_black/bg_07.jpg) no-repeat center top;
    position: relative;
  /*  top: -300px;*/
}
#d5{
    min-height: 2102px;
    background: url(/Public/theme/default/home/images/zt/2019_black/bg_08.jpg) no-repeat center top;
    position: relative;
   /* top: -300px;*/
}
#d5 .part-box .goods-box .right-box{
    padding-top: 120px;
}
#d2 .part-box .goods-box .right-box,#d3 .part-box .goods-box .right-box{
    padding-top: 80px;
}
#d1 .part-02 .right-box{
    padding-right: 70px;
}
#d1 .part-02 .right-box h3{
    padding-right: 40px;
}
#d1 .part-02 .right-box .bom{
    margin-top: 30px;
}
.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;
}

#d5 .line_box .line{
    border: 4px solid #ff7200;
}

#d1 .line_box .line .text_box i{
   background: #f8571f;
}
#d2 .line_box .line .text_box i{
   background: #9600ff;
}
#d3 .line_box .line .text_box i{
  background: #0096ff;
}
#d4 .line_box .line .text_box i{
   background: #ff51b0;
}
#d5 .line_box .line .text_box i{
  background: #fe6000;
}
#d6 .line_box .line .text_box i{
   background: #60c400;
}
#d5  .line_box .line:nth-child(1) h2,
#d5  .line_box .line:nth-child(2) h2,
#d5  .line_box .line:nth-child(4) h2
{
    line-height: 50px;
}