@font-face {
  font-family: "hxb-font";
  src: url("../fonts/hxb.woff2") format("woff2"), url("../fonts/hxb.woff") format("woff"), url("../fonts/hxb.ttf") format("truetype"), url("../fonts/hxb.eot") format("embedded-opentype"), url("../fonts/hxb.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'sy-font';
  font-display: swap;
  src: url('//at.alicdn.com/t/webfont_yczkcc2z8uf.eot'); /* IE9*/
  src: url('//at.alicdn.com/t/webfont_yczkcc2z8uf.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('//at.alicdn.com/t/webfont_yczkcc2z8uf.woff2') format('woff2'),
  url('//at.alicdn.com/t/webfont_yczkcc2z8uf.woff') format('woff'), /* chrome、firefox */
  url('//at.alicdn.com/t/webfont_yczkcc2z8uf.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url('//at.alicdn.com/t/webfont_yczkcc2z8uf.svg#NotoSansHans-DemiLight') format('svg'); /* iOS 4.1- */
}

body {
  font-family: "PingFangSC-Regular",'sy-font',"Microsoft YaHei", Arial, sans-serif;
  color: #fffefe;
  overflow-x: hidden;
  height: 100%;
}
html,
body {
  min-height: 100%;
  height: 100%;
}
img{outline: none;border: 0}
a{text-decoration:none;-webkit-tap-highlight-color: transparent;-webkit-touch-callout: none;-webkit-user-select: none;cursor: pointer;outline: none;}
*{
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color:transparent;
}
a:active{border: 0;outline: none}

.homebannertwo{}
.homebannertwo span{display: inline-block;margin: 0 25px;width: 186px;height: 42px;text-align: center;line-height: 42px;background:url(../images/homebannerbg.png) no-repeat center top;background-size: cover;font-size: 22px;position: relative}
.homebannertwo span:after{content: "";position: absolute;top:50%;left: -6px;background:#e4b323;width: 12px;height: 12px;
    -webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;margin-top: -6px;}



@media (min-width: 1280px) {
  .container {
    width: 1200px;
    padding-left: 0;
    padding-right: 0;
  }
}
/* 图片自适应 */
img {
  max-width: 100%;
  height: auto;
  width: auto \9;
  /* ie8 */
  -ms-interpolation-mode: bicubic;
  /*为了照顾ie图片缩放失真*/
  border: none;
    outline: none;
}
a{outline: none}
/*-------------------------------- nav ----------------------------------*/
nav.navbar.bootsnav {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  box-sizing: border-box !important;
  border-bottom: 1px solid transparent;
  min-height: 62px;
  background: url("../images/img-198.png") repeat;
  transition: all 0.36s ease;
  z-index: 999;
}
nav.navbar.bootsnav.about-nav {
  position: absolute;
}
nav.navbar.bootsnav .navbar-brand {
  padding-top: 12px;
  padding-bottom: 12px;
  transition: all 0.5s;
}
nav.navbar.bootsnav .navbar-nav {
  float: right;
  transition: all 0.5s;
}
nav.navbar.bootsnav .nav-other {
  position: absolute;
  right: 0;
  top: 24px;
  color: #fff;
  line-height: 16px;
  text-align: right;
  border-left: 2px solid #e1e1e1;
  padding-left: 25px;
  font-size: 16px;
}
nav.navbar.bootsnav .nav-other a {
  display: block;
  color: #eeeeee;
}
nav.navbar.bootsnav.other-header .navbar-brand {
  padding-top: 15px;
  padding-bottom: 15px;
  max-width: 400px;
}
nav.navbar.bootsnav.other-header .navbar-nav {
  margin-top: 25px;
}
nav.navbar.bootsnav.other-header .tools {
  margin-top: 30px;
}
nav.navbar.bootsnav ul.nav > li > a:hover,
nav.navbar.bootsnav ul.nav > li.active > a,
nav.navbar.bootsnav ul.nav > li.active > a:hover,
nav.navbar.bootsnav ul.nav > li.dropdown.on > a {
  background: none;
  color: #fff;
  font-weight: bold;
}
nav.navbar.bootsnav .navbar-toggle {
  padding: 1px 10px;
  top: 0;
  right: 15px;
  margin: 15px 0 15px 0;
  height: 30px;
  background-color: #fff;
}
nav.navbar.bootsnav .navbar-toggle .fa {
  color: #061125;
}
@media (min-width: 1200px) {
  .navbar-nav {
    margin-right: 80px;
  }
  nav.navbar.bootsnav ul.nav > li {
    margin-right: 5px;
  }
  nav.navbar.bootsnav ul.nav > li > a {
    padding: 21px 20px;
  }
}
@media (min-width: 993px) {
  .navbar-nav {
    margin-right: 60px;
  }
  nav.navbar.bootsnav ul.nav > li {
    margin-right: 2px;
  }
  nav.navbar.bootsnav ul.nav > li > a {
    padding: 21px 10px;
    font-weight: 400;
    color: #eeeeee;
    margin-bottom: 0;
    font-size: 16px;
    display: block;
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
    border-top: 2px solid #0b57e2;
    background-color: #fff;
    border-radius: 3px;
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu a {
    display: block;
    line-height: 26px;
    text-align: center;
    color: #666666;
    font-size: 14px;
    padding: 0;
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a:hover {
    background-color: #ecf3ff;
    color: #2272fb;
  }
}
@media (min-width: 1024px) {
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
    padding: 20px 15px;
    width: 180px;
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: none;
  }
}
@media (min-width: 1200px) {
  nav.navbar.bootsnav ul.nav > li {
    margin-right: 20px;
  }
}
@media (max-width: 1199px) {
  nav.navbar.bootsnav .navbar-header {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  nav.navbar.bootsnav .navbar-brand {
    float: left !important;
  }
  nav.navbar.bootsnav .nav-other {
    position: absolute;
    right: 70px;
    top: 22px;
    color: #fff;
    line-height: 16px;
    text-align: right;
    border-left: 2px solid #e1e1e1;
    padding-left: 25px;
    font-size: 16px;
  }
  nav.navbar.bootsnav .nav-other a {
    display: block;
    color: #eeeeee;
  }
  .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
  nav.navbar.bootsnav .navbar-nav {
    margin: 0;
    padding: 15px;
    background-color: #fff;
  }
  nav.navbar.bootsnav .navbar-toggle {
    float: right;
  }
  nav.navbar.bootsnav .navbar-nav > li > a {
    border-top: none;
    border-bottom-color: rgba(6, 17, 37, 0.78);
  }
  nav.navbar.bootsnav ul.nav > li > a {
    color: #333;
  }
  nav.navbar.bootsnav ul.nav > li > a:hover,
  nav.navbar.bootsnav ul.nav > li.active > a,
  nav.navbar.bootsnav ul.nav > li.active > a:hover,
  nav.navbar.bootsnav ul.nav > li.dropdown.on > a {
    background: none;
    font-weight: bold;
    color: #061125;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu {
    padding-right: 15px !important;
    background-color: rgba(6, 17, 37, 0.78);
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
    color: #fff;
    border-bottom: none;
  }
  nav.navbar.bootsnav .navbar-collapse.collapse {
    border-top: 1px solid rgba(6, 17, 37, 0.78);
  }

}

@media (max-width: 1200px) {
    .mod-15 .box-groups > div{margin: 0 3.7% !important;}
    .mod-15 .box-groups .box-info{margin: 0 !important;}
}

@media (max-width: 996px) {
    .mod-15 .box-groups > div{margin: 0 3% !important;}
    .mod-15 .box-groups .box-info{margin: 0 !important;}
}

@media (max-width: 767px) {
  nav.navbar.bootsnav .container {
    padding-left: 0;
    padding-right: 0;
  }
  nav.navbar.bootsnav .navbar-brand {
    max-width: 245px;
    padding-top: 14px;
  }
  nav.navbar.bootsnav .nav-other {
    border-left: none;
    padding-left: 0;
  }
  nav.navbar.bootsnav .navbar-header {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
  nav.navbar.bootsnav .navbar-nav {
    margin-left: 15px;
    margin-right: 15px;
  }




}
/*footer*/
.footer {
  background-color: #0d1b2f;
}
.footer .footer-logo {
  padding-top: 35px;
  padding-bottom: 35px;
}
.footer .footer-logo img {
  display: block;
}
.footer .footer-info {
  margin-bottom: 20px;
  padding-right: 100px;
}
.footer .footer-info .box-item {
  margin-bottom: 15px;
}
.footer .footer-info .box-item .box-title {
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
  margin-bottom: 12px;
}
.footer .footer-info .box-item .box-cont {
  color: #c5c5c5;
  line-height: 26px;
}
.footer .footer-info .box-item .box-cont a,
.footer .footer-info .box-item .box-cont div {
  margin-bottom: 5px;
}
.footer .footer-info .box-item .box-cont a {
  display: block;
  color: #c5c5c5;
}
.footer .footer-info .box-item .box-cont a:hover {
  color: #fff;
}
.footer .footer-info .box-item.link-item .box-cont a {
  float: left;
  width: 50%;
  height: 26px;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.footer .footer-info .box-erwm {
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: center;
}
.box-erwmjjj li img{  display: block;
    width: 72px;
    height: 72px;margin: 0 auto}
.footer .footer-info .box-erwm .img-s{
  display: block;
  width: 72px;
  height: 72px;
}
.footer .footer-info .box-erwm .title-s {
  display: block;
  font-size: 14px;
  line-height: 26px;
  color: #ffffff;
    margin-bottom: 8px;
}
.footer .footer-copy {
  border-top: 1px solid #475262;
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 20px;
  text-align: center;
  color: #c5c5c5;
}
.footer .footer-copy span {
  display: inline-block;
  margin: 0 5px;
}
/*other-banner*/
.other-banner {
  position: relative;
  text-align: center;
  color: #fff;
  min-height: 752px;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  background: none\9;
}
.other-banner.news-banner {
  min-height: 328px;
}
.other-banner .b-arrow {
  position: absolute;
  bottom: 25px;
  left: 50%;
  width: 38px;
  margin-left: -19px;
  animation: move 1s ease-in-out 2s infinite alternate;
}
.other-banner .b-arrow img {
  display: block;
}
.other-banner img {
  display: block;
  width: 100%;
}
.other-banner .banner-mc {
  position: absolute;
  left: 0;
  right: 0;
  top: 65px;
  bottom: 0;
  text-align: center;
}
.other-banner .b-title {
  font-family: 'hxb-font';
  line-height: 1.4;
  margin-bottom: 30px;
  letter-spacing: 3px;
}
.other-banner .b-tip {
  margin-bottom: 5px;
}
.other-banner .b-img {
  margin-top: 30px;
}
.other-banner .b-img img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: auto;
}
.other-banner .b-img img.img-move {
  animation: move 1s ease-in-out 2s infinite alternate;
}
.other-banner .b-a {
  display: block;
  background: url("../images/img-55.png") no-repeat;
  width: 187px;
  height: 72px;
  text-align: center;
  color: #fff;
  margin: 20px auto 0;
  line-height: 60px;
  transition: all 0.7s;
}

.other-banner .mstyjjfa{padding-left: 25px !important;text-align: left;}

.other-banner .b-a:hover {
  transform: scale(1.08);
}

@keyframes move {
  from {
    transform: translate(0, 0);
  }
  to {
    transform: translate(0, 8px);
  }
}
@keyframes progress-bar {
  from {
    width: 0;
  }
  to {
    width: 60px;
  }
}
/* other-main */
.other-main {
  padding-top: 60px;
  padding-bottom: 60px;
}
/* class-menu */
.class-menu {
  text-align: center;
  margin-bottom: 50px;
}
.class-menu a {
  display: inline-block;
  border: #cccccc 1px solid;
  color: #444444;
  font-size: 16px;
  width: 145px;
  height: 45px;
  text-align: center;
  line-height: 43px;
  margin-right: 15px;
}
.class-menu a:last-child {
  margin-right: 0;
}
.class-menu a:hover,
.class-menu a.current {
  border-color: #2e6da4;
  background-color: #4472c4;
  color: #fff;
}
/* page */
.page {
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px;
}
.page a {
  margin: 5px 8px;
  display: inline-block;
  color: #fff;
}
.page a.a-s {
  width: 32px;
  height: 32px;
  line-height: 30px;
  border-radius: 16px;
  text-align: center;
  border: solid 1px #e8e8e8;
}
.page a.a-s:hover,
.page a.a-s.current {
  border-color: #155fda;
  background-color: #155fda;
}
/*-----------------------------------  index  -----------------------------------*/
.section {
  overflow: hidden;
  max-height: 100%;
}
/* index page */
.index-cont {
  padding-top: 30px;
  padding-bottom: 30px;
}
.index-box {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.index-title {
  text-align: center;
  color: #fff;
  margin-bottom: 6%;
}
.index-title .title-s {
  margin-bottom: 15px;
}
.index-more {
  width: 190px;
  height: 55px;
  display: block;
  border: 3px solid transparent;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  z-index: 1;
}
.index-more:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 0;
  background-color: #4472c4;
  transition: all 0.5s;
  z-index: -1;
}
.index-more.more-01 {
  color: #fff;
  border-color: #fff;
}
.index-more.more-02 {
  color: #4472c4;
  border-color: #4472c4;
}
.index-more:hover {
  color: #fff;
}
.index-more:hover:after {
  width: 100%;
  left: 0;
}
.index-box-01 {
  height: 100%;
  min-height: 100%;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.index-box-01 .swiper-container {
  height: 100%;
  min-height: 100%;
}
.index-box-01 .banner-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  bottom: 0;
  z-index: 999;
}
.index-box-01 .banner-box {
  height: 100%;
  min-height: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: relative;
  background: none\9;
}
.index-box-01 .banner-txt {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  text-align: center;
  padding: 30px 20px;
}
.index-box-01 .banner-title {
  font-family: 'hxb-font';
}
.index-box-01 .title-02 {
  margin-top: 10px;
}
.index-box-01 .title-03 {
  margin-top: 5%;
}
.index-box-01 .banner-page {
  bottom: 30px;
  z-index: 99;
}
.index-box-01 .swiper-pagination-bullet {
  height: 6px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 3px;
  opacity: 1;
  position: relative;
  overflow: hidden;
  width: 60px;
}
.index-box-01 .swiper-pagination-bullet:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 6px;
  width: 0;
  overflow: hidden;
  transition: all 5s;
  background-color: #fff;
}
.index-box-01 .swiper-pagination-bullet-active:after {
  animation: progress-bar 5s ease-in-out 0s infinite alternate;
}

#index-banner {
  height: 100%;
  min-height: 100%;
  margin-bottom: 0;
}
#index-banner .slick-list {
  height: 100%;
  min-height: 100%;
  overflow: hidden;
  z-index: 99;
}
#index-banner .slick-list .slick-track {
  height: 100%;
  min-height: 100%;
}
#index-banner .slick-list .slick-track .slick-slide {
  height: 100%;
  min-height: 100%;
}
#index-banner .slick-list .slick-track .slick-slide > div {
  height: 100%;
  min-height: 100%;
}
#index-banner .slick-list .slick-track .slick-slide > div > div {
  height: 100%;
}

