@charset "UTF-8";
/********常量********/
/*间距*/
/********全局********/
body {
  line-height: 170%;
  /* font-family: "Microsoft YaHei",微软雅黑,"MicrosoftJhengHei",华文细黑,STHeiti,MingLiu;
  font-family: "PingFangSC,Roboto-Regular,Roboto,Helvetica Neue,Helvetica,Tahoma,Arial,sans-serif"; */
  font-family: '微软雅黑', '黑体';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333;
  font-size: .9375rem; }

img {
  max-width: 100%;
  max-height: 100%; }

a {
  color: #333;
  transition: .4s; }

a:hover {
  text-decoration: none;
  color: #2F5597; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

p {
  margin-bottom: .65rem; }

ul {
  padding: 0;
  margin: 0;
  list-style: none; }

/*弹窗背景*/
.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; }

/******文字颜色大小******/
.text-primary {
  color: #2F5597 !important; }

.text-primary-dk {
  color: #0b5cb3 !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; }

.text-primary-second {
  color: #c0c9da !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: #2F5597 !important; }

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

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

/******背景色******/
.bg-primary {
  background-color: #2F5597 !important; }

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

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

.bg-primary-lt {
  background-color: #2F5597 !important; }

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

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

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

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

/******表单******/
.custom-control label {
  cursor: pointer;
  transition: .4s; }
  .custom-control label:hover {
    color: #2F5597; }

.form-horizontal {
  max-width: 600px;
  transform: translateX(-90px); }
  .form-horizontal .form-group {
    margin-bottom: 20px; }
  .form-horizontal .control-label {
    text-align: right;
    font-size: 15px;
    line-height: 48px;
    margin-bottom: 0; }
  .form-horizontal .form-control {
    height: 48px;
    padding: 8px 15px;
    line-height: 30px;
    border-radius: 3px;
    border-width: 0;
    background-color: #e8f0f9; }
  .form-horizontal .form-control:disabled, .form-horizontal .form-control[readonly] {
    background-color: #ddd; }
  .form-horizontal .btn-block {
    padding: 0;
    line-height: 48px;
    border-radius: 3px; }
  .form-horizontal .btn.rounded {
    display: block;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 48px;
    border-radius: 23px !important; }
    .form-horizontal .btn.rounded:hover {
      color: #fff; }

/*input提示框颜色*/
input::-webkit-input-placeholder {
  color: #999 !important; }

input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999 !important; }

　　
input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999 !important; }

input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999 !important; }

/*表格*/
.table-striped thead th {
  border-top-width: 0;
  border-bottom-width: 1px; }

.table-striped td {
  border-top-width: 0;
  line-height: 26px;
  padding: 8px 10px;
  font-size: 13px; }
  .table-striped td .des p {
    margin-bottom: 0; }

.table-striped.text-md td {
  font-size: 15px; }

.table-striped.table-md td {
  padding: 12px 15px; }

/*按钮*/
.btn {
  padding: 0.5625rem 0.75rem;
  font-size: 1rem; }

.btn:hover, .btn:focus, .btn:active, .btn-outline-primary:not(:disabled):not(.disabled):active {
  box-shadow: none !important; }

.btn:hover, .btn:focus, .btn:active {
  background-color: #0b5cb3 !important;
  border-color: #0b5cb3 !important; }

.btn-outline-secondary {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.7);
  transition: .6s; }

.btn-outline-secondary:hover {
  background-color: rgba(0, 0, 0, 0.4) !important;
  border-color: rgba(0, 0, 0, 0.2) !important;
  color: #fff !important; }

.btn-primary,
.btn-primary.disabled, .btn-primary:disabled {
  background-color: #2F5597;
  border-color: #2F5597;
  color: #fff !important; }

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  color: #fff !important; }

.btn-outline-primary {
  border-color: #0b5cb3;
  color: #2F5597; }

/******文字行数******/
.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; }

/********框架********/
body {
  display: flex;
  min-height: 100vh;
  flex-direction: column; }

.content-wrapper {
  flex: 1 1 auto; }

@media (min-width: 768px) {
  .container {
    max-width: 690px; } }

@media (min-width: 1024px) {
  .container, .container-full {
    min-width: 1200px; } }

/******间距******/
/*内容距导航间距*/
.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; }

@media (min-width: 768px) {
  /*表单*/
  .form-control {
    padding: 8px 15px; }
  .btn {
    padding-top: 9px;
    padding-bottom: 9px; }
  .bg-md-gray {
    background-color: #e8f0f9; }
  /*内容距导航间距*/
  /*块间距*/
  .pt-section, .py-section {
    padding-top: 50px; }
  .pb-section, .py-section {
    padding-bottom: 50px; }
  /*栅格系统间距*/
  .row {
    margin-left: -10px;
    margin-right: -10px; }
  .row > * {
    padding-left: 10px;
    padding-right: 10px; }
  /*列表默认底部间距*/ }

@media (min-width: 1024px) {
  body {
    font-size: .9375rem; }
  /*表单*/
  .form-control {
    padding: 6px 15px;
    font-size: 15px; }
  .btn {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 15px; }
  /*内容距导航间距*/
  .main-top {
    margin-top: 86px; }
  /*块间距*/
  .pt-section, .py-section {
    padding-top: 70px; }
  .pb-section, .py-section {
    padding-bottom: 70px; }
  /*栅格系统间距*/
  .row {
    margin-left: -12px;
    margin-right: -12px; }
  .row > * {
    padding-left: 12px;
    padding-right: 12px; }
  /*列表默认底部间距*/
  .row .item {
    margin-bottom: 24px; } }

@media (min-width: 1260px) {
  /*内容距导航间距*/
  /*块间距*/
  .pt-section, .py-section {
    padding-top: 85px; }
  .pb-section, .py-section {
    padding-bottom: 85px; }
  /*栅格系统间距*/
  .row {
    margin-left: -12px;
    margin-right: -12px; }
  .row > * {
    padding-left: 12px;
    padding-right: 12px; }
  /*列表默认底部间距*/
  .row .item {
    margin-bottom: 30px; } }

@media (min-width: 1680px) {
  .container {
    min-width: 1410px; } }

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

/********标题********/
/********图片/背景图片 高宽等比盒子********/
.img-box-over {
  overflow: hidden;
  width: 100%;
  height: 0; }

.img-box-over img {
  min-width: 100%;
  min-height: 100%;
  max-height: none; }

/******投影******/
.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); }

/*图片放大*/
.img-hoverbig .img-big {
  transition: .6s ease-out;
  overflow: hidden; }

.img-hoverbig:hover .img-big {
  transform: scale(1.05); }

/*上移*/
@media (min-width: 1024px) {
  .hover-up {
    transition: .4s ease-out; }
  .hover-up:hover {
    transform: translateY(-10px); } }

/*-------------------在线客服---------------------------*/
#rightsead {
  height: 200px;
  position: fixed;
  z-index: 999;
  top: 50%;
  margin-top: -59px;
  right: -70px;
  transition: .3s;
  font-size: 14px; }

*html #rightsead {
  margin-top: 368px;
  position: absolute;
  top: expression(eval(document.documentElement.scrollTop)); }

#rightsead li {
  height: 50px;
  list-style: none;
  margin-bottom: 1px; }

#rightsead li a {
  height: 50px;
  cursor: pointer;
  float: right;
  display: block;
  min-width: 50px;
  max-width: 160px;
  text-align: center; }

#rightsead li a .icon {
  display: block;
  width: 50px;
  height: 50px;
  padding: 12px;
  line-height: 50px;
  color: #fff;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px; }

#rightsead li a .shows {
  display: block; }

#rightsead li a.youhui .hides {
  background: url(../../images/arrow.png) right 0 top 15px no-repeat;
  margin-right: -138px;
  display: none;
  position: absolute;
  right: 188px;
  top: 0; }

#rightsead li a.youhui .hides-big {
  top: -25px;
  background: url(../../images/arrow.png) right 0 top 22% no-repeat; }

