﻿/* 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;}
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;}

/*两端对齐*/
.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%;}
img{max-width:100%;}

.fnt_16{font-size: 16px;}
.fnt_18{font-size: 18px;}
.fnt_20{font-size: 20px;}
.fnt_24{font-size: 24px;}
.fnt_30{font-size: 30px;}
.fnt_42{font-size: 42px;}
.fnt_72{font-size: 72px;}
@media only screen and (max-width:1660px) {  
  .fnt_18{font-size: 16px;}
  .fnt_20{font-size: 18px;}
  .fnt_24{font-size: 20px;}
  .fnt_30{font-size: 24px;}
  .fnt_42{font-size: 36px;}
  .fnt_72{font-size: 48px;}
}
@media only screen and (max-width:1440px) {  
  .fnt_16{font-size: 14px;}
  .fnt_18{font-size: 14px;}
  .fnt_20{font-size: 16px;}
  .fnt_24{font-size: 18px;}
  .fnt_30{font-size: 20px;}
  .fnt_42{font-size: 34px;}
  .fnt_72{font-size: 36px;}
}
@media only screen and (max-width:1280px) { 
  .fnt_24{font-size: 16px;}
  .fnt_30{font-size: 18px;}
  .fnt_42{font-size: 28px;}
  .fnt_72{font-size: 30px;}
}
@media only screen and (max-width:1023px) {  
  .fnt_42{font-size: 24px;}
  .fnt_72{font-size: 24px;}
}

.wrap{max-width: 1620px; margin:0 auto; width: 96%;}


