@charset "UTF-8";
/********常量********/
/*间距*/
/********全局********/
/*弹窗背景*/
.modal-backdrop.show {
  opacity: .8; }

/*没内容*/
.noinfo img {
  width: 170px; }

.noinfo .btn {
  padding-left: 50px;
  padding-right: 50px; }

/******图标******/
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/******文字颜色大小******/
.font-18 {
  font-size: 16px; }

.text-primary {
  color: #1266c1 !important; }

.text-primary-dk {
  color: #0b5cb3 !important; }

.bg-primary {
  background-color: #1266c1 !important; }

.bg-primary-dk {
  background-color: #0b5cb3 !important; }

.bg-primary-second {
  background-color: #c0c9da !important; }

.bg-white {
  background-color: #fff !important; }

.text-dark, .text-muted, .text-muted-lt, .text-normal {
  trasition: .4s; }

.text-dark {
  color: #080707 !important; }

.text-muted {
  color: #777 !important; }

.text-muted-lt {
  color: #b2b2b2 !important; }

.text-normal {
  color: #575757 !important; }

.text-blue {
  color: #0f3365 !important; }

a.text-muted:hover,
a.text-muted-lt:hover,
a.text-dark:hover,
a.text-normal:hover,
a.text-primary:hover,
a:hover .text-muted,
a:hover .text-muted-lt,
a:hover .text-dark,
a:hover .text-normal,
a:hover .text-primary {
  color: #1266c1 !important; }

.text-warning {
  color: #ffd964 !important; }

.text-danger {
  color: #f13232 !important; }

/******背景色******/
.bg-gray-lt {
  background-color: #f2f2f2 !important; }

.bg-gray {
  background-color: #e8f0f9 !important; }

.bg-dark {
  background-color: #414141 !important; }

.bg-blue {
  background-color: #0f3365 !important; }

/******图片100%全屏******/
.img-100 {
  width: 100%;
  max-width: auto; }

/******表单******/
/*input提示框颜色*/
/*表格*/
/*按钮*/
/******文字行数******/
.text-truncate2 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical; }

.text-truncate3 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical; }

/******背景图（覆盖）******/
.bg-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }

.mask-black {
  position: relative; }
  .mask-black::before {
    position: absolute;
    content: '';
    z-index: 0;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.7); }

.mask-black > * {
  position: relative;
  z-index: 9; }

/********框架********/
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

/******间距******/
/*内容距导航间距*/
.main-top {
  margin-top: 60px; }

/*块间距*/
.pt-section, .py-section {
  padding-top: 40px; }

.pb-section, .py-section {
  padding-bottom: 40px; }

/*栅格系统间距*/
.row.row-0 {
  margin-left: 0;
  margin-right: 0; }

.row.row-0 > * {
  padding-left: 0;
  padding-right: 0; }

.row {
  margin-left: -8px;
  margin-right: -8px; }

.row > * {
  padding-left: 8px;
  padding-right: 8px; }

/*列表默认底部间距*/
.row .item {
  margin-bottom: 15px; }

/******线条颜色******/
.border-top,
.border-left,
.border-right,
.border-bottom {
  border-color: #ededed !important; }

/********标题********/
/******投影******/
.box-shadow {
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1); }

/******鼠标效果******/
/*--投影--*/
.box-shadow,
.hover-box-shadow {
  transition: .4s ease-out; }

.box-shadow:hover,
.hover-box-shadow:hover {
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1); }

body {
  font-size: .8rem; }

.bar-nav.bg-primary, .bar-nav.bg-primary:active, .bar-nav.bg-primary.down, .bar-nav.bg-primary.down:active {
  background-color: #fff !important; }

.bar-nav.bg-primary.down {
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1); }

.bar-nav.bg-primary a {
  color: #575757; }
  .bar-nav.bg-primary a:hover, .bar-nav.bg-primary a:focus {
    color: #575757; }

.bar .icon.language {
  font-size: 1rem; }

.menu-wrapper {
  height: 100vh;
  overflow-y: auto; }

.mainnav {
  padding-top: 40px !important;
  border-top: 1px solid #ededed; }
  .mainnav li .nav .pull-right {
    display: inline-block; }
    .mainnav li .nav .pull-right:before, .mainnav li .nav .pull-right:after {
      background: transparent; }
  .mainnav li > div > a > i {
    display: block; }
  .mainnav li .nav.has-subnav .pull-right {
    transform: rotate(90deg); }

.close-panel {
  display: block;
  width: 100%;
  padding: 15px 20px;
  background-color: white;
  z-index: 99; }

.topimg {
  margin-top: 3.1rem; }

.title-main .title {
  position: static;
  margin-top: 0; }

.title-main .title, .title-01 {
  font-size: 24px;
  color: #080707 !important; }
  .title-main .title::before, .title-01::before {
    display: none; }

.title-main, .title-01 {
  margin-bottom: 15px; }

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 75px; }

.swiper-pagination-bullet-active {
  background-color: #1266c1; }

.buttons-tab .tab-link {
  width: 33.33%;
  word-break: break-all;
  flex-basis: 33.33%; }

.list-L-and-R {
  margin-bottom: 8px; }
  .list-L-and-R span.title {
    position: static;
    line-height: 1.5;
    white-space: pre-wrap;
    word-break: break-word; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%; }

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%; }

.row-cols-3 > * {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%; }

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%; }

.row-cols-6 > * {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-0 {
  border-radius: 0 !important; }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-n1 {
  margin: -0.25rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

.m-n3 {
  margin: -1rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

.m-n4 {
  margin: -1.5rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

.m-n5 {
  margin: -3rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-lighter {
  font-weight: lighter !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-weight-bolder {
  font-weight: bolder !important; }

.home-about-wrapper .conout-wrapper {
  border-radius: 5px;
  padding: 30px 15px; }
  .home-about-wrapper .conout-wrapper .con-wrapper .home-about-title {
    font-size: 17px;
    position: relative;
    margin-bottom: 10px; }
    .home-about-wrapper .conout-wrapper .con-wrapper .home-about-title::before {
      position: absolute;
      content: '';
      z-index: 0;
      left: 0;
      bottom: 0;
      width: 0;
      height: 2px;
      background-color: #1266c1; }
  .home-about-wrapper .conout-wrapper .con-wrapper p {
    margin-bottom: 10px;
    font-size: 15px; }

.list-cultrue .item .con-wrapper {
  padding: 10px 10px 20px 10px;
  border-radius: 5px; }
  .list-cultrue .item .con-wrapper .icon-wrapper {
    width: 74px;
    height: 74px; }
    .list-cultrue .item .con-wrapper .icon-wrapper .iconfont {
      font-size: 36px;
      line-height: 72px; }
  .list-cultrue .item .con-wrapper .title {
    position: relative;
    font-size: 17px;
    margin-top: 18px;
    margin-bottom: 7px; }
  .list-cultrue .item .con-wrapper .des {
    font-size: 15px;
    line-height: 1.6; }

.home-chairman-wrapper .chairman-img-wrapper {
  width: calc(100% - 15px);
  position: relative; }
  .home-chairman-wrapper .chairman-img-wrapper::before {
    position: absolute;
    content: '';
    z-index: 0;
    left: 15px;
    top: 15px;
    width: 100%;
    height: 100%;
    background-color: #c0c9da; }
  .home-chairman-wrapper .chairman-img-wrapper img {
    position: relative;
    z-index: 1; }

.home-chairman-wrapper .con-wrapper {
  margin-left: 0;
  margin-top: 30px;
  font-size: 15px; }
  .home-chairman-wrapper .con-wrapper p {
    margin-bottom: 6px;
    line-height: 1.8; }

.home-chairman-speech-wrapper .conout-wrapper {
  border-radius: 5px;
  padding: 30px 15px; }
  .home-chairman-speech-wrapper .conout-wrapper .con-wrapper {
    font-size: 15px; }
    .home-chairman-speech-wrapper .conout-wrapper .con-wrapper p {
      margin-bottom: 10px;
      line-height: 2; }

@media (min-width: 1024px) {
  .home-chairman-speech-wrapper {
    margin-top: 120px; }
    .home-chairman-speech-wrapper .conout-wrapper {
      margin-top: -170px;
      border-radius: 5px;
      padding: 65px; }
      .home-chairman-speech-wrapper .conout-wrapper .con-wrapper {
        font-size: 16px; }
        .home-chairman-speech-wrapper .conout-wrapper .con-wrapper p {
          margin-bottom: 25px; } }

@media (min-width: 1680px) {
  .home-chairman-speech-wrapper {
    margin-top: 150px; }
    .home-chairman-speech-wrapper .conout-wrapper {
      margin-top: -200px; } }

.map-out-wrapper {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: 100vw;
  height: 48vw; }
  .map-out-wrapper .img-wrapper {
    opacity: .6; }
    .map-out-wrapper .img-wrapper img {
      width: 100%;
      max-width: none; }
  .map-out-wrapper .map-dot-list-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    top: 0;
    left: 0; }

.rno-map-dot-text {
  position: absolute;
  left: 100%;
  top: 0px;
  padding-left: 5px;
  font-size: 12px;
  line-height: 18px;
  color: #080707;
  white-space: nowrap; }

.rno-map-dot-text.left {
  left: auto;
  right: 100%;
  padding-left: 0;
  padding-right: 4px; }

.rno-map-dot {
  position: absolute;
  width: 18px;
  height: 18px;
  margin-right: 11px; }

.rno-map-dot-layer {
  width: 11px;
  height: 11px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -5px 0 0 -5px;
  background-color: #1266c1;
  border-radius: 50%;
  cursor: pointer;
  opacity: 1; }

.rno-map-dot:after {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  -webkit-box-shadow: inset #1266c1 0 0 5px;
  box-shadow: inset #1266c1 0 0 5px;
  border-radius: 50%;
  top: 0;
  left: 0;
  opacity: 0; }

.rno-map-dot.style-1 {
  box-shadow: inset #1266c1 0 0 5px;
  border-radius: 50%; }

.rno-map-dot.style-1 .rno-map-dot-layer {
  width: 6px;
  height: 6px;
  background-color: #1266c1;
  margin: -3px 0 0 -3px; }

.rno-map-dot.style-1, .rno-map-dot.style-1:after {
  -webkit-box-shadow: inset #1266c1 0 0 5px;
  box-shadow: inset #1266c1 0 0 5px; }

.rno-map-dot.style-2 {
  box-shadow: inset #04C8DC 0 0 5px;
  border-radius: 50%; }

.rno-map-dot.style-2 .rno-map-dot-layer {
  width: 8px;
  height: 8px;
  background-color: #04C8DC;
  margin: -4px 0 0 -4px; }

.rno-map-dot.style-2, .rno-map-dot.style-2:after {
  -webkit-box-shadow: inset #04C8DC 0 0 5px;
  box-shadow: inset #04C8DC 0 0 5px; }

.rno-map-dot.style-3 {
  box-shadow: inset #FF7800 0 0 5px;
  border-radius: 50%; }

.rno-map-dot.style-3 .rno-map-dot-layer {
  width: 8px;
  height: 8px;
  background-color: #FF7800;
  margin: -4px 0 0 -4px; }

.rno-map-dot.style-3, .rno-map-dot.style-3:after {
  -webkit-box-shadow: inset #FF7800 0 0 5px;
  box-shadow: inset #FF7800 0 0 5px; }

.rno-map-dot, .rno-map-dot-explain-txt {
  display: inline-block;
  vertical-align: middle; }

.rno-map-dot-explain .rno-map-dot {
  position: relative; }

.rno-map-dot-explain-txt {
  color: #fff;
  font-size: 12px;
  -webkit-font-smoothing: antialiased; }

.rno-map-dot-layer:after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  -webkit-box-shadow: inset #1266c1 0 0 5px;
  box-shadow: inset #1266c1 0 0 5px;
  border-radius: 50%;
  top: 0;
  left: 0;
  opacity: 0; }

.rno-map-dot.animate.active:after, .rno-map-dot.animate:hover:after {
  -webkit-animation: warn 2s ease-out .1s infinite;
  animation: warn 2s ease-out .1s infinite; }

.rno-map-dot.animate.active .rno-map-dot-layer:after, .rno-map-dot.animate:hover .rno-map-dot-layer:after {
  -webkit-animation: warn-2 2s ease-out 1.1s infinite;
  animation: warn-2 2s ease-out 1.1s infinite; }

.rno-map-dot.style-1 .rno-map-dot-layer:after {
  -webkit-box-shadow: inset #1266c1 0 0 5px;
  box-shadow: inset #1266c1 0 0 5px; }

.rno-map-dot.style-2 .rno-map-dot-layer:after {
  -webkit-box-shadow: inset #04C8DC 0 0 5px;
  box-shadow: inset #04C8DC 0 0 5px; }

.rno-map-dot.style-3 .rno-map-dot-layer:after {
  -webkit-box-shadow: inset #FF7800 0 0 5px;
  box-shadow: inset #FF7800 0 0 5px; }

@-webkit-keyframes warn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1);
    transform: scale(0.1); }
  5% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2); } }

@keyframes warn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1);
    transform: scale(0.1); }
  5% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2); } }

@-webkit-keyframes warn-2 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1);
    transform: scale(0.1); }
  5% {
    opacity: 8; }
  to {
    opacity: 0;
    -webkit-transform: scale(5);
    transform: scale(5); } }

@keyframes warn-2 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1);
    transform: scale(0.1); }
  5% {
    opacity: 8; }
  to {
    opacity: 0;
    -webkit-transform: scale(5);
    transform: scale(5); } }

.rno-bubble {
  position: absolute;
  z-index: 6; }

.rno-map-bubble {
  left: 50%;
  bottom: 100%;
  margin-left: -100px;
  margin-bottom: 10px;
  width: 200px;
  text-align: center;
  -webkit-transition: .3s all ease-out;
  transition: .3s all ease-out;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
  cursor: default;
  pointer-events: none; }

.rno-bubble-inner {
  font-size: 12px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #b3b7bf;
  border-radius: 2px;
  background-color: #fff;
  line-height: 18px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  position: static !important;
  left: 50%;
  top: 50%;
  min-width: 160px; }

.rno-map-bubble .rno-bubble-inner {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  border-color: rgba(83, 98, 114, 0.4);
  font-size: 14px;
  line-height: 24px;
  color: #333; }

.rno-map-bubble-title {
  padding: 0 16px;
  margin-bottom: 5px;
  color: rgba(0, 0, 0, 0.37);
  line-height: 40px;
  background-color: #F5F7FA; }

.rno-map-bubble-cont {
  padding: 8px 16px;
  font-size: 14px;
  color: #000;
  text-align: left;
  line-height: 24px; }

.rno-map-bubble .rno-bubble-inner:before {
  border-top-color: #1266c1; }

.rno-bubble-bottom .rno-bubble-inner:before {
  margin-left: -8px;
  border-top-color: #b3b7bf; }

.rno-bubble-bottom .rno-bubble-inner:after, .rno-bubble-bottom .rno-bubble-inner:before {
  top: 100%;
  left: inherit;
  right: inherit;
  margin-top: -1px;
  border-top-style: solid; }

.rno-bubble .rno-bubble-inner:after, .rno-bubble .rno-bubble-inner:before {
  font-size: 0;
  position: absolute;
  width: 0;
  height: 0;
  content: '';
  border: 8px dashed transparent; }

.rno-bubble-bottom .rno-bubble-inner:after {
  margin-left: -7px;
  border-top-color: #fff; }

.rno-map-dot.hover .rno-map-bubble, .rno-map-dot:hover .rno-map-bubble {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

.list-risk .item {
  margin-bottom: 25px; }
  .list-risk .item .icon-wrapper {
    width: 80px;
    height: 80px; 
    flex-shrink: 0;}
    .list-risk .item .icon-wrapper .iconfont {
      font-size: 42px; }
  .list-risk .item .title-item {
    position: static;
    margin-top: 15px;
    font-size: 18px; }
  .list-risk .item .des {
    margin-top: 10px;
    line-height: 1.8; }

.join-explain-wrapper .item {
  margin-bottom: 30px; }
  .join-explain-wrapper .item:last-child {
    margin-bottom: 0; }

.join-explain-wrapper .title-wrapper {
  margin-bottom: 10px; }
  .join-explain-wrapper .title-wrapper .icon-wrapper {
    width: 50px;
    height: 50px; }
    .join-explain-wrapper .title-wrapper .icon-wrapper .iconfont {
      font-size: 30px;
      line-height: 46px; }
  .join-explain-wrapper .title-wrapper .title-item {
    font-size: 16px;
    margin-left: 10px; }

.join-explain-wrapper .des {
  line-height: 1.8; }

.list-partner .item {
  border: 1px solid #ededed; }

.contact-wrapper .con-wrapper .icon-wrapper {
  width: 76px;
  height: 76px;
  margin: 0 auto; }
  .contact-wrapper .con-wrapper .icon-wrapper .iconfont {
    font-size: 40px; }

.contact-wrapper .title {
  position: static;
  font-size: 16px;
  margin-top: 15px; }

.contact-wrapper p {
  margin-bottom: 8px; }

/* 20210508 新增*/
/* 重置 */
.text-primary-dk {
  color:#17365D !important;
}
.border-top{
  border-top: 1px solid rgba(0,0,0,.1) !important;
}
.bg-primary-second{
  background-color: rgba(55, 82, 123, 1) !important;
}
.rno-map-dot-text{
  color: rgba(255,255,255,.8);
}
@media (min-width: 1260px){
  .list-cultrue .item .con-wrapper {
      padding: 60px 20px 55px 20px;
  }
}
.w-des{
  width: 270px;
  text-align: left;
}
.w-des-sm{
  width: 160px;
  text-align: left;
}
.w-philosophy{
  width: 940px;
}
.bg-blue{
  background-color: #2F5599;
}
.rounded-big{
  width: 108px !important;
  height: 108px !important;
  flex-shrink: 0;
}
.rounded-big .iconfont{
  font-size: 58px !important;
}
.font-16{
  font-size: 16px;
}
.list-risk .item .des div{
  width: calc(100% - 30px);
}
.list-risk .item .title-item{
  margin-top: 25px;
  margin-bottom: 15px;
}
.wfooter{
  background-color: #1266c1 !important;
}
.wfooter a,.wfooter > div{
  color: rgba(255,255,255,.7);
}