#index-banner .slick-dots {
  bottom: 20px;
  z-index: 99999;
}

#index-banner  .slick-dots li {
  width: 60px;
  height: 6px;
  background: url("../images/img-229.png") no-repeat top center;
  position: relative;
  border-radius: 3px;
  overflow: hidden;
}

/*#index-banner .slick-dots li.slick-active {*/
/*  background: url("../images/img-230.png") no-repeat top center;*/
/*}*/
#index-banner  .slick-dots li:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 6px;
  width: 0;
  overflow: hidden;
  transition: all 5s;
  background-color: #fff;
}
#index-banner .slick-dots li.slick-active:after {
  animation: progress-bar 5s ease-in-out  infinite alternate;
}



.index-box-02 .box-s {
  height: 495px;
  max-width: 316px;
  margin-left: auto;
  margin-right: auto;
  background: url("../images/img-188.png") no-repeat top center;
  background-size: cover;
  background: none\9;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/img-188.png', sizingMethod='scale');
  position: relative;
  padding: 20px;
  overflow: hidden;
  transition: all 0.7s;
  text-align: center;
  display: block;
  color: #fff;
}
.index-box-02 .box-s:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 8px;
  background-color: #155fda;
  width: 0;
  overflow: hidden;
  transition: all 0.7s;
}
.index-box-02 .box-s .box-icon {
  width: 112px;
  height: 88px;
  margin: 40px auto 20px;
  position: relative;
}
.index-box-02 .box-s .box-icon img {
  display: block;
}
.index-box-02 .box-s .box-icon img.img-h {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.7s;
}
.index-box-02 .box-s .box-title {
  line-height: 30px;
  margin-bottom: 25px;
}
.index-box-02 .box-s .box-txt {
  line-height: 32px;
  color: #e8e8e8;
  min-height: 160px;
  margin-bottom: 15px;
  white-space: pre-line;
}
.index-box-02 .box-s .box-a {
  display: block;
  width: 180px;
  height: 61px;
  line-height: 60px;
  text-align: center;
  background: url("../images/img-153.png") no-repeat top center;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.7s;
}
.index-box-02 .box-s .box-a:hover {
  transform: scale(1.2);
}
.index-box-02 .box-s:hover:after {
  width: 100%;
}
.index-box-02 .box-s:hover .box-icon img.img-h {
  transform: scale(1.1);
}
.index-box-03 .row {
  margin-left: -2.5%;
  margin-right: -2.5%;
}
.index-box-03 .row .box-w {
  padding-left: 2.5%;
  padding-right: 2.5%;
}
.index-box-03 .box-s {
  background: url("../images/img-221.png") no-repeat top center;
  background-size: 100% 100%;
  background: none\9;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/img-221.png', sizingMethod='scale');
  height: 360px;
  padding: 40px 10px;
  text-align: center;
  display: block;
  color: #fff;
}
.index-box-03 .box-s .box-icon {
  width: 120px;
  height: 150px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 70px;
  position: relative;
}
.index-box-03 .box-s .box-icon img {
  display: block;
}
.index-box-03 .box-s .box-icon img.img-h {
  position: absolute;
  top: 0;
  left: 0;
  animation: move 1s ease-in-out 2s infinite alternate;
}
.index-box-03 .box-s .box-title {
  text-align: center;
}
.index-box-03 .box-s .box-title span {
  display: block;
}
.index-box-03 .box-s .box-title .img-s {
  margin-bottom: 5px;
}
.index-box-03 .box-s .box-title .img-s img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.index-box-03 .box-s .box-title .title-s {
  line-height: 30px;
}
.index-box-03 .box-s:hover {
  background: url("../images/img-222.png") no-repeat top center;
  background-size: 100% 100%;
  background: none\9;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/img-222.png', sizingMethod='scale');
  border-image-slice: 1;
}
.index-box-04 .logo-list {
  margin-left: -5px;
  margin-right: -5px;
}
.index-box-04 .logo-list > div {
  padding-left: 0;
  padding-right: 0;
  margin: 0 0.5% 30px;
  float: left;
  width: 13.285714%;
  height: 50px;
  overflow: hidden;
}
.index-box-04 .logo-list > div img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.5s;
}
.index-box-04 .logo-list > div:hover img {
  transform: scale(1.1);
}
.index-box-04 .logo-page {
  position: relative;
  margin-top: 40px;
}
.index-box-04 .logo-page .swiper-pagination-bullet {
  height: 6px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 3px;
  opacity: 1;
  position: relative;
  overflow: hidden;
  width: 60px;
}
.index-box-04 .logo-page .swiper-pagination-bullet:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 6px;
  width: 0;
  overflow: hidden;
  transition: all 5s;
  background-color: #fff;
}
.index-box-04 .logo-page .swiper-pagination-bullet-active:after {
  animation: progress-bar 5s ease-in-out 0s infinite alternate;
}

.index-box-04 .slick-dots {
  bottom: -20px;
}
.index-box-04 .slick-dots li {
  width: 60px;
  height: 6px;
  background: url("../images/img-229.png") no-repeat top center;
}

.index-box-04 .slick-dots li.slick-active {
  background: url("../images/img-230.png") no-repeat top center;
}




