﻿/* 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: "PingFang SC","Microsoft Yahei";  }
body { line-height: 1.5 }
a { 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%;display: block;margin:auto;}
 
 
/*所有后台编辑器区域都要引用 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 }
               
       
.err_position{ width:100%; height:auto; background:url(../images/errors.png) center no-repeat;}


/*隐藏视频下载按钮*/
video::-internal-media-controls-download-button {
    display:none;
}

video::-webkit-media-controls-enclosure {
    overflow:hidden;
}

video::-webkit-media-controls-panel {
    width: calc(100% + 30px); 
}

/* 阿里图标 */
[class*='icon']{
    font-family: 'iconfont';
}



/*图片经过*/
.tran_scale{ overflow:hidden; display:block;}
/*img{transition: All 0.7s ease-in-out;}*/
.tran_scale img{-webkit-transition: opacity .4s ease-in,-webkit-transform .6s linear;transition: opacity .4s ease-in,transform .6s linear;}
.tran_scale:hover img{transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);-moz-:scale(1.1,1.1);-o-transform:scale(1.1,1.1);-ms-transform:scale(1.1,1.1);}


/*两端对齐*/
.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%;}

.animate{ transition: 1.5s all cubic-bezier(0.19, 1, 0.22, 1);}
.animate_slowx { transition: 2.5s all cubic-bezier(0.19, 1, 0.22, 1); }
.animate_fast{ transition: 1s all cubic-bezier(0.19, 1, 0.22, 1);}
.animate_slow{ transition: 10s all cubic-bezier(0.19, 1, 0.22, 1);}
.animate_normal{ transition: 0.5s all linear;}


.cover{background-size: cover; background-repeat: no-repeat; background-position: center center;}

