body {
  overflow-x: hidden;
  height: 100%;
  margin: 0 auto;
  font-family: "Microsoft YaHei", 'ÃƒÂ¥Ã‚Â¾Ã‚Â®ÃƒÂ¨Ã‚Â½Ã‚Â¯ÃƒÂ©Ã¢â‚¬ÂºÃ¢â‚¬Â¦ÃƒÂ©Ã‚Â»Ã¢â‚¬Ëœ', sans-serif;
}
.container {
  *zoom: 1;
}
.container:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
@media (min-width: 1200px) {
  .container {
    width: 1100px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1280px) {
  .container {
    width: 1254px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1600px) {
  .container {
    width: 1400px;
  }
}

.float-box {
  position: fixed;
  right: 0;
  top: 85%;
  transform: translateY(-50%);
  z-index: 9999;
  width: 44px;
}
.float-box div {
  margin-bottom: 6px;
}
.float-box div img {
  display: block;
  max-width: 100%;
}

/*nav*/
nav.navbar.bootsnav {
  min-height: 50px;
  border: none;
  background: #0d4994;
  z-index: 1000;
}
nav.navbar.bootsnav .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
nav.navbar.bootsnav ul.nav {
  width: 100%;
}
nav.navbar.bootsnav ul.nav > li:last-child {
  background: none;
}
nav.navbar.bootsnav ul.nav > li > a {
  padding: 10px 5px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  position: relative;
}
nav.navbar.bootsnav ul.nav > li > a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  background-color: #F1F1F1;
  height: 4px;
  transform: translateX(-50%);
  width: 0;
  overflow: hidden;
  transition: all .3s;
}
nav.navbar.bootsnav ul.nav li > a:hover,
nav.navbar.bootsnav ul.nav li > a:focus,
nav.navbar.bootsnav ul.nav li.active > a:hover,
nav.navbar.bootsnav ul.nav li.active > a:focus,
nav.navbar.bootsnav ul.nav li.active > a {
  background-color: #c61111!important;
  color: #fff!important;
}
nav.navbar.bootsnav ul.nav li.dropdown a:hover,
nav.navbar.bootsnav ul.nav li.dropdown a:focus,
nav.navbar.bootsnav ul.nav li.dropdown.active a:focus {
  background-color: transparent !important;
}
nav.navbar.bootsnav ul.nav li.dropdown:hover > a {
  background: #c61111!important;
  color: #fff;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
  border: none;
  border-left: 3px solid #0d4994;
  width: 100%;
  min-width: 160px;
  padding-top: 10px;
  padding-bottom: 10px;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a {
  border-bottom: none;
  color: #444444;
  margin: 0;
  padding: 8px 15px;
  line-height: 24px;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a:hover {
  color: #0d4994!important;
}
nav.navbar.bootsnav.scroll {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
}
.header{
  min-height:140px;
  background:url(ia_bg01.png) top center no-repeat;
  background-size:cover;
  padding:30px 0 29px 0;
}
.header-wrap .header-tool{
  position:absolute;
  top:0;
  right:0;
}
.header-wrap>ul{
  overflow:hidden;
}
.header-wrap>ul>li{
  float:left;
  line-height:28px;
}
.header-wrap>ul>li>a{
  font-size:14px;
  color:#fff;
  position:relative;
  padding:0 20px;
}
.header-wrap>ul>li>a:after{
  content:'';
  display:inline-block;
  width:2px;
  height:15px;
  background:#d3dce6;
  position:absolute;
  right:0;
  top:50%;
  transform:translateY(-50%);
}
.header-wrap>ul>li:first-child>a{
  padding-left:0;
}
.header-wrap>ul>li.tool>a:after{
  display:none;
}
.header-wrap li.search-trigger{
  width:28px;
  height:28px;
  cursor:pointer;
  border-radius:50%;
  border:1px solid #fff;
  background:url(ia_icon02.png) center center no-repeat;
  background-size:14px 14px;
}
.header-wrap .search-trigger.active{
  background: url(ia_icon04.png) no-repeat center center;
  background-size:14px 14px;
}
.main{
  margin-top:30px;
}
.index-banner-swiper .banner-box{
  position:relative;
}
.banner-box .info-cont{
  position:absolute;
  left:0;
  bottom:0px;
  padding-bottom:30px;
  width:100%;
  height:200px;
  background:url(ia_bg02.png) bottom center no-repeat;
}
.info-cont .text{
  position:absolute;
  left:0px;
  width:100%;
  bottom:30px;
}
.info-cont .text .info-title{
  position:relative;
  left:0;
  bottom:-100px;
  display:inline-block;
  height: 0;
  color:#fff;
  min-height:59px;
  font-size:18px;
  font-weight:700;
  transition:all ease 2s;
  padding:16px 40px 16px 25px;
}
.info-cont .text .info-title span{
  color:#fff;
  position:relative;
  z-index:9;
  transition:all ease 0.25s;
}
.info-cont .text .info-title:after{
  content:'';
  display:inline-block;
  position:absolute;
  left:0;
  width:100%;
  bottom:0;
  border-bottom: 59px solid rgba(13,73,148,0.5);
  border-left: 0px solid transparent;
  border-right: 35px solid transparent;
}
.swiper-slide-active .info-cont .text .info-title{
  bottom:0;
}
.info-cont .text .info-title span:hover{
  color:#ef6420;
}
.index-banner .swiper-pagination-bullet{
  width:20px;
  height:22px;
  color:#a59f9d;
  opacity:1;
  font-size:18px;
  line-height:18px;
  background:url(ia_icon05.png) center center no-repeat;
  background-size:cover;
  position:relative;
}
.index-banner .swiper-pagination-bullet:after,.index-banner .swiper-pagination-bullet:before{
  content:'';
  display:inline-block;
  width:18px;
  height:1px;
  background:#fff;
  position:absolute;
  top:50%;
  transform:translateY(-50%);
}
.index-banner .swiper-pagination-bullet:after{
  right:-24px;
}
.index-banner .swiper-pagination-bullet:before{
  left:-24px;
}
.index-banner .swiper-pagination-bullet-active{
  color:#fff;
  background:url(ia_icon06.png) center center no-repeat;
  background-size:cover;
}
.index-banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
  margin:0 24px;
}
.index-banner img{
  max-height:560px;
}
.common-title{
  position:relative;
}
.common-title span{
  font-size:28px;
  font-weight:700;
  color:#333;
  padding-bottom:10px;
  position:relative;
  display:inline-block;
}
.common-title span:after{
  content:'';
  position:absolute;
  bottom:0;
  left:0;
  width:30px;
  height:2px;
  background:#c61111;
}
.common-title a{
  position:absolute;
  right:0;
  top:10px;
  padding-right:15px;
  font-size: 14px;
  color: #0d4994;
  background:url(ia_icon08.png) right center no-repeat;
}
.switch-item{
  margin-top:30px;
}
.switch-top{
  position:relative;
  min-height:210px;
  background:#fff;
  padding:15px 20px 15px 360px;
}
.switch .focus-bottom li{
  margin:25px 0;
}
.switch .focus-bottom li:last-child{
  margin-bottom:0;
}
.switch-top .img-boxs{
  width:330px;
  height:210px;
  position:absolute;
  left:0;
  top:0;
}
.switch-top .img-boxs img{
  width:100%;
  min-height:210px;
}
.switch-cont a{
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
  color: #333333;
  margin:10px 0;
  display:block;
  font-size: 18px;
}
.switch-cont a:hover{
  color:#0d4994;
}
.switch-cont .data-s{
  color:#d41314;
  font-size:14px;
}
.switch-cont .des{
  font-size: 14px;
  line-height: 25px;
  color: #666666;
}
.focus-bottom{
  padding-top:15px;
}
.focus-bottom li{
  position:relative;
  padding-left:20px;
  margin:13px 0;
  background:url(ia_icon08.png) left 6px no-repeat;
}
.focus-bottom li:nth-child(n+6){
  display:none;
}
.focus-bottom li .data-s{
  position:absolute;
  right:0;
  top:50%;
  font-size: 14px;
  color: #343434;
  transform:translateY(-50%);
}
.focus-bottom li a{
  font-size: 18px;
  color: #000;
  padding-right:100px;
}
.main-wrap .switch-item .focus-bottom li a{
  font-size: 16px;
}
.focus-bottom li a:hover{
  color:#0d4994;
}
.focus-bg{
  background:url(ia_bg04.png) bottom center no-repeat;
  background-size:cover;
}
.active-bg{
  background:url(ia_bg07.png) top center no-repeat;
  background-size:cover;
}
.active-bg,.dybg{
  padding-top:30px;
  padding-bottom:30px;
}
.switch-tab{
  position:relative;
}
.switch-tab li{
  float:left;
  cursor:pointer;
}
.switch-tab .common-title{
  position:initial;
}
.switch-tab .common-title:last-child{
  margin-left:50px;
} 
.switch-tab .common-title.active span{
  color:#0d4994;
}
.switch-tab .common-title span:after{
  display:none;
}
.switch-tab .common-title.active span:after{
  display:block;
}
.switch-tab .common-title a{
  display:none;
}
.switch-tab .common-title.active a{
  display:block;
}
.switch-bar .switch-top{
  padding:1px 0 22px 0;
  min-height:auto;
  border-bottom:1px solid #e1dbdb;
}
.switch-bar .switch-item{
  display:none;
}
.switch-bar .switch-item.active{
  display:block;
}
.swit-aside{
  margin-top:30px;
}
.swit-aside li{
  position:relative;
  padding-left:95px;
  padding-top:10px;
  padding-right:15px;
  margin-bottom:16px;
  min-height:72px;
  background:rgba(232, 239, 246, 0.5);
  transition:all ease 0.25s;
}
.swit-aside li:hover{
  background:rgba(232, 239, 246, 1);
}
.swit-aside li:last-child{
  margin-bottom:0;
}
.swit-aside li .time{
  position:absolute;
  top:0;
  left:0;
  width:76px;
  height:72px;
  border-right:4px solid #fff;
  padding-top:5px;
  background:#e8eff6;
  text-align:center;
}
.swit-aside li .time span{
  color:#0d4994;
  display:inline-block;
}
.swit-aside li .time .mo{
  font-size:24px;
  font-weight:700;
}
.swit-aside li .time .year{
  font-size:14px;
}
.swit-aside li a.db{
  font-size: 16px;
  line-height: 26px;
  color: #333333;
}
.swit-aside li a.db:hover{
  color:#0d4994;
}
.notice-item{
  margin-top:20px;
}
.notice-item>li>a{
  position:relative;
  display:inline-block;
  width:100%;
  border-radius:6px;
  overflow:hidden;
  min-height:110px;
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center center;
}
.notice-item>li>a span{
  font-size: 30px;
  line-height: 20px;
  color:#fff;
  padding:0 45px;
  display:inline-block;
  position:relative;
}
.notice-item>li>a>div{
  position:absolute;
  left:50%;
  top:50%;
  width:100%;
  text-align:center;
  transform:translate(-50%,-50%);
}
.notice-item>li>a>div>span:after{
  left:0;
  width:40px;
  height:32px;
}
.notice-item>li>a>div>span:before{
  right:0;
  width:34px;
  height:32px;
}
.notice-item>li:first-child>a>div>span:after{
  background:url(ia_icon09.png) left center no-repeat;
}
.notice-item>li:first-child>a>div>span:before,.notice-item>li:last-child>a>div>span:before{
  background:url(ia_icon11.png) left center no-repeat;
}
.notice-item>li:last-child>a>div>span:after{
  background:url(ia_icon10.png) left center no-repeat;
}
.notice-item>li>a>div>span:after,.notice-item>li>a>div>span:before{
  position:absolute;
  content:'';
  display:inline-block;
  top:50%;
  transform:translateY(-50%);
}
.active-wrap{
  margin-top:70px;
}
.active-wrap .db{
  padding-left:80px;
}
.active-wrap .img-boxs{
  border-radius:5px;
  overflow:hidden;
  padding:20px 20px !important;
  position:relative;
  max-height:340px;
  min-height:340px;
}
.active-wrap .img-boxs:after{
  top:20px !important;
}
.active-wrap .img-boxs span .bo{
  font-size: 22px !important;
}
.active-wrap .img-boxs img{
  width:100%;
}
.active-wrap .img-boxs .title{
  background:#fff;
  position:absolute;
  width:100%;
  min-height:60px;
  z-index:9;
  left:0;
  bottom:0;
  font-size: 18px;
  line-height: 28px;
  color: #333333;
  font-weight:700;
  padding:10px 12px;
  transition:all ease 0.25s;
}
.active-wrap .img-boxs:hover .title{
  color:#0d4994;
}
.active-wrap .time{
  position:absolute;
  background:#c61111;
  left:0;
  bottom:0;
  width:80px;
  height:250px;
  padding:30px 10px 30px 10px;
  border-radius: 0px 0px 0px 10px;
  background-image:url(ia_icon12.png);
  background-position:15px 220px;
  background-repeat:no-repeat;
}
.active-wrap .time span{
  color:#fff;
  display:block;
}
.active-wrap .time span.bo{
  font-size:16px;
  position:relative;
  padding-bottom:5px;
}
.active-wrap .time span.bo:after{
  position:absolute;
  content:'';
  display:block;
  width:11px;
  height:1px;
  background:#fff;
  bottom:0;
  left:0;
}
.active-wrap .time span.bo i{
  font-size:24px;
  font-style:initial;
}
.active-wrap .time span.sm{
  font-size:12px;
  margin-top:5px;
}
.active-item{
  position:relative;
}
.active-item .active-list{
  float:left;
  width:50%;
  min-height:170px;
  transition:all ease 0.25s;
  border:1px solid rgba(13, 73, 148, 0.1);
}
.active-item .tim span{
  font-size: 16px;
  color: #333333;
}
.active-item .tim span .bo{
  font-size: 36px;
  color: #c61111;
  font-style:initial;
}
.active-item .active-list .tit{
  font-size: 18px;
  line-height: 28px;
  color: #333333;
  display:block;
}
.active-item .active-list:hover{
  background:#fcfcfc;
  box-shadow:0px 0px 20px 0px rgba(0, 0, 0, 0.08);
}
.active-item .active-list:hover .tit{
  color:#0d4994;
  font-weight:700;
}
.index-active .index-active-tool{
  position:absolute;
  width:60px;
  height:25px;
  bottom:0;
  right:0;
}
.index-active-tool .swiper-button:after{
  display:none;
}
.index-active-tool .active-next,.index-active-tool .active-prev{
  width:25px;
  height:25px;
  top:21px;
}
.index-active-tool .active-prev{
  background:url(ia_icon13.png) center center no-repeat;
  left:0;
}
.index-active-tool .active-next{
  background:url(ia_icon14.png) center center no-repeat;
  right:0;
}
.unit-box .unit-list,.active-wrap{
  margin-top:30px !important;
}
.unit-list>li>a{
  font-size: 18px;
  color: #ffffff;
  padding-left:31px;
  margin-bottom:15px !important;
  background:url(ia_icon15.png) left center no-repeat;
}
.unit-list>li>a:hover{
  color:#ef6420;
}
.unit-bg .unit-tit .unit-wrap{
  padding-top:40px;
}
.unit-row a.db{
  border-radius:5px;
  position:relative;
}
.unit-row a.db span{
  font-size: 22px;
  color: #ffffff;
  font-weight: 700;
  position: absolute;
  width: 60%;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.unit-golink{
  padding-top:60px;
  padding-bottom:140px;
}
.unit-golink .row-25{
  display:flex;
  justify-content:space-between;
}
.unit-golink .row-25 .col-25{
  flex:1;
}
.unit-golink .db{
  position:relative;
  min-height:130px;
  padding-left:145px;
}
.unit-golink .unit-icon{
  position:absolute;
  left:0;
  top:0;
  width:130px;
  height:130px;
}
.unit-golink .unit-icon .unit-bgs{
  position:relative;
  height:130px;
}
.unit-golink .unit-icon .unit-bgs:after{
  content:'';
  display:inline-block;
  width:130px;
  height:130px;
  background:url(ia_bg14.png) center center no-repeat;
  position:absolute;
  top:0;
  left:0;
}
.unit-golink .icon-wrap{
  width:93px;
  height:93px;
  border-radius:50%;
  position:relative;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  background:rgba(13, 73, 148, 0.2);
}
.unit-golink .icon-wrap .icon{
  position:absolute;
  top:50%;
  left:50%;
  width:38px;
  height:38px;
  transform:translate(-50%,-50%);
}
.unit-golink .col-md-3:nth-child(1) .icon-wrap .icon{
  background:url(ia_icon16.png) center center no-repeat;
  background-size:cover;
}
.unit-golink .col-md-3:nth-child(2) .icon-wrap .icon{
  background:url(ia_icon18.png) center center no-repeat;
  background-size:cover;
}
.unit-golink .col-md-3:nth-child(3) .icon-wrap .icon{
  background:url(ia_icon20.png) center center no-repeat;
  background-size:cover;
}
.unit-golink .col-md-3:nth-child(4) .icon-wrap .icon{
  background:url(ia_icon22.png) center center no-repeat;
  background-size:cover;
}
.unit-golink .col-md-3:nth-child(5) .icon-wrap .icon{
  background:url(ia_icon24.png) center center no-repeat;
  background-size:cover;
}

.unit-golink .col-md-4:nth-child(1) .icon-wrap .icon{
  background:url(ia_icon16.png) center center no-repeat;
  background-size:cover;
}
.unit-golink .col-md-4:nth-child(2) .icon-wrap .icon{
  background:url(ia_icon18.png) center center no-repeat;
  background-size:cover;
}
.unit-golink .col-md-4:nth-child(3) .icon-wrap .icon{
  background:url(ia_icon20.png) center center no-repeat;
  background-size:cover;
}
.unit-golink .col-md-4:nth-child(4) .icon-wrap .icon{
  background:url(ia_icon22.png) center center no-repeat;
  background-size:cover;
}
.unit-golink .col-md-4:nth-child(5) .icon-wrap .icon{
  background:url(ia_icon24.png) center center no-repeat;
  background-size:cover;
}

.unit-golink .db:hover .icon-wrap{
  background:rgba(13, 73, 148, 1);
}
.unit-golink .db:hover .unit-icon .unit-bgs:after{
  background:url(ia_bg13.png) center center no-repeat;
  animation:xuanzhuan 5s linear infinite 0s;
}
.unit-golink .db:hover .icon-wrap .icon{
  transform:translate(-50%,-50%) scale(1.08);
}
.unit-golink .col-md-3:nth-child(1) .db:hover .icon-wrap .icon{
  background:url(ia_icon17.png) center center no-repeat;
  background-size:cover;
}
.unit-golink .col-md-3:nth-child(2) .db:hover .icon-wrap .icon{
  background:url(ia_icon19.png) center center no-repeat;
  background-size:cover;
}
.unit-golink .col-md-3:nth-child(3) .db:hover .icon-wrap .icon{
  background:url(ia_icon21.png) center center no-repeat;
  background-size:cover;
}
.unit-golink .col-md-3:nth-child(4) .db:hover .icon-wrap .icon{
  background:url(ia_icon23.png) center center no-repeat;
  background-size:cover;
}
.unit-golink .col-md-3:nth-child(5) .db:hover .icon-wrap .icon{
  background:url(ia_icon25.png) center center no-repeat;
  background-size:cover;
}
.unit-golink .db .title{
  font-size: 18px;
  color: #333333;
  padding-top:50px;
  padding-left: 30px;
}
.unit-link{
  padding:30px 50px;
  background-color: #ffffff;
  box-shadow: -1px 4px 20px 0px 
      rgba(161, 161, 161, 0.18);
}
.unit-link li{
  padding:8px 0;
}
.unit-link li>a{
  font-size: 18px;
  color: #000000;
  padding-left:20px;
  background:url(ia_icon26.png) left center no-repeat;
}
.unit-link li>a:hover{
  color:#0d4994;
}
.index-footer .footer{
  padding-top:130px;
}
.footer{
  padding:45px 0;
  background:url(ia_bg09.png) center center no-repeat;
  background-size:cover;
}
.footer-wrap{
  position:relative;
}
.footer-wrap a.db,.footer-wrap .footer-info,.footer-wrap .work{
  float:left;
}
.footer-wrap a.db{
  margin-right:80px;
  padding-top:9px;
}
.footer-info{
  padding-left:90px;
  border-left:1px solid rgba(255, 255, 255, 0.4);
} 
.footer-link>li{
  float:left;
}
.footer-link>li>a{
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  padding-right:6px;
  display:inline-block;
  margin-right:6px;
  position:relative;
}
.footer-link>li:last-child>a:after{
  display:none;
}
.footer-link>li>a:after{
  content:'';
  display:inline-block;
  width:1px;
  height:14px;
  background:#fff;
  position:absolute;
  right:0;
  top:50%;
  transform:translateY(-50%);
}
.footer-info .info p{
  font-size: 14px;
  line-height: 21px;
  color: #ffffff;
}
.footer-info .info p a{
  color:#fff;
}
.footer-link>li>a:hover,
.footer-info .info p a:hover{
  color:#ef6420;
}
.footer-wrap .work{
  position:absolute;
  right:0;
  top:50%;
  transform:translateY(-50%);
}
/* ÃƒÂ¥Ã¢â‚¬Â¦Ã‚Â¶ÃƒÂ¤Ã‚Â»Ã¢â‚¬â€œÃƒÂ¥Ã¢â‚¬Â Ã¢â‚¬Â¦ÃƒÂ©Ã‚Â¡Ã‚Âµ */
.other-box{
  padding-top:10px;
  background:url(ia_bg16.png) top center no-repeat;
}
.other-box .aside-item {
  border-radius: 0px 0px 4px 4px;
}
.other-box .aside-item h3 {
  padding: 25px 0 0 20px;
  background: url(ia_bg15.png) top center no-repeat;
  border-bottom:4px solid #c61111;
}
.other-box .aside-item h3 span {
  line-height: 30px;
  font-size: 22px;
  color: #ffffff;
  font-weight: 700;
  padding: 24px 0 16px 0;
  display: inline-block;
}
.other-box .aside-item .aside-list {
  background: #fff;
  padding-bottom:5px;
  min-height:270px;
}
.other-box .aside-item .aside-list li {
  padding: 0px 20px;
  transition: all ease 0.25s;
}
.other-box .aside-item .aside-list li:hover {
  background: #daecff;
}
.other-box .aside-item .aside-list li:hover a {
  color: #0d4994;
}
.other-box .aside-item .aside-list li:hover a:after{
  background:#0652aa;
}
.other-box .aside-item .aside-list li.active {
  background: #daecff;
}
.other-box .aside-item .aside-list li.active a {
  color: #3d55a7;
}
.other-box .aside-item .aside-list li a {
  display: inline-block;
  position: relative;
  padding: 15px 20px;
  font-size: 16px;
  color: #343434;
  width: 100%;
  font-weight:700;
  background:url(ia_icon27.png) right center no-repeat;
  border-bottom:1px solid #e0e8f4;
}
.other-box .aside-item .aside-list li:last-child a{
  border-bottom:none;
}
.other-box .aside-item .aside-list li a:after{
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 5px;
  height: 17px;
  background: #c8cddf;
  border-radius: 3px;
  transform: translateY(-50%);
  background:#0d4994;
}
.other-box .ti-ma{
  background:#fff;
  margin-top:30px;
  padding:20px 30px 40px 30px;
}
.other-box .ti-ma .tuwen{
  min-height:150px;
}
.other-box .common-title{
  padding-bottom:13px;
  border-bottom:1px solid #cfd8e4;
  background:url(ia_bg17.png) right bottom no-repeat;
}
.other-box .common-title a{
  background:none;
  position:inherit;
  padding-right:0px;
  top:auto;
}
.other-box .common-title a.h22{
  font-size: 22px;
  color: #343434;
  position:inherit;
  background:none;
  top:auto;
  padding-right:0;
}
.other-box .common-title a.h22:after{
  content:'';
  display:inline-block;
  width:100%;
  height:4px;
  background:#c61111;
  position:absolute;
  left:0;
  bottom:-16px;
}
.other-box .bread-item-groups {
  float: right;
  padding-top:10px;
}
.other-box .bread-item-groups .bread-location,
.other-box .bread-item-groups .bread-item {
  display: inline-block;
  color: #999;
}
.other-box .bread-item-groups .bread-item a {
  color: #808080;
}
.other-box .bread-item-groups .bread-item a:hover{
  color:#3d55a7;
}
.other-box .bread-item-groups .bread-item a:last-child {
  color: #c61111;
}
.other-box .bread-item-groups .bread-item a:last-child:after {
  display: none;
}
.tuwen .wenzi-item li {
  transition: all ease 0.3s;
  overflow:hidden;
  width:100%;
  padding:14px 0 11px 0;
  position:relative;
  border-bottom:1px solid #e1ebeb;
}
.tuwen .wenzi-item li:hover .data-s,.tuwen .wenzi-item li:hover a{
  color: #c61111;
}
.tuwen .wenzi-item li a {
  font-size: 18px;
  color: #333333;
  padding-left:30px;
  position: relative;
  display: inline-block;
  width: 100%;
  background: url(ia_icon28.png) left center no-repeat;
}
.tuwen .wenzi-item li .data-s {
  float: right;
  color: #999;
}
.tuwen .tupian-item{
  padding-top:30px;
}
.tuwen .tupian-item li {
  margin-bottom: 30px;
}
.tuwen .tupian-item a.db img {
  min-height: 205px;
  max-height: 205px;
  object-fit: cover;
  width: 100%;
}
.tuwen .tupian-item a.db .title {
  min-height: 50px;
  margin-top: 15px;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  transition:all ease 0.25s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
}
.tuwen .tupian-item a.db[data-pic=""] .img-boxs{
  position:relative;
}
.tuwen .tupian-item a.db[data-pic=""] .img-boxs:after{
  content:'';
  position:absolute;
  display:inline-block;
  width:34px;
  height:34px;
  background:url(ia_bg18.png) center center no-repeat;
  background-size:contain;
  left:15px;
  bottom:15px;

}
.tuwen .tupian-item a.db:hover .title{
  color:#c61111;
}
.tuwen .tuwen-item li {
  transition: all ease 0.25s;
  margin-bottom: 20px;
  padding-bottom:25px;
  border-bottom:1px solid #e2e4ef;
  padding-top:25px;
}
.tuwen .tuwen-item li:hover a.db .tuwen-list .title {
  color: #c61111;
}
.tuwen .tuwen-item li a.db {
  position: relative;
  padding-right: 340px;
  min-height: 205px;
  padding-left:105px;
}
.tuwen .tuwen-item li a.db .img-boxs {
  width: 320px;
  height: 205px;
  position: absolute;
  top: 0;
  right: 0;
}
.tuwen .tuwen-item li a.db .img-boxs img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.tuwen .tuwen-item li a.db .img-boxs img[src=""] {
  display: none;
}
.tuwen .tuwen-item li a.db[data-img=""] {
  padding-left: 0;
  padding-right:0;
  min-height:auto;
}
.tuwen .tuwen-item li a.db[data-img=""] .date-s{
  display:block;
  color:#676767;
}
.tuwen .tuwen-item li a.db[data-img=""] .date{
  display:none;
}
.tuwen .tuwen-item li a.db[data-img=""] .img-boxs {
  display: none;
}
.tuwen .tuwen-item li .tuwen-list .title {
  font-size: 20px;
  font-weight:700;
  line-height: 30px;
  color: #333;
  transition:all ease 0.25s;
}
.tuwen .tuwen-item li .tuwen-list .des {
  font-size: 14px;
  line-height: 22px;
  color: #84878e;
  margin: 15px 0 10px 0;
}
.tuwen .tuwen-item li .tuwen-list .date-s{
  display:none;
}
.tuwen .tuwen-item li .tuwen-list .date{
  position:absolute;
  width:70px;
  height:70px;
  left:0;
  top:0;
  background:#0d4994;
  text-align:center;
}
.tuwen .tuwen-item li .tuwen-list .date .big{
  font-size:30px;
  color:#fff;
}
.tuwen .tuwen-item li .tuwen-list .date .small{
  font-size:14px;
  color:#ccd4e2;
}
.tuwen .tuwen-item li .tuwen-list .more{
  font-size: 14px;
  color: #0d4994;
  display:inline-block;
  padding-right:25px;
  background:url(ia_icon29.png) right 8px no-repeat;
}
.other-box .wrap{
  padding-top: 30px;
  font-size: 16px;
  line-height: 28px;
  /*color: #4d4d4d;*/
  padding-bottom: 40px;
  min-height: 150px;
}
.other-box .content-info {
  padding-top: 30px;
}
.other-box .content-info .title {
  text-align: center;
  line-height: 30px;
}
.other-box .content-info .detail {
  padding-top: 25px;
  overflow: hidden;
  padding-bottom: 15px;
  border-bottom: 1px solid #f1f1f1;
  color: #999999;
}
.other-box .content-info .detail .bds_weixin {
  background: url(share_wx.png) center center no-repeat;
}
.other-box .content-info .detail .bds_tsina {
  background: url(share_wb.png) center center no-repeat;
}
.other-box .content-info .detail .auther {
  margin-right: 50px;
}
.other-box .content-info .detail span a {
  color: #999;
}
.other-box .next-list {
  padding-top: 30px;
  border-top:1px solid #d9dfe7;
}
.other-box .next-list li {
  margin: 8px 0;
}
.other-box .next-list li a {
  font-size: 16px;
  letter-spacing: 0px;
  color: #666666;
}
.other-box .next-list li a:hover {
  color: #004694;
}
.other-box .wyh-box{
  background:#f2f6fd;
  padding:20px;
  margin-top:20px;
}
.tuwen .jgsz{
  padding-top:30px;
}
.tuwen .jgsz li{
  margin-bottom:30px;
}
.tuwen .jgsz li a{
  font-size: 18px;
  padding:15px 20px;
  line-height: 24px;
  color: #333333;
  font-weight:700;
  display:block;
  height:80px;
  border-radius:5px;
  /*overflow:hidden;*/
  position:relative;
}
.tuwen .jgsz li a:after{
  content:'';
  display:inline-block;
  width:6px;
  height:20px;
  border-radius: 3px;
  position:absolute;
  left:-3px;
  top:50%;
  transform:translateY(-50%);
}
.tuwen .jgsz.jgsz-ky li a:after{
  background: #0d4994;
}
.tuwen .jgsz.jgsz-ky li a{
  background:url(ia_bg19.png) center center no-repeat;
  background-size:cover;
  border:1px solid #c9d3e0;

}
.tuwen .jgsz.jgsz-ky li a:hover{
  background:url(ia_bg20.png) center center no-repeat;
  background-size:cover;
  color:#fff;
}
.tuwen .jgsz.jgsz-ky li a:hover:after{
  background: #c61111;
}
.tuwen .jgsz.jgsz-zc li a:after{
  background: #057672;
}
.tuwen .jgsz.jgsz-zc li a{
  background:url(ia_bg21.png) center center no-repeat;
  background-size:cover;
  border:1px solid #bacecd;
}
.tuwen .jgsz.jgsz-zc li a:hover{
  background:url(ia_bg22.png) center center no-repeat;
  background-size:cover;
  color:#fff;
}
.tuwen .jgsz.jgsz-zc li a:hover:after{
  background: #c61111;
}
.tuwen .jgsz li a span{
  position:absolute;
  top:50%;
  left:50%;
  width:80%;
  transform:translate(-50%,-50%);
}
.zhici{
  position:relative;
  padding-top:30px;
  padding-right:360px;
}
.zhici .zhici-img{
  position:absolute;
  width:325px;
  right:0;
  top:50px;
  background:url(ia_bg23.png) right bottom no-repeat;
}
.zhici .zhici-img img{
  width:300px;
  transform:translateY(-20px);
  border-radius: 60px 0px 60px 0px;
}
.zhici .zhici-cont{
  font-size: 16px;
  color: #333333;
  line-height:28px;
}
.zhici .zhici-info{
  text-align:right;
}
.zhici .zhici-info .name{
  font-weight:700;
  font-size:24px;
  color:#333;
}
.zhici .zhici-info .zc{
  margin-top:5px;
  position:relative;
  display:inline-block;
  z-index:1;
}
.zhici .zhici-info .zc:after{
  content:'';
  width:100%;
  height:10px;
  background:#e6ecf4;
  display:inline-block;
  position:absolute;
  left:0;
  bottom:-2px;
  z-index:-1;
}
.other-box .leader{
  padding-top:30px;
  text-align:center;
  background:url(ia_bg24.png) right bottom no-repeat;
}
.other-box .leader .name{
  font-size: 20px;
  color: #333333;
  font-weight:700;
  margin-top:15px;
}
.other-box .leader .zc{
  font-size:16px;
  padding-top:10px;
  margin-top:10px;
  background:url(ia_bg25.png) top center no-repeat;
}
.other-box .leader li{
  margin-bottom:50px;
}
.yuanshi{
  padding-top:30px;
}
.yuanshi .yuanshi-box{}
.yuanshi .yuanshi-box h3{
  color:#fff;
  font-weight:700;
  font-size:22px;
  background:url(ia_bg26.png) center center no-repeat;
  background-size:cover;
  padding:15px 20px;
  margin-bottom:35px;
}
.yuanshi li{
  margin-bottom:40px;
}
.yuanshi li a.db{
  padding:18px 17px 20px 17px;
  text-align:center;
  background:url(ia_bg27.png) center bottom no-repeat;
  background-size:cover;
  border-radius:1px;
  overflow:hidden;
}
.yuanshi li a.db img{
  width:100%;
  height: 250px;
  object-fit: contain;
}
.yuanshi li a.db .name{
  font-size: 22px;
  color: #333333;
  font-weight:700;
  margin-top:10px;
  transition:all ease 0.25s;
}
.yuanshi li a.db .zc{
  /*white-space: nowrap;*/
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 16px;
  color: #333333;
  transition:all ease 0.25s;
  min-height: 48px;
}
.yuanshi li a.db:hover{
  background:url(ia_bg28.png) center bottom no-repeat;
  background-size:cover;
}
.yuanshi li a.db:hover .name,.yuanshi li a.db:hover .zc{
  color:#fff;
}
.gunius-detail {
  margin-top: 40px;
}
.gunius-detail .gunius-top {
  position: relative;
  min-height:280px;
  padding: 40px 255px 40px 40px;
  background: url(ia_bg29.png) center center no-repeat;
  background-size: cover;
}
.gunius-detail .gunius-top .img-boxs {
  position: absolute;
  right: 20px;
  top: 20px;
  max-width:180px;
}
.gunius-detail .gunius-top .img-boxs img{
  width:190px;
}
.gunius-detail .gunius-top .gunius-info .name {
  color: #333333;
  font-size:26px;
  font-weight:700;
  padding-bottom:15px;
  border-bottom:1px solid #dcdfe6;
}
.gunius-detail .gunius-top .gunius-info .name span{
  font-size: 16px;
  color: #b4bed2;
  font-weight:400;
  display:none;
}
.gunius-detail .gunius-top .gunius-info .name span i{
  color:#333333;
  font-style:inherit;
}
.gunius-detail .gunius-list {
  margin-top: 40px;
}
.gunius-detail .gunius-list h3.h18 {
  color: #333;
  position:relative;
  padding-bottom:15px;
  border-bottom:1px solid #d1d8e5;
}
.gunius-detail .gunius-list h3.h18 span{
  position:relative;
}
.gunius-detail .gunius-list h3.h18 span:after {
  content:'';
  display:inline-block;
  position:absolute;
  width:100%;
  height:4px;
  background:#0d4994;
  left:0;
  bottom:-14px;
}
.gunius-detail .gunius-list .gunitem {
  padding: 15px 0 0 0;
  font-size: 14px;
  line-height: 26px;
  color: #333333;
}
.gunius-detail .gunius-item{
  padding-top:20px;
}
.gunius-detail .gunius-item li{
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  color: #333333;
  padding-top:5px;
  padding-bottom:5px;
}
.gunius-detail .gunius-item li span{
  font-weight: 400;
}
.soul .soul-cont {
  padding-top: 30px;
}
.soul .soul-cont table {
  width: 100%;
}
.soul .soul-cont table thead tr {
  background: #e8eef8;
}
.soul .soul-cont table thead tr th {
  line-height: 45px;
  font-size: 16px;
  color: #004694;
  text-align: center;
  border-right: 1px solid #fff;
}
.soul .soul-cont table thead tr th:last-child {
  border-right: none;
}
.soul .soul-cont table tbody tr {
  background: #fff;
}
.soul .soul-cont table tbody tr:nth-child(even) {
  background: #f1f5fc;
}
.soul .soul-cont table tbody tr td {
  padding: 15px 10px;
  color: #333;
  text-align: center;
  border-right: 1px solid #fff;
}
.soul .soul-cont table tbody tr td:last-child {
  border-right: none;
}
.soul .soul-cont table tbody tr td.tl {
  text-align: left;
}
.gk-item{
  padding-top:20px;
  margin-bottom:20px;
}
.gk-item .gk-tit{
  margin-bottom:20px;
}
.gk-item .gk-tit span{
  color: #0d51b1;
  font-size:20px;
  font-weight:700;
  padding-top:15px;
  display:block;
  padding-left:15px;
  border-left:4px solid #125bc1;
  padding-bottom:15px;
  background:url(ia_bg31.png) center center repeat-x;
}
.gk-item li{}
.gk-item li a{
  font-size: 16px;
  color: #666666;
  padding-left:15px;
  background:url(ia_bg30.png) left center no-repeat;
}
.gk-item li a:hover{
  color:#c61111;
}
.wrap-appendix{
  padding-bottom:30px;
}
.wrap-appendix ul li{
  margin-top:10px;
}
.wrap-appendix ul li a{
  font-size: 14px;
  color: #0d4994;
}
.title-appendix{
  font-size: 18px;
  font-weight: 600;
}
.qikan a.db{
    border: 1px solid #f3f7ff;
    padding: 10px 15px;
    border-radius: 3px;
    background: url(ia_bg27.png);
    margin-bottom:20px;
}
.qikan a.db .title{
    font-size:18px;
    font-weight:700;
    text-align:center;
    margin-top:10px;
    min-height:55px;
    transition:all ease 0.25s;
}
.qikan a.db:hover{
  box-shadow:0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}
.qikan a.db:hover .title{
  color:#0d4994;
}
.qikan a.db img{
  max-height:380px;
  width:100%;
}
.code_wx, .code_hover, .toTop{
  width: 52px;
  height: 52px;
  background: url(ia_code_tool.png) no-repeat;
  position: fixed;
  right: 0;
  cursor: pointer;
  border-radius:4px;
  overflow:hidden;
}
.code_wx{
  background-position:-184px -125px;
  bottom:120px;
  _margin-bottom:120px;
}
.code_img{
  width: 203px;
  height: 210px;
  background: url(ia_code_tool.png) 20px 1px no-repeat;
  position: fixed;
  right: 54px;
  bottom: 85px;
  cursor: pointer;
  display: none;
}
.code_hover{
  background-position:-240px -125px;
  bottom:120px;
}
.toTop{
  background-position:-184px -179px;
  bottom:67px;
}
/* ÃƒÂ¤Ã‚Â¸Ã‚Â­ÃƒÂ¥Ã‚Â°Ã‚ÂÃƒÂ¥Ã‚Â±Ã‚ÂÃƒÂ¤Ã‚Â»Ã‚Â¥ÃƒÂ¤Ã‚Â¸Ã…Â  */
@media all and (min-width: 992px) {
  nav.navbar.bootsnav ul.nav {
    width: 100%;
    display:flex;
    flex-wrap:nowrap;
    justify-content:space-between;
  }
  nav.navbar.bootsnav ul.nav > li{
    flex:1;
  }
  nav.navbar.bootsnav ul.nav > li > a {
    font-size: 18px;
  }
  .info-cont .text .info-title{
    width:60%;
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
  }
  .index-banner .swiper-pagination{
    width:auto;
    left:auto;
    right:50px;
    bottom:50px;
  }
  .focus-bottom li a{
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
    display:block;
  }
  .swit-aside li a.db,.switch-cont a,.active-item .active-list .tit,.active-wrap .img-boxs .title{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .active-item .active-list:nth-child(1){
    padding-right:30px;
    border-top:none;
    border-left:none;
  }
  .active-item .active-list:nth-child(2){
    padding-left:30px;
    border-top:none;
    border-left:none;
    border-right:none;
  }
  .active-item .active-list:nth-child(3){
    padding-right:30px;
    padding-top:20px;
    border-top:none;
    border-left:none;
    border-bottom:none;
  }
  .active-item .active-list:nth-child(4){
    padding-left:30px;
    padding-top:20px;
    border:none;
  }
  .unit-bg{
    background:url(ia_bg08.png) top center no-repeat;
    padding-top:75px;
    position:relative;
  }
  .unit-bg .unit-tit{
    width:17%;
    float:left;
  }
  .unit-bg .unit-list{
    float:left;
    width:83%;
    padding-top:55px;
    padding-bottom:55px;
    padding-left:170px;
  }
  .unit-row{
    padding-top:50px;
  }
  .unit-link{
    position:absolute;
    width:100%;
    bottom:-70px;
  }
  .other-box.aside .row .col-md-2{
    width:19%;
  }
  .other-box.aside .row .col-md-10{
    width:80%;
  }
  .tuwen .wenzi-item li a {
    text-overflow: ellipsis;
    /*white-space: nowrap;*/
    overflow: hidden;
    padding-right:120px;
  }
  .other-box .leader ul li{
    display:inline-block;
    float:none;
  }
  .tuwen .wenzi-item li .data-s{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 100px;
  }
}

@media all and (min-width: 1200px) {
  nav.navbar.bootsnav ul.nav {
    width: 100%;
  }
  nav.navbar.bootsnav ul.nav > li > a {
    font-size: 18px;
    font-weight:700;
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
    border: none;
    border-left: 3px solid #0d4994;
    width: 100%;
    min-width: 170px;
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a {
    font-size: 16px;
  }
}
@media (min-width: 1600px) and (max-width: 1920px){
  body{
    zoom:1;
  }
}
@media (min-width: 1400px) and (max-width: 1600px){
  body{
    zoom:0.95;
  }
  .active-wrap .img-boxs{
    background:#fff;
  }
  .unit-bg .unit-list{
    padding-left:20%;
    padding-top:0;
    padding-bottom:30px;
  }
  .unit-bg .unit-tit,.unit-bg .unit-list{
    width:100%;
  }
  .unit-tit .unit-wrap .common-title a{
    color:#fff;
  }
}

  
@media (max-width: 1400px) {
  .other-box .bread-item-groups{
    float:none;
    margin-top:15px;
  }
  .other-box .aside-item .aside-list li{
    padding:0 10px;
  }
}
@media (min-width: 1280px) and (max-width: 1400px){
  .container {
    width: 1100px;
    padding-left: 0;
    padding-right: 0;
  }
  .switch-cont .des{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .active-wrap .img-boxs{
    background:#fff;
  }
  .unit-bg .unit-list{
    padding-left:150px;
    padding-top:0;
    padding-bottom:30px;
  }
  .unit-bg .unit-tit,.unit-bg .unit-list{
    width:100%;
  }
  .unit-tit .unit-wrap .common-title a{
    color:#fff;
  }
}
@media (min-width: 1200px) and (max-width: 1280px){
  .switch-top{
    padding-left:350px;
  }
  .notice-item>li>a span{
    font-size:22px;
  }
  .active-wrap .img-boxs .title{
    min-height:100px;
  }
  .unit-row a.db span{
    font-size:20px;
  }
  .unit-golink .db .title{
    font-size: 18px;
  }
  .footer-wrap a.db{
    margin-left:25px;
  }
  .footer-info{
    padding-left:25px;
  }
  .unit-bg{
    background:url(ia_bg34.png) top center no-repeat;
  }
  .unit-bg .unit-box{
    /*background:url(ia_bg33.png) center center no-repeat;*/
  }
  .unit-bg .unit-tit,.unit-bg .unit-list{
    width:100%;
  }
  .unit-row{
    padding-top:30px;
  }
  .unit-bg .unit-tit .unit-wrap{
    padding-top:0;
  }
  .unit-bg .unit-list{
    padding-left:20px;
    padding-right:20px;
  }
  .switch-cont .des{
    display:none;
  }
  .switch-cont a{
    display:block !important;
  }
}
@media (min-width: 991px) and (max-width: 1366px){
  body{
    zoom:0.8;
  }
}
@media (min-width: 991px) and (max-width: 1280px){
  body{
    zoom: 0.95;
  }
}
@media (min-width: 991px) and (max-width: 1200px){
  .header-wrap .header-tool{
    top:-10px;
  }
  .unit-box .unit-list li{
    width:33.33%;
  }
  .header-wrap>ul>li>a{
    padding:0 10px;
  }
  .switch-top .img-boxs{
    position:inherit;
    width:100%;
    height:auto;
  }
  .switch-top .img-boxs img{
    height:220px;
    margin-bottom:10px;
  }
  .switch-top{
    padding-left:20px;
  }
  .notice-item>li>a span{
    font-size:18px;
  }
  .active-wrap .img-boxs .title{
    min-height:170px;
    -webkit-line-clamp:inherit;
  }
  .unit-row a.db span{
    font-size:18px;
  }
  .unit-golink .db{
    min-height:90px;
    padding-left:100px;
  }
  .unit-golink .unit-icon{
    width:90px;
    height:90px;
  }
  .unit-golink .unit-icon .unit-bgs{
    height:90px;
  }
  .unit-golink .icon-wrap{
    width:60px;
    height:60px;
  }
  .unit-golink .unit-icon .unit-bgs:after{
    width:90px;
    height:90px;
    background-size:cover;
  }
  .unit-golink .db:hover .unit-icon .unit-bgs:after{
    background-size:cover;
  }
  .unit-golink .db .title{
    font-size:16px;
    padding-top:25px;
  }
  .unit-golink{
    padding:50px 0;
  }
  .unit-link li{
    width:33.33%;
  }
  .unit-link{
    margin-bottom:40px;
    position:initial;
  }
  .index-footer .footer{
    padding-top:auto;
  }
  .footer-wrap a.db{
    margin-right:15px;
  }
  .footer-info{
    padding-left:20px;
  }
  .unit-bg .unit-list,.unit-bg .unit-tit{
    width:100%;
  }
  .unit-bg .unit-list{
    padding-top: 40px;
    padding-bottom: 30px;
    padding-left: 0px;
  }
  .unit-bg{
    background:url(ia_bg34.png) top center no-repeat;
  }
  .unit-bg .unit-box{
    /*background:url(ia_bg33.png) center center no-repeat;*/
  }
  .unit-row{
    padding-top:30px;
  }
  .unit-bg .unit-tit .unit-wrap{
    padding-top:0;
  }
}
@media (max-width: 991px) {
  nav.navbar.bootsnav {
    min-height: 0px;
    right: 0;
    left: 0;
    position: absolute;
    z-index: 10000;
  }
  nav.navbar.bootsnav .navbar-collapse {
    margin-left: 0;
    margin-right: 0;
  }
  nav.navbar.bootsnav ul.nav {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
  nav.navbar.bootsnav ul.nav > li {
    width: 100%;
    float: none;
    background: none;
  }
  nav.navbar.bootsnav ul.nav > li:last-child {
    background: none;
  }
  nav.navbar.bootsnav ul.nav > li > a {
    padding: 5px 0;
    line-height: 30px;
    text-align: left;
    position: relative;
    border-top: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3) !important;
  }
  nav.navbar.bootsnav ul.nav > li > a:after {
    display: none;
  }
  nav.navbar.bootsnav ul.nav li > a:hover,
  nav.navbar.bootsnav ul.nav li > a:focus,
  nav.navbar.bootsnav ul.nav li.active > a:hover,
  nav.navbar.bootsnav ul.nav li.active > a:focus,
  nav.navbar.bootsnav ul.nav li.active > a,
  nav.navbar.bootsnav ul.nav li.dropdown.on > a {
    background-color: rgba(0, 0, 0, 0.1) !important;
    color: #fff!important;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: bold;
  }
  nav.navbar.bootsnav ul.nav li > a:hover:after,
  nav.navbar.bootsnav ul.nav li > a:focus:after,
  nav.navbar.bootsnav ul.nav li.active > a:hover:after,
  nav.navbar.bootsnav ul.nav li.active > a:focus:after,
  nav.navbar.bootsnav ul.nav li.active > a:after,
  nav.navbar.bootsnav ul.nav li.dropdown.on > a:after {
    display: none;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu {
    background-color: transparent !important;
    padding: 5px 0!important;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
    color: #fff!important;
    text-align: left;
    font-size: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-left: 15px;
    padding-right: 15px;
  }
  #pages .pages {
    display: none;
  }
  #pages #more {
    width: 100%;
    background: #0d4994;
    color: #fff;
    border-radius: 5px;
    margin: 0;
  }
  .other-box .aside-item {
    position: fixed;
    top: 150px;
    width: 200px;
    margin-right: 0;
    z-index: 9999;
    box-sizing: border-box;
    transition: all ease 0.25s;
    background: #fff;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .other-box .aside-item:after {
    content: '';
    pointer-events: auto;
    display: inline-block;
    width: 26px;
    height: 55px;
    background: url(sinh_icon02.png) no-repeat center;
    background-color: rgba(16, 47, 154, 0.5);
    border-radius: 6px 0 0 6px;
    position: absolute;
    top: 50%;
    left: -26px;
    z-index: 9997;
    transform: translateY(-60%);
  }
  .other-box .aside-item.open:after {
    content: '';
    pointer-events: auto;
    display: inline-block;
    width: 26px;
    height: 55px;
    background: url(sinh_icon03.png) no-repeat center;
    background-color: rgba(16, 47, 154, 0.5);
    border-radius: 6px 0 0 6px;
    position: absolute;
    top: 50%;
    left: -26px;
    transform: translateY(-60%);
  }

  .tuwen .tuwen-item li .tuwen-list .date-s{
    color:#666;
    display:block;
  }
  .tuwen .tuwen-item li .tuwen-list .date{
    display:none;
  }
  .footer-info{
    padding-left:0;
    border-left:0;
  }
  .index-footer .footer{
    padding-top:45px;
  }
  .footer-wrap a.db{
    margin-right:0;
    margin-bottom:15px;
    text-align:left;
  }
  .footer-wrap a.db img{
    width:85%;
  }
  .footer-wrap .work{
    position:relative;
    transform:translateY(0);
  }


  .header{
    padding-top:10px;
    padding-bottom:20px;
  }
  .header-wrap{
    padding-top:40px;
  }
  .header-wrap .header-tool{
    padding: 10px 15px;
    z-index: 999999;
    display:none;
    background:#095dd8;
    top:35px;
    right:15px;
  }
  .header-wrap>ul>li>a:after{
    display:none;
  }
  .header-wrap .header-tool .search-trigger{
    display:none;
  }
  .header-wrap>ul>li>a{
    padding:0;
  }
  .header-wrap li.search-trigger.phone-show{
    position: absolute;
    right: 0;
    top: 4px;
    z-index:99999;
  }
  .header-wrap #nav-top{
    content:'';
    display:block;
    width:28px;
    height:28px;
    background:#000;
    position:absolute;
    top:4px;
    right:50px;
    transform:rotate(90deg);
    background:url(sinh_icon03.png) center center no-repeat;
    background-size:9px 15px;
    border-radius:50%;
    border:1px solid #fff;
  }
  .header-wrap li.search-trigger.phone-show.active{
    border:none;
  }
  .top-search{
    background: rgb(59,124,205);
    z-index: 9999;
    display: none;
    top: 0;
    left: 0;
    padding-top:35px;
    width: 100%;
  }
  .header-wrap.open #nav-top{
    background:url(ia_icon04.png) center center no-repeat;
    background-size:15px 15px;
  }
  .header-wrap.open .header-tool{
    display:block;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUpSmall;
    animation-name: fadeInUpSmall;
  }
  .header-wrap>ul>li{
    float:none;
  }
  .common-title span{
    font-size:24px;
  }
  .info-cont .text .info-title{
    font-size:16px;
    font-weight:400;
  }
  .index-banner img{
    min-height:200px;
  }
  .public-box .index-banner{
    margin-top:20px;
  }
  .index-banner .swiper-pagination{
    display:none;
  }
  .info-cont .text .info-title:after{
    border:none;
  }
  .index-banner .swiper-button-next:after,.index-banner .swiper-button-prev:after{
    font-size:28px;
  }
  .info-cont .text{
    bottom: 0;
    background: rgba(13,73,148,0.5);
    padding-bottom: 10px;
  }
  .pt50{
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .switch-top{
    padding:0;
  }
  .switch-top .img-boxs{
    width:100%;
    height:auto;
    position:inherit;
  }
  .focus-bottom li a{
    padding-right:0;
  }
  .focus-bottom li .data-s{
    position:inherit;
  }
  .switch-tab .common-title:last-child{
    margin-left:25px;
  }
  .swit-aside li .time{
    border-right:none;
    background:rgba(232, 239, 246, 0.5);
  }
  .swit-aside li{
    padding-bottom:10px;
  }
  .switch-cont .data-s{
    margin-top:10px;
  }
  .active-wrap .db{
    padding-left:0;
  }
  .active-wrap{
    margin-top:30px;
  }
  .active-wrap .img-boxs{
    min-height:auto;
    max-height:inherit;
  }
  .active-wrap .img-boxs .title{
    position:inherit;
  }
  .active-wrap .time{
    height: 165px;
    bottom:1px;
    background:rgba(198,17,17,0.7);
    padding: 10px 10px 10px 10px;
  }
  .active-item .active-list{
    width:100%;
  }
  .index-active{
    margin-top:20px;
  }
  .active-item .active-list{
    min-height:auto;
    padding:15px;
    margin-bottom:10px;
  }
  .active-item .tim span .bo{
    font-size:26px;
  }
  .index-active .swiper-container{
    padding-bottom:40px;
  }
  .unit-bg{

  }
  .unit-box{
  }
  .unit-box .unit-list{
    overflow:hidden;
    background:url(ia_bg32.png) center center no-repeat;
    background-size:cover; 
    padding:10px;
    margin-top:30px;   
    margin-bottom:20px;
    border-radius:5px;   
  }
  .unit-row a.db span{
    font-size:20px;
  }
  .unit-row a.db{
    margin-bottom:10px;
  }
  .unit-row a.db img{
    width:100%;
  }
  .unit-golink{
    padding:40px 0;
  }
  .unit-golink .db{
    margin-bottom:10px;
  }
  .unit-link{
    padding:20px 30px;
    margin-bottom:30px;
  }
  .tuwen .wenzi-item li .data-s{
    margin-top:10px;
    float:none;
    display:inline-block;
    padding-left:30px;
  }
  .zhici .zhici-img{
    position:initial;
    width:100%;
    background:none;
  }
  .zhici{
    padding-right:0;
  }
  .zhici .zhici-img img{
    width:auto;
    transform:translateY(0);
    border-radius:5px;
  }
  .other-box .wrap table{
    width:100%;
  }
  .other-box .ti-ma{
    padding:15px 10px 30px 10px;
  }
  .gunius-detail .gunius-top{
    padding:15px;
  }
  .gunius-detail .gunius-top .img-boxs{
    position:initial;
    text-align:center;
    margin-bottom:15px;
    max-width:100%;
  }
  .tuwen .tuwen-item li a.db{
    padding-left:0;
    padding-right:0;
  }
  .tuwen .tuwen-item li a.db .img-boxs{
    width:100%;
    position:initial;
    height:auto;
  }
  .tuwen .tuwen-item li .tuwen-list .title{
    margin:10px 0;
    font-size:18px;
  }
  .tuwen .tuwen-item li{
    margin-bottom:10px;
    padding-top:15px;
  }
  .other-box .content-info .title{
    font-size:20px;
  }
  .other-box .content-info .detail .auther{
    margin-right:10px;
  }
  .other-box #detailsCont img{
    height:auto !important;
    max-width:100% !important;
  }
}
@media (min-width: 767px) and (max-width: 991px){
  .unit-golink .col-md-5ths,.unit-link li{
    width:50%;
    float:left;
  }
  .footer-wrap .work{
    float:right;
  }
}
@media (max-width: 767px) {
  .header{
    min-height:120px;
  }
  .unit-list>li{
    width:100%;
  }
  .unit-row a.db span{
    font-size:18px;
  }
  .qikan li{
    width:100%;
  }
}