﻿/* 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:24px; padding:0 0; }
.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;}


/*两端对齐*/
.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;}

.bg-cover{ background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;}


body,a{color: #484848;}

.wrap{width: 1440px;max-width: 90%;margin: auto;}
.wrap_1280{width: 1280px;max-width: 90%;margin: auto;}

.line24{line-height: 24px;
 display: -webkit-box;
  overflow: hidden;
  
  -webkit-box-orient: vertical;
}
.line28{line-height: 28px;
 display: -webkit-box;
  overflow: hidden;
  
  -webkit-box-orient: vertical;
}
.line26{line-height: 26px;
 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;
}
.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,.wrap_1280{max-width: 94%;}
.line26,.line28,.line30,.line32{line-height: 24px;}

}

/*font-size*/
.fnt_16 { font-size: 16px;}
.fnt_18 { font-size:18px;}
.fnt_20 { font-size:20px;}
.fnt_22 { font-size:22px;}
.fnt_24 { font-size:24px;}
.fnt_26 { font-size:26px;}
.fnt_30 { font-size:30px;}
.fnt_36 { font-size:36px;}
.fnt_40 { font-size:40px;}
.fnt_48 { font-size:48px;}
.fnt_54 { font-size:54px;}
.fnt_72 { font-size:72px;}
@media only screen and (max-width:1660px) {
.fnt_72 { font-size:50px;}

}
@media only screen and (max-width:1440px) {
.fnt_26 { font-size:22px;}
.fnt_30 { font-size:24px;}
.fnt_36 { font-size:26px;}
.fnt_40 { font-size:32px;}
.fnt_48 { font-size:40px;}
.fnt_54 { font-size:32px;}
.fnt_72 { font-size:44px;}

}
@media only screen and (max-width:1024px) {
.fnt_16 { font-size: 16px;}
.fnt_18 { font-size:16px;}
.fnt_20 { font-size:16px;}
.fnt_22 { font-size:18px;}
.fnt_24 { font-size:18px;}
.fnt_26 { font-size:20px;}
.fnt_30 { font-size:22px;}
.fnt_36 { font-size:22px;}
.fnt_40 { font-size:28px;}
.fnt_48 { font-size:26px;}
.fnt_54 { font-size:26px;}
.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_22 { font-size:16px;}
.fnt_26 { font-size:16px;}
.fnt_24 { font-size:16px;}
.fnt_30 { font-size:18px;}
.fnt_36 { font-size:18px;}
.fnt_40 { font-size:20px;}
.fnt_48 { font-size:20px;}
.fnt_54 { font-size:20px;}
.fnt_72 { font-size:20px;}
}

input,button,textarea{border:none;outline: none;background: none;}
  
 

.weixin {
    position: fixed;
    width: 300px;
    height: auto;
    z-index: 100000;
    left: 50%;
    top: 50%;
    margin: -200px 0 0 -150px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 2px;
    box-shadow: 1px 1px 10px #666;
}

.weixin .c {
    position: absolute;
    width: 30px;
    height: 30px;
    background: url(../images/x.png);
    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: 30px;
    font-size: 16px;
    padding-left: 10px;
    font-weight: normal;
}

.weixin .img {
    padding: 30px 0 10px;
    text-align: center;
    border-top: 1px solid #ddd;
}

.weixin p {
    margin: 0 1.5% 20px;
    text-align: center;
}

.weixin .img img {
    width: 200px;
    height: 200px;
    display: block;
    margin: auto;
}

 



