/*================基本样式重置================*/
html,
body,
div,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
img,
span,
i,
a,
em,
strong,
b,
input,
textarea,
select {
  margin: 0;
  padding: 0;
  outline: none;
}
i,
em {
  font-weight: normal;
  font-style: normal;
}
b {
  font-weight: normal;
}
a,
i,
em,
span,
b,
img {
  display: block;
}
body {
  font-family: "Microsoft Yahei";
}
li {
  list-style: none;
}
a,
img,
input {
  border: 0 none;
}
a {
  text-decoration: none;
  outline: none;
}
a:hover {
  text-decoration: none;
}
a:focus,
input:focus {
  outline: 0 none;
}
input::-webkit-search-cancel-button {
  display:  none;
}
/*清除谷歌浏览器下的 search 叉号*/
input::-ms-clear {
  display:  none;
}
/*清除IE下的 search 叉号*/
input {
  background: none;
}
button {
  border: none;
  cursor: pointer;
  outline: none;
}
textarea {
  resize: none;
  font-size: 12px;
}
/*去掉火狐和谷歌浏览器的Textarea改变尺寸大小功能*/
/*html5*/
article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
  display: block;
}
.swiper-button-next,
.swiper-button-prev {
  outline: none;
}
/*========定义基础样式========*/
.hide {
  display: none;
}
.vis {
  visibility: hidden;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
}
.clearfix {
  zoom: 1;
}
/*a标签鼠标hover高亮显示状态（可选用）*/
a .opacity {
  filter: alpha(opacity=100);
  opacity: 1;
  -moz-opacity: 1;
}
a:hover .opacity {
  filter: alpha(opacity=80);
  opacity: 0.8;
  -moz-opacity: 0.8;
}
.swiper-pagination {
  font-size: 0;
}
.over {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.text_over1 {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.text_over2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -ms-box;
  -ms-line-clamp: 2;
  -ms-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 2;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -o-box;
  -o-line-clamp: 2;
  -o-box-orient: vertical;
}
.text_over3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -ms-box;
  -ms-line-clamp: 3;
  -ms-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 3;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -o-box;
  -o-line-clamp: 3;
  -o-box-orient: vertical;
}
/*主体宽度样式（可选用）如有新宽度，命名规则以小写w开头，后接具体宽度数据，例：*/
.w1200 {
  width: 1200px;
  margin: 0px auto;
}
.w1400 {
  width: 72.91%;
  min-width: 1200px;
  margin: 0px auto;
}
[v-cloak] {
  display: none;
}
.Ie_bac {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.Ie_bac .bor {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding-bottom: 20px;
  width: 550px;
  min-height: 340px;
  border-radius: 40px;
  background: #fff;
}
.Ie_bac .bor i {
  position: absolute;
  left: 50%;
  top: -79px;
  margin: 0 0 38px -75px;
  width: 150px;
  height: 150px;
  background: url(../images/icon/icon_54.png) center no-repeat;
  background-size: 100% auto;
}
.Ie_bac .bor .p1 {
  padding: 100px 20px 30px;
  line-height: 30px;
  font-size: 20px;
  color: #1a9cb2;
  text-align: center;
}
.Ie_bac .bor .clearfix {
  display: flex;
  justify-content: center;
}
.Ie_bac .bor .p2 {
  font-size: 16px;
  color: #666;
  text-align: center;
}
.body_Ie {
  overflow: hidden;
}
.body_Ie .Ie_bac {
  display: block;
}
.content {
  min-height: 700px;
}
.el-pagination {
  margin: 0 auto;
  margin-top: 0px;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.el-pagination button,
.el-pagination span:not([class*=suffix]),
.el-pager li {
  min-width: 38px;
  height: 38px;
  line-height: 38px;
}
.el-pagination.is-background .el-pager li,
.el-pagination.is-background .btn-next,
.el-pagination.is-background .btn-next {
  min-width: 38px;
}
.el-pagination.is-background .btn-prev {
  min-width: 38px;
}
.el-pagination__jump,
.el-pagination__total {
  margin-left: 10px;
}
.el-pagination.is-background .el-pager li:not(.disabled).active {
  background: #16a4b5;
}
.el-pagination.is-background .el-pager li {
  background: #f8f8f8;
  color: #666;
  font-size: 16px;
}
.el-pagination.is-background .el-pager li:hover {
  color: #16a4b5;
}
.el-pagination .btn-next {
  background: url(../images/icon/icon_57.png) center no-repeat;
}
.el-pagination .btn-next i::before {
  display: none;
}
.el-pagination .btn-prev {
  background: url(../images/icon/icon_56.png) center no-repeat;
}
.el-pagination .btn-prev i::before {
  display: none;
}
.el-icon-more:before,
.el-icon-d-arrow-right:before,
.el-icon-d-arrow-left:before {
  content: "...";
}
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0;
}
.swiper-pagination-bullet {
  transition: all 0.5s;
  margin: 0 8px;
  width: 12px;
  height: 12px;
  border-radius: 12px;
  background: #fff;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  transition: all 0.5s;
  width: 27px;
  background: #165999;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: " ";
}
.header,
.footer {
  display: block;
}
.m_header,
.m_header_mar,
.m_nav,
.m_footer,
.m_suspension {
  display: none;
}
@media (max-width: 1200px) {
  .w,
  .w1200 {
    margin: 0 auto;
    width: 92%;
  }
  .header,
  .footer {
    display: none;
  }
  .m_header,
  .m_header_mar,
  .m_nav,
  .m_footer {
    display: block;
  }
  .content {
    min-height: 70vh;
  }
  .el-pagination {
    display: none;
  }
  .swiper-pagination-bullet {
    margin: 0 0.08rem;
    width: 0.16rem;
    height: 0.16rem;
    border-radius: 0.16rem;
  }
  .swiper-pagination-bullet-active {
    width: 0.37rem;
  }
  .m_suspension {
    display: none;
    position: fixed;
    right: 0;
    bottom: 10%;
    z-index: 9;
    width: 1.71rem;
    height: 1.78rem;
  }
  .m_suspension a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .m_suspension a img {
    width: 100%;
    height: 100%;
  }
}
body {
  overflow-x: hidden;
}
.header {
  transition: all 0.8s;
  position: fixed;
  left: 50%;
  top: 56px;
  z-index: 20;
  width: 1280px;
  margin-left: -640px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 7px;
}
.header .w1200 {
  width: 1280px;
}
.header .w1200 > div.clearfix {
  position: relative;
  z-index: 10;
  padding: 0 26px;
}
.header .logo {
  display: flex;
  align-items: center;
  height: 90px;
}
.header .nav {
  margin: 14px 0 0 0;
}
.header .nav .one {
  position: relative;
  float: left;
}
.header .nav .one_a {
  position: relative;
  padding: 0 4px;
  margin: 0 4px;
  line-height: 64px;
  font-size: 18px;
  color: #666;
  border-bottom: rgba(11, 77, 162, 0) 2px solid;
}
.header .nav .one_a::after {
  transition: all 0.5s;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: #125999;
  content: " ";
}
.header .nav .one.cur .one_a,
.header .nav .one:hover .one_a {
  color: #125999;
}
.header .nav .one.cur .one_a::after,
.header .nav .one:hover .one_a::after {
  transition: all 0.5s;
  width: 100%;
}
.header .nav .one .pos {
  transition: all 0.5s;
  position: absolute;
  left: 50%;
  top: 66px;
  transform: translateX(-50%);
  /* width: 0; */
  max-height: 0;
  padding-top: 1px;
  overflow: hidden;
}
.header .nav .one .pos .bor {
  margin: 18px 10px 10px;
  padding: 15px 0;
  min-width: 122px;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.9);
}
.header .nav .one .pos .bor a {
  /* margin-left: 11px; */
  padding: 4px 10px;
  font-size: 16px;
  line-height: 26px;
  color: #333;
  text-align: center;
  white-space: nowrap;
}
.header .nav .one .pos .bor a:hover {
  color: #125999;
}
.header .nav .one:hover .pos {
  max-height: 450px;
}
.header .icon_more .search {
  margin-left: 10px;
  width: 29px;
  height: 90px;
  background: url(../images/icon/icon_1.png) center no-repeat;
}
.header .go_aged {
  margin-left: 29px;
  height: 90px;
  line-height: 90px;
}
.header .go_aged a {
  padding-left: 62px;
  font-size: 16px;
  color: #165999;
  background: url(../images/icon/icon_74.png) left center no-repeat;
}
.header_fixed .nav .one .pos .bor {
  background: #ffffff;
}
.header_fixed {
  transition: all 0.8s;
  left: 0;
  top: 0;
  margin-left: 0;
  width: 100%;
  background: #ffffff;
  border-radius: 0;
}
.scroll {
  opacity: 1;
  position: absolute;
  z-index: 9;
  /*width: 22px;height:33px;*/
  padding-top: 42px;
  font-size: 14px;
  color: #fff;
  background: url(../images/icon/icon_11.png) center top no-repeat;
  bottom: 4%;
  left: 50%;
  margin-left: -42px;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: scrolls;
  animation-name: scrolls;
}
.scroll.scroll_fixed {
  display: none;
}
@media (max-width: 1200px) {
  .scroll {
    /*width:0.29rem;height:0.44rem;*/
    padding-top: 0.54rem;
    font-size: 0.24rem;
    background: url(../images/mobile/icon/icon_5.png) center top no-repeat;
    background-size: 0.29rem auto;
    bottom: 7%;
    margin-left: -0.77rem;
    -webkit-animation-duration: 1.4s;
    animation-duration: 1.4s;
    -webkit-animation-name: Mscrolls;
    animation-name: Mscrolls;
  }
}
.m_header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 11;
  width: 100%;
  background: #fff;
  border-bottom: #e6e6e6 1px solid;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.2);
}
.m_header .logo {
  display: flex;
  align-items: center;
  height: 1rem;
}
.m_header .logo img {
  display: block;
  height: 0.71rem;
}
.m_header .nav_icon {
  width: 0.52rem;
  height: 1rem;
  background: url(../images/mobile/icon/icon_1s.png) center no-repeat;
  background-size: 100% auto;
}
.m_header .nav_icon.cur {
  background: url(../images/mobile/icon/icon_2s.png) center no-repeat;
  background-size: 0.41rem auto;
}
.m_header_mar {
  width: 100%;
  /* height: 1rem; */
}
.m_nav {
  transition: all 0.7s;
  display: block;
  position: fixed;
  left: 105%;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100vh;
  background: #fff;
}
.m_nav.cur {
  transition: all 0.7s;
  left: 0%;
}
.m_nav ul {
    position: absolute;
    left: 0;
    top:1.45rem;
    width: 100%;
    height: calc(100% - 1.45rem - 1.14rem - 0.7rem);
    overflow-y: auto;
}
.m_nav ul .one {
  transition: all 0.5s;
  padding-left: 0.5rem;
  position: relative;
  font-size: 0.36rem;
  line-height: 1.3rem;
  color: #333;
}
.m_nav ul .one::after {
  transition: all 0.5s;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0.03rem;
  background: #229db2;
  content: "";
}
.m_nav ul .pos {
  display: none;
}
.m_nav ul .pos a {
  padding-left: 0.72rem;
  line-height: 0.66rem;
  font-size: 0.3rem;
  color: #fff;
}
.m_nav ul .pos .on a {
  color: #fff;
}
.m_nav ul .on .one,
.m_nav ul .one:hover {
  transition: all 0.5s;
}
.m_nav ul .on .one::after,
.m_nav ul .one:hover::after {
  transition: all 0.5s;
  width: 0.4rem;
}
.m_nav .b_text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1.14rem;
  line-height: 1.14rem;
  color: #fff;
  border-top: #ccc 1px solid;
  background: #fff;
}
.m_nav .search input {
  margin-left: 0.2rem;
  width: calc(100% - 0.8rem);
  height: 1.14rem;
  font-size: 0.3rem;
  color: #125999;
}
.m_nav .search input::-moz-placeholder {
  color: #125999;
  opacity: 1;
}
.m_nav .search input::-webkit-input-placeholder {
  color: #125999;
  opacity: 1;
}
.m_nav .search input::-o-input-placeholder {
  color: #125999;
  opacity: 1;
}
.m_nav .search input::-ms-input-placeholder {
  color: #125999;
  opacity: 1;
}
.m_nav .search .but {
  display: block;
  float: left;
  width: 0.5rem;
  height: 1.14rem;
  background: url(../images/mobile/icon/icon_3.png) right center no-repeat;
  background-size: 0.38rem auto;
}
/* .go_aged{
    position: absolute;left: 0;bottom:1.14rem;width: 100%;line-height: 0.8rem;
}
.go_aged a{
    font-size: 0.3rem;color: #4a90d0;
} */
.footer {
  position: relative;
  overflow: hidden;
  background: url(../images/index/footer_bac.png) left bottom no-repeat;
  background-size: 28.958% auto;
}
.footer .w1200 {
  position: relative;
  z-index: 3;
  height: 425px;
}
.footer .top {
  padding-top: 67px;
}
.footer .top .left {
  margin-right: 10px;
  width: 290px;
  color: #333;
}
.footer .top .left p {
  padding-bottom: 6px;
  font-size: 18px;
}
.footer .top .left h1 {
  padding-bottom: 36px;
  font-size: 35px;
  font-weight: bold;
  font-family: Arial;
}
.footer .top .left dl {
  font-size: 16px;
  line-height: 30px;
}
.footer .top .left dt {
  width: 100px;
}
.footer .top .left dd {
  width: 184px;
}
.footer .top .left .selectInfo {
  line-height: 46px;
}
.footer .top .left .select {
  position: relative;
  z-index: 9;
  margin: 6px 0 20px 0;
  padding: 0 12px;
  width: calc(100% - 2px - 46px);
  border: #d9d9d9 1px solid;
  background: #fff;
  cursor: pointer;
}
.footer .top .left .select p {
  position: relative;
  padding: 0 22px 0 0;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  color: #999;
}
.footer .top .left .select p::before {
  transition: all 0.5s;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -3px;
  width: 12px;
  height: 6px;
  background: url(../images/icon/icon_52.png) right center no-repeat;
  content: "";
}
.footer .top .left .select .pos {
  display: none;
  position: absolute;
  left: 0;
  bottom: 37px;
  padding: 10px;
  width: calc(100% - 22px);
  max-height: 264px;
  overflow-y: auto;
  background: #fff;
  border: #fff 1px solid;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.footer .top .left .select .pos a {
  padding: 5px 0 5px 2px;
  line-height: 26px;
  font-size: 15px;
  color: #666;
}
.footer .top .left .select .pos a:hover {
  color: #c7161e;
}
.footer .top .left .select.on p::before {
  transform: rotate(180deg);
}
.footer .top .right {
  position: relative;
  width: 900px;
}
.footer .top .right::after {
  position: absolute;
  left: 0;
  top: 53px;
  width: 100%;
  height: 2px;
  background: #e6effd;
  content: " ";
}
.footer .top .right dl {
  margin-right: 2%;
  width: 23.5%;
}
.footer .top .right dl:nth-child(4) {
  margin-right: 0;
}
.footer .top .right dl:nth-child(4) dd a {
  width: 35%;
}
.footer .top .right dl:nth-child(4) dd a:nth-child(2n - 1) {
  width: 65%;
}
.footer .top .right dt {
  margin-bottom: 30px;
}
.footer .top .right dt a {
  position: relative;
  padding-top: 6px;
  width: 114px;
  height: 49px;
  font-size: 18px;
  color: #333;
}
.footer .top .right dt a::after {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: 2px;
  background: #125999;
  content: " ";
}
.footer .top .right dd a {
  float: left;
  width: 50%;
  font-size: 14px;
  color: #333;
  line-height: 36px;
}
.footer .top .right dd a:hover {
  color: #125999;
}
.footer .bot {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.footer .bot .left {
  display: flex;
  margin-top: 10px;
  line-height: 66px;
  font-size: 14px;
  color: #fff;
}
.footer .bot .left a {
  margin-left: 6px;
  color: #fff;
}
.footer .bot .right a {
  position: relative;
  margin-left: 30px;
  height: 76px;
  cursor: pointer;
}
.footer .bot .right .icon_1 i {
  padding-left: 34px;
}
.footer .bot .right .icon_2 i {
  padding-left: 37px;
}
.footer .bot .right .icon_3 i {
  padding-left: 25px;
}
.footer .bot .right a i {
  transition: all 0.5s;
  margin-top: 10px;
  width: 100%;
  height: 66px;
  line-height: 66px;
  font-size: 14px;
  color: #fff;
}
.footer .bot .right a .pos {
  transition: all 0.5s;
  position: absolute;
  left: 50%;
  bottom: 76px;
  margin-left: -66px;
  width: 131px;
  height: 0;
}
.footer .bot .right a .pos em {
  width: 100%;
  height: 100%;
}
.footer .bot .right a:hover i {
  transition: all 0.5s;
  margin: 0 0 10px;
}
.footer .bot .right a:hover .pos {
  transition: all 0.5s;
  height: 139px;
}
.footer .bot .right a.icon_1:hover .pos {
  transition: all 0.5s;
  height: 49px;
}
.footer .pos_water {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
}
.footer .marquee-box {
  overflow: hidden;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.footer .marquee {
  width: 8000%;
  height: 60px;
}
.footer .wave-list-box {
  float: left;
}
.footer .wave-list-box ul {
  float: left;
  height: 60px;
  overflow: hidden;
  zoom: 1;
}
.footer .wave-list-box ul li {
  height: 60px;
  width: 100%;
  float: left;
  line-height: 30px;
  list-style: none;
}
.footer .wave-box {
  position: relative;
  height: 60px;
}
.footer .lie {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
  background: #125a99;
}
@keyframes move_wave {
  0% {
    transform: translateX(0) translateZ(0) scaleY(1);
  }
  50% {
    transform: translateX(-25%) translateZ(0) scaleY(0.55);
  }
  100% {
    transform: translateX(-50%) translateZ(0) scaleY(1);
  }
}
.footer .bot_bac {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  overflow: hidden;
}
.footer .bot_bac .wave {
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 60px;
  background-repeat: repeat no-repeat;
  background-position: 0 bottom;
  transform-origin: center bottom;
  background-size: 50% 60px;
  animation: move_wave 32s linear infinite;
}
.footer .bot_bac .wave-bot {
  animation: move_wave 30s linear infinite;
}
.m_footer {
  background: #e6e6e6;
}
.m_footer .w {
  padding: 0.4rem 0;
  line-height: 1.8;
  font-size: 0.26rem;
  color: #666;
}
.m_footer dl {
  margin-bottom: 0.3rem;
  padding-bottom: 0.3rem;
  font-size: 0.26rem;
  line-height: 0.72rem;
  border-bottom: #ccc 1px solid;
}
.m_footer dd {
  width: calc(100% - 1.3rem);
}
.m_footer .select {
  position: relative;
  z-index: 9;
  padding: 0 0.2rem;
  width: calc(100% - 2px - 0.4rem);
  border: #d9d9d9 1px solid;
  background: #fff;
  cursor: pointer;
}
.m_footer .select p {
  position: relative;
  display: block;
  padding: 0 0.22rem 0 0;
  height: 0.72rem;
  line-height: 0.72rem;
  font-size: 0.24rem;
  color: #999;
}
.m_footer .select p::before {
  transition: all 0.5s;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -3px;
  width: 12px;
  height: 6px;
  background: url(../images/icon/icon_52.png) right center no-repeat;
  content: "";
}
.m_footer .select .pos {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0.72rem;
  padding: 0.2rem;
  width: calc(100% - 0.4rem);
  max-height: 3rem;
  overflow-y: auto;
  background: #fff;
  border: #fff 1px solid;
  box-shadow: 0 0 0.12rem rgba(0, 0, 0, 0.1);
}
.m_footer .select .pos a {
  display: block;
  padding: 5px 0 5px 2px;
  line-height: 0.5rem;
  font-size: 0.24rem;
  color: #666;
}
.m_footer .select .pos a:hover {
  color: #c7161e;
}
.m_footer .select.on p::before {
  transform: rotate(180deg);
}
.m_footer p {
  display: inline-block;
}
.m_footer a {
  display: inline-block;
  color: #666;
}
.m_footer .w b {
  line-height: 1.3;
  font-size: 0.35rem;
  color: #333;
  font-weight: bold;
  font-family: Arial;
}
/* 悬浮 */
.suspension {
  transition: all 0.5s;
  position: fixed;
  right: -104px;
  top: 50%;
  z-index: 13;
  width: 72px;
  margin-top: 40px;
  transform: translateY(-50%);
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-top: #125999 3px solid;
  border-radius: 0 0 6px 6px;
  cursor: pointer;
}
.suspension::after {
  position: absolute;
  left: 0;
  top: -85px;
  width: 100%;
  height: 96px;
  background: url(../images/icon/icon_17.png) center bottom no-repeat;
  content: " ";
}
.suspension_fixed {
  transition: all 0.5s;
  right: 3%;
}
@media (max-width: 1370px) {
  .suspension_fixed {
    right: 0;
  }
}
.suspension .sus {
  position: relative;
  border: #ccc 1px solid;
  border-top: none;
}
.suspension .sus p {
  position: relative;
  padding: 48px 4px 12px;
  font-size: 14px;
  color: #999;
  text-align: center;
}
.suspension .sus1 p {
  background: url(../images/icon/icon_7.png) center 18px no-repeat;
}
.suspension .sus2 p {
  background: url(../images/icon/icon_8.png) center 16px no-repeat;
}
.suspension .sus3 p {
  background: url(../images/icon/icon_86.png) center 13px no-repeat;
}
.suspension .sus4 p {
  background: url(../images/icon/icon_65.png) center 11px no-repeat;
}
.suspension .sus5 p {
  background: url(../images/icon/icon_80.png) center 14px no-repeat;
}
.suspension .sus6 p {
  background: url(../images/icon/icon_10.png) center 14px no-repeat;
}
.suspension .sus6 {
  border-radius: 0 0 6px 6px;
}
.suspension .sus7 p {
  background: url(../images/icon/icon_85.png) center 12px no-repeat;
}
.suspension .sus8 p {
  background: url(../images/icon/i_100.png) center 12px no-repeat;
}

.suspension .sus9 p {
    background: url(../images/icon/i_101.png) center 12px no-repeat;
}
.suspension .sus .pos {
  transition: all 0.5s;
  position: absolute;
  top: 50%;
  right: 86px;
  margin-top: -70px;
  width: 0px;
  height: 140px;
  overflow: hidden;
  background: url(../images/weixin_bac.png) left center no-repeat;
}
.suspension .sus .pos img {
  display: block;
  width: 144px;
  height: 137px;
}
.suspension .sus .posBox {
  transition: all 0.5s;
  position: absolute;
  top: 50%;
  right: 86px;
  margin-top: -132px;
  width: 0;
  height: 264px;
  overflow: hidden;
}
.suspension .sus .posBox .bor {
  margin-left: 20px ;
  padding: 34px;
  width: 288px;
  background: url(../images/icon/icon_91.png) left center no-repeat;
}
.suspension .sus .posBox .weather {
  padding: 29px 25px 26px;
}
.suspension .sus .posBox .weather .left .icon {
  margin: 10px 0 13px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.suspension .sus .posBox .weather .left i {
  float: left;
  padding: 33px 0 0 9px;
  font-size: 16px;
  color: #666;
}
.suspension .sus .posBox .weather .left em {
  float: left;
  font-size: 21px;
  color: #666;
}
.suspension .sus .posBox .weather .left span {
  float: left;
  padding-top: 6px;
  font-size: 14px;
  color: #666;
}
.suspension .sus .posBox .weather .right {
  color: #666;
  text-align: right;
}
.suspension .sus .posBox .weather .right b {
  font-size: 22px;
}
.suspension .sus .posBox .weather .right em {
  margin: 14px auto;
  font-size: 16px;
}
.suspension .sus .posBox .weather .right i {
  float: right;
  padding-left: 18px;
  font-size: 14px;
  background: url(../images/icon/icon_90.png) left center no-repeat;
}
.suspension .sus .posBox .water {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  height: 52px;
  line-height: 52px;
}
.suspension .sus .posBox .water em {
  padding-left: 36px;
  font-size: 14px;
  background: url(../images/icon/icon_89.png) left center no-repeat;
}
.suspension .sus .posBox .water b {
  font-size: 27px;
}
.suspension .sus .posBox .water i {
  padding-left: 6px;
  font-size: 14px;
}
.suspension .sus:hover .pos {
  transition: all 0.5s;
  width: 144px;
}
.suspension .sus:hover .posBox {
  transition: all 0.5s;
  width: 356px;
}
.suspension .sus:hover p {
  color: #fff;
}
.suspension .sus:hover::after {
  background: none;
}
.suspension .sus1:hover p {
  background: #1a9cb2 url(../images/icon/icon_7s.png) center 18px no-repeat;
}
.suspension .sus2:hover p {
  background: #1a9cb2 url(../images/icon/icon_8s.png) center 16px no-repeat;
}
.suspension .sus3:hover p {
  background: #1a9cb2 url(../images/icon/icon_86s.png) center 13px no-repeat;
}
.suspension .sus4:hover p {
  background: #1a9cb2 url(../images/icon/icon_65s.png) center 11px no-repeat;
}
.suspension .sus5:hover p {
  background: #1a9cb2 url(../images/icon/icon_80s.png) center 14px no-repeat;
}
.suspension .sus6:hover p {
  background: #1a9cb2 url(../images/icon/icon_10s.png) center 14px no-repeat;
}
.suspension .sus7:hover p {
  background: #1a9cb2 url(../images/icon/icon_85s.png) center 12px no-repeat;
}
.suspension .sus8:hover p {
  background: #1a9cb2 url(../images/icon/i_100s.png) center 12px no-repeat;
}

.suspension .sus9:hover p {
    background: #1a9cb2 url(../images/icon/i_101s.png) center 12px no-repeat;
}
@media (max-width: 1200px) {
  .suspension {
    top: 87%;
    right: -1.23rem;
    width: 1.22rem;
    margin-top: 0.4rem;
    box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
    border-top: #125999 0.03rem solid;
    border-radius: 0 0 0.06rem 0.06rem;
  }
  .suspension_fixed {
    right: 0px;
    display: block;
  }
  .suspension::after {
    top: -0.85rem;
    width: 100%;
    height: 0.96rem;
    background: url(../images/icon/icon_17.png) center bottom no-repeat;
    background-size: auto 0.96rem;
  }
  .suspension .sus p {
    padding: 0.48rem 0.04rem 0.12rem;
    font-size: 0.14rem;
  }
  .suspension .sus1 p {
    background: url(../images/icon/icon_7.png) center 0.18rem no-repeat;
    background-size: 0.22rem auto;
  }
  .suspension .sus7 p {
    background: url(../images/icon/icon_85.png) center 0.12rem no-repeat;
    background-size: 0.27rem auto;
  }
  .suspension .sus2,
  .suspension .sus3,
  .suspension .sus4,
  .suspension .sus5,
  .suspension .sus6 {
    display: none;
  }
  .suspension .sus2 {
    border-radius: 0 0 0.06rem 0.06rem;
  }
  .suspension .sus:hover p {
    color: #fff;
  }
  .suspension .sus:hover::after {
    background: none;
  }
  .suspension .sus1:hover p {
    background: #1a9cb2 url(../images/icon/icon_7s.png) center 0.18rem no-repeat;
    background-size: 0.22rem auto;
  }
  .suspension .sus7:hover p {
    background: #1a9cb2 url(../images/icon/icon_85s.png) center 0.12rem no-repeat;
    background-size: 0.27rem auto;
  }
}
.hint_text {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 10;
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  color: #fff;
  background: #1a9cb2;
}
.hint_text span {
  width: 20px;
  height: 60px;
  background: url(../images/icon/icon_66.png) center no-repeat;
  cursor: pointer;
}

@media (max-width: 1200px) {
  .hint_text {
    display: none;
  }
}


/* 无障碍阅读 */
.header .icon_more .search{
    margin-right: 125px;
}

#toolbarHtml div.cy_toolbar_bg_table ul{
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
}
#toolbarHtml div.cy_toolbar_bg_table ul img{
    margin-top: 10px;
    position: relative !important;
    left: auto !important;
    top: auto !important;

}
#toolbarHtml #cy_playSpeech #toolbar_speakVolume{
    float: none !important;
    margin-top: 35px !important;
}
body .cmsUnderLine{
    text-decoration:none !important;
}
body div,body a{
    outline:rgba(255,255,255,0) solid 0px !important;
    outline-offset:0px !important;
}
@media (max-width: 1200px) {
    #toolbarHtml div.cy_toolbar_bg_table{
        height: auto !important;
    }
    #toolbarHtml div.cy_toolbar_bg_table ul{
        padding: 0 !important;
    }
    #toolbarHtml div.cy_toolbar_bg_table ul li{
        margin: 0.1rem 3px !important;
    }
    #toolbarHtml div.cy_toolbar_bg_table ul img{
        display: none;
    }
    #toolbarHtml div.cy_toolbar_bg_table ul{
        font-size: 14px !important;
        line-height: 20px !important;
    }
    #toolbarHtml div.cy_toolbar_bg_table ul li span.exap, div.cy_toolbar_bg_table ul li span.a_p_1, div.cy_toolbar_bg_table ul li span.a_p_2, div.cy_toolbar_bg_table ul li span.a_p_3,#toolbarHtml div.cy_toolbar_bg_table ul li span.ul_li_a_1{
        font-size: 14px !important;
    }
    #toolbarHtml div.cy_toolbar_bg_table ul li>a{
        width: 40px !important;
        height: 40px !important;
    }
    #toolbarHtml svg, #toolbar_more svg, #toolbarPage2 svg{
        width: 30px !important;
        height: 30px !important;
    }
    #toolbarHtml #canyou_toolbar_div div.cy_toolbar_bg_table ul li span.sound{
        width: 100% !important;
    }
}








