

@charset "utf-8";
.sy_con {
  width: 100%;
}
.index_banner {
  width: 100%;
  position: relative;
}
.index_banner .b_img {
  position: relative;
  width: 100%;
}
.index_banner .b_img .banner_img {
  width: 100%;
  height: auto;
}
.index_banner .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 4%;
}
.index_banner .swiper-pagination-bullet {
  width: 50px;
  height: 4px;
  background: #fff;
  border-radius: 0;
  opacity: 1;
  margin: 0 !important;
}
.index_banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #0C2367;
  border-radius: 2px !important;
}
.index_notice {
  width: 100%;
  margin: 30px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f7f7f7;
  height: 50px;
}
.index_notice .notice_left {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  background: #1B57B1;
  height: 50px;
  font-size: 16px;
  color: #fff;
  position: relative;
  padding-right: 5px;
}
.index_notice .notice_left img {
  display: inline-block;
  width: 10px;
  height: auto;
  margin-right: 10px;
}
.index_notice .notice_left::after {
  content: '';
  display: inline-block;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #f7f7f7;
  width: 0;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 0;
}
.index_notice .notice_right {
  width: calc(100% - 150px);
  height: 50px;
}
.index_notice .notice_right .swiper-container {
  width: 100%;
  height: 50px;
}
.index_notice .notice_right .swiper-container .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.index_notice .notice_right .swiper-container .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
  padding: 0 45px 0 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index_notice .notice_right .swiper-container .swiper-wrapper .swiper-slide a {
  width: 50%;
  padding-left: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  position: relative;
}
.index_notice .notice_right .swiper-container .swiper-wrapper .swiper-slide a::after {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #666666;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  left: 25px;
}
.index_notice .notice_right .swiper-container .swiper-wrapper .swiper-slide a div {
  font-size: 14px;
  color: #666;
  display: inline-block;
  width: calc(100% - 120px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index_notice .notice_right .swiper-container .swiper-wrapper .swiper-slide a span {
  display: inline-block;
  font-size: 14px;
  color: #999999;
}
.index_notice .notice_right .swiper-container .swiper-wrapper .swiper-slide a:hover div {
  color: #0C2367;
}
.index_notice .notice_right .swiper-container .swiper-wrapper .swiper-slide a:hover::after {
  background: #0C2367;
}
.index_notice .notice_right .swiper-button-next,
.index_notice .notice_right .swiper-button-prev {
  outline: none;
  background-size: 6px auto !important;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -mz-transform: rotate(90deg);
  left: unset !important;
  right: 6px;
  opacity: 0.6;
}
.index_notice .notice_right .swiper-button-next {
  margin-top: -14px;
}
.index_notice .notice_right .swiper-button-prev {
  margin-top: -27px;
}
.index_notice .link_right {
  width: calc(100% - 150px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 20px;
}
.index_notice .link_right .swiper-container {
  width: 100%;
}
.index_notice .link_right .swiper-container .swiper-slide {
  width: auto !important;
  padding-left: 30px;
}
.index_notice .link_right .swiper-container .swiper-slide a {
  display: inline-block;
  font-size: 14px;
  color: #666;
}
.index_notice .link_right .swiper-container .swiper-slide a:hover {
  color: #112D80;
}
.sy_news {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.sy_news .sy_news_left {
  width: calc(100% - 350px);
}
.sy_news .sy_news_left .news_nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 8px;
  border-bottom: 1px solid #E6E6E6;
}
.sy_news .sy_news_left .news_nav .switch_ul {
  display: flex;
  justify-content: left;
  align-items: center;
}
.sy_news .sy_news_left .news_nav .switch_ul li {
  line-height: 42px;
  margin-right: 34px;
}
.sy_news .sy_news_left .news_nav .switch_ul li:last-child {
  margin-right: 0;
}
.sy_news .sy_news_left .news_nav .switch_ul li a {
  display: inline-block;
  line-height: 42px;
  font-size: 16px;
  color: #333333;
  border-bottom: 2px solid transparent;
}
.sy_news .sy_news_left .news_nav .switch_ul li.on a {
  color: #112D80;
  border-bottom: 2px solid #112D80;
}
.sy_news .sy_news_left .news_nav .switch_ul li:hover a {
  color: #112D80;
}
.sy_news .sy_news_left .news_nav .more_link {
  font-size: 14px;
  color: #999999;
}
.sy_news .sy_news_left .news_nav .more_link:hover {
  color: #112D80;
}
.sy_news .sy_news_left .sy_news_list {
  width: 100%;
  margin-top: 20px;
}
.sy_news .sy_news_left .sy_news_list .news_main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.sy_news .sy_news_left .sy_news_list .news_main .sy_news_img {
  width: 32%;
  height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.sy_news .sy_news_left .sy_news_list .news_main .sy_news_img img {
  display: inline-block;
  width: auto;
  height: 100%;
  transition: all 0.4s ease-out;
}
.sy_news .sy_news_left .sy_news_list .news_main .sy_news_desc {
  width: 66%;
}
.sy_news .sy_news_left .sy_news_list .news_main .sy_news_desc h5 {
  font-size: 16px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 18px;
}
.sy_news .sy_news_left .sy_news_list .news_main .sy_news_desc p {
  font-size: 14px;
  color: #999999;
  line-height: 16px;
  margin: 14px 0 12px 0;
}
.sy_news .sy_news_left .sy_news_list .news_main .sy_news_desc div {
  font-size: 14px;
  color: #999;
  line-height: 24px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.sy_news .sy_news_left .sy_news_list .news_main .sy_news_desc span {
  color: #112D80;
  font-size: 12px;
}
.sy_news .sy_news_left .sy_news_list .news_main:hover .sy_news_desc h5 {
  font-weight: bold;
  color: #112D80;
}
.sy_news .sy_news_left .sy_news_list .news_main:hover .sy_news_img img {
  transform: scale(1.06);
  transition: all 0.4s ease-out;
}
.sy_news .sy_news_left .sy_news_list .news_list {
  width: 100%;
}
.sy_news .sy_news_left .sy_news_list .news_list li {
  display: inline-block;
  width: 100%;
  margin-top: 20px;
}
.sy_news .sy_news_left .sy_news_list .news_list li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  line-height: 20px;
}
.sy_news .sy_news_left .sy_news_list .news_list li a span {
  font-size: 14px;
  color: #999999;
}
.sy_news .sy_news_left .sy_news_list .news_list li a div {
  display: inline-block;
  width: calc(100% - 100px);
  font-size: 14px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sy_news .sy_news_left .sy_news_list .news_list li a:hover div {
  font-weight: bold;
  color: #112D80;
}
.sy_news .sy_news_left .sy_news_list .news_list li:last-child {
  /*display: none;*/
}
.sy_news .sy_news_right {
  width: 316px;
  padding-top: 18px;
}
.sy_news .sy_news_right .leisjdk {
  width: 100%;
  text-align: left;
  position: relative;
  z-index: 4;
  margin-bottom: 25px;
}
.sy_news .sy_news_right .leisjdk .leisjk {
  display: block;
  position: relative;
  padding: 0px 48px 0 0px;
  background: #e5e5e5;
  text-align: left;
  line-height: 48px;
  font-size: 16px;
  color: #333;
}
.sy_news .sy_news_right .leisjdk .leisjk div {
  line-height: 46px;
  text-align: center;
  border-bottom: 2px solid #d3d3d3;
  padding: 0 10px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sy_news .sy_news_right .leisjdk .leisjj {
  display: flex;
  position: absolute;
  width: 48px;
  height: 48px;
  right: 0;
  top: 0 !important;
  z-index: 3;
  background: #112d80;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #fff;
}
.sy_news .sy_news_right .leisjdk .leisjerk {
  display: none;
  overflow: hidden;
  position: relative;
  width: 100%;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  padding: 0 10px;
  position: absolute;
  top: 48px;
  left: 0;
}
.sy_news .sy_news_right .leisjdk .leisjerk a {
  overflow: hidden;
  padding: 0;
  border-bottom: 1px solid #ddd;
  line-height: 58px;
  font-size: 16px;
  color: #333;
  display: block;
  width: 100%;
}
.sy_news .sy_news_right .leisjdk .leisjerk a:last-child {
  border: none;
}
.sy_news .sy_news_right .sy_today {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
.sy_news .sy_news_right .sy_today a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  background: #e6e6e6;
  margin-bottom: 12px;
  font-size: 18px;
  color: #4e4e4e;
}
.sy_news .sy_news_right .sy_today a img {
  display: inline-block;
  width: 42px;
  height: auto;
  margin-right: 14px;
  transition: all 0.2s ease-out;
}
.sy_news .sy_news_right .sy_today a:hover {
  opacity: 0.9;
}
.sy_news .sy_news_right .sy_today a:hover img {
  transition: all 0.2s ease-out;
  margin-right: 20px;
}
.sy_ywly {
  width: 100%;
  background: #fafafa;
  padding: 40px 0 80px 0;
  margin-top: 60px;
}
.sy_ywly .sy_yw_con {
  width: 100%;
  padding-top: 56px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.sy_ywly .sy_yw_con a {
  display: inline-block;
  overflow: hidden;
  width: 19%;
  position: relative;
}
.sy_ywly .sy_yw_con a img {
  display: inline-block;
  width: 100%;
  height: auto;
  transition: all 0.4s ease-out;
}
.sy_ywly .sy_yw_con a .yw_con_text {
  width: 100%;
  background: url(../images/index/sy_yw_bj.png) no-repeat center bottom;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 25px 10px 45px 10px;
}
.sy_ywly .sy_yw_con a .yw_con_text h5 {
  width: 100%;
  font-size: 18px;
  color: #1C42B3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  line-height: 20px;
  margin-bottom: 6px;
}
.sy_ywly .sy_yw_con a .yw_con_text p {
  font-size: 12px;
  color: #555555;
  line-height: 18px;
  text-align: center;
}
.sy_ywly .sy_yw_con a:hover img {
  transform: scale(1.06);
  transition: all 0.4s ease-out;
}
@media screen and (max-width: 1280px) {
  .sy_news .sy_news_left {
    width: calc(100% - 310px);
  }
  .sy_news .sy_news_left .news_nav .switch_ul li {
    margin-right: 30px;
  }
  .sy_news .sy_news_left .news_nav .switch_ul li:last-child {
    margin: 0;
  }
  .sy_news .sy_news_right {
    width: 280px;
  }
  .sy_ywly {
    padding: 30px 0 60px 0;
    margin-top: 50px;
  }
  .sy_ywly .sy_yw_con {
    padding-top: 46px;
  }
  .sy_ywly .sy_yw_con a .yw_con_text {
    padding: 15px 5px 30px 5px;
  }
  .sy_ywly .sy_yw_con a .yw_con_text h5 {
    font-size: 16px;
    line-height: 18px;
  }
  .sy_ywly .sy_yw_con a .yw_con_text p {
    font-size: 12px;
    line-height: 16px;
  }
  .sy_ywly .sy_yw_con a:hover img {
    transform: scale(1.06);
    transition: all 0.4s ease-out;
  }
}
@media screen and (max-width: 767px) {
  .index_banner .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 0.65rem;
  }
  .index_banner .swiper-pagination-bullet {
    width: 0.7rem;
    height: 0.1rem;
    margin: 0 !important;
    outline: none;
    background: #fff;
    opacity: 0.4;
  }
  .index_banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff;
    opacity: 1;
    border-radius: 0;
  }
  .index_banner .swiper-button-next,
  .index_banner .swiper-button-prev {
    display: none;
  }
  .index_notice {
    margin: 0.6rem auto;
    /*width: calc(100% - 1.3rem);*/
    width: calc(100% - 0.3rem);
    height: 1.5rem;
  }
  .index_notice .notice_left {
    /*width: 4rem;*/
    width: 3rem;
    height: 1.5rem;
    font-size: 0.6rem;
    padding-right: 0;
  }
  .index_notice .notice_left img {
    width: 0.7rem;
    margin-right: 0.2rem;
  }
  .index_notice .notice_left::after {
    border-top: 0.2rem solid transparent;
    border-bottom: 0.2rem solid transparent;
    border-right: 0.2rem solid #f7f7f7;
    margin-top: -0.2rem;
  }
  .index_notice .notice_right {
    /*width: calc(100% - 4rem);*/
    width: calc(100% - 3rem);
    height: 1.5rem;
  }
  .index_notice .notice_right .swiper-container {
    width: 100% !important;
    height: 1.5rem;
  }
  .index_notice .notice_right .swiper-container .swiper-wrapper {
    height: 1.5rem !important;
    width: 100% !important;
  }
  .index_notice .notice_right .swiper-container .swiper-wrapper .swiper-slide {
    height: 1.5rem !important;
    padding: 0 0.65rem;
    display: inline-block;
  }
  .index_notice .notice_right .swiper-container .swiper-wrapper .swiper-slide a {
    width: 100%;
    padding-left: 0;
    height: 1.5rem;
    justify-content: left;
  }
  .index_notice .notice_right .swiper-container .swiper-wrapper .swiper-slide a::after {
    content: none;
  }
  .index_notice .notice_right .swiper-container .swiper-wrapper .swiper-slide a div {
    font-size: 0.55rem;
    width: calc(100% - 6rem);
    line-height: 1.5rem;
  }
  .index_notice .notice_right .swiper-container .swiper-wrapper .swiper-slide a span {
    font-size: 0.5rem;
    line-height: 1.5rem;
    display: inline-block;
    width: 2.5rem;
    text-align: right;
  }
  .index_notice .notice_right .swiper-container .swiper-wrapper .swiper-slide a.a_link {
    font-size: 0.55rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 0.65rem 0 0;
  }
  .index_notice .link_right {
    width: calc(100% - 4rem);
    padding-right: 20px;
  }
  .index_notice .link_right ul {
    display: flex;
    justify-content: left;
    align-items: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: calc(100% - 120px);
  }
  .index_notice .link_right ul li {
    margin-left: 30px;
  }
  .index_notice .link_right ul li a {
    font-size: 14px;
    color: #666666;
  }
  .index_notice .link_right ul li a:hover {
    color: #112D80;
  }
  .index_notice .link_right .show_more {
    font-size: 14px;
    color: #666666;
  }
  .index_notice .link_right .show_more:hover {
    color: #112D80;
  }
  .sy_today_m {
    width: 100%;
    padding: 0 0.65rem 0.8rem 0.65rem;
    border-bottom: 0.65rem solid #F4F4F4;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .sy_today_m a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 0.5rem;
    color: #666666;
  }
  .sy_today_m a img {
    display: inline-block;
    width: 2.6rem;
    height: auto;
    margin-bottom: 0.35rem;
  }
  .sy_news {
    width: 100%;
    padding: 0.6rem 0.65rem 1rem 0.65rem;
  }
  .sy_news .sy_news_left {
    width: 100%;
  }
  .sy_news .sy_news_left .news_nav {
    width: 100%;
    display: inline-block;
    padding-top: 0;
    border-bottom: 0.025rem solid #E6E6E6;
  }
  .sy_news .sy_news_left .news_nav .switch_ul {
    width: 100%;
    justify-content: space-between;
  }
  .sy_news .sy_news_left .news_nav .switch_ul li {
    line-height: 1.65rem;
    margin-right: 0;
  }
  .sy_news .sy_news_left .news_nav .switch_ul li a {
    display: inline-block;
    line-height: 1.6rem;
    font-size: 0.7rem;
    color: #333333;
    border-bottom: 0.08rem solid transparent;
  }
  .sy_news .sy_news_left .news_nav .switch_ul li.on a {
    font-weight: bold;
    border-bottom: 0.08rem solid #112D80;
  }
  .sy_news .sy_news_left .news_nav .more_link {
    display: none;
  }
  .sy_news .sy_news_left .sy_news_list {
    margin-top: 0;
    padding-top: 0.2rem;
  }
  .sy_news .sy_news_left .sy_news_list .news_main {
    display: none;
  }
  .sy_news .sy_news_left .sy_news_list .news_list li {
    margin-top: 0.8rem;
  }
  .sy_news .sy_news_left .sy_news_list .news_list li a {
    line-height: 0.7rem;
  }
  .sy_news .sy_news_left .sy_news_list .news_list li a span {
    font-size: 0.55rem;
  }
  .sy_news .sy_news_left .sy_news_list .news_list li a div {
    width: calc(100% - 3.85rem);
    font-size: 0.55rem;
  }
  .sy_news .sy_news_left .sy_news_list .news_list li a div i {
    display: none;
  }
  .sy_news .sy_news_left .sy_news_list .news_list li:last-child {
    display: inline-block;
  }
  .sy_news .sy_news_left .sy_news_list .more_link {
    display: inline-block;
    width: 100%;
    margin-top: 0.8rem;
    line-height: 1.5rem;
    text-decoration: none;
    font-size: 0.55rem;
    color: #666666;
    background: #EBEBEB;
    text-align: center;
  }
  .sy_news .sy_news_right {
    display: none;
  }
  .sy_ywly {
    padding: 0.55rem 0 1rem 0;
    margin-top: 0px;
  }
  .sy_ywly .sy_ly_con_m {
    width: 100%;
    margin-top: 0.85rem;
  }
  .sy_ywly .sy_ly_con_m .ly_con {
    width: 100%;
    display: inline-block;
    padding-bottom: 0.5rem;
    background: #EBEBEB;
  }
  .sy_ywly .sy_ly_con_m .ly_con .ly_img {
    display: inline-block;
    width: 100%;
    overflow: hidden;
  }
  .sy_ywly .sy_ly_con_m .ly_con .ly_img img {
    display: inline-block;
    width: 100%;
    height: auto;
  }
  .sy_ywly .sy_ly_con_m .ly_con h5 {
    padding: 0 0.8rem;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.65rem;
    color: #112D80;
    line-height: 0.8rem;
    margin: 0.6rem 0 0.35rem 0;
  }
  .sy_ywly .sy_ly_con_m .ly_con p {
    width: 100%;
    padding: 0 0.8rem;
    font-size: 0.5rem;
    line-height: 0.75rem;
    color: #555555;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .sy_ywly .sy_ly_con_m .swiper-container {
    width: 100%;
    padding-bottom: 0.9rem;
  }
  .sy_ywly .sy_ly_con_m .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 0;
  }
  .sy_ywly .sy_ly_con_m .swiper-pagination-bullet {
    width: 0.75rem;
    height: 0.2rem;
    background: #d9d9d9;
    border-radius: 0.1rem;
    opacity: 1;
    margin: 0 0.05rem !important;
  }
  .sy_ywly .sy_ly_con_m .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #112d80;
    border-radius: 0.1rem !important;
  }
}
