﻿/* 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;}
/*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: 90%;}
img{max-width:100%;}

.fnt_40{font-size: 40px;}
.fnt_36{font-size: 36px;}
.fnt_30{font-size: 30px;}
.fnt_24{font-size: 24px;}
.fnt_18{font-size: 18px;}
.fnt_16{font-size: 16px;}
@media only screen and (max-width:1799px) {
	.fnt_40{font-size: 30px;}
	.fnt_36{font-size: 28px;}
	.fnt_30{font-size: 24px;}
	.fnt_24{font-size: 20px;}
	.fnt_18{font-size: 16px;}
	.fnt_16{font-size: 14px;}
}
@media only screen and (max-width:1660px) {
	.fnt_40{font-size: 26px;}
	.fnt_36{font-size: 24px;}
}
@media only screen and (max-width:1600px) {
	.fnt_40{font-size: 22px;}
	.fnt_36{font-size: 22px;}
	.fnt_30{font-size: 20px;}
	.fnt_24{font-size: 18px;}
	.fnt_18{font-size: 14px;}
}
@media only screen and (max-width:1365px) {
	.fnt_40{font-size: 22px;}
	.fnt_36{font-size: 20px;}
	.fnt_30{font-size: 18px;}
}


.section_1 li{ cursor: pointer; float: left; width: 33.3333%; position: relative;}
.section_1 li::before{content: ""; position: absolute; lefT:0; top:0; width: 100%; height: 100%; background: rgba(0,0,0,0.5);}
.section_1 li img{ width: 100%;}
.section_1 li .con{ width: 100%; z-index: 10; top:auto; bottom: 10%; color: #FFC567; text-align: center; font-family: "宋体";}
.section_1 li .con h2{font-weight: bold;}
.section_1 li .con span{ display: block; width: 128px; margin: 0 auto; padding-bottom:5px; border-bottom: 1px solid ;}
.section_1 li .con em{ display: block; margin: 20px auto 0; width:15px; height: 7px; background: url(../images/dot01.png) no-repeat;}

.section_2{padding: 3% 0; background: #F6F1E7;}
.section_2 dt{ float: left; width:calc(50% - 600px);margin-top:3.5%; text-align: center; padding: 0 1%; font-family: "宋体";}
.section_2 dd{ float: right; width:calc(50% + 600px); padding: 0 5% 0 3.5%; border-left: 1px solid #442E26;}
.section_2 dt h2{font-weight: bold; color: #442E26;}
.section_2 dt p{color:#C9151E;}
.section_2 dd p{color: #303233; margin-bottom: 20px; line-height: 2;}
.section_2 dd p:last-child{margin-bottom: 0;}


.section_3{padding: 3% 0; background: url(../images/bg.jpg) center top no-repeat #EDE8DD; background-size: 100% auto;}
.section_3 .wrap{max-width: 1200px; }
.his-box{position: relative;}
.his-line{position: absolute; left:700px; top:0; width: 1px; height: 100%; background: #BAAFA3;}
.his-list{ padding-top: 10%;}
.his-item{margin-bottom:10%; position: relative;}
.his-item::before{content: ""; position: absolute; left:692px; top:0; display: block; width: 10px; height: 10px; background: #F5F0E5; border-radius: 100%; border:4px solid #C9151E;}
.his-ll{ float: left; width:52.5%;}
.his-rr{ float: right; width: 36%;}
.his-rr h2{color:#442E26;font-weight: bold;font-family: "宋体"; line-height: 1.2; margin-top: -5px;}
.his-rr h3{color:#C9151E;font-weight: bold;font-family: "宋体"; margin-top: 4%;}
.his-rr p{color:#303233; line-height:1.6; margin-top: 6%;}


.view{width: 100%; height:90%; overflow: hidden;}
.view li{ display: none; position: relative;}
.view li .fangda{ position: absolute; z-index: 10; right:20px; bottom:20px; cursor: pointer; display: block; border-radius: 100%; width: 40px; height: 40px; line-height: 40px; border:2px solid #900; background:url(../images/dot02.png) center no-repeat rgba(0,0,0,0.6);}
.view li img{ width: 100%;}
.preview {width: 100%; height:56px; margin-top: 20px; overflow: hidden;}
.preview .small_list{position: relative;float: left;width:calc(100% - 60px); margin-left: 2px; height:60px;overflow: hidden;}
.preview .small_list ul{ height: 60px; overflow: hidden;}
.preview .small_list ul li{width:86px;height:60px;cursor:pointer;float: left; margin: 0 5px; position: relative;}
.preview .small_list ul li img{ display: block;width:100%;height:56px;}
.preview .small_list ul li.on img {border: 2px solid #CC2930;}
.preview .btn{width:26px;height: 26px; cursor: pointer; margin-top: 15px;}
.preview .left_btn{ float: left; background: url(../images/btn_ll.png) no-repeat left top; background-size: cover;}
.preview .right_btn{ float: right; background: url(../images/btn_rr.png) no-repeat right bottom; background-size: cover;}


.left_nav{ position: fixed; z-index: 10; left:-148px; top:50%; margin-top: -130px; width: 138px;height: 260px; border-top-right-radius: 10px; border-bottom-right-radius: 10px; background: #fff;}
.left_nav.on{left:0;}
.left_nav ul{padding:40px 20px;}
.left_nav li{ cursor: pointer; font-family: "宋体"; font-weight: bold; position: relative; float: left; width: 100%; height: 40px; line-height: 40px; margin-bottom: 20px; border-bottom: 1px solid #C9151E; /*background: url(../images/dot03.png) right center no-repeat;*/}
.left_nav li::before{content: ""; position: absolute; right:20px; top:17px; width: 6px; height: 6px; border-radius: 100%; background: #303233;}
.left_nav li.on{ color: #C9151E; /*background: url(../images/dot04.png) right center no-repeat;*/}
.left_nav li.on::before{background: #EA2D36;}

.new_footer{color: #EFC58A;background:#C01622;padding: 2% 0;}
.new_footer a{color: #EFC58A;margin-left: 10px;}
.new_footer p{float: left;}
.new_footer span{float: right;}


.section_1 li::before,.left_nav{transition:0.5s all; -webkit-transition:0.5s all;}
@media only screen and (min-width:1025px) {  
.section_1 li:hover::before{ opacity: 0.5;}
}


@media only screen and (max-width:1599px) {  
.section_2 dt{ width: 20%;}
.section_2 dd{ width: 80%;}
}
@media only screen and (max-width:1365px) {
	.his-line{left:58.5%;}
	.his-item::before{left: calc(58.5% - 8px);}
	.preview .small_list ul li{margin: 0 3px; width: 85px;}
}
@media only screen and (max-width:1279px) {
.preview .small_list,.preview .small_list ul,.preview .small_list ul li{ height: 50px;}
.preview .small_list ul li{width: 65px;}
.preview .small_list ul li img{ height: 46px;}
.preview .btn{margin-top: 10px;}
.view li .fangda{ width: 30px; height: 30px; line-height: 30px; background-size: 50%; right:10px; bottom:10px;}
}
@media only screen and (max-width:1023px) {
	.preview .small_list,.preview .small_list ul,.preview .small_list ul li{ height:40px;}
	.preview .small_list ul li{width:45px;}
	.preview .small_list ul li img{ height: 36px;}
	.preview .btn{margin-top: 5px;}
}
@media only screen and (max-width:767px) {
	.left_nav{ width: 80px; left:-80px; height: 160px; margin-top: -80px;}
	.left_nav ul{padding: 20px 10px;}
	.left_nav li{margin-bottom: 0;}
	.left_nav li::before{right:0;}
	.section_1 li .con span{ width: 100%;}
	.section_2 dt,.section_2 dd{width: 100%;}
	.section_2 dd{border-left: none; border-top: 1px solid #442E26; padding: 5%;}
	.his-line,.his-item::before{display: none;}
	.his-ll,.his-rr{width: 100%;}
	.his-rr,.his-rr p{margin-top: 5%;}
	.his-ll{position: relative;}
	.preview{ height: 0; margin-top: 0;}
	.preview .btn{position: absolute; top:50%; margin-top: -15px;}
	.preview .left_btn{left:0;}
	.preview .right_btn{right:0;}
	.small_list ul{ display: none;}
	.new_footer p{ text-align: center;}
	.new_footer span{ float: none; display: block; width: 100%; text-align: center;}
}

.his-rr .item{ display: none;}
.his-rr .item.on{ display: block;}