.section_1 img{width: 100%;}
.section_1 .swiper-pagination{bottom:5%;}
.section_1 .swiper-pagination-bullet{ width: 12px; height: 12px; margin: 0 10px!important; background: #fff; opacity: 1;}
.section_1 .swiper-pagination-bullet.swiper-pagination-bullet-active{ background: #D6000F;}

.section_2{position: relative;}
.section_2::before{content: ""; position: absolute; z-index: 1; left:0; top:0; width: 100%; height: 100%; background: url(../images/bg01.png) repeat;}
.section_2 .txt{z-index: 2;}
.section_2 .txt span{ display: block; width: 115px; height: 80px; margin: 0 auto 10%;}
.section_2 video{width: 100%;}
.section_2.play .txt{ display: none;}
.section_2.play::before{display: none;}
.tit{margin-bottom: 4%; color: #442E26; overflow: hidden;}
.tit em{ float: left; width: 150px;}
.tit span{ float: left; margin-left: 15px;}
.section_3{padding:4% 0;}
.section_3 ul{margin: 0 -0.7%;}
.section_3 li{ /*float: left; width: 23.6%; margin: 0 0.7%;*/position: relative;}
.section_3 dt{ text-align: center; background: url(../images/bg03.png) no-repeat; background-size: cover;}
.section_3 dd{opacity:0; visibility: hidden; position: absolute; lefT:0; top:0; width: 100%; height: 100%; background: url(../images/bg04.jpg) no-repeat;background-size: cover;}
.section_3 dt .tx{ width:46.39%; margin: 0 auto; padding: 15% 0 8%;}
.section_3 dt .tx img{border:8px solid #E7C99B; border-radius: 100%;}
.section_3 dt .p1{color:#303233;padding: 0 10%; line-height: 1.8; height: 7.2em; overflow: hidden;}
.section_3 dt h3{color:#442E26;padding: 0 10%; font-weight: bold; margin: 12% 0 3%; height: 1.5em; overflow: hidden;}
.section_3 dt .p2{color:#4E3931;padding: 0 10%; height: 3em; overflow: hidden;}
.section_3 dd .txt{ color: #EFC58A; padding: 10% 12%;}
.section_3 dd .c{ height:27em;}
.section_3 dd .p3{ margin-top:5%; text-align: right; position: relative;font-weight: bold;}
.section_3 dd .p3::before{content: ""; position: absolute;right: 90px; top:50%; width: 88px; height: 1px; background: #EFC58A;}

.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{pointer-events:inherit!important;}

.sec3_box{position: relative;}
.sec3_box .swiper-slide{}
.sec3_box .swiper-button-prev{ width: 60px; height:60px; left:10px; top:50%; margin-top:-30px; border-radius: 100%; background: url(../images/jt_ll.png) center no-repeat #fff;}
.sec3_box .swiper-button-next{width: 60px; height: 60px; right:10px; top:50%; margin-top:-30px; border-radius: 100%; background: url(../images/jt_rr.png) center no-repeat #fff;}
.sec3_box .swiper-button-prev.swiper-button-disabled,.sec3_box .swiper-button-next.swiper-button-disabled{opacity:0.35; cursor: default;}
.sec3_box .swiper-scrollbar{bottom:0; left:0; border-radius: 0; width:100%; height: 6px; background: #fff; box-shadow: 0 1px 1px 1px rgba(0,0,0,0.1);}
.sec3_box .swiper-scrollbar-drag{cursor: pointer;height: 6px; top:0; border-radius: 0; background:#D6000F;}




.section_4{padding:4% 0 0;position: relative;}
.ddimg_t{padding:3% 0 190px;}
.ddimgList{ margin-bottom: 10%;}
.ddimgList .ddimgList_item{opacity: 0; height: 0; visibility: hidden;position: relative; overflow: hidden;}
.ddimgList .ddimgList_item.on{opacity: 1; height: auto; visibility: visible;}
.ddimgList .swiper-button-prev,.ddimgList .swiper-button-next{width:22px; height: 30px;background:none; top:50%; margin-top:-15px;}
.ddimgList .swiper-button-prev{left:-40px;}
.ddimgList .swiper-button-next{right:-40px;}

.ddimgList dl{width: 100%;}
.ddimgList dt{ float: left; width:65%; position: relative;}
.ddimgList dt span{display:none; color:#D6000F; font-weight: bold;position: absolute; left:0; top:0;}
.ddimgList dt .img{ float: right; width: 76%;}
.ddimgList dd{ float: right; width: 30%;}
.ddimgList dd h3{ color:#442E26; font-weight: bold; margin-bottom: 5%;}
.ddimgList dd .c{color:#303233;}

.ddimg_b{ position: absolute; left: 0; bottom:0; width: 100%; height: 190px;background: rgba(242,5,5,0.75);}
.ddimg_b::before{content: ""; position: absolute; lefT:0; top:0; width: 100%; height: 1px; background: #D97A45;}
.ddimg_b-swi{position: relative;}
.ddimg_b-swi li{position: relative;}
.ddimg_b-swi li em{display: none;}
.ddimg_b-swi li.on{ background:rgba(0,0,0,0.3);}
.ddimg_b-swi li.on em{width: 100%;height: 6px;background: #FAF5C3;position: absolute;display: block;top:0px; z-index: 10;}
.ddimg_b-swi li{text-align: center; height: 20px; padding: 40px 0 150px;color: #ffe1bb;cursor: pointer;}
.ddimg_b-swi li span{cursor: pointer; text-shadow: 1px 2px 0px rgba(0,0,0,0.5);}
.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%;}
.ddimg_b-swi .swiper-button-prev.swiper-button-disabled,.ddimg_b-swi .swiper-button-next.swiper-button-disabled{opacity: 1; cursor: pointer;}
.ddimg_b-swi .swiper-button-prev.disabled,.ddimg_b-swi .swiper-button-next.disabled{cursor: default; opacity: 0.5;} 

.section_5{padding:4% 0 6%;}
.sec5_box{position: relative;}
.sec5_box .swiper-container{padding-bottom: 50px;}
.sec5_box .swiper-slide{position: relative; width: 508px;}
.sec5_box .swiper-slide .img{ widtH:100%;}
.sec5_box .swiper-slide .txt{ height: 127px;color:#442E26; }
.sec5_box .swiper-slide .txt h2{font-weight: bold; padding: 5% 10%;}

.sec5_box .swiper-button-prev{ width: 60px; height:60px; left:10px; top:32%; margin-top:-30px; border-radius: 100%; background: url(../images/jt_ll.png) center no-repeat #fff;}
.sec5_box .swiper-button-next{width: 60px; height: 60px; right:10px; top:32%; margin-top:-30px; border-radius: 100%; background: url(../images/jt_rr.png) center no-repeat #fff;}
.sec5_box .swiper-button-prev.swiper-button-disabled,.sec5_box .swiper-button-next.swiper-button-disabled{opacity:0.35; cursor: default;}
.sec5_box .swiper-scrollbar{bottom:0; left:0; border-radius: 0; width:100%; height: 6px; background: #fff; box-shadow: 0 1px 1px 1px rgba(0,0,0,0.1);}
.sec5_box .swiper-scrollbar-drag{cursor: pointer;height: 6px; top:0; border-radius: 0; background:#D6000F;}


.section_5an{position: relative;}
.section_5an .tit span{color: #fff;}
.section_5an .wrap{ z-index: 2; top:8%;}
.section_5an .swiper-button-prev,.section_5an .swiper-button-next{ margin-top:-40px; width: 80px; height: 80px; line-height: 80px; border:1px solid #A5825E; border-radius: 100%; background: url(../images/btn_ll.png) center no-repeat rgba(0,0,0,0.5);}
.section_5an .swiper-button-prev{left:calc(12.5% - 40px);}
.section_5an .swiper-button-next{right:calc(12.5% - 40px); background: url(../images/btn_rr.png) center no-repeat rgba(0,0,0,0.5);}




.section_6{padding:4% 0 0; overflow: hidden;}
.tab-t{text-align: center; margin-bottom: 5%;}
.tab-t ul{ display: inline-block;}
.tab-t li{ cursor: pointer; float: left; width: 88px; height: 88px; line-height: 82px;border:3px solid transparent; border-radius: 100%; color:#442E26; margin: 0 15px;}
.tab-t li.on{border:3px solid #D6000F; color: #D6000F;}
.tab-c .tab-citem{ height: 0; opacity: 0; visibility: hidden;}
.tab-c .tab-citem.on{ height:auto; opacity: 1; visibility: visible;}

.tab-c .tab-citem .swiper-slide{width: 50%;top: 136px; position: relative;}
.tab-c .tab-citem .swiper-slide::before{content: ""; position: absolute; lefT:0; top:0; width:100%; height:100%; background:rgba(0,0,0,0.4);}
.tab-c .tab-citem .swiper-slide-active{top:0;}
.tab-c .tab-citem .swiper-slide-active::before{ opacity: 0;}
.tab-c .tab-citem .swiper-button-prev,.tab-c .tab-citem .swiper-button-next{ margin-top:20px; width: 80px; height: 80px; line-height: 80px; border:1px solid #A5825E; border-radius: 100%; background: url(../images/btn_ll.png) center no-repeat rgba(0,0,0,0.5);}
.tab-c .tab-citem .swiper-button-prev{left:calc(12.5% - 40px);}
.tab-c .tab-citem .swiper-button-next{right:calc(12.5% - 40px); background: url(../images/btn_rr.png) center no-repeat rgba(0,0,0,0.5);}

.new_footer{ padding: 2.5% 0 6%; color: #EFC58A;background: #D6000F; overflow: hidden;}
.new_footer a{color: #EFC58A;margin-left: 10px;}
.new_footer p{float: left;}
.new_footer span{float: right;}
.new_footer span a{ margin-left: 0;}

a,.tran_scale img,.section_3 li dd,.sec5_box .swiper-slide .txt,.tab-t li,.tab-c .tab-citem,.tab-c .tab-citem .swiper-slide{transition: 0.3s all;-webkit-transition: 0.3s all;-moz-transition: 0.3s all;-o-transition: 0.3s all;-ms-transition: 0.3s all;}

@media only screen and (min-width:1025px) { 
  .tran_scale:hover img{transform:scale(1.05,1.05) rotate(0deg); -webkit-transform:scale(1.05,1.05) rotate(0deg);}
  .section_3 li:hover dd{opacity: 1; visibility: visible;}
  .sec5_box .swiper-slide:hover .txt{color:#fff;background: url(../images/bg07.jpg) no-repeat; background-size: cover;}
}

@media only screen and (max-width:1720px) {  
  .ddimg_b-swi .swiper-button-prev{lefT:0;}
  .ddimg_b-swi .swiper-button-next{right:0;}
  .ddimgList .swiper-button-prev{left:-20px;}
  .ddimgList .swiper-button-next{right:-20px;}
}
@media only screen and (max-width:1365px) { 
  .section_3 dt .p1 br,.section_3 dt .p2 br{ display: none;}
  .section_3 dd .p3::before{width: 40px; right:55px;}
  .tit em{ width: 120px;}
  .tit span{padding-top: 8px;}
}
@media only screen and (max-width:1279px) {
  .section_3 dt .p1{line-height: 1.5; height:6em;}
  .section_3 dt .p2{ height: 4.5em;}
  .section_3 dt h3{margin-top: 3%;}  
  .section_3 dd .c{ height: 21em;}
  .ddimgList dl{width: 100%;}
}
@media only screen and (max-width:1024px) {
  .section_3 dd{opacity: 1; position: static; visibility: visible;}
  .section_3 dd .c{ height:19.5em;}
  .ddimg_t{padding-bottom: 120px;}
  .ddimg_b{ height: 120px;}
  .ddimg_b-swi li{padding: 45px 0 75px;}
  .sec5_box .swiper-slide{width: 360px;}
  .sec5_box .swiper-slide .txt{color:#fff;background: url(../images/bg07.jpg) no-repeat; background-size: cover;}
  .tab-t li{width: 50px; height:50px; line-height: 44px;}
  .tab-c .tab-citem .swiper-slide{top:80px;}
  .tab-c .tab-citem .swiper-slide-active{top:0;}
  .tab-c .tab-citem .swiper-button-prev,.tab-c .tab-citem .swiper-button-next{width: 40px; height: 40px; line-height: 40px; background-size: 30%;}
  .tab-c .tab-citem .swiper-button-prev{left:calc(12.5% - 20px);}
  .tab-c .tab-citem .swiper-button-next{right:calc(12.5% - 20px);}
  .new_footer p,.new_footer span{width: 100%;}
  .sec5_box .swiper-button-prev,.sec5_box .swiper-button-next,.sec3_box .swiper-button-prev,.sec3_box .swiper-button-next{ width: 40px; height: 40px; line-height: 40px; margin-top: -20px; background-size: 50%;}
}
@media only screen and (max-width:1023px) {
  .section_3 dd .c{ height:15em;}
  .section_3 dt .p1{ display: none;}
  .ddimgList .swiper-button-prev{left:0px;}
  .ddimgList .swiper-button-next{right:0px;}
}
@media only screen and (max-width:767px) {
.section_2 .txt span{width:60px; height: auto;}
.tit em{width: 90px;}
.tit span{padding-top: 0; margin-left: 10px;}
.section_3 li{width: 48.6%;}
.section_3 dt .p2{ height: auto;}
.section_3 dd .c{ height:17em;}
.mCSB_inside>.mCSB_container{margin-right: 15px;}
.ddimgList dl,.ddimgList dt,.ddimgList dd{width: 100%; float: none; clear: both; overflow: hidden;}
.ddimgList dd{margin-top: 5%;}
.ddimgList dt .img{width: 100%; float: none;}
.ddimgList .swiper-button-prev{top:35%;}
.ddimgList .swiper-button-next{top:35%;}
.sec5_box .swiper-container{padding-bottom:25px;}
.sec5_box .swiper-slide{width: 100%;}
.sec5_box .swiper-button-prev,.sec5_box .swiper-button-next{top:30%;}
.tab-c .tab-citem .swiper-slide{top:0px; width: 100%;}
.tab-c .tab-citem .swiper-button-prev{left:10px;}
.tab-c .tab-citem .swiper-button-next{right:10px;}
.tab-t li{margin: 0 10px;}
.tab-c .tab-citem .swiper-button-prev, .tab-c .tab-citem .swiper-button-next{margin-top: -20px;}
}

@media only screen and (max-width:413px) {
  .section_3 dd .c{ height:15em;}
}

@media only screen and (max-width:340px) {
  .section_3 dd .c{ height:13.5em;}
}