html,
body {
  margin: 0;
  padding: 0;
}

ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

.container {
  max-width: 1220px;
  padding: 0 10px;
  margin: 0 auto;
  height: 100%;
  width: 100%;
}
.container::after {
  content: "";
  clear: both;
  display: block;
}

.tl-echarts {
  padding: 40px 0;
  background-color: #EEF1F6;
  height: 1100px;
}
.tl-echarts .container {
  max-width: 1290px;
  height: 1061px;
  padding: 20px 10px;
  background: url(../images/echarts-1.png) no-repeat center center;
}
.tl-echarts .ech-1 {
  width: 100%;
  padding: 0 60px;
}
.tl-echarts .ech-bt {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  color: #1764CE;
  padding: 40px 0;
  background: url(../images/echarts-2.png) no-repeat center center;
}
.tl-echarts .ech-qie {
  width: 100%;
  border-bottom: 1px solid #1764CE;
}
.tl-echarts .ech-qie span {
  display: inline-block;
  line-height: 56px;
  font-size: 18px;
  color: #333333;
  padding: 0 30px;
  cursor: pointer;
}
.tl-echarts .ech-qie span.on {
  color: #FFFFFF;
  font-weight: bold;
  background: #1764CE;
}
.tl-echarts .ech-2 {
  text-align: center;
  padding: 25px 0;
}
.tl-echarts .ech-2 span {
  font-size: 14px;
  color: #333333;
  padding: 0 10px;
  line-height: 36px;
}
.tl-echarts .ech-2 select {
  display: inline-block;
  width: 110px;
  height: 36px;
  background: #ECF5FC;
  font-size: 14px;
  color: #333333;
  border: none;
  outline: none;
  padding: 0 15px;
}
.tl-echarts .ech-2 button {
  display: inline-block;
  width: 64px;
  height: 36px;
  background: #1764CE;
  color: #FFFFFF;
  line-height: 14px;
  border: none;
  cursor: pointer;
  margin-left: 20px;
}
.tl-echarts #echer {
  width: 100%;
  height: 700px;
}

@media (max-width: 768px) {
  .tl-echarts .container {
    height: auto;
  }
  .tl-echarts .ech-1 {
    padding: 0;
  }
  .tl-echarts .ech-bt {
    font-size: 22px;
  }
  .tl-echarts .ech-qie span {
    font-size: 14px;
    line-height: 2.5;
    padding: 0 5px;
  }
  .tl-echarts .ech-2 span {
    padding: 0 5px;
  }
  .tl-echarts .ech-2 select {
    width: 80px;
    padding: 0 10px;
    font-size: 12px;
  }
  .tl-echarts .ech-2 button {
    margin-left: 5px;
    width: 50px;
  }
  .tl-echarts #echer {
    height: 500px;
  }
}
@media (max-width: 768px) {
  .tl-echarts .container {
    height: auto;
  }
  .tl-echarts .ech-1 {
    padding: 0;
  }
  .tl-echarts .ech-bt {
    font-size: 22px;
  }
  .tl-echarts .ech-qie span {
    font-size: 14px;
    line-height: 2.5;
    padding: 0 5px;
  }
  .tl-echarts .ech-2 span {
    padding: 0 5px;
  }
  .tl-echarts .ech-2 select {
    width: 80px;
    padding: 0 10px;
    font-size: 12px;
  }
  .tl-echarts .ech-2 button {
    margin-left: 5px;
    width: 50px;
  }
  .tl-echarts #echer {
    height: 500px;
  }
}
.tl-container {
  margin: 0 auto;
  max-width: 1220px;
  padding: 0 10px;
}

.tl-echarts3 {
  background: #EEF1F6;
  overflow: hidden;
}

.tl-echarts2 {
  height: auto;
  padding-bottom: 20px;
}

.tl-echarts2 .container {
  background: #FFFFFF;
  max-width: 1200px;
}

.zjtl-1 {
  background: #EEF1F6;
  padding: 60px 0;
  overflow: hidden;
}

.zj-container {
  max-width: 1220px;
  padding: 0 10px;
  margin: 0 auto;
}

.zjtl-2 {
  position: relative;
  z-index: 10;
}
.zjtl-2::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #FFFFFF;
  width: 100%;
  height: 100%;
  transform: rotate(2deg);
}

.zjtl-3 {
  background: #FFFFFF;
  box-shadow: 0 0 30px rgba(23, 100, 206, 0.1);
  position: relative;
  z-index: 10;
  padding: 20px;
}

