﻿/* reset */
*{-webkit-tap-highlight-color:rgba(0,0,0,0);}
html { height: 100%; -webkit-tap-highlight-color: rgba(0,0,0,0);  -webkit-tap-highlight-color: transparent;}
body { min-height: 100% }
body { _height: 100% }
body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, iframe, pre, code, fieldset, legend, form, input, select, textarea, button, p, blockquote, th, td, figure { margin: 0; padding: 0 }
body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, iframe, pre, code, fieldset, legend, form, p, blockquote, figure, header, footer, nav, article, section, aside, address, figcaption { *zoom: 1 }
li { list-style-type: none }
h1, h2, h3, h4, h5, h6 { font-size: 100%;font-weight:normal; }
iframe, frame, fieldset, img { border: 0 none }
img { vertical-align: top }
input[type=button], input[type=submit], input[type=reset] { cursor: pointer }
button { cursor: pointer }
input, textarea, button { -webkit-border-radius: 0; -webkit-appearance: none }
input[type=radio] { -webkit-border-radius: 100%; -webkit-appearance: radio }
input[type=checkbox] { -webkit-appearance: checkbox }
input[type=search] { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; -ms-box-sizing: content-box; -o-box-sizing: content-box; box-sizing: content-box }
textarea { overflow: auto; resize: none }
blockquote, q { quotes: none }
blockquote:before, blockquote:after, q:before, q:after { content: ""; content: none }
table { border-collapse: collapse; border-spacing: 0 }
caption, th { text-align: left }
th { font-weight: normal }
em, cite, address,i { font-style: normal }
sup { vertical-align: text-top }
sub { vertical-align: text-bottom }
body, input, select, button, textarea { font-size: 14px; font-family:"Microsoft Yahei",arial,"\5b8b\4f53";  }
body { line-height: 1.5; background: #208A76; }
a { color: #000; text-decoration: none;-webkit-tap-highlight-color:transparent }
a { blr:expression(this.onFocus=this.blur()) }
a * { *cursor: pointer }
:focus { outline: none }
.edit_con_original{ line-height:2; padding:0 0; color:#333;}
.edit_con_original ul{ margin:inherit; padding:inherit; padding-left:2em;}
.edit_con_original ul li { list-style-type:disc; margin:auto; }
.edit_con_original ol{ margin:inherit; padding:inherit}
.edit_con_original ol li { list-style-type:decimal; margin:auto; }
.edit_con_original h1 { font-size: 2em; font-weight:bold }
.edit_con_original h2 { font-size: 1.5em; font-weight:bold }
.edit_con_original h3 { font-size: 1.17em; font-weight:bold }
.edit_con_original h4 { font-size: 1em; font-weight:bold }
.edit_con_original h5 { font-size: 0.83em; font-weight:bold }
.edit_con_original h6 { font-size: 0.67em; font-weight:bold }
.edit_con_original em { font-style: italic }
.edit_con_original cite{ font-style: italic }
.edit_con_original address{ font-style: italic }
.edit_con_original i { font-style: italic }
.edit_con_original table{ border-collapse: separate; border-spacing: 2px }
.edit_con_original img{ max-width:100%; height:auto;}
.edit_con_original video{ max-width:100%;}
 
 
/*所有后台编辑器区域都要引用 edit_con_original 类名*/
 
/* clear 页头，页脚，内容区都不用再加清除样式 */
.fixed:before, .clearfix:before, .cf:before, body:before, .header:before, .main:before, .footer:before { content: ''; display: table }
.fixed:after, .clearfix:after, .cf:after, after, .header:after, .main:after, .footer:after { content: ''; display: table; clear: both }
.fixed, .clearfix, .cf, .header, .main, .footer { *zoom: 1 }
 
 
.clear, .cl { display: block!important; float: none!important; clear: both; width: auto!important; max-width: none!important; min-width: 0!important; max-height: none!important; min-height: 0!important; overflow: hidden; margin: 0!important; padding: 0!important; border: 0 none!important; font-size: 0!important; line-height: 0!important }
               

*{box-sizing: border-box;}

/*隐藏视频下载按钮*/
video::-internal-media-controls-download-button {
    display:none;
}

video::-webkit-media-controls-enclosure {
    overflow:hidden;
}

video::-webkit-media-controls-panel {
    width: calc(100% + 30px); 
}

/*图片经过*/
.tran_scale{ overflow:hidden; display:block;}
/*img{transition: All 0.7s ease-in-out;}*/
.tran_scale img{transform:scale(1,1); -webkit-transform:scale(1,1); transition:0.5s all; -webkit-transition:0.5s all;}

/*两端对齐*/
.justify { text-align:justify; text-justify:distribute-all-lines;}
/*上下居中*/
.v-m-c{ transform: translate(0,-50%); -webkit-transform: translate(0,-50%);-ms-transform: translate(0,-50%);-moz-transform: translate(0,-50%);-o-transform: translate(0,-50%); position:absolute; left:0; top:50%;}

/*左右居中*/
.l-m-c{ transform: translate(-50%,0); -webkit-transform: translate(-50%,0);-ms-transform: translate(-50%,0);-moz-transform: translate(-50%,0);-o-transform: translate(-50%,0); position:absolute; left:50%; top:0;}

/*绝对居中*/
.a-m-c{ transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);-moz-transform: translate(-50%,-50%);-o-transform: translate(-50%,-50%); position:absolute; left:50%; top:50%;}

/*截字*/
.ellipsis{text-overflow:ellipsis; white-space:nowrap; display: inline-block; max-width:99%;overflow:hidden; }
.clamp{display:-webkit-box; -webkit-box-orient: vertical;-webkit-line-clamp: 3; line-height: 1.5; max-height: 4.5em;overflow:hidden;}

/*背景*/
.bg-cover{background-size: cover; background-repeat: no-repeat; background-position: center;}
.bg_layer{background: rgba(0,0,0,0.7); position: absolute; left:0; top:0; width: 100%; height: 100%; z-index: 10000;}
.bg-cover-ban{ background-size: 100% 100%;}

.ratio-img,.ratio-img img{width: 100%;}
a{transition: 0.3s all;-webkit-transition: 0.3s all;-moz-transition: 0.3s all;-o-transition: 0.3s all;-ms-transition: 0.3s all;}


.wrap{max-width: 1280px; margin:0 auto; width: 96%;}

.section_1 img{width: 100%;}
.section_2{background: url(../images/bg02.jpg) no-repeat;background-size: 100%;}
.section_2 .wrap{padding-top: 3%;}
.party00 h2{text-align: center;}
.kwh{width: 100%; margin: 2% 0 3%;color: #fff; background: url(../images/bg03.png) no-repeat;background-size:100%;}
.kwh .edit_con_original{color: #FFE9CD; font-size: 16px; height: 37em; padding:13% 12% 5% 12%;}
.kwh .edit_con_original p{margin-bottom:3.5%;}
.kwh .edit_con_original p:last-child{margin-bottom: 0;}

.tit{ position: relative;}
.tit span{position: absolute; left:0; top:60px; width: 100%; height: 70px; line-height: 70px; text-align: center; font-size: 40px; color: #FAF4C2;}


.party01{padding:4% 0 0;}
.party01 h2{text-align: center;margin-bottom:4%;}
.party01 .wrap{position: relative;}
.ddimg_t{margin-bottom:5%;}
.ddimg_b{ height: 160px; border-top:1px solid rgba(255,255,255,0.5); background: rgba(0,0,0,0.3);}
.ddimg_b-swi li{position: relative; font-size: 24px;/*transition:all 0.3s;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;*/}
.ddimg_b-swi li em{display: none;}
.ddimg_b-swi li.on{ background:#de040f;}
.ddimg_b-swi li.on em{width: 100%;height: 2px;background: #F7EEB0;position: absolute;display: block;top: -1px;}
.ddimg_b-swi li{text-align: center; height: 20px; padding: 40px 0 120px;color: #ffe1bb;cursor: pointer;}
.ddimg_b-swi li span{cursor: pointer; font-family: Arial, Helvetica, sans-serif; text-shadow: 1px 2px 0px rgba(0,0,0,0.5);}
.ddimgList{/*margin-left: calc((100% - 1280px) / 2);*/}
.ddimgList .ddimgList_swi{height: 0;opacity: 0;}
.ddimgList .ddimgList_swi.on{height: auto;opacity: 1;}

.ddimgList_swi{position: relative;}
.ddimgList_swi::before{content: ""; position: absolute; z-index: 2; left:0; top:0; width: calc(50% - 600px); height: 100%;background:linear-gradient(to right,#177363,transparent);}
.ddimgList_swi::after{content: ""; position: absolute;z-index: 2;right:0; top:0; width:calc(50% - 600px); height: 100%;background:linear-gradient(to left,#177363,transparent);}
.ddimgList_swi .swiper-slide img{width: 100%; border-radius: 20px; overflow: hidden;}
.ddimgList_swi .swiper-slide.swiper-slide-active img{border:5px solid #FDC540;}
.ddimgList_swi .swiper-slide::before{content: ""; position: absolute; lefT:0; top:0; width: 100%; height: 100%; background: rgba(0,0,0,0.5);}
.ddimgList_swi .swiper-slide.swiper-slide-active::before{ opacity: 0;}
.ddimgList_swi .swiper-button-prev{ left:calc(50% - 580px); width:22px; height: 30px;background:none; margin-top:-15px;}
.ddimgList_swi .swiper-button-prev img,.ddimgList_swi .swiper-button-next img{width:100%;}
.ddimgList_swi .swiper-button-next{ right:calc(50% - 580px);width:22px; height: 30px; background:none;margin-top:-15px;}
.ddimgList_swi .swiper-button-prev.swiper-button-disabled,.pro_img .swiper-button-next.swiper-button-disabled{opacity:0.5; cursor: pointer;}
.ddimgList_swi .swiper-button-prev.disabled,.pro_img .swiper-button-next.disabled{opacity:0.35; cursor: default;}
.ddimgList_swi .swiper-slide{ width:910px;}

.ddimg_b-swi{position: relative;}
.ddimg_b-swi .swiper-button-prev{left:-40px;width:22px; height: 30px;background:none; top:45px; margin-top:0;}
.ddimg_b-swi .swiper-button-next{right:-40px;width:22px; height: 30px;background:none;top:45px; margin-top:0;}
.ddimg_b-swi .swiper-button-prev img,.ddimg_b-swi .swiper-button-next img{width:100%;}

.section_4{padding: 5% 0;}
.part03,.part03_buy{text-align: center;}
.part03 h2{ margin-bottom: 5%;}
.part03 .pro_img{ position: relative;width: 90%;margin: 0 auto;}
.pro_img .swiper-button-prev{ width: 22px; height: 30px; margin-top: -15px; left:-30px; background: url(../images/img12.png) no-repeat;}
.pro_img .swiper-button-next{width: 22px; height: 30px;margin-top: -15px;  right:-30px; background: url(../images/img13.png) no-repeat;}
.pro_img .swiper-button-prev.swiper-button-disabled,.pro_img .swiper-button-next.swiper-button-disabled{opacity:1; cursor: pointer;}
.pro_img .swiper-button-prev.disabled,.pro_img .swiper-button-next.disabled{opacity:0.35; cursor: default;}
.pro_img .swiper-slide{
  width:390px;
  /*height: 726px;*/
  background-position: center;
  background-size: cover;
  transition: all 0.3s;
  transform: scale(0.5);
  /* Center slide text vertically */
  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;
}
.pro_img .swiper-slide.swiper-slide-active{transform: scale(1);z-index: 2;}
.pro_img .swiper-slide img{width: 100%;}

.pro_text{margin-top: 0px;}
.pro_text-item{text-align: center;display: none;}
.pro_text-item h1{font-size: 36px;color: #FAF5C5; text-shadow: 1px 2px 1px rgba(0,0,0,0.5);}
.pro_text-item h3{font-size: 18px;color: #FAF5C5; text-shadow: 1px 2px 1px rgba(0,0,0,0.5);}
.pro_text-item img{margin: 20px auto;}
.pro_text-item.on{display: block;}



.section_5{box-sizing: border-box; text-align: center; position: relative;padding-top: 5%;padding-bottom:15%;}
.section_5 h2{margin-bottom: 5%;}
.section_5 h2 img{width: auto; max-width: 100%;}
.sec5_box{position: relative; background: url(../images/bg06.png) no-repeat;}
.sec5_box .swiper-container{margin:0 40px; padding: 60px 0;}
.sec5_box .swiper-slide{position: relative; width: 747px;}
.sec5_box .swiper-slide img{ widtH:100%;/*filter: grayscale(100%);filter: gray; opacity: 0.5;*/}
.sec5_box .swiper-button-prev{ width: 80px; height: 80px; left:calc(25% - 125px); margin-top:-65px; background: url(../images/img12.png) center no-repeat rgba(235,54,54,0.8); background-size: 18px 34px;}
.sec5_box .swiper-button-next{width: 80px; height: 80px; right:calc(25% - 125px); margin-top:-65px; background: url(../images/img13.png) center no-repeat rgba(235,54,54,0.8); background-size: 18px 34px;}
.sec5_box .swiper-button-prev.swiper-button-disabled,.sec5_box .swiper-button-next.swiper-button-disabled{opacity:1; cursor: pointer;}
.sec5_box .swiper-button-prev.disabled,.sec5_box .swiper-button-next.disabled{opacity:0.35; cursor: default;}
.sec5_box .swiper-pagination{ bottom: 0; width:100%;}
.sec5_box .swiper-pagination span{ width:12px; height: 12px; margin:0 10px; border:2px solid #F4B673; background: none;opacity: 1; box-shadow: 0 0 3px 3px rgba(0,0,0,0.1);}
.sec5_box .swiper-pagination span.swiper-pagination-bullet-active{ background: #F3C589;}

.sec5_box .swiper-scrollbar{bottom:0px; left:40px; width: calc(100% - 80px); height: 1px; background: #FAF4C4; box-shadow: 0 1px 1px 1px rgba(0,0,0,0.2);}
.sec5_box .swiper-scrollbar-drag{cursor: pointer;width: 131px; height: 6px; top:-2px; border-radius: 0; box-shadow:0 1px 1px 1px rgba(0,0,0,0.3); background: url(../images/gdt.jpg) center no-repeat #F6EDAB;}

.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background: #afc9c2;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail{
  height: 1px;width: 1280px;
  margin: 0 auto;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  min-height: 100px;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: url(../images/scroll.jpg)no-repeat !important;
  background-size: 100% 100%!important;
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag:hover .mCSB_dragger_bar {
  background: #0f3557;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{height: 5px;margin: 0;min-height: auto;width: 131px;margin-top: -2px;}
.mCSB_scrollTools.mCSB_scrollTools_horizontal{transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  position: absolute;
  left: 50%;
  width: 100%;
}
.mCSB_scrollTools .mCSB_draggerRail{border-radius: 0;}
.mCSB_horizontal.mCSB_inside>.mCSB_container{margin-bottom: 50px;}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger{width: 131px;}


.new_footer{position: absolute;left: 0;bottom: 18px;width: 100%;}
.new_footer {color: #ffe9cd;}
.new_footer a{color: #ffe9cd;margin-left: 10px;}
.new_footer p{float: left;}
.new_footer span{float: right;}

img{max-width:100%;}

@media only screen and (max-width:1440px) {
  .ddimgList_swi .swiper-slide{width:700px;}
  .ddimgList_swi::before{width: calc(50% - 300px);}
  .ddimgList_swi::after{width: calc(50% - 300px);}
  .ddimgList_swi .swiper-button-prev{left:15%;}
  .ddimgList_swi .swiper-button-next{ right:15%;}
}

@media only screen and (max-width:1399px) {
  .ddimg_b-swi .swiper-button-prev{lefT:-30px;}
  .ddimg_b-swi .swiper-button-next{right:-30px;}
}



@media only screen and (max-width:1365px) {
  .ddimgList_swi .swiper-slide{width:600px;}
  .sec5_box{background-size: cover;}
  .sec5_box .swiper-container{padding: 50px 0;}
  .ddimg_b-swi .swiper-button-prev{lefT:10px;}
  .ddimg_b-swi .swiper-button-next{right:10px;}
}

@media only screen and (max-width:1279px) {  
  .kwh .edit_con_original{ height:34em; font-size: 14px;}
  .ddimg_b{ height: 120px;}
  .ddimg_b-swi li{padding: 40px 0 80px;}
  .sec5_box .swiper-slide{width: 560px;}
  .ddimgList_swi .swiper-button-prev{left:12%;}
  .ddimgList_swi .swiper-button-next{ right:12%;}
  .new_footer{font-size: 12px;}
}
@media only screen and (max-width:1023px) {
  .tit span{top:60px; height: 60px; line-height: 60px; font-size:30px;}
  .kwh .edit_con_original{ height: 25em;}
  .ddimgList_swi .swiper-slide{width: 400px;}
  .sec5_box .swiper-slide{width: 360px;}
  .new_footer{bottom:10px;}
  .ddimg_b-swi .swiper-button-prev{lefT:0px;}
  .ddimg_b-swi .swiper-button-next{right:0px;}
}
@media only screen and (max-width:767px) {
  .tit img{display: none;}
  .tit span{position: static; top:30px; height: 35px; line-height: 35px; font-size: 20px;}
  .section_5 .tit span{top:20px;}
  .kwh .edit_con_original{ height: 13em; padding: 12% 8% 3% 8%;}
  .kwh .edit_con_original p{margin-bottom: 10px; line-height: 1.5;}

  .ddimgList_swi .swiper-slide{width: 100%;}
  .ddimgList_swi .swiper-button-prev{left:10px;}
  .ddimgList_swi .swiper-button-next{right:10px;}

  .ddimg_b{ height: 60px;}
  .ddimg_b-swi li{padding: 20px 0 40px; line-height: 20px; font-size: 18px;}
  .ddimg_b-swi .swiper-button-prev{top:18px;}
  .ddimg_b-swi .swiper-button-next{top:18px;}

  .pro_img .swiper-button-prev{left: -15px;}
  .pro_img .swiper-button-next{right: -15px;}
  .pro_text-item h1{font-size: 24px;}
  .pro_text-item h3{font-size: 16px;}
  .pro_text-item p{font-size: 14px;}
  .pro_text-item{text-shadow: 0 0 10px rgba(0,0,0,0.5);}
  .pro_text-item img {margin: 10px auto;}

  .section_5{background-size: 100% 85% !important;padding-bottom: 0; height: auto!important;}
  .sec5_box{margin-bottom: 40px;}
  .sec5_box .swiper-container{padding: 20px 0; margin: 0 20px;}
  .sec5_box .swiper-slide{width: 60%;}
  .sec5_box .swiper-scrollbar{left:20px; width: calc(100% - 40px);}
  .new_footer{position: static;background: url(../images/fbg.png) no-repeat;overflow: hidden;padding: 10px 0 10px;background-size: 100% 100%;}
  .new_footer p,.new_footer span{float: none;display: block;text-align: center;}

  body{background: url(../images/footbg.png) repeat-y; background-size: 100% 100%;}
}

@media only screen and (max-width:375px) {
  .kwh .edit_con_original{ height: 11.5em;}
}
@media only screen and (max-width:359px) {
  .kwh .edit_con_original{ height: 11em;}
}
@media only screen and (max-width:339px) {
  .kwh .edit_con_original{ height: 9.5em;}
}
