﻿/* 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{ padding:0 0; color:#000;}
.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-weight:bold }
.edit_con_original h2 { font-weight:bold }
.edit_con_original h3 { font-weight:bold }
.edit_con_original h4 { font-weight:bold }
.edit_con_original h5 { font-weight:bold }
.edit_con_original h6 { 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 iframe{max-width:100%;}
@media only screen and (max-width:767px) {
.edit_con_original iframe{width:100%;height: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(../imagesnews/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';
}

.video_button2{pointer-events: none;cursor: default;}
.video_button2 .video_bf{display: none;}

/*图片经过*/
.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;}



/*两端对齐*/
.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;}

.m_color .mCSB_scrollTools .mCSB_draggerRail{ width:1px; background: #ccc;}
.m_color .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:3px;-webkit-border-radius:0;border-radius:0;background:#167d64;}
.m_color .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.m_color .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.m_color .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag:hover .mCSB_dragger_bar{ background:#167d64;}

.bg-cover{ background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;}

body,a{color: #333333;}
input,button,textarea{border:none;outline: none;background: none;}

.wrap{width: 1200px;max-width: 90%;margin: auto;}
.warpindex{width:1710px;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: 32px;
 display: -webkit-box;
  overflow: hidden;
  
  -webkit-box-orient: vertical;
}
.line36{line-height: 36px;
 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%;}
.warpindex{max-width: 94%;}

.line30,.line32,.line36{line-height: 24px;}

}

.video_appbox{ position:fixed; width:100%; height:100%; top:0; left:0; z-index:9999999;opacity: 0;visibility: hidden;transition:all 0.6s;-webkit-transition:all 0.6s;-moz-transition:all 0.6s;-o-transition:all 0.6s;-ms-transition:all 0.6s;}
.video_appbox.show{visibility: visible;opacity:1;}

.video_appbox video{/*object-fit: cover;*/    width: 100%;}
.video_appbox .video_t{ 
 z-index:2; background:#000;width: 1035px;max-width:94%;height: 60%;
 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:60%;
     transition:all 0.6s;-webkit-transition:all 0.6s;-moz-transition:all 0.6s;-o-transition:all 0.6s;-ms-transition:all 0.6s;
visibility: hidden;opacity: 0;

}
.video_appbox.show .video_t{
visibility: visible;opacity:1;
top:50%;
}
.video_appbox .mask{ position:absolute; z-index:1; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,0.5);}
.lt9 .video_appbox .mask{filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr="#88000000", EndColorStr="#88000000");}
.vide0_close{ position:absolute; top:20px; right:20px; cursor:pointer; z-index: 99999;}
.vide0_close i{color: #fff;font-size:20px;font-weight: bold;}



.weixin{ position:fixed; width:300px; z-index:100000; background:#fff; border:1px solid #ddd; border-radius:2px; box-shadow:1px 1px 10px #666;transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);-moz-transform: translate(-50%,-50%);-o-transform: translate(-50%,-50%); left:50%; top:50%;}
.weixin .c{ position:absolute; width:40px; height:40px; background:url(../imagesnews/x.png) center center no-repeat; overflow:hidden; text-indent:100px; right:0; top:0; font-size:20px; font-style:normal; text-align:center; cursor:pointer; z-index:2;}
.weixin h2{ position:relative; line-height:40px; font-size:16px; padding-left:20px; font-weight:normal;}
.weixin .img{ padding:10px 20px;text-align:center; border-top:1px solid #ddd;}
.weixin .img img{width:200px; height: 200px;}
.weixin p {margin:0 0 30px; text-align:center;}
@media only screen and (max-width:767px) {
.weixin{width:70%;}
body{-webkit-tap-highlight-color: transparent; 
-moz-tap-highlight-color: transparent; 
-ms-tap-highlight-color: transparent; 
tap-highlight-color: transparent;
user-select: none; 
outline: none;}
}


/*font-size*/
.fnt_16 { font-size: 16px;}
.fnt_18 { font-size:16px;}
.fnt_24 { font-size:20px;}
.fnt_36 { font-size:30px;}
.fnt_60 { font-size:60px;}
@media only screen and (max-width:1440px) {
.fnt_16 { font-size:16px;}
.fnt_18 { font-size:16px;}
.fnt_24 { font-size:18px;}
.fnt_36 { font-size:30px;}
.fnt_60 { font-size:52px;}
}

@media only screen and (max-width:1024px) {
.fnt_16 { font-size: 16px;}
.fnt_18 { font-size:16px;}
.fnt_24 { font-size:18px;}
.fnt_36 { font-size:22px;}
.fnt_60 { font-size:40px;}


}
@media only screen and (max-width:767px) {
.fnt_16 { font-size: 14px;}
.fnt_18 { font-size:14px;}
.fnt_24 { font-size:16px;}
.fnt_36 { font-size:18px;}
.fnt_60 { font-size:24px;}

}

@media only screen and (min-width:1025px) {
.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);}
a{transition:all 0.3s;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;}
a:hover{color:#1a8a6f !important;}
.h_return a:hover{color:#fff !important;opacity: 0.8;}
}

.main{padding-top: 110px;}
.header{position:fixed;top:0;left: 0;width:100%;height:110px;background:#fff;z-index: 999;    box-shadow: 0 0 5px #999;}


.header_in{width:1200px;max-width: 94%;margin: auto;}
.header h1{float: left;margin-top: 21px;}
.header h1 img{width: 110px;}
.h_return{float: left;margin-left: 35px;margin-top: 39px;}
.h_return a{display: block;width:84px;height: 32px;line-height: 32px;color:#fff;background: #1a8a6f;text-align: center;border-radius:20px;}
.h_return a i{font-size: 14px;margin-right: 5px;}
.lang{float: right;line-height: 30px;margin-top: 40px;}
.lang a,.lang em{float: left;}
.lang em{margin: 0 5px;}
.lang a.on{    color: #167d64;}

.site_banner{    position: relative;
    /*height: 330px;
    background-attachment: fixed!important;
    background-size: auto 449px!important;
  background-repeat: no-repeat !important;
    background-position: center 0 !important;*/}

.site_banner img{width:100%;/*display: none;*/}
.site_text{position: absolute;left: 0;bottom: 0.7rem;width:100%;color: #fff;}

@media only screen and (min-width:1025px) {
    .news_main .hd .r_box a:hover{background: #167d64;
        color: #fff!important;}

/*.header{transition:all 0.6s;-webkit-transition:all 0.6s;-moz-transition:all 0.6s;-o-transition:all 0.6s;-ms-transition:all 0.6s;}*/
/*.header.cur{-webkit-transform: translateY(-110px); -moz-transform: translateY(-110px);-o-transform: translateY(-110px);-ms-transform: translateY(-110px);transform: translateY(-110px);}
*/

.header.cur{top: -58px;
    left: 0;
    position: fixed;
    box-shadow: 0 0 5px #999;
    background: rgba(255,255,255,0.8);
    -webkit-transform: translateY(58px);
    -moz-transform: translateY(58px);
    -ms-transform: translateY(58px);
    -o-transform: translateY(58px);
    transform: translateY(58px);
    -webkit-transition: -webkit-transform .3s linear;
    -moz-transition: -moz-transform .3s linear;
    -ms-transition: -ms-transform .3s linear;
    -o-transition: -o-transform .3s linear;
    transition: transform .3s linear;}


}
@media only screen and (max-width:1024px) {
.header{height:60px;position: fixed;}
.main{padding-top:60px;}

.header h1 img{width:80px;}
.header h1{margin-top: 5px;}
.h_return{margin-top: 16px;}
.lang{margin: 0;line-height:60px;}

/*.site_banner{height: 200px;background-size: auto 260px!important;}*/
}
@media only screen and (max-width:767px) {
.site_banner img{display: none;}
.site_banner{height: 110px}
.site_text{bottom: 20px;}
.site_banner{    background-attachment: inherit!important;
  background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;}
}

.footer,.footer a{color:#fff;}
.footer{background:url(../imagesnews/footbg.jpg) no-repeat;background-size:cover;padding: 0.4rem 0;}
.foot_top{overflow: hidden;margin-bottom: 0.7rem;}
.foot_le{width: 110px;float: left;}
.foot_le img{width:100%;}
.foot_ce{float: left;}
.foot_re{float: right;font-size: 12px;text-align: center;}
.foot_re dt img{width:107px;height: 107px;}
.foot_re dt{margin-bottom: 15px;}
.foot_bottom{text-align: right;}

.foot_ce{margin-left:90px;}
.foot_ce dl{float: left;margin-right: 70px;}
.foot_ce dl:last-child{margin-right: 0;}
.foot_ce a{display: block;}
.foot_ce dd{line-height: 26px;}
.foot_ce dt{margin-bottom: 0.25rem;}
@media only screen and (max-width:1300px) {
.foot_ce{margin-left:50px;}

}
@media only screen and (max-width:1230px) {
.foot_ce{margin-left:0.5rem;}
.foot_ce dl{float: left;margin-right: 0.8rem;}
}
@media only screen and (max-width:1024px) {
.foot_ce,.foot_le,.foot_re{float: none;width: 100%;}
.foot_le{text-align: center;}
.foot_le img{width:110px;height: 69px;}
.foot_ce{margin: 20px 0;}
.foot_ce dl{float: none;width: 100%;padding: 10px 0;border-bottom: 1px solid rgba(255,255,255,0.1)}
.foot_ce dd a{float: left;margin-right: 20px;}
.foot_ce dd{overflow: hidden;padding-top: 10px;}
.foot_ce dt{margin-bottom: 0;}
.foot_bottom{text-align: center;}
.foot_top{margin-bottom: 10px;}
}