.zjtl-con {
  width: 100%;
  height: 100%;
  background: url(../images/tl-zjtl-bg1.png) no-repeat center bottom;
  padding: 0 20px 50px;
}
.zjtl-con p {
  font-size: 16px;
  line-height: 2;
  color: #333333;
  text-indent: 2rem;
  margin-top: 10px;
}

.zjtl-4 {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
}

.zjtl-bt {
  width: 35%;
  text-align: center;
}
.zjtl-bt img {
  max-width: 90%;
}

.zjtl-sp {
  width: 65%;
  height: 420px;
}
.zjtl-sp video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 600px) {
  .zjtl-bt {
    width: 100%;
    padding: 20px 0;
  }
  .zjtl-bt img {
    max-width: 70%;
  }
  .zjtl-3 {
    padding: 10px;
  }
  .zjtl-sp {
    width: 100%;
    height: 200px;
  }
  .zjtl-con {
    padding: 0 10px 20px;
  }
  .zjtl-con p {
    font-size: 14px;
    line-height: 2;
    margin: 0;
  }
}
.zcb-top {
  height: 480px;
  position: relative;
}
.zcb-top img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.zcb-top1 {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.zcb-top2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
}

.zcb-rig {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.zcb-back {
  display: inline-block;
  width: 120px;
  line-height: 40px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.3);
  font-size: 16px;
  color: #FFF;
  text-align: center;
  margin-left: 20px;
  transition: all 0.3s;
}
.zcb-back:hover {
  background: #FFFFFF;
  color: #1764CE;
}

.zcb-sou {
  display: flex;
  width: 120px;
  height: 40px;
  transition: all 0.3s;
  background: #FFFFFF;
  border-radius: 50px;
  position: relative;
  z-index: 10;
}
.zcb-sou input[type=text] {
  border: none;
  background: none;
  background: #FFFFFF;
  width: 0;
  background: #FFFFFF;
  border-radius: 50px 0 0 50px;
  font-size: 16px;
  color: #333;
  height: 100%;
  transition: all 0.3s;
  outline: none;
  opacity: 0;
  position: absolute;
  right: 100%;
  top: 0;
  z-index: 20;
}
.zcb-sou input[type=submit] {
  border: none;
  width: 120px;
  height: 100%;
  border-radius: 50px;
  background: #FFF;
  background: url(../images/zcb-sou.png) no-repeat left 20px top 8px;
  font-size: 16px;
  color: #1764CE;
  padding-left: 30px;
  cursor: pointer;
  transition: all 0.3s;
}

.zcb-sou.focus {
  border-radius: 0 50px 50px 0;
}
.zcb-sou.focus input[type=text] {
  padding: 0 15px;
  opacity: 1;
  width: 200px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}
.zcb-sou.focus input[type=submit] {
  border-radius: 0 50px 50px 0;
  box-shadow: -5px 0 5px rgba(0, 0, 0, 0.1);
}

.zcb-cont {
  text-align: center;
  font-size: 36px;
  color: #fff;
  margin-top: 200px;
}

.zcb-con {
  background: #EEF1F6;
  padding: 30px 0;
}