.index-box-05 .row {
  margin-left: -3%;
  margin-right: -3%;
}
.index-box-05 .row .box-w {
  padding-left: 3%;
  padding-right: 3%;
}
.index-box-05 .box-s {
  background: url("../images/img-224.png") no-repeat top center;
  background-size: 100% 100%;
  background: none\9;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/img-224.png', sizingMethod='scale');
  margin-bottom: 30px;
  height: 220px;
  padding: 40px 150px 40px 30px;
  color: #fff;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}
.index-box-05 .box-s .box-icon {
  position: absolute;
  width: 102px;
  right: 35px;
  top: 52px;
}
.index-box-05 .box-s .box-icon img {
  display: block;
  transition: all .5s;
}
.index-box-05 .box-s .box-title {
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 20px;
}
.index-box-05 .box-s .box-txt {
  line-height: 28px;
  height: 84px;
  overflow: hidden;
}
.index-box-05 .box-s:hover {
  background: url("../images/img-225.png") no-repeat top center;
  background-size: 100% 100%;
  background: none\9;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/img-225.png', sizingMethod='scale');
}
.index-box-05 .box-s:hover .box-icon img {

  transform: scale(1.1);

}
.index-box-06 .row {
  margin-left: -4px;
  margin-right: -4px;
}
.index-box-06 .row .box-w {
  padding-left: 4px;
  padding-right: 4px;
}
.index-box-06 .box-s {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.index-box-06 .box-s.box-02 {
  margin-bottom: 10px;
}
.index-box-06 .box-s.box-02:last-child {
  margin-bottom: 0;
}
.index-box-06 .box-s.box-02 .box-img {
  height: 144px;
}
.index-box-06 .box-s.box-03 {
  height: 96px;
  position: relative;
  margin-bottom: 6px;
}
.index-box-06 .box-s.box-03:last-child {
  margin-bottom: 0;
}
.index-box-06 .box-s.box-03 .box-title {
  height: 96px;
  padding-top: 15px;
  padding-bottom: 15px;
  background: url("../images/img-226.png") no-repeat top center;
  background-size: 100% 100%;
  background: none\9;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/img-226.png', sizingMethod='scale');
}
.index-box-06 .box-s .box-img {
  height: 300px;
  overflow: hidden;
}
.index-box-06 .box-s .box-img img {
  display: block;
  transition: all 0.7s;
  width: 100%;
  height: 100%;
}
.index-box-06 .box-s .box-img:hover img {
  transform: scale(1.1);
}
.index-box-06 .box-s .box-title {
  height: 68px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 4px 20px;
  line-height: 30px;
  background: url("../images/img-227.png") no-repeat top center;
  background-size: 100% 100%;
  background: none\9;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/img-227.png', sizingMethod='scale');
}
.index-box-06 .box-s .box-title .title-s {
  display: block;
  height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #e8e8e8;
}
.index-box-06 .box-s .box-title .date-s {
  background: url("../images/img-113.png") no-repeat left center;
  padding-left: 30px;
}
.index-box-06 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.index-box-06 .box-s:hover .box-title .title-s {
  color: #fff;
}
.index-box-06 .main-cont {
  margin-bottom: 50px;
}
.index-box-06 .box-more {
  display: block;
  background: url("../images/img-137.png") no-repeat;
  width: 251px;
  height: 62px;
  line-height: 62px;
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.7s;
}
.index-box-06 .box-more:hover {
  transform: scale(1.1);
}
/*---------------------------------  module  -------------------------------------*/
.mod-01 .box-s {
  padding-top: 7%;
  padding-bottom: 7%;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}
.mod-01 .box-s .row {
  margin-left: -3%;
  margin-right: -3%;
}
.mod-01 .box-s .row .box-w {
  padding-left: 3%;
  padding-right: 3%;
}
.mod-01 .box-cont {
  background: url("../images/img-201.png") repeat;
  padding: 6% 9%;
}
.mod-01 .box-img {
  padding-top: 10px;
  padding-bottom: 10px;
}
.mod-01 .box-img img {
  display: block;
  width: 100%;
  border-radius: 5px;
}
.mod-01 .box-info {
  color: #fff;
}
.mod-01 .box-info .box-title {
  margin-bottom: 15px;
  position: relative;
  padding-left: 20px;
  line-height: 44px;
}
.mod-01 .box-info .box-title:after {
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  width: 8px;
  height: 34px;
  background-color: #ff8400;
}
.mod-01 .box-info .box-txt {
  line-height: 1.6;
  margin-bottom: 20px;
  white-space: pre-line;
}
.mod-01 .box-info .box-more {
  width: 172px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  display: block;
  color: #fff;
  background: url("../images/img-202.png") no-repeat;
  background-size: cover;
  background: none\9;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/img-202.png', sizingMethod='scale');
  border-radius: 5px;
}
.mod-02 {
  color: #fffefe;
}
.mod-02 .m-title {
  text-align: center;
  line-height: 50px;
  margin-bottom: 50px;
}
.mod-02 .box-groups {
  background: url("../images/img-186.png") no-repeat top center;
  background-size: 100% 100%;
  background: none\9;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/img-186.png', sizingMethod='scale');
  padding: 25px 5%;
  position: relative;
  margin-bottom: 35px;
}
.mod-02 .box-groups:last-child {
  margin-bottom: 0;
}
.mod-02 .box-groups:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  background: url("../images/img-13.png") no-repeat top center;
  width: 2px;
  height: 168px;
  margin-top: -84px;
}
.mod-02 .box-groups .row {
  margin-left: -30px;
  margin-right: -30px;
}
.mod-02 .box-groups .row .box-w {
  padding-left: 30px;
  padding-right: 30px;
}
.mod-02 .box-groups .row .box-w:first-child {
  position: relative;
}
.mod-02 .box-s .box-top {
  overflow: hidden;
  margin-bottom: 20px;
}
.mod-02 .box-s .box-top .box-img {
  float: left;
  width: 124px;
}
.mod-02 .box-s .box-top .box-img img {
  display: block;
  width: 100%;
}
.mod-02 .box-s .box-top .box-info {
  margin-left: 145px;
}
.mod-02 .box-s .box-top .box-info .box-title {
  display: block;
  font-size: 20px;
  line-height: 24px;
  height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 5px;
  color: #fffefe;
}
.mod-02 .box-s .box-txt {
  line-height: 24px;
  height: 72px;
  overflow: hidden;
}
.mod-02 .other-groups {
  height: 40px;
  line-height: 40px;
  margin-top: 35px;
}
.mod-02 .other-groups .swiper-pagination {
  text-align: center;
  width: 100%;
}
.mod-02 .other-groups .swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px;
  background-color: #fff;
  width: 12px;
  height: 12px;
  border-radius: 6px;
}
.mod-02 .other-groups .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.mod-02 .other-groups .swiper-button-prev,
.mod-02 .other-groups .swiper-button-next {
  width: 136px;
  height: 40px;
  top: 0;
  margin-top: 0;
}
.mod-02 .other-groups .swiper-button-prev:after,
.mod-02 .other-groups .swiper-button-next:after {
  display: none;
}
.mod-02 .other-groups .swiper-button-prev {
  left: 0;
  background: url("../images/prev.png") no-repeat;
}
.mod-02 .other-groups .swiper-button-prev:hover {
  background: url("../images/prev-h.png") no-repeat;
}
.mod-02 .other-groups .swiper-button-next {
  right: 0;
  background: url("../images/next.png") no-repeat;
}
.mod-02 .other-groups .swiper-button-next:hover {
  background: url("../images/next-h.png") no-repeat;
}
.mod-03 .m-title {
  text-align: center;
  margin-bottom: 5%;
}
.mod-03 .m-title .txt-s {
  margin-top: 15px;
}
.mod-03 .info-txt {
  line-height: 1.8;
  margin-bottom: 20px;
  text-align: justify;
}
.mod-03 .info-groups .tabs-title {
  background-image: linear-gradient(0deg, #172148 0%, #173262 100%);
  border-style: solid;
  border-width: 1px;
  border-image-source: linear-gradient(0deg, #1d72ff 0%, #ffffff 64%, #008aff 100%);
  border-image-slice: 1;
  line-height: 54px;
}
.mod-03 .info-groups .tabs-title a {
  float: left;
  width: 25%;
  text-align: center;
  background: url("../images/img-15.png") no-repeat right center;
  color: #fffefe;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mod-03 .info-groups .tabs-title a.current {
  background-image: linear-gradient(90deg, #0b57e2 0%, #3e86ff 100%), linear-gradient(#0b57e2, #0b57e2);
  background-blend-mode: normal,
          normal;
}
.mod-03 .info-groups .tabs-cont {
  margin-top: -1px;
  background-image: linear-gradient(0deg, #172148 0%, #173262 100%);
  border-style: solid;
  border-width: 1px;
  border-image-source: linear-gradient(0deg, #1d72ff 0%, #ffffff 64%, #008aff 100%);
  border-image-slice: 1;
  padding: 40px;
}
.mod-03 .info-groups .tabs-cont > div {
  display: none;
}
.mod-03 .box-s {
  overflow: hidden;
}
.mod-03 .box-s .box-img {
  width: 332px;
  float: left;
}
.mod-03 .box-s .box-img img {
  display: block;
  width: 100%;
}
.mod-03 .box-s .box-info {
  margin-left: 360px;
  line-height: 30px;
  color: #fffefe;
  height: 180px;
  overflow: hidden;
}
.public-box {
  padding-top: 7%;
  padding-bottom: 7%;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  background: none\9;
}
.public-box .public-title {
  text-align: center;
  margin-bottom: 5%;
}
.public-box .public-title .title-txt {
  margin-top: 15px;
}
.public-groups .other-groups {
  height: 40px;
  line-height: 40px;
  margin-top: 35px;
}
.public-groups .other-groups .swiper-pagination {
  text-align: center;
  width: 100%;
}
.public-groups .other-groups .swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px;
  background-color: #fff;
  width: 12px;
  height: 12px;
  border-radius: 6px;
}
.public-groups .other-groups .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.public-groups .other-groups .swiper-button-prev,
.public-groups .other-groups .swiper-button-next {
  width: 136px;
  height: 40px;
  top: 0;
  margin-top: 0;
}
.public-groups .other-groups .swiper-button-prev:after,
.public-groups .other-groups .swiper-button-next:after {
  display: none;
}
.public-groups .other-groups .swiper-button-prev {
  left: 0;
  background: url("../images/prev.png") no-repeat;
}
.public-groups .other-groups .swiper-button-prev:hover {
  background: url("../images/prev-h.png") no-repeat;
}
.public-groups .other-groups .swiper-button-next {
  right: 0;
  background: url("../images/next.png") no-repeat;
}
.public-groups .other-groups .swiper-button-next:hover {
  background: url("../images/next-h.png") no-repeat;
}

/*new-add public-groups slick*/
.public-groups .slick {
  padding-bottom: 80px;
}
.public-groups .slick-prev, .public-groups .slick-next{
  width: 136px;
  height: 40px;
  top: auto;
  bottom:0;
  margin-top: 0;
  z-index: 99;
}
.public-groups .slick-prev:before, .public-groups .slick-next:before{
  display: none;
}
.public-groups .slick-prev {
  left: 0;
  background: url("../images/prev.png") no-repeat;
}
.public-groups .slick-prev:hover {
  left: 0;
  background: url("../images/prev-h.png") no-repeat;
}
.public-groups .slick-next {
  right: 0;
  background: url("../images/next.png") no-repeat;
}
.public-groups .slick-next:hover {
  right: 0;
  background: url("../images/next-h.png") no-repeat;
}
.public-groups .slick-dots {
  bottom: 20px;
}

.public-groups .slick-dots li,.honor-groups .slick-dots li{
  background: url("../images/img-193.png") no-repeat top center;
  width: 12px;
  height: 12px;
}


.public-groups .slick-dots li.slick-active ,.honor-groups .slick-dots li.slick-active{
  background: url("../images/img-194.png") no-repeat top center;
}


.honor-groups .slick-dots{bottom: 0;position: relative;margin-top: 25px}


.mod-04 {
  width: 100%;
}
.mod-04 .box-s {
  width: 25%;
  height: 269px;
  float: left;
  margin-right: 0.5%;
  padding: 20px;
  margin-top: 28px;
  display: table;
  vertical-align: middle;
  background: url("../images/img-195.png") no-repeat top center;
  background-size: 100% 100%;
  background: none\9;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/img-195.png', sizingMethod='scale');
  transition: all .5s;
}
.mod-04 .box-s > div {
  display: table-cell;
  vertical-align: middle;
}

.mod-04 .box-s.box-left {}

.mod-04 .box-s:last-child {
  margin-right: 0;
}
.mod-04 .box-s .box-img {
  overflow: hidden;
  border-radius: 6px;
  width: 170px;
  min-width: 170px;
  margin-right: 20px;
  float: left;
  display: none;
}
.mod-04 .box-s .box-img img {
  display: block;
  width: 100%;
}
.mod-04 .box-s .box-info {
  word-break:break-all;
  word-wrap:break-word;
}
.mod-04 .box-s .box-info .box-title {
  margin-bottom: 15px;
  color: #fff;
}
.mod-04 .box-s .box-info .box-txt {
  line-height: 26px;
  height: 104px;
  overflow: hidden;
  text-align: justify;
  color: #fff;
}
.mod-05 {
  overflow: hidden;
}
.mod-05.list-02 li {
  width: 13.2%;
  margin-right: 0.5%;
}
.mod-05 li {
  float: left;
  width: 13.42%;
  margin-right: 0.4%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("../images/img-38.png");
  background: none\9;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/img-38.png', sizingMethod='scale');
  height: 394px;
  position: relative;
  color: #ffffff;
  margin-top: 45px;
  border-radius: 5px;
  transition: width .5s;
}
.mod-05 li:last-child {
  margin-right: 0;
}
.mod-05 li .box-d {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  padding: 20px 10px;
}
.mod-05 li .box-d:before {
  content: '';
  position: absolute;
  width: 46px;
  height: 4px;
  background-color: #ffffff;
  bottom: 60px;
  left: 50%;
  margin-left: -23px;
}
.mod-05 li .box-d .box-icon {
  height: 60px;
  line-height: 60px;
  text-align: center;
  margin-bottom: 30px;
}
.mod-05 li .box-d .box-icon img {
  vertical-align: middle;
}
.mod-05 li .box-d .box-title {
  line-height: 32px;
  margin-bottom: 60px;
}
.mod-05 li .box-h {
  padding: 25px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
}
.mod-05 li .box-h .box-title {
  margin-bottom: 20px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mod-05 li .box-h .box-txt {
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  height: 210px;
  overflow: hidden;
  margin-bottom: 20px;
  text-align: justify;
}
.mod-05 li .box-h .box-img img {
  display: block;
  border-radius: 8px;
}
.mod-06 .box-groups .row {
  margin-left: -3px;
  margin-right: -3px;
}
.mod-06 .box-groups .row .box-w {
  padding-left: 3px;
  padding-right: 3px;
}
.mod-06 .box-s {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  transition: 300ms;
  transform: scale(0.85);
}
.mod-06 .box-s .box-img img {
  display: block;
  width: 100%;
}
.mod-06 .box-s .box-mc {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url("../images/img-41.png") no-repeat bottom center;
  background-size: 100% auto;display: block;width: 100%;height: 100%;
}
.mod-06 .box-s .box-mc .title-s {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 60px;
  line-height: 55px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
  display: block;
}
.mod-07 {
  margin-top: 4%;
  height: 90px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.mod-07 .box-s {
  padding-left: 15px;
  padding-right: 15px;
}
.mod-07 .box-txt {
  color: #fff;
  line-height: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  float: left;
}
.mod-07 .box-txt span {
  display: block;
}
.mod-07 .box-more {
  display: block;
  width: 152px;
  height: 44px;
  line-height: 44px;
  margin-top: 23px;
  float: right;
  text-align: center;
  color: #ffffff;
  background: url("../images/img-205.png") no-repeat top center;
  background-size: cover;
  background: none\9;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/img-205.png', sizingMethod='scale');
  border-radius: 5px;
  transition: all 0.7s;
}
.mod-07 .box-more:hover {
  transform: scale(1.1);
}
.mod-08 .main-cont {
  padding: 45px 35px;
  background: url("../images/img-208.png") no-repeat top center;
  background-size: 100% 100%;
  background: none\9;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/img-208.png', sizingMethod='scale');
  color: #fff;
}
.mod-08 .box-title {
  position: relative;
  line-height: 32px;
  padding-left: 20px;
  margin-bottom: 20px;
}
.mod-08 .box-title:after {
  content: '';
  width: 9px;
  height: 32px;
  background-color: #ff8400;
  position: absolute;
  left: 0;
  top: 0;
}
.mod-08 .box-num {
  margin-bottom: 30px;
}
.mod-08 .box-num span {
  display: inline-block;
  margin-right: 5px;
}
.mod-08 .box-num > div {
  float: left;
  margin-right: 25px;
  line-height: 1.6;
}
.mod-08 .box-num > div:last-child {
  margin-right: 0;
}
.mod-08 .box-img img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.mod-09 .main-cont {
  padding: 10px;
  background: url("../images/img-208.png") no-repeat top center;
  background-size: 100% 100%;
  background: none\9;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/img-208.png', sizingMethod='scale');
  color: #fff;
}
.mod-09 .main-cont .row .box-w {
  background: url("../images/img-52.png") no-repeat right center;
}
.mod-09 .box-s {
  text-align: center;
  min-height: 380px;
  margin-bottom: 20px;
}
.mod-09 .box-s .box-icon {
  height: 110px;
  line-height: 110px;
  margin-top: 50px;
  margin-bottom: 10px;
}
.mod-09 .box-s .box-icon img {
  vertical-align: middle;
}
.mod-09 .box-s .box-title {
  color: #fffefe;
  line-height: 50px;
  margin-bottom: 20px;
}
.mod-09 .box-s .box-txt {
  line-height: 28px;
  padding-left: 30px;
  padding-right: 30px;
}
.mod-10 .main-cont {
  color: #fff;
}
.mod-10 .tab-title,
.mod-10 .tab-cont {
  height: 396px;
  overflow: hidden;
}
.mod-10 .tab-title {
  width: 340px;
  float: left;
  background: url("../images/img-212.png") no-repeat top center;
  background-size: 100% 100%;
  background: none\9;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/img-212.png', sizingMethod='scale');
  border-image-slice: 1;
}
.mod-10 .tab-title a {
  display: block;
  background: url("../images/img-53.png") no-repeat bottom center;
  padding-bottom: 1px;
  margin-bottom: 1px;
  line-height: 64px;
  text-align: center;
  color: #fff;
}
.mod-10 .tab-title a:hover,
.mod-10 .tab-title a.active {
  background: url("../images/img-211.png") no-repeat top center;
  background-size: 100% 100%;
  background: none\9;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/img-211.png', sizingMethod='scale');
}
.mod-10 .tab-cont {
  background: url("../images/img-215.png") no-repeat top center;
  background-size: 100% 100%;
  background: none\9;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/img-215.png', sizingMethod='scale');
  margin-left: 340px;
  padding: 4%;
}
.mod-10 .tab-cont > div {
  display: none;
}
.mod-10 .box-title {
  line-height: 30px;
  margin-bottom: 10px;
}
.mod-10 .box-txt {
  line-height: 28px;
  height: 84px;
  overflow: hidden;
  margin-bottom: 35px;
  text-align: justify;
}
.mod-10 .box-img img {
  display: block;
  border-radius: 5px;
}

.groups-wrap {
  margin-left: -15px;
  margin-right: -15px;
}

.mod-11 .box-s {
  border-radius: 6px;
  overflow: hidden;
  margin-left: 15px;
  margin-right: 15px;
}
.mod-11 .box-s .box-title {
  background: url("../images/img-60.png") no-repeat top center;
  background-size: 100% auto;
  background: none\9;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/img-60.png', sizingMethod='scale');
  line-height: 68px;
  height: 68px;

  text-align: center;
}
.mod-11 .box-s .box-title span {
  display: inline-block;
}
.mod-11 .box-s .box-title span.icon-s {
  margin-right: 10px;
  vertical-align: middle;
  margin-top: -5px;
}

.mod-11 .box-s .box-cont {
  height: 185px;
  background: url("../images/img-204.png") repeat top center;
  background-size: 100% 100%;
  background: none\9;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/img-204.png', sizingMethod='scale');
  border-radius: 0px 0px 5px 5px;
  padding: 20px;
  line-height: 28px;
  color: #ffffff;
}
.mod-12 .row {
  margin-left: -2%;
  margin-right: -2%;
}
.mod-12 .row .box-w {
  padding-left: 2%;
  padding-right: 2%;
}
.mod-12 .process-list {
  position: relative;
  min-height: 100px;
  z-index: 1;
  margin-bottom: 70px;
}
.mod-12 .process-list:after {
  content: '';
  position: absolute;
  top: 48px;
  left: 0;
  right: 0;
  height: 3px;
  background-color: #556487;
  z-index: -1;
}
.mod-12 .process-list .row {
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
  align-items: center;
}
.mod-12 .process-list .row .box-w {
  flex: 1;
  padding-left: 5px;
  padding-right: 5px;
}
.mod-12 .process-list .box-s {
  text-align: center;
}
.mod-12 .process-list .box-s img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.mod-12 .process-list .box-s .box-title {
  line-height: 30px;
  margin-top: 10px;
  position: absolute;
  width: 100%;
}
.mod-12 .process-list .dian {
  /* 保持大小不变的小圆圈  */
  position: relative;
  width: 38px;
  height: 38px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -13px;
}
.mod-12 .process-list .dian .dot {
  position: absolute;
  width: 38px;
  height: 38px;
  background: url("../images/img-165.png") no-repeat center center;
  left: 0;
  top: 0;
  border-radius: 50%;
  z-index: 200;
}
.mod-12 .process-list .dian .pulse,
.mod-12 .process-list .dian .pulse-big {
  position: absolute;
  width: 80px;
  height: 80px;
  left: -31px;
  top: -31px;
  border: 2px solid transparent;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  z-index: 100;
  opacity: 0;
}
.mod-12 .box-s {
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 15px;
}
.mod-12 .box-s .box-img {
  overflow: hidden;
  position: relative;
}
.mod-12 .box-s .box-img > img {
  display: block;
  width: 100%;
  transition: all 0.7s;
}
.mod-12 .box-s .box-img .box-mc {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}
.mod-12 .box-s .box-img .box-mc .title-s {
  line-height: 30px;
  margin-bottom: 20px;
}
.mod-12 .box-s .box-img .box-mc .icon-s img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.mod-12 .box-s .box-a {
  display: block;
  background-color: #3e86ff;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
}
.mod-12 .box-s:hover .box-img > img {
  transform: scale(1.1);
}
.mod-13 .row {
  margin-left: -9px;
  margin-right: -9px;
}
.mod-13 .row .box-w {
  padding-left: 9px;
  padding-right: 9px;
}
.mod-13 .box-s {
  height: 242px;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  color: #fff;
  margin-bottom: 20px;
  overflow: hidden;
  transition: all 0.7s;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.mod-13 .box-s .box-mc {
  padding: 5%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.mod-13 .box-s .img-s {
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.mod-13 .box-s .box-title {
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 15px;
}
.mod-13 .box-s .box-txt {
  line-height: 30px;
  height: 120px;
  overflow: hidden;
}
.mod-13 .box-s:hover .img-s {
  transform: scale(1.1);
}
.mod-14 .row {
  margin-left: -2%;
  margin-right: -2%;
}
.mod-14 .row .box-w {
  padding-left: 2%;
  padding-right: 2%;
}
.mod-14 .box-s {
  margin-bottom: 30px;
}
.mod-14 .box-s .box-title {
  background: url("../images/img-82.png") no-repeat top center;
  background-size: 100% auto;
  background: none\9;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/img-82.png', sizingMethod='scale');
  height: 54px;
  line-height: 54px;

  padding: 0 10px;
  text-align: center;
  overflow: hidden;
}
.mod-14 .box-s .box-cont {
  height: 150px;
  padding: 20px;
  line-height: 30px;
  background: url("../images/img-204.png") repeat top center;
  background-size: 100%;
  background: none\9;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/img-204.png', sizingMethod='scale');
  border-radius: 0px 0px 5px 5px;
}
.mod-14 .box-s:hover .box-title {
  background: url("../images/img-83.png") no-repeat top center;
  background-size: 100% auto;
  background: none\9;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/img-83.png', sizingMethod='scale');
}

.mod-15 .main-cont img {
  display: block;
  margin: 0 auto;
}
.mod-15 .main-cont {
  max-width: 1146px;
  margin-left: auto;
  margin-right: auto;
  padding: 35px 5%;
  background: url("../images/img-206.png") no-repeat top center;
  background-size: cover;
  background: none\9;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/img-206.png', sizingMethod='scale');
  border-radius: 10px;
  border: solid 1px #0060ff;
  overflow: hidden;
}
.mod-15 .box-groups {
  position: relative;
  overflow: hidden;text-align: center;
}
.mod-15 .box-groups:before {
  content: '';
  position: absolute;
  top: 300px;
  left: 0;
  right: 0;
  height: 3px;
  background-color: #375281;
}
.mod-15 .box-groups > div {
  display: inline-block;vertical-align: top;margin: 0 4.4%;
}
.mod-15 .box-arrow {
  text-align: center;margin-top: 65px;
}
.mod-15 .box-arrow > div {
  margin-top: 15px;
  max-width: 108px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 15px;
}
.mod-15 .box-arrow > div.arrow1 {
  background: url("../images/img-178.png") no-repeat left bottom;
  background-size: contain;
}
.mod-15 .box-arrow > div.arrow2 {
  background: url("../images/img-179.png") no-repeat left bottom;
  background-size: contain;
}
.mod-15 .box-info {
  width: 22.666666%;margin: 0 !important;
}
.mod-15 .box-info .box-s {
  background: url("../images/img-207.png") no-repeat top center;
  background-size: cover;
  background: none\9;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/img-207.png', sizingMethod='scale');
  border-radius: 8px;
  height: 278px;
  padding: 10px;
  text-align: center;
  margin-bottom: 35px;
  overflow: hidden;
}
.mod-15 .box-info .box-s .icon-s {
  height: 126px;
  margin-top: 20px;
  margin-bottom: 35px;
}
.mod-15 .box-info .box-s .icon-s img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.mod-15 .box-info .box-s .title-s {
  line-height: 30px;
    white-space: pre;
}
.mod-15 .box-info .box-title {
  text-align: center;
}
.mod-15 .box-info .box-title span {
  display: inline-block;
  z-index: 1;
  position: relative;
}
.mod-15 .box-info .box-title span:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 8px;
  background-color: #ffaa4e;
  z-index: -1;
}
.mod-16 .main-cont .box-txt {
  line-height: 28px;
  color: #fffefe;
  padding-left: 5%;
  padding-right: 5%;
  margin-bottom: 4%;
  white-space: pre-line;
}
.mod-16 .main-cont .box-img img {
  display: block;
  margin: 0 auto;
}
.mod-17 .main-cont img {
  display: block;
  margin: 0 auto;
}
.mod-18 .box-info {
  text-align: justify;
}
.mod-18 .box-s {
  min-height: 210px;
  padding: 20px 30px;
  margin-bottom: 25px;
  background: url("../images/img-183.png") no-repeat center center;
  background-size: 100% 100%;
  background: none\9;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/img-183.png', sizingMethod='scale');
  border-radius: 8px;
  overflow: hidden;
}
.mod-18 .box-s .box-title {
  position: relative;
  min-height: 48px;
  line-height: 48px;
  margin-bottom: 10px;
  padding-left: 60px;
}
.mod-18 .box-s .box-title .icon-s {
  width: 48px;
  height: 48px;
  line-height: 48px;
  border-radius: 50%;
  background-color: #ffffff;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
}
.mod-18 .box-s .box-title .icon-s img {
  vertical-align: middle;
  margin-top: -3px;
}
.mod-18 .box-s .box-txt {
  line-height: 26px;
  color: #fffefe;
  white-space: pre-line;
}
.mod-18 .box-s:hover,
.mod-18 .box-s.active {
  background: url("../images/img-184.png") no-repeat center center;
  background-size: cover;
  background: none\9;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/img-184.png', sizingMethod='scale');
}
.news-wrap {
  background-color: #15253d;
}
.news-details {
  background-color: #213047;
  padding: 4% 3%;
}
.news-details .details-cont {
  color: #ebf2ff;
  line-height: 30px;
  margin-bottom: 30px;
}
.news-details .details-cont .top-img {
  margin-bottom: 30px;
}
.news-details .details-cont .top-img img {
  display: block;
  width: 100%;
}
.news-details .details-cont .m-title {
  margin-bottom: 30px;
}

.news-details .details-cont .cont-s {
  text-align: justify;
}

.news-details .details-new {
  border: solid 1px #6d7b95;
  padding: 25px;
}
.news-details .details-new .new-title {
  padding-bottom: 20px;
  position: relative;
  line-height: 24px;
  padding-left: 15px;
  border-bottom: 1px solid #6d7b95;
}
.news-details .details-new .new-title:after {
  content: '';
  width: 4px;
  height: 24px;
  background-color: #ebf2ff;
  position: absolute;
  left: 0;
  top: 0;
}
.news-details .details-new .new-list .box-s {
  margin-top: 30px;
}
.news-details .details-new .new-list .box-s .box-img {
  width: 112px;
  float: left;
  overflow: hidden;
}
.news-details .details-new .new-list .box-s .box-img img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}
.news-details .details-new .new-list .box-s .box-info {
  margin-left: 125px;
}
.news-details .details-new .new-list .box-s .box-info .title-s {
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  color: #ebf2ff;
  margin-bottom: 8px;
  display: block;
}
.news-details .details-new .new-list .box-s .box-info .tag-s {
  color: #ebf2ff;
}
.news-details .details-new .new-list .box-s:hover .box-img img {
  transform: scale(1.1);
}
.news-details .details-new .new-list .box-s:hover .box-info .title-s {
  text-decoration: underline;
}
.news-details .other-page a {
  display: block;
  line-height: 24px;
  letter-spacing: 2px;
  color: #b4c0d7;
  height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 5px;
}
.news-details .other-page a:hover {
  color: #fff;
}
.news-details .cont-s {
  margin-bottom: 30px;
}
.news-details .other-add img {
  display: block;
  width: 100%;
}
.news-list-warp {
  background: url("../images/img-106.png") no-repeat top center;
  background-size: cover;
  background: none\9;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/img-106.png', sizingMethod='scale');
}
.news-list-warp .news-list-menu {
  margin-bottom: 35px;
  border-bottom: 1px solid #e8e8e8;
}
.news-list-warp .news-list-menu .menu-left a {
  float: left;
  display: block;
  border-bottom: 4px solid transparent;
  line-height: 40px;
  color: #fff;
  margin-left: 40px;
  padding-bottom: 8px;
}
.news-list-warp .news-list-menu .menu-left a.active {
  border-bottom-color: #fff;
}
.news-list-warp .news-list-menu .menu-wrap {
  position: relative;
}
.news-list-warp .news-list-menu .menu-wrap .menu-list {
  margin-left: 40px;
  margin-right: 40px;
}
.news-list-warp .news-list-menu .menu-wrap .swiper-button-next,
.news-list-warp .news-list-menu .menu-wrap .swiper-button-prev {
  width: 18px;
  height: 20px;
  margin-top: -14px;
}
.news-list-warp .news-list-menu .menu-wrap .swiper-button-next:after,
.news-list-warp .news-list-menu .menu-wrap .swiper-button-prev:after {
  display: none;
}
.news-list-warp .news-list-menu .menu-wrap .swiper-button-prev {
  background: url("../images/img-109.png") no-repeat;
  left: 0;
}
.news-list-warp .news-list-menu .menu-wrap .swiper-button-prev:hover {
  background: url("../images/img-109-h.png") no-repeat;
}
.news-list-warp .news-list-menu .menu-wrap .swiper-button-next {
  background: url("../images/img-110.png") no-repeat;
  right: 0;
}
.news-list-warp .news-list-menu .menu-wrap .swiper-button-next:hover {
  background: url("../images/img-110-h.png") no-repeat;
}
.news-list-warp .news-list-menu .menu-list .swiper-slide {
  width: auto;
}
.news-list-warp .news-list-menu .menu-list .box-year {
  background: url("../images/img-107.png") no-repeat 0 11px;
  padding-left: 24px;
  line-height: 40px;
  padding-bottom: 8px;
  color: #ffffff;
  display: block;
  font-family: Arial;
  margin-left: 30px;
  border: none!important;
    outline: none
}
.news-list-warp .news-list-menu .menu-list .box-year.active {
  background: url("../images/img-108.png") no-repeat 0 11px;
}
.news-list-warp .news-list .box-s {
  margin-bottom: 35px;
}
.news-list-warp .news-list .box-s a {
  color: #eee;
}
.news-list-warp .news-list .box-s a:hover {
  color: #fff;
}
.news-list-warp .news-list .box-s .box-img,
.news-list-warp .news-list .box-s .box-info {
  height: 194px;
}
.news-list-warp .news-list .box-s .box-img {
  width: 320px;
  float: left;
  overflow: hidden;
}
.news-list-warp .news-list .box-s .box-img img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}
.news-list-warp .news-list .box-s .box-info {
  margin-left: 326px;
  background-color: rgba(12, 22, 42, 0.42);
  padding: 12px 35px;
}
.news-list-warp .news-list .box-s .box-info .box-title {
  position: relative;
  height: 30px;
  line-height: 30px;
  padding-right: 130px;
  margin-bottom: 10px;
}
.news-list-warp .news-list .box-s .box-info .box-title .date-s {
  position: absolute;
  right: 0;
  top: 0;
  background: url("../images/img-113.png") no-repeat left center;
  padding-left: 30px;
}
.news-list-warp .news-list .box-s .box-info .box-title .title-s {
  display: block;
  height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-list-warp .news-list .box-s .box-info .box-txt {
  line-height: 28px;
  height: 84px;
  overflow: hidden;
  margin-bottom: 5px;
}

.news-list-warp .news-list .box-s .box-info .box-more {
  display: block;
  background-color: #2364d2;
  width: 102px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  margin-left: auto;
  margin-right: 0;
  transition: all .5s;
}
.news-list-warp .news-list .box-s .box-info .box-more:hover {
  opacity: .8;
}
.news-list-warp .news-list .box-s:hover .box-img img {
  transform: scale(1.1);
}

.news-list-warp .news-list-menu .menu-wrap .slick-prev, .news-list-warp .news-list-menu .menu-wrap .slick-next{
  width: 18px;
  height: 20px;
  margin-top: -4px;
  z-index: 99;
}


.news-list-warp .news-list-menu .menu-wrap .slick-prev:before, .news-list-warp .news-list-menu .menu-wrap .slick-next:before{
  display: none;
}

.news-list-warp .news-list-menu .menu-wrap .slick-prev {
  background: url("../images/img-109.png") no-repeat;
  left: 0;
}
.news-list-warp .news-list-menu .menu-wrap .slick-prev:hover {
  background: url("../images/img-109-h.png") no-repeat;
}
.news-list-warp .news-list-menu .menu-wrap .slick-next {
  background: url("../images/img-110.png") no-repeat;
  right: 0;
}
.news-list-warp .news-list-menu .menu-wrap .slick-next:hover {
  background: url("../images/img-110-h.png") no-repeat;
}



.mod-18 .box-info {
  line-height: 30px;
  letter-spacing: 1px;
  color: #ffffff;
  margin-bottom: 40px;
}
.mod-18 .box-cont .box-txt {
  margin-bottom: 20px;
}
.mod-18 .box-cont .box-txt .title-s {
  position: relative;
  line-height: 32px;
  padding-left: 20px;
  margin-bottom: 15px;
}
.mod-18 .box-cont .box-txt .title-s:after {
  content: '';
  width: 9px;
  height: 32px;
  background-color: #ff8400;
  position: absolute;
  left: 0;
  top: 0;
}
.mod-18 .box-cont .box-txt .txt-s {
  line-height: 30px;
  color: #ffffff;
  white-space: pre-line;
}
.mod-18 .box-img img {
  display: block;
}
.  .main-cont {
  background: url("../images/img-122.png") no-repeat left top;
}
.mod-19 .main-cont .box-w {
  background: url("../images/img-122.png") no-repeat right top;
}
.mod-19 .row {
  margin-left: 0;
  margin-right: 0;
}
.mod-19 .row .box-w {
  padding-left: 2%;
  padding-right: 2%;
}
.mod-19 .box-s {
  min-height: 382px;
  margin-bottom: 20px;
  background: url("../images/img-122.png") no-repeat right top;
  margin-right: 30px;
}
.mod-19 .box-s .box-top {
  position: relative;
  margin-bottom: 20px;
}
.mod-19 .box-s .box-top .img-s {
  background: url("../images/img-123.png") no-repeat;
  width: 145px;
  height: 194px;
  float: left;
}
.mod-19 .box-s .box-top .img-s > div {
  padding: 2px;
  margin: 2px;
}
.mod-19 .box-s .box-top .img-s img {
  display: block;
}
.mod-19 .box-s .box-top .name-s {
  position: absolute;
  bottom: 0;
  line-height: 26px;
  padding-left: 20px;
  margin-bottom: 15px;
  margin-left: 160px;
}
.mod-19 .box-s .box-top .name-s:after {
  content: '';
  width: 7px;
  height: 26px;
  background-color: #ff8400;
  position: absolute;
  left: 0;
  top: 0;
}
.mod-19 .box-s .box-info .title-s {
  margin-bottom: 8px;
}
.mod-19 .box-s .box-info .job-s {
  margin-bottom: 5px;
}
.mod-19 .box-s .box-info .txt-s {
  line-height: 28px;
  white-space: pre-line;
}
.mod-20 .history-groups .box-s .box-info,
.mod-20 .history-groups .box-s .box-list {
  height: 328px;
}
.mod-20 .history-groups .box-s .box-info {
  float: left;
  width: 280px;
  position: relative;
}
.mod-20 .history-groups .box-s .box-info .box-title {
  line-height: 70px;
  padding-left: 30px;
  margin-bottom: 30px;
  position: relative;
}
.mod-20 .history-groups .box-s .box-info .box-title:after {
  content: '';
  width: 8px;
  background-color: #ff8400;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
.mod-20 .history-groups .box-s .box-info .box-img {
  position: absolute;
  left: 0;
  bottom: 0;
}
.mod-20 .history-groups .box-s .box-info .box-img img {
  display: block;
  width: 100%;
}
.mod-20 .history-groups .box-s .box-list {
  margin-left: 375px;
  overflow: hidden;
  overflow-y: auto;
}
.mod-20 .history-groups .box-s .box-list .box-s {
  margin-bottom: 25px;
  letter-spacing: 1px;
  color: #ffffff;
}
.mod-20 .history-groups .box-s .box-list .box-s .title-s {
  line-height: 28px;
  margin-bottom: 5px;
}
.mod-20 .history-groups .gallery-top {
  margin-bottom: 50px;
}
.mod-20 .history-groups .arrow-groups {
  margin-top: 35px;
  height: 40px;
}
.mod-20 .history-groups .arrow-groups .swiper-button-prev,
.mod-20 .history-groups .arrow-groups .swiper-button-next {
  width: 136px;
  height: 40px;
  top: 0;
  margin-top: 0;
}
.mod-20 .history-groups .arrow-groups .swiper-button-prev:after,
.mod-20 .history-groups .arrow-groups .swiper-button-next:after {
  display: none;
}
.mod-20 .history-groups .arrow-groups .swiper-button-prev {
  left: 0;
  background: url("../images/prev.png") no-repeat;
}
.mod-20 .history-groups .arrow-groups .swiper-button-prev:hover {
  background: url("../images/prev-h.png") no-repeat;
}
.mod-20 .history-groups .arrow-groups .swiper-button-next {
  right: 0;
  background: url("../images/next.png") no-repeat;
}
.mod-20 .history-groups .arrow-groups .swiper-button-next:hover {
  background: url("../images/next-h.png") no-repeat;
}
.mod-20 .history-groups .gallery-line,
.mod-20 .history-groups .gallery-line-2 {
  position: absolute;
  height: 4px;
  left: 0;
  right: 0;
  bottom: 19px;
  overflow: hidden;
  transition: all 0.7s;
}
.mod-20 .history-groups .gallery-line {
  z-index: 2;
  background-image: linear-gradient(90deg, #155fda 0%, #3e86ff 100%), linear-gradient(#546182, #546182);
  background-blend-mode: normal,
      normal;
  width: 0;
}
.mod-20 .history-groups .gallery-line-2 {
  background-color: #546182;
  z-index: 1;
}
.mod-20 .history-groups .gallery-thumbs {
  position: relative;
  height: 70px;
  z-index: 9;
}
.mod-20 .history-groups .gallery-thumbs:after {
  content: '';
  position: absolute;
  height: 4px;
  left: 0;
  right: 0;
  bottom: 19px;
  z-index: -1;
}
.mod-20 .history-groups .gallery-thumbs .swiper-slide-thumb-active .box-year {
  background: none;
  font-weight: bold;
}
.mod-20 .history-groups .gallery-thumbs .swiper-slide-thumb-active .box-year .dian {
  display: block;
}
.mod-20 .history-groups .box-year {
  background: url("../images/img-125.png") no-repeat bottom center;
  line-height: 24px;
  color: #fff;
  text-align: center;
  height: 76px;
  position: relative;
  margin-bottom: 15px;
  z-index: 99;
}
.mod-20 .history-groups .box-year .dian {
  position: absolute;
  left: 50%;
  bottom: 36px;
  margin-left: -5px;
  display: none;
}
.mod-20 .history-groups .box-year .pulse,
.mod-20 .history-groups .box-year .pulse-big {
  position: absolute;
  width: 60px;
  height: 60px;
  left: -25px;
  top: -25px;
}
.mod-20 .history-groups .box-txt-groups {
  text-align: center;
  line-height: 32px;
  padding-top: 10px;
}
.mod-20 .history-groups .box-txt-groups > div {
  display: none;
}
.mod-20 .history-groups .box-txt-groups .box-title {
  font-size: 16px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 20px;
}
.mod-20 .history-groups .box-txt-groups .box-txt {
  font-size: 16px;
  color: #666666;
}

.mod-20 .slider-for {
  margin-bottom: 50px;
}

.mod-20 .slider-nav {
  padding-bottom: 80px;
  background: url("../images/img-219.png") repeat-x 0 52px;
}
.mod-20 .slider-nav .slick-prev, .mod-20 .slider-nav .slick-next{
  width: 136px;
  height: 40px;
  top: auto;
  bottom:0;
  margin-top: 0;
  z-index: 99;
}
.mod-20 .slider-nav .slick-prev:before, .mod-20 .slider-nav .slick-next:before{
  display: none;
}
.mod-20 .slider-nav .slick-prev {
  left: 0;
  background: url("../images/prev.png") no-repeat;
}
.mod-20 .slider-nav .slick-next {
  right: 0;
  background: url("../images/next.png") no-repeat;
}
.mod-20 .slider-nav .slick-current  .box-year {
  background: url("../images/img-124.png") no-repeat bottom center;
}

.mod-20 .slider-nav .slick-prev:hover {
  left: 0;
  background: url("../images/prev-h.png") no-repeat;
}

.mod-20 .slider-nav .slick-next:hover {
  right: 0;
  background: url("../images/next-h.png") no-repeat;
}



.mod-21 .honor-tabs-title {
  text-align: center;
  margin-bottom: 35px;
}
.mod-21 .honor-tabs-title a,
.mod-21 .honor-tabs-title span {
  display: inline-block;
}
.mod-21 .honor-tabs-title a {
  color: #e8e8e8;
}
.mod-21 .honor-tabs-title a.active {
  color: #fff;
}
.mod-21 .honor-tabs-title span {
  margin-left: 20px;
  margin-right: 20px;
}
.mod-21 .honor-groups {
  margin-bottom: 80px;
}
.mod-21 .honor-groups > div {
  overflow: hidden;
  height: 0;
}
.mod-21 .honor-groups > div.box-show {
  height: auto;
}
.mod-21 .honor-groups .swiper-slide {
  text-align: center;
}
.mod-21 .honor-groups .box-honor {
  height: 240px;
  text-align: center;
}
.mod-21 .honor-groups .box-s {
  padding: 10px;
  transform: scale(0.8);
  transition: 300ms;
  /*display: block;*/
  margin-left: auto;
  margin-right: auto;
  max-width: 180px;

}
.mod-21 .honor-groups .box-s img {
  box-shadow: 0 0 8px 0 #296fff;
  margin: 0 auto;
}
.mod-21 .honor-groups .box-s:hover {
  background-color: rgba(255, 255, 255, 0.1);
  transform: scale(1);
}
.mod-21 .honor-groups .slick-current .box-s {
  background-color: rgba(255, 255, 255, 0.1);
  transform: scale(1);
}
.mod-21 .honor-groups .swiper-button-next,
.mod-21 .honor-groups .swiper-button-prev {
  width: 68px;
  height: 68px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  margin-top: -34px;
}
.mod-21 .honor-groups .swiper-button-next:after,
.mod-21 .honor-groups .swiper-button-prev:after {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
}
.mod-21 .honor-wrap {
  padding-left: 70px;
  padding-right: 70px;
}
.mod-21 .honor-info .box-info {
  line-height: 28px;
}
.mod-21 .honor-info .box-info .title-s,
.mod-21 .honor-info .box-info .name-s,
.mod-21 .honor-info .box-info .txt-s {
  margin-bottom: 15px;
}
.mod-21 .honor-info .box-img img {
  padding: 7px;
  background-color: rgba(255, 255, 255, 0.1);
  display: block;
}

.mod-21 .honor-groups .slick-prev,.mod-21 .honor-groups .slick-next{
  width: 68px;
  height: 68px;

  border-radius: 50%;
  margin-top: 0;
  z-index: 999;
}
.mod-21 .honor-groups .slick-prev:before, .mod-21 .honor-groups .slick-next:before{
  display: none;
}
.mod-21 .honor-groups .slick-prev {
  left: 0;
  background: url("../images/img-217.png") no-repeat;
}
.mod-21 .honor-groups .slick-next {
  right: 0;
  background: url("../images/img-218.png") no-repeat;
}


/*fp-right*/
#fp-nav ul:after,
.fp-slidesNav ul:after {
  content: '';
  position: absolute;
  top: 25px;
  bottom: 25px;
  left: 30px;
  width: 1px;
  background: url("../images/img-158.png") repeat-y top center;
}
#fp-nav ul li,
.fp-slidesNav ul li {
  height: 48px;
  width: 48px;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  width: 12px;
  height: 12px;
  margin: -6px 0 0 -6px;
  background: url("../images/img-228.png") repeat-y top center;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
  width: 48px;
  height: 48px;
  background: url("../images/img-157.png") no-repeat;
  margin: -24px 0 0 -24px;
}
.mod-22 .main-cont {
  padding: 45px 35px;
  background: url("../images/img-216.png") no-repeat top center;
  background-size: cover;
  background: none\9;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img-216.png', sizingMethod='scale');
  color: #fff;
}
.mod-22 .row {
  margin-left: -2%;
  margin-right: -2%;
}
.mod-22 .row .box-w {
  padding-left: 2%;
  padding-right: 2%;
}
.mod-22 .box-map-other {
  display: none;
}
.mod-22 .box-map {
  position: relative;
}
.mod-22 .box-map .img-map {
  display: block;
  width: 100%;
}
.mod-22 .box-map .dian {
  position: absolute;
}
.mod-22 .box-map .dian.d-01 {
  left: 85%;
  left: 70%;
  top: 29%;
}

/*
1      3    5       7         8     10
3   3/-1    4      4/-2    3/-1.5   3.5
*/


.mod-22 .box-map .dian.d-01 .pulse {
    animation:warn 3s  ease-out infinite;
    -webkit-animation:warn 3s  ease-out infinite;
    -moz-animation:warn 3s ease-out infinite;
    -ms-animation:warn 3s  ease-out infinite;
    -o-animation:warn 3s ease-out infinite;
  box-shadow: 1px 1px 30px #fff;
}
.mod-22 .box-map .dian.d-01 .pulse-big {
    animation:warn1 2.5s ease-out infinite;
    -webkit-animation:warn1 2.5s ease-out infinite;
    -moz-animation:warn1 2.5s ease-out infinite;
    -ms-animation:warn1 2.5s ease-out infinite;
    -o-animation:warn1 2.5s ease-out infinite;
  box-shadow: 1px 1px 30px #fff;
}
.mod-22 .box-map .dian.d-02 {
  left: 82%;
  left: 69%;
  top: 39%;
}
.mod-22 .box-map .dian.d-03 {
  left: 70%;
  left: 57%;
  top: 39%;
}
.mod-22 .box-map .dian.d-03 .pulse {
    animation:warn 3s 1s ease-out infinite;
    -webkit-animation:warn 3s 1s ease-out infinite;
    -moz-animation:warn 3s 1s ease-out infinite;
    -ms-animation:warn 3s 1s ease-out infinite;
    -o-animation:warn 3s 1s ease-out infinite;
  box-shadow: 1px 1px 30px #fff;
}
.mod-22 .box-map .dian.d-03 .pulse-big {
    animation:warn1 3s 7s ease-out infinite;
    -webkit-animation:warn1 3s 7s ease-out infinite;
    -moz-animation:warn1 3s 7s ease-out infinite;
    -ms-animation:warn1 3s 7s ease-out infinite;
    -o-animation:warn1 3s 7s ease-out infinite;
  box-shadow: 1px 1px 30px #fff;
}

.mod-22 .box-map .dian.d-04 {
  left: 14%;
  top: 45%;
}
.mod-22 .box-map .dian.d-05 {
  left: 49%;
  top: 47%;
}
.mod-22 .box-map .dian.d-05 .pulse {
    animation:warn 4s  ease-out infinite;
    -webkit-animation:warn 4s ease-out infinite;
    -moz-animation:warn 4s  ease-out infinite;
    -ms-animation:warn 4s  ease-out infinite;
    -o-animation:warn 4s  ease-out infinite;
  box-shadow: 1px 1px 30px #fff;
}
.mod-22 .box-map .dian.d-05 .pulse-big {
    animation: warn1 3s 8s ease-out infinite;
    -webkit-animation:warn1 3s 8s ease-out infinite;
    -moz-animation:warn1 3s 8s ease-out infinite;
    -ms-animation:warn1 3s 8s ease-out infinite;
    -o-animation:warn1 3s 8s ease-out infinite;
  box-shadow: 1px 1px 30px #fff;
}
.mod-22 .box-map .dian.d-06 {
  left: 63%;
  left: 57%;
  top: 54%;
}
.mod-22 .box-map .dian.d-07 {
  left: 25%;
  top: 65%;
}
.mod-22 .box-map .dian.d-07 .pulse {
    animation: warn 4s 2s ease-out infinite;
    -webkit-animation:warn 4s 2s ease-out infinite;
    -moz-animation:warn 4s 2s ease-out infinite;
    -ms-animation:warn 4s 2s ease-out infinite;
    -o-animation:warn 4s 2s ease-out infinite;
  box-shadow: 1px 1px 30px #fff;
}
.mod-22 .box-map .dian.d-07 .pulse-big {
    animation: warn1 3s ease-out infinite;
    -webkit-animation:warn1 3s ease-out infinite;
    -moz-animation:warn1 3s ease-out infinite;
    -ms-animation:warn1 3s ease-out infinite;
    -o-animation:warn1 3s ease-out infinite;
  box-shadow: 1px 1px 30px #fff;
}
.mod-22 .box-map .dian.d-08 .pulse {
    animation:warn 3s 1.5s ease-out infinite;
    -webkit-animation:warn 3s 1.5s ease-out infinite;
    -moz-animation:warn 3s 1.5s ease-out infinite;
    -ms-animation:warn 3s 1.5s ease-out infinite;
    -o-animation:warn 3s 1.5s ease-out infinite;
  box-shadow: 1px 1px 30px #fff;
}





.mod-22 .box-map .dian.d-08 .pulse-big {
    animation: warn1 3s ease-out infinite;
    -webkit-animation:warn1 3s ease-out infinite;
    -moz-animation:warn1 3s ease-out infinite;
    -ms-animation:warn1 3s ease-out infinite;
    -o-animation:warn1 3s ease-out infinite;
  box-shadow: 1px 1px 30px #fff;
}

.mod-22 .box-map .dian.d-08 {
  left: 41%;
  top: 64%;
}
.mod-22 .box-map .dian.d-09 {
  left: 55%;
  top: 64%;
}
.mod-22 .box-map .dian.d-10 {
  left: 68%;
  left: 63%;
  top: 64%;
}
.mod-22 .box-map .dian.d-10 .pulse {
    animation: warn 3.5s ease-out infinite;
    -webkit-animation:warn 3.5s ease-out infinite;
    -moz-animation:warn 3.5s ease-out infinite;
    -ms-animation:warn 3.5s ease-out infinite;
    -o-animation:warn 3.5s ease-out infinite;
  box-shadow: 1px 1px 30px #fff;
}
.mod-22 .box-map .dian.d-10 .pulse-big {
    animation: warn1 3.5s ease-out infinite;
    -webkit-animation:warn1 3.5s ease-out infinite;
    -moz-animation:warn1 3.5s ease-out infinite;
    -ms-animation:warn1 3.5s ease-out infinite;
    -o-animation:warn1 3.5s ease-out infinite;
  box-shadow: 1px 1px 30px #fff;
}

.mod-22 .box-map .dian.d-11 {
  left: 73%;
  left: 48%;
  top: 60%;
}
.mod-22 .box-map .dian.d-12 {
  left: 73%;
  left: 61%;
  top: 70%;
}
.mod-22 .box-map .dian.d-13 {
  left: 54%;
  top: 79%;
}
.mod-22 .box-info .box-title {
  line-height: 32px;
  padding-left: 20px;
  margin-bottom: 15px;
  position: relative;
}
.mod-22 .box-info .box-title:after {
  content: '';
  width: 8px;
  height: 32px;
  background-color: #ff8400;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
.mod-22 .box-info .box-txt-01 {
  margin-bottom: 40px;
}
.mod-22 .box-info .box-txt-01 .box-s {
  margin-bottom: 10px;
}
.mod-22 .box-info .box-txt-01 .box-groups > div {
  float: left;
  width: 50%;
}
.mod-22 .box-info .box-txt-02 .txt-s {
  position: relative;
  line-height: 34px;
  letter-spacing: 1px;
  color: #eeeeee;
  padding-left: 15px;
}
.mod-22 .box-info .box-txt-02 .txt-s:after {
  content: '';
  position: absolute;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #fff;
  top: 13px;
}
/*弹窗*/
.up-mc {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(14, 19, 42, 0.84);
  z-index: 9998;
  display: none;
}
.up-box {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  /*margin: -285px 0 0 -460px;*/
  z-index: 9999;
  display: none;
}
.up-box input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #929db3;
}

.up-box input:-moz-placeholder, textarea:-moz-placeholder {
  color: #929db3;
}

.up-box input::-moz-placeholder, textarea::-moz-placeholder {
  color: #929db3;
}

.up-box input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #929db3;
}
.up-box .box-cont {
  background: url("../images/img-169.png") no-repeat top center;
  background-size: 100% 100%;
  background: none\9;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/img-169.png', sizingMethod='scale');
  width: 924px;
  height: 576px;
  margin-bottom: 20px;
  padding: 74px 0 0 0;
  position: relative;
}
.up-box .box-cont .box-erwm {
  position: absolute;
  right: 34px;
  bottom: 34px;
}
.up-box .box-cont .box-erwm img {
  display: block;
  width: 72px;
  height: 72px;
}
.up-box .up-close {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #fff;display: none;
}
.up-box .inp-s {
  height: 48px;
  line-height: 46px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  border: solid 1px #59709e;
  background-color: transparent;
}
.up-box .inp-s.text-s {
  height: 110px;
}
.up-box .a-s {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 108px;
  height: 32px;
  line-height: 30px;
  text-align: center;
  border-radius: 16px;
  border: solid 1px #929db3;
  color: #929db3;
}
.up-box .btn-wrap {
  margin-top: 13px;
  text-align: center;
}
.up-box .box-btn {
  background: url("../images/img-167.png") no-repeat;
  width: 187px;
  height: 62px;
  text-align: center;
  color: #fff;
  border: none;
  margin-left: auto;
  margin-right: auto;
    font-size: 20px;
}
.up-box .cont-s {
  max-width: 472px;
  margin-left: auto;
  margin-right: auto;
}
.up-box .box-s {
  padding-left: 103px;
  line-height: 48px;
  min-height: 48px;
  margin-bottom: 20px;
  position: relative;
}
.up-box .box-s .title-s {
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
}
.up-box .box-s .inp-wrap {
  position: relative;
}
/*滚动条*/
.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #546182 !important;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #3e86ff !important;
}
/*dian*/
.dian {
  /* 保持大小不变的小圆圈  */
  position: relative;
  width: 10px;
  height: 10px;
}
.dian .dot {
  position: absolute;
  width: 10px;
  height: 10px;
  background: #fff;
  left: 0;
  top: 0;
  border-radius: 50%;
  z-index: 200;
}
.dian.dian-1 .dot {
  background-color: #00a4ff;
}
.dian.dian-1 .pulse,
.dian.dian-1 .pulse-big {
  border: 2px solid #00a4ff;
  background: rgba(0, 164, 255, 0.8);
}
.dian.dian-1 .pulse {
  background: rgba(0, 164, 255, 0.6) !important;
  box-shadow: 1px 1px 30px #00a4ff;
}
.dian.dian-1 .pulse-big {
  background: rgba(0, 164, 255, 0.6) !important;
  box-shadow: 1px 1px 20px #00a4ff;
}
.dian.dian-2 .dot {
  background-color: #ff8400;
}
.dian.dian-2 .pulse,
.dian.dian-2 .pulse-big {
  border: 2px solid #ff8400;
  background: rgba(255, 132, 0, 0.8);
}
.dian.dian-2 .pulse {
  background: rgba(255, 132, 0, 0.6) !important;
  box-shadow: 1px 1px 30px #ff8400;
}
.dian.dian-2 .pulse-big {
  background: rgba(255, 132, 0, 0.6) !important;
  box-shadow: 1px 1px 20px #ff8400;
}
/* 产生动画（向外扩散变大）的圆圈  */
.pulse,
.pulse-big {
  position: absolute;
  width: 60px;
  height: 60px;
  left: -25px;
  top: -25px;
  border: 2px solid #fff;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  z-index: 100;
  opacity: 0;





}



.pulse {
  background: rgba(255, 255, 255, 0.6) !important;
  /*-webkit-animation: warn 1.5s ease-out;*/
  /*-moz-animation: warn 1.5s ease-out;*/
  /*animation: warn 1.5s ease-out;*/
  /*-webkit-animation-iteration-count: infinite;*/
  /*-moz-animation-iteration-count: infinite;*/
  /*animation-iteration-count: infinite;*/
  box-shadow: 1px 1px 30px #fff;
}
.pulse-big {
  background: rgba(255, 255, 255, 0.6) !important;
  /*-webkit-animation: warn1 1.5s ease-out;*/
  /*-moz-animation: warn1 1.5s ease-out;*/
  /*animation: warn1 1.5s ease-out;*/
  /*-webkit-animation-iteration-count: infinite;*/
  /*-moz-animation-iteration-count: infinite;*/
  /*animation-iteration-count: infinite;*/
  box-shadow: 1px 1px 30px #fff;
}





@keyframes warn {
  0% {
      transform:scale(0);
      -ms-transform:scale(0);
      -moz-transform:scale(0);
      -webkit-transform:scale(0);
      -o-transform:scale(0);
    opacity: 1;
  }
    50% {
        transform:scale(1);
        -ms-transform:scale(1);
        -moz-transform:scale(1);
        -webkit-transform:scale(1);
        -o-transform:scale(1);
        opacity: 0;
    }
    75% {
        transform:scale(0);
        -ms-transform:scale(0);
        -moz-transform:scale(0);
        -webkit-transform:scale(0);
        -o-transform:scale(0);
        opacity: 0;
    }
  100% {
      transform:scale(0);
      -ms-transform:scale(0);
      -moz-transform:scale(0);
      -webkit-transform:scale(0);
      -o-transform:scale(0);
      opacity: 1;
  }
}
@-webkit-keyframes warn{
    0% {
        transform:scale(0);
        -ms-transform:scale(0);
        -moz-transform:scale(0);
        -webkit-transform:scale(0);
        -o-transform:scale(0);
        opacity: 1;
    }
    50% {
        transform:scale(1);
        -ms-transform:scale(1);
        -moz-transform:scale(1);
        -webkit-transform:scale(1);
        -o-transform:scale(1);
        opacity: 0;
    }
    75% {
        transform:scale(0);
        -ms-transform:scale(0);
        -moz-transform:scale(0);
        -webkit-transform:scale(0);
        -o-transform:scale(0);
        opacity: 0;
    }
    100% {
        transform:scale(0);
        -ms-transform:scale(0);
        -moz-transform:scale(0);
        -webkit-transform:scale(0);
        -o-transform:scale(0);
        opacity: 1;
    }
    /*0% {*/
        /*transform:scale(0);*/
        /*-ms-transform:scale(0);*/
        /*-moz-transform:scale(0);*/
        /*-webkit-transform:scale(0);*/
        /*-o-transform:scale(0);*/
        /*opacity: 1;*/
    /*}*/
    /*25% {*/
        /*transform:scale(1);*/
        /*-ms-transform:scale(1);*/
        /*-moz-transform:scale(1);*/
        /*-webkit-transform:scale(1);*/
        /*-o-transform:scale(1);*/
        /*opacity: 0;*/
    /*}*/
    /*50% {*/
        /*transform:scale(0);*/
        /*-ms-transform:scale(0);*/
        /*-moz-transform:scale(0);*/
        /*-webkit-transform:scale(0);*/
        /*-o-transform:scale(0);*/
        /*opacity: 0;*/
    /*}*/
    /*75% {*/
        /*transform:scale(0);*/
        /*-ms-transform:scale(0);*/
        /*-moz-transform:scale(0);*/
        /*-webkit-transform:scale(0);*/
        /*-o-transform:scale(0);*/
        /*opacity: 0;*/
    /*}*/
    /*100% {*/
        /*transform:scale(0);*/
        /*-ms-transform:scale(0);*/
        /*-moz-transform:scale(0);*/
        /*-webkit-transform:scale(0);*/
        /*-o-transform:scale(0);*/
        /*opacity: 1;*/
    /*}*/
}
@-o-keyframes warn{
    0% {
        transform:scale(0);
        -ms-transform:scale(0);
        -moz-transform:scale(0);
        -webkit-transform:scale(0);
        -o-transform:scale(0);
        opacity: 1;
    }
    50% {
        transform:scale(1);
        -ms-transform:scale(1);
        -moz-transform:scale(1);
        -webkit-transform:scale(1);
        -o-transform:scale(1);
        opacity: 0;
    }
    75% {
        transform:scale(0);
        -ms-transform:scale(0);
        -moz-transform:scale(0);
        -webkit-transform:scale(0);
        -o-transform:scale(0);
        opacity: 0;
    }
    100% {
        transform:scale(0);
        -ms-transform:scale(0);
        -moz-transform:scale(0);
        -webkit-transform:scale(0);
        -o-transform:scale(0);
        opacity: 1;
    }
}
@-ms-keyframes warn{
    0% {
        transform:scale(0);
        -ms-transform:scale(0);
        -moz-transform:scale(0);
        -webkit-transform:scale(0);
        -o-transform:scale(0);
        opacity: 1;
    }
    50% {
        transform:scale(1);
        -ms-transform:scale(1);
        -moz-transform:scale(1);
        -webkit-transform:scale(1);
        -o-transform:scale(1);
        opacity: 0;
    }
    75% {
        transform:scale(0);
        -ms-transform:scale(0);
        -moz-transform:scale(0);
        -webkit-transform:scale(0);
        -o-transform:scale(0);
        opacity: 0;
    }
    100% {
        transform:scale(0);
        -ms-transform:scale(0);
        -moz-transform:scale(0);
        -webkit-transform:scale(0);
        -o-transform:scale(0);
        opacity: 1;
    }
}
@-moz-keyframes warn{
    0% {
        transform:scale(0);
        -ms-transform:scale(0);
        -moz-transform:scale(0);
        -webkit-transform:scale(0);
        -o-transform:scale(0);
        opacity: 1;
    }
    50% {
        transform:scale(1);
        -ms-transform:scale(1);
        -moz-transform:scale(1);
        -webkit-transform:scale(1);
        -o-transform:scale(1);
        opacity: 0;
    }
    75% {
        transform:scale(0);
        -ms-transform:scale(0);
        -moz-transform:scale(0);
        -webkit-transform:scale(0);
        -o-transform:scale(0);
        opacity: 0;
    }
    100% {
        transform:scale(0);
        -ms-transform:scale(0);
        -moz-transform:scale(0);
        -webkit-transform:scale(0);
        -o-transform:scale(0);
        opacity: 1;
    }
}


@keyframes warn1 {
  /*0% {*/
      /*transform:scale(0);*/
      /*-ms-transform:scale(0);*/
      /*-moz-transform:scale(0);*/
      /*-webkit-transform:scale(0);*/
      /*-o-transform:scale(0);*/
    /*opacity: 1;*/
  /*}*/
  /*100% {*/
      /*transform:scale(0.6);*/
      /*-ms-transform:scale(0.6);*/
      /*-moz-transform:scale(0.6);*/
      /*-webkit-transform:scale(0.6);*/
      /*-o-transform:scale(0.6);*/
    /*opacity: 0;*/
  /*}*/


    /*0% {*/
        /*transform:scale(0);*/
        /*-ms-transform:scale(0);*/
        /*-moz-transform:scale(0);*/
        /*-webkit-transform:scale(0);*/
        /*-o-transform:scale(0);*/
        /*opacity: 1;*/
    /*}*/
    /*25% {*/
        /*transform:scale(0.6);*/
        /*-ms-transform:scale(0.6);*/
        /*-moz-transform:scale(0.6);*/
        /*-webkit-transform:scale(0.6);*/
        /*-o-transform:scale(0.6);*/
        /*opacity: 0;*/
    /*}*/
    /*50% {*/
        /*transform:scale(0);*/
        /*-ms-transform:scale(0);*/
        /*-moz-transform:scale(0);*/
        /*-webkit-transform:scale(0);*/
        /*-o-transform:scale(0);*/
        /*opacity: 0;*/
    /*}*/
    /*75% {*/
        /*transform:scale(0);*/
        /*-ms-transform:scale(0);*/
        /*-moz-transform:scale(0);*/
        /*-webkit-transform:scale(0);*/
        /*-o-transform:scale(0);*/
        /*opacity: 0;*/
    /*}*/
    /*100% {*/
        /*transform:scale(0);*/
        /*-ms-transform:scale(0);*/
        /*-moz-transform:scale(0);*/
        /*-webkit-transform:scale(0);*/
        /*-o-transform:scale(0);*/
        /*opacity: 1;*/
    /*}*/

}
/*@-webkit-keyframes warn1{*/
    /*0% {*/
        /*transform:scale(0);*/
        /*-ms-transform:scale(0);*/
        /*-moz-transform:scale(0);*/
        /*-webkit-transform:scale(0);*/
        /*-o-transform:scale(0);*/
        /*opacity: 1;*/
    /*}*/
    /*100% {*/
        /*transform:scale(0.6);*/
        /*-ms-transform:scale(0.6);*/
        /*-moz-transform:scale(0.6);*/
        /*-webkit-transform:scale(0.6);*/
        /*-o-transform:scale(0.6);*/
        /*opacity: 0;*/
    /*}*/
/*}*/
/*@-o-keyframes warn1{*/
    /*0% {*/
        /*transform:scale(0);*/
        /*-ms-transform:scale(0);*/
        /*-moz-transform:scale(0);*/
        /*-webkit-transform:scale(0);*/
        /*-o-transform:scale(0);*/
        /*opacity: 1;*/
    /*}*/
    /*100% {*/
        /*transform:scale(0.6);*/
        /*-ms-transform:scale(0.6);*/
        /*-moz-transform:scale(0.6);*/
        /*-webkit-transform:scale(0.6);*/
        /*-o-transform:scale(0.6);*/
        /*opacity: 0;*/
    /*}*/
/*}*/
/*@-ms-keyframes warn1{*/
    /*0% {*/
        /*transform:scale(0);*/
        /*-ms-transform:scale(0);*/
        /*-moz-transform:scale(0);*/
        /*-webkit-transform:scale(0);*/
        /*-o-transform:scale(0);*/
        /*opacity: 1;*/
    /*}*/
    /*100% {*/
        /*transform:scale(0.6);*/
        /*-ms-transform:scale(0.6);*/
        /*-moz-transform:scale(0.6);*/
        /*-webkit-transform:scale(0.6);*/
        /*-o-transform:scale(0.6);*/
        /*opacity: 0;*/
    /*}*/
/*}*/
/*@-moz-keyframes warn1{*/
    /*0% {*/
        /*transform:scale(0);*/
        /*-ms-transform:scale(0);*/
        /*-moz-transform:scale(0);*/
        /*-webkit-transform:scale(0);*/
        /*-o-transform:scale(0);*/
        /*opacity: 1;*/
    /*}*/
    /*100% {*/
        /*transform:scale(0.6);*/
        /*-ms-transform:scale(0.6);*/
        /*-moz-transform:scale(0.6);*/
        /*-webkit-transform:scale(0.6);*/
        /*-o-transform:scale(0.6);*/
        /*opacity: 0;*/
    /*}*/
/*}*/


/*# sourceMappingURL=style.css.map */