@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

ul {
  list-style: none;
}

.bold {
  font-weight: bold;
}

body {
  font-size: 16px;
  color: #000;
  font-family: PingFang SC, Lantinghei SC, Microsoft YaHei, HanHei SC, Helvetica Neue, Open Sans, Arial, Hiragino Sans GB, 微软雅黑, STHeiti, WenQuanYi Micro Hei, SimSun, sans-serif, HYWenHei-GEW !important;
}

img {
  display: block;
}

.container {
  width: 1200px;
  margin: 0 auto;
  overflow-x: hidden;
}

.c-line-1 {
  line-height: 24px;
  height: 24px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.c-line-2 {
  line-height: 24px;
  height: 48px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.c-line-3 {
  line-height: 24px;
  height: 72px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.c-line-4 {
  line-height: 24px;
  height: 96px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
}

.f-8 {
  font-size: 8px;
}

.f-9 {
  font-size: 9px;
}

.f-10 {
  font-size: 10px;
}

.f-11 {
  font-size: 11px;
}

.f-12 {
  font-size: 12px;
}

.f-13 {
  font-size: 13px;
}

.f-14 {
  font-size: 14px;
}

.f-15 {
  font-size: 15px;
}

.f-16 {
  font-size: 16px;
}

.f-17 {
  font-size: 17px;
}

.f-18 {
  font-size: 18px;
}

.f-19 {
  font-size: 19px;
}

.f-20 {
  font-size: 20px;
}

.f-21 {
  font-size: 21px;
}

.f-22 {
  font-size: 22px;
}

.f-23 {
  font-size: 23px;
}

.f-24 {
  font-size: 24px;
}

.f-25 {
  font-size: 25px;
}

.f-26 {
  font-size: 26px;
}

.f-27 {
  font-size: 27px;
}

.f-28 {
  font-size: 28px;
}

.f-29 {
  font-size: 29px;
}

.f-30 {
  font-size: 30px;
}

.f-31 {
  font-size: 31px;
}

.f-32 {
  font-size: 32px;
}

.f-33 {
  font-size: 33px;
}

.f-34 {
  font-size: 34px;
}

.f-35 {
  font-size: 35px;
}

.f-36 {
  font-size: 36px;
}

.f-37 {
  font-size: 37px;
}

.f-38 {
  font-size: 38px;
}

.f-39 {
  font-size: 39px;
}

.f-40 {
  font-size: 40px;
}

.c-0 {
  color: "#000" !important;
}

.c-1 {
  color: "#111" !important;
}

.c-2 {
  color: "#222" !important;
}

.c-3 {
  color: "#333" !important;
}

.c-4 {
  color: "#444" !important;
}

.c-5 {
  color: "#555" !important;
}

.c-6 {
  color: "#666" !important;
}

.c-7 {
  color: "#777" !important;
}

.c-8 {
  color: "#888" !important;
}

.c-9 {
  color: "#999" !important;
}

.lh-0 {
  line-height: 0px !important;
}

.m-0 {
  margin: 0px !important;
}

.radius-0 {
  border-radius: 0px;
  overflow: hidden;
}

.p-0 {
  padding: 0px !important;
}

.mh-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.mv-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.ph-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.pv-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.lh-5 {
  line-height: 5px !important;
}

.m-5 {
  margin: 5px !important;
}

.radius-5 {
  border-radius: 5px;
  overflow: hidden;
}

.p-5 {
  padding: 5px !important;
}

.mh-5 {
  margin-left: 5px !important;
  margin-right: 5px !important;
}

.mv-5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.ph-5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.pv-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.lh-10 {
  line-height: 10px !important;
}

.m-10 {
  margin: 10px !important;
}

.radius-10 {
  border-radius: 10px;
  overflow: hidden;
}

.p-10 {
  padding: 10px !important;
}

.mh-10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.mv-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.ph-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.pv-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.lh-15 {
  line-height: 15px !important;
}

.m-15 {
  margin: 15px !important;
}

.radius-15 {
  border-radius: 15px;
  overflow: hidden;
}

.p-15 {
  padding: 15px !important;
}

.mh-15 {
  margin-left: 15px !important;
  margin-right: 15px !important;
}

.mv-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.ph-15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.pv-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.lh-20 {
  line-height: 20px !important;
}

.m-20 {
  margin: 20px !important;
}

.radius-20 {
  border-radius: 20px;
  overflow: hidden;
}

.p-20 {
  padding: 20px !important;
}

.mh-20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.mv-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.ph-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.pv-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.lh-25 {
  line-height: 25px !important;
}

.m-25 {
  margin: 25px !important;
}

.radius-25 {
  border-radius: 25px;
  overflow: hidden;
}

.p-25 {
  padding: 25px !important;
}

.mh-25 {
  margin-left: 25px !important;
  margin-right: 25px !important;
}

.mv-25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

.ph-25 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.pv-25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.pl-25 {
  padding-left: 25px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.pr-25 {
  padding-right: 25px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.lh-30 {
  line-height: 30px !important;
}

.m-30 {
  margin: 30px !important;
}

.radius-30 {
  border-radius: 30px;
  overflow: hidden;
}

.p-30 {
  padding: 30px !important;
}

.mh-30 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}

.mv-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.ph-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.pv-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.lh-35 {
  line-height: 35px !important;
}

.m-35 {
  margin: 35px !important;
}

.radius-35 {
  border-radius: 35px;
  overflow: hidden;
}

.p-35 {
  padding: 35px !important;
}

.mh-35 {
  margin-left: 35px !important;
  margin-right: 35px !important;
}

.mv-35 {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}

.ph-35 {
  padding-left: 35px !important;
  padding-right: 35px !important;
}

.pv-35 {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}

.ml-35 {
  margin-left: 35px !important;
}

.pl-35 {
  padding-left: 35px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

.pr-35 {
  padding-right: 35px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.lh-40 {
  line-height: 40px !important;
}

.m-40 {
  margin: 40px !important;
}

.radius-40 {
  border-radius: 40px;
  overflow: hidden;
}

.p-40 {
  padding: 40px !important;
}

.mh-40 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}

.mv-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.ph-40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.pv-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.lh-45 {
  line-height: 45px !important;
}

.m-45 {
  margin: 45px !important;
}

.radius-45 {
  border-radius: 45px;
  overflow: hidden;
}

.p-45 {
  padding: 45px !important;
}

.mh-45 {
  margin-left: 45px !important;
  margin-right: 45px !important;
}

.mv-45 {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}

.ph-45 {
  padding-left: 45px !important;
  padding-right: 45px !important;
}

.pv-45 {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}

.ml-45 {
  margin-left: 45px !important;
}

.pl-45 {
  padding-left: 45px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.mr-45 {
  margin-right: 45px !important;
}

.pr-45 {
  padding-right: 45px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.lh-50 {
  line-height: 50px !important;
}

.m-50 {
  margin: 50px !important;
}

.radius-50 {
  border-radius: 50px;
  overflow: hidden;
}

.p-50 {
  padding: 50px !important;
}

.mh-50 {
  margin-left: 50px !important;
  margin-right: 50px !important;
}

.mv-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.ph-50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

.pv-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.m-auto {
  margin: 0 auto;
}

.text-xs {
  font-size: 12px;
  color: #B4B4B4;
}

.text-sm {
  font-size: 13px;
  color: #888;
}

.text-lg {
  font-size: 18px;
  color: #333;
}

.text-lger {
  font-size: 20px;
  color: #000;
}

.c-primary {
  color: #3E65AF !important;
}

.bg-primary {
  background-color: #3E65AF !important;
  color: #fff !important;
  border-color: #3E65AF !important;
}

.bg-primary-l {
  background-color: rgba(62, 101, 175, 0.3) !important;
  color: #3E65AF;
}

.bf-primary {
  color: #3E65AF !important;
  border-color: currentColor !important;
}

.c-success {
  color: #3AC788 !important;
}

.bg-success {
  background-color: #3AC788 !important;
  color: #fff !important;
  border-color: #3AC788 !important;
}

.bg-success-l {
  background-color: rgba(58, 199, 136, 0.3) !important;
  color: #3AC788;
}

.bf-success {
  color: #3AC788 !important;
  border-color: currentColor !important;
}

.c-warn {
  color: #ff8a00 !important;
}

.bg-warn {
  background-color: #ff8a00 !important;
  color: #fff !important;
  border-color: #ff8a00 !important;
}

.bg-warn-l {
  background-color: rgba(255, 138, 0, 0.3) !important;
  color: #ff8a00;
}

.bf-warn {
  color: #ff8a00 !important;
  border-color: currentColor !important;
}

.c-danger {
  color: #FB6262 !important;
}

.bg-danger {
  background-color: #FB6262 !important;
  color: #fff !important;
  border-color: #FB6262 !important;
}

.bg-danger-l {
  background-color: rgba(251, 98, 98, 0.3) !important;
  color: #FB6262;
}

.bf-danger {
  color: #FB6262 !important;
  border-color: currentColor !important;
}

.c-info {
  color: #30B7D7 !important;
}

.bg-info {
  background-color: #30B7D7 !important;
  color: #fff !important;
  border-color: #30B7D7 !important;
}

.bg-info-l {
  background-color: rgba(48, 183, 215, 0.3) !important;
  color: #30B7D7;
}

.bf-info {
  color: #30B7D7 !important;
  border-color: currentColor !important;
}

.c-gray {
  color: #f2f2f2 !important;
}

.bg-gray {
  background-color: #f2f2f2 !important;
  color: #fff !important;
  border-color: #f2f2f2 !important;
}

.bg-gray-l {
  background-color: rgba(242, 242, 242, 0.3) !important;
  color: #f2f2f2;
}

.bf-gray {
  color: #f2f2f2 !important;
  border-color: currentColor !important;
}

.c-gold {
  color: #7A5A22 !important;
}

.bg-gold {
  background-color: #7A5A22 !important;
  color: #fff !important;
  border-color: #7A5A22 !important;
}

.bg-gold-l {
  background-color: rgba(122, 90, 34, 0.3) !important;
  color: #7A5A22;
}

.bf-gold {
  color: #7A5A22 !important;
  border-color: currentColor !important;
}

.c-blue {
  color: #148DEA !important;
}

.bg-blue {
  background-color: #148DEA !important;
  color: #fff !important;
  border-color: #148DEA !important;
}

.bg-blue-l {
  background-color: rgba(20, 141, 234, 0.3) !important;
  color: #148DEA;
}

.bf-blue {
  color: #148DEA !important;
  border-color: currentColor !important;
}

.flex {
  display: flex;
  align-items: center;
}

.flex-a {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

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

.flex-1 {
  flex: 1;
}

.center {
  text-align: center;
}

.t-left {
  text-align: left;
}

.t-center {
  text-align: center;
}

.t-right {
  text-align: right;
}

.c-fff {
  color: #fff !important;
}

.c-gf {
  color: #e8e8e8;
}

.f-129 {
  font-size: 12px;
  color: #999;
}

.center {
  text-align: center;
}

.flex-c {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-s {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.flex-ss {
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.flex-e {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.tabs {
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.tabs > li {
  line-height: 36px;
  cursor: pointer;
  margin-right: 20px;
}
.tabs > li:last-child {
  margin-right: 0;
}
.tabs > li.on {
  position: relative;
  color: #3E65AF;
}
.tabs > li.on::after {
  background: #ff8a00;
  bottom: -2px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}

.list-dot.border li {
  border-bottom: 1px solid #eee;
}
.list-dot.border li:last-child {
  border-bottom: none;
}
.list-dot li {
  position: relative;
  color: #333;
  padding: 15px 0;
}
.list-dot li .dot {
  background: #d9d9d9;
  display: inline-block;
  height: 6px;
  margin-right: 6px;
  margin-top: -3px;
  vertical-align: middle;
  width: 6px;
  border-radius: 50%;
}

.c-333 {
  color: #333;
}

.c-999 {
  color: #999;
}

img.cover {
  object-fit: cover;
}
img.contain {
  object-fit: contain;
}

.jump-body {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f5f5f5;
}
.jump-body .box {
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  min-width: 300px;
}
.jump-body .box img {
  margin: 0 auto;
  width: 50px;
}
.jump-body .box .tit {
  font-size: 16px;
  margin: 15px 0;
}
.jump-body .box .jump {
  font-size: 13px;
  color: #999;
}

img {
  display: block;
}

body {
  overflow-x: hidden;
}

.navs {
  position: sticky;
  top: 0;
  font-size: 16px;
  z-index: 999;
  padding: 20px 0;
  font-size: 20px;
}
.navs.on {
  background-color: #fff;
}
.navs img {
  height: 80px;
}
.navs ul li a {
  display: block;
  line-height: 80px;
  padding: 0 24px;
  position: relative;
}
.navs ul li a.on {
  color: #3E65AF;
  font-weight: bold;
}
.navs ul li a.on::after {
  content: "";
  position: absolute;
  left: 20px;
  right: 20px;
  height: 2px;
  background-color: #3E65AF;
  bottom: 0;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.xuanz {
  animation: rotate 3s linear infinite;
}

.bg {
  background: url(../images/bg.jpg) center center/cover no-repeat;
}

#s1 {
  text-align: center;
  line-height: 110px;
  font-size: 72px;
  font-weight: 600;
}
#s1 img {
  margin: 0 auto;
  width: 30vw;
  object-fit: contain;
  max-width: 300px;
}

#s2 {
  font-size: 30px;
  text-indent: 2em;
  line-height: 2;
}
#s2 .tit {
  font-size: 40px;
  line-height: 1;
}
#s2 .tit img {
  width: 40px;
}

#main {
  padding-bottom: 40px;
}

#footer {
  background-color: #000;
  color: #fff;
  line-height: 3;
}
#footer img {
  width: 30px;
  margin-right: 10px;
}

.h1 {
  font-size: 34px;
  font-weight: 600;
  color: #000713;
  line-height: 68px;
  letter-spacing: 1px;
  margin: 40px 0;
  display: flex;
  align-items: center;
}
.h1 img {
  height: 34px;
  margin-right: 10px;
}

.text1 {
  font-size: 18px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 1px;
}

.clis ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.clis ul li {
  flex: 0 0 24%;
  margin: 40px 0;
}
.clis ul li img {
  width: 100%;
  object-fit: contain;
}

#s3 {
  background: url(../images/bg1.jpg) center center/cover no-repeat;
  color: #fff;
}

.list-zx {
  margin: 0 -15px;
  text-align: center;
  align-items: stretch;
}
.list-zx li {
  padding: 20px;
  border: 1px solid #ddd;
  margin: 0 15px;
  flex: 1;
}
.list-zx li img {
  width: 100px;
  height: 100px;
  margin: 0 auto;
}
.list-zx li > div:nth-child(2) {
  margin: 15px 0;
  font-size: 20px;
}
.list-zx li > div:nth-child(3) {
  line-height: 2;
  text-indent: 2em;
}

.tab-pro {
  padding-top: 100px;
}
.tab-pro .hd {
  border-bottom: 1px solid #eee;
  position: fixed;
  left: 0;
  right: 0;
  top: 120px;
  width: 1200px;
  margin: 0 auto;
  background-color: #fff;
  padding-top: 50px;
}
.tab-pro .hd li {
  cursor: pointer;
  line-height: 40px;
  position: relative;
}
.tab-pro .hd li.on {
  color: #3E65AF;
}
.tab-pro .hd li.on::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 2px;
  background-color: #3E65AF;
}
.tab-pro .bd {
  padding-top: 50px;
}

.slide-gc {
  position: relative;
}
.slide-gc .prev,
.slide-gc .next {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(62, 101, 175, 0.5);
  cursor: pointer;
  top: 80px;
}
.slide-gc .prev:hover,
.slide-gc .next:hover {
  background-color: #3E65AF;
}
.slide-gc .prev img,
.slide-gc .next img {
  width: 20px;
}
.slide-gc .prev {
  left: 10px;
}
.slide-gc .next {
  right: 10px;
}
.slide-gc .bd li {
  width: 300px;
}
.slide-gc .bd li > div {
  height: 173px;
  border: 1px solid #ddd;
  padding: 20px;
  margin: 10px;
  background-color: #f5f5f5;
}
.slide-gc .bd li > div > div:nth-child(1) {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 1.2em;
}
.slide-gc .bd li > div > ul {
  color: #666;
}
.slide-gc .bd li > div > ul li {
  line-height: 30px;
  position: relative;
  padding-left: 10px;
}
.slide-gc .bd li > div > ul li::after {
  content: "";
  position: absolute;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #3E65AF;
  top: 12px;
  border-radius: 50%;
}
.slide-gc .bd1 {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.slide-gc .bd1 li > div {
  border: 1px solid #eee;
}
.slide-gc .bd1 li > div > div:nth-child(1) {
  margin-bottom: 20px;
  font-weight: bold;
}
.kuai {
  text-align: center;
}
.kuai ul li {
  background-color: #A9D7EC;
  color: #fff;
  white-space: nowrap;
  padding: 10px;
  margin: 10px 0;
}
.kuai .line {
  width: 1px;
  height: 200px;
  background-color: #eee;
  margin: 0 20px;
}
.kuai > div:nth-child(1) {
  font-size: 1.2em;
  margin-bottom: 20px;
}

.info1 {
  text-align: center;
}
.info1 li > div:nth-child(1) {
  margin-bottom: 20px;
  font-size: 1.2em;
}
.about-us img {
  width: 100%;
}
.about-us .con {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 50px;
  font-size: 20px;
  background-color: #3E65AF;
  color: #fff;
}

/*# sourceMappingURL=style.css.map */