.zcb-con1 {
  background: #FFFFFF;
  padding: 30px;
  padding-bottom: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.zcb-con1 a {
  display: block;
  width: 48.7%;
  height: 160px;
  position: relative;
  padding-left: 3.5%;
  padding-top: 35px;
  color: #FFFFFF;
  line-height: 44px;
  overflow: hidden;
  transition: all 0.3s;
  margin-bottom: 30px;
}
.zcb-con1 a span {
  position: relative;
  z-index: 10;
  font-size: 24px;
}
.zcb-con1 a p {
  position: relative;
  z-index: 10;
  margin: 0;
  font-size: 26px;
  font-weight: bold;
}
.zcb-con1 a img {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right center;
     object-position: right center;
}
.zcb-con1 a:hover {
  box-shadow: 0 0 30px rgba(23, 100, 206, 0.2);
}

@media (max-width: 1200px) {
  .zcb-top {
    height: 40vw;
  }
  .zcb-cont {
    margin-top: 15vw;
  }
}
@media (max-width: 800px) {
  .zcb-top2 {
    padding-top: 20px;
  }
  .zcb-logo img {
    height: 30px;
  }
  .zcb-back {
    font-size: 14px;
    line-height: 30px;
    width: 90px;
    margin-left: 10px;
  }
  .zcb-cont {
    font-size: 14px;
    margin-top: 13vw;
  }
  .zcb-con1 {
    padding: 20px 10px;
  }
  .zcb-con1 a {
    width: 100%;
    margin-bottom: 10px;
    height: 100px;
    padding-top: 20px;
    line-height: 2;
  }
  .zcb-con1 a p {
    font-size: 16px;
  }
  .zcb-con1 a span {
    font-size: 14px;
  }
  .zcb-sou {
    height: 30px;
    width: 80px;
  }
  .zcb-sou input[type=submit] {
    width: 100%;
    background-size: auto 60%;
    font-size: 14px;
    background-position: left 20% top 50%;
    padding-left: 20px;
  }
  .zcb-sou.focus input[type=text] {
    width: 120px;
    font-size: 14px;
  }
}
.mtjz-bt {
  text-align: center;
  background: url(../images/mtjz-bt.png) no-repeat center center;
  font-size: 30px;
  font-weight: bold;
  color: #3059CB;
  line-height: 108px;
}

.mtjz-1 {
  background: #FFFFFF;
  padding: 0 40px 30px;
  margin-bottom: 20px;
}

.mtjz-2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  overflow: hidden;
}
.mtjz-2 li {
  width: 200px;
  background: #F5FAFC;
  text-align: center;
  padding: 30px 0;
  margin-bottom: 30px;
  float: left;
}
.mtjz-2 li .img {
  width: 140px;
  height: 140px;
  margin: auto;
}
.mtjz-2 li .img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mtjz-2 li p {
  text-align: center;
  font-size: 16px;
  line-height: 1;
  color: #333333;
  margin: 0;
  margin-top: 30px;
}
.mtjz-2 li.add {
  background: none;
  padding: 0;
}

@media (max-width: 800px) {
  .mtjz-1 {
    padding: 0 10px 20px;
  }
  .mtjz-bt {
    line-height: 70px;
    font-size: 20px;
    background-size: 50% auto;
  }
  .mtjz-2 li {
    width: 32%;
    margin-bottom: 10px;
    padding: 20px 0;
  }
  .mtjz-2 li .img {
    width: 90%;
    height: auto;
  }
  .mtjz-2 li p {
    font-size: 14px;
    margin-top: 20px;
    line-height: 1.5;
  }
}
.tl-yqfk {
  background: url(../images/20221027-1.png) no-repeat center top;
  background-color: #EEF1F6;
}
@media (max-width: 1200px) {
  .tl-yqfk {
    background-size: 170% auto;
  }
}
.tl-yqfk .tl-echarts3,
.tl-yqfk .zcb-con {
  background: none;
}
.tl-yqfk .hd_list {
  box-shadow: none;
  border-radius: 10px;
}
.tl-yqfk .mtjz-1 {
  border-radius: 10px;
}

.yqfk-li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.yqfk-li a {
  overflow: hidden;
  transition: all 0.3s;
}
.yqfk-li a img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s;
}
.yqfk-li a:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.yqfk-li a:hover img {
  transform: scale(1.05);
}

.yqfk-li3 a {
  width: 31.57%;
  height: 150px;
  border-radius: 5px;
}

.yqfk-li4 a {
  width: 23.68%;
  height: 190px;
}

.yqfk-li1 {
  margin-top: 20px;
}
.yqfk-li1 a {
  width: 100%;
}

.yqfk-2 {
  border: 1px solid #E5EFF5;
  margin-top: 20px;
}

.yqfk-21 {
  width: 100%;
  height: 90px;
}
.yqfk-21 img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.yqfk-22 {
  padding: 40px 0;
}

.yqfk-22 {
  display: flex;
  align-items: center;
}
.yqfk-22 span {
  display: block;
}
.yqfk-22 span img {
  display: block;
  width: 100%;
}
.yqfk-22 span:nth-child(1) {
  width: 41.4%;
}
.yqfk-22 span:nth-child(1) {
  width: 59.6%;
}

@media (max-width: 768px) {
  .yqfk-li3 a {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
  .yqfk-li4 a {
    width: 49%;
    height: 120px;
    margin-bottom: 10px;
  }
  .yqfk-21 {
    height: 40px;
  }
  .yqfk-22 {
    padding: 20px 0;
    flex-wrap: wrap;
  }
  .yqfk-22 span {
    width: 100% !important;
  }
}

.guidang{
	position:absolute;
	left:50%;
	top:8%;
	margin-left:7%;
}