@charset "utf-8";
/* 所有类名用小写，中横线 */
body{color: #383838;}
a{color: #383838;}
a:hover{color:#005CB8;}
input::-webkit-input-placeholder{color: #cccccc;}

/*** layout ***/
.container{width: 1200px;}
.page-bg{background: url(../images/bg_lineargradient.png) repeat-x center top #fff;}
.page-mainbox{ background:#fff; border-radius: 8px 8px 0 0;}
.page-padding{padding-left: 20px; padding-right: 20px; padding-top: 20px;}
.page-padding-align{padding-left: 20px; padding-right: 20px;}
.bg-lightblue{background: #f0f9ff;}
.bg-lightblue2{background: #F7FAFC;}
.com-pannel-bluelineargradient{padding: 20px; background: linear-gradient(180deg, rgba(224, 241, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);}
.bg-gray{background: #F7F7F7;}
.color-blue{color: #005CB8;}

@media (max-width: 768px) {
  /* body:not(.nores){font-size: 14px;} */
  .res.page-bg{background: none;}
  .res.page-bg .page-padding{padding:0; background: none;}
  /* .res.page-bg .page-mainbox.border > .crumb{background: none;}
  .res.page-bg .page-mainbox.border .res.page-bg .page-padding{background: none; padding-bottom: 0;} */
}


/* tab */
/* 
两种风格标题选项卡样式
.tab-brief:简洁型
.tab-card:卡片型
.res:需要小屏下响应时用，常用于标题个数多，一排放不下的情况
.js-tab:js-开头的类名只用于脚本查询DOM用，不建议在该类下写样式
.more:率属于某一块下的类名，不建议单独写全局样式，会影响到其他更多样式
 */
 .tab-brief > .hd.line{border-bottom: #D9D9D9 1px solid;}
 .tab-brief > .hd ul{float: left; font-size: 1.75em;}
 .tab-brief > .hd li{float:left; position: relative;}
 .tab-brief > .hd li a{color: #383838; font-weight: bold;}
 .tab-brief > .hd li + li{margin-left: 35px;}
 .tab-brief > .hd.afterline li, .tab-brief > .hd.line li{padding-bottom: 12px;}
 .tab-brief > .hd.afterline li a:after{content: ''; position: absolute; width:0; bottom:-2px; left:0; height: 4px; background: #BA2222; transition: all .3s; -webkit-transition: all .3s; overflow: hidden;}
 .tab-brief > .hd.afterline li.on a:after{width: 100%;}
 .tab-brief > .hd.afterline li.on a{color: #000;}
 .tab-brief > .hd.color-gray li a{color: #808080;}
 .tab-brief > .hd li.on a,
 .tab-brief > .hd li a:hover{ color: #BA2222; font-weight: bold;}
 .tab-brief > .hd.color-red li.on a{color: #BA2222;}
 .tab-brief > .hd.fs24 ul{font-size: 1.5em;}
 
 .tab-brief > .hd li.split:before{position: absolute; left: 0; top: 50%; margin-top: -6px; content:''; width: 1px; height:15px; background: #D1D1D1;}
 .tab-brief > .hd li.split{padding-left: 18px; margin-left: 18px;}
 
 .tab-brief > .hd.afterline2 li a:after{content: ''; position: absolute; width:0; bottom:-2px; left:0; height: 4px; background: #BA2222; border-radius: 2px; transition: all .3s; -webkit-transition: all .3s; overflow: hidden;}
 .tab-brief > .hd.afterline2 li.on a:after{width: 2em;}
 .tab-brief > .hd .more{float: right;  padding-top: 10px;}
 .tab-brief > .hd .more.color-blue a{color: #005CB8;}
 
 .tab-brief > .hd.block li a{display: block; padding: 0 22px; line-height: 46px; border-radius: 5px 5px 0 0;}
 .tab-brief > .hd.block li.on a{background: #BA2222; color: #fff;}
 .tab-brief > .hd.block .more{line-height: 46px; padding-top: 0;}
 
 .tab-brief > .hd.flex ul{float: none; display: flex; justify-content: space-between;}
 .tab-brief > .hd.flex ul:before,
 .tab-brief > .hd.flex ul:after{display: none;}
 .tab-brief > .hd ul[class*="cols-"]{float: none;}
 .tab-brief > .hd ul[class*="cols-"] li + li a{margin-left: 0;}
 
 .tab-card > .hd{line-height:42px; background: #F0F0F0;}
 .tab-card > .hd ul{float: left;}
 .tab-card > .hd li{float:left; position: relative;font-size: 1.125em;}
 .tab-card > .hd li a{display: block; padding: 0 20px; color: #999999; text-align: center; font-weight: bold; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden;}
 .tab-card > .hd li.on{cursor:pointer;}
 .tab-card > .hd li.on a{background:#1672D5; color: #fff;}
 .tab-card > .hd .more{float: right;}
 .tab-card > .hd.arrow li.on:after{content: ''; position: absolute; width: 0; height: 0; left: 50%; top: 100%; border:transparent solid 8px; border-top-color: #1672D5; margin-left: -8px;}
 
 .tab-block > .hd{line-height:42px;}
 .tab-block > .hd ul{float: left;}
 .tab-block > .hd li{float:left; position: relative;font-size: 1.125em;}
 .tab-block > .hd.ml20 li + li a{margin-left: 20px;}
 .tab-block > .hd li a{display: block; background: #F0F0F0; padding: 0 20px; border-radius: 4px; color: #999999; text-align: center; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden;}
 .tab-block > .hd li.on{cursor:pointer;}
 .tab-block > .hd li.on a{background:#1672D5; color: #fff;}
 .tab-block > .hd.fw-bold li a{font-weight: bold;}
 .tab-block > .hd .more{float: right; margin-right: 15px;}
 .tab-block > .hd.arrow li.on:after{content: ''; position: absolute; width: 0; height: 0; left: 50%; top: 100%; border:transparent solid 8px; border-top-color: #1672D5; margin-left: -8px;}
 
 
 .com-more a{color:#005CB8; }
 .com-more-gray a{color:#A6A6A6; }
 .com-more-gray a:hover{color:#005CB8; }
 
 .tab-brief .bd > .item .infolist, 
 .tab-card .bd > .item .infolist{margin-top: 10px;}
 .tab-brief .bd > .item .infolist.mt0, 
 .tab-card .bd > .item .infolist.mt0{margin-top: 0;}
 .js-tab .more a + a{display: none;}
 .js-tab > .bd > * + * {display: none;}
 
 .m-com-more{clear: both; margin-left: auto; margin-right: auto; width: 150px; text-align:center; line-height:40px; background-color:#f5f5f5; border-radius:20px; display: none; border: #e3e3e3 1px solid;}
 .m-com-more a{color:#999;}
 .m-com-more a:hover{color: #333;}
 .m-com-more.bg-white{background: #fff;}
 .bg-lightblue .m-com-more{background: #fff;}

 .com-ckxq a{ display: inline-block; background: url(../images/ckxq_arrow_blue.png) no-repeat right center; background-size: 62px auto; padding-right: 74px; color: #2A82E4; font-size: 1.125em;}

 @media (max-width: 1280px) {
  .tab-brief > .hd ul{float: left; font-size: 1.375em;}
 }
 
 @media (max-width: 768px) {
   .tab-brief > .hd.res ul{ font-size: 1.25em;}
   .tab-brief > .hd.res{margin-top: -5px;}
   .tab-brief > .hd.res ul{margin: 0 -2px !important; }
   .tab-brief > .hd.res ul li{margin: 0; padding: 0 !important; border-bottom:none;}
   .tab-brief > .hd.res ul li a{display: block;margin:5px 2px 0 !important; padding:7px 12px !important; line-height:1.5; background-color:#f1f1f1; color: #666;}
   .tab-brief > .hd.res ul li.on a{color:#fff; background:#1a56a8;}
   .tab-brief > .hd.res li a:before,
   .tab-brief > .hd.res li a:after{display: none;}
   
   .tab-brief.arrow > .hd.res li.on i{display: none;}
   .tab-brief .bd > .item > .newsList{margin-top: 0;}
 
   .tab-brief > .hd.res li.split:before{display: none;}
 
   .tab-card > .hd.res{margin-bottom: -10px; background: none; border-bottom: #dfdfdf 1px solid;}
   .tab-card > .hd.res ul li{margin:0 10px 10px 0 !important; font-size: 1.125em;}
   .tab-card > .hd.res ul li a{ padding:7px 12px !important; height: auto; line-height:1.5; color: #666;}
   .tab-card > .hd.res ul li.on a{background:#1672D5; color: #fff;}
   .tab-card > .bd .item > .newsList{margin-top: 0;}
   .tab-card > .hd .more,
   .tab-brief > .hd .more{display: none;}
 
   .tab-block > .hd.res li{margin: 0 5px 5px 0;}
   .tab-block > .hd.res li a{padding: 0 10px;}
   .tab-block > .hd.arrow.res li.on:after{ border-width: 6px; margin-left: -6px;}
 
   .m-com-more{display:block;}
 
 }
 @media (max-width: 480px) {
   .tab-brief > .hd.flex ul{display: block;}
   .tab-brief > .hd.res ul{font-size: 1.125em;}
   .tab-brief > .hd.res ul li:not(.on) a{font-weight: normal;}
 }
 
 
 .js-tabSwitch > .js-switch-bd{position: relative;/*overflow: hidden;*/}
 .js-tabSwitch > .js-switch-bd .js-switch-item{position:absolute; z-index:1; top:0; left:0; width:100%; opacity:0; -moz-opacity:0; filter:alpha(opacity=0);-khtml-opacity:0; transition:opacity .3s; box-sizing: border-box;}
 .js-tabSwitch > .js-switch-bd .js-switch-item.show{position:relative;z-index:2;opacity:1;-moz-opacity:1;filter:alpha(opacity=100);-khtml-opacity:1}
 @media (max-width: 1280px) {
   .js-tabSwitch-md-showall > .js-switch-hd{display: none;}
   .js-tabSwitch-md-showall > .js-switch-bd{overflow: inherit;}
   .js-tabSwitch-md-showall > .js-switch-bd .js-switch-item{opacity: 1 !important; display: block !important; position: static; margin-bottom: 20px; margin-top: 0;}
 
   .js-outBox .js-outHd{display: none;}
   .js-outBox .js-outBd .inBox{display: block !important;}
 
 }
 
 /* infolist */
 /***
 稿件列表样式：
 dot:标题前带小点
 md:日期-月日
 ymd：日期-年月日
 line:每条信息之间含分割下滑线
 space20:多列之间含20px的间距
 space30:多列之间含30px的间距
 多列在768以下响应变成一列
  ***/
.infolist{clear: both;}
.infolist li{position:relative; padding-top: 9px; padding-bottom: 9px; line-height:26px; overflow:hidden; vertical-align: top;}
.infolist li > a,
.infolist li .box > a{float: left; position: relative; max-width: 100%; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden;}
.infolist li, .infolist li a{-moz-box-sizing: border-box; -welit-box-sizing: border-box; box-sizing: border-box;}
.infolist li .time{position:absolute; right:0; top: 0; bottom: 0; height: 28px; margin: auto 0; color:#999;}
.infolist li a br{display: none;}
.infolist li:hover a, .infolist li a:hover{color: #005CB8;}
.infolist li:hover span{color:#005CB8;}
.infolist.md li{padding-right:60px;}
.infolist.ymd li{padding-right:110px;}

.infolist.dot li > a,
.infolist.dot li .box > a{padding-left: 20px;}
.infolist.dot li > a:before,
.infolist.dot li .box > a:before{content:''; position:absolute; left:0; top: 50%; margin-top: -2px; width: 5px; height: 5px; background: #005CB8; transition: .3s all;}
.infolist.dot li:hover a:before,
.infolist.dot-gray li:hover a:before{background: #005CB8;}
.infolist.dot-gray li > a:before{background: #d1d1d1;}

.infolist.line li{border-bottom: 1px solid #e1e5eb;}
.infolist.line li{padding-top: 11px; padding-bottom: 11px;}

.infolist.dashed li{border-bottom: 1px dashed #D6D6D6; padding-top: 12px; padding-bottom: 12px;}
.infolist.lastnoline li:last-child{border-bottom: none !important;}

.infolist li .box{position: relative; overflow:hidden; padding-top: 10px; padding-bottom: 10px;}
.infolist[class*='space-'] li{padding-left: 0 !important; padding-right: 0 !important; padding-top: 0 !important; padding-bottom: 0 !important;}
.infolist[class*='space-'] li .box{margin-top: 0;}


.infolist.mulit li > a{ position: static; float: none; padding-left: 0; max-width:none; white-space:normal;}
.infolist.mulit li > .time{position:static; display: inline-block;}
.infolist.mulit li > a:before{top: 23px; margin-top: 0;}
.infolist.mulit.dot li{padding-left: 18px;}

.infolist.mulit2 li > a{display: -webkit-box; overflow: hidden; white-space: normal; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-break: break-all;}
.infolist.mulit2.dot li > a:before{top: 14px;}
.infolist.mulit2 li > .time{top: 12px;bottom: auto;}

.infolist.split5n li:nth-child(5n){margin-bottom:15px; padding-bottom:25px; border-bottom:1px dashed #ccc;}

.infolist.dot-line li{position: relative; padding-top: 10px; padding-bottom: 10px; }
.infolist.dot-line li:before{content: ''; position: absolute; width: 1px; left: 4px; top: 0; bottom: 0; background: #EDDED3;}
.infolist.dot-line li a{padding-left: 25px;}
.infolist.dot-line li a:before{content: ''; background: #FFFFFF; border: 2px solid #BA2222; width: 5px; height: 5px; position: absolute; left: 0; top: 50%; margin-top: -4px; border-radius: 50%;}
.infolist.dot-line li:hover a,
.infolist.dot-line li a:hover,
.infolist.dot-line li:hover span{color: #BA2222;}
.infolist.dot-line li:first-child:before{top: 50%;}
.infolist.dot-line li:last-child:before{bottom: 50%;}
  
@media (max-width: 768px) {
  .infolist.md[class*="space"] li{padding-right:60px;}
  .infolist.ymd[class*="space"] li{padding-right:110px;} 

  .res.infolist li{padding-right:0 !important; position: relative;}
  .res.infolist li > a,
  .res.infolist li .box > a{ position: static; float: none; max-width:none; padding-left: 0; padding-right:12px; white-space:normal;}
  .res.infolist li .time{position:static; display: inline-block;}
  .res.infolist.dot li > a:before,
  .res.infolist.dot li .box > a:before,
  .res.infolist.mulit2.dot li > a:before{top: 20px; margin-top: 0;}
  .res.infolist.line li a:before,
  .res.infolist.dashed li a:before{top: 28px;}
  .res.infolist.dot li,
  .res.infolist.dot li .box{padding-left: 18px;}
}

.infolist-dotline li{position: relative; padding-left: 25px; padding-bottom: 18px;}
.infolist-dotline li:before{content: ''; position: absolute; width: 1px; left: 4px; top: 0; bottom: 0; background: #D8D8D8;}
.infolist-dotline li:after{content: ''; background: #FFFFFF; border: 2px solid #005CB8; width: 5px; height: 5px; position: absolute; left:0; top: 6px; border-radius: 50%;}
.infolist-dotline li:first-child:before{top: 8px;}
.infolist-dotline li .tit{margin-bottom: 5px;}
.infolist-dotline li .time{display: block; color: #999999;}
.infolist-dotline li:last-child{padding-bottom: 0;}
 
 
.block-infolist li .box{box-sizing: border-box; transition: .3s all; display: flex; align-items: center;}
.block-infolist li .box:after{content:""; width:0; height:100%;}
.block-infolist li .box:after,
.block-infolist li .box span{display: inline-block; vertical-align: middle;}
.block-infolist li .box .elli-m{display: -webkit-box;}
.block-infolist.center li .box{text-align: center; justify-content: center;}
@media (max-width: 768px) {
  /* .block-infolist li .box{height: auto !important;} */
  .block-infolist li .box .elli-m{display: block;}
}
.infolist.dot-starfile li a{padding-left: 30px;}
.infolist.dot-starfile li a:before{width: 21px; height: 20px; background: url(../images/infolist_icon_tzgg.png) no-repeat; background-size: 100% 100%; margin-top: -9px;}
.infolist.dot-starfile li:hover a:before{background: url(../images/infolist_icon_tzgg_blue.png) no-repeat; background-size: 100% 100%;}

 
 /***
 菜单卡片样式：
 ***/
 .iconmenu li .box{display: block;}
 .iconmenu li .box{position: relative;}
 .iconmenu li .box .icon{display: block; font-size: 0; line-height: 0;}
 .iconmenu.splitline li .box{position: relative;}
 .iconmenu.splitline li .box:before{position: absolute; top: 0; bottom: 0; left: 0; content: ""; width: 1px; background: #ecf2f9;}
 .iconmenu.splitline li:first-child .box:before{display: none;}
 
 .iconmenu.inline li .box .icon,
 .iconmenu.inline li .box .txt{display: inline-block; vertical-align: middle;}
 
 .iconmenu.break li .box{text-align: center;}
 .iconmenu.break li .box .icon{display: block;}
 .iconmenu.break li .box .icon img{display: block; margin-left: auto; margin-right: auto;}
 .iconmenu.break li .box .txt{display: block;}
 
 .iconmenu.position li .box{position: relative;}
 .iconmenu.position li .box .icon{position: absolute; top: 50%; transform: translateY(-50%);}
 
 .iconmenu.valignmiddle li .box:after{content: ''; width: 0; height: 100%;}
 .iconmenu.valignmiddle li .box:after,
 .iconmenu.valignmiddle li .box .txt,
 .iconmenu.valignmiddle li .box .icon{vertical-align: middle; display: inline-block;}
  
 .iconmenu.center li .box{text-align: center;}
 
 .wyw-iconmenu.flex li + li .box{margin-left: 0;}
 @media (min-width: 1281px) {
   .iconmenu.flex:before,
   .iconmenu.flex:after{display: none;}
   .iconmenu.flex{overflow: hidden;}
   .iconmenu.flex{display: flex; justify-content:space-between;}
   .iconmenu.flex li{width: auto;}
 }
 @media (max-width: 768px) {
  .res-xs-break.iconmenu.valignmiddle li .box .icon,
  .res-xs-break.iconmenu.valignmiddle li .box .txt{display: block;}
  .res-xs-break.iconmenu.valignmiddle li .box .icon{margin-right: 0;}
}
@media (max-width: 480px) {
  .res-xxs-break.iconmenu.valignmiddle li .box .icon,
  .res-xxs-break.iconmenu.valignmiddle li .box .txt{display: block;}
  .res-xxs-break.iconmenu.valignmiddle li .box .icon{margin-right: 0;}
}
 
 /* com-title */
 .com-title h3{position:relative; display: inline-block; font-size:1.75em; font-weight:bold;}
 .com-title h3 a:hover{color:#BA2222;}
 .com-title.color-blue h3,
 .com-title.color-blue h3 a{color: #BA2222;}
 .com-title.square h3:before{position:absolute; top:50%; left:0; content:""; width:6px; height:26px; margin-top:-11px; background-color:#005CB8;}
 /* .com-title.square.square-blue h3:before{background-color: #005CB8;} */
 .com-title.square h3{padding-left:20px;}
 .com-title.square.orange h3:before{background: #ee5e37;}
 .com-title.underline h3{padding-bottom: 12px;}
 .com-title.underline h3:after{position:absolute; bottom: 0; left:0; content:""; width:100%; height:3px; background-color:#3d84de;}
 .com-title.underline.red h3:after{background: #C20000;}
 .com-title.underline.half h3{padding-bottom: 14px;}
 .com-title.underline.half h3:after{width: 2em;}
 .com-title.fs24 h3{font-size: 1.5em;}
 .com-title.fs28 h3{font-size: 1.375em;}
 .com-title.line{border-bottom: 1px solid #DEDEDE; padding-bottom: 15px;}
 
 .com-tit-b{text-align: center; overflow: hidden;}
 .com-tit-b .box{position: relative; display: inline-block;}
 .com-tit-b .line{position: absolute;}
 .com-tit-b .line.l{right: 100%;}
 .com-tit-b .line.r{left: 100%;}


 @media (max-width: 1280px) {
  .com-title.square h3{font-size: 1.375em;}
  .com-title.square h3:before{width: 5px; height: 22px; margin-top: -9px;}
}
 @media (max-width: 992px) {
   .com-tit-b{justify-content: center;}
 }
 
 .com-tit-tonglan{position: relative;}
 .com-tit-tonglan h2{font-size: 1.75em; display: inline-block; position: relative;}
 .com-tit-tonglan h2 b{color: #bf1818;}
 .com-tit-tonglan .more{position: absolute; right: 0; top: 50%; margin-top: -10px;}
 .com-tit-tonglan .line{font-size: 2em; content: ''; height: 1px; background: #e5e5e5; position: absolute; right: 0; top: 50%; margin-left: 10px;}
 .com-tit-tonglan.hasmore .line{right: 70px;}
 .com-tit-tonglan.size4 .line{ left: 4em;}
 .com-tit-tonglan.size3 .line{ left: 3em;}
 .com-tit-tonglan .line:before{position: absolute; left: 0; top: 50%; content: ''; width: 12px; height: 12px; background: #e3e3e9; border-radius: 50%; margin-top: -6px;}
 .com-tit-tonglan.color-blue{ color: #2162a2;}
 @media (max-width: 768px) {
   /* .com-tit-tonglan .line{margin-left: 10px;} */
 }

 .com-tit-mountain{position: relative;}
.com-tit-mountain h3{height: 69px; font-size: 2.5em; font-weight: bold; display: inline-block; padding-left: 83px; min-width: 334px; box-sizing: border-box; background: url(../images/tit_bg.png) no-repeat left bottom; background-size: auto 37px;}
.com-tit-mountain:before{content: ''; position: absolute; top: 29px; left: 327px; right: 0; height: 1px; background: #D4E0FC;}
.com-tit-mountain:after{content: ''; width: 9px; height: 9px; position: absolute; left: 327px; top: 29px; margin-top: -4px; transform: rotate(-45deg); background: #B7D7F7;}
@media (max-width: 1280px) {
  .com-tit-mountain h3{height: 60px; padding-left: 60px; font-size: 2em; background-size: auto 30px;}
  .com-tit-mountain:before,
  .com-tit-mountain:after{left: 290px;}
}

 .com-btn{padding-left: 15px; padding-right: 15px; display: inline-block; white-space: nowrap;}
 .com-btn .icon, .com-btn .txt{display: inline-block; vertical-align: middle;}
 .com-btn .icon{font-size: 0;}
 .com-btn .icon img{display: block;}
 
 /* 单行省略号 */
 .elli-s{display: block; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden; max-width: 100%;}
 /* 多行省略号 */
 .elli-m{display: -webkit-box; overflow: hidden; white-space: normal; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-break: break-all;}
 @media (min-width: 768px) {
   .elli-xs-s{display: block; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden; max-width: 100%;}
   .elli-xs-m{display: -webkit-box; overflow: hidden; white-space: normal; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-break: break-all;}
 }
 @media (min-width: 992px) {
   .elli-sm-s{display: block; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden; max-width: 100%;}
   .elli-sm-m{display: -webkit-box; overflow: hidden; white-space: normal; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-break: break-all;}
 }
 @media (min-width: 1280px) {
   .elli-md-s{display: block; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden; max-width: 100%;}
   .elli-md-m{display: -webkit-box; overflow: hidden; white-space: normal; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-break: break-all;}
 }
 
 
 .transition,
 .transition *{-webkit-transition: 300ms; -moz-transition: 300ms; -o-transition: 300ms; transition: 300ms;}
 
 .imgscale img{-moz-transition:all 0.3s ease-in-out 0s; -ms-transition:all 0.3s ease-in-out 0s; -o-transition:all 0.3s ease-in-out 0s; -webkit-transition:all 0.3s ease-in-out 0s; transition:all 0.3s ease-in-out 0s;}
 .imgscale img:hover, .imgscale a:hover img{-moz-transform:scale(1.05); -ms-transform:scale(1.05); -o-transform:scale(1.05); -webkit-transform:scale(1.05); transform:scale(1.05);}
 /*图片占位符*/
 /***
 16:9[56.25%]
 4:3[75%]
 3:2[66.666667%]
  ***/
 .imgratio{position: relative; z-index: 2; display: block; padding-top: 56.25%; height: 0; overflow: hidden;}
 .imgratio .imgratio-imgbox{position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; display: block; overflow: hidden;}
 .imgratio .imgratio-imgbox .imgratio-img{display: block; width: 100%; height: 100%;}
 .imgratio.free .imgratio-imgbox .imgratio-img{height: auto; min-height: 100%; object-fit: cover;}
 

 /* carousel */
.com-carousel-dot .owl-dots {position: absolute; bottom: 88px; right: 20px; z-index: 99;}
.com-carousel-dot .owl-dot{float: left; width: 8px; height: 8px; margin-left:8px; background-color: #fff; transition: .3s all; cursor: pointer; border-radius: 50%;}
.com-carousel-dot .owl-dot.active{background: #D43030;}
.com-carousel-tpxw {position: relative; overflow: hidden;}
.com-carousel-tpxw .item{position: relative;}
.com-carousel-tpxw .tit{padding: 0 20px; font-size: 1.125em; height: 68px; line-height: 68px; background: #F5F5F5; text-align: center;}
.com-carousel-hf{position:relative; overflow:hidden;}
.com-carousel-hf .owl-dots{bottom:15px; right:15px;}


.com-swiper-btn.swiper-button{position: absolute; width: 32px; height: 32px; box-shadow: -2px 7px 18px  rgba(157, 200, 242, 0.54); background: #fff; border-radius: 50%; top: 50%; transform: translateY(-50%); margin-top: 0;}
.com-swiper-btn.swiper-button.swiper-button-prev{left: -20px;}
.com-swiper-btn.swiper-button.swiper-button-next{right: -20px;}
.com-swiper-btn.swiper-button:after{content: ''; width: 7px; height: 13px; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; background-repeat: no-repeat; background-size: 100% 100%;}
.com-swiper-btn.swiper-button-prev:after{background-image: url(../images/arrow_left_black.png);}
.com-swiper-btn.swiper-button-next:after{background-image: url(../images/arrow_right_black.png);}
.com-swiper-btn.swiper-button-prev:hover:after{background-image: url(../images/arrow_left_red.png);}
.com-swiper-btn.swiper-button-next:hover:after{background-image: url(../images/arrow_right_red.png);}

.com-swiper-btn2.swiper-button{position: absolute; width: 42px; height: 65px; background: rgba(0,0,0,0.4); top: 50%; transform: translateY(-50%); margin-top: 0;}
.com-swiper-btn2.swiper-button.swiper-button-prev{left: 0;}
.com-swiper-btn2.swiper-button.swiper-button-next{right: 0;}
.com-swiper-btn2.swiper-button:after{content: ''; width: 15px; height: 27px; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; background-repeat: no-repeat; background-size: 100% 100%;}
.com-swiper-btn2.swiper-button-prev:after{background-image: url(../images/arrow_left_white.png);}
.com-swiper-btn2.swiper-button-next:after{background-image: url(../images/arrow_right_white.png);}
.com-swiper-btn2.swiper-button-prev:hover:after{background-image: url(../images/arrow_left_red.png);}
.com-swiper-btn2.swiper-button-next:hover:after{background-image: url(../images/arrow_right_red.png);}

@media (max-width: 768px) {
  .com-carousel-tpxw .owl-dots{bottom: 78px;}
  .com-carousel-tpxw .tit{height: 58px; line-height: 58px;}

  .com-swiper-btn.swiper-button.swiper-button-prev{left: -10px;}
  .com-swiper-btn.swiper-button.swiper-button-next{right: -10px;}
}


 /* 滚动条 */
 .scrollbar-xy{overflow: auto;}
 .scrollbar-xy::-webkit-scrollbar{ width: 6px;height: 6px;}
 .scrollbar-y{overflow-y: auto; overflow-x: hidden;}
 .scrollbar-y::-webkit-scrollbar{ width: 6px;height: auto;}
 .scrollbar-x{overflow-x: auto; overflow-y: hidden;}
 .scrollbar-x::-webkit-scrollbar{ height: 6px;width:auto;}
 /* 滚动条轨道 */
 .scrollbar-xy::-webkit-scrollbar-track,
 .scrollbar-x::-webkit-scrollbar-track,
 .scrollbar-y::-webkit-scrollbar-track {box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);border-radius: 3px;background: #E5E5E5;}
 /* 滚动条滑块 */
 .scrollbar-xy::-webkit-scrollbar-thumb,
 .scrollbar-x::-webkit-scrollbar-thumb,
 .scrollbar-y::-webkit-scrollbar-thumb{border-radius: 3px;background: linear-gradient(225deg, #689EE3 0%, #0262D6 100%);}
 
 
 /* 当前位置crumb */
 .crumb h2{padding: 0 15px 0 30px; line-height: 28px; font-size:1em; font-weight: normal; color: #5C5C5C; background: url(../images/icon_position.png) no-repeat 0 5px; background-size: 16px 19px;}
 .crumb h2.line{border-bottom: rgba(0, 0, 0, 0.1) 1px solid; padding-bottom: 15px;}
 .crumb h2 em{font-style: normal;}
 .crumb h2 span a{margin: 0 5px;}
 .crumb h2 span > a:first-child{margin-left: 0;}
 .crumb a{color: #5C5C5C;}
 .crumb a:hover{color: #005CB8;}
 @media (max-width: 768px) {
  .res.page-bg .crumb{background: #f5f5f5; padding-top: 15px; padding-bottom: 15px;}
 }
 
 
 /* 外链跳转 */
 .alert-mengban{position: fixed;top: 0px;left: 0px;z-index: 1000;background:rgba(0,0,0,0.7); filter: alpha(opacity=80) !important;width: 100%;height: 100%;display: none;}
 .alert-warning{position: fixed;left: 50%;  top: 50%; margin-left:-300px; margin-top: -160px; width: 600px;height: 270px;background:#fff;z-index: 10001;display: none; border:2px solid;border-radius:10px;}
 .alert-delete{width: 100%;height: 38px;position: relative;}
 .alert-delete span{position: absolute; top:10px; right: 10px; width: 20px; height: 20px; line-height: 20px; color:#fff; text-align: center; background: #bebebe; cursor:pointer;}
 .alert-delete span:hover{background: #929292;}
 .alert-wzsm{width: 520px;height: 100px;margin: 15px auto 0; line-height: 35px;font-size: 1.5em;color: #000;text-align: center; padding-bottom: 15px;border-bottom: 1px solid #d4d4d4;}
 .alert-footer{width: 100%; padding: 25px 0; text-align: center; color: #000;}	
 .alert-footer span{cursor: pointer; display: inline-block; margin: 0 12px; font-size: 1.25em;}
 .alert-warning .continue{width: 124px; height: 42px; color: #ab0d07; border-radius:3px; -webkit-border-radius:3px; border:#e1e1e1 1px solid; text-align: center; line-height: 42px; box-shadow: 0 0 10px rgba(0,0,0,0.2) inset; -webikt-box-shadow: 0 0 10px rgba(0,0,0,0.2) inset;}	
 .alert-warning .fangqi{line-height: 42px;  color: #ab0d07;}	
 @media (max-width: 640px) {
   .alert-warning{left:2%;margin-left:0; width: 96%; height: auto;}	
   .alert-wzsm{width: 90%;height: auto;margin: 15px auto 0; line-height: 28px;font-size: 18px;color: #000;text-align: center; }
 }


/*pages*/
.pages{ clear:both; line-height:28px; color:#555; font-size:15px;}
.pages .pagination_index_last *{vertical-align:middle\9;}
.pages a{display: inline-block; padding:3px 15px; margin:3px; zoom:1; color: #555; border:#F0F0F0 1px solid; border-radius:0;
	transition: all .2s;
	-webkit-transition: all .2s;
	background: #F0F0F0;}
.pages a.current, .pages a:hover{background:#2354AF; border-color:#2354AF; color:#fff; text-decoration:none;}
/* .pages a.current{font-weight: bold;} */
.pages.center{text-align: center;}

/* 归档水印 */
.gd-watermark{position: absolute; top: -120px; right: -58px; width: 277px; height: 273px;z-index: 98;}
.gd-watermark .date{ height: 30px;line-height: 30px; font-size: 14px; color:#c00500; position: absolute; left: 80px; bottom: 60px; -ms-transform: rotate(-18deg); transform: rotate(-18deg); width: 160px;font-weight: 800;}

@media (max-width: 1280px){
  .gd-watermark{right: 0;}
}


/* 调查征集列表 */
.dczj-infolist li .box{background: #F7FBFF; border: #F7FBFF 1px solid; height: 118px; padding: 20px; box-sizing: border-box; transition: .3s all;}
.dczj-infolist li .box .attr{margin-bottom: 10px; color: #808080;}
.dczj-infolist li .box .attr b{font-weight: normal;}
.dczj-infolist li .box .attr .status{color: #A6A6A6; margin-right: 20px;}
.dczj-infolist li .box .tit{line-height: 24px;}
.dczj-infolist li.ing .box .attr .status{color: #0069BA;}
.dczj-infolist li .box:hover{border-color: #6CA3D9;}


/* 模拟表格 */
.simulate-table ul li{position:relative; transition: all .3s; -webkit-transition: all .3s;}
.simulate-table ul li div{position: absolute; top: 50%; display: block; margin-top: -.8em; line-height: 1.6em; text-align: center;}
.simulate-table ul.ubody.dashed li{ border-bottom: 1px dashed #CCCCCC;}
.simulate-table ul li .c-topic{position: relative; top: auto; margin-top: 0; text-align: left;}
@media (max-width: 768px) {
  .simulate-table ul li{padding: 1em 1.25em !important; border-bottom: none;}
  .simulate-table ul.uhead{display: none;}
  .simulate-table ul li div{position: static; display: block; margin-top: .25em; width: auto; text-align: left;}
  .simulate-table ul li:nth-child(even){background-color: #f8f8f8;}
  .simulate-table ul li .c-topic{font-size: 1em; margin-top: 0; margin-bottom: 5px;}
  .simulate-table ul li .c-topic a{white-space: normal;}
}


/*quickbar*/
.quickbar{position: fixed;/*top: 680px;*/width: 76px;bottom:20px;right: 20px; z-index: 99;-webkit-transition: top ease .4s;-moz-transition: top ease .4s;-ms-transition: top ease .4s;transition: top ease .4s;}

.quick-panel{position: relative; z-index: 10; padding: 10px 8px; background: #fff; box-shadow: 0px 0px 4px  rgba(116, 182, 252, 0.35); border-radius: 38px; background: rgba(255, 255, 255, 0.88); box-shadow: 0px 0px 19px  rgba(0, 105, 186, 0.17);}
.quick-panel dl{position: relative;}
.quick-panel dl dt a{display: block; padding-top: 20px; padding-bottom: 20px; cursor: pointer; transition: all .3s;}
.quick-panel dl dt .icon{display: block; height: 30px; position: relative; margin-bottom: 10px;}
.quick-panel dl dt a .icon img{position: absolute; left: 0; top: 0; bottom: 0; right: 0; transition: all .8s; height: 30px; margin: auto;}
.quick-panel dl dt a span{display: block; text-align: center;}
.quick-panel dl + dl{border-top: 1px solid rgba(116, 182, 252, 0.2);}

.quickbar dl.dl-gotop{display: none;}
.quickbar dl.dl-gotop a{display: block; height: 78px; position: relative;height: 80px; background: url(../images/quickbar_icon_gotop.png) no-repeat center center; background-size: 75% auto; transition: .3s all;}
.quickbar dl.dl-gotop a:hover{background-image: url(../images/quickbar_icon_gotop_active.png);}

.quickbar dl dd{position: absolute;right: 120%;top: 26%;display: none;}
.quickbar dl dd .cont{position: relative; padding: 5px; *border: #e2e2e2 1px solid; background: #fff; -moz-box-shadow: 0 0 10px rgba(0,0,0,0.2); -ms-box-shadow: 0 0 10px rgba(0,0,0,0.2); -o-box-shadow: 0 0 10px rgba(0,0,0,0.2); -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2); box-shadow: 0 0 10px rgba(0,0,0,0.2); -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;}
.quickbar dl dd img{display: block;width: 100%;min-width: 120px;}
.quickbar dl dd span{display: block; text-align: center; padding-bottom: 10px; font-size: 14px; color: #666; line-height: 18px; white-space: nowrap;}
.quickbar dl dd .cont:after{position: absolute; right: -19px; top: 22px; content: ""; width: 0; height: 0; overflow: hidden; border: 10px solid transparent; border-left-color: #fff;}
.quickbar dl dd .cont:before{position: absolute; right: -21px; top: 22px; content: ""; width: 0; height: 0; overflow: hidden; border: 11px solid transparent; border-left-color: #dae0e4;}

@media (max-width:1280px) {
  .quickbar{right: 0; bottom: 0; width: 50px;}
  .quick-panel{display: none;}
  .quickbar dl.dl-gotop a{width: 50px; height: 50px; line-height: 50px; border-radius: 5px; background-color: rgba(14,77,138,0.1);}
}


/* banner */
.com-banner img{display: block; width: 100%;}
@media (max-width: 480px) {
  .com-banner img{display:none;}
}
