@charset "utf-8";
/* 所有类名用小写，中横线 */
input::-webkit-input-placeholder{color: #cccccc;}
a:hover{color: #1d4d9b;}

@media (max-width:1480px) {
  body{min-width: 320px;}	
}
.bgwhite{background-color: #fff;}
.bggrey{background-color: #f5f7f8;}

.place{position: relative; z-index: 3; display: block; padding-top: 56.25%; overflow: hidden;}
.place .pic{position: absolute; top: 0; right: 0; bottom: 0; left: 0; display: block; z-index: 1;}
.place .pic img{display: block; width: 100%; height: auto; min-height: 100%; object-fit: cover;}

@media (max-width:1480px) {
  .mb40{margin-bottom: 30px;}
  .mt30{margin-top: 20px;}
  .mt50{margin-top: 35px;}
  .mb50{margin-bottom: 35px;}
  .mb30{margin-bottom: 20px;}
  .mb20{margin-bottom: 15px;}
  .mb15{margin-bottom: 10px;}
}

@media (max-width:992px){
  .mt50{margin-top: 25px;}
  .mb50{margin-bottom: 25px;}
  .mb30{margin-bottom: 15px;}
  .mb40{margin-bottom: 0px !important;}
}

@media (max-width:768px){
	/*body{font-size: 14px;}*/
}

/*** layout ***/
/***
简单参考栅格布局，将容器进行了 12 等分，如设计图不规律分割列宽，则采用自定义类名如zwgk-col-l(类名一定要包含col-)替代col-*，。所有列在1200px下响应变成一列
.container:包裹页面上的内容
.container-fluid:包裹页面上的内容,它用于 100% 宽度
row-space20：每列间隔宽度20px
row-space30：每列间隔宽度30px
row-space40：每列间隔宽度40px
***/
.container:after, .container:before {display: table; content: "";}
.container:after {clear: both;}
.container{width: 1400px; width: 1200px\0/; margin-right: auto; margin-left: auto;}
@media (max-width:1480px){
	.container{width:1170px; padding-left: 15px; padding-right: 15px;}
	.container.pt40{padding-top: 30px;}
}
@media (max-width:1200px){
	.container{width:970px;}
}
@media (max-width:992px){
	.container{width:750px;}
	.container.entirebox{padding: 15px;}
}
@media (max-width:768px){
	.container{width:auto;}
	.container.pt40{padding-top: 0;}
}
.container-fluid{padding-right:15px; padding-left:15px; margin-right:auto; margin-left:auto;}
.row:after,.row:before{content:""; display:block; clear:both;}
.row-space20{margin-left:-10px; margin-right:-10px;}
.row-space20 > *{padding-left:10px; padding-right:10px;}
.row-space30{margin-left:-15px; margin-right:-15px;}
.row-space30 > *{padding-left:15px; padding-right:15px;}
.row-space40{margin-left:-20px; margin-right:-20px;}
.row-space40 > *{padding-left:20px; padding-right:20px;}
.row > [class*="col-"]{position:relative; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; min-height:1px; float:left; }
.row > .col-12{width:100%;}
.row > .col-11{width:91.66666667%;}
.row > .col-10{width:83.33333333%;}
.row > .col-9{width:75%;}
.row > .col-8{width:66.66666667%;}
.row > .col-7{width:58.33333333%;}
.row > .col-6{width:50%;}
.row > .col-5{width:41.66666667%;}
.row > .col-4{width:33.33333333%;}
.row > .col-3{width:25%;}
.row > .col-2{width:16.66666667%;}
.row > .col-1{width:8.33333333%;}
@media (max-width:1480px){
	.row[class*="row-space"]{margin-left:-10px; margin-right:-10px;}
	.row[class*="row-space"] > [class*="col-"]{padding-left:10px; padding-right:10px;}
}
@media (max-width:1200px){
	.row[class*="row-space"]{margin-left:0; margin-right:0;}
	.row > [class*="col-"]{float:none !important; width:100%;}
	.row[class*="row-space"] > [class*="col-"]{padding-left:0; padding-right:0;}
}

.shadow-box{padding: 35px; background-color: #fff; box-shadow: 0 0 20px rgba(152, 197, 244, .3); border: 1px solid #d2e6fa\0/; border-radius: 5px;}
.shadow-box.normal{border-radius: 0;}
.shadow-box.shadowless{box-shadow: none;}
@media (max-width:1480px){
  .shadow-box{padding: 30px;}
}
@media (max-width:1200px){
  .shadow-box{padding: 25px 20px 20px;}
  .shadow-box{border-radius: 0;}
}
@media (max-width:992px){
  .shadow-box{padding: 20px 15px 15px; margin-right: -15px; margin-left: -15px;}
}
.over-box{position: relative; overflow: hidden;}

/* tab */
/* 
两种风格标题选项卡样式
.tab-brief:简洁型
.tab-card:卡片型
.res:需要小屏下响应时用，常用于标题个数多，一排放不下的情况
.js-tab:js-开头的类名只用于脚本查询dom用，不建议在该类下写样式
.more:率属于某一块下的类名，不建议单独写全局样式，会影响到其他更多样式
 */
.tab-brief > .hd ul{float: left;}
.tab-brief > .hd li{float: left; position: relative; padding: 0 0 .75em; font-size: 1.5em; line-height: 32px; font-weight: bold;}
.tab-brief > .hd li{margin-right: 30px;}
.tab-brief > .hd li:last-child{margin-right: 0;}
.tab-brief > .hd li a{color: #333;}
.tab-brief > .hd li:after{content: ''; position: absolute; width:0; bottom: 0; left:0; height: .1875em; background: #d12222;transition: all .3s; -webkit-transition: all .3s; overflow: hidden; border-radius: .15em;}
.tab-brief > .hd li.on:after{width: 2em;}
.tab-brief > .hd li.on a{color: #2d67b9;}
.tab-brief > .hd .more{padding-top: 6px; float: right;}
.tab-brief.normal > .hd li{padding-bottom: 0;}
.tab-brief.format > .hd li{font-size: 1.5em;}
.tab-brief.white > .hd li{color: #fff;}
.tab-brief.white > .hd li a{color: #fff;}
.tab-brief.white > .hd li a:hover{color: #fff;}
.tab-brief.white > .hd li.on a{color: #fff;}
.tab-brief.black > .hd li{color: #666;}
.tab-brief.black > .hd li a{color: #666;}
.tab-brief.black > .hd li a:hover{color: #666;}
.tab-brief.black > .hd li.on a{color: #333;}
.tab-brief > .head ul{float: left;}
.tab-brief > .head li{float: left; margin-right: 30px; margin-right: 25px\0/; font-size: 1.3125em; font-weight: bold; line-height: 22px;}
.tab-brief > .head li a{display: inline-block; vertical-align: bottom;}
.tab-brief > .head li a.satb img{margin-top: -21px;}
.tab-brief > .head li.on a{color: #2d67b9;}
.tab-brief > .head li:last-child{margin-right: 0;}
.tab-brief > .head .more{float: right;}

.tab-card > .hd{line-height:46px; background: #f4f4f4;}
.tab-card > .hd ul{float: left;}
.tab-card > .hd li{float:left; position: relative; font-size: 1.5em;}
.tab-card > .hd li a{display: block; padding: 0 20px; text-align: center; font-weight: bold; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden; background: #f4f4f4;}
.tab-card > .hd li.on{cursor:pointer;}
.tab-card > .hd li.on a{background:#1e51b1; color: #fff;}
.tab-card > .hd li.on:after{width: 100%;}
.tab-card > .hd .more{float: right; margin-right: 15px;}
.tab-card.arrow > .hd{font-weight: normal;}
.tab-card.arrow > .hd li.on:after{content: ''; position: absolute; width: 0; height: 0; left: 50%; top: 100%; border:transparent solid 8px; border-top-color: #0f59a4; margin-left: -8px;}
@media (max-width:992px) {
  .tab-brief.format > .hd li{font-size: 1.3em;}
}
@media (max-width:768px) {
  .tab-brief > .hd li{font-size: 1.375em;}
  .tab-brief > .head li{font-size: 1.25em;}
  .tab-card > .hd li{font-size: 1.375em;}
}
@media (max-width:640px) {
  .res.tab-brief > .hd ul li{margin:0 10px 10px 0 !important; padding: 0; border-bottom:none; font-size: 1.125em;}
  .res.tab-brief > .hd ul li a{display: block; padding:7px 12px !important; line-height:1.5; background-color:#f1f1f1; color: #666;}
  .res.tab-brief > .hd ul li.on a{color:#fff; background-color:#1a56a8;}
  .res.tab-brief > .hd li:after{display: none;}

  .res.tab-card > .hd{margin-bottom: -10px; background: none; border-bottom: #dfdfdf 1px solid;}
  .res.tab-card > .hd ul li{margin:0 10px 10px 0 !important; font-size: 1.125em;}
  .res.tab-card > .hd ul li a{ padding:7px 12px !important; height: auto; line-height:1.5; color: #666; }
  .res.tab-card > .hd ul li.on a{background:#1a56a8; color: #fff;}
  .res.tab-card > .bd .item > .newslist{margin-top: 0;}
  .tab > .hd .more,
  .tab-card > .hd .more,
  .tab-brief > .hd .more{display: none;}
}
@media (max-width:414px) {
  .tab-brief > .hd li{font-size: 1.25em; margin-right: 18px;}
  .tab-brief > .head li{font-size: 1.125em; margin-right: 1em;}
  .tab-card > .hd li{font-size: 1.25em;}
}

.tab-res > .res-bd > .section > .hd{display: none;}
.tab-res > .res-bd > .section > .head{display: none;}
@media (max-width:992px) {
  .tab-res .res-hd{display: none;}
  .tab-res .res-bd{padding-top: 15px;}
  .tab-res .res-bd .section{display: block !important;}
  .tab-res .res-bd .section   .section{margin-top: 30px;}
  .tab-res .res-bd .section .hd{display: block;}
  .tab-res .res-bd .section .head{display: block;}
  .tab-res .res-bd .section > .head .more{display: block;}
}

.arr-more a font{position: relative; max-width: none; padding-left: 20px; padding-right: 25px; transition: all .3s; color: #669dd9;}
.arr-more a font:after{position: absolute; right: 0; bottom: -15px; left: 0; content: ""; height: 8px; background:  no-repeat right bottom;}
.arr-more a:hover font{padding-left: 25px; padding-right: 30px;}
@media (max-width:640px) {
  .arr-more{display: block;}
}

.btn-more{text-align: center;}
.btn-more span{display: inline-block; position: relative; padding: 35px 30px;}
.btn-more span a{display: block; width: 220px; height: 52px; line-height: 50px; font-weight: bold; cursor: pointer; background-color: #fff; border-radius: 100px; -moz-box-shadow: 0 0 35px rgba(46,105,187,0.15); -o-box-shadow: 0 0 35px rgba(46,105,187,0.15); -webkit-box-shadow: 0 0 35px rgba(46,105,187,0.15); box-shadow: 0 0 35px rgba(46,105,187,0.15);}
.setie.ie8 .btn-more span{background:  no-repeat center top;}
.setie.ie8 .btn-more span a{background: none;}
@media (max-width:640px) {
  .btn-more span{padding: 25px 20px;}
  .btn-more span a{width: 146px; height: 45px; line-height: 45px; -moz-box-shadow: 0 0 25px rgba(46,105,187,0.15); -o-box-shadow: 0 0 25px rgba(46,105,187,0.15); -webkit-box-shadow: 0 0 25px rgba(46,105,187,0.15); box-shadow: 0 0 25px rgba(46,105,187,0.15);}	
}

.com-more a{color: #cfd8e6; font-weight: bold;}
.com-more a i{display: block; width: 22px; height: 22px; line-height: 22px; text-align: center; border: 2px solid #cfd8e6; border-radius: 50%;}
.com-more a:hover{color: #1d4d9b;}
.com-more a:hover i{border-color: #1d4d9b;}
@media (max-width:640px) {
  .com-more{display: none;}
}

.m-com-more{clear: both; margin-top:20px; text-align:center; line-height:40px; background-color:#f5f5f5; border-radius:5px; display: none;}
.m-com-more a{color:#666;}
.m-com-more a .layui-icon{margin-left: 8px; font-size: 14px;}
.m-com-more a:hover{color: #333;}
.m-com-more.bg-white{background: #fff;}
@media (max-width:640px) {
  .m-com-more{display:block;}
}

/*common*/
.common-headline{position: relative; text-align: center;}
.common-headline:after{position: absolute; top: 50%; right: 0; left: 0; content: ""; height: 2px; margin-top: -1px; background-color: #0e295c; opacity: .3;}
.common-headline ul{display: inline-block; vertical-align: top; position: relative; z-index: 2; padding-right: 68px; padding-left: 68px;}
.common-headline ul li{float: left;}
.common-headline ul li span{display: block; padding-right: 1em; padding-left: 1em; font-size: 2em; font-weight: bold;}
.common-headline ul li.on span a{color: #082283;}
.common-headline ul:before{position: absolute; top: 50%; left: 0; content: ""; width: 48px; height: 16px; margin-top: -8px; background:  no-repeat right center;}
.common-headline ul:after{position: absolute; top: 50%; right: 0; content: ""; width: 48px; height: 16px; margin-top: -8px; background:  no-repeat right center;}
.common-headline ul.fl{padding-right: 0; padding-left: 0;}
.common-headline ul.fl li span{padding-right: 2em; padding-left: 0;}
.common-headline ul.fl:before{content: normal;}
.common-headline ul.fl:after{content: normal;}
.common-headline .more{position: absolute; top: 50%; right: 0; z-index: 3; width: 78px; height: 30px; line-height: 30px; margin-top: -15px; text-align: right;}
.common-headline .more a{display: block; padding-right: 25px; font-size: 1.125em; font-weight: bold; color: #b7bfce; background:  no-repeat right;}
@media (max-width:1480px) {
  .common-headline ul li span{font-size: 1.75em;}	
}
@media (max-width:1280px) {
  .common-headline ul li span{font-size: 1.5em;}	
}
@media (max-width:768px) {
  .common-headline.res ul{display: block; text-align: center;}
  .common-headline.res ul li{float: none; display: inline-block; width: 23.5%;}
  .common-headline.res ul li span{padding-right: 0; padding-left: 0;}
}
@media (max-width:600px) {
  .common-headline.res ul{padding-right: 40px; padding-left: 40px;}
  .common-headline.res ul li{width: 48.5%;}
  .common-headline.res ul li span{padding-top: 3px; padding-bottom: 3px;}
}

.common-thead ul li{float: left; margin-right: 1.5em;}
.common-thead ul li:last-child{margin-right: 0;}
.common-thead ul li a img{display: inline-block; vertical-align: middle; margin-right: .5em;}
.common-thead ul li a font{display: inline-block; vertical-align: middle; font-size: 1.5em; font-weight: bold; line-height: 40px; color: #1c3ba2;}
.common-thead .more{float: right; padding-top: 10px; line-height: 30px;}
@media (max-width:1280px) {
  .common-thead ul li a font{font-size: 1.375em;}	
}

.menu-cards{zoom: 1;}
.menu-cards li{float: left; width: 100%;}
.menu-cards li a.item{position: relative; display: block; text-align: center; transition: all .3s; -webkit-transition: all .3s; overflow: hidden;}
.menu-cards li a.item i{display: inline-block; position: relative; width: 60px; height: 60px; margin-right: .5em; vertical-align: middle; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease; overflow: hidden;}
.menu-cards li a.item i img{display: block; position: relative; z-index: 2; width: 100%; height: 100%;}
.menu-cards li a.item i:before{position: absolute; top: 0; right: 0; bottom: 0; left: 0; content: ""; z-index: 1; background-repeat: no-repeat;}
.menu-cards li a.item span{display: inline-block; position: relative; vertical-align: middle; font-size: 1.125em; line-height: 1.2em; text-align: left; width: 73%; max-width: 73%;}
.menu-cards li a.item span b{display: block;}
.menu-cards li a.item.rotatey i{-webkit-transition: none; -moz-transition: none; -o-transition: none; transition: none;}
.menu-cards li a.item.rotatey:hover i{transform: rotatey(360deg); transition: all .5s linear;}
.menu-cards li a.item.offset i{display: block; margin: 0 auto 1.25em; transform:translatey()} 

.menu-cards li a.item.online{padding-top: .3125em; padding-bottom: .3125em; text-align: center;}
.menu-cards li a.item.online:before{display: inline-block; vertical-align: middle; content: ""; width: 1px; height: 4.5em;}
.menu-cards li a.item.online span{text-align: center; width: 95%; max-width: 95%;}

.menu-cards.break li a.item{text-align: center;}
.menu-cards.break li a.item i{display: block; margin: 0 auto 1em;}
.menu-cards.break li a.item span{display: block; max-width: none; width: auto; text-align: center; transition: .3s all;}
.menu-cards.break li a.item span:before{display: inline-block; vertical-align: middle; content: ""; width: 1px; height: 2.4em;}
.menu-cards.break li a.item span font{display: inline-block; vertical-align: middle; width: 94%; line-height: 1.2em;}

.menu-cards.splitline{margin-right: 0; margin-left: 0;}
.menu-cards.splitline li a{margin-right: 0; margin-left: -1px; padding-top: 0; padding-bottom: 0; border-right: 1px solid #e2e2e2;}
.menu-cards.splitline li:first-child a{border-left: 1px solid #e2e2e2;}

.menu-cards.bgcolor-g li a.item{padding: .3125em 0 !important; background-color: #f7f7f7;}
.menu-cards.bgcolor-g li a.item:hover{background-color: #f1f1f1;}
.menu-cards.bgcolor-b li a.item{background-color: #f5f9ff;}
.menu-cards.bgcolor-b li a.item:hover{background-color: #e6f2ff;}

.menu-cards.border li a.item{padding-top: .3875em; padding-bottom: .3875em; background-color: #fff !important; border: 1px solid #d4d9e3 !important; border-radius: .3125em;}
.menu-cards.border li a.item:hover{background-color: #3055b8 !important; border-color: #3055b8 !important; box-shadow: 0 0 10px rgba(48, 85, 184, .25);}
.menu-cards.border li a.item:hover span{color: #fff;}

.menu-cards.normal li a.item{padding-top: 1.375em; padding-bottom: 1.375em; background-color: #f3f6f7;}
.menu-cards.normal li a.item i{margin-right: 0;}
.menu-cards.normal li a.item span{width: auto; font-size: 1.25em;}
.menu-cards.normal li a.item span b{display: none;}
.menu-cards.col-m-6 li{width: 50%;}
.menu-cards.col-m-4 li{width: 33.33333%;}
.menu-cards.col-m-3 li{width: 25%;}

.menu-cards.space20{margin: -20px -10px 0;}
.menu-cards.space20 li a{ margin: 20px 10px 0;}
.menu-cards.space30{margin: -30px -15px 0;}
.menu-cards.space30 li a{ margin: 30px 15px 0;}

.menu-cards li.li0 a.item i:before{background-position: 0 0;}
.menu-cards li.li1 a.item i:before{background-position: 0 -60px;}
.menu-cards li.li2 a.item i:before{background-position: 0 -120px;}
.menu-cards li.li3 a.item i:before{background-position: 0 -180px;}
.menu-cards li.li4 a.item i:before{background-position: 0 -240px;}
.menu-cards li.li5 a.item i:before{background-position: 0 -300px;}
.menu-cards li.li6 a.item i:before{background-position: 0 -360px;}
.menu-cards li.li7 a.item i:before{background-position: 0 -420px;}
.menu-cards li.li8 a.item i:before{background-position: 0 -480px;}
.menu-cards li.li9 a.item i:before{background-position: 0 -540px;}
.menu-cards li.li10 a.item i:before{background-position: 0 -600px;}

@media (max-width:1480px){
  .menu-cards{margin: -20px -10px 0 !important;}
  .menu-cards li a.item{margin: 20px 10px 0 !important;}
}
@media (max-width:1280px){
  .menu-cards{margin: -15px -7px 0 -8px !important;}
  .menu-cards li a.item{margin: 15px 7px 0 8px !important;}
  .menu-cards.border li a.item{padding-top: .5125em; padding-bottom: .5125em;}
}
@media (max-width:1200px){
  .menu-cards li a.item span{font-size: 1em;}
  .menu-cards.normal li a.item i{width: 50px; height: 50px;}
  .menu-cards.normal li a.item span{font-size: 1.125em;}	
  .menu-cards.normal li a.item span b{display: block;}
  
  .menu-cards li{width: 33.33333% !important;}
}
@media (max-width:992px){
  .menu-cards{margin: -1px 0 0 -1px !important;}
  .menu-cards li a.item{margin: 1px 0 0 1px !important; padding-top: 15px !important; padding-bottom: 15px !important;}
  .menu-cards.splitline li a.item{border: none !important;}
  .menu-cards.border{margin: -10px -5px 0 !important;}
  .menu-cards.border li a.item{padding-top: 10px !important; padding-bottom: 10px !important; margin: 10px 5px 0 !important;}
  .menu-cards li{width: 50% !important;}
  .menu-cards.unmerge{margin: -10px -5px 0 -5px !important;}
  .menu-cards.unmerge li a.item{margin: 10px 5px 0 5px !important;}
}
@media (max-width:768px){
  .menu-cards.normal li a.item i{width: 45px; height: 45px; margin-top:3px; margin-bottom: 3px;}
  .menu-cards.border li a.item i{width: 45px; height: 45px; margin-top:3px; margin-bottom: 3px;}
  .menu-cards li.li0 a.item i:before{background-position: 0 0;}
  .menu-cards li.li1 a.item i:before{background-position: 0 -45px;}
  .menu-cards li.li2 a.item i:before{background-position: 0 -90px;}
  .menu-cards li.li3 a.item i:before{background-position: 0 -135px;}
  .menu-cards li.li4 a.item i:before{background-position: 0 -180px;}
  .menu-cards li.li5 a.item i:before{background-position: 0 -225px;}
  .menu-cards li.li6 a.item i:before{background-position: 0 -270px;}
  .menu-cards li.li7 a.item i:before{background-position: 0 -315px;}
  .menu-cards li.li8 a.item i:before{background-position: 0 -360px;}
  .menu-cards li.li9 a.item i:before{background-position: 0 -405px;}
  .menu-cards li.li10 a.item i:before{background-position: 0 -450px;}
}
@media (max-width:600px){
  .menu-cards.normal li a.item i{width: 20%;}
  .menu-cards.normal li a.item i img{width: 45px; height: 45px; margin: 0 auto;} 
  .menu-cards.normal li a.item span{width: 75%;}
  .menu-cards.normal li a.item span b{display: none;}
  
  .menu-cards.border li a.item{padding-left: 0 !important;}
  .menu-cards.border li a.item i{width: 20%;}
  .menu-cards.border li a.item i:before{width: 45px; height: 45px; margin: 0 auto;} 
  .menu-cards.border li a.item span{width: 75%;}
}
@media (max-width:450px){
  .menu-cards li{width: 100% !important;}
  .menu-cards li a.item.online:before{height: 3em;}
}

/*owl-carousel*/
.owl-carousel .item{display: block; width: 100%; overflow: hidden;}
.owl-carousel .item img {display: block; width: 100%;}
.owl-unpage .owl-dots{display: none;}
.owl-pagination .owl-dots{position: absolute; right: 20px; bottom: 5%; text-align: center;}
.owl-pagination .owl-dots button.owl-dot{display: inline-block; width: .625em; height: .625em; margin: 0 .25em; background: #fff; border: none; border-radius: .5em; transition: all .3s; opacity: .75;}
.owl-pagination .owl-dots button.owl-dot:hover{opacity: .75;}
.owl-pagination .owl-dots button.owl-dot.active{opacity: 1;}
.owl-button-normal .owl-nav>div{position: absolute; top: 50%; margin-top: -40px; width: 45px; height: 80px; z-index: 9;}
.owl-button-normal .owl-nav>div:before{position: absolute; top: 0; right: 0; bottom: 0; left: 0; content: ""; background-color: #000; opacity: .5;}
.owl-button-normal .owl-nav>div i{position:absolute; top: 50%; right: 0; left: 0; margin-top: -.5em; text-align: center; font-size: 36px; font-weight: normal; color: #e5e5e5; line-height: 1em;}
.owl-button-normal .owl-nav>div:hover:before{opacity: .6;}
.owl-button-normal .owl-nav .owl-prev{left: 0;}
.owl-button-normal .owl-nav .owl-next{right: 0;}
.owl-button-normal.min .owl-nav>div{margin-top: -18px; width: 22px; height: 36px;}
.owl-button-normal.min .owl-nav>div i{font-size: 1.375em;}
.owl-button-normal .owl-nav>div.disabled:before{opacity: .3;}
.owl-button-normal .owl-nav>div.disabled i{opacity: .5;}


@media (max-width:1024px){
  .owl-button .owl-nav > div{margin-top: -20px; width: 40px; height: 40px;}
  .owl-button .owl-nav > div.owl-prev{left: 0;}
  .owl-button .owl-nav > div.owl-next{right: 0;}
  .owl-pagination .owl-dots{padding-top: 15px;}
}

@media (max-width:640px) {
  .owl-button.normal .owl-nav > div{width: 2em; height: 4em; margin-top: -2;}
  .owl-button.normal .owl-nav > div i{font-size: 1.5em;}
}


/* infolist */
/***
稿件列表样式：
dot:标题前带小点
md:日期-月日
ymd：日期-年月日
line:每条信息之间含分割下滑线
col*:*列
space*:多列之间含*px的间距
多列在768以下响应变成一列
res:480以下标题由一行响应成多行显示
以上类名采用简写方式，便于阅读书写，不可单独写样式，以免冲突覆盖样式。注意不要与base.css中的全家类名冲突
 ***/
.infolist li{position: relative; padding-top: .375em; padding-bottom: .375em; line-height: 1.6em; overflow: hidden; vertical-align:  top;}
.infolist li 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; top: auto; right: 0; margin: auto 0; color: #999;}
.infolist li a br{display: none;}
.infolist li:hover a{color: #1d4d9b;}
.infolist li:hover .time{color: #1d4d9b;}
.infolist.md li{padding-right: 4em;}
.infolist.ymd li{padding-right: 6em;}

.infolist.dot li a{padding-left: 18px;}
.infolist.dot li a:before{position: absolute; top: -2px; left: 0; margin-top: .8em; content: ""; width: 4px; height: 4px; background: #939598; background-repeat: no-repeat; background-position: 0 0;}
.infolist.dot li:hover a:before{background: #1d4d9b;}

.infolist.diamond li a{padding-left: 18px;}
.infolist.diamond li a:before{position: absolute; top: -3px; left: 1px; margin-top: .8em; content: ""; width: 6px; height: 6px; background: #939598; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg);}

.infolist.file li a{padding-left: 30px;}
.infolist.file li a:before{position: absolute; top: -9px; left: 0; margin-top: .8em; content: ""; width: 16px; height: 18px; background-repeat: no-repeat; background-position: 0 0;}

.infolist.line li{border-bottom: 1px solid #e1e5eb;}
.infolist.line li{padding-top: .875em; padding-bottom: .875em;}

.infolist.mark em{display: inline-block; margin-right: .625em; font-style: normal; font-size: .875em; background: #347bd7; color: #fff; padding: .25em .3125em; border-radius: .3125em; line-height: 1em;}

.infolist.rdzx li{padding-left: 8em;}
.infolist.rdzx li .number{position: absolute; top: auto; left: 0;}

.infolist.col2 li, .infolist.col3 li, .infolist.col4 li{float: left;}
.infolist.col2 li{width: 50%;}
.infolist.col3 li{width: 33.33333%;}
.infolist.col4 li{width: 25%;}
.infolist.space20{margin-left: -10px; margin-right: -10px;}
.infolist.space20 li{padding-left: 10px; padding-right: 10px;}
.infolist.space20 li .time{right: 10px;}
.infolist.space20.infolist.md li{padding-right:4.625em;}
.infolist.space20.infolist.ymd li{padding-right:6.875em;}
.infolist.space30{margin-left: -15px; margin-right: -15px;}
.infolist.space30 li{padding-left: 15px; padding-right: 15px;}
.infolist.space30 li .time{right: 15px;}
.infolist.space30.infolist.md li{padding-right:5em;}
.infolist.space30.infolist.ymd li{padding-right:7.5em;}

.infolist.split5n li:nth-child(5n):not(:last-of-type),
.infolist.split.col2 li:nth-child(10n):not(:last-of-type),
.infolist.split.col2 li:nth-child(10n - 1):not(:nth-last-of-type(2)){margin-bottom: 1em; padding-bottom: 1.5em; border-bottom:1px dashed #e5e5e5;}

@media (max-width: 768px) {
  .infolist.col2, .infolist.col3, .infolist.col4{margin-left: 0; margin-right: 0;}
  .infolist.col2 li, .infolist.col3 li, .infolist.col4 li{width: 100%; padding-left: 0;}
  .infolist.md[class*="space"] li{padding-right:60px;}
  .infolist.ymd[class*="space"] li{padding-right:100px;}
}

@media (max-width: 480px) {
  .res.infolist li{padding-right:0 !important; position: relative;}
  .res.infolist li a{position: static; display: inline; 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 li a:before{margin-top: 1.175em;} /*10 padding*/
  .res.infolist.dot li{padding-left: 1.125em;}
}


/* imagelist */
/* ===
.space*:每一列之间间隔*px
.col*: 列表分*列
=== */
.imagelist ul{zoom: 1;}
.imagelist ul li{position: relative; float: left; width: 100%;}
.imagelist ul li a{position: relative; display: block; overflow: hidden;}
.imagelist ul li a.shadow{padding: .5em; background-color: #fff; box-shadow: 0 0 12px rgba(0, 0, 0, .15);}
.imagelist ul li a .place .play{position: absolute; top: 50%; left: 50%; z-index: 1; width: 50px; height: 50px; margin-top: -25px; margin-left: -25px;}
.imagelist ul li a .place .play img{display: block; width: 100%; height: 100%;}
.imagelist ul li a .caption p{position: relative; z-index: 2;}
.imagelist ul li a .caption .elli-m{text-align: left;}
.imagelist ul li a .caption .elli-s{text-align: center;}
.imagelist ul li a .caption.inline{padding: .625em 0; line-height: 1.75em;}
.imagelist ul li a .caption.inline .elli-m{line-height: 1.6em; max-height: 3.2em; text-align: left;}
.imagelist ul li a .caption.fixed{position: absolute; right: 0; bottom: 0; left: 0; z-index: 5; padding: 12px; font-weight: bold; color: #fff;}
.imagelist ul li a .caption.fixed:after{position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; content: ""; background: rgba(0,0,0,.5); background:  repeat\0/;}
.imagelist ul li a .caption.fixed.linear:after{top: -20px; top: 0\0/;
background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .1), rgba(0, 0, 0, .45));
background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .1), rgba(0, 0, 0, .45));
background: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .1), rgba(0, 0, 0, .45));
background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .1), rgba(0, 0, 0, .45));}
.imagelist .col2 li{width: 50%;}
.imagelist .col4 li{width: 25%;}
.imagelist .col3 li{width: 33.33333%;}
.imagelist.space20 ul{margin: -20px -10px 0;}
.imagelist.space20 li a{margin: 20px 10px 0;}
.imagelist.space30 ul{margin: -30px -15px 0;}
.imagelist.space30 li a{margin: 30px 15px 0;}
.imagelist.space40 ul{margin: -30px -20px 0;}
.imagelist.space40 li a{margin: 30px 20px 0;}
.imagelist.ztpic ul li a .place{padding-top: 36.66%;}
@media (max-width: 1480px) {
  .imagelist ul{margin: -20px -10px 0 !important;}
  .imagelist ul li a{margin: 20px 10px 0 !important;}
  .imagelist ul li a .place .play{width: 40px; height: 40px; margin-top: -20px; margin-left: -20px;}
}
@media (max-width: 1280px) {
  .imagelist ul{margin: -15px -7px 0 -8px !important;}
  .imagelist ul li a{margin: 15px 7px 0 8px !important;}
}
@media (max-width:992px) {
  .imagelist .col4 li{width: 50%;}
  .imagelist.res ul li{width: 49% !important;}
}
@media (max-width:640px) {
  .imagelist ul li a .place .play{width: 30px; height: 30px; margin-top: -15px; margin-left: -15px;}
}
@media (max-width:414px) {
  .imagelist .col4 li{width: 50%;}
  .imagelist.res ul li{width: 100% !important;margin-left: 0;}
  .imagelist.res ul li a .caption.inline .elli-m{display: inline-block; height: auto;}
}

/* com-title */
.com-title h3{position:relative; display: inline-block; font-size:1.25em; font-weight:bold; color:#333;}
.com-title h3 a{color:#333;}
.com-title h3 a:hover{color:#1d4d9b;}
.com-title.square h3:before{position:absolute; top:50%; left:0; content:""; width:4px; height:16px; margin-top:-7px; background-color:#0557ac;}
.com-title.square h3{padding-left:20px;}
.com-title.square.orange h3:before{background: #ee5e37;}
.com-title.underline h3{padding-bottom: 18px;}
.com-title.underline h3:after{position:absolute; bottom: 0; left:0; content:""; width:100%; height:3px; background-color:#1d4d9b;}
.com-title.fs28 h3{font-size: 1.75em;}

/* 单行省略号 */
.elli-s{display: block; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden; max-width: 100%;}
/* 多行省略号 */
.elli-m{display: -webkit-box; display: inline-block\0/; display: inline-block\9; line-height: 1.375em; max-height: 2.75em; white-space: normal; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-break: break-all; overflow: hidden;}

.transition,
.transition *{-webkit-transition: 300ms; -moz-transition: 300ms; -o-transition: 300ms; transition: 300ms;}

.imgscale a{
	display: block;
	overflow: hidden;
}
.imgscale img{
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	-webkit-transition-duration: 4s;
	transition-duration: 4s;
	-webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
	transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.imgscale img:hover{
	-moz-transform:scale3d(1.1, 1.1, 1);
	-ms-transform:scale3d(1.1, 1.1, 1);
	-o-transform:scale3d(1.1, 1.1, 1);
	-webkit-transform:scale3d(1.1, 1.1, 1);
	transform:scale3d(1.1, 1.1, 1);
}

/* 内页innerpage */
/*** 当前位置 ***/
.crumb h2{position: relative; padding: 20px 0 20px 26px; line-height: 28px; font-size: 1em; font-weight: normal;}
.crumb h2 em{font-style: normal;}
.crumb h2:before{position: absolute; top: auto; left: 0; content: ""; margin-top: 5px; width: 16px; height: 18px; background:  no-repeat 0 0;}
.crumb a:hover{color: #1d4d9b;}
.crumb span{color: #1d4d9b;}
.crumb.gray{background: #f5f5f5;}
.crumb.line{border-bottom: 1px solid #eee;}
@media (max-width: 992px){
  .crumb h2{padding: 15px 0 15px 26px;}
}
@media (max-width: 768px){
  .crumb{background-color: #fff; border-bottom: 1px solid #eee;}
}

/*** 内页布局 ***/
.container-innerpage{position: relative;}
.container-innerpage .tab-brief > .hd .sort{float: right; line-height: 32px;}
.container-innerpage .shadow-box{border: none\0/;}
@media (max-width: 414px){
  .container-innerpage > .hd .sort{display: none;}	
}
.sidebar{float: left; width: 17.5%;}
.maincontent{float: right; position: relative; width: 82.5%;}
.maincontent .inbox{padding-left:20px; margin-left: 20px;}
.maincontent .detail{padding-right:0!important; padding-bottom:0!important;}
.maincontent .page_list{margin-bottom:15px;}
.sidebar .inbox{position: relative;}

.parentname{position:relative; z-index:11; line-height: 160%; padding: 15% 5%; font-size: 1.25em; color: #fff; font-weight:  bold; text-align: center; background:  no-repeat center bottom #293f91;}

.sidenav{position: relative; z-index: 13; overflow: hidden;}
.sidenav li a{position: relative; display: block; padding: 8% 5%; font-size: 1.125em; line-height: 1.6em; text-align: center; background-color: #fafafa; border-bottom: 1px solid #e2e2e2;}
.sidenav li a i{display: none;}
.sidenav li a:hover{background-color: #f7f7f7;}
.sidenav li a.aon{color: #293f91; background-color: #f0f0f0; font-weight: bold;}
.sidenav li.img a{padding: 0;}
.sidenav li.img a img{display: block; transform: .3s all;}
.sidenav li.img a:hover img{opacity: .85;}

.pagelist li{padding-bottom: .75em; padding-bottom: .75em;}
.pagelist .addline{margin-bottom: 30px; padding-bottom: 30px; border-bottom: 1px solid #e0e0e0;}
@media (max-width:1480px) {
  .pagelist .addline{margin-bottom: 20px; padding-bottom: 20px;}
}

@media (max-width:992px){
  .pagelist .addline{margin-bottom: 15px; padding-bottom: 15px;}
}

.singlepage{clear:both; line-height:2.25; overflow:hidden;}
.singlepage p{margin:15px 0;}
.singlepage table,
.singlepage video,
.singlepage img{max-width:100%;}


@media (max-width:992px){
  .container-innerpage > .padding:after{content: normal;}
  .sidebar, .maincontent{float:none; width:100%;}
  .sidebar .inbox:after, .maincontent:before{display: none;}
  .maincontent .inbox{padding-left:0; margin-left: 0;}
  .maincontent .rel-appendixs{border-top-width:1px; border-top-style:dashed;}

  .m-sidebar{position:fixed; left:-200px; top:0; bottom:0; z-index:99; background:rgba(0,0,0,0.6)!important; width:200px!important; transition: all .3s; -webkit-transition:all .3s;}
  .m-sidebar.active{left: 0; box-shadow:0 0 5px rgba(0,0,0,0.4);}
  .m-sidebar-mark{position:fixed; top:0; bottom:0; left:0; right:0; background-color:rgba(0,0,0,0.3); z-index:10; display:none;}
  .m-sidebar-over{width: 200px; height: 100%; overflow-x: hidden;}
  .m-sidebar-scroll{position: relative; width: 220px; height: 100%; overflow-x: hidden; overflow-y: auto;}
  .m-sidebar-icon{position:absolute; left:100%; top:15%; z-index:13; width:40px; height:40px; background: no-repeat center center; background-color:rgba(0,0,0,0.6); border-radius:0 4px 0 0;   cursor: pointer; box-shadow: 0 0 5px rgba(0,0,0,0.5);}
  .m-sidebar-icon-open{transform: rotate(180deg); border-radius: 0 0 0 4px;}
  .parentname{margin-right: 20px;}
  .sidenav{margin-right: 20px;}
  .sidenav li{margin-bottom:0; border-top:none;}
  .sidenav li a{padding: 6% 15% 6% 10%; text-align: left;}
  .sidenav li.on a i{display: block; position: absolute; top: 50%; right: 5%; line-height: 1em; margin-top: -.5em;}
  .pagelist .addline{margin-bottom: 15px; padding-bottom: 15px;}
}



/*分页*/
.pagination{padding-top: 10px; text-align: center;}
.pagination li{display: inline-block; margin: 5px 0;}
.pagination li .arrow{display: inline-block; vertical-align: top; padding: 6px 15px; color: #666; height: 20px; line-height: 20px; text-align: center; transition:  all .2s; -webkit-transition: all .2s; background: #f2f2f2; border: 1px #e8e8e8 solid; zoom: 1;}
.pagination li .arrow:hover{color: #333; border-color: #ccc;}
.pagination li .arrow.current{color: #fff; background: #2e68ba; border-color: #2e68ba;}
.pagination li .arrow.normal{background: #fff;}
.pagination li span.arrow{color: #999;}
.pagination li span.arrow:hover{color: #999; border-color: #e8e8e8;}
.pagination li.pagejump font{display: inline-block; vertical-align: top; height: 32px; line-height: 32px; margin-right: 2px; margin-left: 2px;}
.pagination li.pagejump .inputtext{width: 35px; padding-right: 0; padding-left: 0;}
.pagination li.pagejump .inputtext:focus{border-color: #2e68ba;}

@media (max-width:992px) {
  .pagination li.pagejump{display: none;}	
}

@media (max-width:640px) {
  .pagination{text-align: left;}
  .pagination li .arrow{padding: 0 5px; border: none; background-color: transparent !important;}
  .pagination li .arrow.current{color: #2e68ba; font-weight: bold;}
}

/* 外链跳转 */
.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; }
}

/*easybtn*/
.easybtn{position: fixed; right: 0px; z-index: 98;top: 270px;}
.easybtn .quick-panel{-webkit-transition: top ease .4s; -moz-transition: top ease .4s; -ms-transition: top ease .4s; transition: top ease .4s;}
.easybtn dl{position: relative; margin-bottom: 5px;}
.easybtn dl dt a{display: block; width: 40px; height: 40px; padding: 12px; background: #fff; background:  no-repeat 0 0\0/; -moz-box-shadow: 0 0 15px rgba(102,157,217,0.18); -o-box-shadow: 0 0 15px rgba(102,157,217,0.18); -webkit-box-shadow: 0 0 15px rgba(102,157,217,0.18); box-shadow: 0 0 15px rgba(102,157,217,0.18); cursor: pointer; overflow: hidden; border-radius: 50%;}
.easybtn dl dt a:before{content: ""; display: block; margin: 0 auto; width: 100%; height: 100%; background:  no-repeat;}
.easybtn dl dt a span{display: none; text-align: center; font-size: 18px; color: #71b0f0; font-weight: bold; line-height: 20px; white-space: nowrap;}
.easybtn dl.on dt a{background-image: ;}
.easybtn dl.on dt a:before{background-image: ;}
.easybtn dl.on dt a span{color: #0067cf;}
.easybtn dl dt a:hover{background: ;}
.easybtn dl dt a:hover:before{background-image: ;}
.easybtn dl dt a:hover span{color: #0067cf;}
.easybtn dl.dl-dy dt a:before{background-position: 0 0;}
.easybtn dl.dl-wx dt a:before{background-position: 0 -40px;}
.easybtn dl.dl-wb dt a:before{background-position: 0 -80px;}
.easybtn dl.dl-znzx dt a:before{background-position: 0 -120px;}
.easybtn dl.dl-wza dt a:before{background-position: 0 -160px;}
.easybtn dl.dl-ghb dt a:before{background-position: 0 -200px;}
.easybtn dl.dl-gotop dt a:before{background-position: 0 -240px;}
.easybtn dl.dl-toggle dt a:before{background-position: 0 -280px;}
.easybtn dl.dl-gotop{display: none;}
.easybtn dl.normal dt a{background: none !important; box-shadow: none; padding-top: 0; padding-bottom: 0;}
.easybtn dl.dl-gs dt a:before{content: normal !important;}
.easybtn dl.dl-gs dt a span{display: block;}

.easybtn dl dd{position: absolute; right: 120%; top: 0; display:none;}
.easybtn dl dd .cont{position: relative; padding: 10px; *border: #dae0e4 1px solid; background: #fff; -moz-box-shadow: 0 0 5px 1px rgba(0,0,0,0.18); -o-box-shadow: 0 0 5px 1px rgba(0,0,0,0.18); -webkit-box-shadow: 0 0 5px 1px rgba(0,0,0,0.18); box-shadow: 0 0 5px 1px rgba(0,0,0,0.18); -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;}
.easybtn dl dd img{display: block; width: 120px; height: 120px;}
.easybtn dl dd span{display: block; width: 120px; text-align: center; font-size: 14px; color: #666; line-height: 18px; white-space: nowrap;}
.easybtn dl dd .cont:after{content: ""; width: 0; height: 0; overflow: hidden; border: 10px solid transparent; border-left-color: #fff; position: absolute; right: -20px; top: 15px;}
.easybtn dl dd .cont:before{position: absolute; right: -22px; top: 14px; content: ""; width: 0; height: 0; overflow: hidden; border: 11px solid transparent; border-left-color: #dae0e4;}
.easybtn dl dd.share{padding-right: 0;}
.easybtn dl dd.share .box{margin-right: -1px; padding: 15px 15px 14px 15px; width: 210px; height: 36px; background-color: #fff; border: 1px solid #e5e5e5;}
.easybtn dl dd.share .box h5{float: left; font-size: 15px; line-height: 36px;}

.easybtn-opened .quick-panel{display: none;}
.easybtn-opened dl.dl-toggle dt a:before{background-image: ; background-position: 0 0;}
@media (max-width:1480px) {
  .easybtn{right: 20px;}
  .easybtn dl dt a{width: 30px; height: 30px; padding: 10px; background-image: \0/;}
  .easybtn dl dt a:before{background:  no-repeat;}
  .easybtn dl.on dt a:before{background-image: ;}
  .easybtn dl dt a:hover{background-image: ;}
  .easybtn dl dt a:hover:before{background-image: ;}
  .easybtn dl dt a span{font-size: 15px; line-height: 15px;}
  .easybtn dl.dl-wx dt a:before{background-position: 0 -30px;}
  .easybtn dl.dl-wb dt a:before{background-position: 0 -60px;}
  .easybtn dl.dl-znzx dt a:before{background-position: 0 -90px;}
  .easybtn dl.dl-wza dt a:before{background-position: 0 -120px;}
  .easybtn dl.dl-ghb dt a:before{background-position: 0 -150px;}
  .easybtn dl.dl-gotop dt a:before{background-position: 0 -180px;}
  .easybtn dl.dl-toggle dt a:before{background-position: 0 -210px;}
  .easybtn-opened dl.dl-toggle dt a:before{background-image: ; background-position: 0 0;}
}
@media (max-width:1200px) {
  .easybtn{display: none;}
}

.wrapper{position: relative; min-height: 30px; background:  repeat-x top #fff;}
.wrapper.index{background-image: ;}
.wrapper .easybtn{position: absolute; top: 35px;}
.wrapper .easybtn.fixed{position: fixed; top: 50%; top: auto\0/; bottom: 30px\0/; top: auto\9; bottom: 30px\9; transform: translatey(-50%);  transform: none\9; margin-top: 0 !important;}

.body-layer{padding-top: 20px; padding-bottom: 20px;}
.body-layer .container{position: relative; z-index: 2;}
@media (max-width:1200px) {
  .body-layer{padding-top: 30px; padding-bottom: 30px;}	
  .wrapper.format .container.pt40{padding-top: 30px;}
}

/* 归档 */
.guidang{position: absolute; top: -45px; right: 0; width: 258px; height: 104px; background:  no-repeat; z-index: 9;}
.guidang span{display: block; padding: 4px 0 0 116px; line-height: 32px; color: #c81208; font-size: 1em; font-weight: bold; transform:rotate(-2deg); 
-ms-transform:rotate(-2deg); 	/* ie 9 */
-moz-transform:rotate(-2deg); 	/* firefox */
-webkit-transform:rotate(-2deg); /* safari 和 chrome */
-o-transform:rotate(-2deg);}

/** 动画 **/
.set-anim{-webkit-animation-duration: 0.3s; -webkit-animation-fill-mode: both; animation-duration: 0.3s; animation-fill-mode: both;}
.set-anim-upbit{-webkit-animation-name: set-upbit; animation-name: set-upbit;}
/* 微微往上滑入 */
@-webkit-keyframes set-upbit{
  from {-webkit-transform: translate3d(0, 15px, 0); opacity: 0.3;}
  to {-webkit-transform: translate3d(0, 0, 0);  opacity: 1;}
}
@keyframes set-upbit{
  from{transform: translate3d(0, 15px, 0);  opacity: 0.3;}
  to{transform: translate3d(0, 0, 0);  opacity: 1;}
}

.swiper-toolbar{text-align: center;}
.swiper-toolbar > div{display: inline-block; vertical-align: middle;}
.swiper-toolbar > div.swiper-ctrl-button{position: relative; width: 64px; height: 64px; cursor: pointer; outline: none;}
.swiper-toolbar > div.swiper-ctrl-button i{position: absolute; top: 0; right: 0; left: 0; width: 50px; width: 100%\0/; height: 50px; height: 100%\0/; margin: 3px auto 0; margin: 0 auto\0/; background: #fff; background:  no-repeat center top\0/; border-radius: 50%; box-shadow: 0 5px 12px rgba(0,0,0,.15);}
.swiper-toolbar > div.swiper-ctrl-button i:before{position: absolute; top: 50%; right: 0; left: 0; content: ""; margin: -12px auto 0 auto; margin: -16px auto 0 auto\0/; width: 24px; height: 24px; background-repeat: no-repeat; background-position: 0 0;}
.swiper-toolbar > div.swiper-ctrl-prev i:before{background-image: ;}
.swiper-toolbar > div.swiper-ctrl-next i:before{background-image: ;}
.swiper-toolbar > div.swiper-ctrl-button:hover i:before{background-position: 0 -24px;}
:root .swiper-toolbar > div.swiper-ctrl-button i{width: 50px; height: 50px;}
:root .swiper-toolbar > div.swiper-ctrl-button i:before{margin: -12px auto 0 auto;}
@media (max-width:992px){
  .swiper-toolbar > div.swiper-ctrl-button{width: 50px; height: 50px;}
  .swiper-toolbar > div.swiper-ctrl-button i{width: 40px; height: 40px;}
  :root .swiper-toolbar > div.swiper-ctrl-button i{width: 40px; height: 40px;}
}
@media (max-width:414px){
  .swiper-toolbar > div.swiper-ctrl-button{width: 40px; height: 40px;}
  .swiper-toolbar > div.swiper-ctrl-button i{width: 30px; height: 30px;}
  :root .swiper-toolbar > div.swiper-ctrl-button i{width: 30px; height: 30px;}
}
.swiper-toolbar > div.swiper-pagination{position: relative; margin: 0 15px;}
.swiper-toolbar > div.swiper-pagination .swiper-pagination-bullet{background-color: transparent; width: 8px; height: 8px; margin: 0 5px; border: 1px solid #0b45a1; border-radius: 100%; cursor: pointer; opacity: 1;} 
.swiper-toolbar > div.swiper-pagination .swiper-pagination-bullet-active{background-color: #0b45a1;}
.swiper-toolbar > div.swiper-pagination .swiper-pagination-switch{display: inline-block; width: 8px; height: 8px; margin: 0 5px; border: 1px solid #0b45a1; border-radius: 100%; cursor: pointer;}
.swiper-toolbar > div.swiper-pagination .swiper-active-switch{background-color: #0b45a1;}