@media only screen and (min-width:1025px) {
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: #003b83 !important;}
 
.f_p .p02 a:hover{color: #707070 !important;cursor: default;}
.language dd p a:hover{color: #333 !important;opacity: 0.8}

}




/*page*/
.pageout{text-align: center;padding-bottom: 5px;    clear: both;overflow: hidden;}
.page{display:inline-block;*display:inline;*zoom:1;}
.page {vertical-align:middle;text-align:center;margin: 0 auto; color:#94999f; height:28px; line-height:28px; font-weight: bold;}
.page span{color:#94999f; float: left; }
.page span.pages_num{margin-right: 10px;}
.page span.pages_num em{color: #003b83;}
.page a{float: left; width:28px;  color: #000; margin:0 10px; }
.page a.on{background:#003b83;color:#fff; }
.page a.prev {background:url(../images/page_le.png) center center no-repeat; text-indent:-10000px; margin-right: 5px;}
.page a.next {background:url(../images/page_re.png) center center no-repeat; text-indent:-10000px;}
.page a.prev.no{}
.page a.next.no{}
.page a.first{margin-left: 15px;background: none;}
.page a.last{background: none;}
.page a:first-child + a{}
.page a.first{color: #7a8087;}
.page a.last{color: #7a8087;}

.page a.next{margin:0 6px;}
.page input.go{cursor: pointer; border:none;outline: none;text-align: center; width: 32px; background: #003b83; color: #fff;  height: 28px; line-height: 28px;
font-family: "Arial";font-weight: bold;
}
.page input.go:hover{color: #fff !important;}
.page a.on:hover{color: #fff !important;}
.page .txtnum{}
.page .txtnum input{ text-align: center;width:65px;height:28px; line-height:28px; box-sizing:border-box; background:none;border: 2px solid #000000;margin: 0 20px;}
.total em{color: #003b83;}

.page a.num{font-family: "Arial";}
@media only screen and (max-width:1440px) {
.page .txtnum input{margin:0 10px;margin-left: 0;}
.page a{margin: 0 8px;}
}
@media only screen and (max-width:1250px) {
.page .txtnum input{margin:0 10px;margin-left: 0;}
.page a{margin: 0 ;}
}

@media only screen and (max-width:767px) {
.page{padding-top: 20px;}
.page a{display:none; font-weight: normal;}
.page a.prev,.page a.next{display:block; display:inline-block;}
.total{display: none;}
.page a.on{display: inline-block;}
.page .txtnum input{width: 50px;border: 1px solid #838383;}
}
@media only screen and (min-width:1025px) {
.page input.go{transition:all 0.3s;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;}
.page input.go:hover{opacity: 0.8;}
.nav_p p a:hover{color: #fff !important; opacity: 0.7;}
.site_banner .video_button:hover,.site_banner .icon-24gf-play:hover{opacity: 0.8}

}


/*page*/

/*sitebanner*/
.site_video_btn .video-box{cursor: pointer;position: absolute;top: 0;left: 0;width: 100%;}
.site_video_btn .video-box video{width:100%; height: 100%; object-fit: cover;}
.site_video_btn .video_button,.site_video_btn .icon-24gf-play {color: #fff !important;font-size: 56px;z-index: 99;left: 53%;}
.site_video_btn .video_button{display: none;}
/*.site_video_btn .ratio-img{display: none;}*/

.site_banner{position: relative;overflow: hidden;}
.site_banner img{width: 100%;}
.site_banenr_bg{position: absolute;top:0;left: 0;width: 100%;height: 100%;background:url(../images/site_banner_bg.png) no-repeat;background-size: 100% 100%;z-index: 5;}
.site_banner02 .site_banenr_bg{background:url(../images/site_banner_bg2.png) no-repeat;background-size: 100% 100%;}
.site_banner03 .site_banenr_bg{background:url(../images/site_banner_bg3.png) no-repeat;background-size: 100% 100%;}
.banner_poplebg .site_banner .site_banenr_bg{background:url(../images/site_banner_bg4.png) no-repeat;background-size: 100% 100%;}
.site_banner .banner_text{top:46%;}
.site_banner .banner_text h3,.site_banner .banner_text p{
      visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.site_banner .banner_text h3{margin-bottom: 20px;}
 

 

.fancybox-button--zoom,.fancybox-button--thumbs{display: none !important;}


/*下拉*/
.nav{height: 70px;}
.nav_list{position: absolute;left: 0;top:110px;background:#fff;width: 100%;overflow: hidden;box-shadow: 0 0 20px rgb(0 0 0 / 20%);display: none;z-index:99;}
.nav_list .left,.nav_list .right{width: 50%;box-sizing:border-box;padding: 50px 0;}
.nav_list .left{float: left;padding-right: 120px;}
.nav_list .right{float: right;padding-left:120px;}
.nav_bg{width: 50%;height: 100%;position: absolute;top:0;left: 0;box-shadow: 0 0 10px rgb(0 0 0 / 30%);}
.nav_list .right dt img{width: 100%;height: 100%;}
.nav_list .right dt{width:466px;height:262px;margin-bottom:20px;}
.nav_list .right dd{max-height: 144px;-webkit-line-clamp: 6;}
.nav_list .wrap{position: relative;z-index:2;}
.nav_title{overflow: hidden;line-height: 40px;margin-bottom: 20px;}
.nav_title h3{float: left;width: calc(100% - 50px)}
.nav_title .pubjia{float: right;margin-top: 8px;}
.nav_title .pubjia a:hover{color: #fff !important;}

.nav_text{max-height: 48px;-webkit-line-clamp: 2;}
.nav_p{padding-top: 20px;margin-top: 20px;border-top:1px solid #9b9b9b;}
.nav_p p{line-height: 30px;text-align: center;margin-bottom:10px;}
.nav_p p a{color: #202f45;display: block;width: 260px;border-radius: 20px;}

.nav_arrow,.nav_return{display: none;}
@media only screen and (max-width:1440px) {
.nav_p{margin-top: 20px;padding-top: 30px;}
.nav_list .left, .nav_list .right{padding: 40px 0;}
.nav_list .left{padding-right: 90px;}
.nav_list .right{padding-left: 90px;}
.nav_list .right dt{width: 360px;height: 202px;}
}

 
@media only screen and (max-width:1024px) {
 

.nav_list{position: absolute;top:0;left: auto; right:-100%;width: 100%;height: 100%;    background: #003b83;z-index: 2;transition:all 0.3s;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;display: block;box-shadow:none;}
.nav_bg,.nav_list .right,.nav_title,.nav_text{display: none;}
.nav_list .left{padding: 0;width: 100%;float: none;}

.nav_return{line-height: 36px;border-bottom:1px solid rgba(255,255,255,0.2)}
.nav_p{padding-top: 0;margin-top:0;border: 0;}
.nav_p p a,.nav_return a{padding: 0 20px;}
.nav_p p a{color:#fff;}
.nav_list .wrap{max-width: 100%;}
.nav_p p a{width: 100%;}
.nav_p p{text-align: left;margin-bottom: 0;border-bottom: 1px solid rgba(255,255,255,0.2);}

 

}

 


/*导航改*/
  @keyframes a_bg_hover_show {
    0%{ -webkit-transform:scale(1,0.5); opacity: 0;}
    100%{  -webkit-transform:scale(1,1); opacity: 1;}
  }
@media only screen and (min-width:1025px) {
	
 
.bg_hover{ display: none;position: absolute; z-index:-1; top: 100%; left: 0px; width: 100%; height: 495px; background:rgba(255,255,255,0.9); -webkit-animation:a_bg_hover_show 0.2s ease-out both; -webkit-transform-origin:50% 0%;}
  .submenu_show .bg_hover{ display:block !important;}
.nav_p p {margin-bottom:20px;}
.nav_p p a{width: 100%;}
 


}






