@charset "utf-8";
* {
  padding: 0;
  margin: 0;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  min-height: 100%;
  font-family: 'Microsoft YaHei', 'PingFang SC', 'Microsoft YaHei UI', 'Source Han Sans CN', 'Source Han Serif CN', 'SimSun', 'SimHei', 'Arial';
  color: #333;
  background: #fff;
  font-size: 16px;
}
@media (max-width: 1580px) {
  body {
    font-size: 14px;
  }
}
img {
  border: 0;
  vertical-align: top;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}
input,
button {
  border-radius: 0;
}
button {
  cursor: pointer;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
textarea {
  resize: none;
  overflow: auto;
}
input,
button,
textarea,
select {
  border: 0;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background: transparent;
}
select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
table {
  border-collapse: collapse;
}
a {
  transition: 0.4s;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  zoom: 1;
}
.clear:after {
  content: '';
  display: block;
  clear: both;
}
.main {
  width: 80%;
  margin: 0 auto;
  max-width: 1400px;
}
@media (max-width: 1580px) {
  .main {
    width: 86%;
  }
}
@media (max-width: 1100px) {
  .main {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .main {
    width: 100%;
  }
}
.banner {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.banner .img {
  display: block;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .banner .img {
    min-height: 120px;
  }
}
.banner .txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner .txt img {
  max-width: 55%;
  max-height: 180px;
}
@media (max-width: 767px) {
  .banner .txt {
    padding: 0 20px;
  }
}
.banner .imgDong {
  display: block;
  width: 100%;
  object-fit: cover;
  animation: bannerimg 5s;
}
@media (max-width: 767px) {
  .banner .imgDong {
    min-height: 120px;
  }
}
@keyframes bannerimg {
  from {
    transform: scale(1.2);
  }
  to {
    transform: scale(1);
  }
}
.caiJian_img {
  clip-path: polygon(0px 0%, 100% 0%, 100% 0%, 0% 0%);
  transition: 1.5s;
}
.caiJian_img.ok {
  clip-path: polygon(0px 0%, 100% 0%, 100% 100%, 0% 100%);
}
.pb100 {
  padding-bottom: 100px;
}
@media (max-width: 1100px) {
  .pb100 {
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .pb100 {
    padding-bottom: 30px;
  }
}
.home #header {
  background: none;
  position: fixed;
}
.home .head-move {
  background: rgba(0, 0, 0, 0.8) !important;
}
#header {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 1000;
  transition: 0.5s;
  background: rgba(0, 0, 0, 0.8);
  /*顶部导航开关*/
}
#header .main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 90px;
}
@media (max-width: 1580px) {
  #header .main {
    height: 70px;
  }
}
@media (max-width: 1300px) {
  #header .main {
    width: 100%;
    padding: 0 15px;
  }
}
@media (max-width: 1100px) {
  #header .main {
    width: 100%;
    height: 70px;
  }
}
@media (max-width: 767px) {
  #header .main {
    padding: 0 15px;
    height: 60px;
  }
}
#header .logo {
  position: relative;
  z-index: 100;
}
#header .logo img {
  height: 35px;
}
@media (max-width: 767px) {
  #header .logo img {
    height: 30px;
  }
}
#header .nav {
  padding-left: 100px;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
