﻿/* 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: 1440px; margin:0 auto; width: 86%;}
img{max-width:100%;}

.section_1 img{width: 100%;}
.section_2{padding: 7% 0; background: url(../images/bg02.jpg) no-repeat;background-size: 100%;}

.tit{ position: relative; line-height: 1.2; text-align: center;color: #FFED96; font-size: 48px; text-shadow: 0 0 10px rgba(0,0,0,0.5);}
.tit span{ display: block; margin: 3% auto 0; width:84px; height: 3px; background: #FFED96;}

.party00 .tit{font-size: 72px;}
.party00 .con{ margin:4% 0 3%;color: #fff1ab; font-size: 18px; text-align: center;}
.party00 .con .edit_con_original{color: #fff1ab;}
.party00 .con .edit_con_original p{margin-bottom:3%;}
.party00 .con .edit_con_original p:last-child{margin-bottom: 0;}

.party01{padding:4% 0 0;}
.party01 h2{margin-bottom:4%;}
.party01 .wrap{position: relative;}
.ddimg_t{margin-bottom:5%; background: url(../images/bg01.png) no-repeat; background-size: cover;}
.ddimgList{ padding: 5% 2%;}
.ddimgList .ddimgList_swi{height: 0;opacity: 0;}
.ddimgList .ddimgList_swi.on{height: auto;opacity: 1;}
.ddimgList_swi{position: relative;}
.ddimgList_swi .swiper-slide img{width: 100%;}
.ddimgList_swi .swiper-button-prev{ left:-120px; width:76px; height: 76px;background:none; margin-top:-38px;}
.ddimgList_swi .swiper-button-prev img,.ddimgList_swi .swiper-button-next img{width:100%;}
.ddimgList_swi .swiper-button-next{ right:-120px;width:76px; height: 76px; background:none;margin-top:-38px;}
.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;}

.ddimg_b{ position: relative;}
.ddimg_b::before{content: ""; position: absolute; left:0; top:50px; width: 100%; height:6px; background: url(../images/line.jpg) repeat-x;}
.ddimg_b-swi{position: relative;}
.ddimg_b-swi li{position: relative;text-align: center;color: #FFED96;cursor: pointer;}
.ddimg_b-swi li em{ transition: 0.3s all;position: absolute;top:48px; left:50%; width: 10px; height: 10px;border-radius: 100%; box-shadow: 0 5px 5px 5px rgba(0,0,0,0.1); background: #FFED96;}
.ddimg_b-swi li span{ transition: 0.3s all; display: block; cursor: pointer; margin-top: 90px; font-family: Arial, Helvetica, sans-serif; font-size: 30px; text-shadow: 1px 2px 0px rgba(0,0,0,0.5);}
.ddimg_b-swi li.on span{font-size: 48px; margin-top: 105px;}
.ddimg_b-swi li.on em::after{content: ""; position: absolute; lefT:-44px;top:-44px; width: 100px; height: 100px; border-radius: 100%; background: rgba(255,237,150,0.1);}
.ddimg_b-swi .swiper-button-prev{left:-90px;width:76px; height: 76px;background:none; top:15px; margin-top:0;}
.ddimg_b-swi .swiper-button-next{right:-90px;width:76px; height: 76px;background:none;top:15px; margin-top:0;}
.ddimg_b-swi .swiper-button-prev img,.ddimg_b-swi .swiper-button-next img{width:100%;}


.party02,.party03{ margin-top:7%;}
.party02 h2,.party03 h2{ margin-bottom: 4%;}
.pro_img{position: relative;}
.pro_img .swiper-container{padding: 50px 0;}
.pro_img .swiper-button-prev{left:-90px;width:76px; height: 76px; margin-top: -38px; background: none;}
.pro_img .swiper-button-next{ right:-90px;width:76px; height: 76px; margin-top: -38px;background: none;}
.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:400px;
  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 img{width: 100%;}
.pro_img .swiper-slide.swiper-slide-active{transform: scale(1.2);z-index: 2; background: url(../images/bg03.png) no-repeat; background-size: cover;}


.pro_text{margin-top: 2%}
.pro_text-item{text-align: center;display: none;}
.pro_text-item h1{font-size: 30px; font-weight: bold; background: linear-gradient(to bottom, #F5E591, #F1BB66);-webkit-background-clip: text;color: transparent; /* 将文本设置为透明，只保留背景渐变效果 */}
.pro_text-item h3{font-size: 18px;color: #FDFDFD; margin-top: 10px; /*text-shadow: 1px 2px 1px rgba(0,0,0,0.5);*/}
.pro_text-item.on{display: block;}


.sec3_box{position: relative; background: url(../images/bg02.png) no-repeat; background-size: cover;}
.sec3_box .wrap{position: relative;}
.sec3_box .swiper-container{padding-top: 7%;}
.sec3_box .swiper-slide{position: relative; width: 824px;}
.sec3_box .swiper-slide::before{ content:""; position: absolute; lefT:0; top:0; width: 100%; height: 100%; background: rgba(240,227,147,0.3);}
.sec3_box .swiper-slide img{ widtH:100%;/*filter: grayscale(100%);filter: gray; opacity: 0.5;*/}
.sec3_box .swiper-slide.swiper-slide-active::before{opacity:0;}
.sec3_box .swiper-button-prev{left:-90px;width:76px; height: 76px; margin-top: -38px;background:none;}
.sec3_box .swiper-button-next{right:-90px;width:76px; height: 76px; margin-top: -38px;background:none;}
.sec3_box .swiper-button-prev.swiper-button-disabled,.sec3_box .swiper-button-next.swiper-button-disabled{opacity:0.35; cursor: default;}
.slogo{ margin-top: 3.5%; text-align: right;}
.slogo img{ max-width: 550px; width: 35%;}

.new_footer{color: #ffe9cd;background:#C41003;padding: 2% 0;}
.new_footer a{color: #ffe9cd;margin-left: 10px;}
.new_footer p{float: left;}
.new_footer span{float: right;}

@media only screen and (max-width:1800px) {
  .sec3_box .swiper-container{padding-top:6%;}
}
@media only screen and (max-width:1760px) {
  .sec3_box .swiper-container{padding-top:5%;}
}
@media only screen and (max-width:1700px) {
  .sec3_box .swiper-container{padding-top:4%;}
}
@media only screen and (max-width:1599px) {
  .tit{font-size: 36px;}
  .party00 .tit{font-size: 56px;}
  .party00 .con,.pro_text-item h3{font-size: 16px;}
  .ddimg_b-swi li span,.pro_text-item h1{font-size: 24px;}
  .ddimg_b-swi li.on span{font-size: 36px;}
  .ddimg_b-swi li.on em::after{width: 80px; height: 80px; left: -34px; top:-34px;}
}

@media only screen and (max-width:1440px) {
  .tit{font-size: 30px;}
  .party00 .tit{font-size: 40px;}
  .party00 .con{font-size: 14px;}
  .ddimg_b-swi li span,.pro_text-item h1{font-size: 20px;}
  .ddimg_b-swi li.on span{font-size: 30px;}
  .ddimgList_swi .swiper-button-prev,.ddimgList_swi .swiper-button-next,.ddimg_b-swi .swiper-button-prev,.ddimg_b-swi .swiper-button-next,
  .pro_img .swiper-button-prev,.pro_img .swiper-button-next,.sec3_box .swiper-button-prev,.sec3_box .swiper-button-next{ width: 60px; height: 60px; margin-top: -30px;}
  .ddimgList_swi .swiper-button-prev{left:-110px;}
  .ddimgList_swi .swiper-button-next{right:-110px;}
  .ddimg_b-swi .swiper-button-prev,.ddimg_b-swi .swiper-button-next{margin-top: 0; top:20px;}
}

@media only screen and (max-width:1279px) {  
  .tit{font-size: 24px;}
  .party00 .tit{font-size: 30px;}
  .ddimg_b-swi li span,.pro_text-item h1{font-size: 16px;}
  .ddimg_b-swi li.on span{font-size: 24px;}
  .ddimgList_swi .swiper-button-prev{left:-80px;}
  .ddimgList_swi .swiper-button-next{right:-80px;}
  .ddimg_b-swi .swiper-button-prev,.pro_img .swiper-button-prev,.sec3_box .swiper-button-prev{left:-64px;}
  .ddimg_b-swi .swiper-button-next,.pro_img .swiper-button-next,.sec3_box .swiper-button-next{right:-64px;}  
  .pro_img .swiper-container{padding: 30px 0;}
}
@media only screen and (max-width:1023px) {
  .ddimgList_swi .swiper-button-prev,.ddimgList_swi .swiper-button-next,.ddimg_b-swi .swiper-button-prev,.ddimg_b-swi .swiper-button-next,
  .pro_img .swiper-button-prev,.pro_img .swiper-button-next,.sec3_box .swiper-button-prev,.sec3_box .swiper-button-next{ width: 40px; height: 40px; margin-top: -20px;}
  .ddimgList_swi .swiper-button-prev{left:-60px;}
  .ddimgList_swi .swiper-button-next{right:-60px;}
  .ddimg_b-swi .swiper-button-prev,.pro_img .swiper-button-prev,.sec3_box .swiper-button-prev{left:-44px;}
  .ddimg_b-swi .swiper-button-next,.pro_img .swiper-button-next,.sec3_box .swiper-button-next{right:-44px;}  
  .ddimg_b-swi .swiper-button-prev,.ddimg_b-swi .swiper-button-next{margin-top: 0; top:32px;}
  .ddimg_b-swi li.on em::after{width: 60px; height: 60px; left: -24px; top:-24px;}
  .ddimg_b-swi li span,.ddimg_b-swi li.on span{margin-top:80px;}
}
@media only screen and (max-width:767px) {
  .party00 .tit{font-size: 24px;}
  .ddimg_t{ height: auto!important; background:#F1BB66;}
  .ddimgList_swi .swiper-slide{width: 100%;}
  .ddimgList_swi .swiper-button-prev{left:0px;}
  .ddimgList_swi .swiper-button-next{right:0px;}
  .pro_text-item img {margin: 10px auto;}
  .ddimg_b-swi li.on em::after{width: 40px; height: 40px; left: -14px; top:-14px;}
  .ddimg_b-swi li span,.ddimg_b-swi li.on span{margin-top:70px;}
  .ddimg_b-swi .swiper-button-prev, .pro_img .swiper-button-prev, .sec3_box .swiper-button-prev{left:-25px;}
  .ddimg_b-swi .swiper-button-next,.pro_img .swiper-button-next,.sec3_box .swiper-button-next{right:-25px;} 
  .pro_img .swiper-container{padding: 15px 0;} 
  .slogo img{width: 45%;}
  .new_footer p,.new_footer span{float: none;display: block;text-align: center; font-size: 12px;}
}

/*增加弹层20240528*/
.tc_bg{position: fixed; z-index: 10; left:0; top:0; width: 100%; height: 100%; background: rgba(0,0,0,0.6);}
.tc_box{position: fixed; z-index: 100; background: url(../images/tc_bg.png) no-repeat; background-size:cover;}
.tc_box .tc_close{position: absolute; right:0; top:-50px; font-size: 30px; color: #fff;}
.tc_box .inner{padding:8% 5%; text-align: center;}
.tc_box .inner h2{ font-size: 30px; color: #6F3C24; font-weight: bold;}
.tc_box .inner .c{ margin-top: 4%; line-height:2.2; font-size: 18px; color: #6F3C24;}
.tc_enter{display: block; width: 236px; height: 60px; margin: 5% auto 0;}
@media only screen and (max-width:1599px) {
  .tc_box .inner{padding: 5%;}
  .tc_box .inner .c{line-height: 2;}
}
@media only screen and (max-width:1365px) {
  .tc_box .inner h2{font-size: 24px;}
  .tc_box .inner .c{font-size: 16px; line-height: 1.8;}
}
@media only screen and (max-width:1279px) {
  .tc_box .inner .c br{ display: none;}
}
@media only screen and (max-width:1023px) {
  .tc_box .inner h2{font-size: 16px;}
  .tc_box .inner .c{font-size: 14px; margin-top: 3%;}
  .tc_enter{ width: 118px; height: 30px; margin-top: 3%;}
  .tc_box .tc_close{font-size: 24px; top:-40px;}
}
@media only screen and (max-width:767px) {
  .tc_box{ height: auto!important; background-position: center; border-radius: 20px;}
  .tc_box .inner .c{line-height: 1.5;}
}
/*增加弹层20240528 end*/