#rightsead li a.youhui .hides-md {
  top: -12px;
  background: url(../../images/arrow.png) right 0 top 22% no-repeat; }

#rightsead li a .hides .icon {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 50px;
  height: 50px;
  padding: 12px;
  line-height: 50px;
  background: #fff;
  color: #575757;
  border: 1px solid #808080; }

#rightsead li a .hides span {
  height: 50px;
  line-height: 50px;
  padding-left: 45px;
  padding-right: 10px; }

#rightsead li a.youhui .hides .bg {
  margin-right: 9px;
  width: 161px;
  background: #808080;
  color: #fff;
  line-height: 180%; }

/*-------------------在线客服 end---------------------------*/
.header-wrapper {
  background-color: rgba(255,255,255,.95) !important;
  transition: .4s; }
  .header-wrapper .navbar .navbar-brand {
    padding: 0; }
    .header-wrapper .navbar .navbar-brand img {
      height: 42px; }
  .header-wrapper .navbar .navbar-toggler {
    outline: none;
    border-width: 0;
    margin-right: -15px; }
    .header-wrapper .navbar .navbar-toggler .navbar-toggler-icon {
      background-image: none;
      color: #575757; }
      .header-wrapper .navbar .navbar-toggler .navbar-toggler-icon .iconfont {
        font-size: 28px;
        line-height: 32px; }
  .header-wrapper.down {
    background-color: #fff !important;
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1); }
  .header-wrapper:hover .navbar-toggler .navbar-toggler-icon, .header-wrapper.down .navbar-toggler .navbar-toggler-icon {
    color: #080707; }

@media (max-width: 1023px) {
  .header-wrapper {
    border-bottom: 1px solid #ededed; }
    .header-wrapper .navbar .logo-wrapper {
      width: 100%; }
    .header-wrapper .navbar .navbar-collapse {
      margin: 0 -15px;
      padding: 0 15px; }
      .header-wrapper .navbar .navbar-collapse .navbar-nav {
        margin: 10px -1rem;
        padding: 0; }
        .header-wrapper .navbar .navbar-collapse .navbar-nav .nav-item:first-child {
          border-top: 1px solid #ededed; }
        .header-wrapper .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
          font-size: 16px;
          padding: 12px 15px;
          color: #080707; }
        .header-wrapper .navbar .navbar-collapse .navbar-nav .nav-item.show .nav-link {
          color: #2F5597;
          background-color: #ededed; }
          .header-wrapper .navbar .navbar-collapse .navbar-nav .nav-item.show .nav-link .icon-xiangyou {
            transform: rotate(90deg); }
        .header-wrapper .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu {
          border-width: 0;
          padding: 10px 0 5px 0;
          margin: 0; }
          .header-wrapper .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu .dropdown-item {
            padding: 10px 15px;
            font-size: 15px;
            color: #575757; } }

@media (min-width: 768px) {
  .header-wrapper .navbar .navbar-brand img {
    height: 42px; }
  .header-wrapper .navbar-nav .nav-link {
    padding-left: 15px;
    padding-right: 15px; }
  .header-wrapper.down {
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1); }
    .header-wrapper.down .navbar-nav .nav-link:hover, .header-wrapper.down .navbar-nav .nav-link:active, .header-wrapper.down .navbar-nav .nav-link:focus {
      color: #2F5597; }
  .header-wrapper:hover .navbar-nav .nav-link:hover, .header-wrapper:hover .navbar-nav .nav-link:active, .header-wrapper:hover .navbar-nav .nav-link:focus {
    color: #fff; } }

@media (min-width: 1024px) {
  .header-wrapper .navbar {
    padding-top: 0;
    padding-bottom: 0; }
    .header-wrapper .navbar .navbar-nav .nav-item .nav-link {
      color: #353535;
      font-size: 15px;
      padding: 0 16px; 
    line-height: 70px;}
      .header-wrapper .navbar .navbar-nav .nav-item .nav-link .iconfont {
        font-size: 18px;
        transition: .4s; }
    .header-wrapper .navbar .navbar-nav .nav-item .dropdown-menu {
      top: calc(100% - 1px);
      right: 0;
      margin: 0;
      border-radius: 0 0 3px 3px;
      border-width: 1px 0 0 0;
      border-color: rgba(255, 255, 255, 0.2);
      background-color: rgba(18, 102, 193, 0.96);
      padding: 0;
      min-width: 50px; }
      .header-wrapper .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item {
        font-size: 13px;
        padding: 8px 10px;
        text-align: center;
        color: #fff; }
        .header-wrapper .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item:last-child {
          border-radius: 0 0 3px 3px; }
    .header-wrapper .navbar .navbar-nav .nav-item:hover .nav-link, .header-wrapper .navbar .navbar-nav .nav-item:focus .nav-link, .header-wrapper .navbar .navbar-nav .nav-item:active .nav-link, .header-wrapper .navbar .navbar-nav .nav-item.active .nav-link {
      color: #CA991A; }
    .header-wrapper .navbar .navbar-nav .nav-item:hover .dropdown-menu .dropdown-item:hover, .header-wrapper .navbar .navbar-nav .nav-item:focus .dropdown-menu .dropdown-item:hover, .header-wrapper .navbar .navbar-nav .nav-item:active .dropdown-menu .dropdown-item:hover, .header-wrapper .navbar .navbar-nav .nav-item.active .dropdown-menu .dropdown-item:hover {
      background-color: #0b5cb3;
      color: #fff !important; }
    .header-wrapper .navbar .navbar-nav .nav-item.nav-user {
      margin-left: 30px; }
      .header-wrapper .navbar .navbar-nav .nav-item.nav-user:hover .nav-link:hover, 
      .header-wrapper .navbar .navbar-nav .nav-item.nav-user:hover .nav-link:focus, 
      .header-wrapper .navbar .navbar-nav .nav-item.nav-user:hover .nav-link:active {
        color: #CA991A; }
      .header-wrapper .navbar .navbar-nav .nav-item.nav-user:hover .nav-link,
      .header-wrapper .navbar .navbar-nav .nav-item.nav-user:focus .nav-link,
      .header-wrapper .navbar .navbar-nav .nav-item.nav-user:active .nav-link{
        color: #333;
      }
      .header-wrapper .navbar .navbar-nav .nav-item.nav-user .icon-wrapper .iconfont {
        font-size: 26px;
        color: #777; }
      .header-wrapper .navbar .navbar-nav .nav-item.nav-user .login {
        position: relative;
        padding-left: 15px;
        font-size: 17px; }
        .header-wrapper .navbar .navbar-nav .nav-item.nav-user .login::before {
          position: absolute;
          content: '';
          z-index: 1;
          right: 0;
          top: 50%;
          height: 14px;
          width: 1px;
          margin-top: -7px;
          background-color: rgba(0, 0, 0, 0.15); }
      .header-wrapper .navbar .navbar-nav .nav-item.nav-user:hover .nav-link, .header-wrapper .navbar .navbar-nav .nav-item.nav-user:focus .nav-link, .header-wrapper .navbar .navbar-nav .nav-item.nav-user:active .nav-link {
        background-color: transparent; } }

@media (min-width: 1366px) {
  .header-wrapper .navbar .navbar-brand img {
    height: 90px; }
  .header-wrapper .navbar .navbar-nav .nav-item .nav-link {
    padding: 0 22px;
    font-size: 17px; 
    line-height: 90px;}
    .header-wrapper .navbar .navbar-nav .nav-item .nav-link .iconfont {
      font-size: 26px;
      padding-right: 12px !important; }
  .header-wrapper .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    font-size: 15px;
    padding-top: 13px;
    padding-bottom: 13px; } }

@media (min-width: 1680px) {
  .header-wrapper .navbar .navbar-nav .nav-item .nav-link {
    padding-left: 25px;
    padding-right: 25px; }
  .header-wrapper .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    font-size: 15px; }
    .header-wrapper .navbar .navbar-nav .nav-item.nav-user .nav-link {
      padding-left: 20px;
      padding-right: 20px; } 
      .header-wrapper .navbar .navbar-nav .nav-item.nav-user .nav-link.login {
        padding-left: 14px;} 
  }

.ft-wrapper {
  font-size: 14px;
  padding-top: 30px;
  padding-bottom: 30px; }
  .ft-wrapper, .ft-wrapper a {
    color: rgba(255, 255, 255, 0.95) !important;
    transition: .3s; }
  .ft-wrapper a:hover {
    color: #fff !important; }
  .ft-wrapper .title {
    font-size: 17px; }
  .ft-wrapper .des {
    font-size: 14px; }
  .ft-wrapper .ft-bottom {
    font-size: 13px; }

.topimg-focus {
  height: 200px; }
  .topimg-focus.appoint {
    height: 150px;
    background-position: center bottom; }

@media (min-width: 768px) {
  .topimg-focus {
    height: auto; }
    .topimg-focus img {
      width: 100%; }
    .topimg-focus.topimg-focus-sm {
      height: 330px; }
    .topimg-focus.appoint {
      height: 180px; } }

@media (min-width: 1024px) {
  .topimg-focus.appoint {
    height: 200px; } }

@media (min-width: 1366px) {
  .topimg-focus.appoint {
    height: 260px; } }

.seconde-nav-wrapper {
  position: relative;
  z-index: 9;
  height: 50px;
  line-height: 50px;
  margin-top: -50px;
  font-size: 15px; 
  background-color: rgba(47, 85, 151, .5);
}
  .seconde-nav-wrapper .list-seconde-nav .item {
    font-size: 16px;
    color: #fff;
    /* background-color: rgba(255, 255, 255, 0.8); */
    /* margin: 0 15px; */
    min-width: 200px;
    padding: 0 10px;
    /* border-radius: 25px; */
    line-height: 50px; 
    flex-grow: 1;
  }
    .seconde-nav-wrapper .list-seconde-nav .item.active, .seconde-nav-wrapper .list-seconde-nav .item:hover {
      background-color: #345B9B;
      color: #fff; }

.title-main {
  margin-bottom: 20px; }
  .title-main .title {
    font-size: 24px;
    line-height: 1.3;
    font-weight: bold;
    position: relative; }
  .title-main.title-dark .title:before {
    background-color: #080707; }

@media (min-width: 1260px) {
  .title-main {
    margin-bottom: 40px; }
    .title-main .title {
      font-size: 34px; }
      .title-main .des{
        font-size: 18px;
        margin-top: 15px;
        line-height: 1.8;
      }
 }

@media (min-width: 1680px) {
  .title-main {
    margin-bottom: 50px; }
    .title-main .title {
      font-size: 42px; } }

.pagination {
  margin-top: 20px; }
  .pagination .page-item .page-link {
    color: #575757; }
  .pagination .page-item.active .page-link {
    color: #fff;
    background-color: #2F5597;
    border-color: #2F5597; }

@media (min-width: 768px) {
  .pagination {
    margin-top: 30px; } }

@media (min-width: 1024px) {
  .pagination {
    display: flex;
    justify-content: center;
    margin-top: 45px; 
  }
    .pagination li{
      width: 36px;
      height: 36px;
      line-height: 36px;
      margin: 0 5px;
    }
    .pagination li *{
      display: block;
      border: 1px solid #ccc;
      border-radius: 3px;
      text-align: center;
    }
    .pagination li.active *{
      border-color: #004985 !important;
      background-color: #004985 !important;
      color: #fff !important;
      cursor: default;
    }
    .pagination li:hover *{
      color: #CA991A;
      border-color: #CA991A;
    }
    .pagination li.disabled{
      cursor: not-allowed;
    }
    .pagination li.disabled *:hover{
      border: 1px solid #ccc;
      color: inherit;
    }
}

@media (min-width: 1366px) {
  .pagination {
    margin-top: 55px; }
    .pagination .page-item .page-link {
      padding: 10px 15px; } }

@media (min-width: 1680px) {
  .pagination .page-item .page-link {
    padding: 11px 16px; } }

.login-input-group button.input-group-btn {
  background: none;
  border: none;
  outline: none; }

.login-input-group .input-group-btn {
  font-size: 14px;
  right: 10px;
  top: 50%;
  margin-top: -12px;
  width: 95px;
  text-align: center;
  padding-left: 15px; }

.swiper-focus {
  height: 100vh;
  /*焦点图动画*/
  /*焦点图导航*/ }
  .swiper-focus .swiper-slide {
    position: relative; }
    .swiper-focus .swiper-slide::before {
      position: absolute;
      content: '';
      z-index: 1;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-image: url(../images/bg-dot.png);
      background-position: 0 0; }
    .swiper-focus .swiper-slide .focus-text {
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      z-index: 2; }
      .swiper-focus .swiper-slide .focus-text .text-wrapper {
        margin-bottom: 18vh; }
        .swiper-focus .swiper-slide .focus-text .text-wrapper .title {
          font-size: 24px;
          line-height: 1.7;
          margin-bottom: 30px; }
          .swiper-focus .swiper-slide .focus-text .text-wrapper .title img {
            width: 320px; }
        .swiper-focus .swiper-slide .focus-text .text-wrapper .des {
          font-size: 14px;
          line-height: 1.5;
          color: rgba(255, 255, 255, 0.8); }
        .swiper-focus .swiper-slide .focus-text .text-wrapper .slide-more {
          border-radius: 30px;
          font-size: 13px;
          line-height: 36px;
          padding: 0 45px;
          border-color: rgba(255, 255, 255, 0.4);
          margin-top: 35px;
          transition: .4s; }
  .swiper-focus .swiper-slide-active .focus-text .text-wrapper .title {
    animation: fadeInUpa 1s ease-in-out .2s 1;
    -webkit-animation: fadeInUpa 1s ease-in-out .2s 1; }
  .swiper-focus .swiper-slide-active .focus-text .text-wrapper .des {
    animation: fadeInUpa 1s ease-in-out .25s 1;
    -webkit-animation: fadeInUpa 1s ease-in-out .25s 1; }
  .swiper-focus .swiper-slide-active .focus-text .text-wrapper .slide-more {
    animation: fadeInUpa 1s ease-in-out .25s 1;
    -webkit-animation: fadeInUpa 1s ease-in-out .25s 1; }
  .swiper-focus > .swiper-pagination-bullets {
    /* left: 50%; */
    display: flex;
    justify-content: center;
    bottom: 90px; }
    .swiper-focus > .swiper-pagination-bullets .swiper-pagination-bullet {
      width: 40px;
      height: 4px;
      border-radius: 0;
      background-color: #fff;
      border-radius: 3px;
      opacity: .4; }
    .swiper-focus > .swiper-pagination-bullets .swiper-pagination-bullet-active {
      background-color: #fff;
      opacity: .9; }

/*焦点图底部箭头*/
.mainImage_scroll {
  width: 22px;
  position: absolute;
  left: 50%;
  margin-left: -11px;
  bottom: 55px;
  z-index: 3;
  transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  -webkit-transition: all .2s ease-out;
  transform-origin: center bottom;
  moz-transform-origin: center bottom;
  -o-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  -webkit-transform-origin: center bottom;
  -webkit-perspective: 500px;
  perspective: 500px;
  cursor: pointer; }

.mainImage_scroll:before {
  content: "";
  position: absolute;
  width: 22px;
  height: 39px;
  border: 2px solid #fff;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }

.mainImage_scroll:after {
  content: "";
  position: absolute;
  top: 28px;
  left: 10px;
  width: 2px;
  height: 40px;
  background: #fff; }

.mainImage_scrollIcon {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  display: block;
  margin: 0 auto;
  width: 2px;
  height: 8px;
  background: #fff;
  -webkit-animation: fadeOutDown 2s infinite;
  animation: fadeOutDown 2s infinite;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@media (min-width: 768px) {
  .swiper-focus {
    /*焦点图导航*/
    /* 焦点图切换*/ }
    .swiper-focus .swiper-slide .focus-text .text-wrapper {
      margin-bottom: 15vh; }
      .swiper-focus .swiper-slide .focus-text .text-wrapper .title {
        font-size: 30px;
        margin-bottom: 40px; }
        .swiper-focus .swiper-slide .focus-text .text-wrapper .title img {
          width: 420px; }
      .swiper-focus .swiper-slide .focus-text .text-wrapper .des {
        font-size: 15px; }
        .swiper-focus .swiper-slide .focus-text .text-wrapper .des.en {
          width: 300px; }
    .swiper-focus .swiper-button-next,
    .swiper-focus .swiper-button-prev {
      background: none;
      width: 15%;
      left: 0;
      top: 0;
      height: 100%;
      margin-top: 0;
      outline: none; }
      .swiper-focus .swiper-button-next .iconfont,
      .swiper-focus .swiper-button-prev .iconfont {
        opacity: 0;
        width: 64px;
        height: 64px;
        padding: 20px;
        color: #fff;
        text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
        border-radius: 50%;
        font-size: 30px;
        transition: .8s ease; }
      .swiper-focus .swiper-button-next:hover .iconfont,
      .swiper-focus .swiper-button-prev:hover .iconfont {
        opacity: .6; }
    .swiper-focus .swiper-button-next {
      left: auto;
      right: 0; } }

@media (min-width: 1024px) {
  .swiper-focus {
    /*焦点图导航*/ }
    .swiper-focus .swiper-slide .focus-text .text-wrapper {
      margin-bottom: 13vh; } }

@media (min-width: 1260px) {
  .swiper-focus {
    /*焦点图导航*/
    /* 焦点图切换*/ }
    .swiper-focus .swiper-slide .focus-text .text-wrapper .title {
      font-size: 32px;
      margin-bottom: 0px; }
      .swiper-focus .swiper-slide .focus-text .text-wrapper .title::before {
        bottom: -18px; }
      .swiper-focus .swiper-slide .focus-text .text-wrapper .title img {
        width: 480px; }
    .swiper-focus .swiper-slide .focus-text .text-wrapper .des {
      font-size: 17px; }
      .swiper-focus .swiper-slide .focus-text .text-wrapper .des.en {
        margin-top: 15px; }
    .swiper-focus > .swiper-pagination-bullets {
      }
    .swiper-focus .swiper-button-next .iconfont,
    .swiper-focus .swiper-button-prev .iconfont {
      font-size: 36px; } }

@media (min-width: 1680px) {
  .swiper-focus {
    /*焦点图导航*/ }
    .swiper-focus .swiper-slide .focus-text .text-wrapper .title {
      font-size: 38px;
      margin-bottom: 5px; }
      .swiper-focus .swiper-slide .focus-text .text-wrapper .title::before {
        bottom: -18px; }
      .swiper-focus .swiper-slide .focus-text .text-wrapper .title img {
        width: 520px; }
    .swiper-focus .swiper-slide .focus-text .text-wrapper .des {
      font-size: 18px; }
      .swiper-focus .swiper-slide .focus-text .text-wrapper .des.en {
        width: 320px;
        margin-top: 20px; }
    .swiper-focus > .swiper-pagination-bullets {
      } }

@media (min-width: 1920px) {
  .swiper-focus {
    /*焦点图导航*/ }
    .swiper-focus .swiper-slide .focus-text .text-wrapper .title {
      font-size: 46px; }
      .swiper-focus .swiper-slide .focus-text .text-wrapper .title::before {
        bottom: -22px; }
    .swiper-focus .swiper-slide .focus-text .text-wrapper .des {
      font-size: 18px; }
      .swiper-focus .swiper-slide .focus-text .text-wrapper .des.en {
        width: 345px; } }

.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: #2F5597; }
  .home-about-wrapper .conout-wrapper .con-wrapper p {
    margin-bottom: 10px;
    font-size: 15px; }

@media (min-width: 1024px) {
  .home-about-wrapper .conout-wrapper {
    padding: 65px; }
    .home-about-wrapper .conout-wrapper .con-wrapper .home-about-title {
      font-size: 20px;
      margin-bottom: 80px; }
      .home-about-wrapper .conout-wrapper .con-wrapper .home-about-title::before {
        bottom: -35px;
        width: 2.5em; }
    .home-about-wrapper .conout-wrapper p {
      margin-bottom: 25px;
      font-size: 16px; } }

.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; }

@media (min-width: 768px) {
  .home-chairman-wrapper .chairman-img-wrapper {
    width: 280px; }
  .home-chairman-wrapper .con-wrapper {
    margin-left: 40px;
    margin-top: 0;
    font-size: 15px; } }

@media (min-width: 1024px) {
  .home-chairman-wrapper .chairman-img-wrapper {
    width: 350px;
    position: relative; }
  .home-chairman-wrapper .con-wrapper {
    margin-left: 80px;
    font-size: 17px; }
    .home-chairman-wrapper .con-wrapper p {
      margin-bottom: 20px; } }

.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; }

@media (min-width: 1260px) {
  .list-cultrue .item .con-wrapper {
    padding: 60px 30px 55px 30px; }
    .list-cultrue .item .con-wrapper .icon-wrapper {
      width: 84px;
      height: 84px; }
      .list-cultrue .item .con-wrapper .icon-wrapper .iconfont {
        font-size: 44px; }
    .list-cultrue .item .con-wrapper .title {
      position: relative;
      font-size: 20px;
      margin-top: 35px;
      margin-bottom: 12px; }
    .list-cultrue .item .con-wrapper .des {
      font-size: 15px;
      line-height: 1.6; } }

@media (min-width: 1680px) {
  .list-cultrue .item .con-wrapper {
    padding: 75px 45px 70px 45px; }
    .list-cultrue .item .con-wrapper .icon-wrapper {
      width: 90px;
      height: 90px; }
      .list-cultrue .item .con-wrapper .icon-wrapper .iconfont {
        font-size: 48px; }
    .list-cultrue .item .con-wrapper .title {
      font-size: 20px;
      margin-top: 40px;
      margin-bottom: 15px; }
    .list-cultrue .item .con-wrapper .des {
      font-size: 16px; } }

.home-chairman-speech-wrapper {
  position: relative;
  z-index: 2; }
  .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; } }

.list-risk .item .icon-wrapper {
  width: 86px;
  height: 86px; }
  .list-risk .item .icon-wrapper .iconfont {
    font-size: 44px; }

.list-risk .item .title {
  margin-top: 25px;
  font-size: 18px; }

.list-risk .item .des {
  margin-top: 16px;
  line-height: 2; }

.map-out-wrapper {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: 1430px;
  height: 48%; }
  .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: 0;
  padding-left: 5px;
  font-size: 16px;
  line-height: 22px;
  color: #080707;
  white-space: nowrap; }

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

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

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

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

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

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

.rno-map-dot.style-1, .rno-map-dot.style-1:after {
  -webkit-box-shadow: inset #0066FF 0 0 5px;
  box-shadow: inset #0066FF 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: 15px;
  -webkit-font-smoothing: antialiased; }

.rno-map-dot-layer:after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  -webkit-box-shadow: inset #0066FF 0 0 5px;
  box-shadow: inset #0066FF 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 #0066FF 0 0 5px;
  box-shadow: inset #0066FF 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(4);
    transform: scale(4); } }

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

@-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(10);
    transform: scale(10); } }

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

.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: #2F5597; }

.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); }

.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 {
    font-size: 16px;
    margin-left: 10px; }

.join-explain-wrapper .des {
  line-height: 2; 
  color: #333;}

.list-join .card {
  border-radius: 0;
  border-width: 0;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 20px; }
  .list-join .card .card-header {
    padding: 0;
    border-radius: 0;
    border-width: 0;
    
    background-color: #e8f0f9; }
    .list-join .card .card-header .card-link {
      padding: 12px 25px;
      border-radius: 5px 5px 0 0;
      transition: .4s; }
      .list-join .card .card-header .card-link .title {
        font-size: 15px;
        line-height: 1.7;
        color: #575757; }
      .list-join .card .card-header .card-link .icon-wrapper {
        width: 34px;
        height: 34px; 
        border: 1px solid #2F5597;   
      }
        .list-join .card .card-header .card-link .icon-wrapper .iconfont {
          line-height: 1;
          color: #2F5597; }
        .list-join .card .card-header .card-link .icon-wrapper .icon-jian {
          display: none; }
      .list-join .card .card-header .card-link[aria-expanded='true'] {
        background-color: #2F5597; 
        }
        .list-join .card .card-header .card-link[aria-expanded='true'] .icon-wrapper .iconfont {
            color: #fff; }
        .list-join .card .card-header .card-link[aria-expanded='true'] .icon-wrapper{
            border-color: #2F5597;
        }
        .list-join .card .card-header .card-link[aria-expanded='true'] .title, .list-join .card .card-header .card-link[aria-expanded='true'] .des {
          color: #fff !important; }
        .list-join .card .card-header .card-link[aria-expanded='true'] .icon-wrapper {
          border: 1px solid rgba(255, 255, 255, 0.7); }
        .list-join .card .card-header .card-link[aria-expanded='true'] .icon-jian {
          display: block; }
        .list-join .card .card-header .card-link[aria-expanded='true'] .icon-jia {
          display: none; }
  .list-join .card .card-body {
    padding: 15px 0; 
    border-radius: 0 0 5px 5px;
  }
    .list-join .card .card-body .btn {
      padding-left: 25px;
      padding-right: 25px;
      margin-top: 15px; }
      .list-join .card .card-body .btn .iconfont {
        font-size: 20px;
        line-height: 1; }
  .list-join .card .card-header .card-link:hover{
    background-color: #2F5597;
  }
  .list-join .card .card-header .card-link:hover .title,
  .list-join .card .card-header .card-link:hover .des,
  .list-join .card .card-header .card-link:hover .icon-wrapper .iconfont{
    color: #fff;
  }
  .list-join .card .card-header .card-link .icon-wrapper{
    border-color: #fff;
  }
  
@media (min-width: 768px) {
  .list-join .card .card-header:first-child .card-header .card-link {
    padding-top: 0; } }

@media (min-width: 1024px) {
  .join-explain-wrapper {
    position: relative;
    margin-top: -20px; }
    .join-explain-wrapper .item {
      padding-right: 50px;
      margin-bottom: 0; }
      .join-explain-wrapper .item:last-child .con-wrapper {
        padding-right: 0;
        padding-left: 50px; }
    .join-explain-wrapper .title-wrapper {
      margin-bottom: 30px; }
      .join-explain-wrapper .title-wrapper .icon-wrapper {
        width: 100px;
        height: 100px; }
        .join-explain-wrapper .title-wrapper .icon-wrapper .iconfont {
          font-size: 52px; }
      .join-explain-wrapper .title-wrapper .title {
        font-size: 24px;
        margin-left: 35px; }
    .join-explain-wrapper .des {
      font-size: 17px; }
  .list-join .card .card-header .card-link {
    padding: 12px 25px; }
    .list-join .card .card-header .card-link .title {
      font-size: 20px; }
  .list-join .card .card-body {
    padding: 20px 30px 30px 30px;
    border: 1px solid #ededed;
    border-top-width: 0; } }

@media (min-width: 1366px) {
  .list-join .card {
    margin-bottom: 25px; }
    .list-join .card .card-header .card-link {
      padding: 10px 28px; }
      .list-join .card .card-header .card-link .des {
        font-size: 17px; }
    .list-join .card .card-body {
      padding: 30px 40px 40px 40px; 
      font-size: 16px;}
    .list-join .card .card-body .btn{
        padding: 12px 35px;
        font-size: 16px;
    }}

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

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

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

@media (min-width: 1024px) {
  .contact-wrapper .con-wrapper .icon-wrapper {
    width: 90px;
    height: 90px; }
    .contact-wrapper .con-wrapper .icon-wrapper .iconfont {
      font-size: 60px; }
  .contact-wrapper .title {
    font-size: 17px;
    margin-top: 25px;
    margin-bottom: 20px; } }

.products-outline-wrapper .table-striped tr:nth-child(odd) {
  background-color: #e8f0f9; }

.list-products-title {
  position: relative;
  margin-bottom: 25px; }
  .list-products-title::before {
    position: absolute;
    content: '';
    z-index: 0;
    left: 0;
    right: 0;
    top: 50%;
    height: 1px;
    background-color: #ddd; }
  .list-products-title .item {
    position: relative;
    z-index: 2;
    min-width: 180px;
    padding: 0 10px;
    line-height: 38px;
    margin: 0 15px;
    border-radius: 23px;
    background-color: #fff; }
    .list-products-title .item:focus {
      background-color: #fff !important;
      border-color: #0f3365 !important; }
    .list-products-title .item.active, .list-products-title .item:hover {
      background-color: #2F5597 !important;
      border-color: #2F5597 !important; }

.products-outline-title {
  font-size: 16px; }

.statistics-wtapper,
.achievement-wrapper {
  padding: 35px 30px; }

.achievement-wrapper .common-title .title {
  position: relative;
  font-weight: bold;
  line-height: 20px;
  padding-bottom: 15px;
  font-size: 17px; }
  .achievement-wrapper .common-title .title::before {
    position: absolute;
    content: '';
    z-index: 0;
    left: 0;
    bottom: -1px;
    height: 2px;
    width: 100%;
    background-color: #2F5597; }

.achievement-wrapper .list-button .btn {
  display: block;
  font-size: 13px;
  line-height: 1;
  border-radius: 15px;
  margin-right: 5px;
  border-color: #ededed !important; }
  .achievement-wrapper .list-button .btn.active, .achievement-wrapper .list-button .btn:focus {
    background-color: #2F5597 !important;
    color: #fff !important; }

.achievement-wrapper .nav-pills .nav-item .nav-link {
  position: relative;
  font-size: 17px;
  line-height: 20px;
  padding: 0 0 15px 0;
  margin-right: 25px; }
  .achievement-wrapper .nav-pills .nav-item .nav-link::before {
    position: absolute;
    position: absolute;
    content: '';
    z-index: 0;
    left: 0;
    bottom: -1px;
    height: 2px;
    width: 100%; }
  .achievement-wrapper .nav-pills .nav-item .nav-link.active {
    background-color: transparent !important;
    color: #2F5597;
    font-weight: bold; }
    .achievement-wrapper .nav-pills .nav-item .nav-link.active::before {
      background-color: #2F5597; }

/*产品业绩页面产品预约右侧浮动*/
.floa_box {
  position: fixed;
  bottom: 20px;
  right: 10px;
  width: 150px;
  z-index: 99; }
  .floa_box .bg-white {
    border: 1px solid #ededed;
    height: 150px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 5px; }
  .floa_box .iconfont {
    font-size: 30px;
    margin-bottom: 10px; }

@media (min-width: 1680px) {
  .statistics-wtapper,
  .achievement-wrapper {
    padding: 40px; }
  .statistics-wtapper {
    font-size: 16px; }
    .statistics-wtapper .top-wrapper {
      font-size: 16px; }
      .statistics-wtapper .top-wrapper .des {
        font-size: 12px; }
  .achievement-wrapper .common-title .title {
    font-size: 18px; }
  .achievement-wrapper .nav-pills .nav-item .nav-link {
    font-size: 18px; } }

.list-hnews {
  margin-top: 15px; }
  .list-hnews .item .img-wrapper {
    height: 180px;
    overflow: hidden; }
    .list-hnews .item .img-wrapper img {
      width: 100%; }
  .list-hnews .item .con-wrapper {
    padding: 20px 20px; }
    .list-hnews .item .con-wrapper .title {
      line-height: 1.5;
      font-size: 18px;
      margin-bottom: 15px;
      margin-top: 8px; }
    .list-hnews .item .con-wrapper .time {
      font-size: 14px; }
    .list-hnews .item .con-wrapper .des {
      font-size: 14px;
      line-height: 1.7;
      margin-bottom: 5px; }
  .list-hnews .item:hover .con-wrapper .time {
    color: #b2b2b2 !important; }
  .list-hnews .item:hover .con-wrapper .time, .list-hnews .item:hover .con-wrapper .des {
    color: #777 !important; }

@media (min-width: 1680px) {
  .list-hnews .item .img-wrapper {
    height: 200px; }
  .list-hnews .item .con-wrapper {
    padding: 25px 25px; }
    .list-hnews .item .con-wrapper .des {
      margin-bottom: 10px; } }

.list-team {
  padding-top: 10px; }
  .list-team .item .img-wrapper {
    position: relative; }
    .list-team .item .img-wrapper::before {
      position: absolute;
      content: '';
      top: 0;
      left: 0;
      z-index: 0;
      width: 240px;
      height: 240px;
      border-radius: 50%;
      background-color: #2F5597; }
    .list-team .item .img-wrapper img {
      position: relative;
      z-index: 1;
      transform: translateX(25px);
      width: 240px;
      height: 240px;
      border-radius: 50%; }
  .list-team .item .con-wrapper {
    margin-left: 90px; }
    .list-team .item .con-wrapper .title {
      font-weight: bold;
      font-size: 24px; }
      .list-team .item .con-wrapper .title .sub-title {
        font-weight: normal;
        font-size: 15px; }
    .list-team .item .con-wrapper .edite-wrapper {
      margin-top: 25px; }
      .list-team .item .con-wrapper .edite-wrapper, .list-team .item .con-wrapper .edite-wrapper * {
        font-size: 15px !important;
        margin-bottom: 8px !important; }

.gallery-top .list-team .item .con-wrapper .edite-wrapper, .gallery-top .list-team .item .con-wrapper .edite-wrapper * {
  color: rgba(255, 255, 255, 0.9) !important;
  margin-bottom: 5px !important; }

.home-team-wrapper .swiper-button-next, .home-team-wrapper .swiper-button-prev {
  top: 0;
  z-index: 99;
  margin-top: 0;
  background-image: none;
  border-radius: 50%;
  border: 1px solid #2F5597;
  width: 44px;
  height: 44px;
  background-color: #0f3365; }
  .home-team-wrapper .swiper-button-next .iconfont, .home-team-wrapper .swiper-button-prev .iconfont {
    font-size: 22px; }

.home-team-wrapper .swiper-button-prev {
  left: auto;
  right: 70px; }

.list-team-sm .swiper-slide {
  opacity: .6;
  transition: .4s;
  cursor: pointer; }
  .list-team-sm .swiper-slide .img-wrapper img {
    width: 115px;
    height: 115px;
    border-radius: 50%; }
  .list-team-sm .swiper-slide .title {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 12px;
    margin-bottom: 0px; }
  .list-team-sm .swiper-slide .des {
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px; }

.list-team-sm .swiper-slide:hover, .list-team-sm .swiper-slide-thumb-active {
  opacity: 1; }
  .list-team-sm .swiper-slide:hover .title, .list-team-sm .swiper-slide-thumb-active .title {
    color: rgba(255, 255, 255, 0.9); }
  .list-team-sm .swiper-slide:hover .des, .list-team-sm .swiper-slide-thumb-active .des {
    color: rgba(255, 255, 255, 0.7); }

@media (min-width: 1680px) {
  .list-team {
    padding-top: 15px; }
    .list-team .item .img-wrapper::before {
      width: 260px;
      height: 260px; }
    .list-team .item .img-wrapper img {
      position: relative;
      transform: translateX(35px);
      width: 260px;
      height: 260px; }
    .list-team .item .con-wrapper {
      margin-left: 120px; }
      .list-team .item .con-wrapper .title {
        font-size: 28px; }
        .list-team .item .con-wrapper .title .sub-title {
          font-size: 16px; }
      .list-team .item .con-wrapper .edite-wrapper {
        margin-top: 35px; }
        .list-team .item .con-wrapper .edite-wrapper, .list-team .item .con-wrapper .edite-wrapper * {
          font-size: 16px !important;
          margin-bottom: 5px !important; }
  .home-team-wrapper .swiper-button-next, .home-team-wrapper .swiper-button-prev {
    width: 48px;
    height: 48px; }
    .home-team-wrapper .swiper-button-next .iconfont, .home-team-wrapper .swiper-button-prev .iconfont {
      font-size: 24px; }
  .home-team-wrapper .swiper-button-prev {
    left: auto;
    right: 80px; }
  .list-team-sm .swiper-slide .img-wrapper img {
    width: 131px;
    height: 131px; } }

.list-news-img .item {
  padding-top: 15px;
  padding-bottom: 15px; }
  .list-news-img .item .img-wrapper {
    width: 120px;
    margin-right: 15px;
    overflow: hidden; }
    .list-news-img .item .img-wrapper, .list-news-img .item .img-wrapper img {
      border-radius: 3px; }
    .list-news-img .item .img-wrapper img {
      min-width: 100%; }
  .list-news-img .item .content {
    width: calc(100% - 135px); }
    .list-news-img .item .content.no-img {
      width: 100%; }
    .list-news-img .item .content .title {
      font-size: 16px;
      line-height: 1.7;
      margin-bottom: 0; }
    .list-news-img .item .content .time {
      margin-top: 15px; }
    .list-news-img .item .content .icon-wrapper {
      margin-left: 40px;
      margin-right: 15px;
      width: 36px;
      height: 36px;
      border-color: #2F5597 !important;
      transition: .4s; }
      .list-news-img .item .content .icon-wrapper .iconfont {
        font-size: 18px;
        line-height: 1;
        color: #2F5597; }
  .list-news-img .item:hover .des, .list-news-img .item:hover .time {
    color: #575757 !important; }
  .list-news-img .item:hover .icon-wrapper {
    transform: translateX(15px);
    background-color: #2F5597; }
    .list-news-img .item:hover .icon-wrapper .iconfont {
      color: #fff !important; }

@media (min-width: 768px) {
  .list-news-img .item .img-wrapper {
    width: 200px;
    margin-right: 20px; }
  .list-news-img .item .content {
    width: calc(100% - 220px); }
    .list-news-img .item .content.no-img .time-wrapper {
      margin-top: 8px; } }

@media (min-width: 1024px) {
  .list-news-img .item {
    padding-top: 25px;
    padding-bottom: 25px; }
    .list-news-img .item:first-child {
      padding-top: 0; }
    .list-news-img .item .img-wrapper {
      width: 240px;
      margin-right: 40px; }
    .list-news-img .item .content {
      width: calc(100% - 280px); }
      .list-news-img .item .content.no-img .time-wrapper {
        margin-top: 20px; }
      .list-news-img .item .content .title {
        font-size: 20px;
        -webkit-line-clamp: 1;
        line-clamp: 1; }
      .list-news-img .item .content .des {
        font-size: 14px;
        line-height: 1.7;
        margin-top: 15px; } }

@media (min-width: 1366px) {
  .list-news-img .item {
    padding-top: 35px;
    padding-bottom: 35px; }
    .list-news-img .item .img-wrapper {
      width: 280px;
      margin-right: 45px; }
    .list-news-img .item .content {
      width: calc(100% - 320px); }
      .list-news-img .item .content .title {
        font-size: 22px;
        margin-top: 10px; }
      .list-news-img .item .content .time {
        margin-top: 20px; }
      .list-news-img .item .content .des {
        font-size: 15px;
        margin-top: 20px; }
      .list-news-img .item .content .icon-wrapper {
        margin-left: 80px;
        width: 44px;
        height: 44px; }
        .list-news-img .item .content .icon-wrapper .iconfont {
          font-size: 20px; } }

@media (min-width: 1680px) {
  .list-news-img .item .img-wrapper {
    width: 320px;
    margin-right: 50px; }
  .list-news-img .item .content {
    width: calc(100% - 370px); }
    .list-news-img .item .content .title {
      font-size: 22px; }
    .list-news-img .item .content .time {
      margin-top: 20px; }
    .list-news-img .item .content .des {
      margin-top: 20px; } }

.news-pagedetail-title {
  padding-top: 10px;
  padding-bottom: 10px; }
  .news-pagedetail-title .title {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0; }

.news-detail-title {
  margin-bottom: 15px; }
  .news-detail-title .title {
    font-size: 20px; }

.page-turn {
  margin-top: 20px; }
  .page-turn .btn {
    padding: 12px 30px;
    border-radius: 5px; 
    border-color: #999;
    color: #666;
  }
  .page-turn .btn:hover {
    color: #fff;
  }

@media (min-width: 768px) {
  .news-detail-title {
    margin-bottom: 25px; }
    .news-detail-title .title {
      font-size: 22px;
      margin-bottom: 15px; }
  .page-turn {
    margin-top: 30px; }
    .page-turn .btn {
      font-size: 15px; } }

@media (min-width: 1024px) {
  .news-pagedetail-title {
    padding-top: 20px;
    padding-bottom: 20px; }
    .news-pagedetail-title .title {
      font-size: 18px; }
  .news-detail-title {
    margin-bottom: 25px; }
    .news-detail-title .title {
      font-size: 26px;
      margin-bottom: 20px; } }

@media (min-width: 1260px) {
  .news-pagedetail-title {
    padding-top: 25px;
    padding-bottom: 25px; }
  .news-detail-title {
    margin-bottom: 40px; }
    .news-detail-title .title {
      font-size: 30px;
      margin-bottom: 30px; }
  .page-turn {
    margin-top: 30px;
    padding-top: 30px; }
    .page-turn .btn {
      font-size: 15px; } }

@media (min-width: 1680px) {
  .news-pagedetail-title {
    padding-top: 25px;
    padding-bottom: 25px; }
  .news-detail-title {
    margin-bottom: 40px; }
    .news-detail-title .title {
      font-size: 32px;
      margin-bottom: 30px; }
  .page-turn {
    margin-top: 35px;
    padding-top: 40px; } }

.list-faq .card {
  border-radius: 0;
  border-width: 0;
  margin-bottom: 20px; }
  .list-faq .card .card-header {
    padding: 0;
    border-radius: 0;
    border-width: 0;
    background-color: #e8f0f9; }
    .list-faq .card .card-header .card-link {
      padding: 12px 25px; }
      .list-faq .card .card-header .card-link .title {
        font-size: 15px;
        line-height: 1.7; }
      .list-faq .card .card-header .card-link .icon-wrapper {
        width: 30px;
        height: 30px; }
        .list-faq .card .card-header .card-link .icon-wrapper .iconfont {
          line-height: 1;
          color: #fff; }
        .list-faq .card .card-header .card-link .icon-wrapper .icon-jian {
          display: none; }
      .list-faq .card .card-header .card-link[aria-expanded='true'] .title {
        color: #2F5597 !important; }
      .list-faq .card .card-header .card-link[aria-expanded='true'] .icon-jian {
        display: block; }
      .list-faq .card .card-header .card-link[aria-expanded='true'] .icon-jia {
        display: none; }
  .list-faq .card .card-body {
    padding: 15px 0; }
    .list-faq .card .card-body p {
      margin-bottom: 8px; }

@media (min-width: 768px) {
  .list-faq .card .card-header:first-child .card-header .card-link {
    padding-top: 0; } }

@media (min-width: 1024px) {
  .list-faq .card .card-header .card-link {
    padding: 12px 25px; }
    .list-faq .card .card-header .card-link .title {
      font-size: 16px; }
  .list-faq .card .card-body {
    padding: 12px 28px;
    border: 1px solid #ededed;
    border-top-width: 0; } }

@media (min-width: 1260px) {
  .list-faq .card {
    margin-bottom: 25px; }
    .list-faq .card .card-header .card-link {
      padding: 12px 28px; }
      .list-faq .card .card-header .card-link .des {
        font-size: 15px; }
    .list-faq .card .card-body {
      padding: 12px 28px; } }

.list-down .item {
  border-radius: 5px;
  line-height: 54px;
  font-size: 15px; }
  .list-down .item:nth-of-type(odd) {
    background-color: #e8f0f9; }

@media (min-width: 1366px) {
  .list-down .item {
    line-height: 58px; } }

.list-products .item {
  margin-bottom: 24px; }

.list-products .border {
  border-radius: 5px;
  padding: 25px; }

.list-products .item-header {
  margin-bottom: 25px; }

.list-products .title {
  font-size: 16px; }

.list-products .state-wrapper .state {
  display: block;
  width: 70px;
  height: 26px;
  line-height: 26px;
  border-radius: 12px;
  font-size: 13px; }

.list-products .data-wrapper::before {
  position: absolute;
  content: '';
  z-index: 1;
  right: 0;
  top: 50%;
  width: 1px;
  height: 50px;
  margin-top: -25px;
  background-color: #ededed; }

@media (min-width: 1366px) {
  .list-products .item {
    margin-bottom: 30px; }
  .list-products .border {
    padding: 35px 30px; }
  .list-products .item-header {
    margin-bottom: 40px; }
  .list-products .title {
    font-size: 18px; } }

@media (min-width: 1680px) {
  .list-products .data-wrapper {
    font-size: 16px; }
  .list-products .name {
    font-size: 16px; }
  .list-products .post {
    font-size: 16px; } }

.products-outline-wrapper .name {
  width: 210px; }

.products-outline-title {
  font-size: 16px; }

/* 20210508 新增*/
/* 重置 */
.text-primary-dk {
  color:#17365D !important;
}
.border-top{
  border-color: rgba(0,0,0,.1) !important;
}
.bg-primary-second{
  background-color: #2F5597 !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: 170px;
  text-align: left;
}
.w-des-sm{
  width: 140px;
  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;
}

/* 百度地图 */
.contact-map img{
  max-width: none;
  max-height: none;
}