#header .nav a {
  color: #fff;
  padding: 1px 10px 2px 10px;
  border-radius: 4px;
  white-space: nowrap;
}
@media (max-width: 1580px) {
  #header .nav {
    padding-left: 40px;
  }
}
@media (max-width: 1100px) {
  #header .nav {
    display: none;
    position: fixed;
    flex-wrap: wrap;
    top: 0px;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    height: 100vh;
    z-index: 10;
    padding: 0;
    padding-top: 80px;
  }
  #header .nav li {
    width: 100%;
    padding: 0 10%;
    line-height: 60px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  #header .nav a {
    display: block;
  }
}
@media (max-width: 767px) {
  #header .nav {
    top: 60px;
    padding-top: 10px;
  }
  #header .nav li {
    line-height: 50px;
    font-size: 14px;
  }
}
#header .nav .sel {
  background: linear-gradient(135deg, #14C7FE 0%, #145AFE 100%);
}
#header .switch {
  display: none;
  width: 24px;
  height: 20px;
  cursor: pointer;
  position: relative;
  z-index: 100;
}
@media (max-width: 1100px) {
  #header .switch {
    display: block;
  }
}
#header .switch i {
  position: relative;
  display: block;
  height: 2px;
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#header .switch i:nth-child(1) {
  top: 0;
}
#header .switch i:nth-child(3) {
  bottom: 0;
}
#header .switch i:nth-child(2) {
  margin: 6px 0;
}
#header .c-style2 .switch i {
  background: #333;
}
.open .switch i:nth-child(2) {
  opacity: 0;
}
.open .switch i:nth-child(1) {
  top: 8px !important;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.open .switch i:nth-child(3) {
  bottom: 8px !important;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.head-move {
  background: rgba(0, 0, 0, 0.8);
}
.footer .top {
  display: flex;
  justify-content: space-between;
}
.footer .top dd,
.footer .top dt {
  width: 50%;
  height: 30px;
  background: #2D2D2D;
}
@media (max-width: 767px) {
  .footer .top dd,
  .footer .top dt {
    height: 20px;
  }
}
.footer .top dt {
  border-radius: 0 30px 0 0;
}
@media (max-width: 767px) {
  .footer .top dt {
    border-radius: 0 20px 0 0;
  }
}
.footer .top dd {
  border-radius: 30px 0 0 0;
}
@media (max-width: 767px) {
  .footer .top dd {
    border-radius: 20px 0 0 0;
  }
}
.footer .nei {
  background: #2D2D2D;
}
.footer .logo {
  text-align: center;
  padding: 30px 0 50px 0;
}
.footer .logo img {
  height: 64px;
  display: inline-block;
}
@media (max-width: 1580px) {
  .footer .logo img {
    height: 60px;
  }
}
@media (max-width: 1100px) {
  .footer .logo img {
    height: 35px;
  }
}
@media (max-width: 767px) {
  .footer .logo img {
    height: 20px;
  }
}
@media (max-width: 1100px) {
  .footer .logo {
    padding: 10px 0 40px 0;
  }
}
@media (max-width: 767px) {
  .footer .logo {
    padding: 10px 0 20px 0;
  }
}
.footer .logo a {
  padding: 0 25px;
  display: inline-block;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.footer .logo a:last-child {
  border: 0;
}
@media (max-width: 1100px) {
  .footer .logo a {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .footer .logo a {
    padding: 0 5px;
  }
}
.footer .main {
  display: flex;
  justify-content: space-between;
  padding-bottom: 50px;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .footer .main {
    padding: 0 15px 20px 15px;
  }
}
.footer .main .title {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  padding-bottom: 10px;
  font-weight: bold;
  white-space: nowrap;
}
@media (max-width: 1100px) {
  .footer .main .title {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .footer .main .title {
    font-size: 14px;
    padding-bottom: 0;
  }
}
.footer .foot1 {
  width: 50%;
  border-right: 1px solid #fff;
}
@media (max-width: 1100px) {
  .footer .foot1 {
    border: 0;
    width: 42%;
  }
}
@media (max-width: 767px) {
  .footer .foot1 {
    display: none;
  }
}
.footer .foot1 .list {
  display: flex;
}
.footer .foot1 .list li {
  width: 20%;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1100px) {
  .footer .foot1 .list li {
    width: 33.33%;
    display: block;
  }
}
.footer .foot1 .list li h3 {
  font-size: 18px;
  line-height: 50px;
  color: #fff;
  font-weight: bold;
  width: 100%;
}
@media (max-width: 1100px) {
  .footer .foot1 .list li h3 {
    font-size: 16px;
    line-height: 40px;
  }
}
.footer .foot1 .list li a {
  display: block;
  width: 100%;
  color: #fff;
  line-height: 34px;
  font-size: 16px;
}
@media (max-width: 1100px) {
  .footer .foot1 .list li a {
    font-size: 14px;
    line-height: 30px;
  }
}
.footer .foot1 .list .li2 {
  width: 40%;
}
.footer .foot1 .list .li2 a {
  width: 40%;
}
@media (max-width: 1100px) {
  .footer .foot1 .list .li2 {
    width: 33.33%;
  }
  .footer .foot1 .list .li2 a {
    width: 100%;
  }
}
.footer .foot2 dl {
  color: #fff;
  padding-top: 5px;
  line-height: 28px;
}
.footer .foot2 dl dd {
  font-size: 16px;
}
@media (max-width: 1100px) {
  .footer .foot2 dl dd {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .footer .foot2 dl dd {
    font-size: 13px;
    line-height: 20px;
  }
}
.footer .foot2 dl dt {
  font-weight: bold;
  padding-bottom: 10px;
  font-size: 22px;
}
@media (max-width: 1100px) {
  .footer .foot2 dl dt {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .footer .foot2 dl dt {
    font-size: 18px;
  }
}
.footer .foot3 {
  text-align: center;
}
@media (max-width: 1100px) {
  .footer .foot3 {
    padding-left: 10px;
  }
}
@media (max-width: 767px) {
  .footer .foot3 {
    padding-left: 0px;
  }
}
.footer .foot3 img {
  width: 110px;
  margin-top: 10px;
}
@media (max-width: 1100px) {
  .footer .foot3 img {
    width: 80px;
  }
}
@media (max-width: 767px) {
  .footer .foot3 img {
    width: 70px;
  }
}
.sy_xw .img:hover,
.hz_swiper .nei:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.sy_banner {
  position: relative;
  display: block;
  width: 100%;
}
.sy_banner .img {
  display: block;
  width: 100%;
  object-fit: cover;
  height: 80vh;
}
.sy_banner .swiper-pagination {
  position: absolute;
  z-index: 100;
  width: 15px;
  top: 50%;
  transform: translate(0, -50%);
  right: 70px;
  text-align: right;
}
.sy_banner .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: #AFAFAF;
  margin: 15px 0 !important;
  opacity: 1;
  border-radius: 20px;
  float: right;
  transition: 0.5s;
}
.sy_banner .swiper-pagination-bullet-active {
  width: 90px;
  height: 15px;
  background: #fff;
  margin-left: -75px;
}
.sy_banner .imgLogo {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  left: 0;
  top: 0%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sy_banner .imgLogo img {
  max-height: 100%;
  max-width: 60%;
}
@media (max-width: 1100px) {
  .sy_banner .img {
    height: 50vh;
  }
  .sy_banner .swiper-pagination {
    right: 35px;
  }
}
@media (max-width: 767px) {
  .sy_banner .img {
    height: 300px;
  }
  .sy_banner .swiper-pagination {
    right: 15px;
  }
  .sy_banner .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 8px 0 !important;
  }
  .sy_banner .swiper-pagination-bullet-active {
    width: 40px;
    height: 8px;
  }
}
.sy_time {
  position: absolute;
  top: 120px;
  right: 0;
  background: url(../images/bg_04.png) no-repeat left top;
  background-size: 100% 100%;
  color: #fff;
  z-index: 100;
  line-height: 50px;
  padding: 0 30px;
  font-size: 20px;
  letter-spacing: 2px;
  border-radius: 40px 0 0 40px;
  font-weight: bold;
}
@media (max-width: 1580px) {
  .sy_time {
    font-size: 16px;
    top: 80px;
    letter-spacing: 1px;
    line-height: 46px;
    padding: 0 25px;
  }
}
@media (max-width: 1100px) {
  .sy_time {
    font-size: 18px;
    top: 90px;
    letter-spacing: 1px;
  }
}
@media (max-width: 767px) {
  .sy_time {
    font-size: 14px;
    top: 60px;
    line-height: 30px;
    padding: 0 15px 0 18px;
  }
}
.sy_one {
  position: relative;
  margin-top: -120px;
  z-index: 100;
  display: flex;
  align-items: flex-start;
  height: 120px;
}
@media (max-width: 1580px) {
  .sy_one {
    margin-top: -100px;
  }
}
@media (max-width: 1100px) {
  .sy_one {
    margin-top: -80px;
    height: 80px;
  }
}
@media (max-width: 767px) {
  .sy_one {
    justify-content: space-between;
    padding: 0 15px;
    margin-top: -50px;
    height: 50px;
  }
}
.sy_one a {
  width: 188px;
  line-height: 52px;
  background: url(../images/bg_02.png) no-repeat right center #fff;
  background-size: auto 100%;
  border-radius: 60px;
  display: block;
  padding-left: 30px;
  color: #1D1F87;
  font-size: 20px;
  margin-right: 40px;
  transition: 0.3s;
}
.sy_one a:hover {
  background: url(../images/bg_02-sel.png) no-repeat right center #AD308C;
  background-size: auto 100%;
  color: #fff;
}
.sy_one a:last-child {
  margin-right: 0 !important;
}
@media (max-width: 1580px) {
  .sy_one a {
    line-height: 44px;
    width: 160px;
    font-size: 18px;
    margin-right: 30px;
  }
}
@media (max-width: 1100px) {
  .sy_one a {
    margin-right: 25px;
    width: 160px;
    line-height: 44px;
    padding-left: 20px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .sy_one a {
    padding-left: 10px;
    margin-right: 0;
    width: 24.2%;
    font-size: 12px;
    line-height: 24px;
  }
}
.sy_two {
  display: flex;
  justify-content: space-between;
  margin: 100px 0;
}
@media (max-width: 1580px) {
  .sy_two {
    margin: 70px 0;
  }
}
@media (max-width: 1100px) {
  .sy_two {
    margin: 60px 0;
  }
}
@media (max-width: 767px) {
  .sy_two {
    margin: 30px 15px;
    flex-wrap: wrap;
  }
}
.sy_two .nei {
  background: #EEEEEE;
  width: 33%;
}
@media (max-width: 1100px) {
  .sy_two .nei {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .sy_two .nei {
    width: 100%;
    padding-bottom: 10px;
  }
}
.sy_two .nei .top {
  padding: 35px 40px;
  display: flex;
  justify-content: space-between;
  line-height: 36px;
}
@media (max-width: 1580px) {
  .sy_two .nei .top {
    padding: 20px 20px;
    line-height: 30px;
  }
}
@media (max-width: 1100px) {
  .sy_two .nei .top {
    padding: 25px 25px;
  }
}
@media (max-width: 767px) {
  .sy_two .nei .top {
    padding: 20px;
  }
}
.sy_two .nei .top strong {
  font-size: 22px;
  color: #1D1F87;
}
@media (max-width: 1100px) {
  .sy_two .nei .top strong {
    font-size: 20px;
  }
}
.sy_two .nei .top a {
  border: 1px solid #1D1F87;
  padding: 0 15px;
  display: inline-block;
  color: #1D1F87;
  font-size: 16px;
  border-radius: 30px;
}
.sy_two .nei .top a:hover {
  background: #1D1F87;
  color: #fff;
}
@media (max-width: 1580px) {
  .sy_two .nei .top a {
    font-size: 14px;
  }
}
.sy_two .nei .list li {
  display: block;
  width: 100%;
  margin-bottom: 1px;
  transition: 0.3s;
  background: #EEEEEE;
}
.sy_two .nei .list a {
  padding: 9px 40px;
  display: block;
  width: 100%;
  line-height: 32px;
  color: #2B1900;
  transition: 0.1s;
  background: url(../images/bg_05.png) no-repeat 22px 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 1580px) {
  .sy_two .nei .list a {
    line-height: 26px;
  }
}
@media (max-width: 1100px) {
  .sy_two .nei .list a {
    padding: 5px 28px;
    font-size: 15px;
    line-height: 26px;
    background: url(../images/bg_05.png) no-repeat 12px 16px;
  }
}
.sy_two .nei .list .sel {
  background: linear-gradient(to right, #AF2F8C, #30569C, #1E2A6E);
}
.sy_two .nei .list .sel a {
  background: url(../images/bg_05-sel.png) no-repeat 22px 22px;
  color: #fff;
}
@media (max-width: 1100px) {
  .sy_two .nei .list .sel a {
    background: url(../images/bg_05-sel.png) no-repeat 12px 16px;
  }
}
.sy_xw {
  width: 67%;
  margin: 0;
  overflow: hidden;
}
.sy_xw .swiper-pagination {
  position: absolute;
  z-index: 100;
  bottom: 30px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.sy_xw .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #AFAFAF;
  margin: 0 10px  !important;
  opacity: 1;
  border-radius: 20px;
  float: right;
  transition: 0.5s;
}
.sy_xw .swiper-pagination-bullet-active {
  width: 70px;
  height: 12px;
  background: #fff;
  margin-left: -75px;
}
.sy_xw .img {
  display: block;
  width: 100%;
  object-fit: cover;
  height: 500px;
  transition: 0.5s;
}
@media (max-width: 1580px) {
  .sy_xw .img {
    height: 410px;
  }
}
@media (max-width: 1100px) {
  .sy_xw {
    width: 60%;
  }
  .sy_xw .img {
    height: 380px;
  }
}
@media (max-width: 767px) {
  .sy_xw {
    width: 100%;
  }
  .sy_xw .img {
    height: 180px;
  }
  .sy_xw .swiper-pagination {
    bottom: 20px;
    width: 100%;
  }
  .sy_xw .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0  5px !important;
  }
  .sy_xw .swiper-pagination-bullet-active {
    width: 40px;
    height: 8px;
  }
}
.sy_three {
  margin: 100px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1580px) {
  .sy_three {
    margin: 70px 0;
  }
}
@media (max-width: 1100px) {
  .sy_three {
    margin: 60px 0;
  }
}
@media (max-width: 767px) {
  .sy_three {
    margin: 30px 15px;
    flex-wrap: wrap;
  }
}
.sy_three .nei {
  width: 30%;
}
@media (max-width: 1100px) {
  .sy_three .nei {
    width: 35%;
  }
}
@media (max-width: 767px) {
  .sy_three .nei {
    width: 100%;
  }
}
.sy_three .nei .title {
  font-size: 32px;
  background: url(../images/bg_06.png) no-repeat left bottom;
  padding-bottom: 15px;
  font-weight: bold;
  line-height: 50px;
}
@media (max-width: 1580px) {
  .sy_three .nei .title {
    font-size: 26px;
    line-height: 44px;
  }
}
@media (max-width: 767px) {
  .sy_three .nei .title {
    font-size: 20px;
    line-height: 32px;
    background-size: 100px 3px;
    letter-spacing: 1px;
  }
}
.sy_three .nei .desc {
  padding-top: 30px;
  text-align: justify;
  font-size: 18px;
  line-height: 44px;
}
@media (max-width: 1580px) {
  .sy_three .nei .desc {
    font-size: 16px;
    line-height: 38px;
  }
}
@media (max-width: 1100px) {
  .sy_three .nei .desc {
    padding-top: 25px;
    font-size: 16px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .sy_three .nei .desc {
    padding: 15px 0;
    font-size: 14px;
    line-height: 28px;
  }
}
.sy_three .shipin {
  width: 65%;
  height: 490px;
  overflow: hidden;
  border-radius: 10px;
}
.sy_three .shipin .sp {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1580px) {
  .sy_three .shipin {
    height: 380px;
  }
}
@media (max-width: 1100px) {
  .sy_three .shipin {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .sy_three .shipin {
    width: 100%;
    height: 200px;
  }
}
.sy_four {
  background: url(../images/bg_07.png) no-repeat center center;
  background-size: cover;
  overflow: hidden;
  padding: 110px 0;
}
.sy_four .main {
  display: flex;
  justify-content: center;
}
.sy_four img {
  height: 580px;
}
@media (max-width: 1580px) {
  .sy_four {
    padding: 60px 0;
  }
  .sy_four img {
    height: 400px;
  }
}
@media (max-width: 1100px) {
  .sy_four {
    padding: 60px 0;
  }
  .sy_four img {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .sy_four {
    padding: 40px 0;
  }
  .sy_four img {
    height: 150px;
  }
}
.sy_title {
  text-align: center;
  padding-bottom: 10px;
}
.sy_title h2 {
  font-size: 50px;
  font-weight: bold;
  line-height: 60px;
  padding-bottom: 20px;
  background: url(../images/bg_06.png) no-repeat bottom center;
  letter-spacing: 3px;
  margin-bottom: 15px;
}
@media (max-width: 1100px) {
  .sy_title h2 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .sy_title h2 {
    font-size: 30px;
    line-height: 40px;
    background-size: 80px 3px;
    margin-bottom: 12px;
    padding-bottom: 15px;
  }
}
.sy_title h6 {
  color: #BDBDBD;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 30px;
}
@media (max-width: 1100px) {
  .sy_title h6 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .sy_title h6 {
    font-size: 14px;
    line-height: 20px;
  }
}
.sy_title a {
  color: #205299;
  padding-top: 10px;
  display: inline-block;
}
.sy_title a:hover {
  color: #AF2F8C;
}
.sy_five {
  padding: 60px 0 40px 0;
}
@media (max-width: 1100px) {
  .sy_five {
    padding: 50px 0 ;
  }
}
@media (max-width: 767px) {
  .sy_five {
    padding: 40px 0 20px 0;
  }
}
.sy_five .list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 50px 0;
}
@media (max-width: 1100px) {
  .sy_five .list {
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  .sy_five .list {
    padding: 10px 0;
    flex-wrap: wrap;
  }
}
.sy_five li {
  width: 20%;
  position: relative;
  text-align: center;
}
@media (max-width: 767px) {
  .sy_five li {
    width: 25%;
    margin: 10px 0;
  }
}
.sy_five li::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 90px;
  background: #E8E8E8;
}
@media (max-width: 1100px) {
  .sy_five li::after {
    height: 66px;
  }
}
@media (max-width: 767px) {
  .sy_five li::after {
    height: 50px;
  }
}
.sy_five li:last-child::after {
  display: none;
}
.sy_five li img {
  height: 90px;
}
@media (max-width: 1100px) {
  .sy_five li img {
    height: 66px;
  }
}
@media (max-width: 767px) {
  .sy_five li img {
    height: 50px;
  }
}
.sy_five li .tit {
  font-weight: bold;
  width: 100%;
  text-align: center;
  font-size: 14px;
  padding: 20px 15% 0 15%;
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  .sy_five li .tit {
    padding: 15px 10px 5px 10px;
    font-size: 13px;
  }
}
.sy_five li .pimg {
  transition: 0.5s;
}
.sy_five li:hover .pimg {
  margin-top: -20px;
}
.sy_five .bottom {
  color: #797979;
  font-size: 34px;
  line-height: 70px;
  letter-spacing: 2px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 1100px) {
  .sy_five .bottom {
    font-size: 28px;
    line-height: 60px;
  }
}
@media (max-width: 767px) {
  .sy_five .bottom {
    font-size: 20px;
    line-height: 40px;
  }
}
.sy_bg {
  background: url(../images/bg_08.png) no-repeat left bottom;
  background-size: 100%;
}
.sy_six {
  display: block;
  width: 100%;
}
.sy_six img {
  display: block;
  width: 100%;
}
.sy_seven {
  padding: 80px 0 20px 0;
}
.sy_seven .main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 60px 0;
}
@media (max-width: 1100px) {
  .sy_seven .main {
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  .sy_seven .main {
    flex-wrap: wrap;
    padding: 20px;
  }
}
.sy_seven .pimg {
  width: 45%;
}
@media (max-width: 1100px) {
  .sy_seven .pimg {
    width: 52%;
  }
}
@media (max-width: 767px) {
  .sy_seven .pimg {
    width: 100%;
  }
}
.sy_seven .pimg img {
  max-width: 100%;
  transition: 0.5s;
}
.sy_seven .pimg:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.sy_seven ul {
  width: 55%;
}
@media (max-width: 1100px) {
  .sy_seven ul {
    width: 48%;
  }
}
@media (max-width: 767px) {
  .sy_seven ul {
    width: 100%;
    padding-top: 15px;
  }
}
.sy_seven ul li {
  display: block;
  width: 100%;
  text-align: center;
  padding: 20px 0;
}
@media (max-width: 1100px) {
  .sy_seven ul li {
    padding: 15px 0;
  }
}
.sy_seven ul img {
  max-width: 85%;
}
.sy_seven ul h3 {
  font-weight: bold;
  font-size: 26px;
  color: #333;
  line-height: 40px;
}
.sy_seven ul h3 strong {
  font-size: 60px;
  color: #205299;
  padding-right: 10px;
}
@media (max-width: 1100px) {
  .sy_seven ul h3 {
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 5px;
  }
  .sy_seven ul h3 strong {
    font-size: 40px;
    padding-right: 5px;
  }
}
@media (max-width: 767px) {
  .sy_seven ul h3 {
    font-size: 18px;
    line-height: 30px;
    padding-bottom: 5px;
  }
  .sy_seven ul h3 strong {
    font-size: 34px;
  }
}
.sy_seven ul p {
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}
@media (max-width: 1100px) {
  .sy_seven ul p {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .sy_seven ul p {
    font-size: 14px;
  }
}
.sy_eight {
  background: #F1F2F3;
  padding: 80px 0;
  overflow: hidden;
}
@media (max-width: 1100px) {
  .sy_eight {
    padding: 60px 30px;
  }
}
@media (max-width: 767px) {
  .sy_eight {
    padding: 30px 40px;
  }
}
.sy_eight .main {
  position: relative;
}
.sy_eight .hd_swiper {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 1100px) {
  .sy_eight .hd_swiper {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .sy_eight .hd_swiper {
    margin-top: 10px;
  }
}
.sy_eight .hd_swiper img {
  display: block;
  width: 100%;
}
.sy_eight .hd_swiper .nei {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  display: block;
  width: 100%;
}
.sy_eight .hd_swiper .nei:hover .title {
  height: 100%;
  bottom: 0;
}
.sy_eight .hd_swiper .title {
  transition: 0.5s;
  position: absolute;
  bottom: -50px;
  height: 50px;
  left: 0;
  background-color: rgba(12, 80, 193, 0.8);
  width: 100%;
  color: #fff;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 30px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.sy_eight .hd_swiper .title span {
  text-align: center;
  width: 100%;
}
@media (max-width: 767px) {
  .sy_eight .hd_swiper .title {
    font-size: 16px;
  }
}
.sy_eight .btn_next,
.sy_eight .btn_prev {
  width: 50px;
  height: 80px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  background: url(../images/left2.png) no-repeat center center;
  left: -70px;
  cursor: pointer;
  z-index: 100;
}
@media (max-width: 1100px) {
  .sy_eight .btn_next,
  .sy_eight .btn_prev {
    left: -60px;
  }
}
@media (max-width: 767px) {
  .sy_eight .btn_next,
  .sy_eight .btn_prev {
    left: -50px;
    background-size: 20px;
  }
}
.sy_eight .btn_prev {
  left: auto;
  right: -70px;
  background: url(../images/right2.png) no-repeat center center;
}
@media (max-width: 1100px) {
  .sy_eight .btn_prev {
    right: -60px;
  }
}
@media (max-width: 767px) {
  .sy_eight .btn_prev {
    right: -50px;
    background-size: 20px;
  }
}
.sy_nine {
  padding: 100px 0;
  background: url(../images/bg_09.png);
  background-size: 100% 100%;
}
@media (max-width: 1100px) {
  .sy_nine {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .sy_nine {
    padding: 40px 0;
  }
}
.sy_nine .sy_title h2 {
  color: #fff;
  background: url(../images/bg_06-2.png) no-repeat bottom center;
}
@media (max-width: 767px) {
  .sy_nine .sy_title h2 {
    background-size: 80px 3px;
  }
}
.sy_nine .sy_title h6 {
  color: #fff;
}
.sy_nine .list {
  display: flex;
  margin-top: 40px;
  justify-content: space-between;
}
@media (max-width: 1100px) {
  .sy_nine .list {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .sy_nine .list {
    margin-top: 10px;
  }
}
.sy_nine .list li {
  width: 9%;
  flex-shrink: 0;
}
.sy_nine .list li a {
  display: block;
  width: 100%;
}
.sy_nine .list li img {
  width: 100%;
}
.sy_nine .list li .img1 {
  display: block;
}
.sy_nine .list li .img2 {
  display: none;
}
.sy_nine .list .sel {
  width: 55%;
}
.sy_nine .list .sel .img1 {
  display: none;
}
.sy_nine .list .sel .img2 {
  display: block;
}
.sy_ten {
  background: url(../images/bg_10.png) no-repeat left top;
  background-size: 100% 100%;
  padding-top: 70px;
  padding-bottom: 150px;
  margin-bottom: -40px;
  overflow: hidden;
}
@media (max-width: 1100px) {
  .sy_ten {
    padding: 50px 30px 90px 30px;
  }
}
@media (max-width: 767px) {
  .sy_ten {
    padding: 30px 30px 50px 30px;
    margin-bottom: -20px;
  }
}
.sy_ten .btn_next,
.sy_ten .btn_prev {
  width: 50px;
  height: 80px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  background: url(../images/left2.png) no-repeat center center;
  left: -70px;
  cursor: pointer;
  z-index: 100;
}
@media (max-width: 1100px) {
  .sy_ten .btn_next,
  .sy_ten .btn_prev {
    left: -60px;
  }
}
@media (max-width: 767px) {
  .sy_ten .btn_next,
  .sy_ten .btn_prev {
    left: -40px;
    background-size: 20px;
  }
}
.sy_ten .btn_prev {
  left: auto;
  right: -70px;
  background: url(../images/right2.png) no-repeat center center;
}
@media (max-width: 1100px) {
  .sy_ten .btn_prev {
    right: -60px;
  }
}
@media (max-width: 767px) {
  .sy_ten .btn_prev {
    right: -40px;
    background-size: 20px;
  }
}
.sy_ten .main {
  position: relative;
}
.sy_ten .hz_swiper {
  margin-top: 50px;
}
@media (max-width: 1100px) {
  .sy_ten .hz_swiper {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .sy_ten .hz_swiper {
    margin-top: 10px;
  }
}
.sy_ten .list {
  display: flex;
  flex-wrap: wrap;
}
.sy_ten .list li {
  width: 16.666%;
  padding: 10px 5px;
}
@media (max-width: 1100px) {
  .sy_ten .list li {
    width: 25%;
  }
}
@media (max-width: 767px) {
  .sy_ten .list li {
    padding: 4px 2px;
  }
}
.sy_ten .list img {
  transition: 0.5s;
}
.sy_ten .list .nei {
  width: 100%;
  border: 2px solid #1D1F87;
  background: #fff;
  border-radius: 70px;
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 1580px) {
  .sy_ten .list .nei {
    height: 90px;
  }
}
@media (max-width: 1100px) {
  .sy_ten .list .nei {
    height: 80px;
  }
}
@media (max-width: 767px) {
  .sy_ten .list .nei {
    height: 44px;
  }
}
.sy_ten .list .nei img {
  max-width: 95%;
  max-height: 95%;
}
@media (max-width: 767px) {
  .sy_ten .list .nei img {
    max-width: 85%;
  }
}
.sy_jb {
  background: url(../images/bg_40.png) no-repeat left bottom #1D2088;
  background-size: 100%;
  padding-bottom: 170px;
  padding-top: 70px;
}
@media (max-width: 1100px) {
  .sy_jb {
    padding-bottom: 90px;
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .sy_jb {
    padding-bottom: 20px;
    padding-top: 30px;
  }
}
.sy_jb .swiper-slide {
  width: auto;
}
.sy_jb .swiper-slide img {
  height: 160px;
  margin-right: 15px;
}
@media (max-width: 767px) {
  .sy_jb .swiper-slide img {
    height: 120px;
    margin-right: 10px;
  }
}
.sy_jb .lb1 {
  padding-left: 190px;
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 1100px) {
  .sy_jb .lb1 {
    padding-left: 70px;
  }
}
@media (max-width: 767px) {
  .sy_jb .lb1 {
    padding-left: 50px;
  }
}
.sy_jb .lb2 {
  padding-right: 190px;
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 1100px) {
  .sy_jb .lb2 {
    padding-right: 70px;
  }
}
@media (max-width: 767px) {
  .sy_jb .lb2 {
    padding-right: 50px;
  }
}
.sy_jb .btn_prev,
.sy_jb .btn_next {
  position: absolute;
  top: 0;
  height: 100%;
  width: 55px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .sy_jb .btn_prev,
  .sy_jb .btn_next {
    width: 45px;
  }
}
.sy_jb .btn_prev {
  background: url(../images/left3.png) no-repeat center center;
  left: 110px;
}
@media (max-width: 1100px) {
  .sy_jb .btn_prev {
    left: 0px;
  }
}
@media (max-width: 767px) {
  .sy_jb .btn_prev {
    background-size: 24px;
  }
}
.sy_jb .btn_next {
  background: url(../images/right3.png) no-repeat center center;
  right: 110px;
}
@media (max-width: 1100px) {
  .sy_jb .btn_next {
    right: 0px;
  }
}
@media (max-width: 767px) {
  .sy_jb .btn_next {
    background-size: 24px;
  }
}
.year {
  background: none;
  margin-top: 60px;
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
  border-radius: 60px;
  padding: 2px 0;
}
@media (max-width: 1100px) {
  .year {
    margin-top: 50px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .year {
    margin: 30px 15px 20px 15px;
  }
}
.year::after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0;
  box-sizing: border-box;
  border: 2px solid #1D1F87;
  border-radius: 100px;
  width: 100%;
  height: 54px;
  z-index: 1;
}
@media (max-width: 767px) {
  .year::after {
    height: 44px;
  }
}
.year li {
  width: 50%;
  line-height: 52px;
  text-align: center;
  font-size: 26px;
  color: #1D1F87;
  font-weight: bold;
  border-radius: 40px;
  cursor: pointer;
  z-index: 5;
}
@media (max-width: 1580px) {
  .year li {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .year li {
    line-height: 42px;
    font-size: 18px;
  }
}
.year li a {
  display: block;
  width: 100%;
  text-align: center;
  color: #1D1F87;
}
.year .sel {
  background: linear-gradient(136deg, #14C7FE 0%, #145AFE 100%);
  color: #fff;
  height: 54px;
  margin-top: -2px;
}
@media (max-width: 767px) {
  .year .sel {
    height: 44px;
  }
}
.year .sel a {
  color: #fff;
}
.jb_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .jb_list {
    margin: 0 8px;
  }
}
.jb_list li {
  width: 20%;
  padding: 10px;
  padding-bottom: 40px;
}
@media (max-width: 1100px) {
  .jb_list li {
    width: 33.333%;
  }
}
@media (max-width: 767px) {
  .jb_list li {
    width: 50%;
    padding: 8px;
    padding-bottom: 15px;
  }
}
.jb_list .nei {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 0px 5px 1px rgba(190, 200, 219, 0.87);
  transition: 0.5s;
  cursor: pointer;
}
.jb_list .pimg {
  width: 100%;
  height: 220px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media (max-width: 1580px) {
  .jb_list .pimg {
    height: 180px;
  }
}
@media (max-width: 767px) {
  .jb_list .pimg {
    height: 150px;
  }
}
.jb_list .pimg img {
  display: block;
  height: 120%;
  object-fit: cover;
  transition: 0.5s;
}
.jb_list .info {
  padding: 10px 15px;
}
@media (max-width: 767px) {
  .jb_list .info {
    padding: 5px 10px;
  }
}
.jb_list .info .name {
  display: flex;
  align-items: center;
  line-height: 34px;
  width: 100%;
}
@media (max-width: 767px) {
  .jb_list .info .name {
    justify-content: space-between;
  }
}
.jb_list .info .name strong {
  font-size: 20px;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .jb_list .info .name strong {
    font-size: 18px;
  }
}
.jb_list .info .name span {
  margin-left: 15px;
  line-height: 20px;
  border: 1px solid #00AED7;
  background: #F2FEFF;
  border-radius: 13px;
  padding: 0 10px;
  font-size: 13px;
  color: #00AED7;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .jb_list .info .name span {
    font-size: 10px;
    padding: 0 8px;
    margin-left: 0;
    line-height: 18px;
    height: 18px;
  }
}
.jb_list .info .desc {
  font-size: 15px;
  color: #4E4E4E;
  line-height: 26px;
  height: 52px;
  margin: 7px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 767px) {
  .jb_list .info .desc {
    margin: 5px 0;
    line-height: 22px;
    height: 44px;
    font-size: 13px;
  }
}
.jb_list .info .bottom {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  font-size: 14px;
  color: #4E4E4E;
  align-items: center;
}
@media (max-width: 767px) {
  .jb_list .info .bottom {
    font-size: 12px;
    padding-top: 5px;
  }
}
.jb_list .info .bottom .more {
  background: url(../images/jt2.png) no-repeat right center;
  background-size: 16px;
  padding-right: 20px;
  font-size: 16px;
  color: #ED6D34;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .jb_list .info .bottom .more {
    font-size: 13px;
    background-size: 12px;
    padding-right: 15px;
    margin-left: 15px;
  }
}
.jb_list .nei:hover {
  box-shadow: 0px 0px 8px 1px rgba(2, 59, 151, 0.8);
}
.jb_list .nei:hover .info .name {
  color: #1D1F87;
}
.jb_list .nei:hover .pimg img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.tan_jb {
  width: 1200px;
  background: #EFF0F4;
  border-radius: 10px;
  padding: 50px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-height: 80vh;
  overflow: hidden;
  overflow-y: auto;
}
@media (max-width: 1100px) {
  .tan_jb {
    width: 700px;
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .tan_jb {
    width: 300px;
    height: 500px;
    flex-wrap: wrap;
    padding: 20px 15px;
  }
}
.tan_jb .left {
  width: 200px;
  flex-shrink: 0;
  position: sticky;
  top: 0;
}
@media (max-width: 1100px) {
  .tan_jb .left {
    width: 170px;
  }
}
@media (max-width: 767px) {
  .tan_jb .left {
    position: relative;
    padding-bottom: 20px;
    width: 100%;
    text-align: center;
  }
}
.tan_jb .left .tx {
  width: 200px;
  height: 200px;
  border: 3px solid #1D1F87;
  border-radius: 400px;
}
@media (max-width: 1100px) {
  .tan_jb .left .tx {
    width: 170px;
    height: 170px;
  }
}
@media (max-width: 767px) {
  .tan_jb .left .tx {
    width: 140px;
    height: 140px;
  }
}
.tan_jb .left .biaoqian {
  text-align: center;
  margin-top: -30px;
}
.tan_jb .left .biaoqian img {
  max-width: 80%;
}
@media (max-width: 767px) {
  .tan_jb .left .biaoqian img {
    max-width: 60%;
  }
}
.tan_jb .left .name {
  color: #1D1F87;
  text-align: center;
  padding: 20px 0;
  font-size: 30px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .tan_jb .left .name {
    font-size: 22px;
    padding: 10px 0;
  }
}
.tan_jb .nei {
  width: 100%;
  margin-left: 50px;
  background: #fff;
}
@media (max-width: 1100px) {
  .tan_jb .nei {
    margin-left: 40px;
  }
}
@media (max-width: 767px) {
  .tan_jb .nei {
    margin: 0;
  }
}
.tan_jb .list {
  display: flex;
  justify-content: space-between;
  padding: 40px 40px 30px 40px;
}
@media (max-width: 1100px) {
  .tan_jb .list {
    padding: 30px 30px 20px 30px;
  }
}
@media (max-width: 767px) {
  .tan_jb .list {
    padding: 15px;
    padding-bottom: 10px;
    flex-wrap: wrap;
  }
}
.tan_jb .list li {
  font-size: 18px;
  padding-left: 50px;
  line-height: 40px;
}
@media (max-width: 1100px) {
  .tan_jb .list li {
    padding-left: 40px;
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .tan_jb .list li {
    width: 100%;
    padding: 5px 0;
    padding-left: 30px;
    font-size: 14px;
  }
}
.tan_jb .list .time {
  background: url(../images/time.png) no-repeat left center;
  background-size: 40px;
}
.tan_jb .list .hy {
  background: url(../images/hy.png) no-repeat left center;
  background-size: 40px;
}
.tan_jb .list .dz {
  background: url(../images/dz.png) no-repeat left center;
  background-size: 40px;
}
@media (max-width: 1100px) {
  .tan_jb .list .time,
  .tan_jb .list .hy,
  .tan_jb .list .dz {
    background-size: 30px;
  }
}
@media (max-width: 767px) {
  .tan_jb .list .time,
  .tan_jb .list .hy,
  .tan_jb .list .dz {
    background-size: 22px;
  }
}
.tan_jb .tit {
  background: linear-gradient(to right, #BE64BB, #1E2087);
  padding-left: 40px;
  padding-right: 30px;
  border-radius: 0 50px 50px 0;
  color: #fff;
  line-height: 40px;
  font-size: 22px;
  display: inline-block;
}
@media (max-width: 767px) {
  .tan_jb .tit {
    padding-left: 20px;
    line-height: 34px;
    font-size: 18px;
    padding-right: 20px;
  }
}
.tan_jb .desc {
  margin: 0 40px;
  border-bottom: 1px solid #D0D0D0;
  font-size: 16px;
  color: #525252;
  line-height: 32px;
  padding: 15px 0;
  text-align: justify;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .tan_jb .desc {
    padding: 10px 0;
    margin: 0 20px;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
  }
}
.tan_jb .bq_list {
  margin: 0 40px;
  padding: 10px 0;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #D0D0D0;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .tan_jb .bq_list {
    padding: 10px 0;
    margin: 0 20px;
    margin-bottom: 10px;
  }
}
.tan_jb .bq_list li {
  border-radius: 20px;
  border: 1px solid #00AED7;
  line-height: 30px;
  color: #00AED7;
  font-size: 15px;
  margin: 10px 15px 10px 0;
  padding: 0 15px;
}
@media (max-width: 767px) {
  .tan_jb .bq_list li {
    font-size: 13px;
    margin: 5px 10px 5px 0;
    line-height: 24px;
    padding: 0 10px;
  }
}
.tan_jb div:last-child {
  border: 0;
}
.layui-layer-shade {
  background: rgba(3, 26, 119, 0.8) !important;
}
.jb_bg {
  background: linear-gradient(180deg, #DFECFC 0%, rgba(247, 249, 255, 0.52) 100%);
}
.jb_one {
  margin-top: 80px;
  background: #FFFFFF;
  box-shadow: 0px 2px 14px 0px rgba(65, 120, 183, 0.2);
  border-radius: 10px;
  padding: 0 6%;
  margin-bottom: 50px;
}
@media (max-width: 1100px) {
  .jb_one {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .jb_one {
    margin-top: 25px;
    padding: 0;
  }
}
.jb_one li {
  padding: 60px 0;
  border-bottom: 1px dashed #979797;
  display: flex;
  align-items: flex-start;
}
.jb_one li:last-child {
  border: 0;
}
@media (max-width: 1100px) {
  .jb_one li {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .jb_one li {
    padding: 20px 15px;
  }
}
.jb_one .left {
  flex-shrink: 0;
  width: 260px;
}
@media (max-width: 1100px) {
  .jb_one .left {
    width: 210px;
  }
}
@media (max-width: 767px) {
  .jb_one .left {
    width: 150px;
  }
}
.jb_one .left .pimg {
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  cursor: pointer;
}
@media (max-width: 1100px) {
  .jb_one .left .pimg {
    border-radius: 15px;
  }
}
@media (max-width: 767px) {
  .jb_one .left .pimg {
    border-radius: 10px;
  }
}
.jb_one .left .pimg img {
  width: 100%;
  display: block;
}
.jb_one .left .ts {
  padding-top: 10px;
  line-height: 30px;
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #ED7028;
}
@media (max-width: 767px) {
  .jb_one .left .ts {
    font-size: 13px;
    line-height: 20px;
    padding-top: 5px;
  }
}
.jb_one .right {
  padding-left: 60px;
  width: 100%;
}
@media (max-width: 1100px) {
  .jb_one .right {
    padding-left: 40px;
  }
}
@media (max-width: 767px) {
  .jb_one .right {
    padding-left: 15px;
  }
}
.jb_one .right .type {
  display: inline-block;
  background: linear-gradient(136deg, #ED7028 0%, #FE4040 100%);
  border-radius: 8px;
  line-height: 42px;
  padding: 0 14px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 1100px) {
  .jb_one .right .type {
    line-height: 34px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .jb_one .right .type {
    line-height: 30px;
    font-size: 15px;
    padding: 0 10px;
    border-radius: 5px;
  }
}
.jb_one .right .name {
  display: block;
  width: 100%;
  font-size: 28px;
  line-height: 50px;
  padding-top: 20px;
  letter-spacing: 3px;
  padding-bottom: 10px;
}
@media (max-width: 1100px) {
  .jb_one .right .name {
    font-size: 24px;
    line-height: 40px;
    padding-top: 15px;
    padding-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .jb_one .right .name {
    padding-top: 10px;
    font-size: 20px;
    padding-bottom: 3px;
  }
}
.jb_one .right .desc {
  border-top: 1px solid #EE6D29;
  position: relative;
  padding-top: 24px;
  font-size: 18px;
  line-height: 34px;
  text-align: justify;
}
.jb_one .right .desc .jt {
  width: 16px;
  height: 16px;
  border-left: 1px solid #EE6D29;
  border-bottom: 1px solid #EE6D29;
  background: #fff;
  position: absolute;
  left: 5%;
  top: -8px;
  transform: rotate(-45deg);
}
@media (max-width: 1100px) {
  .jb_one .right .desc {
    padding-top: 20px;
    line-height: 28px;
    font-size: 15px;
    background-size: auto 12px;
  }
}
@media (max-width: 767px) {
  .jb_one .right .desc {
    background-size: auto 9px;
    padding-top: 10px;
    font-size: 14px;
    line-height: 24px;
  }
}
.jb_two {
  background: #FFFFFF;
  box-shadow: 0px 2px 14px 0px rgba(65, 120, 183, 0.2);
  border-radius: 10px;
  margin: 50px 0;
  padding: 0 6%;
}
@media (max-width: 1100px) {
  .jb_two {
    margin: 30px 0;
  }
}
@media (max-width: 767px) {
  .jb_two {
    padding: 0 15px;
  }
}
.jb_two .title {
  padding-top: 50px;
  text-align: center;
  padding-bottom: 10px;
  font-size: 70px;
  font-weight: bold;
}
.jb_two .title span {
  display: inline-block;
  background-image: -webkit-linear-gradient(left, #EE6C29, #FD4040);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1100px) {
  .jb_two .title {
    padding-top: 40px;
    font-size: 50px;
  }
  .jb_two .title img {
    height: 60px;
  }
}
@media (max-width: 767px) {
  .jb_two .title {
    padding-top: 30px;
    font-size: 35px;
  }
  .jb_two .title img {
    height: 50px;
  }
}
.jb_two ul {
  display: block;
  width: 100%;
}
.jb_two ul li {
  padding-top: 75px;
  background: url(../images/bg_35.png) no-repeat left top;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 60px;
}
@media (max-width: 1100px) {
  .jb_two ul li {
    padding-top: 65px;
    background-size: auto 55px;
    padding-bottom: 45px;
  }
}
@media (max-width: 767px) {
  .jb_two ul li {
    padding-top: 50px;
    background-size: auto 40px;
    flex-wrap: wrap;
    padding-bottom: 40px;
  }
}
.jb_two .left {
  width: 250px;
  flex-shrink: 0;
}
@media (max-width: 1100px) {
  .jb_two .left {
    width: 220px;
  }
}
@media (max-width: 767px) {
  .jb_two .left {
    width: 100%;
    padding-bottom: 20px;
  }
}
.jb_two .left .time {
  padding-left: 35px;
  background: url(../images/bg_36.png) no-repeat left center;
  background-size: auto 22px;
  color: #ED7028;
  font-size: 20px;
  line-height: 30px;
}
@media (max-width: 1100px) {
  .jb_two .left .time {
    font-size: 18px;
    padding-left: 30px;
    background-size: auto 18px;
  }
}
@media (max-width: 767px) {
  .jb_two .left .time {
    font-size: 16px;
    background-size: auto 14px;
    padding-left: 24px;
  }
}
.jb_two .left .tit {
  font-size: 32px;
  padding-top: 10px;
  letter-spacing: 2px;
  line-height: 48px;
  font-weight: bold;
  text-align: justify;
}
@media (max-width: 1100px) {
  .jb_two .left .tit {
    font-size: 28px;
    line-height: 42px;
    padding-top: 5px;
  }
}
@media (max-width: 767px) {
  .jb_two .left .tit {
    font-size: 22px;
    line-height: 32px;
  }
}
.jb_two .right {
  width: 100%;
  margin-left: 8%;
  background: linear-gradient(to right, #FFF7F2, #FFBD99);
  background-size: 100% 100%;
  border-radius: 36px 36px 36px 0px;
  position: relative;
  padding: 30px 0;
}
@media (max-width: 1100px) {
  .jb_two .right {
    margin-left: 5%;
    border-radius: 25px 25px 25px 0px;
    padding: 25px 0;
  }
}
@media (max-width: 767px) {
  .jb_two .right {
    width: 100%;
    margin-left: 0;
    border-radius: 25px 25px 0 0px;
    padding: 20px 0;
  }
}
.jb_two .right .ren {
  position: absolute;
  bottom: 0;
  right: 50px;
  cursor: pointer;
  height: 130%;
  max-height: 260px;
}
@media (max-width: 1580px) {
  .jb_two .right .ren {
    height: 120%;
    max-height: 230px;
    right: 35px;
  }
}
@media (max-width: 1100px) {
  .jb_two .right .ren {
    right: 25px;
    height: 120%;
    max-height: 230px;
  }
}
@media (max-width: 767px) {
  .jb_two .right .ren {
    right: 0;
  }
}
.jb_two .right .name {
  border-left: 9px solid #FD4040;
  padding-left: 31px;
  line-height: 32px;
  height: 32px;
  display: flex;
  align-items: center;
}
.jb_two .right .name strong {
  font-size: 32px;
  padding-right: 30px;
  letter-spacing: 2px;
}
.jb_two .right .name span {
  color: #7F3306;
}
@media (max-width: 1100px) {
  .jb_two .right .name {
    padding-left: 21px;
  }
}
@media (max-width: 767px) {
  .jb_two .right .name {
    padding-left: 18px;
    border-left: 7px solid #FD4040;
    height: 26px;
    line-height: 26px;
  }
  .jb_two .right .name strong {
    font-size: 28px;
    padding-right: 20px;
  }
  .jb_two .right .name span {
    font-size: 13px;
  }
}
.jb_two .right .info {
  padding-top: 30px;
  color: #000000;
  font-size: 24px;
  padding-left: 40px;
  line-height: 40px;
  padding-right: 35%;
  text-align: justify;
}
@media (max-width: 1580px) {
  .jb_two .right .info {
    padding-right: 40%;
    font-size: 20px;
    line-height: 36px;
  }
}
@media (max-width: 1100px) {
  .jb_two .right .info {
    padding-left: 30px;
    font-size: 20px;
    padding-right: 50%;
    line-height: 36px;
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .jb_two .right .info {
    padding-left: 25px;
    font-size: 16px;
    line-height: 30px;
  }
}
.jb_three {
  padding: 0px 6%;
  color: #868686;
  margin-top: -10px;
  font-size: 20px;
}
@media (max-width: 1100px) {
  .jb_three {
    margin-top: 0px;
    font-size: 16px;
  }
}
.jb_four {
  text-align: center;
  padding: 40px 0 60px 0;
}
.jb_four img {
  max-width: 50%;
  margin-bottom: 15px;
}
.jb_four p {
  font-size: 18px;
  color: #868686;
  line-height: 30px;
}
@media (max-width: 1100px) {
  .jb_four p {
    font-size: 16px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .jb_four p {
    font-size: 14px;
    line-height: 24px;
  }
}
.layui-layer {
  box-shadow: none !important;
}
.layui-layer-content {
  overflow: hidden !important;
}
.jb_tan {
  width: 850px;
  position: relative;
  padding-top: 60px;
}
@media (max-width: 1100px) {
  .jb_tan {
    width: 600px;
  }
}
@media (max-width: 767px) {
  .jb_tan {
    width: 330px;
    padding-top: 40px;
  }
}
.jb_tan .top {
  background: url(../images/bg_38.png) no-repeat left top;
  background-size: 100%;
  padding: 30px 50px;
  color: #fff;
  padding-bottom: 100px;
  margin-bottom: -70px;
}
@media (max-width: 767px) {
  .jb_tan .top {
    padding: 15px 20px;
    padding-bottom: 70px;
    margin-bottom: -55px;
  }
}
.jb_tan .top h3 {
  font-size: 32px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .jb_tan .top h3 {
    font-size: 24px;
  }
}
.jb_tan .top p {
  opacity: 0.4;
  font-size: 22px;
}
@media (max-width: 767px) {
  .jb_tan .top p {
    font-size: 16px;
  }
}
.jb_tan .tx {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
@media (max-width: 767px) {
  .jb_tan .tx {
    text-align: right;
    padding-right: 20px;
  }
}
.jb_tan .tx img {
  width: 160px;
  height: 160px;
  padding: 8px;
  background: url(../images/bg_39.png) no-repeat left top;
  background-size: 100% 100%;
  border-radius: 400px;
}
@media (max-width: 1100px) {
  .jb_tan .tx img {
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 767px) {
  .jb_tan .tx img {
    width: 90px;
    height: 90px;
    padding: 6px;
  }
}
.jb_tan .desc {
  padding: 40px 50px 50px 50px;
  border-radius: 36px;
  background: #fff;
  font-size: 20px;
  color: #585858;
  text-align: justify;
  line-height: 40px;
  max-height: 55vh;
  overflow: hidden;
  overflow-y: auto;
}
@media (max-width: 1100px) {
  .jb_tan .desc {
    padding: 30px 50px;
    font-size: 17px;
    line-height: 34px;
  }
}
@media (max-width: 767px) {
  .jb_tan .desc {
    padding: 20px;
    font-size: 15px;
    line-height: 30px;
    border-radius: 20px;
    padding-bottom: 30px;
  }
}
.jb_tan .desc {
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
}
.jb_tan .desc::-webkit-scrollbar {
  width: 8px;
}
.jb_tan .desc::-webkit-scrollbar-track-piece {
  width: 8px;
  background-color: #ccc;
  -webkit-border-radius: 8px;
}
.jb_tan .desc::-webkit-scrollbar-thumb {
  -webkit-border-radius: 8px 8px;
  background-color: #FD4040;
}
.jb_tan .bottom {
  text-align: center;
  margin-top: -25px;
}
.jb_tan .bottom img {
  height: 50px;
  cursor: pointer;
}
@media (max-width: 1100px) {
  .jb_tan .bottom {
    margin-top: -20px;
  }
  .jb_tan .bottom img {
    height: 40px;
  }
}
@media (max-width: 767px) {
  .jb_tan .bottom {
    margin-top: -18px;
  }
  .jb_tan .bottom img {
    height: 36px;
  }
}
.zl_info {
  padding: 30px 0 50px 0;
  font-size: 16px;
  line-height: 34px;
  text-align: justify;
}
.zl_info img {
  max-width: 100%;
}
@media (max-width: 1100px) {
  .zl_info {
    padding: 20px 0 40px 0;
  }
}
@media (max-width: 767px) {
  .zl_info {
    padding: 10px 15px 40px 15px;
  }
}
.zl_one {
  padding: 30px 0 90px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .zl_one {
    flex-wrap: wrap;
    padding-top: 0;
    padding-bottom: 30px;
  }
}
.zl_one .pimg {
  width: 40%;
  padding: 0 40px;
}
.zl_one .pimg img {
  max-width: 100%;
}
@media (max-width: 1100px) {
  .zl_one .pimg {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .zl_one .pimg {
    width: 100%;
    padding: 0 20%;
  }
}
.zl_one .nei {
  width: 55%;
}
@media (max-width: 767px) {
  .zl_one .nei {
    width: 100%;
    padding: 0 15px;
  }
}
.zl_one .title {
  color: #135DF5;
  font-size: 46px;
  line-height: 70px;
  background: url(../images/bg_11.png) no-repeat left bottom;
  font-weight: bold;
  padding-bottom: 25px;
  letter-spacing: 4px;
}
@media (max-width: 1580px) {
  .zl_one .title {
    font-size: 36px;
    line-height: 54px;
  }
}
@media (max-width: 1100px) {
  .zl_one .title {
    font-size: 36px;
    letter-spacing: 2px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  .zl_one .title {
    font-size: 22px;
    letter-spacing: 1px;
    line-height: 34px;
    padding-top: 20px;
    background-size: 40px;
    padding-bottom: 20px;
  }
}
.zl_one .desc {
  padding-top: 40px;
  text-align: justify;
  font-size: 20px;
  color: #525252;
  line-height: 42px;
}
@media (max-width: 1580px) {
  .zl_one .desc {
    font-size: 18px;
    line-height: 38px;
  }
}
@media (max-width: 1100px) {
  .zl_one .desc {
    font-size: 17px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .zl_one .desc {
    padding-top: 20px;
    font-size: 15px;
    line-height: 30px;
  }
}
.zl_two {
  background: linear-gradient(146deg, rgba(0, 216, 254, 0.8), rgba(4, 103, 211, 0.9));
  margin-top: -110px;
  padding: 40px 0;
  position: relative;
  margin-bottom: 200px;
  z-index: 10;
}
@media (max-width: 1580px) {
  .zl_two {
    margin-top: -5px;
    margin-bottom: 150px;
    padding: 20px 0;
  }
}
@media (max-width: 1300px) {
  .zl_two {
    margin-bottom: 100px;
  }
}
@media (max-width: 1100px) {
  .zl_two {
    margin-top: -5px;
    margin-bottom: 100px;
    padding: 20px 0;
  }
}
@media (max-width: 767px) {
  .zl_two {
    margin-top: 0;
    padding: 15px 15px;
    margin-bottom: 50px;
  }
}
.zl_two ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1300px) {
  .zl_two ul {
    width: 100%;
  }
}
@media (max-width: 1100px) {
  .zl_two ul {
    flex-wrap: wrap;
  }
}
.zl_two li {
  padding: 0 40px;
  color: #fff;
  font-size: 22px;
  line-height: 40px;
}
@media (max-width: 1580px) {
  .zl_two li {
    font-size: 18px;
  }
}
@media (max-width: 1100px) {
  .zl_two li {
    font-size: 16px;
    width: 50%;
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  .zl_two li {
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    padding: 20px 0;
  }
}
.zl_two span {
  font-weight: bold;
  font-size: 60px;
}
@media (max-width: 1580px) {
  .zl_two span {
    font-size: 46px;
  }
}
@media (max-width: 1100px) {
  .zl_two span {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .zl_two span {
    font-size: 30px;
  }
}
.wjMain {
  background: url(../images/bg_12.png) no-repeat left top;
  background-size: 100% 100%;
  margin-bottom: -30px;
  padding-top: 70px;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .wjMain {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}
.wj_year .main {
  display: flex;
  justify-content: space-between;
  background: #fff;
  border-radius: 60px;
  padding: 2px;
}
.wj_year li {
  position: relative;
  width: 100%;
  text-align: center;
  line-height: 50px;
}
@media (max-width: 767px) {
  .wj_year li {
    line-height: 32px;
  }
}
.wj_year li a {
  font-size: 30px;
  color: #848484;
  display: block;
  width: 100%;
}
.wj_year li a:hover {
  color: #AF2F8C;
}
@media (max-width: 1580px) {
  .wj_year li a {
    font-size: 24px;
  }
}
@media (max-width: 1100px) {
  .wj_year li a {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .wj_year li a {
    font-size: 14px;
  }
}
.wj_year li.sel {
  background: linear-gradient(to right, #BE3E90, #1E2087);
  border-radius: 50px;
  font-weight: bold;
}
.wj_year li.sel::after {
  display: none;
}
.wj_year li.sel a {
  color: #fff;
}
.wj_year li::after {
  content: '';
  position: absolute;
  top: 0 ;
  left: 0;
  width: 2px;
  height: 100%;
  background: url(../images/bg_13.png) no-repeat left center;
  background-size: 2px 100%;
}
.wj_year li:first-child::after {
  display: none;
}
.wj_nav {
  margin: 40px 0;
  background: url(../images/bg_14.png) repeat-x left center;
  background-size: 100% 2px;
  height: 170px;
}
@media (max-width: 767px) {
  .wj_nav {
    height: 110px;
    margin: 20px 0;
    background-size: 100% 1px;
    overflow: hidden;
  }
}
.wj_nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wj_nav li {
  text-align: center;
  width: 50%;
}
.wj_nav li a {
  display: block;
  width: 100%;
}
.wj_nav li:hover p img {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  transform: scale(1.3);
}
.wj_nav p {
  display: block;
  width: 100%;
  height: 88px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .wj_nav p {
    height: 58px;
    margin-bottom: 10px;
  }
}
.wj_nav p img {
  height: 70px;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .wj_nav p img {
    height: 45px;
  }
}
.wj_nav span {
  font-size: 24px;
  color: #fff;
  border-radius: 28px;
  padding: 0 30px;
  line-height: 46px;
  display: inline-block;
  white-space: nowrap;
}
@media (max-width: 1580px) {
  .wj_nav span {
    font-size: 20px;
  }
}
@media (max-width: 1100px) {
  .wj_nav span {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .wj_nav span {
    font-size: 14px;
    padding: 0 10px;
    line-height: 30px;
  }
}
.wj_nav .sel p {
  background: url(../images/bg_15.png) no-repeat bottom center;
}
@media (max-width: 767px) {
  .wj_nav .sel p {
    background-size: 40px 5px;
  }
}
.wj_nav .sel span {
  background: #E9FBFE;
  color: #1D1F87;
  font-weight: bold;
}
.wj_list {
  margin: 0 -20px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .wj_list {
    margin: 0;
    padding: 0 8px;
  }
}
.wj_list li {
  width: 25%;
  padding: 20px;
}
@media (max-width: 1100px) {
  .wj_list li {
    width: 33.333%;
  }
}
@media (max-width: 767px) {
  .wj_list li {
    width: 50%;
    padding: 8px;
    padding-bottom: 20px;
  }
}
.wj_list .nei {
  display: block;
  width: 100%;
  height: 310px;
  overflow: hidden;
  position: relative;
  transition: 0.5s;
}
@media (max-width: 1100px) {
  .wj_list .nei {
    height: 260px;
  }
}
@media (max-width: 767px) {
  .wj_list .nei {
    height: 180px;
  }
}
.wj_list .nei:hover {
  border: 4px solid #fff;
}
.wj_list img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
.wj_list .title {
  transition: 0.5s;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.55);
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 18px;
}
@media (max-width: 767px) {
  .wj_list .title {
    font-size: 14px;
    line-height: 34px;
  }
}
.xx_bg {
  background: linear-gradient(180deg, #EBF3FE 0%, rgba(255, 255, 255, 0) 100%);
}
.xx_bg .year .sel {
  background: linear-gradient(329deg, #1E2087 0%, #C13F90 100%);
}
.xx_one {
  margin-top: -10px;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .xx_one {
    margin-top: -10px;
  }
}
.xx_one li {
  display: block;
  width: 100%;
  border-bottom: 1px solid #CACACA;
  padding: 20px 0;
  transition: 0.5s;
}
.xx_one li:hover {
  border-bottom: 1px solid rgba(0, 0, 0, 0.01);
}
@media (max-width: 767px) {
  .xx_one li {
    padding: 0;
  }
}
.xx_one .nei {
  display: flex;
  justify-content: space-between;
  padding-left: 0;
  color: #000;
  transition: 0.5s;
  padding-right: 25px;
}
@media (max-width: 767px) {
  .xx_one .nei {
    padding-right: 15px;
  }
}
.xx_one .nei:hover {
  background: #fff;
  -moz-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}
.xx_one .nei:hover .date {
  background-size: 100% 100%;
  color: #fff;
}
.xx_one .nei:hover .info {
  background: url(../images/bg_16-sel.png) no-repeat left center;
}
@media (max-width: 1100px) {
  .xx_one .nei:hover .info {
    background-size: 25px 2px;
  }
}
.xx_one .nei:hover .info .title {
  color: #1D1F87;
}
.xx_one .date {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  flex-shrink: 0;
  flex-wrap: wrap;
  text-align: center;
  padding-right: 15px;
  transition: 0.4s;
  background: url(../images/bg_19.png) no-repeat;
  background-size: 0 100%;
}
@media (max-width: 1100px) {
  .xx_one .date {
    width: 130px;
  }
}
@media (max-width: 767px) {
  .xx_one .date {
    width: 90px;
    padding-right: 10px;
  }
}
.xx_one .date strong {
  font-size: 64px;
  font-weight: bold;
}
@media (max-width: 1100px) {
  .xx_one .date strong {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .xx_one .date strong {
    font-size: 34px;
  }
}
.xx_one .date p {
  width: 100%;
  font-size: 20px;
}
@media (max-width: 1100px) {
  .xx_one .date p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .xx_one .date p {
    font-size: 13px;
    padding-bottom: 5px;
  }
}
.xx_one .info {
  padding: 25px 60px;
  background: url(../images/bg_16.png) no-repeat left center;
  width: 100%;
}
@media (max-width: 1100px) {
  .xx_one .info {
    padding: 20px 40px;
    background-size: 25px 2px;
  }
}
@media (max-width: 767px) {
  .xx_one .info {
    background: none !important;
    padding: 15px;
    padding-left: 0;
  }
}
.xx_one .info .title {
  font-size: 22px;
  font-weight: bold;
  line-height: 40px;
}
@media (max-width: 1100px) {
  .xx_one .info .title {
    font-size: 20px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .xx_one .info .title {
    font-size: 15px;
    line-height: 24px;
  }
}
.xx_one .info .num {
  display: flex;
  padding: 20px 0;
  line-height: 24px;
}
@media (max-width: 1100px) {
  .xx_one .info .num {
    padding: 10px 0;
  }
}
@media (max-width: 767px) {
  .xx_one .info .num {
    justify-content: space-between;
    padding-bottom: 0;
    display: none;
  }
}
.xx_one .info .num dd {
  padding-left: 25px;
  padding-right: 40px;
  font-size: 14px;
  color: #979797;
}
@media (max-width: 767px) {
  .xx_one .info .num dd {
    padding-right: 0;
    font-size: 13px;
  }
}
.xx_one .info .num .shu {
  background: url(../images/bg_17.png) no-repeat left center;
}
.xx_one .info .num .fx {
  background: url(../images/bg_18.png) no-repeat left center;
}
.xx_one .info .desc {
  font-size: 16px;
  color: #3C3C3C;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: justify;
}
@media (max-width: 1100px) {
  .xx_one .info .desc {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .xx_one .info .desc {
    display: none;
  }
}
.xx_one .pimg {
  width: 23%;
  flex-shrink: 0;
  margin: 25px 0;
}
.xx_one .pimg img {
  display: block;
  width: 100%;
}
@media (max-width: 767px) {
  .xx_one .pimg {
    margin: 20px 0;
    width: 28%;
  }
}
.xx_two li {
  background: #fff;
  margin-bottom: 20px;
  padding: 25px 40px;
  box-shadow: 2px 2px 15px 0px rgba(1, 60, 155, 0.22);
}
@media (max-width: 1100px) {
  .xx_two li {
    padding: 20px 30px;
  }
}
@media (max-width: 767px) {
  .xx_two li {
    padding: 15px;
  }
}
.xx_two .top {
  display: flex;
  justify-content: space-between;
  position: relative;
  cursor: pointer;
}
.xx_two .top .type {
  border-radius: 10px;
  border: 3px solid #BE299F;
  width: 80px;
  height: 80px;
  padding: 8px 10px;
  text-align: center;
  color: #BE299F;
  font-size: 22px;
  font-weight: bold;
  flex-shrink: 0;
}
@media (max-width: 1100px) {
  .xx_two .top .type {
    width: 70px;
    height: 70px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .xx_two .top .type {
    border: 2px solid #BE299F;
    padding: 5px;
    border-radius: 6px;
    width: 50px;
    height: 50px;
    font-size: 14px;
  }
}
.xx_two .top .type2 {
  border: 3px solid #11298A;
  color: #11298A;
}
@media (max-width: 767px) {
  .xx_two .top .type2 {
    border: 2px solid #11298A;
  }
}
.xx_two .top .title {
  font-size: 22px;
  color: #3C3C3C;
  width: 100%;
  line-height: 40px;
  padding: 0 45px;
  text-align: justify;
}
@media (max-width: 1580px) {
  .xx_two .top .title {
    font-size: 18px;
    line-height: 32px;
    padding: 0 30px;
  }
}
@media (max-width: 1100px) {
  .xx_two .top .title {
    font-size: 16px;
    line-height: 28px;
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .xx_two .top .title {
    padding: 0 15px;
    font-size: 15px;
    line-height: 24px;
  }
}
.xx_two .top .date {
  font-size: 18px;
  color: #3D3D3D;
  white-space: nowrap;
  flex-shrink: 0;
  line-height: 40px;
  position: relative;
}
@media (max-width: 1100px) {
  .xx_two .top .date {
    font-size: 16px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .xx_two .top .date {
    font-size: 12px;
    line-height: 24px;
  }
}
.xx_two .top .state {
  background: url(../images/bg_20.png) no-repeat center center;
  width: 100%;
  height: 24px;
  line-height: 24px;
  position: absolute;
  bottom: 0;
  right: 0;
  color: #8F3F7F;
  text-align: center;
  font-size: 18px;
}
@media (max-width: 1100px) {
  .xx_two .top .state {
    background-size: auto 14px;
  }
}
@media (max-width: 767px) {
  .xx_two .top .state {
    background-size: auto 10px;
    font-size: 14px;
  }
}
.xx_two .bottom {
  display: none;
  margin-top: 25px;
  padding-top: 30px;
  border-top: 2px solid #BE299F;
  position: relative;
  padding-left: 130px;
  padding-right: 80px;
  line-height: 36px;
  text-align: justify;
}
.xx_two .bottom::after {
  position: absolute;
  top: -2px;
  left: 130px;
  content: '';
  width: 40px;
  height: 40px;
  background: url(../images/bg_21.png) no-repeat left top;
}
@media (max-width: 1580px) {
  .xx_two .bottom {
    padding-left: 100px;
    padding-right: 0px;
  }
}
@media (max-width: 1100px) {
  .xx_two .bottom {
    padding-left: 100px;
    padding-top: 25px;
    line-height: 30px;
    font-size: 15px;
    padding-right: 50px;
  }
  .xx_two .bottom::after {
    left: 100px;
    background-size: 20px;
  }
}
@media (max-width: 767px) {
  .xx_two .bottom {
    padding: 20px 0 0 0;
    font-size: 14px;
    line-height: 26px;
    margin-top: 15px;
  }
  .xx_two .bottom::after {
    left: 65px;
    background-size: 18px;
  }
}
.xx_two .sel .top .state {
  background: none;
}
.fw_menu {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 30px;
  margin-top: -100px;
  position: relative;
  z-index: 20;
  border-radius: 10px;
  margin-bottom: 60px;
}
@media (max-width: 1580px) {
  .fw_menu {
    padding: 20px;
    margin-top: -40px;
  }
}
@media (max-width: 1100px) {
  .fw_menu {
    padding: 20px;
    margin-top: -20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .fw_menu {
    padding: 10px;
    margin-top: 0;
    margin-bottom: 20px;
  }
}
.fw_menu ul {
  background: #FFFFFF;
  box-shadow: 0px 2px 21px 2px rgba(166, 185, 212, 0.33);
  border: 2px solid;
  border-image: linear-gradient(180deg, rgba(255, 255, 255, 0), #acacac) 2 2;
  display: flex;
  justify-content: space-between;
  border-radius: 12px;
}
.fw_menu li {
  width: 50%;
  padding: 20px 0;
  text-align: center;
  position: relative;
  cursor: pointer;
}
@media (max-width: 767px) {
  .fw_menu li {
    padding: 10px 0;
  }
}
.fw_menu .img {
  height: 120px;
}
@media (max-width: 1580px) {
  .fw_menu .img {
    height: 100px;
  }
}
@media (max-width: 1100px) {
  .fw_menu .img {
    height: 70px;
  }
}
@media (max-width: 767px) {
  .fw_menu .img {
    height: 40px;
  }
}
.fw_menu p {
  line-height: 30px;
  font-size: 22px;
  color: #8A8A8A;
  padding-bottom: 5px;
}
@media (max-width: 1580px) {
  .fw_menu p {
    font-size: 20px;
    padding-bottom: 0;
  }
}
@media (max-width: 1100px) {
  .fw_menu p {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .fw_menu p {
    font-size: 12px;
    line-height: 14px;
    padding-top: 3px;
  }
}
.fw_menu .sel p {
  color: #135DF5;
}
.fw_menu .sel::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 7px;
  background: url(../images/bg_22.png) no-repeat center center;
}
@media (max-width: 767px) {
  .fw_menu .sel::after {
    background-size: 35px 5px;
  }
}
.fw_title {
  line-height: 70px;
  padding-bottom: 50px;
}
@media (max-width: 1580px) {
  .fw_title {
    line-height: 60px;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .fw_title {
    line-height: 50px;
    padding-bottom: 20px;
  }
}
.fw_title .en_title {
  font-family: MiSans, MiSans;
  font-size: 64px;
  color: #D7D9E0;
  text-transform: uppercase;
  font-weight: bold;
}
@media (max-width: 1580px) {
  .fw_title .en_title {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .fw_title .en_title {
    font-size: 44px;
  }
}
.fw_title .cn_title {
  color: #135DF5;
  font-size: 44px;
  font-weight: bold;
  padding-bottom: 20px;
  background: url(../images/bg_22.png) no-repeat left bottom;
}
@media (max-width: 1580px) {
  .fw_title .cn_title {
    font-size: 32px;
    background-size: 50px 6px;
    padding-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .fw_title .cn_title {
    font-size: 28px;
    background-size: 40px 5px;
    line-height: 34px;
    padding: 10px 0;
    padding-bottom: 20px;
  }
}
.fw_one {
  padding: 0 70px;
}
@media (max-width: 1100px) {
  .fw_one {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .fw_one {
    padding: 0 15px;
  }
}
.fw_one .nei {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .fw_one .nei {
    flex-wrap: wrap;
  }
}
.fw_one .desc {
  width: 100%;
  text-align: justify;
  font-size: 20px;
  color: #525252;
  line-height: 46px;
}
.fw_one .desc img {
  max-width: 100%;
}
@media (max-width: 1580px) {
  .fw_one .desc {
    font-size: 18px;
    line-height: 36px;
  }
}
@media (max-width: 1100px) {
  .fw_one .desc {
    font-size: 16px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .fw_one .desc {
    font-size: 15px;
    line-height: 30px;
    padding-bottom: 10px;
  }
}
.fw_one .pimg {
  width: 40%;
  margin-left: 10%;
  margin-top: -130px;
  flex-shrink: 0;
}
@media (max-width: 1100px) {
  .fw_one .pimg {
    margin-left: 5%;
    width: 45%;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .fw_one .pimg {
    width: 100%;
    margin-left: 0;
    padding: 10px 0;
  }
}
.fw_one .pimg img {
  max-width: 100%;
}
.jt_list li {
  background: linear-gradient(to right, #0B74FF, #199CFF, #3D83FF);
  border-radius: 15px 15px 0 0;
  margin-bottom: 70px;
  box-shadow: 0px 2px 21px 2px rgba(166, 185, 212, 0.33);
}
@media (max-width: 1100px) {
  .jt_list li {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .jt_list li {
    margin-bottom: 30px;
  }
}
.jt_list .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  color: #fff;
  line-height: 50px;
}
@media (max-width: 1100px) {
  .jt_list .top {
    line-height: 44px;
    padding: 15px 30px;
  }
}
@media (max-width: 767px) {
  .jt_list .top {
    padding: 10px 15px;
    line-height: 36px;
    flex-wrap: wrap;
  }
}
.jt_list .top .tit {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .jt_list .top .tit {
    width: 100%;
    padding: 5px 0;
  }
}
.jt_list .top .tit:last-child {
  width: auto;
  flex-direction: row-reverse;
}
.jt_list .top span {
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 100px;
  text-align: center;
  color: #0C7AFF;
  font-size: 30px;
  display: block;
  flex-shrink: 0;
  font-weight: bold;
}
@media (max-width: 1100px) {
  .jt_list .top span {
    width: 44px;
    height: 44px;
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .jt_list .top span {
    font-size: 18px;
    width: 36px;
    height: 36px;
  }
}
.jt_list .top strong {
  font-size: 28px;
  padding: 0 20px;
  white-space: nowrap;
  letter-spacing: 2px;
}
@media (max-width: 1100px) {
  .jt_list .top strong {
    font-size: 20px;
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .jt_list .top strong {
    font-size: 18px;
  }
}
.jt_list .top .xian {
  width: 100%;
  height: 20px;
  background: url(../images/xian.png) no-repeat center center;
  background-size: 100%;
  margin: 0 20px;
}
@media (max-width: 1100px) {
  .jt_list .top .xian {
    margin: 0 10px;
  }
}
@media (max-width: 767px) {
  .jt_list .top .xian {
    display: none;
  }
}
.jt_list .nei {
  background: #fff;
  border-radius: 12px 12px 0 0;
  padding: 35px 40px;
}
@media (max-width: 1100px) {
  .jt_list .nei {
    padding: 25px 35px;
  }
}
@media (max-width: 767px) {
  .jt_list .nei {
    padding: 15px;
  }
}
.jt_list .nei .title {
  background: #DE3A00;
  border-radius: 5px;
  line-height: 32px;
  display: inline-block;
  padding: 0 10px;
  color: #fff;
  text-align: center;
  min-width: 90px;
}
@media (max-width: 767px) {
  .jt_list .nei .title {
    min-width: 70px;
  }
}
.jt_list .nei .title2 {
  background: #3CA061;
}
.jt_list .nei .desc {
  font-size: 20px;
  color: #525252;
  line-height: 34px;
  text-align: justify;
  padding: 20px 0;
}
@media (max-width: 767px) {
  .jt_list .nei .desc {
    padding: 10px 0;
    line-height: 28px;
    font-size: 15px;
  }
}
.jt_list .nei .che {
  display: block;
  width: 100%;
  margin: 10px 0;
}
.jt_list .nei .biaoti {
  display: flex;
  justify-content: space-between;
  line-height: 70px;
  font-size: 22px;
  font-weight: bold;
  border-bottom: 1px solid #979797;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
@media (max-width: 1580px) {
  .jt_list .nei .biaoti {
    line-height: 60px;
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .jt_list .nei .biaoti {
    font-size: 16px;
    line-height: 40px;
  }
}
.jt_list .nei .czc {
  padding-left: 80px;
  background: url(../images/che.png) no-repeat left top;
  background-size: 60px;
  margin-top: 15px;
  line-height: 40px;
  color: #525252;
}
@media (max-width: 767px) {
  .jt_list .nei .czc {
    padding-left: 70px;
    font-size: 14px;
    line-height: 26px;
    padding-bottom: 10px;
  }
}
.lx_one {
  background: url(../images/bg_23.png) no-repeat left top #F0F2F5;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .lx_one {
    padding: 0 15px;
  }
}
.lx_one .info {
  padding: 100px 0 40px 0;
  font-size: 22px;
  color: #525252;
  line-height: 42px;
  letter-spacing: 1px;
  text-align: justify;
}
@media (max-width: 1580px) {
  .lx_one .info {
    font-size: 19px;
    line-height: 36px;
    padding: 70px 0 30px 0;
  }
}
@media (max-width: 1100px) {
  .lx_one .info {
    font-size: 18px;
    line-height: 34px;
    padding: 70px 0 30px 0;
  }
}
@media (max-width: 767px) {
  .lx_one .info {
    padding: 20px 0 15px 0;
    font-size: 15px;
    line-height: 30px;
  }
}
.lx_one .title {
  padding-bottom: 15px;
  line-height: 60px;
  background: url(../images/bg_24.png) no-repeat left bottom;
  font-size: 30px;
  color: #11298A;
  font-weight: bold;
  letter-spacing: 4px;
}
@media (max-width: 1580px) {
  .lx_one .title {
    font-size: 26px;
  }
}
@media (max-width: 1100px) {
  .lx_one .title {
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  .lx_one .title {
    font-size: 20px;
    line-height: 40px;
    letter-spacing: 2px;
    padding-bottom: 12px;
    background-size: 420%;
  }
}
.lx_one .list {
  display: flex;
  padding: 10px 0 40px 0;
}
@media (max-width: 1100px) {
  .lx_one .list {
    flex-wrap: wrap;
    padding-top: 0;
    padding-bottom: 20px;
  }
}
.lx_one .list li {
  width: 30%;
  display: flex;
  justify-content: space-between;
  border-right: 2px solid #E1E1E1;
  margin-right: 50px;
  margin-top: 20px;
  align-items: center;
  font-weight: bold;
}
@media (max-width: 1100px) {
  .lx_one .list li {
    margin-right: 25px;
    width: 45%;
    margin-bottom: 30px;
  }
  .lx_one .list li:nth-child(2n) {
    margin-right: 0;
    border-right: 0;
  }
}
@media (max-width: 767px) {
  .lx_one .list li {
    width: 50%;
    padding-right: 0;
    margin-right: 0;
    border: 0;
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
}
.lx_one .list li:last-child {
  margin-right: 0;
  border-right: 0;
}
.lx_one .list li strong {
  font-size: 22px;
}
@media (max-width: 1100px) {
  .lx_one .list li strong {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .lx_one .list li strong {
    font-size: 16px;
  }
}
.lx_one .list li p {
  font-size: 26px;
  padding-top: 10px;
}
@media (max-width: 1100px) {
  .lx_one .list li p {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .lx_one .list li p {
    font-size: 18px;
    padding-bottom: 10px;
    padding-top: 5px;
  }
}
.lx_one .list .img {
  margin-right: 50px;
  width: 110px;
}
@media (max-width: 1100px) {
  .lx_one .list .img {
    margin-right: 25px;
    width: 90px;
  }
}
@media (max-width: 767px) {
  .lx_one .list .img {
    margin-right: 0;
    width: 80px;
  }
}
.lx_two {
  background: #F0F2F5;
  padding: 90px 0;
}
@media (max-width: 1100px) {
  .lx_two {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .lx_two {
    padding: 30px 0;
  }
}
.lx_two .main {
  border: 6px solid #fff;
  border-radius: 15px;
  overflow: hidden;
}
@media (max-width: 1100px) {
  .lx_two .main {
    border: 4px solid #fff;
  }
}
.lx_two .top_menu {
  display: flex;
  justify-content: space-between;
  height: 96px;
}
@media (max-width: 1580px) {
  .lx_two .top_menu {
    height: 80px;
  }
}
@media (max-width: 1100px) {
  .lx_two .top_menu {
    height: 60px;
  }
}
@media (max-width: 767px) {
  .lx_two .top_menu {
    height: 47px;
  }
}
.lx_two .top_menu li {
  width: 50%;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 96px;
  position: relative;
  border-right: 5px solid #fff;
  cursor: pointer;
}
.lx_two .top_menu li img {
  max-height: 100%;
  max-width: 90%;
  position: relative;
  z-index: 200;
}
@media (max-width: 1580px) {
  .lx_two .top_menu li img {
    max-width: 70%;
  }
}
@media (max-width: 1100px) {
  .lx_two .top_menu li img {
    max-width: 80%;
  }
}
@media (max-width: 767px) {
  .lx_two .top_menu li img {
    max-width: 95%;
  }
}
@media (max-width: 1580px) {
  .lx_two .top_menu li {
    height: 80px;
  }
}
@media (max-width: 1100px) {
  .lx_two .top_menu li {
    height: 60px;
    border-right: 3px solid #fff;
  }
}
@media (max-width: 767px) {
  .lx_two .top_menu li {
    height: 47px;
  }
}
.lx_two .top_menu li.li1 {
  background: #E1A345;
}
.lx_two .top_menu li.li2 {
  background: #4BA5F8;
}
.lx_two .top_menu li.li3 {
  background: #CB5B25;
}
.lx_two .top_menu li.li4 {
  border: 0;
  background: #4FAF38;
}
.lx_two .top_menu .sel {
  z-index: 100;
  height: 102px;
}
@media (max-width: 1580px) {
  .lx_two .top_menu .sel {
    height: 84px;
  }
}
@media (max-width: 1100px) {
  .lx_two .top_menu .sel {
    height: 64px;
  }
}
@media (max-width: 767px) {
  .lx_two .top_menu .sel {
    height: 50px;
  }
}
.lx_two .top_menu .sel.li1::after {
  content: '';
  position: absolute;
  top: 0;
  right: -30px;
  width: 80px;
  height: 100%;
  background: url(../images/title/b1.png) no-repeat right top;
  background-size: auto 100%;
}
.lx_two .top_menu .sel.li2::before {
  content: '';
  position: absolute;
  top: 0;
  left: -50px;
  width: 97px;
  height: 100%;
  background: url(../images/title/b2.png) no-repeat right top;
  background-size: auto 100%;
}
@media (max-width: 1100px) {
  .lx_two .top_menu .sel.li2::before {
    left: -25px;
    width: 60px;
  }
}
.lx_two .top_menu .sel.li2::after {
  content: '';
  position: absolute;
  top: 0;
  right: -30px;
  width: 95px;
  height: 100%;
  background: url(../images/title/b2-2.png) no-repeat right top;
  background-size: auto 100%;
}
@media (max-width: 1100px) {
  .lx_two .top_menu .sel.li2::after {
    right: -30px;
    width: 60px;
  }
}
.lx_two .top_menu .sel.li3::before {
  content: '';
  position: absolute;
  top: 0;
  left: -50px;
  width: 97px;
  height: 100%;
  background: url(../images/title/b3.png) no-repeat right top;
  background-size: auto 100%;
}
@media (max-width: 1100px) {
  .lx_two .top_menu .sel.li3::before {
    left: -30px;
    width: 60px;
  }
}
.lx_two .top_menu .sel.li3::after {
  content: '';
  position: absolute;
  top: 0;
  right: -30px;
  width: 99px;
  height: 100%;
  background: url(../images/title/b3-2.png) no-repeat right top;
  background-size: auto 100%;
}
@media (max-width: 1100px) {
  .lx_two .top_menu .sel.li3::after {
    right: -30px;
    width: 60px;
  }
}
.lx_two .top_menu .sel.li4::after {
  content: '';
  position: absolute;
  top: 0;
  left: -30px;
  width: 82px;
  height: 100%;
  background: url(../images/title/b4.png) no-repeat right top;
  background-size: auto 100%;
}
@media (max-width: 1100px) {
  .lx_two .top_menu .sel.li4::after {
    left: -30px;
    width: 60px;
  }
}
@media (max-width: 767px) {
  .lx_two .top_menu .sel::after {
    display: none;
  }
  .lx_two .top_menu .sel::before {
    display: none;
  }
}
.lx_two .bottom {
  display: none;
  border-top: 6px solid #fff;
  background: #E1A345;
  padding: 15px;
}
@media (max-width: 1580px) {
  .lx_two .bottom {
    border-top: 4px solid #fff;
  }
}
@media (max-width: 1100px) {
  .lx_two .bottom {
    border-top: 4px solid #fff;
  }
}
@media (max-width: 767px) {
  .lx_two .bottom {
    border-top: 3px solid #fff;
    padding: 5px;
  }
}
.lx_two .bottom.sel {
  width: 100%;
  display: block;
}
.lx_two .bottom.bottom2 {
  background: #4BA5F8;
}
.lx_two .bottom.bottom2 .tb .btn_tj {
  background: #4BA5F8;
}
.lx_two .bottom.bottom3 {
  background: #CB5B25;
}
.lx_two .bottom.bottom3 .tb .btn_tj {
  background: #CB5B25;
}
.lx_two .bottom.bottom4 {
  background: #4FAF38;
}
.lx_two .bottom.bottom4 .tb .btn_tj {
  background: #4FAF38;
}
.lx_two .nei {
  width: 100%;
  background: #fff;
  padding: 60px 100px;
  border-radius: 15px;
}
@media (max-width: 1100px) {
  .lx_two .nei {
    padding: 40px 50px 40px 50px;
  }
}
@media (max-width: 767px) {
  .lx_two .nei {
    padding: 15px 20px;
  }
}
.lx_two .tb {
  width: 100%;
}
.lx_two .tb th {
  padding: 19px 0;
  width: 210px;
  padding-right: 15px;
  text-align: right;
  vertical-align: top;
  font-weight: normal;
  line-height: 26px;
  font-size: 18px;
}
@media (max-width: 1100px) {
  .lx_two .tb th {
    width: 160px;
    font-size: 16px;
    padding: 15px 0;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .lx_two .tb th {
    font-size: 15px;
    width: 100%;
    text-align: left;
    padding-right: 0;
    padding-bottom: 0;
    font-weight: bold;
    padding-top: 0px;
  }
  .lx_two .tb thnbsp {
    display: none;
  }
  .lx_two .tb th br {
    display: none;
  }
}
@media (max-width: 767px) {
  .lx_two .tb tr {
    display: flex;
    flex-wrap: wrap;
  }
}
.lx_two .tb td {
  padding: 12px 0;
  line-height: 40px;
  font-size: 18px;
}
@media (max-width: 1100px) {
  .lx_two .tb td {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .lx_two .tb td {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 15px;
    font-size: 15px;
  }
}
.lx_two .tb select,
.lx_two .tb .txt {
  border-radius: 5px;
  border: 1px solid #C3C3C3;
  min-width: 220px;
  height: 42px;
  line-height: 40px;
  font-size: 18px;
  padding: 0 15px;
  margin-right: 10px;
}
@media (max-width: 1100px) {
  .lx_two .tb select,
  .lx_two .tb .txt {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .lx_two .tb select,
  .lx_two .tb .txt {
    font-size: 15px;
  }
}
.lx_two .tb select {
  background: url(../images/bg_25.png) no-repeat right center #fff;
  cursor: pointer;
}
@media (max-width: 1100px) {
  .lx_two .tb select {
    font-size: 16px;
    min-width: 165px;
    margin-right: 5px;
  }
}
@media (max-width: 767px) {
  .lx_two .tb select {
    min-width: 140px;
    margin-right: 0;
  }
}
.lx_two .tb .txt {
  width: 88%;
}
@media (max-width: 767px) {
  .lx_two .tb .txt {
    width: 93%;
  }
}
.lx_two .tb .flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.lx_two .tb label {
  white-space: nowrap;
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-right: 40px;
}
.lx_two .tb label input {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.lx_two .tb .qt {
  padding-top: 10px;
  width: 100%;
}
.lx_two .tb .qt .txt {
  margin-left: 15px;
  width: 84%;
}
.lx_two .tb .txt_yzm {
  width: 200px;
}
@media (max-width: 767px) {
  .lx_two .tb .txt_yzm {
    width: 110px !important;
    margin-right: 0;
    min-width: 100px;
  }
}
.lx_two .tb .aYzm {
  cursor: pointer;
  color: #3F3F3F;
}
.lx_two .tb .aYzm b {
  font-weight: normal;
  color: #E1A345;
}
@media (max-width: 767px) {
  .lx_two .tb .aYzm {
    font-size: 14px;
  }
}
.lx_two .tb .img_yzm {
  width: 80px;
  height: 40px;
  margin: 0 15px;
}
@media (max-width: 767px) {
  .lx_two .tb .img_yzm {
    margin: 0 8px;
  }
}
.lx_two .tb .btn_tj {
  width: 242px;
  height: 54px;
  background: linear-gradient(312deg, #FC3120 0%, #E1A345 100%, #E1A345 100%);
  border-radius: 8px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  font-size: 26px;
  font-weight: bold;
}
@media (max-width: 1100px) {
  .lx_two .tb .btn_tj {
    line-height: 50px;
    width: 230px;
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .lx_two .tb .btn_tj {
    text-align: center;
    width: 93%;
  }
}
.lx_two .tb .td_btn {
  padding-left: 20%;
  padding-top: 30px;
}
@media (max-width: 1100px) {
  .lx_two .tb .td_btn {
    padding-left: 0;
    padding-top: 10px;
  }
}
@media (max-width: 767px) {
  .lx_two .tb .td_btn {
    text-align: left;
  }
}
.lx_two .tishi {
  background: #F6F6FF;
  border-radius: 10px;
  border: 1px solid #8181E7;
  padding: 10px 70px;
  font-size: 16px;
  color: #4C4CDE;
  line-height: 30px;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .lx_two .tishi {
    padding: 10px 15px;
    margin: 20px 0 10px 0;
    font-size: 13px;
    line-height: 24px;
  }
}
.th_main {
  padding: 80px 0 100px 0;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1100px) {
  .th_main {
    padding: 60px 0 80px 0;
  }
}
@media (max-width: 767px) {
  .th_main {
    flex-wrap: wrap;
    padding: 20px 15px;
  }
}
.th_main .th_left {
  width: 78%;
}
@media (max-width: 767px) {
  .th_main .th_left {
    width: 100%;
  }
}
.th_main .th_right {
  width: 28%;
  padding-left: 50px;
}
@media (max-width: 1580px) {
  .th_main .th_right {
    padding-left: 25px;
  }
}
@media (max-width: 1100px) {
  .th_main .th_right {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .th_main .th_right {
    width: 100%;
    padding-left: 0px;
    padding-top: 60px;
  }
}
.th_one {
  margin: 0 -12px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .th_one {
    margin: 0;
    justify-content: space-between;
    padding-top: 5px;
  }
}
.th_one li {
  width: 25%;
  padding: 0 12px 24px 12px;
}
@media (max-width: 1100px) {
  .th_one li {
    width: 33.333%;
  }
}
@media (max-width: 767px) {
  .th_one li {
    width: 48%;
    padding: 0 0 12px 0;
  }
}
.th_one li span {
  box-shadow: 0px 2px 14px 0px rgba(65, 120, 183, 0.2);
  padding: 14px 0;
  display: block;
  width: 100%;
  background: #fff;
  border: 3px solid #fff;
  border-radius: 10px;
  text-align: center;
  font-size: 20px;
  color: #797979;
  line-height: 32px;
  cursor: pointer;
}
@media (max-width: 1100px) {
  .th_one li span {
    font-size: 16px;
    line-height: 28px;
    padding: 8px 0;
  }
}
@media (max-width: 767px) {
  .th_one li span {
    font-size: 14px;
    line-height: 24px;
    padding: 4px 5px;
    border: 2px solid #fff;
  }
}
.th_one .sel span {
  border: 3px solid #3C88FF;
  color: #3C88FF;
  font-weight: bold;
}
@media (max-width: 767px) {
  .th_one .sel span {
    border: 2px solid #3C88FF;
  }
}
.th_two {
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
}
@media (max-width: 767px) {
  .th_two {
    padding-top: 20px;
  }
}
.th_two li {
  width: 20%;
  text-align: center;
  cursor: pointer;
  position: relative;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .th_two li {
    padding-bottom: 0px;
  }
}
.th_two .pimg {
  display: flex;
  justify-content: center;
  align-items: center;
}
.th_two .pimg img {
  height: 56px;
}
@media (max-width: 1100px) {
  .th_two .pimg img {
    height: 36px;
  }
}
@media (max-width: 767px) {
  .th_two .pimg img {
    height: 28px;
  }
}
.th_two .pimg .img1 {
  display: block;
}
.th_two .pimg .img2 {
  display: none;
}
.th_two .title {
  margin-top: 25px;
  padding-top: 15px;
  width: 100%;
  border-top: 2px solid #D5D6D6;
  font-size: 22px;
  color: #797979;
  position: relative;
}
@media (max-width: 1100px) {
  .th_two .title {
    font-size: 18px;
    margin-top: 22px;
  }
}
@media (max-width: 767px) {
  .th_two .title {
    margin-top: 20px;
    border-top: 1px solid #D5D6D6;
    font-size: 15px;
    padding-top: 10px;
    white-space: nowrap;
  }
}
.th_two .title::after {
  z-index: 1;
  content: '';
  position: absolute;
  top: -5px;
  width: 100%;
  height: 9px;
  left: 0;
  background: url(../images/bg_26.png) no-repeat center center;
  background-size: 0 9px;
  transition: 0.3s;
}
.th_two .sel .title {
  color: #3C88FF;
}
.th_two .sel .title::after {
  background-size: 55px 9px;
}
@media (max-width: 1100px) {
  .th_two .sel .title::after {
    background-size: 50px 7px;
  }
}
@media (max-width: 767px) {
  .th_two .sel .title::after {
    background-size: 40px 5px;
  }
}
.th_two .sel .pimg .img1 {
  display: none;
}
.th_two .sel .pimg .img2 {
  display: block;
}
.th_two .sel::after {
  content: '';
  position: absolute;
  bottom: -32px;
  left: 0;
  width: 100%;
  height: 19px;
  background: url(../images/bg_27.png) no-repeat bottom center;
  background-size: auto 100%;
}
@media (max-width: 767px) {
  .th_two .sel::after {
    height: 15px;
  }
}
.th_info {
  background: #FFFFFF;
  box-shadow: 0px 2px 14px 0px rgba(65, 120, 183, 0.2);
  border-radius: 0 0 20px 20px;
  margin-top: 30px;
  border: 2px solid;
  display: block;
  border-image: linear-gradient(180deg, #3c88ff, rgba(255, 255, 255, 0)) 2 2;
  padding: 40px;
}
@media (max-width: 1100px) {
  .th_info {
    padding: 25px;
  }
}
@media (max-width: 767px) {
  .th_info {
    padding: 15px;
  }
}
.th_info .info {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .th_info .info {
    flex-wrap: wrap;
  }
}
.th_info .info .img {
  width: 28%;
}
@media (max-width: 767px) {
  .th_info .info .img {
    width: 100%;
    margin-bottom: 15px;
  }
}
.th_info .info .txtBox {
  padding: 0 30px;
  width: 100%;
  color: #666666;
}
@media (max-width: 1100px) {
  .th_info .info .txtBox {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .th_info .info .txtBox {
    padding: 0;
  }
}
.th_info .info .txtBox .title {
  font-size: 24px;
  font-weight: bold;
  color: #000000;
}
@media (max-width: 1100px) {
  .th_info .info .txtBox .title {
    font-size: 20px;
  }
}
.th_info .info .txtBox dl {
  padding-top: 10px;
}
.th_info .info .txtBox dl dd {
  padding: 10px 0;
  padding-left: 46px;
  line-height: 28px;
}
@media (max-width: 1100px) {
  .th_info .info .txtBox dl dd {
    padding: 8px 0;
    font-size: 14px;
    line-height: 22px;
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .th_info .info .txtBox dl dd {
    padding: 9px 0;
    padding-left: 30px;
  }
}
.th_info .info .txtBox .address {
  background: url(../images/bg_dz.png) no-repeat left 10px;
}
@media (max-width: 1100px) {
  .th_info .info .txtBox .address {
    background-size: 20px;
  }
}
.th_info .info .txtBox .time {
  background: url(../images/bg_time.png) no-repeat left 10px;
}
@media (max-width: 1100px) {
  .th_info .info .txtBox .time {
    background-size: 20px;
  }
}
.th_info .info .xiazai {
  flex-shrink: 0;
  text-align: center;
  margin-top: 20px;
}
@media (max-width: 1100px) {
  .th_info .info .xiazai {
    margin-top: 10px;
  }
}
.th_info .info .xiazai img {
  height: 50px;
  margin-bottom: 15px;
  transition: 0.5s;
}
@media (max-width: 1100px) {
  .th_info .info .xiazai img {
    height: 40px;
    margin-bottom: 8px;
  }
}
@media (max-width: 767px) {
  .th_info .info .xiazai img {
    height: 30px;
  }
}
.th_info .info .xiazai span {
  border-radius: 15px;
  border: 1px solid #278CE6;
  line-height: 30px;
  padding: 0 15px;
  font-size: 15px;
  color: #278CE6;
  display: inline-block;
}
@media (max-width: 1100px) {
  .th_info .info .xiazai span {
    padding: 0 6px;
    font-size: 13px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .th_info .info .xiazai span {
    padding: 0 15px;
  }
}
.th_info .info .xiazai:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.th_info .info .xiazai:hover span {
  background: #278CE6;
  color: #fff;
}
.th_info .desc {
  text-align: justify;
  font-size: 18px;
  line-height: 38px;
  color: #525252;
  padding: 30px 0 25px 0;
}
@media (max-width: 1100px) {
  .th_info .desc {
    padding: 20px 0 15px 0;
    font-size: 16px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .th_info .desc {
    font-size: 15px;
  }
}
.th_info .fenxiang {
  display: flex;
  font-size: 14px;
  align-items: center;
  padding-bottom: 10px;
}
.th_info .p_title {
  margin-top: 20px;
  border-top: 1px solid #979797;
  padding-top: 20px;
  font-size: 26px;
  line-height: 50px;
  letter-spacing: 2px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .th_info .p_title {
    font-size: 22px;
    padding-top: 10px;
  }
}
.th_info .p_title span {
  font-size: 16px;
  color: #525252;
  font-weight: normal;
  letter-spacing: 0;
}
.th_info .p_title b {
  padding: 0 10px;
  font-weight: normal;
  color: #0650C4;
  font-size: 16px;
}
.th_info .p_list {
  display: flex;
  padding-top: 20px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.th_info .p_list li {
  width: 45%;
  height: 130px;
  background: url(../images/bg_28.png) no-repeat left top;
  background-size: 100% 100%;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
@media (max-width: 1100px) {
  .th_info .p_list li {
    width: 47%;
  }
}
@media (max-width: 767px) {
  .th_info .p_list li {
    width: 100%;
    height: 120px;
  }
}
.th_info .p_list .sel {
  background: url(../images/bg_28-sel.png) no-repeat left top;
  background-size: 100% 100%;
}
.th_info .p_list .sel .zi {
  color: #0650C4;
}
.th_info .p_list .nei {
  width: 81%;
  padding: 0 25px;
  display: flex;
  align-items: center;
}
@media (max-width: 1100px) {
  .th_info .p_list .nei {
    padding: 0 15px;
  }
}
.th_info .p_list .nei .price {
  font-size: 18px;
  font-weight: bold;
}
.th_info .p_list .nei .price strong {
  padding-left: 10px;
  font-size: 44px;
}
@media (max-width: 1100px) {
  .th_info .p_list .nei .price strong {
    font-size: 36px;
  }
}
.th_info .p_list .nei h3 {
  font-size: 16px;
  line-height: 20px;
  padding-top: 5px;
}
.th_info .p_list .zi {
  width: 18%;
  padding: 15px 20px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.th_info .p_list .zi span {
  font-size: 18px;
  font-weight: bold;
}
.th_info .p_link {
  display: flex;
  padding: 15px 0;
}
@media (max-width: 767px) {
  .th_info .p_link {
    padding: 0 0 10px 0;
    justify-content: space-between;
  }
}
.th_info .p_link a {
  display: inline-block;
  background: #FFF7E8;
  border-radius: 16px;
  border: 1px solid #FB7B0D;
  min-width: 180px;
  padding: 0 25px;
  font-size: 18px;
  text-align: center;
  line-height: 30px;
  margin-right: 50px;
  color: #FB7B0D;
}
@media (max-width: 767px) {
  .th_info .p_link a {
    min-width: 20px;
    width: 45%;
    margin-right: 0;
    font-size: 16px;
  }
}
.th_info .p_link .a2 {
  background: #F1FAEF;
  border: 1px solid #20B150;
  color: #20B150;
}
.th_three {
  background: #FFFFFF;
  box-shadow: 0px 2px 14px 0px rgba(65, 120, 183, 0.2);
  border-radius: 10px;
  padding: 25px;
  margin-bottom: 40px;
  position: relative;
  padding-top: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1580px) {
  .th_three {
    padding: 15px;
    padding-top: 50px;
  }
}
@media (max-width: 1100px) {
  .th_three {
    padding: 10px;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .th_three {
    padding: 20px 30px;
    padding-top: 60px;
    justify-content: space-between;
    margin-bottom: 30px;
  }
}
.th_three .wx {
  width: 45%;
}
@media (max-width: 1100px) {
  .th_three .wx {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .th_three .wx {
    width: 45%;
  }
}
.th_three .zi {
  line-height: 30px;
  width: 100%;
  text-align: center;
}
@media (max-width: 1100px) {
  .th_three .zi {
    text-align: center;
    line-height: 24px;
    padding-top: 5px;
  }
}
@media (max-width: 767px) {
  .th_three .zi {
    padding-top: 0;
  }
}
.th_three .zi strong {
  font-size: 25px;
}
@media (max-width: 1580px) {
  .th_three .zi strong {
    font-size: 20px;
  }
}
@media (max-width: 1100px) {
  .th_three .zi strong {
    font-size: 18px;
  }
}
.th_three .zi p {
  font-size: 14px;
}
@media (max-width: 1580px) {
  .th_three .zi p {
    font-size: 13px;
    line-height: 22px;
  }
}
@media (max-width: 1100px) {
  .th_three .zi p {
    font-size: 13px;
  }
}
.th_three .img {
  position: absolute;
  top: -70px;
  right: 0;
}
@media (max-width: 1580px) {
  .th_three .img {
    top: -50px;
    height: 100px;
  }
}
@media (max-width: 1100px) {
  .th_three .img {
    top: -40px;
    height: 90px;
  }
}
@media (max-width: 767px) {
  .th_three .img {
    top: -60px;
    height: 140px;
  }
}
.th_four {
  background: #FFFFFF;
  box-shadow: 0px 2px 14px 0px rgba(65, 120, 183, 0.2);
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 30px;
}
.th_four .top {
  text-align: center;
  color: #fff;
  line-height: 50px;
  font-size: 22px;
  background: #1E88E5;
  font-weight: bold;
  letter-spacing: 3px;
  width: 100%;
}
.th_four .logo {
  padding: 25px 20px;
  width: 100%;
  text-align: center;
}
.th_four .logo img {
  max-width: 100%;
  max-height: 70px;
}
.th_four .title {
  width: 100%;
  font-size: 14px;
  text-align: center;
  padding-bottom: 30px;
  color: #000;
  opacity: 0.6;
  background: url(../images/bg_16.png) no-repeat bottom center;
  background-size: 50px 1px;
}
.th_four .desc {
  padding: 20px 0;
  color: #000;
  opacity: 0.6;
  text-align: center;
  font-size: 14px;
  line-height: 28px;
}
.th_four .a {
  border-radius: 18px;
  border: 2px solid #1E88E5;
  width: 94%;
  max-width: 220px;
  text-align: center;
  line-height: 36px;
  display: inline-block;
  font-size: 14px;
  color: #1E88E5;
}
.th_four .a:hover {
  background: #1E88E5;
  color: #fff;
}
.th_wenti {
  background: #FFFFFF;
  box-shadow: 0px 2px 14px 0px rgba(65, 120, 183, 0.2);
  border-radius: 10px;
  margin-bottom: 20px;
  align-items: center;
  padding: 60px 20px 20px 20px;
  position: relative;
  margin-top: 70px;
}
@media (max-width: 1580px) {
  .th_wenti {
    margin-top: 50px;
    padding-top: 40px;
  }
}
@media (max-width: 1100px) {
  .th_wenti {
    margin-top: 30px;
    padding: 40px 15px 15px 15px;
  }
}
@media (max-width: 767px) {
  .th_wenti {
    padding: 60px 15px 15px 15px;
    margin-top: 60px;
  }
}
.th_wenti .img {
  position: absolute;
  top: -50px;
  left: 0;
  height: 114px;
}
@media (max-width: 1580px) {
  .th_wenti .img {
    height: 80px;
    top: -35px;
  }
}
@media (max-width: 1100px) {
  .th_wenti .img {
    height: 60px;
    top: -25px;
  }
}
@media (max-width: 767px) {
  .th_wenti .img {
    height: 100px;
    top: -40px;
  }
}
.th_wenti .title {
  color: #1E88E5;
  font-size: 24px;
  font-weight: bold;
  line-height: 50px;
  text-align: center;
  padding: 10px 0;
}
@media (max-width: 1100px) {
  .th_wenti .title {
    font-size: 20px;
    line-height: 40px;
    padding: 5px 0;
  }
}
.th_wenti .desc {
  font-size: 15px;
  color: #525252;
  line-height: 30px;
  text-align: justify;
}
@media (max-width: 1100px) {
  .th_wenti .desc {
    font-size: 14px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .th_wenti .desc {
    line-height: 32px;
  }
}
.lt_one {
  background: url(../images/bg_29.png) no-repeat left bottom #fff;
  background-size: 100%;
  padding-top: 80px;
}
@media (max-width: 1100px) {
  .lt_one {
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  .lt_one {
    padding-top: 30px;
  }
}
.lt_one .nei {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 50px;
  position: relative;
}
@media (max-width: 1100px) {
  .lt_one .nei {
    padding-top: 30px;
    padding-bottom: 120px;
  }
}
@media (max-width: 767px) {
  .lt_one .nei {
    padding: 15px;
    padding-top: 20px;
    flex-wrap: wrap;
    width: 100%;
    padding-bottom: 80px;
  }
}
.lt_one .pimg {
  width: 32%;
}
.lt_one .pimg img {
  display: block;
  width: 100%;
}
@media (max-width: 1100px) {
  .lt_one .pimg {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .lt_one .pimg {
    text-align: center;
    width: 100%;
    padding: 0 20%;
  }
}
.lt_one .right {
  width: 60%;
  text-align: justify;
  color: #1B1108;
  line-height: 48px;
  letter-spacing: 1px;
  font-size: 20px;
}
@media (max-width: 1580px) {
  .lt_one .right {
    font-size: 16px;
    line-height: 34px;
  }
}
@media (max-width: 1100px) {
  .lt_one .right {
    font-size: 17px;
    line-height: 34px;
    width: 55%;
  }
}
@media (max-width: 767px) {
  .lt_one .right {
    width: 100%;
    padding-top: 15px;
    font-size: 15px;
    line-height: 28px;
  }
}
.lt_one .num {
  position: absolute;
  right: 0;
  width: 60%;
  display: flex;
  justify-content: space-between;
  color: #fff;
  bottom: 18%;
}
@media (max-width: 1580px) {
  .lt_one .num {
    bottom: 10%;
  }
}
@media (max-width: 1100px) {
  .lt_one .num {
    bottom: 0;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .lt_one .num {
    padding: 0 10px;
    bottom: -30px;
  }
}
.lt_one .num li {
  font-size: 20px;
  line-height: 50px;
}
@media (max-width: 1580px) {
  .lt_one .num li {
    font-size: 17px;
  }
}
@media (max-width: 1100px) {
  .lt_one .num li {
    line-height: 40px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .lt_one .num li {
    font-size: 13px;
    line-height: 30px;
    text-align: center;
  }
}
.lt_one .num li strong {
  font-size: 48px;
  font-weight: bold;
}
@media (max-width: 1580px) {
  .lt_one .num li strong {
    font-size: 36px;
    line-height: 34px;
  }
}
@media (max-width: 1100px) {
  .lt_one .num li strong {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .lt_one .num li strong {
    font-size: 26px;
  }
}
.lt_main {
  background: url(../images/bg_30.png) no-repeat left top;
  background-size: 100% 100%;
  padding: 70px 0 100px 0;
  margin-bottom: -30px;
}
@media (max-width: 1100px) {
  .lt_main {
    padding: 40px 0 70px 0;
  }
}
@media (max-width: 767px) {
  .lt_main {
    padding: 50px 0 40px 0;
  }
}
.lt_year {
  display: flex;
  justify-content: space-between;
  margin: 0 -5px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .lt_year {
    margin: 0;
    padding: 0 5px;
    margin-bottom: 15px;
  }
}
.lt_year li {
  padding: 5px;
  width: 50%;
}
.lt_year span {
  display: block;
  width: 100%;
  text-align: center;
  line-height: 64px;
  border: 3px solid #EAFBFE;
  color: #EAFBFE;
  border-radius: 60px 60px 0 0;
  font-size: 32px;
  font-weight: bold;
  cursor: pointer;
}
@media (max-width: 1100px) {
  .lt_year span {
    line-height: 48px;
    border-radius: 45px 45px 0 0;
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .lt_year span {
    font-size: 20px;
    line-height: 40px;
    border-radius: 35px 35px 0 0;
  }
}
.lt_year .sel span {
  background: #EAFBFE;
  color: #003B96;
}
.lt_type {
  display: flex;
  margin-bottom: 10px;
  flex-wrap: wrap;
}
@media (max-width: 1100px) {
  .lt_type {
    margin-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .lt_type {
    margin-top: 5px;
    padding: 0 15px;
    margin-bottom: 10px;
    display: block;
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap;
  }
}
.lt_type li {
  border-radius: 27px 27px 27px 27px;
  border: 2px solid #EAFBFE;
  line-height: 44px;
  font-size: 22px;
  color: #EAFBFE;
  padding: 0 30px;
  border-radius: 40px;
  margin-right: 20px;
  cursor: pointer;
  margin-bottom: 20px;
}
@media (max-width: 1580px) {
  .lt_type li {
    font-size: 18px;
    line-height: 40px;
    padding: 0 25px;
  }
}
@media (max-width: 1100px) {
  .lt_type li {
    font-size: 16px;
    line-height: 38px;
    padding: 0 20px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .lt_type li {
    font-size: 15px;
    line-height: 28px;
    padding: 0 15px;
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
  }
}
.lt_type .sel {
  background: #EAFBFE;
  color: #003B96;
}
.lt_time {
  border-bottom: 2px solid #EAFBFE;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .lt_time {
    padding: 0 10px ;
    margin-bottom: 20px;
  }
}
.lt_time ul {
  display: flex;
  align-items: center;
}
@media (max-width: 1100px) {
  .lt_time ul {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .lt_time ul {
    overflow: hidden;
    overflow-x: auto;
    display: block;
    white-space: nowrap;
  }
}
.lt_time li {
  line-height: 60px;
  margin-right: 25px;
  cursor: pointer;
  color: #EAFBFE;
  font-size: 22px;
  padding: 0 25px 10px 25px;
  position: relative;
  white-space: nowrap;
}
@media (max-width: 1580px) {
  .lt_time li {
    font-size: 18px;
    line-height: 30px;
    padding: 0 10px 10px 10px;
  }
}
@media (max-width: 1100px) {
  .lt_time li {
    font-size: 18px;
    padding-top: 15px;
    line-height: 40px;
    margin-right: 5px;
  }
}
@media (max-width: 767px) {
  .lt_time li {
    padding: 0 10px 8px 10px;
    font-size: 15px;
    line-height: 34px;
    width: auto;
    display: inline-block;
  }
}
.lt_time li::after {
  position: absolute;
  content: '';
  background: url(../images/bg_32.png) no-repeat bottom center;
  height: 8px;
  bottom: -4px;
  left: 0;
  width: 100%;
  background-size: 0 8px;
  transition: 0.3s;
}
@media (max-width: 1100px) {
  .lt_time li::after {
    background-size: 0 6px;
  }
}
@media (max-width: 767px) {
  .lt_time li::after {
    background-size: 0 4px;
    bottom: 0;
  }
}
.lt_time .sel::after {
  background-size: 68px 7px;
}
@media (max-width: 1580px) {
  .lt_time .sel::after {
    background-size: 55px 6px;
  }
}
@media (max-width: 1100px) {
  .lt_time .sel::after {
    background-size: 50px 5px;
  }
}
@media (max-width: 767px) {
  .lt_time .sel::after {
    background-size: 40px 4px;
  }
}
.lt_list {
  padding-top: 50px;
}
@media (max-width: 767px) {
  .lt_list {
    padding: 0 15px;
    padding-top: 30px;
  }
}
.lt_list li {
  padding-bottom: 100px;
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .lt_list li {
    padding-bottom: 50px;
  }
}
.lt_list li .bj {
  position: absolute;
  top: -20px;
  border-radius: 0 30px 0 0;
  left: 0;
  width: 99.5%;
  z-index: 1;
  height: 25px;
}
@media (max-width: 1100px) {
  .lt_list li .bj {
    height: 20px;
    top: -15px;
    width: 99%;
  }
}
@media (max-width: 767px) {
  .lt_list li .bj {
    height: 20px;
    top: -12px;
    width: 99%;
  }
}
.lt_list .nei {
  position: relative;
  z-index: 10;
  background: #fff;
  border-radius: 15px;
  padding: 55px  70px 20px 70px;
  width: 100%;
  display: block;
}
@media (max-width: 1100px) {
  .lt_list .nei {
    padding: 55px  40px 20px 40px;
  }
}
@media (max-width: 767px) {
  .lt_list .nei {
    padding: 38px  20px 15px 20px;
  }
}
.lt_list .nei:hover {
  -moz-box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.2);
}
.lt_list .nei:hover .state span {
  margin-left: -30px;
}
.lt_list .state {
  position: absolute;
  padding-right: 50px;
  padding-top: 25px;
  left: 0;
  top: -39px;
  border-radius: 15px 0 0 0;
  background: url(../images/bg_33.png) no-repeat right top;
}
@media (max-width: 767px) {
  .lt_list .state {
    top: -28px;
    height: 35px;
    background-size: auto 100%;
    padding-top: 15px;
    padding-right: 25px;
  }
}
.lt_list .state span {
  margin-left: -10px;
  color: #fff;
  line-height: 46px;
  font-size: 20px;
  padding: 0 40px 0 50px;
  border-radius: 0 40px 40px 0;
  min-width: 190px;
  display: inline-block;
  font-size: 24px;
  transition: 0.3s;
}
@media (max-width: 1580px) {
  .lt_list .state span {
    font-size: 22px;
  }
}
@media (max-width: 1100px) {
  .lt_list .state span {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .lt_list .state span {
    line-height: 40px;
    font-size: 16px;
    padding: 0 30px;
    min-width: 100px;
  }
}
.lt_list .title {
  font-size: 28px;
  color: #333;
  letter-spacing: 1px;
  line-height: 40px;
  padding-bottom: 10px;
}
@media (max-width: 1580px) {
  .lt_list .title {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 1100px) {
  .lt_list .title {
    font-size: 22px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .lt_list .title {
    font-size: 20px;
    font-weight: bold;
  }
}
.lt_list dl {
  display: flex;
}
@media (max-width: 767px) {
  .lt_list dl {
    flex-wrap: wrap;
  }
}
.lt_list dl dt,
.lt_list dl dd {
  padding-left: 45px;
  font-size: 20px;
  color: #333;
  line-height: 50px;
  background: url(../images/dz2.png) no-repeat left center;
  background-size: 30px;
}
@media (max-width: 1580px) {
  .lt_list dl dt,
  .lt_list dl dd {
    font-size: 16px;
    background-size: 24px;
    padding-left: 35px;
  }
}
@media (max-width: 767px) {
  .lt_list dl dt,
  .lt_list dl dd {
    width: 100%;
    padding-right: 0;
    padding-left: 28px;
    background-size: 18px;
    font-size: 15px;
    line-height: 32px;
  }
}
.lt_list dl dt {
  background: url(../images/time2.png) no-repeat left center;
  padding-right: 70px;
  background-size: 30px;
}
@media (max-width: 1580px) {
  .lt_list dl dt {
    font-size: 16px;
    background-size: 22px;
    padding-left: 35px;
  }
}
@media (max-width: 767px) {
  .lt_list dl dt {
    background-size: 18px;
  }
}
.fu {
  position: fixed;
  bottom: 5%;
  right: 10px;
  width: 190px;
  z-index: 100;
}
@media (max-width: 767px) {
  .fu {
    bottom: 20px;
    width: 50px;
    right: 5px;
  }
}
.fu .topImg {
  display: block;
  width: 100%;
  margin-top: 20px;
}
.fu .img {
  display: block;
  width: 100%;
}
.fu .fu_one,
.fu .fu_two {
  display: block;
  width: 100%;
}
@media (max-width: 767px) {
  .fu .fu_one,
  .fu .fu_two {
    display: none;
  }
}
.fu .info {
  border-radius: 0 0 30px 30px;
}
.fu .fu_one .info {
  background: #5B5BF2;
}
.fu .fu_two .info {
  background: #5D338E;
}
.fu .top {
  padding: 0 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  padding-bottom: 15px;
  padding-top: 10px;
}
@media (max-width: 767px) {
  .fu .top {
    padding: 0 8px;
    padding-bottom: 10px;
    padding-top: 5px;
  }
}
.fu .top img {
  height: 22px;
}
@media (max-width: 767px) {
  .fu .top img {
    height: 17px;
  }
}
.fu .top span {
  font-size: 12px;
  background: url(../images/fu/bg3.png) no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  padding: 2px 12px;
  cursor: pointer;
}
.fu .nei {
  background: #fff;
  padding: 15px 0;
  border-radius: 20px;
  -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
@media (max-width: 767px) {
  .fu .nei {
    padding: 10px 0;
    border-radius: 15px;
    padding-bottom: 0;
  }
}
.fu .list {
  padding: 5px 20px;
}
@media (max-width: 767px) {
  .fu .list {
    padding: 5px 15px;
  }
}
.fu .list li {
  display: block;
  width: 100%;
  padding: 6px 0;
}
@media (max-width: 767px) {
  .fu .list li {
    padding: 4px 0;
  }
}
.fu .list a {
  display: flex;
  width: 100%;
  align-items: center;
  background: #FFFFFF;
  padding: 8px 10px;
  box-shadow: 0px 0px 6px rgba(65, 120, 183, 0.4);
  border-radius: 10px;
  color: #5B5BF2;
}
.fu .list a:hover {
  background: linear-gradient(139deg, #5B5BF3 0%, #422FEA 100%);
  color: #fff;
}
.fu .list a:hover img {
  filter: grayscale(100%) brightness(0) invert(1);
  -webkit-filter: grayscale(100%) brightness(0) invert(1);
}
@media (max-width: 767px) {
  .fu .list a {
    font-size: 14px;
    padding: 6px 10px;
  }
}
.fu .list img {
  height: 30px;
  margin-right: 15px;
}
@media (max-width: 767px) {
  .fu .list img {
    height: 26px;
    margin-right: 10px;
  }
}
.fu .fu_two .list a {
  color: #6C5BA4;
}
.fu .fu_two .list a:hover {
  background: linear-gradient(139deg, #EE8898 0%, #ED5E74 100%);
  color: #fff;
}
.fu .fu_two .list a:hover img {
  filter: grayscale(100%) brightness(0) invert(1);
  -webkit-filter: grayscale(100%) brightness(0) invert(1);
}
@media (max-width: 767px) {
  .fu .fu_two {
    display: none;
  }
}
.fu .fu_three {
  display: none;
  width: 100%;
}
@media (max-width: 767px) {
  .fu .fu_three {
    display: block;
  }
}
.fu .fu_three li {
  width: 100%;
  display: block;
  padding-bottom: 6px;
}
.fu .fu_three img {
  width: 100%;
}
.pagination {
  padding: 0 !important;
  margin-top: 0 !important;
  padding-bottom: 50px;
}
.hd_list li {
  background: #FFFFFF;
  box-shadow: 1px 1px 19px 0px rgba(1, 60, 155, 0.22);
  margin: 45px 0;
  padding: 30px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .hd_list li {
    padding: 15px;
    flex-wrap: wrap;
    margin: 30px 0;
  }
}
.hd_list .pimg {
  width: 30%;
  height: 260px;
  flex-shrink: 0;
}
.hd_list .pimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}
@media (max-width: 1100px) {
  .hd_list .pimg {
    width: 43%;
    height: 200px;
  }
}
@media (max-width: 767px) {
  .hd_list .pimg {
    width: 100%;
    margin-bottom: 15px;
  }
}
.hd_list .right {
  width: 100%;
  padding-left: 5%;
  height: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .hd_list .right {
    padding: 0;
  }
}
.hd_list .title {
  font-size: 30px;
  color: #3C3C3C;
  font-weight: bold;
  padding-bottom: 15px;
  line-height: 50px;
}
@media (max-width: 1100px) {
  .hd_list .title {
    font-size: 26px;
    line-height: 40px;
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .hd_list .title {
    font-size: 22px;
    line-height: 34px;
  }
}
.hd_list .desc {
  color: #3C3C3C;
  line-height: 30px;
  min-height: 150px;
}
@media (max-width: 1100px) {
  .hd_list .desc {
    min-height: 20px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    line-height: 26px;
  }
}
.hd_list .wei {
  padding-left: 30px;
  background: url(../images/dz3.png) no-repeat left center;
  color: #0421D3;
  font-size: 18px;
  line-height: 40px;
  background-size: 18px;
}
@media (max-width: 1100px) {
  .hd_list .wei {
    font-size: 16px;
  }
}
.tan_hd {
  width: 1000px;
}
@media (max-width: 1100px) {
  .tan_hd {
    width: 700px;
  }
}
@media (max-width: 767px) {
  .tan_hd {
    width: 300px;
  }
}
.tan_hd .nei {
  background: #fff;
  border-radius: 15px;
  padding-bottom: 50px;
  max-height: 70vh;
  overflow: hidden;
  overflow-y: auto;
}
@media (max-width: 767px) {
  .tan_hd .nei {
    padding-bottom: 30px;
  }
}
.tan_hd .info {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 40px;
}
@media (max-width: 1100px) {
  .tan_hd .info {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .tan_hd .info {
    flex-wrap: wrap;
    padding: 15px;
  }
}
.tan_hd .info .img {
  width: 35%;
  flex-shrink: 0;
  object-fit: cover;
  max-height: 170px;
}
@media (max-width: 1100px) {
  .tan_hd .info .img {
    width: 44%;
  }
}
@media (max-width: 767px) {
  .tan_hd .info .img {
    width: 100%;
    max-height: 140px;
    max-height: 130px;
  }
}
.tan_hd .info .right {
  width: 100%;
  padding-left: 5%;
}
@media (max-width: 767px) {
  .tan_hd .info .right {
    padding: 0;
  }
}
.tan_hd .info .right .title {
  color: #0A5AD9;
  font-size: 28px;
  font-weight: bold;
}
@media (max-width: 1100px) {
  .tan_hd .info .right .title {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .tan_hd .info .right .title {
    font-size: 18px;
    margin-top: 5px;
  }
}
.tan_hd .info .right dl {
  padding-top: 20px;
}
@media (max-width: 767px) {
  .tan_hd .info .right dl {
    padding-top: 10px;
  }
}
.tan_hd .info .right dl dd {
  line-height: 24px;
  color: #666666;
  font-size: 16px;
  padding-left: 35px;
  margin-top: 5px;
  padding-bottom: 5px;
}
@media (max-width: 1100px) {
  .tan_hd .info .right dl dd {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .tan_hd .info .right dl dd {
    font-size: 12px;
    padding-left: 30px;
    line-height: 20px;
    padding-bottom: 3px;
    margin-top: 3px;
  }
}
.tan_hd .info .right dl .dd {
  background: url(../images/hd1.png) no-repeat left top;
  background-size: 26px;
}
@media (max-width: 767px) {
  .tan_hd .info .right dl .dd {
    background-size: 20px;
  }
}
.tan_hd .info .right dl .time {
  background: url(../images/hd2.png) no-repeat left top;
  background-size: 26px;
}
@media (max-width: 767px) {
  .tan_hd .info .right dl .time {
    background-size: 20px;
  }
}
.tan_hd .info .right dl .wz {
  background: url(../images/hd3.png) no-repeat left top;
  background-size: 26px;
}
@media (max-width: 767px) {
  .tan_hd .info .right dl .wz {
    background-size: 20px;
  }
}
.tan_hd .tit {
  background: linear-gradient(133deg, #FF002D 0%, #4D45F3 100%);
  border-radius: 0px 20px 20px 0px;
  padding: 0 30px 0 40px;
  color: #fff;
  font-size: 20px;
  line-height: 40px;
  display: inline-block;
  margin-bottom: 30px;
}
@media (max-width: 1100px) {
  .tan_hd .tit {
    margin-bottom: 20px;
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .tan_hd .tit {
    padding: 0 20px;
    font-size: 16px;
    line-height: 34px;
    margin-bottom: 10px;
  }
}
.tan_hd .desc {
  padding: 0 40px;
  line-height: 34px;
  color: #525252;
}
@media (max-width: 1100px) {
  .tan_hd .desc {
    line-height: 30px;
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .tan_hd .desc {
    padding: 0 15px;
    line-height: 26px;
    font-size: 14px;
  }
}
.tan_hd .bottom {
  display: block;
  text-align: center;
  width: 100%;
  margin-top: -30px;
  position: relative;
  z-index: 10;
}
.tan_hd .bottom img {
  height: 60px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .tan_hd .bottom {
    margin-top: -20px;
  }
  .tan_hd .bottom img {
    height: 40px;
  }
}

.lt_time li{ margin-right: 0 !important;}

.nav li{ position: relative; padding: 10px 0;}
.nav li .la{ position: absolute; top: 100%; left: 0; width: 100%;background: rgba(0, 0, 0, 0.8); display: none;}
.nav li .la a{ line-height: 40px; text-align: center; padding: 0 !important; display: block; width: 100%; font-size: 14px !important;}
.nav li:hover{ background: rgba(0, 0, 0, 0.8);}
.nav li:hover .la{display: block;}
.nav li .la a:hover{background: linear-gradient(135deg, #14C7FE 0%, #145AFE 100%); border-radius: 0 !important;}
