.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  display: none;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  display: none;
}
.head {
  position: relative;
  z-index: 6;
}
.head .header {
  background: url(/web/img/icon1.png) no-repeat center;
  width: 100%;
  height: 106px;
}
.head .header ul {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.head .header ul li {
  margin: 0 16px;
  position: relative;
}
.head .header ul li > a {
  display: block;
  line-height: 106px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  padding: 0 16px;
  position: relative;
}
.head .header ul li > a::before {
  content: "";
  display: block;
  width: 0;
  height: 7px;
  background: #ee7c14;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: width 0.3s;
}
.head .header ul li .nav {
  display: none;
  position: absolute;
  top: 106px;
  left: 0;
  width: 100%;
  background: #fff;
  padding: 10px;
  box-sizing: border-box;
}
.head .header ul li .nav a {
  display: block;
  color: #333;
  font-size: 18px;
  margin: 10px 0;
  text-align: center;
}
.head .header ul li .nav a:hover {
  color: #0049a0;
  font-weight: 700;
}
.head .header ul li .nav a.on {
  color: #0049a0;
  font-weight: 700;
}
.head .header ul li:hover > a::before {
  width: 100%;
}
.head .header ul li:hover .nav {
  display: block;
}
.head .header ul li.on > a::before {
  width: 100%;
}
.head .logo {
  display: block;
  margin: 130px auto 20px;
  width: 707px;
  height: 160px;
}
.head .logo img {
  display: block;
  width: 100%;
  height: 100%;
}
.head .search {
  background: #fff;
  width: 742px;
  height: 62px;
  border-radius: 31px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px;
  box-sizing: border-box;
}
.head .search img {
  width: 51px;
  height: 51px;
}
.head .search .ipt {
  width: calc(100% - 196px);
  padding: 0 30px 0 10px;
  box-sizing: border-box;
  color: #333;
  font-size: 18px;
}
.head .search .ipt::placeholder {
  color: #999999;
}
.head .search span {
  display: block;
  width: 145px;
  height: 50px;
  line-height: 50px;
  background: #0049a0;
  border-radius: 25px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  cursor: pointer;
}
.index {
  overflow: hidden;
  position: relative;
  padding-bottom: 80px;
}
.banner {
  width: 100%;
  height: 799px;
  position: absolute;
  top: 0;
  left: 0;
}
.banner img {
  width: 100%;
  height: 100%;
}
.module1 {
  position: relative;
  z-index: 5;
  height: 710px;
}
.module1::before {
  content: "";
  display: block;
  width: 911px;
  height: 524px;
  background: linear-gradient(to right, #e59532, #1a1683);
  position: absolute;
  bottom: 0;
  left: -160px;
}
.module1 .left {
  float: left;
  width: 800px;
  overflow: hidden;
  position: relative;
}
.module1 .left .tit {
  display: inline-block;
  color: #333333;
  font-size: 32px;
  font-weight: 700;
}
.module1 .left .tit span {
  color: #035ea5;
}
.module1 .left .icon {
  width: 52px;
  height: 52px;
  position: absolute;
  bottom: 0;
  right: 136px;
}
.module1 .left .next {
  background: url(/web/img/icon29.png) no-repeat center;
  background-size: 100% 100%;
  width: 12px;
  height: 20px;
  top: auto;
  bottom: 15px;
  right: 110px;
}
.module1 .left .prev {
  background: url(/web/img/icon28.png) no-repeat center;
  background-size: 100% 100%;
  width: 12px;
  height: 20px;
  top: auto;
  bottom: 15px;
  left: auto;
  right: 200px;
}
.module1 .left .swiper {
  overflow: initial;
  margin-top: 76px;
  width: 100%;
  position: relative;
}
.module1 .left .swiper a {
  display: block;
  width: 100%;
}
.module1 .left .swiper a .img {
  width: 100%;
  height: 472px;
  overflow: hidden;
}
.module1 .left .swiper a .img img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.module1 .left .swiper a .date {
  position: absolute;
  top: -32px;
  left: 30px;
  z-index: 4;
  width: 85px;
  height: 95px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #f57c2a;
}
.module1 .left .swiper a .date .p1 {
  color: #fff;
  font-weight: 700;
  font-size: 36px;
  font-family: Arial, Helvetica, sans-serif;
}
.module1 .left .swiper a .date .p2 {
  color: #fff;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
}
.module1 .left .swiper a h2 {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin-top: 28px;
  width: 70%;
}
.module1 .left .swiper a p {
  margin-top: 10px;
  color: #f3d5c9;
  font-size: 16px;
  width: 70%;
}
.module1 .left .swiper a:hover .img img {
  transform: scale(1.1);
}
.module1 .right {
  float: right;
  width: 800px;
  position: relative;
}
.module1 .right .qh_list .qh_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.module1 .right .qh_list .qh_top .qh_tit {
  display: flex;
}
.module1 .right .qh_list .qh_top .qh_tit a {
  display: block;
  margin-left: 50px;
  color: #666666;
  font-size: 32px;
}
.module1 .right .qh_list .qh_top .qh_tit a.on {
  color: #333;
  font-weight: 700;
}
.module1 .right .qh_list .qh_top .qh_tit a.on span {
  color: #0049a0;
}
.module1 .right .qh_list .qh_top .qh_more a {
  display: none;
  background: url(/web/img/icon26.png) no-repeat right center;
  background-size: 22px 22px;
  padding-right: 30px;
  color: #ae1420;
  font-size: 20px;
  font-family: Arial, Helvetica, sans-serif;
}
.module1 .right .qh_list .qh_top .qh_more a.on {
  display: block;
}
.module1 .right .qh_list .qh_bot {
  position: relative;
}
.module1 .right .qh_list .qh_bot .qh_cont {
  position: absolute;
  top: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  transform: translateY(20%);
  pointer-events: none;
  transition: all 0.5s;
  width: 100%;
}
.module1 .right .qh_list .qh_bot .qh_cont ol {
  margin-top: 44px;
  width: 100%;
  padding-left: 28px;
  box-sizing: border-box;
}
.module1 .right .qh_list .qh_bot .qh_cont ol li {
  position: relative;
}
.module1 .right .qh_list .qh_bot .qh_cont ol li::before {
  content: "";
  display: block;
  width: 0;
  height: 126px;
  background: linear-gradient(to right, #e59532, #1a1683);
  position: absolute;
  top: 0;
  left: -66px;
  transition: width 0.5s;
}
.module1 .right .qh_list .qh_bot .qh_cont ol li a {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  height: 70px;
  line-height: 70px;
  border-bottom: 1px dashed #eeeeee;
}
.module1 .right .qh_list .qh_bot .qh_cont ol li a .left {
  width: 75%;
}
.module1 .right .qh_list .qh_bot .qh_cont ol li a .left h2 {
  color: #333333;
  font-size: 20px;
  font-weight: 400;
}
.module1 .right .qh_list .qh_bot .qh_cont ol li a .left p {
  opacity: 0;
  color: #f3d5c9;
  font-size: 16px;
  height: 0;
  margin-top: 10px;
  transition: height 0.5s;
}
.module1 .right .qh_list .qh_bot .qh_cont ol li a .date {
  color: #333333;
  font-size: 20px;
}
.module1 .right .qh_list .qh_bot .qh_cont ol li:hover {
  height: 126px;
  padding: 30px 36px 0 0;
  box-sizing: border-box;
}
.module1 .right .qh_list .qh_bot .qh_cont ol li:hover::before {
  width: 838px;
}
.module1 .right .qh_list .qh_bot .qh_cont ol li:hover a {
  height: 126px;
  line-height: normal;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.module1 .right .qh_list .qh_bot .qh_cont ol li:hover a .left h2 {
  color: #fff;
}
.module1 .right .qh_list .qh_bot .qh_cont ol li:hover a .left p {
  opacity: 1;
  height: auto;
}
.module1 .right .qh_list .qh_bot .qh_cont ol li:hover a .date {
  color: #fff;
  margin-top: 55px;
}
.module1 .right .qh_list .qh_bot .qh_cont.on {
  visibility: visible;
  pointer-events: all;
  opacity: 1;
  transform: translateY(0);
}
.main {
  position: relative;
  min-height: 500px;
  z-index: 5;
}
.main.w16 {
  margin: 250px auto 0;
}
.main::before {
  content: "";
  display: block;
  width: 1675px;
  padding: 0 20px;
  height: 300px;
  background: #fff;
  border-radius: 30px;
  position: absolute;
  top: -70px;
  left: -50px;
  z-index: -1;
}
.main .module2 {
  margin-top: 50px;
  width: 100%;
  height: 150px;
}
.main .module2 .swiper {
  width: 100%;
  height: 100%;
}
.main .module2 .swiper a {
  display: block;
  width: 100%;
  height: 100%;
}
.main .module2 .swiper a img {
  width: 100%;
  height: 100%;
}
.main .module2 .pagin {
  bottom: 5px;
  text-align: right;
  width: 100%;
  padding-right: 10px;
  box-sizing: border-box;
}
.main .module2 .pagin .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  line-height: 20px;
  background: rgba(3, 3, 3, 0.3);
  opacity: 1;
  border-radius: 0;
  margin: 0 1px;
  color: #fff;
  font-size: 14px;
  text-align: center;
}
.main .module2 .pagin .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ee7c14;
}
.main .module3 {
  margin-top: 56px;
  padding: 0 77px;
  box-sizing: border-box;
  width: 100%;
}
.main .module3 .tit {
  display: block;
  width: 1162px;
  height: 43px;
  margin: 0 auto;
}
.main .module3 .tit img {
  display: block;
  width: 100%;
  height: 100%;
}
.main .module3 .swiper {
  width: 100%;
  margin-top: 20px;
}
.main .module3 .swiper a {
  display: block;
  width: 178px;
}
.main .module3 .swiper a .img {
  width: 100%;
  height: 188px;
  overflow: hidden;
}
.main .module3 .swiper a .img img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.main .module3 .swiper a h2 {
  color: #333333;
  font-size: 22px;
  font-weight: 400;
  text-align: center;
}
.main .module3 .swiper a:hover .img img {
  transform: scale(1.1);
}
.main .module3 .swiper a:hover h2 {
  color: #0049a0;
  font-weight: 700;
}
.module4 {
  width: 100%;
  margin-top: 74px;
  min-height: 485px;
  background: url(/web/img/ic1.jpg) no-repeat center;
  background-size: 100% 100%;
  position: relative;
}
.module4::before {
  content: "";
  display: block;
  background: url(/web/img/icon11.png) no-repeat center;
  background-size: 100% 100%;
  width: 688px;
  height: 75px;
  position: absolute;
  top: -75px;
  left: 0;
}
.module4 .w16 {
  display: flex;
  justify-content: space-between;
}
.module4 .w16 .left {
  width: 1035px;
  margin-top: 40px;
}
.module4 .w16 .left .tab .tab_tit {
  display: flex;
  align-items: center;
}
.module4 .w16 .left .tab .tab_tit a {
  display: block;
  color: #333333;
  font-size: 32px;
  font-weight: 400;
  padding: 0 30px 0 16px;
  position: relative;
}
.module4 .w16 .left .tab .tab_tit a::before {
  content: "";
  display: block;
  width: 3px;
  height: 0;
  background: #ee7c14;
  position: absolute;
  top: 56%;
  left: 0;
  transform: translateY(-50%);
  transition: height 0.3s;
}
.module4 .w16 .left .tab .tab_tit a.on {
  font-weight: 700;
}
.module4 .w16 .left .tab .tab_tit a.on::before {
  height: 24px;
}
.module4 .w16 .left .tab .tab_nr {
  margin-top: 26px;
  position: relative;
  height: 365px;
  overflow: hidden;
}
.module4 .w16 .left .tab .tab_nr .tab_cont {
  position: absolute;
  top: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  transform: translateY(20%);
  pointer-events: none;
  transition: all 0.5s;
  width: 100%;
}
.module4 .w16 .left .tab .tab_nr .tab_cont ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 72px;
  border-bottom: 1px dashed #bcd7ec;
}
.module4 .w16 .left .tab .tab_nr .tab_cont ul li a h1 {
  color: #333333;
  font-size: 20px;
  font-weight: 400;
  max-width: 80%;
}
.module4 .w16 .left .tab .tab_nr .tab_cont ul li a em {
  color: #333333;
  font-size: 20px;
}
.module4 .w16 .left .tab .tab_nr .tab_cont ul li a:hover h1 {
  color: #0049a0;
  font-weight: 700;
}
.module4 .w16 .left .tab .tab_nr .tab_cont ul li:last-child a {
  border-bottom: 1px solid transparent;
}
.module4 .w16 .left .tab .tab_nr .tab_cont.on {
  visibility: visible;
  pointer-events: all;
  opacity: 1;
  transform: translateY(0);
}
.module4 .w16 .right {
  margin-top: 40px;
  width: calc(100% - 1035px);
  padding-left: 40px;
  box-sizing: border-box;
}
.module4 .w16 .right .wh_page {
  width: 100%;
  height: 185px;
  display: block;
  position: relative;
  padding: 44px;
  box-sizing: border-box;
  overflow: hidden;
}
.module4 .w16 .right .wh_page .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.module4 .w16 .right .wh_page .pre {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 3;
}
.module4 .w16 .right .wh_page .pre .icon {
  width: 63px;
  height: 63px;
}
.module4 .w16 .right .wh_page .pre .nr {
  width: calc(100% - 63px);
  padding-left: 14px;
  box-sizing: border-box;
}
.module4 .w16 .right .wh_page .pre .nr h1 {
  color: #fff;
  font-size: 28px;
  font-weight: 400;
}
.module4 .w16 .right .wh_page .pre .nr p {
  margin-top: 10px;
  color: #fff;
  font-size: 20px;
}
.module4 .w16 .right .wh_page:hover .bg {
  transform: scale(1.1);
}
.module4 .w16 .right .fg_page {
  width: 100%;
  margin-top: 36px;
}
.module4 .w16 .right .fg_page .h2 {
  color: #333333;
  font-size: 32px;
  font-weight: 700;
  padding-left: 14px;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
}
.module4 .w16 .right .fg_page .h2::before {
  content: "";
  display: block;
  width: 3px;
  height: 24px;
  background: #ee7c14;
  position: absolute;
  top: 56%;
  left: 0;
  transform: translateY(-50%);
}
.module4 .w16 .right .fg_page ol {
  margin-top: 34px;
  display: flex;
  align-items: center;
}
.module4 .w16 .right .fg_page ol li {
  margin-right: 28px;
}
.module4 .w16 .right .fg_page ol li:last-child {
  margin-right: 0;
}
.module4 .w16 .right .fg_page ol li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.module4 .w16 .right .fg_page ol li a img {
  display: block;
  width: 83px;
  height: 83px;
}
.module4 .w16 .right .fg_page ol li a p {
  color: #333333;
  font-size: 18px;
  line-height: 44px;
}
.module4 .w16 .right .fg_page ol li a:hover p{
    color:#0049a0;
    font-weight:700;
}
.module5 {
  margin-top: 36px;
}
.module5 .tit {
  display: block;
  width: 1162px;
  height: 43px;
  margin: 0 auto;
}
.module5 .module5_nr {
  margin-top: 60px;
}
.module5 .module5_nr ol {
  height: 518px;
  display: flex;
}
.module5 .module5_nr ol li {
  width: 198px;
  height: 100%;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  -webkit-clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 89%);
  clip-path: polygon(0 3%, 100% 0, 100% 100%, 0 97%);
}
.module5 .module5_nr ol li:nth-child(2n + 2) {
  -webkit-clip-path: polygon(0 0, 100% 5%, 100% 95%, 0 100%);
  clip-path: polygon(0 0, 100% 3%, 100% 97%, 0 100%);
}
.module5 .module5_nr ol li .img {
  height: 100%;
  position: relative;
}
.module5 .module5_nr ol li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.module5 .module5_nr ol li .img h2 {
  position: absolute;
  left: 50px;
  bottom: 44px;
  color: white;
  font-size: 24px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  transform: translateX(0);
  width: 85%;
}
.module5 .module5_nr ol li.on {
  width: 806px;
  margin-right: 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.module5 .module5_nr ol li.on .img {
  width: 100%;
  height: 100%;
}
.module5 .module5_nr ol li.on .img img {
  width: 100%;
  height: 100%;
}
.module5 .module5_nr ol li.on .img h2 {
  font-size: 28px;
  opacity: 1;
  transform: translateX(0);
}
.module6 {
  position: relative;
  margin-top: 52px;
}
.module6 .tit {
  display: block;
  width: 1162px;
  height: 43px;
  margin: 0 auto;
}
.module6 .swiper {
  width: 1440px;
  margin: 50px auto 0;
}
.module6 .swiper a {
  display: block;
  width: 335px;
  height: 160px;
  overflow: hidden;
}
.module6 .swiper a img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.module6 .swiper a:hover img {
  transform: scale(1.1);
}
.module6 .next {
  background: url(/web/img/ic8.jpg) no-repeat center;
  background-size: 100% 100%;
  width: 28px;
  height: 66px;
  top: 160px;
  right: 0;
}
.module6 .next:hover {
  background: url(/web/img/ic10.jpg) no-repeat center;
  background-size: 100% 100%;
}
.module6 .prev {
  background: url(/web/img/ic7.jpg) no-repeat center;
  background-size: 100% 100%;
  width: 28px;
  height: 66px;
  top: 160px;
  left: 0;
}
.module6 .prev:hover {
  background: url(/web/img/ic9.jpg) no-repeat center;
  background-size: 100% 100%;
}
.footer {
  background: #035ea5;
}
.footer .footer_top {
  padding-bottom: 20px;
}
.footer .footer_top .link_list {
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 84px;
  box-sizing: border-box;
}
.footer .footer_top .link_list .link {
  width: 340px;
  height: 34px;
  line-height: 34px;
  background: #086cba;
  position: relative;
  padding: 0 20px;
  box-sizing: border-box;
  margin-right: 24px;
  cursor: pointer;
}
.footer .footer_top .link_list .link:last-child {
  margin-right: 0;
}
.footer .footer_top .link_list .link .p {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .footer_top .link_list .link .p h2 {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}
.footer .footer_top .link_list .link .p img {
  width: 10px;
  height: 6px;
  transition: all 0.5s;
}
.footer .footer_top .link_list .link .link_a {
  position: absolute;
  z-index: 30;
  bottom: 34px;
  left: 0;
  width: 100%;
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
  display: none;
  height: 300px;
  overflow-y: auto;
}
.footer .footer_top .link_list .link .link_a a {
  display: block;
  color: #333;
  font-size: 16px;
  line-height: 1.4;
  margin: 4px 0;
}
.footer .footer_top .link_list .link .link_a a:hover {
  color: #0049a0;
}
.footer .footer_top .link_list .link:hover .link_a {
  display: block;
}
.footer .footer_top .box {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 84px;
  box-sizing: border-box;
}
.footer .footer_top .box .box1 {
  display: flex;
}
.footer .footer_top .box .box1 .box1_1 {
  width: 108px;
  height: 108px;
  margin-right: 34px;
  background: #086cba;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.footer .footer_top .box .box1 .box1_1 .img {
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .footer_top .box .box1 .box1_1 .img img {
  max-width: 100%;
  max-height: 100%;
}
.footer .footer_top .box .box1 .box1_1 h1 {
  margin-top: 6px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}
.footer .footer_top .box .box2 {
  display: flex;
}
.footer .footer_top .box .box2 .box2_1 {
  margin-right: 34px;
  height: 108px;
  min-width: 380px;
  background: #086cba;
  padding: 0 36px;
  box-sizing: border-box;
}
.footer .footer_top .box .box2 .box2_1:last-child {
  margin-right: 0;
}
.footer .footer_top .box .box2 .box2_1 p {
  color: #ffffff;
  font-size: 16px;
  margin-top: 20px;
}
.footer .footer_bot {
  border-top: 1px solid #357eb7;
}
.footer .footer_bot .d_box {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 0;
}
.footer .footer_bot .d_box a {
  color: #98c1e1;
  font-size: 16px;
}
.footer .footer_bot .d_box a.js {
  margin-left: 24px;
}
.footer .footer_bot .d_box a.s {
  margin-right: 10px;
}
.footer .footer_bot .d_box a:hover {
  color: #fff;
}
.footer .footer_bot .d_box img {
  margin: 0 5px;
}
body {
  overflow: auto;
  height: auto;
}
body.active {
  overflow: hidden;
  height: 100vh;
}
body.show {
  overflow: hidden;
  height: 100vh;
}
body.show .tc {
  display: flex;
}
.fy {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 124px auto 20px;
}
.fy a {
  display: block;
  width: 37px;
  height: 37px;
  line-height: 37px;
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  margin: 0 5px;
  color: #666666;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
}
.fy a:hover {
  background: #0049a0;
  color: #fff;
  border: 1px solid #0049a0;
}
.fy a.on {
  background: #0049a0;
  color: #fff;
  border: 1px solid #0049a0;
}
.fy a.swy {
  width: 60px;
}
.fy a.submit {
  width: 60px;
}
.fy a.sxy {
  width: 90px;
}
.fy .total {
  height: 37px;
  line-height: 37px;
  border: 1px solid #d4d4d4;
  padding: 0 10px;
  margin: 0 5px;
}
.fy .ipt {
  width: 60px;
  padding: 0 10px;
  box-sizing: border-box;
  height: 37px;
  line-height: 37px;
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  margin: 0 5px;
  color: #666666;
  font-size: 18px;
  text-align: center;
}
.zy_module {
  border-bottom: 0.01rem solid #e9e9e9;
  overflow: hidden;
}
.zy_module .dqwz {
  float: right;
}
.zy_module h1 {
  float: left;
  color: #333333;
  font-size: 30px;
  font-weight: 700;
  margin-top: 10px;
}
.dqwz {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 60px;
  line-height: 60px;
}
.dqwz a {
  display: block;
  color: #333333;
  font-size: 16px;
  margin: 0 2px;
}
.dqwz a img {
  width: 18px;
  height: 16px;
  display: block;
  margin-right: 10px;
}
.dqwz a.on {
  color: #0049a0;
}
.dqwz a:hover {
  color: #0049a0;
}
.zy {
  background: url(/web/img/baner.png) #fff no-repeat top center;
}
.zy .zy_main {
  background: #fff;
  width: 100%;
  margin-top: 160px;
  padding-bottom: 120px;
  min-height:500px;
}
.sxp {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 104px;
  width: 100%;
  background: #f9f9f9;
  padding: 0 36px;
  box-sizing: border-box;
}
.sxp a {
  display: flex;
  align-items: center;
  width: 48%;
  margin-right: 4%;
}
.sxp a:nth-child(2) {
  margin-right: 0;
}
.sxp a span {
  display: block;
  width: 88px;
  height: 35px;
  line-height: 35px;
  background: #0049a0;
  text-align: center;
  color: #fff;
  font-size: 16px;
}
.sxp a p {
  width: calc(100% - 88px);
  color: #333333;
  font-size: 18px;
  padding-left: 10px;
  box-sizing: border-box;
}
.sxp a:hover p {
  color: #0049a0;
  font-weight: 700;
}
.tj {
  margin-top: 44px;
  box-shadow: 0 0 12px #f0f0f0;
  border-top: 2px solid #0049a0;
  padding: 26px 32px;
  box-sizing: border-box;
}
.tj h2 {
  text-align: center;
  color: #333333;
  font-size: 30px;
  font-weight: 700;
}
.tj ol {
  overflow: hidden;
  margin-top: 20px;
}
.tj ol li {
  float: left;
  width: 48%;
  margin-right: 4%;
}
.tj ol li:nth-child(2n+2) {
  margin-right: 0;
}
.tj ol li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: relative;
  padding-left: 16px;
  line-height: 50px;
  box-sizing: border-box;
}
.tj ol li a::before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  background: #dcdcdc;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.tj ol li a h3 {
  color: #333333;
  font-size: 18px;
  font-weight: 400;
  max-width: 80%;
}
.tj ol li a p {
  color: #999999;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
}
.tj ol li a:hover::before {
  background: #0049a0;
}
.tj ol li a:hover h3 {
  color: #0049a0;
  font-weight: 700;
}
.zy_nav {
  width: 282px;
  padding: 12px;
  padding-top: 0;
  box-sizing: border-box;
  background: linear-gradient(to bottom, #e79527, #191684);
}
.zy_nav h1 {
  color: #fff;
  font-size: 38px;
  font-family: "思源宋体";
  font-weight: 700;
  text-align: center;
  margin: 40px auto 35px;
}
.zy_nav ol li {
  width: 100%;
  min-height: 75px;
  padding: 10px 26px;
  box-sizing: border-box;
  background: #fff;
  margin-bottom: 8px;
  position: relative;
  display:flex;
  align-items:center;
}
.zy_nav ol li::before {
  content: "";
  display: block;
  width: 5px;
  height: 0;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: all 0.5s;
  background: #0049a0;
}
.zy_nav ol li a {
  display: block;
  color: #333333;
  width: 100%;
  background: url(/web/img/icon31.png) no-repeat right center;
  font-size: 20px;
  line-height:1.4;
  padding-right:10px;
  box-sizing:border-box;
}
.zy_nav ol li.on::before {
  height: 27px;
}
.zy_nav ol li.on a {
  color: #0049a0;
  font-weight: 700;
}
.zy_nav ol li:hover::before {
  height: 27px;
}
.zy_nav ol li:hover a {
  color: #0049a0;
  font-weight: 700;
}
.wzdt_list {
  overflow: hidden;
}
.wzdt_list .title {
  color: #333333;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin: 34px auto 58px;
}
.wzdt_list ul {
  display: flex;
  justify-content: space-around;
  position: relative;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}
.wzdt_list ul::before {
  content: "";
  display: block;
  width: 100%;
  height: 60px;
  background: #0049a0;
  position: absolute;
  top: 0;
  left: 0;
}
.wzdt_list ul li {
  position: relative;
  z-index: 3;
  text-align: center;
  flex:1;
}
.wzdt_list ul li > a {
  display: block;
  color: #ffffff;
  font-size: 22px;
  line-height: 60px;
}
.wzdt_list ul li .dt_nav a {
  display: block;
  color: #333333;
  font-size: 18px;
  margin-top: 26px;
}
.wzdt_list ul li .dt_nav a:hover {
  color: #0049a0;
}
.zy_list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 56px;
}
.zy_list .zy_list_right {
  width: calc(100% - 282px);
  padding-left: 53px;
  box-sizing: border-box;
}
.zy_list .zy_list_right .jj_nr {
  min-height: 500px;
  padding-top: 50px;
}
.zy_list .zy_list_right .jj_nr p {
  color: #333;
  font-size: 18px;
  line-height: 2;
}
.zy_list .zy_list_right .jj_nr img {
  max-width: 100%;
}
.zy_list .zy_list_right .jj_nr .zzjg {
  display: block;
  margin: 0 auto;
}
.zy_list .zy_list_right .jj_nr table {
  max-width: 100%;
}
.zy_list .zy_list_right .jj_nr iframe {
  max-width: 100%;
}
.zy_list .zy_list_right .jj_nr video {
  max-width: 100%;
}
.zy_list .zy_list_right .jj_nr .ld_list li {
  width: 100%;
  box-shadow: 0 0 10px #e8e8e8;
  padding: 26px;
  padding-bottom: 10px;
  margin-bottom: 26px;
  box-sizing: border-box;
}
.zy_list .zy_list_right .jj_nr .ld_list li h1 {
  color: #333333;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}
.zy_list .zy_list_right .jj_nr .ld_list li p {
  color: #333333;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 10px;
}
.zy_list .zy_list_right .xw_list ul {
  margin-top: 20px;
  min-height: 500px;
}
.zy_list .zy_list_right .xw_list ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  height: 100px;
  border-bottom: 1px dashed #e9e9e9;
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
.zy_list .zy_list_right .xw_list ul li a::before {
  content: "";
  display: block;
  background: linear-gradient(to right, #e79527, #191684);
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s;
}
.zy_list .zy_list_right .xw_list ul li a h2 {
  position: relative;
  z-index: 3;
  float: left;
  max-width: 85%;
  color: #333333;
  font-size: 20px;
  font-weight: 400;
}
.zy_list .zy_list_right .xw_list ul li a em {
  position: relative;
  z-index: 3;
  float: right;
  color: #333333;
  font-size: 20px;
  font-family: Arial, Helvetica, sans-serif;
}
.zy_list .zy_list_right .xw_list ul li a:hover {
  padding: 0 20px;
  transition:all .5s;
}
.zy_list .zy_list_right .xw_list ul li a:hover::before {
  width: 100%;
}
.zy_list .zy_list_right .xw_list ul li a:hover h2 {
  color: #fff;
}
.zy_list .zy_list_right .xw_list ul li a:hover em {
  color: #fff;
}
.zy_list .zy_list_right .xw_list ul li:last-child a {
  border-bottom: none;
}
.zy_list .zy_list_right .xw_list ol {
  width: 100%;
  margin-top: 54px;
  min-height: 500px;
}
.zy_list .zy_list_right .xw_list ol li {
  margin-bottom: 16px;
}
.zy_list .zy_list_right .xw_list ol li a {
  display: block;
  width: 100%;
  border: 1px solid #e9e9e9;
  height: 64px;
  line-height: 64px;
  position: relative;
  color: #333333;
  font-size: 20px;
  padding-left: 36px;
  box-sizing: border-box;
  padding-right: 20px;
}
.zy_list .zy_list_right .xw_list ol li a::before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  background: #0049a0;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
.zy_list .zy_list_right .xw_list ol li a:hover {
  color: #0049a0;
  font-weight: 700;
  border: 1px solid #0049a0;
}
.zy_list .zy_list_right .gg_list ul {
  margin-top: 26px;
  min-height: 500px;
}
.zy_list .zy_list_right .gg_list ul li {
  width: 100%;
}
.zy_list .zy_list_right .gg_list ul li a {
  width: 100%;
  padding: 33px 0;
  border-bottom: 1px solid #dedede;
  display: flex;
}
.zy_list .zy_list_right .gg_list ul li a .img {
  width: 271px;
  height: 161px;
  overflow: hidden;
  margin-right: 22px;
}
.zy_list .zy_list_right .gg_list ul li a .img img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.zy_list .zy_list_right .gg_list ul li a .nr {
  flex: 1;
  width: calc(100% - 293px);
}
.zy_list .zy_list_right .gg_list ul li a .nr em {
  display: block;
  background: url(/web/img/icon32.png) no-repeat left center;
  padding-left: 26px;
  color: #999999;
  font-size: 16px;
}
.zy_list .zy_list_right .gg_list ul li a .nr h2 {
  margin: 20px 0;
  color: #333333;
  font-size: 24px;
  font-weight: 700;
}
.zy_list .zy_list_right .gg_list ul li a .nr p {
  color: #999999;
  font-size: 16px;
  line-height: 2;
}
.zy_list .zy_list_right .gg_list ul li a:hover .img img {
  transform: scale(1.1);
}
.zy_list .zy_list_right .gg_list ul li a:hover .nr h2 {
  color: #0049a0;
}
.xq_list .xq_box {
  margin-top: 62px;
  padding-bottom: 80px;
}
.xq_list .xq_box .left {
  width: 1195px;
  float: left;
  position: relative;
}
.xq_list .xq_box .left .xq_tit {
  color: #333333;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}
.xq_list .xq_box .left .lll {
  margin-top: 38px;
  padding-bottom: 15px;
  background: url(/web/img/icon38.png) no-repeat bottom center;
  text-align: center;
}
.xq_list .xq_box .left .lll span {
  color: #999999;
  font-size: 16px;
  margin: 0 47px;
}
.xq_list .xq_box .left .xq_cont {
  padding-top: 50px;
  min-height: 500px;
}
.xq_list .xq_box .left .xq_cont p {
  font-size: 18px;
  color: #333;
  line-height: 2;
}
.xq_list .xq_box .left .xq_cont img {
  max-width: 100%;
}
.xq_list .xq_box .left .xq_cont table {
  max-width: 100%;
}
.xq_list .xq_box .left .xq_cont iframe {
  max-width: 100%;
}
.xq_list .xq_box .left .xq_cont video {
  max-width: 100%;
}
.xq_list .xq_box .right {
  margin-top: 100px;
  float: right;
  position: sticky;
  top: 20px;
  width: 112px;
}
.xq_list .xq_box .right .top_r {
  border-bottom: 1px solid #eaeaea;
}
.xq_list .xq_box .right .top_r .big {
  text-align: center;
  color: #999999;
  font-size: 14px;
  display: block;
  margin: 0 auto 20px;
  cursor: pointer;
  background: url(/web/img/icon33.png) no-repeat top center;
  padding-top: 34px;
}
.xq_list .xq_box .right .top_r .big:hover {
  background: url(/web/img/icon34.png) no-repeat top center;
}
.xq_list .xq_box .right .top_r .small {
  text-align: center;
  color: #999999;
  font-size: 14px;
  display: block;
  margin: 0 auto 20px;
  cursor: pointer;
  background: url(/web/img/icon35.png) no-repeat top center;
  padding-top: 34px;
}
.xq_list .xq_box .right .top_r .small:hover {
  background: url(/web/img/icon36.png) no-repeat top center;
}
.xq_list .xq_box .right .going {
  width: 41px;
  height: 41px;
  display: block;
  margin: 30px auto 0;
  cursor: pointer;
}
.ry_list .filter {
  margin-top: 50px;
  display: flex;
  align-items: center;
  height: 51px;
  line-height: 51px;
}
.ry_list .filter .date {
  width: 270px;
  background: url(/web/img/icon40.png) no-repeat 90% 50%;
}
.ry_list .filter .date .ipt {
  width: 100%;
  margin-left: 0;
  background: none;
}
.ry_list .filter .ipt {
  width: 406px;
  height: 51px;
  line-height: 51px;
  border: 1px solid #e8e8e8;
  padding: 0 24px;
  box-sizing: border-box;
  margin-left: 20px;
  color: #333;
  font-size: 18px;
}
.ry_list .filter .ipt::placeholder {
  color: #999999;
}
.ry_list .filter .submit {
  width: 99px;
  height: 51px;
  display: block;
  line-height: 51px;
  background: #0049a0;
  text-align: center;
  color: #fff;
  font-size: 18px;
  margin-left: 8px;
  cursor: pointer;
}
.ry_list ul {
  margin-top: 40px;
  overflow: hidden;
  min-height: 500px;
}
.ry_list ul li {
  float: left;
  margin-right: 21px;
  width: 341px;
  margin-bottom: 35px;
  cursor: pointer;
}
.ry_list ul li:nth-child(3n+3) {
  margin-right: 0;
}
.ry_list ul li .img {
  width: 100%;
  height: 258px;
  overflow: hidden;
}
.ry_list ul li .img img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.ry_list ul li h2 {
  text-align: center;
  color: #333333;
  font-size: 18px;
  font-weight: 100;
  line-height: 64px;
  border: 1px solid #e9e9e9;
  border-top: none;
  padding: 0 20px;
  box-sizing: border-box;
}
.ry_list ul li:hover .img img {
  transform: scale(1.1);
}
.ry_list ol {
  margin-top: 40px;
  overflow: hidden;
  min-height: 500px;
}
.ry_list ol li {
  float: left;
  margin-right: 21px;
  width: 341px;
  margin-bottom: 35px;
  cursor: pointer;
}
.ry_list ol li:nth-child(3n+3) {
  margin-right: 0;
}
.ry_list ol li .img {
  width: 100%;
  height: 482px;
  overflow: hidden;
}
.ry_list ol li .img img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.ry_list ol li h2 {
  text-align: center;
  color: #333333;
  font-size: 18px;
  font-weight: 100;
  line-height: 64px;
  border: 1px solid #e9e9e9;
  border-top: none;
  padding: 0 20px;
  box-sizing: border-box;
}
.ry_list ol li:hover .img img {
  transform: scale(1.1);
}
.dk_list ol {
  margin-top: 40px;
  overflow: hidden;
  min-height: 500px;
}
.dk_list ol li {
  float: left;
  margin-right: 22px;
  width: 340px;
  margin-bottom: 33px;
  cursor: pointer;
}
.dk_list ol li:nth-child(3n+3) {
  margin-right: 0;
}
.dk_list ol li .img {
  width: 100%;
  height: 219px;
  overflow: hidden;
  position: relative;
}
.dk_list ol li .img img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.dk_list ol li .img .bg {
  position: absolute;
  bottom: 10px;
  left: 0;
  padding: 0 20px;
  box-sizing: border-box;
  transition: all 0.5s;
  width: 100%;
}
.dk_list ol li .img .bg h2 {
  color: #fff;
  font-size: 18px;
  font-weight: 100;
}
.dk_list ol li .img .bg p {
  opacity: 0;
  visibility: hidden;
  text-align: right;
  background: url(/web/img/icon41.png) no-repeat left center;
  font-size: 16px;
  color: #fff;
  height: 0;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 10px;
  transition: all 0.5s;
}
.dk_list ol li:hover .bg {
  margin-top: 64px;
}
.dk_list ol li:hover .bg p {
  opacity: 1;
  height: 30px;
  line-height: 30px;
  visibility: initial;
}
.dk_list ol li:hover .img img {
  transform: scale(1.1);
}
.yw_list {
  min-height: 500px;
  overflow: hidden;
}
.yw_list .yw_name {
  color: #333333;
  font-size: 38px;
  font-weight: 700;
  font-family: '思源宋体';
  text-align: center;
  margin-top: 20px;
}
.yw_list .yw_tab .yw_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
  overflow-x:auto;
}
.yw_list .yw_tab .yw_top .yw_tit {
  text-align: center;
  cursor: pointer;
  padding-bottom:20px;
}
.yw_list .yw_tab .yw_top .yw_tit .img {
  width: 178px;
  height: 188px;
}
.yw_list .yw_tab .yw_top .yw_tit .img img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.yw_list .yw_tab .yw_top .yw_tit h2 {
  color: #333333;
  font-size: 24px;
  font-weight: 400;
}
.yw_list .yw_tab .yw_top .yw_tit.on .img img {
  margin-top: -20px;
}
.yw_list .yw_tab .yw_top .yw_tit.on h2 {
  font-weight: 700;
  color: #0049a0;
}
.yw_list .yw_tab .yw_cont {
  margin-top: 40px;
  position: relative;
  height: 700px;
}
.yw_list .yw_tab .yw_cont .yw_nr {
  position: absolute;
  background: #f8fbff;
  border-top: 5px solid #0049a0;
  top: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  transform: translateY(20%);
  pointer-events: none;
  transition: all 0.5s;
  width: 100%;
  padding: 36px 34px;
  box-sizing: border-box;
  height: 100%;
  overflow-y: auto;
}
.yw_list .yw_tab .yw_cont .yw_nr p {
  color: #333333;
  font-size: 18px;
  line-height: 2;
}
.yw_list .yw_tab .yw_cont .yw_nr img {
  max-width: 100%;
}
.yw_list .yw_tab .yw_cont .yw_nr.on {
  visibility: visible;
  pointer-events: all;
  opacity: 1;
  transform: translateY(0);
}
.tc {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
  padding: 1rem;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
}
.tc .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 0.6rem;
  height: 0.6rem;
  background: #0049a0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.tc .close img {
  width: 0.25rem;
  height: 0.25rem;
}
.tc img {
  max-width: 100%;
  max-height: 100%;
}
.tc .tc_nr {
  width: 880px;
  height: 700px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 20;
  padding: 40px;
  padding-bottom: 20px;
  box-sizing: border-box;
}
.tc .tc_nr .img {
  display: block;
  width: 806px;
  height: 518px;
  object-fit: cover;
  margin: 20px auto;
}
.tc .tc_nr .tc_close {
  position: absolute;
  top: 14px;
  right: 14px;
  cursor: pointer;
}
.tc .tc_nr .tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tc .tc_nr .tit h2 {
  max-width: 75%;
  color: #333333;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 400;
}
.tc .tc_nr .tit em {
  color: #999999;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
}
.wzdt_list.zt_home__list ul::before {
    display: none;
}
.wzdt_list.zt_home__list ul{
    margin-top: 40px;
    overflow: hidden;
    min-height: 500px;
    display:block;
    padding:0;
}
.wzdt_list.zt_home__list ul li{
    float:left;
    margin-right:20px;
    margin-bottom:30px;
    width:335px;
}
.wzdt_list.zt_home__list ul li:nth-child(4n+4){
    margin-right:0;
}
.wzdt_list.zt_home__list ul li a{
    display:block;
    width:100%;
}
.wzdt_list.zt_home__list ul li a .img{
    width:100%;
    height:160px;
    overflow:hidden;
}
.wzdt_list.zt_home__list ul li a .img img{
    width:100%;
    height:100%;
    transition:all .5s;
}
.wzdt_list.zt_home__list ul li a:hover .img img{
    transform:scale(1.1);
}
.wzdt_list.zt_home__list ul li a:hover h2{
    color:#0049a0;
    font-weight:700;
}
.wzdt_list.zt_home__list ul li a h2{
    line-height:1.5;
    color:#333;
    font-size:18px;
    text-align:center;
    width:100%;
    padding:0 14px;
    box-sizing:border-box;
    margin-top:10px;
    height:54px;
}

.zt_list {
    overflow:hidden;
}
.zt_list ul::before {
    display: none;
}
.zt_list ul{
    margin-top: 40px;
    overflow: hidden;
    min-height: 500px;
    display:block;
    padding:0;
}
.zt_list ul li{
    margin-bottom:20px;
}
.zt_list ul li a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    height: 100px;
    border-bottom: 1px dashed #e9e9e9;
    width: 100%;
    position: relative;
    box-sizing: border-box;
}
.zt_list ul li a::before {
    content: "";
    display: block;
    background: linear-gradient(to right, #e79527, #191684);
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.5s;
}
.zt_list ul li a h2{
    position: relative;
    z-index: 3;
    float: left;
    max-width: 85%;
    color: #333333;
    font-size: 20px;
    font-weight: 400;
}
.zt_list ul li a em{
    position: relative;
    z-index: 3;
    float: right;
    color: #333333;
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
}
.zt_list ul li a:hover {
    padding: 0 20px;
    transition: all .5s;
}
.zt_list ul li a:hover::before {
    width: 100%;
}
.zt_list ul li a:hover h2{
    color:#fff;
}
.zt_list ul li a:hover em{
    color:#fff;
}
.wzdt_list .zy_module {
    border-bottom: none;
}
.wzdt_list .zy_module h1 {
    display: none;
}
.zy.xq  .zy_module {
    border-bottom: none;
}
.zy.xq  .zy_module h1 {
    display: none;
}
.zt_list .zy_module {
    margin-top:56px;
}<!--耗时1785009826.0917秒-->