.banner {
    background: linear-gradient(#4246ef, #373abd 70%);
    height: 520px;
}
.col {
  background: #fff;
  padding: 50px 0;
}
.col .h2 {
  text-align: center;
  font-size: 30px;
  line-height: 42px;
  color: #444;
  margin-bottom: 25px;
  letter-spacing: 2px;
}
.col .p {
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  color: #666;
}
.btn-text-group ul{
    display: flex;
    gap: 32px;
}
.xt-col .h2 span {
  color: #3b71f2;
}

.xt-col .tip {
  text-align: center;
}

.xt-col .tip span {
  background: #eeeeee;
  border-radius: 20px;
  padding: 10px 20px;
  display: inline-block;
  margin: 10px 0;
}
.xt-col .list{
  display: flex;
  justify-content: space-between;
}

.xt-col .list .item .box {
    text-align: center;
    width: 326px;
    height: 270px;
    border: 1px solid #ccc;
    border-bottom: 3px solid #c91523;
    margin: 35px auto;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

.xt-col .list .item .box .span {
  color: #a6a6a6;
}
.ms-col .h2 span {
  color: #ff6000;
}

.ms-col .list {
  position: relative;
  height: 450px;
  margin: 40px 0;
}

.ms-col .list .item {
  float: left;
  width: 20%;
}

.ms-col .list .item .tab .tab-btn {
  width: 190px;
  height: 50px;
  background: #fff;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
  margin: 0 auto;
  position: relative;
  border: 1px solid #e1e1e1;
}

.ms-col .list .item .tab.active .tab-btn {
  background: #3b71f2;
  color: #fff;
}

.ms-col .list .item .tab .tab-btn span {
  overflow: hidden;
  font-size: 16px;
}

.ms-col .list .item .tab .tab-content {
  display: none;
  width: 1150px;
  position: absolute;
  box-sizing: border-box;
  left: 0;
  bottom: 0;
  transition: .3s;
}

.ms-col .list .item .tab.active .tab-content {
  display: block;
}

.ms-col .list .item .tab-content .box {
   display: flex;
   justify-content: space-around;
}

.ms-col .list .item .tab .tab-content .text {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.ms-col .list .item .tab .tab-content .text .h3 {
  font-size: 18px;
  margin-bottom: 20px;
}

.ms-col .list .item .tab .tab-content .text .txt {
  font-size: 14px;
  text-align: left;
  color: #666;
  margin: 20px 0;
  line-height: 1.8;
}

.ms-col .list .item .tab .tab-content .text .btn-group {
  margin: 0 -10px;
}

.ms-col .list .item .tab .tab-content .text .btn-group .btn {
  display: inline-block;
  text-align: center;
  border-radius: 4px;
  width: 118px;
  height: 38px;
  line-height: 38px;
  border: 1px solid #ff484c;
  margin: 0 10px;
}

.ms-col .list .item .tab .tab-content .text .btn-group .btn.btn-ty {
  background: #ff484c;
  color: #fff;
}

.ms-col .list .item .tab .tab-content .text .btn-group .btn.btn-zx {
  color: #ff484c;
}
.hy-col {
  background: #f3f5f8;
}

.hy-col .h2 span {
  color: #ff7073;
}

.hy-col .text {
  text-align: center;
  margin-bottom: 12px;
  display: flex;
  flex-direction: column;
}

.hy-col .content {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  padding: 50px 30px;
  display: flex;
  flex-direction: column;
}

.hy-col .text .span {
  display: inline-block;
  border-radius: 60px;
  font-size: 24px;
  background: #3b71f2;
  color: #fff;
  padding: 24px 80px;
  margin: 20px 0 12px;
}

.hy-col .text .icon {
  margin: 0 auto;
}

.hy-col .list1 .item {
  float: left;
  width: 20%;
}

.hy-col .list1 .item .box {
  width: 150px;
  height: 135px;
  background: #3b71f2;
  text-align: center;
  margin: 0 auto;
  border-radius: 8px;
  color: #fff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.hy-col .list1 .item .box .icon {
  margin: 10px auto;
  width: 70px;
  height: 70px;
}

.hy-col .list1 .item .box .h3 {
  color: #fff;
  margin: 10px 0;
}

.hy-col .list1 .item .box .txt {
  font-size: 12px;
  padding: 0 10px;
}

.hy-col .list1 .item .t {
  text-align: center;
  margin: 10px 0;
}

.hy-col .list2 {
  margin: 40px 0;
}

.hy-col .list2 .item {
  float: left;
  width: 33.33334%;
}

.hy-col .list2 .item .box {
  width: 342px;
  height: 315px;
  border: 1px solid #ccc;
  border-radius: 8px;
  margin: 10px auto;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  text-align: left;
}

.hy-col .list2 .item .box .icon {
  margin: 20px auto;
}

.hy-col .list2 .item .box .h3 {
  font-size: 24px;
  text-align: center;
}

.hy-col .list2 .item .box .txt {
  color: #666;
  margin: 20px 40px;
}

.hy-col .btn {
  width: 242px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  color: #fff;
  border-radius: 4px;
  display: block;
  margin: 0 auto;
  font-size: 18px;
  background: #fe5f5e;
}

.zh-col {
  padding-bottom: 0;
}

.zh-col .h2 span {
  color: #2bab16
}

.zh-col .list {}

.zh-col .list .items {
  padding: 50px 0;
}

.zh-col .list .items .box {
  display: flex;
}

.zh-col .list .items:nth-child(even) {
  background: #f3f5f8
}

.zh-col .list .items .img {
  text-align: center;
}


.zh-col .list .items .text {
  padding-left: 40px;
  text-align: left;
}

.zh-col .list .items .text .t {
  font-size: 20px;
  color: #333;
}

.zh-col .list .items .text .item-list {
  margin: 20px 0;
  display: grid;
  grid-template-columns: repeat(2,291px);
  justify-content: space-around;
}

.zh-col .list .items .text .item-list .item {
  margin: 15px 0px;
  display: flex;
  gap: 20px;
  align-items: center;
}

.zh-col .list .items .text .item-list .item .txt {
  overflow: hidden;
  font-size: 12px;
}

.zh-col .list .items .btn-group {
  margin: 0 -10px;
}

.zh-col .list .items .btn-group .btn {
  display: inline-block;
  text-align: center;
  border-radius: 4px;
  width: 118px;
  height: 38px;
  line-height: 38px;
  border: 1px solid #2bab16;
  margin: 0 10px;
}

.zh-col .list .items .btn-group .btn.btn-ty {
  background: #2bab16;
  color: #fff;
}

.zh-col .list .items .btn-group .btn.btn-zx {
  color: #2bab16;
}
.hx-col .h2 span {
  color: #00aeff;
}

.hx-col .list {
  padding-top: 20px;
  display: grid;
  grid-template-columns: repeat(4,1fr);
}

.hx-col .list .item .box {
  width: 245px;
  height: 210px;
  border: 1px solid #ededed;
  margin: 20px auto;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.hx-col .list .item .box:hover {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1)
}

.hx-col .list .item .box .icon {
  width: 70px;
  height: 70px;
  margin: 40px auto;
}

.hx-col .list .item .box .txt {
  color: #666;
  line-height: 1.8;
  padding: 0 20px;
}
.gn-col {
  height: 620px;
  background: #13334e;
}

.gn-col .p {
  color: #fff
}

.gn-col .h2 span {
  color: #fff
}

.gn-col .img {
  text-align: center;
  padding-top: 30px;
}
.tx-col .list {
  display: flex;
}
.tx-col .list .item .box {
  text-align: center;
  padding: 8px;
  border: 1px solid #e3e2e5;
  margin: 40px 10px 20px;
  display: flex;
  flex-direction: column;
}

.tx-col .list .item .box .icon {
  margin: 0 auto;
}

.tx-col .list .item .box .h3 {
  font-size: 18px;
  margin: 20px 0 10px;
}

.tx-col .list .item .box .txt {
  color: #666;
  height: 64px;
  margin: 10px 0 20px;
}
.bg-hx_01 {
  width: 70px;
  height: 70px;
  background: url('/static/pc_img/b2b2c/sprites-icon.png') -1950px -10px;
}

.bg-hx_02 {
  width: 69px;
  height: 63px;
  background: url('/static/pc_img/b2b2c/sprites-icon.png') -1861px -6px;
}

.bg-hx_03 {
  width: 60px;
  height: 59px;
  background: url('/static/pc_img/b2b2c/sprites-icon.png') -1363px -5px;
}

.bg-hx_04 {
  width: 62px;
  height: 60px;
  background: url('/static/pc_img/b2b2c/sprites-icon.png') -1605px -5px;
}

.bg-hx_05 {
  width: 51px;
  height: 51px;
  background: url('/static/pc_img/b2b2c/sprites-icon.png') -1212px -1px;
}

.bg-hx_06 {
  width: 61px;
  height: 65px;
  background: url('/static/pc_img/b2b2c/sprites-icon.png') -1523px -7px;
}

.bg-hx_07 {
  width: 60px;
  height: 60px;
  background: url('/static/pc_img/b2b2c/sprites-icon.png') -1443px -4px;
}

.bg-hx_08 {
  width: 62px;
  height: 62px;
  background: url('/static/pc_img/b2b2c/sprites-icon.png') -1687px -6px;
}

.bg-hy_01 {
  width: 50px;
  height: 46px;
  background: url('/static/pc_img/b2b2c/sprites-icon.png') -163px 2px;
}

.bg-hy_02 {
  width: 55px;
  height: 45px;
  background: url('/static/pc_img/b2b2c/sprites-icon.png') -1286px 2px;
}

.bg-hy_03 {
  width: 68px;
  height: 34px;
  background: url('/static/pc_img/b2b2c/sprites-icon.png') -1772px 7px;
}

.bg-hy_04 {
  width: 26px;
  height: 46px;
  background: url('/static/pc_img/b2b2c/sprites-icon.png') 9px 0px;
}

.bg-hy_05 {
  width: 40px;
  height: 46px;
  background: url('/static/pc_img/b2b2c/sprites-icon.png') -97px 0px;
}

.bg-xt_01 {
  width: 196px;
  height: 70px;
  background: url('/static/pc_img/b2b2c/sprites-icon.png') -3080px 6px;
}

.bg-xt_02 {
  width: 98px;
  height: 97px;
  background: url('/static/pc_img/b2b2c/sprites-icon.png') -2040px -8px;
}

.bg-xt_03 {
  width: 182px;
  height: 78px;
  background: url('/static/pc_img/b2b2c/sprites-icon.png') -2878px 2px;
}

.bg-yx_01 {
  width: 50px;
  height: 50px;
  background: url('/static/pc_img/b2b2c/sprites-icon.png') -242px -10px;
}

.bg-yx_02 {
  width: 50px;
  height: 50px;
  background: url('/static/pc_img/b2b2c/sprites-icon.png') -312px -10px;
}

.bg-yx_03 {
  width: 50px;
  height: 50px;
  background: url('/static/pc_img/b2b2c/sprites-icon.png') -382px -10px;
}

.bg-yx_04 {
  width: 50px;
  height: 50px;
  background: url('/static/pc_img/b2b2c/sprites-icon.png') -452px -10px;
}

.bg-yx_05 {
  width: 50px;
  height: 50px;
  background: url('/static/pc_img/b2b2c/sprites-icon.png') -522px -10px;
}

.bg-yx_06 {
  width: 50px;
  height: 50px;
  background: url('/static/pc_img/b2b2c/sprites-icon.png') -592px -10px;
}

.bg-hy_00 {
  width: 36px;
  height: 49px;
  background: url('/static/pc_img/b2b2c/sprites-icon.png') -56px -10px;
}

.bg-yx_07 {
  width: 50px;
  height: 50px;
  background: url('/static/pc_img/b2b2c/sprites-icon.png') -662px -10px;
}

.bg-yx_08 {
  width: 50px;
  height: 50px;
  background: url('/static/pc_img/b2b2c/sprites-icon.png') -732px -10px;
}

.bg-yx_09 {
  width: 50px;
  height: 50px;
  background: url('/static/pc_img/b2b2c/sprites-icon.png') -802px -10px;
}

.bg-yx_10 {
  width: 50px;
  height: 50px;
  background: url('/static/pc_img/b2b2c/sprites-icon.png') -872px -10px;
}

.bg-yx_11 {
  width: 50px;
  height: 50px;
  background: url('/static/pc_img/b2b2c/sprites-icon.png') -942px -10px;
}

.bg-yx_12 {
  width: 50px;
  height: 50px;
  background: url('/static/pc_img/b2b2c/sprites-icon.png') -1012px -10px;
}

.bg-yx_13 {
  width: 50px;
  height: 50px;
  background: url('/static/pc_img/b2b2c/sprites-icon.png') -1082px -10px;
}

.bg-yx_14 {
  width: 50px;
  height: 50px;
  background: url('/static/pc_img/b2b2c/sprites-icon.png') -1152px -10px;
}

.bg-hy_06 {
  width: 100px;
  height: 100px;
  background: url('/static/pc_img/b2b2c/sprites-icon.png') -2158px -10px;
}

.bg-hy_07 {
  width: 100px;
  height: 100px;
  background: url('/static/pc_img/b2b2c/sprites-icon.png') -2278px -10px;
}

.bg-hy_08 {
  width: 100px;
  height: 100px;
  background: url('/static/pc_img/b2b2c/sprites-icon.png') -2398px -10px;
}

.bg-hy_09 {
  width: 100px;
  height: 100px;
  background: url('/static/pc_img/b2b2c/sprites-icon.png') -2518px -10px;
}

.bg-hy_10 {
  width: 100px;
  height: 100px;
  background: url('/static/pc_img/b2b2c/sprites-icon.png') -2638px -10px;
}

.bg-hy_11 {
  width: 100px;
  height: 100px;
  background: url('/static/pc_img/b2b2c/sprites-icon.png') -2758px -10px;
}

.bg-mk_01 {
  width: 248px;
  height: 115px;
  background: url('/static/pc_img/b2b2c/sprites-icon.png') -3296px -10px;
}

.bg-mk_02 {
  width: 248px;
  height: 115px;
  background: url('/static/pc_img/b2b2c/sprites-icon.png') -3564px -10px;
}

.bg-mk_03 {
  width: 248px;
  height: 115px;
  background: url('/static/pc_img/b2b2c/sprites-icon.png') -3832px -10px;
}

.bg-mk_04 {
  width: 248px;
  height: 115px;
  background: url('/static/pc_img/b2b2c/sprites-icon.png') -4100px -10px;
}