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: 1280px) {
  .container {
    width: 1254px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1600px) {
  .container {
    width: 1460px;
  }
}
.more {
  color: #ab8a24;
  font-size: 16px;
  padding-right: 45px;
  background: url(acas_icon02.png) right center no-repeat;
}
.more:hover {
  color: #e7c65e;
}
.bgF9 {
  background: #F9F9F9;
}
.common-title {
  position: relative;
}
.common-title.switch {
  overflow: hidden;
}
.common-title.switch .switch_tab {
  float: left;
}
.common-title.switch .switch_tab a {
  cursor: pointer;
}
.common-title.switch .switch_tab:first-child {
  margin-right: 55px;
}
.common-title.switch .switch_tab:last-child.active::after {
  left: 185px;
}
.common-title.switch .switch_tab a.more {
  display: none;
}
.common-title.switch .switch_tab.active a.h24 {
  color: #ab8a24;
  font-weight: 700;
}
.common-title.switch .switch_tab.active a.more {
  display: block;
}
.common-title a.h24 {
  font-size: 34px;
  font-weight: 700;
}
.common-title a.h24:hover {
  color: #ab8a24;
}
.common-title a.more {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.common-title .switch_tab.active {
  padding-bottom: 10px;
  background: url(acas_bg03.png) center bottom no-repeat;
}
.index-bg {
  background: url(acas_bg02.png) top center no-repeat;
}
.header {
  padding-bottom: 90px;
}
.header .header-tool {
  padding: 15px 28px 0 28px;
  display: flex;
  position: relative;
  justify-content: flex-end;
}
.header .header-tool .tools li {
  float: left;
}
.header .header-tool .tools li.tool-search {
  width: 20px;
  height: 20px;
  cursor: pointer;
  background: url(acas_icon01.png) center center no-repeat;
}
.header .header-tool .tools li.tool-search.active {
  background: url(acas_icon16.png) center center no-repeat;
}
.header .header-tool .tools li a {
  position: relative;
  font-size: 14px;
  color: #fff;
  padding: 0 15px;
  margin-right: 15px;
}
.header .header-tool .tools li:first-child a{
  margin-right: 0;
}
.header .header-tool .tools li a:hover {
  color: #e7c65e;
}
.header .header-tool .tools li a:after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 7px;
  background: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.header .header-des {
  font-weight: 600;
  font-size: 22px;
  color: #E7C65E;
  text-align: right;
}
.header-nav-wrap {
  display: flex;
  justify-content: space-between;
}
.nav-wrap {
  flex: 1;
  margin-left: 55px;
  margin-top: 25px;
  position: relative;
}
.nav-wrap:after {
  content: '';
  display: inline-block;
  height: 1px;
  width: 100%;
  background: #ab8a24;
  position: absolute;
  top: 0;
  right: -100%;
}
.nav-wrap nav.navbar.bootsnav .navbar-collapse {
  padding-right: 0;
  padding-left: 0;
}
.nav-wrap nav.navbar.bootsnav ul.nav {
  width: 100%;
  display: flex;
  border-top: 1px solid #ab8a24;
  justify-content: space-between;
}
.nav-wrap nav.navbar.bootsnav ul.nav:after,
.nav-wrap nav.navbar.bootsnav ul.nav:before {
  display: none;
}
.nav-wrap nav.navbar.bootsnav ul.nav li ul.dropdown-menu {
  border: none;
  border-top: 4px solid #E7C65E;
  left: -50%;
}
.nav-wrap nav.navbar.bootsnav ul.nav li ul.dropdown-menu li a {
  color: #444;
  font-weight: 500;
  font-size: 18px;
}
.nav-wrap nav.navbar.bootsnav ul.nav li ul.dropdown-menu li a:hover {
  color: #ab8a24;
}
.nav-wrap nav.navbar.bootsnav ul.nav li ul.dropdown-menu:after {
  content: '';
  border-bottom: 6px solid #E7C65E;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  height: 0;
  left: 50%;
  line-height: 0;
  position: absolute;
  top: -10px;
  width: 0;
  transform: translateX(-50%);
}
.nav-wrap nav.navbar.bootsnav ul.nav li a {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 20px;
  padding-bottom: 15px;
}
.nav-wrap nav.navbar.bootsnav ul.nav li.active > a {
  border-bottom: 4px solid #E7C65E;
}
.index-swiper {
  margin-top: 50px;
}
.index-swiper .banner-box {
  position: relative;
}
.index-swiper .banner-box .img-boxs {
  max-width: 1065px;
  border-radius: 3px;
  display: block;
}
.index-swiper .banner-box .img-boxs img {
  width: 100%;
  max-height: 600px;
  object-fit: cover;
}
.index-swiper .info-des {
  padding-right: 9px;
  position: absolute;
  right: 0;
  top: 102px;
}
.index-swiper .info-des .info-des-wrap {
  padding: 38px 35px 35px 30px;
  position: relative;
  width: 485px;
  height: 410px;
  background: rgba(0, 64, 152, 0.8);
}
.index-swiper .info-des .info-des-wrap:after,
.index-swiper .info-des .info-des-wrap:before {
  content: '';
  display: inline-block;
  position: absolute;
  background: #C0A85C;
}
.index-swiper .info-des .info-des-wrap:after {
  width: 9px;
  height: 410px;
  top: 9px;
  right: -9px;
}
.index-swiper .info-des .info-des-wrap:before {
  width: 100%;
  height: 9px;
  bottom: -9px;
  right: 0;
  z-index: -1;
}
.index-swiper .info-des .info-des-tit {
  font-weight: bold;
  font-size: 30px;
  color: #FFFFFF;
  line-height: 44px;
  text-align: left;
}
.index-swiper .info-des .info-des-tit:hover {
  color: #e7c65e;
}
.index-swiper .info-des .des {
  margin-top: 26px;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 32px;
}
.index-swiper .swiper-pagination {
  width: auto;
  right: 45px;
  left: auto;
  bottom: 122px;
  display: flex;
  align-items: center;
}
.index-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  background: transparent;
  border: 1px solid #fff;
  opacity: 1;
  margin: 0 10px;
}
.index-swiper .swiper-pagination .swiper-pagination-bullet:first-child:before {
  display: none;
}
.index-swiper .swiper-pagination .swiper-pagination-bullet:last-child:after {
  display: none;
}
.index-swiper .swiper-pagination .swiper-pagination-bullet-active {
  width: 14px;
  height: 14px;
  border: 2px solid #fff;
  margin: 0 40px;
  position: relative;
}
.index-swiper .swiper-pagination .swiper-pagination-bullet-active:after,
.index-swiper .swiper-pagination .swiper-pagination-bullet-active:before {
  content: '';
  display: block;
  width: 35px;
  height: 1px;
  opacity: 1;
  position: absolute;
  background: #fff;
  top: 50%;
  transform: translateY(-50%);
}
.index-swiper .swiper-pagination .swiper-pagination-bullet-active:after {
  left: 20px;
}
.index-swiper .swiper-pagination .swiper-pagination-bullet-active:before {
  right: 20px;
}
.index-swiper .more {
  position: absolute;
  right: 0;
  bottom: 3px;
  z-index: 9;
}
.news-bg {
  padding: 70px 0 100px 0;
}
.news-bg .public-wrap {
  margin-top: 30px;
}
.news-bg .public-wrap .news-list {
  display: none;
}
.news-bg .public-wrap .news-list.active {
  display: block;
}
.news-bg .public-wrap .first-img-box .img-boxs {
  height: 190px;
  display: block;
}
.news-bg .public-wrap .first-img-box .img-boxs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-bg .public-wrap .first-img-box .tit {
  font-weight: bold;
  font-size: 16px;
  color: #444444;
  display: block;
  line-height: 28px;
  margin-top: 8px;
}
.news-bg .public-wrap .first-img-box .tit:hover {
  color: #ab8a24;
}
.news-bg .public-wrap .first-img-box .des {
  font-weight: 400;
  font-size: 14px;
  color: #444444;
  line-height: 26px;
}
.news-bg .public-wrap .first-img-box .data-s {
  font-weight: bold;
  font-size: 14px;
  color: #ab8a24;
  line-height: 20px;
  margin-top: 5px;
  display: block;
}
.news-bg .public-wrap .first-list-box li {
  width: 50%;
  float: left;
  border: 1px solid #E4E4E4;
}
.news-bg .public-wrap .first-list-box li:nth-child(1) {
  border-left: none;
  border-top: none;
  border-right: none;
  padding-bottom: 25px;
  padding-right: 15px;
}
.news-bg .public-wrap .first-list-box li:nth-child(2) {
  border-right: none;
  border-top: none;
  padding-bottom: 25px;
  padding-left: 15px;
}
.news-bg .public-wrap .first-list-box li:nth-child(3) {
  border: none;
  padding-right: 15px;
}
.news-bg .public-wrap .first-list-box li:nth-child(4) {
  border: none;
  padding-left: 15px;
  border-left: 1px solid #E4E4E4;
}
.news-bg .public-wrap .first-list-box li:nth-child(3),
.news-bg .public-wrap .first-list-box li:nth-child(4) {
  padding-top: 25px;
  padding-bottom: 25px;
}
.news-bg .public-wrap .first-list-box li:nth-child(5) {
  border-left: none;
  border-bottom: none;
  border-right: none;
  padding-top: 25px;
  padding-right: 15px;
}
.news-bg .public-wrap .first-list-box li:nth-child(6) {
  border-right: none;
  border-bottom: none;
  padding-top: 25px;
  padding-left: 15px;
}
.news-bg .public-wrap .first-list-box li:nth-child(7){
  display: none;
}
.news-bg .public-wrap .first-list-box li a {
  font-weight: bold;
  font-size: 16px;
  color: #444444;
  line-height: 26px;
  min-height: 52px;
}
.news-bg .public-wrap .first-list-box li a:hover {
  color: #ab8a24;
}
.news-bg .public-wrap .first-list-box li .data-s {
  font-weight: bold;
  font-size: 14px;
  color: #C0A85C;
  line-height: 20px;
  display: block;
  margin-top: 5px;
}
.news-bg .swit-aside {
  margin-top: 30px;
}
.news-bg .swit-aside li {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.news-bg .swit-aside li:last-child {
  margin-bottom: 0;
}
.news-bg .swit-aside li .time {
  width: 68px;
  height: 68px;
  background: #C0A85C;
  border: 1px solid #C0A85C;
}
.news-bg .swit-aside li .time .mo {
  display: block;
  font-weight: 800;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 34px;
  text-align: center;
  height: 34px;
}
.news-bg .swit-aside li .time .year {
  height: 32px;
  display: block;
  font-weight: 800;
  font-size: 14px;
  color: #C0A85C;
  line-height: 32px;
  text-align: center;
  background: #fff;
}
.news-bg .swit-aside li a {
  display: block;
  flex: 1;
  font-weight: bold;
  font-size: 16px;
  color: #444444;
  line-height: 26px;
  padding-left: 17px;
}
.news-bg .swit-aside li a:hover {
  color: #ab8a24;
}
.news-bg .news.rel:after {
  content: '';
  display: block;
  width: 1px;
  height: 415px;
  position: absolute;
  top: 12px;
  left: -40px;
  background: #ab8a24;
}
.news-bg .news-tools {
  padding-top: 100px;
  z-index: 1;
}
.news-bg .news-tools .news-tools-box {
  background: #fff;
  padding: 36px 33px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.news-bg .news-tools .news-tools-box li {
  width: 50%;
  margin-bottom: 35px;
}
.news-bg .news-tools .news-tools-box li:nth-child(3),
.news-bg .news-tools .news-tools-box li:nth-child(4) {
  margin-bottom: 0;
}
.news-bg .news-tools .news-tools-box li a {
  display: flex;
  width: 100%;
  align-items: center;
}
.news-bg .news-tools .news-tools-box li a .img-boxs {
  display: block;
  height: 58px;
  width: 58px;
}
.news-bg .news-tools .news-tools-box li a .img-boxs img {
  width: 100%;
  height: 100%;
}
.news-bg .news-tools .news-tools-box li a p {
  font-weight: bold;
  font-size: 20px;
  color: #444444;
  line-height: 28px;
  padding-left: 10px;
  flex: 1;
}
.news-bg .news-tools .news-tools-box li a p:hover {
  color: #ab8a24;
}
.news-bg .news-tools .news-special-box {
  margin-top: 25px;
}
.news-bg .news-tools .news-special-box .img-boxs {
  width: 100%;
}
.news-bg .news-tools .news-special-box .img-boxs img {
  width: 100%;
}
.news-bg.bgF9 {
  padding: 0;
}
.news-bg.bgF9 .news {
  padding-top: 75px;
  padding-bottom: 105px;
  min-height: 610px;
}
.news-bg.bgF9 .tool-bg {
  height: 610px;
  background: url(acas_bg04.png) top center no-repeat;
  position: relative;
}
.news-bg.bgF9 .tool-bg:before {
  content: '';
  display: block;
  position: absolute;
  background: url(acas_bg05.png) top center no-repeat;
  background-size: cover;
  width: 150%;
  height: 25px;
  top: -25px;
  left: 0;
  z-index: 0;
}
.news-bg.bgF9 .tool-bg:after {
  content: '';
  display: block;
  position: absolute;
  background: url(acas_bg04.png) top center no-repeat;
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  z-index: 0;
}
.news-bg.bgF9 .tool-bg .top-bg {
  position: absolute;
  top: -25px;
  left: -21px;
  width: 21px;
  height: 25px;
  background: url(acas_bg06.png) center bottom no-repeat;
}
.index-special-bg {
  padding: 50px 0 70px 0;
  background: url(acas_bg07.png) center center no-repeat;
  background-size: cover;
}
.index-special-bg .special-swiper {
  margin-top: 15px;
  position: relative;
}
.index-special-bg .special-swiper .img-boxs {
  width: 100%;
}
.index-special-bg .special-swiper .img-boxs img {
  width: 100%;
  min-height: 100px;
}
.index-special-bg .special-swiper .swiper-button {
  width: 36px;
  height: 36px;
}
.index-special-bg .special-swiper .swiper-button:after {
  display: none;
}
.index-special-bg .special-swiper .banner-next {
  right: -50px;
  background: url(acas_icon08.png) center center no-repeat;
}
.index-special-bg .special-swiper .banner-next:hover {
  background: url(acas_icon08_h.png) center center no-repeat;
}
.index-special-bg .special-swiper .banner-prev {
  left: -50px;
  background: url(acas_icon07.png) center center no-repeat;
}
.index-special-bg .special-swiper .banner-prev:hover {
  background: url(acas_icon07_h.png) center center no-repeat;
}
.index-video-bg {
  padding: 70px 0;
}
.index-video-bg .common-title {
  display: flex;
  align-items: center;
}
.index-video-bg .video-list {
  display: flex;
  align-items: center;
  margin-left: 15px;
}
.index-video-bg .video-list li {
  padding: 0 35px;
  position: relative;
}
.index-video-bg .video-list li:last-child:after {
  display: none;
}
.index-video-bg .video-list li:after {
  content: '';
  display: block;
  width: 1px;
  height: 20px;
  background: #AB8A24;
  position: absolute;
  right: 0;
  top: 6px;
}
.index-video-bg .video-list li a {
  font-weight: bold;
  font-size: 22px;
  color: #444444;
  line-height: 30px;
  cursor: pointer;
}
.index-video-bg .video-list li a:hover {
  color: #ab8a24;
}
.index-video-bg .first-img-box {
  margin-top: 25px;
  position: relative;
  padding-bottom: 35px;
  border-bottom: 1px solid #DFDFDF;
}
.index-video-bg .first-img-box .img-boxs {
  width: 100%;
  display: block;
  position: relative;
}
.index-video-bg .first-img-box .img-boxs:after {
  content: '';
  display: block;
  width: 38px;
  height: 38px;
  background: url(acas_icon09.png) center center no-repeat;
  position: absolute;
  right: 13px;
  bottom: 12px;
}
.index-video-bg .first-img-box .img-boxs img {
  width: 100%;
  max-height: 400px;
}
.index-video-bg .first-img-box .tit {
  font-weight: bold;
  font-size: 22px;
  color: #444444;
  line-height: 30px;
  margin-top: 20px;
  min-height: 60px;
}
.index-video-bg .first-img-box .tit:hover {
  color: #ab8a24;
}
.index-video-bg .first-img-box .tag {
  font-weight: bold;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 22px;
  text-align: left;
  background: rgba(192, 168, 92, 0.7);
  position: absolute;
  top: 15px;
  right: 0;
  padding: 7px 12px;
}
.index-video-bg .small .first-img-box {
  padding-bottom: 0;
  border-bottom: none;
  margin-top: 20px;
}
.index-video-bg .small .first-img-box .tit {
  font-size: 18px;
  margin-top: 10px;
  min-height: 50px;
  line-height: 26px;
}
.index-video-bg .small .first-img-box .img-boxs img {
  max-height: 190px;
  min-height: 190px;
}
.footer {
  background: url(acas_bg10.png) center center no-repeat;
  padding: 55px 0;
  background-size: cover;
}
.footer .index-link-list h4 span {
  font-weight: 600;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 28px;
  padding-left: 25px;
  position: relative;
}
.footer .index-link-list h4 span:after {
  content: '';
  display: inline-block;
  width: 5px;
  height: 20px;
  background: #C0A85C;
  position: left;
  position: absolute;
  top: 3px;
  left: 0;
}
.footer .index-link-list .index-link-item {
  display: flex;
  margin-top: 40px;
  flex-wrap: wrap;
}
.footer .index-link-list .index-link-item .dropdown-toggle {
  width: 100%;
  cursor: pointer;
  padding: 10px 15px;
  font-weight: 600;
  font-size: 17px;
  color: #FFFFFF;
  line-height: 24px;
  border: 1px solid #427FD1;
  background: url(acas_icon10.png) 95% center no-repeat;
  background-size: 15px 15px;
}
.footer .index-link-list .index-link-item .menu-box {
  position: relative;
}
.footer .index-link-list .index-link-item .btn-group {
  margin-bottom: 30px;
}
.footer .index-link-list .index-link-item .btn-group .dropdown-menu {
  width: 100%;
  padding: 0 10px;
  border-radius: 2px;
}
.footer .index-link-list .index-link-item .btn-group .dropdown-menu li {
  padding: 5px 10px;
}
.footer .index-link-list .index-link-item .btn-group .dropdown-menu li a {
  font-size: 16px;
  display: block;
}
.footer .foot-info {
  display: flex;
  border-bottom: 1px solid #ab8a24;
  padding-bottom: 30px;
  padding-top: 30px;
}
.footer .foot-info p {
  flex: 1;
}
.footer .foot-info p,
.footer .foot-info a {
  font-size: 16px;
  color: #FFFFFF;
  line-height: 34px;
}
.footer .foot-info a.gaw{
  padding-left: 25px;
  background: url(acas_icon19.png) left center no-repeat;
  background-size: contain;
}
.footer .foot-info a:hover {
  color: #ab8a24;
}
.footer .foot-info .works {
  width: 80px;
}
.footer .footer-box {
  display: flex;
}
.footer .footer-pad {
  padding-left: 70px;
}
.footer .footer-nav {
  display: flex;
  padding-top: 30px;
}
.footer .footer-nav li {
  margin-right: 50px;
}
.footer .footer-nav li a {
  font-size: 16px;
  color: #FFFFFF;
  line-height: 28px;
}
.footer .footer-nav li a:hover {
  color: #ab8a24;
}
.other-bg {
  background: url(acas_bg01.png) top center no-repeat;
}
.other-bg .header {
  padding-bottom: 118px;
}
.other-box {
  margin-bottom: 60px;
}
.other-box .aside-item {
  transform: translateY(-80px);
}
.other-box .aside-item h3 {
  padding: 25px 20px 25px 33px;
  background-color: #C0A85C;
  background-image: url(acas_bg09.png);
  background-position: right 55px;
  background-repeat: no-repeat;
}
.other-box .aside-item h3 span {
  line-height: 30px;
  font-size: 24px;
  color: #ffffff;
  font-weight: 700;
  display: inline-block;
}
.other-box .aside-item .aside-list {
  background: #1D5DB6;
  padding-bottom: 50px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
}
.other-box .aside-item .aside-list li {
  padding: 0px 15px 0 33px;
  transition: all ease 0.25s;
  border-left: 5px solid transparent;
}
.other-box .aside-item .aside-list li:hover {
  padding-right: 10px;
  background: #004098;
  border-left: 5px solid #E7C65E;
}
.other-box .aside-item .aside-list li:hover a {
  color: #E7C65E;
  background: url(acas_icon12.png) right center no-repeat;
}
.other-box .aside-item .aside-list li.active a {
  color: #C0A85C;
  font-weight: 700;
  background: url(acas_icon12.png) right center no-repeat;
}
.other-box .aside-item .aside-list li.active {
  background: #004098;
  padding-right: 10px;
  border-left: 5px solid #E7C65E;
}
.other-box .aside-item .aside-list li.active a {
  color: #E7C65E;
}
.other-box .aside-item .aside-list li a {
  display: inline-block;
  position: relative;
  padding: 15px 0;
  color: #333;
  width: 100%;
  font-weight: bold;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 25px;
  text-align: left;
  background: url(acas_icon11.png) right center no-repeat;
  transition: none;
}
.other-box .aside-item .aside-list li:last-child a {
  border-bottom: none;
}
.other-box-bg {
  background-color: #fff;
  background-image: url(acas_bg08.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.other-box .ti-mas {
  position: relative;
}
.other-box .ti-mas a.h22 {
  font-size: 34px;
  color: #AB8A24;
  line-height: 48px;
}
.other-box .bread-item-groups {
  position: absolute;
  top: -34px;
  left: 0;
  border-bottom: 4px solid #E7C65E;
}
.other-box .bread-item-groups .bread-item {
  font-size: 16px;
  color: #FFFFFF;
  line-height: 22px;
  padding-bottom: 8px;
}
.other-box .bread-item-groups .bread-item a {
  font-size: 16px;
  color: #FFFFFF;
  line-height: 22px;
  padding: 0 16px 0 8px;
  background: url(acas_icon13.png) right center no-repeat;
}
.other-box .bread-item-groups .bread-item a:first-child {
  padding-left: 0;
}
.other-box .bread-item-groups .bread-item a:last-child {
  background: none;
}
.other-box .bread-item-groups .bread-item a .home {
  display: inline-block;
  width: 21px;
  height: 21px;
  transform: translateY(3px);
  background: url(acas_icon17.png) center center no-repeat;
}
.other-box .ti-ma {
  padding: 50px 40px 90px 0;
  min-height: 800px;
}
.other-box .ti-ma .detail-box {
  margin-bottom: 20px;
}
.other-box .ti-ma .wrap {
  font-weight: 400;
  font-size: 18px;
  color: #444444;
  line-height: 36px;
}
.other-box .ti-ma .wrap img,
.other-box .ti-ma .wrap video {
  max-width: 100%;
  height: auto;
}
.other-box .content-info {
  margin-top: 10px;
}
.other-box .content-info .title {
  text-align: center;
  line-height: 30px;
}
.other-box .content-info .detail {
  padding-top: 30px;
  overflow: hidden;
  padding-bottom: 25px;
  border-bottom: 1px dashed #C0A85C;
  color: #888888;
  margin-bottom: 30px;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.other-box .content-info .detail .before .auther:first-child {
  margin-right: 40px;
}
.other-box .content-info .detail .auther {
  display: inline-block;
  color: #888888;
}
.other-box .content-info .detail span a {
  color: #888888;
}
.other-box .content-info .detail span a.active {
  color: #ab8a24;
}
.other-box .next-list {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px dashed #ab8a24;
}
.other-box .next-list li {
  font-size: 18px;
  color: #444;
  font-weight: 700;
  padding-left: 45px;
  margin-bottom: 20px;
}
.other-box .next-list .prev {
  background: url(acas_icon15.png) left center no-repeat;
}
.other-box .next-list .next {
  background: url(acas_icon14.png) left center no-repeat;
  margin-bottom: 0;
}
.other-box .next-list li a {
  font-size: 18px;
  letter-spacing: 0px;
  color: #444;
  font-weight: 400;
  margin-left: 20px;
}
.other-box .next-list li a:hover {
  color: #ab8a24;
}
.wrap-appendix {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  padding-bottom: 30px;
}
.wrap-appendix li {
  margin-bottom: 5px;
}
.wrap-appendix li:last-child {
  margin-bottom: 0;
}
.wrap-appendix li a {
  font-weight: bold;
  font-size: 16px;
  color: #444444;
}
.wrap-appendix li a:hover {
  color: #ab8a24;
}
.title-appendix {
  font-weight: 400;
  font-size: 18px;
  color: #AB8A24;
}
.like-read {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px dashed #ab8a24;
}
.like-read .tit span {
  font-weight: bold;
  font-size: 22px;
  color: #AB8A24;
  line-height: 30px;
  padding-right: 160px;
  background: url(acas_bg09.png) right center no-repeat;
}
.like-read ul {
  margin-top: 20px;
}
.like-read ul li {
  margin-bottom: 10px;
}
.like-read ul li a {
  font-weight: 400;
  font-size: 18px;
  color: #444444;
  line-height: 32px;
  padding-left: 17px;
  position: relative;
}
.like-read ul li a:after {
  content: '';
  display: inline-block;
  width: 7px;
  height: 1px;
  background: #ab8a24;
  position: absolute;
  left: 0;
  top: 10px;
}
.tuwen {
  margin-top: 10px;
}
.tuwen .tupian-item {
  padding-bottom: 10px;
  border-bottom: 1px solid #ab8a24;
}
.tuwen .tupian-item li {
  margin-bottom: 30px;
}
.tuwen .tupian-item a.db .img-boxs {
  display: block;
}
.tuwen .tupian-item a.db img {
  min-height: 215px;
  max-height: 215px;
  object-fit: cover;
  width: 100%;
}
.tuwen .tupian-item a.db .title {
  min-height: 54px;
  margin-top: 15px;
  font-size: 18px;
  line-height: 26px;
  color: #444;
  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: '';
  display: block;
  background: url(acas_icon09.png) center center no-repeat;
  width: 38px;
  position: absolute;
  height: 38px;
  right: 18px;
  bottom: 12px;
}
.tuwen .tupian-item a.db:hover .title {
  color: #ab8a24;
}
.tuwen .wenzi-item li {
  transition: all ease 0.3s;
  overflow: hidden;
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border-radius: 3px;
}
.tuwen .wenzi-item li:nth-child(5n) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ab8a24;
}
.tuwen .wenzi-item li:hover a,
.tuwen .wenzi-item li:hover .data-s {
  color: #ab8a24;
}
.tuwen .wenzi-item li:hover a:after {
  background: #ab8a24;
}
.tuwen .wenzi-item li a {
  font-size: 18px;
  color: #444444;
  padding: 10px 20px;
  position: relative;
  flex: 1;
}
.tuwen .wenzi-item li a:after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 1px;
  background: #ab8a24;
  position: absolute;
  top: 22px;
  left: 0;
}
.tuwen .wenzi-item li .data-s {
  float: right;
  color: #ab8a24;
  display: inline-block;
  width: 120px;
  text-align: right;
}
.tuwen .tuwen-item li {
  transition: all ease 0.25s;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ab8a24;
}
.tuwen .tuwen-item li:hover a.db .tuwen-list .title {
  color: #444444;
}
.tuwen .tuwen-item li a.db {
  position: relative;
  padding-left: 350px;
  min-height: 190px;
}
.tuwen .tuwen-item li a.db:hover .tuwen-list .title {
  color: #ab8a24;
}
.tuwen .tuwen-item li a.db .img-boxs {
  width: 330px;
  height: 190px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.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;
  min-height: auto;
}
.tuwen .tuwen-item li a.db[data-img=""] .img-boxs {
  display: none;
}
.tuwen .tuwen-item li .tuwen-list .title {
  font-size: 22px;
  line-height: 30px;
  color: #444;
  font-weight: 700;
  margin-bottom: 10px;
  transition: all ease 0.25s;
}
.tuwen .tuwen-item li .tuwen-list .des {
  font-size: 18px;
  color: #444444;
  line-height: 28px;
  margin-bottom: 15px;
}
.tuwen .tuwen-item li .tuwen-list .date-s {
  color: #ab8a24;
  font-size: 16px;
}
.origion {
  padding-top: 30px;
}
.origion .origion-tit {
  font-size: 20px;
  line-height: 30px;
  color: #C0A85C;
  font-weight: 700;
  padding-left: 20px;
  background: url(acas_icon18.png) left center no-repeat;
}
.origion .origion-list {
  margin: 0 -15px;
  padding-top: 20px;
  padding-bottom: 10px;
  overflow: hidden;
}
.origion .origion-list li {
  width: auto;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 20px;
}
.origion .origion-list li a {
  font-size: 18px;
  line-height: 30px;
  color: #444444;
  background: #f2f7ff;
  display: block;
  padding: 10px 20px;
  border-radius: 2px;
  overflow: hidden;
}
.origion .origion-list li a:hover {
  color: #fff;
  background: #ab8a24;
}
.tuwen-video-des .img-boxs{
  display: block;
}
.tuwen-video-des .img-boxs img{
  width: 100%;
}
.tuwen-video-des .video-des{
  margin-top: 20px;
  margin-bottom: 20px;
  background: #c0a85c;
  padding:15px;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
}
/* ä¸­å°å±ä»¥ä¸Š */
@media all and (min-width: 992px) {
  .other-box .other-box-bg .row.row-20 .col-md-3.col-20 {
    width: 18.8%;
  }
  .other-box .other-box-bg .row.row-20 .col-md-9.col-20 {
    width: 81.2%;
  }
}
@media all and (min-width: 1200px) {
  .header-nav-wrap button.toggle {
    display: none;
  }
  .right_fixed{
    position: fixed;
    top: 40%;
    right:30px;
  }
  .right_fixed .common{
    width: 50px;
    height: 50px;
    border-radius: 3px;
    margin-top: 8px;
    background: #c0a85c;
    padding: 8px;
    text-align: center;
    position: relative;
    cursor: pointer;
  }
  .right_fixed #returnTop{
    display: none;
  }
  .right_fixed .common>img:first-child{
    max-width: 30px;
  }
  .right_fixed .common.wx>img:first-child{
    position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
  }
  .right_fixed .common>a{
    color: #fff;
    font-size: 14px;
  }
  .right_fixed .wx>img:last-child{
    width: 1px;
    max-width: 150px;
    position: absolute;
    left: -300%;
    top: 0%;
    transition: all ease-out 0.2s;
  }
  .right_fixed .wx:hover img:last-child{
    width: auto;
    top: -85%;
    transition: all ease-out 0.3s;
  }
  .right_fixed .top>img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
  } 
}
@media all and (min-width: 1921px) {
  .index-bg,
  .footer {
    background-size: 100% auto;
  }
  .news-bg.bgF9 .tool-bg:before {
    top: -24px;
  }
}
@media (max-width: 1920px) {
  .wrapper {
    overflow-x: hidden;
  }
}
@media (min-width: 1280px) and (max-width: 1400px) {
  .container {
    width: 1200px;
  }
}
@media (max-width: 1280px) {
  .wrapper {
    overflow-x: hidden;
  }
  .nav-wrap nav.navbar.bootsnav ul.nav li a {
    font-size: 18px;
  }
  .index-swiper .info-des .info-des-wrap {
    background: rgba(0, 64, 152, 0.5);
  }
  .news-bg .news-tools .news-tools-box {
    padding: 15px;
  }
  .news-bg .news-tools .news-tools-box li a p {
    font-size: 18px;
  }
}
@media (min-width: 1200px) and (max-width: 1280px) {
  .container {
    width: 1100px;
  }
  .nav-wrap {
    margin-left: 35px;
  }
  .nav-wrap nav.navbar.bootsnav ul.nav li a {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 991px) and (max-width: 1200px) {
  .other-box .other-box-bg .row.row-20 .col-md-3.col-20 {
    width: 25%;
  }
  .other-box .other-box-bg .row.row-20 .col-md-9.col-20 {
    width: 75%;
  }
}
@media (max-width: 1199px) {
  .right_fixed{
    display: none;
  }
  .nav-wrap {
    display: none;
  }
  .header-nav-wrap {
    position: relative;
    margin-top: 10px;
  }
  .header-nav-wrap button.toggle {
    top: 50%;
    transform: translateY(-50%);
  }
  .wrapper {
    overflow-x: hidden;
  }
  .header .header-tool {
    margin-bottom: 10px;
  }
  .index-swiper {
    margin-top: 40px;
  }
  .index-swiper .info-des {
    position: initial;
    width: 100%;
    padding-right: 0;
  }
  .index-swiper .info-des .info-des-wrap:after,
  .index-swiper .info-des .info-des-wrap:before {
    display: none;
  }
  .index-swiper .info-des .info-des-wrap {
    height: auto;
    width: 100%;
    padding: 15px 15px 40px 15px;
  }
  .index-swiper .info-des .info-des-tit {
    font-size: 22px;
    line-height: 30px;
  }
  .index-swiper .info-des .des {
    display: none;
  }
  .index-swiper .swiper-pagination {
    bottom: 15px;
    width: 100%;
    right: auto;
    justify-content: center;
  }
  .index-swiper .more {
    right: 20px;
    bottom: 15px;
  }
  .index-swiper .banner-box .img-boxs {
    display: block;
  }
  .news-bg .public-wrap .first-img-box .img-boxs {
    height: auto;
  }
  .common-title a.h24 {
    font-size: 26px;
  }
  .news-bg .public-wrap .first-img-box {
    margin-bottom: 20px;
  }
  .news-bg .public-wrap .first-img-box .tit {
    margin-top: 15px;
  }
  .news-bg .news.rel:after {
    display: none;
  }
  .swit-aside-box {
    margin-top: 30px;
  }
  .news-bg.bgF9 .tool-bg:after,
  .news-bg.bgF9 .tool-bg:before,
  .news-bg.bgF9 .tool-bg .top-bg {
    display: none;
  }
  .news-bg.bgF9 .tool-bg {
    background: none;
  }
  .news-bg.bgF9 .news {
    padding-bottom: 20px;
    min-height: initial;
  }
  .news-bg .news-tools {
    padding-top: 20px;
  }
  .index-video-bg .video-list li a {
    font-size: 18px;
  }
  .index-video-bg .common-title {
    flex-wrap: wrap;
  }
  .index-video-bg .common-title a.more {
    top: 25px;
  }
  .index-video-bg .common-title .switch_tab {
    width: 100%;
    background-position: left bottom;
    background-size: 105px auto;
  }
  .index-video-bg .video-list {
    margin-left: 0;
    margin-top: 20px;
    flex-wrap: wrap;
  }
  .index-video-bg .video-list li {
    padding-left: 0;
    padding-right: 20px;
    margin-right: 20px;
  }
  .index-video-bg .small .first-img-box .img-boxs img {
    max-height: initial;
  }
  .index-special-bg .special-swiper {
    padding: 0 35px;
  }
  .index-special-bg .special-swiper .swiper-button {
    width: 30px;
    height: 30px;
    border-radius: 50%;
  }
  .index-special-bg .special-swiper .banner-next {
    right: 0;
  }
  .index-special-bg .special-swiper .banner-prev {
    left: 0;
  }
  .footer {
    background: url(acas_bg11.png) center center no-repeat;
    background-size: cover;
  }
  .footer .footer-box {
    display: block;
  }
  .footer .footer-box .index-link-list,
  .footer .footer-box .col-md-7 {
    width: 100%;
  }
  .footer .index-link-list .index-link-item {
    display: block;
  }
  .footer .index-link-list .index-link-item .btn-group {
    display: block;
    margin-bottom: 25px;
  }
  .footer .footer-pad {
    padding-left: 0;
  }
  .footer .foot-info {
    padding-top: 0;
    padding-bottom: 10px;
  }
  .footer .footer-nav {
    padding-top: 20px;
  }
  .news-bg .news-tools {
    padding-bottom: 50px;
  }
  .news-bg.bgF9 .tool-bg {
    height: auto;
  }
  .news-bg .row.row-40 .col-40.col-md-8,
  .news-bg .row.row-40 .col-40.col-md-4 {
    width: 100%;
  }
  .tuwen .tuwen-item li .tuwen-list .title {
    font-size: 20px;
  }
  .tuwen .tuwen-item li .tuwen-list .des {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .wrapper {
    overflow-x: hidden;
  }
  .header .header-tool {
    margin-bottom: 10px;
  }
  .index-swiper {
    margin-top: 40px;
  }
  .index-swiper .info-des {
    position: initial;
    width: 100%;
    padding-right: 0;
  }
  .index-swiper .info-des .info-des-wrap:after,
  .index-swiper .info-des .info-des-wrap:before {
    display: none;
  }
  .index-swiper .info-des .info-des-wrap {
    height: auto;
    width: 100%;
    padding: 15px 15px 40px 15px;
  }
  .index-swiper .info-des .info-des-tit {
    font-size: 22px;
    line-height: 30px;
  }
  .index-swiper .info-des .des {
    display: none;
  }
  .index-swiper .swiper-pagination {
    bottom: 15px;
    width: 100%;
    right: auto;
    justify-content: center;
  }
  .index-swiper .more {
    right: 20px;
    bottom: 15px;
  }
  .index-swiper .banner-box .img-boxs {
    display: block;
  }
  .news-bg .public-wrap .first-img-box .img-boxs {
    height: auto;
  }
  .common-title a.h24 {
    font-size: 26px;
  }
  .news-bg .public-wrap .first-img-box {
    margin-bottom: 20px;
  }
  .news-bg .public-wrap .first-img-box .tit {
    margin-top: 15px;
  }
  .news-bg .news.rel:after {
    display: none;
  }
  .swit-aside-box {
    margin-top: 30px;
  }
  .news-bg.bgF9 .tool-bg:after,
  .news-bg.bgF9 .tool-bg:before,
  .news-bg.bgF9 .tool-bg .top-bg {
    display: none;
  }
  .news-bg.bgF9 .tool-bg {
    background: none;
  }
  .news-bg.bgF9 .news {
    padding-bottom: 20px;
  }
  .news-bg .news-tools {
    padding-top: 20px;
  }
  .index-video-bg .video-list li a {
    font-size: 18px;
  }
  .index-video-bg .common-title {
    flex-wrap: wrap;
  }
  .index-video-bg .common-title a.more {
    top: 25px;
  }
  .index-video-bg .common-title .switch_tab {
    width: 100%;
    background-position: left bottom;
    background-size: 105px auto;
  }
  .index-video-bg .video-list {
    margin-left: 0;
    margin-top: 20px;
    flex-wrap: wrap;
  }
  .index-video-bg .video-list li {
    padding-left: 0;
    padding-right: 20px;
    margin-right: 20px;
  }
  .index-video-bg .small .first-img-box .img-boxs img {
    max-height: initial;
  }
  .index-special-bg .special-swiper {
    padding: 0 35px;
  }
  .index-special-bg .special-swiper .swiper-button {
    width: 30px;
    height: 30px;
    border-radius: 50%;
  }
  .index-special-bg .special-swiper .banner-next {
    right: 0;
  }
  .index-special-bg .special-swiper .banner-prev {
    left: 0;
  }
  .footer {
    background: url(acas_bg11.png) center center no-repeat;
    background-size: cover;
  }
  .footer .footer-box {
    display: block;
  }
  .footer .index-link-list .index-link-item {
    display: block;
  }
  .footer .index-link-list .index-link-item .btn-group {
    display: block;
  }
  .footer .footer-pad {
    padding-left: 0;
  }
  .footer .foot-info {
    padding-top: 0;
    padding-bottom: 10px;
  }
  .footer .footer-nav {
    padding-top: 20px;
  }
  .news-bg .public-wrap .first-list-box li a {
    display: block;
    min-height: initial;
  }
  .news-bg .public-wrap .first-list-box li {
    width: 100%;
    border: none !important;
    padding: 0 !important;
    margin-bottom: 20px;
  }
  .news-bg .swit-aside li a {
    display: block;
  }
  .news-bg .news-tools {
    padding-bottom: 50px;
  }
  .news-bg.bgF9 .tool-bg {
    height: auto;
  }
  .other-box .ti-ma {
    padding: 30px 20px 50px 20px;
  }
  .other-bg .header {
    padding-bottom: 70px;
  }
  .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 .bread-item-groups {
    top: -35px;
  }
  .tuwen .tupian-item a.db img {
    max-height: initial;
  }
  .other-box .wrap .xgplayer-skin-default {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .header .header-des {
    font-size: 18px;
  }
  .header-nav-wrap {
    padding-right: 50px;
  }
  .index-swiper {
    margin-top: 25px;
  }
  .index-swiper .info-des .info-des-tit {
    font-size: 18px;
  }
  .index-swiper .swiper-pagination .swiper-pagination-bullet-active:after,
  .index-swiper .swiper-pagination .swiper-pagination-bullet-active:before {
    display: none;
  }
  .index-swiper .swiper-pagination .swiper-pagination-bullet,
  .index-swiper .swiper-pagination .swiper-pagination-bullet-active {
    margin: 0 5px;
  }
  .header {
    padding-bottom: 50px;
  }
  .news-bg {
    padding: 50px 0;
  }
  .news-bg.bgF9 .news {
    padding-top: 50px;
  }
  .common-title a.h24 {
    font-size: 24px;
  }
  .common-title.switch .switch_tab:first-child {
    margin-right: 30px;
  }
  .news-bg .news-tools .news-tools-box {
    padding: 15px;
  }
  .news-bg .news-tools .news-tools-box li a p {
    font-size: 18px;
  }
  .news-bg.bgF9 .tool-bg {
    height: auto;
  }
  .index-special-bg,
  .index-video-bg {
    padding: 50px 0;
  }
  .index-video-bg .first-img-box .tit {
    font-size: 18px;
    display: block;
  }
  .index-video-bg .first-img-box {
    border-bottom: none;
    padding-bottom: 0;
  }
  .tuwen .wenzi-item li a {
    flex: initial;
    padding-right: 0;
    padding-bottom: 0;
  }
  .other-box .ti-ma {
    padding: 20px 15px 50px 15px;
  }
  .tuwen .wenzi-item li .data-s {
    padding-left: 20px;
    text-align: left;
  }
  .index-swiper .banner-box .img-boxs img {
    height: 230px;
  }
  .index-swiper .info-des .info-des-wrap {
    min-height: 115px;
  }
  .other-box .ti-mas a.h22 {
    font-size: 26px;
  }
  .other-box .ti-ma .detail-box {
    margin-bottom: 10px;
  }
  .other-box .bread-item-groups .bread-item a {
    white-space: nowrap;
    padding: 0 10px 0 0px;
    font-size: 14px;
  }
  .other-box .bread-item-groups {
    top: -36px;
  }
  .other-box .ti-ma{
    min-height:initial;
  }
}