@-webkit-keyframes scrolls {
  from {
    bottom: 12%;
  }
  50% {
    bottom: calc(12% + 12px);
  }
  100% {
    bottom: 12%;
  }
}
@keyframes scrolls {
  from {
    bottom: 12%;
  }
  50% {
    bottom: calc(12% + 12px);
  }
  100% {
    bottom: 12%;
  }
}
@-webkit-keyframes Mscrolls {
  from {
    padding-bottom: 0.05rem;
  }
  50% {
    padding-bottom: 0.12rem;
  }
  100% {
    padding-bottom: 0.05rem;
  }
}
@keyframes move-forever {
  0% {
    transform: translate3d(-80px, 0, 0);
  }
  50% {
    transform: translate3d(80px, 0, 0);
  }
  100% {
    transform: translate3d(-80px, 0, 0);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
    -ms-transform: scale3d(0.8, 0.8, 0.8);
    transform: scale3d(0.8, 0.8, 0.8);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
    -ms-transform: scale3d(0.8, 0.8, 0.8);
    transform: scale3d(0.8, 0.8, 0.8);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInUp_box {
  -webkit-animation-name: fadeInUp_box;
  animation-name: fadeInUp_box;
}
@-webkit-keyframes fadeInUp_box {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp_box {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    -ms-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}