body,a{color: #333333;}

.wrap{width: 1300px;max-width: 90%;margin: auto;}

.line24{line-height: 24px;
 display: -webkit-box;
  overflow: hidden;
  
  -webkit-box-orient: vertical;
}
.line30{line-height: 30px;
 display: -webkit-box;
  overflow: hidden;
  
  -webkit-box-orient: vertical;
}
.line32{line-height: 30px;
 display: -webkit-box;
  overflow: hidden;
  
  -webkit-box-orient: vertical;
}
.ellipsis_p{
   display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ratio-img,.ratio-img img{width: 100%;}
.bold{font-weight: bold;}
.ellipsis{white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
@media only screen and (max-width:1024px) {
.wrap{max-width: 94%;}
.line30,.line32{line-height: 24px;}

}

 /*font-size*/
/*font-size*/
.fnt_12 { font-size: 12px;}
.fnt_16 { font-size: 16px;}
.fnt_18 { font-size:18px;}
.fnt_20 { font-size:20px;}
.fnt_24 { font-size:24px;}
.fnt_28 { font-size:28px;}
.fnt_30 { font-size:30px;}
.fnt_36 { font-size:36px;}
.fnt_40 { font-size:40px;}
.fnt_48 { font-size:48px;}
.fnt_60 { font-size:60px;}
.fnt_72 { font-size:72px;}
@media only screen and (max-width:1440px) {
.fnt_20 { font-size:18px;}
.fnt_24 { font-size:20px;}
.fnt_28 { font-size:26px;}
.fnt_30 { font-size:24px;}
.fnt_36 { font-size:30px;}
.fnt_40 { font-size:36px;}
.fnt_48 { font-size:40px;}
.fnt_60 { font-size:52px;}
.fnt_72 { font-size:60px;}
}
@media only screen and (max-width:1366px) {
.fnt_28 { font-size:24px;}
.fnt_30 { font-size:22px;}
.fnt_36 { font-size:24px;}
.fnt_40 { font-size:32px;}

.fnt_48 { font-size:36px;}
.fnt_60 { font-size:48px;}
.fnt_72 { font-size:36px;}
}
@media only screen and (max-width:1024px) {
.fnt_16 { font-size: 14px;}
.fnt_18 { font-size:16px;}
.fnt_20 { font-size:16px;}
.fnt_24 { font-size:18px;}
.fnt_28,.fnt_30 { font-size:20px;}
.fnt_36 { font-size:22px;}
.fnt_40 { font-size:24px;}

.fnt_48 { font-size:28px;}
.fnt_60 { font-size:36px;}
.fnt_72 { font-size:30px;}
}
@media only screen and (max-width:767px) {
.fnt_16 { font-size: 14px;}
.fnt_18 { font-size:14px;}
.fnt_20 { font-size:14px;}
.fnt_24 { font-size:16px;}
.fnt_28 { font-size:18px;}
.fnt_30{ font-size:18px;}
.fnt_36 { font-size:18px;}
.fnt_40 { font-size:22px;}

.fnt_48 { font-size:22px;}
.fnt_60 { font-size:22px;}
.fnt_72 { font-size:24px;}
}


.index_cont{position: relative;height: 100vh}
.index_cont>img{width: 100%;display: none;}
.index_box{position: absolute;left: 0;top:0; width: 100%;}

.index_cont h1{width: 236px;margin: auto;margin-bottom:10%;padding-top: 5%;}
.index_cont h1 img{width: 100%}
.index_list{text-align: center;}
.index_list ul{display: inline-block;}
.index_list li{float: left;padding: 0 60px;position: relative;box-sizing: border-box;}
.index_list li a{display: block;}
.index_list li i{position: absolute;right: 0;top:50%;margin-top: -35px; width: 1px;height: 70px;background: #981600;}
.index_list li:last-child i{display: none;}
.index_list li img{width: 475px;}
.index_list li span{font-size:32px; position:absolute; left:196px; top:15px; color:#000;}
.index_list li:last-child span{left:80px;}

@media only screen and (max-width:1660px) {
.index_cont h1{margin-bottom: 7%;}
}
@media only screen and (max-width:1440px) {
.index_cont h1{margin-bottom: 5%;}
.index_list li{padding: 0 50px;}
}

@media only screen and (max-width:1280px) {
.index_list li img{width: 400px;max-width: 90%;}
.index_list li{padding: 0 30px;}
.index_list li span{left:166px; font-size:24px; top:10px;}
.index_list li:last-child span{left:65px;}

}
@media only screen and (max-width:1024px) {
.index_list li{width: 50%;}
.index_list ul{display: block;}
}
@media only screen and (max-width:1023px) {
.index_list li span{left:128px; font-size:18px;top:5px;}
.index_list li:last-child span{left:55px;}
}
@media only screen and (max-width:767px) {
.index_cont h1{width: 200px;margin-bottom: 30px}
.index_list li i{height: 40px;margin-top: -20px;}
.index_box{top:20px;}
.index_list li{padding: 0 10px;}
.index_list li img{max-width:100%;}
.index_list li span{left:60px; font-size:12px;top:0;}
.index_list li:last-child span{left:15px;}
}
@media only screen and (max-width:375px) {
	.index_list li{padding:0;}
	.index_list li span{left:50px;}
}
@media only screen and (max-width:360px) {
	.index_list li span{left:40px;}
	.index_list li:last-child span{left:10px;}
}
@media only screen and (max-width:413px) {
/*.index_list li{width:100%;}
.index_list li span{left:90px; font-size:16px;top:5px;}
.index_list li:last-child span{left:22px;}*/
}

.footer{line-height: 24px;padding: 20px 0;color: #593c1d;background: #e2e2e2;text-align: center;}
.footer a{color: #593c1d;}
.bah{margin: 0 20px;}
.xhr{margin-left: 20px;}
.footer .wrap{position: relative;z-index: 2;}

.footer_01{position: relative;padding-top: 70px;}
.f_img img{width: 100%;}
.f_img{position: absolute;bottom: 0;}
.f_img01{left: 0;width: 23%;}
.f_img02{right: 0;width: 18.6%}


.footer_02{position: relative;}
.footer_02 .footer{padding: 19px 0; background: #016759 url(../images/footer_bg.jpg) no-repeat;background-size: 100% 100%; color: #fff;}
.footer_02 .footer a{color: #fff;}
.footer_02 .f_img{width: 271px;width: 14%;}


@media only screen and (max-width:1024px) {
.bah,.xhr,.footer span{display: block;}
.footer_01{padding-top: 0;}
.f_img{display: none;}
}
@media only screen and (max-width:767px) {
.footer_02 .footer{background: #016759;}
}


@media only screen and (min-width:1025px) {
.tel a:hover{cursor: default;color: #593c1d !important;}
.footer_02 .tel a:hover{cursor: default;color: #fff !important;}
.bah:hover,.xhr:hover{opacity: 0.8;}


}





