@charset "UTF-8";

html,
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  height: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif;
}

ul,
li {
  list-style: none;
}

ul,
li,
h1,
h2,
h3,
h4,
h5,
p {
  margin: 0;
  padding: 0;
  font-size: inherit;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

a:focus,
a:active {
  outline: none;
}

a,
a:focus,
a:hover {
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  font-size: 0;
}

.visible-xs {
  display: none !important;
}

@media only screen and (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }

  .visible-xs {
    display: block !important;
  }

  .news-list {
    width: 100% !important;
  }

  .xs-mb {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 992px) {
  .sm-mb {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 400px) {
  .index-swiper .el-carousel__indicators--horizontal {
    display: none !important;
  }
}

.index-swiper-img {
  width: 100%;
  height: auto;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-center-hor {
  display: flex;
  justify-content: center;
}

.flex-center-ver {
  display: flex;
  align-items: center;
}

.dy-main {
  max-width: 1210px;
  padding: 0 50px;
  margin: 0 auto;
}

.time {
  font-size: 13px;
  color: #999;
}

.bottom {
  margin-top: 13px;
  line-height: 12px;
}

.button {
  padding: 0;
  float: right;
}

.image {
  width: 100%;
  display: block;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}

.clearfix:after {
  clear: both;
}

.dy-body {
  padding-top: 128px;
}

.dy-header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
  z-index: 100;
  background: #fff;
}

.dy-header .dy-header-title {
  width: 100%;
  background: #f8f8f8;
  color: #000;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  padding: 5px 0;
}

.dy-header .dy-nav {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  padding: 0 50px;
  max-width: 1210px;
  margin: 0 auto;
  height: 90px;
}

.dy-header .dy-nav .dy-nav-brand {
  display: block;
  height: 100%;
}

.dy-header .dy-nav .dy-nav-brand>img {
  width: auto;
  height: 100%;
}

.dy-header .dy-nav .dy-nav-list {
  display: flex;
  align-items: center;
}

.dy-header .dy-nav .dy-nav-list li {
  font-size: 14px;
  color: #808080;
  margin-right: 28px;
  font-weight: 600;
  cursor: pointer;
  transition: .2s;
}

.dy-header .dy-nav .dy-nav-list li.nav-search {
  font-size: 18px;
}

.dy-header .dy-nav .dy-nav-list li.active {
  color: #409EFF;
}

.dy-header .dy-nav .dy-nav-list li>a:hover {
  color: #409EFF;
}

.dy-header .dy-nav .xs-nav-list {
  display: flex;
  align-items: center;
}

.dy-header .dy-nav .xs-nav-list .xs-nav-search {
  font-size: 22px;
  margin-right: 18px;
  color: #999;
  cursor: pointer;
}

.dy-header .dy-nav .xs-nav-list .xs-nav-menu {
  font-size: 30px;
  color: #999;
  cursor: pointer;
}

.nav-list-ver {
  width: 350px;
  margin-top: 40px;
}

.nav-list-ver li {
  width: 100%;
  height: 48px;
  display: flex;
  align-items: center;
  padding: 0 30px;
  color: #333;
  border-bottom: 1px solid #e1e1e1;
  cursor: pointer;
  transition: .2s;
}

.nav-list-ver li.active {
  color: #409EFF;
}

.nav-list-ver li:hover {
  color: #409EFF;
}

.dy-footer {
  width: 100%;
  background-color: #222222;
  color: #dddddd;
  padding: 40px 50px;
}

.dy-footer .dy-footer-inner {
  max-width: 1210px;
  margin: 0 auto;
}

.dy-footer .col-lg-4 {
  margin-left: 60px;
}

.dy-footer .col-lg-4:first-child {
  margin-left: 0;
}

.dy-footer h2.footer-title {
  font-size: 14px;
  color: #919191;
  margin: 0.8em 0;
}

.dy-footer .footer-news li {
  border-bottom: 2px solid #444;
  padding: 8px 0;
}

.dy-footer .footer-news li a {
  font-style: italic;
  font-family: "Georgia",
    "Times New Roman",
    Helvetica,
    Arial,
    sans-serif;
  color: #fff;
  font-size: 12px;
}

.dy-footer .footer-news li a:hover {
  text-decoration: underline;
  color: #919191;
}

.dy-footer .footer-company {
  font-size: 12px;
  line-height: 20px;
}

.dy-footer .footer-company .footer-address {
  font-size: 14px;
  margin: 0.85em 0;
}

.dy-footer .footer-submit.el-button {
  background: #fff;
  color: #222;
  border-color: #ddd;
  height: 36px;
  padding: 0 20px;
  line-height: 1;
}

.dy-footer .footer-submit.el-button:hover {
  background: #aaaaaa;
  color: #222;
  border-color: #888888;
}

.dy-breadcrumb {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #fcfcfc;
  color: #666666;
  padding: 20px 50px;
  font-size: 12px;
}

.dy-breadcrumb .dy-breadcrumb-title {
  min-width: 100px;
  font-size: 16px;
}

.dy-breadcrumb .dy-breadcrumb-path {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  min-width: 240px;
}

.dy-breadcrumb .dy-breadcrumb-path-name {
  display: flex;
  align-items: center;
}

.dy-breadcrumb .el-breadcrumb {
  font-size: 12px;
}

.avia_message_box {
  text-align: center;
  position: relative;
  border-color: #e1e1e1;
  background-color: #f8f8f8;
  clear: both;
  margin: 30px 0;
  background-color: #F5F6FC;
  border-color: #9DADBF;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
  color: #4671A3;
  padding: 36px;
}

.avia_message_box .avia_message_box_title {
  background-color: rgba(0, 0, 0, 0.05);
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 20px;
  font-size: 11px;
  text-shadow: none;
}

.avia_message_box .avia_message_box_content {
  display: flex;
  justify-content: center;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}

.avia_message_box .avia_message_box_content .icon-tongzhi {
  margin-right: 10px;
  margin-top: 3px;
}

.detail-banner-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.detail-banner-list li {
  width: 20%;
  padding: 7px;
  border-radius: 0;
  border: 1px solid #e1e1e1;
  cursor: pointer;
  margin-top: 15px;
}

.feat-list {
  margin: 6px 16px 10px;
}

.feat-list li {
  list-style: disc;
}

.detail-btns {
  margin: 18px auto 8px;
}

.detail-btns li {
  width: 94px;
  height: 36px;
  color: #fff;
  border-color: #3d71a1;
  background-color: #3d71a1;
  font-size: 13px;
  border-radius: 4px;
  margin-right: 20px;
  cursor: pointer;
}

.detail-btns li>i {
  margin-right: 4px;
}

.detail-content>li .detail-content-title {
  width: 100%;
  height: 50px;
  padding: 15 px 15 px 0 px 15 px;
  background-color: #3d71a1;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  padding: 0 16px;
}

.detail-content>li .detail-content-title>i {
  margin-right: 4px;
}

.detail-content>li .detail-content-children {
  padding: 20px 0;
}

.detail-content>li .detail-content-children>li .detail-content-item-title {
  font-size: 16px;
  color: #3d71a1;
  display: flex;
  align-items: center;
  font-weight: 600;
}

.detail-content>li .detail-content-children>li .detail-content-item-title>i {
  margin-right: 8px;
}

.detail-content>li .detail-content-children>li .detail-content-children-content img {
  width: auto;
}

.about-title {
  color: #919191;
  font-size: 20px;
  display: flex;
  align-items: center;
  margin-bottom: 22px;
}

.about-title .line {
  flex: 1;
  height: 1px;
  background: #e1e1e1;
  margin-left: 16px;
}

.about-content {
  color: #666;
  line-height: 20px;
  font-size: 12px;
}

.flex-box {
  display: flex;
}

.flex-list {
  flex: 1;
}

.flex-list>li {
  display: flex;
  padding-bottom: 30px;
  position: relative;
}

.flex-list>li.index-flex-item {
  padding-bottom: 54px;
}

.flex-list>li.index-flex-item::after {
  height: 54px;
}

.flex-list>li::after {
  content: '';
  position: absolute;
  height: 30px;
  border: 1px dashed #e1e1e1;
  left: 32px;
  bottom: 0;
}

.flex-list>li:last-child::after {
  display: none;
}

.flex-list>li>i {
  width: 64px;
  height: 64px;
  background: #d0d0d0;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  border-radius: 100%;
  margin-right: 30px;
}

.flex-list>li .flex-list-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
}

.flex-list>li .flex-list-content .download-title {
  color: #2d5c88;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  margin-bottom: 8px;
}

.flex-list>li .flex-list-content .download-title.index-download-title {
  color: #222;
}

.flex-list>li .flex-list-content .download-title:hover {
  text-decoration: underline;
}

.flex-list>li .flex-list-content .download-cnt {
  font-size: 12px;
  color: #919191;
}

.flex-menu {
  padding-left: 50px;
  width: 320px;
}

.flex-menu .nav-menu {
  margin-bottom: 44px;
}

.flex-menu .nav-menu .nav-menu-title {
  color: #222222;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 8px;
}

.flex-menu .nav-menu .nav-menu-list li {
  margin-bottom: 4px;
  font-size: 12px;
  color: #919191;
}

.flex-menu .nav-menu .nav-menu-list li:hover {
  color: #2d5c88;
  text-decoration: underline;
}

.flex-menu .nav-menu .nav-menu-list li.active {
  color: #222222;
}

.flex-menu .nav-menu .nav-menu-list.article li {
  padding: 4px 0;
  border-bottom: 2px solid #e1e1e1;
  font-family: "Georgia",
    "Times New Roman",
    Helvetica,
    Arial,
    sans-serif;
  font-style: italic;
}

.news-list {
  width: calc(100% - 320px);
}

.news-list>li {
  margin-bottom: 40px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}

.news-list>li>img {
  width: 100%;
}

.news-list>li .el-row {
  width: 100%;
}

.news-list>li .news-tag {
  width: 30px;
  height: 30px;
  background: #2A6AB3;
  color: #fff;
  font-size: 18px;
  margin-bottom: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.news-list>li h2 {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ED3C05;
  margin-bottom: 14px;
}

.news-list>li .news-time {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  margin-bottom: 22px;
}

.news-list>li .new-content {
  border-top: 1px solid #E3E3E3;
  padding: 22px 0;
  display: flex;
  justify-content: space-between;
}

.news-list>li .new-content .cnt {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
}

.news-list>li .new-content .btn {
  width: 68px;
  height: 24px;
  background: #DBEAF6;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #2A6AB3;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 40px;
}

.news-detail-title {
  color: #222222;
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 26px;
}

.news-detail-time {
  font-size: 12px;
  color: #919191;
  margin-top: 40px;
}

.feat-list-item-box {
  background: #fcfcfc;
  padding: 45px 20px 20px 20px;
  border-radius: 3 px;
  text-align: center;
  position: relative;
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.3);
  margin-bottom: 50px;
}

.feat-list-item-box .iconfont {
  width: 54px;
  height: 54px;
  border-radius: 100%;
  background: #000;
  background-color: #2d5c88;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: calc(50% - 27px);
  top: -25px;
  font-size: 24px;
}

.feat-list-item-box .feat-list-title {
  color: #222222;
  font-size: 16px;
  font-weight: 600;
}

.feat-list-item-box .feat-list-content {
  font-size: 12px;
  color: #666666;
  margin-top: 20px;
}

.feat-list-wrapper {
  width: 100%;
  padding: 50px 0 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12), 0 0 6px rgba(0, 0, 0, 0.04);
}

.index-category {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 40px auto 16px;
}

.index-category>li {
  /* padding: 8px 22px; */
  background: #fff;
  color: #2d5c88;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  margin: 0 14px 10px;
  cursor: pointer;
  border: 1px solid #2d5c88;
}

.index-category>li.active {
  background: #2d5c88;
  color: #fff;
}

.index-category>li>a {
  padding: 8px 22px;
}

.index-body .el-divider__text {
  padding: 0 6px;
}

.index-body .index-about-divider .el-divider--horizontal {
  transform: translateX(200%);
}

.index-about-content {
  font-size: 12px;
  color: #666;
}

#allmap {
  width: 100%;
  height: 100%;
  z-index: 1000;
}

.ds2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 99;
}