#g-footer .g-footer-record .fn-fr {
  width: 70px;
}
.main {
  background: #fff;
}
.main a {
  color: unset;
}
.main .wrap {
  width: 1200px;
  margin: 0 auto;
}
.main .com-title {
  font-size: 0;
  text-align: center;
}
.main .com-title h3 {
  position: relative;
  display: inline-block;
  padding: 0 30px;
  font-size: 48px;
  color: #002c6f;
  line-height: 1em;
}
.main .com-title h3::before {
  position: absolute;
  left: -130px;
  top: 0;
  width: 143px;
  height: 66px;
  background: url(../images/titleLeft1.png);
  content: '';
}
.main .com-title h3::after {
  position: absolute;
  right: -130px;
  top: 0;
  width: 143px;
  height: 66px;
  background: url(../images/titleRight1.png);
  content: '';
}
.main .com-title h4 {
  font-size: 18px;
  color: #999;
  line-height: 1em;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 35px;
}
.main .com-title.color-white h3 {
  color: #fff;
}
.main .com-title.color-white h3::before {
  background: url(../images/titleLeft2.png);
}
.main .com-title.color-white h3::after {
  background: url(../images/titleRight2.png);
}
.main .com-title.color-white h4 {
  color: #fff;
}
.banner {
  width: 100%;
  height: 1080px;
  background: url(../images/banner.png) no-repeat center;
}
.banner .wrap {
  overflow: hidden;
  position: relative;
}
.banner .wrap a {
  display: block;
  width: 280px;
  height: 55px;
  font-size: 0;
  user-select: none;
  margin: 765px auto 0;
}
.intro-wrap {
  background: url(../images/bg1.png) no-repeat center bottom, #fff;
}
.intro-wrap .intro1 {
  padding: 105px 0 55px;
}
.intro-wrap .intro1 .com-title {
  margin-bottom: 60px;
}
.intro-wrap .intro1 .session-wrap {
  margin-top: 22px;
}
.intro-wrap .intro1 .session-wrap > h3 {
  font-size: 34px;
  color: #002c6f;
  text-align: center;
  margin-bottom: 37px;
}
.intro-wrap .intro1 .session-wrap ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 26px;
}
.intro-wrap .intro1 .session-wrap ul a,
.intro-wrap .intro1 .session-wrap ul li {
  display: block;
  box-sizing: border-box;
  width: 280px;
  height: 150px;
  padding: 20px 16px 0 16px;
  border-radius: 0 30px 0 30px;
  background: linear-gradient(90deg, #0078ff, #00e0d5);
  color: #fff;
}
.intro-wrap .intro1 .session-wrap ul a:hover,
.intro-wrap .intro1 .session-wrap ul li:hover {
  background: linear-gradient(90deg, #082397, #0b57c7);
}
.intro-wrap .intro1 .session-wrap ul a h3,
.intro-wrap .intro1 .session-wrap ul li h3 {
  position: relative;
  height: 52px;
  font-size: 20px;
}
.intro-wrap .intro1 .session-wrap ul a h3 i,
.intro-wrap .intro1 .session-wrap ul li h3 i {
  display: inline-block;
  width: 21px;
  height: 21px;
  background: url(../images/icon2.png) no-repeat center;
  vertical-align: middle;
  margin-right: 2px;
}
.intro-wrap .intro1 .session-wrap ul a h3 i:first-child,
.intro-wrap .intro1 .session-wrap ul li h3 i:first-child {
  background: url(../images/icon1.png) no-repeat center;
  position: relative;
}
.intro-wrap .intro1 .session-wrap ul a h3 i:first-child::after,
.intro-wrap .intro1 .session-wrap ul li h3 i:first-child::after {
  content: '';
  width: 50px;
  height: 2px;
  background-color: #90c0a6;
  position: absolute;
  bottom: -10px;
  left: 0;
}
.intro-wrap .intro1 .session-wrap ul a h3 > span,
.intro-wrap .intro1 .session-wrap ul li h3 > span {
  position: absolute;
  top: 25px;
  left: 128px;
}
.intro-wrap .intro1 .session-wrap ul a p,
.intro-wrap .intro1 .session-wrap ul li p {
  font-size: 22px;
}
.intro-wrap .intro1 .session-wrap ul .nobgLi {
  background: #bbfaff;
  color: #062297;
}
.intro-wrap .intro1 .session-wrap ul .nobgLi:hover {
  color: #fff;
  background: linear-gradient(90deg, #082397, #0b57c7);
}
.intro-wrap .intro2 {
  padding-bottom: 25px;
}
.intro-wrap .intro2 .content {
  margin-top: 40px;
}
.intro-wrap .intro2 .content .jiaodian {
  margin: 15px 0;
}
.intro-wrap .intro2 .content .jiaodian div {
  text-align: center;
  font-size: 28px;
}
.intro-wrap .intro2 .content .jiaodian ul {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(6, 1fr);
  justify-content: space-between;
  margin-top: 15px;
}
.intro-wrap .intro2 .content .jiaodian ul li {
  height: 140px;
  background-color: #fff;
  border: 1px solid #7f7f7f;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 18px;
  color: #000;
}
.intro-wrap .intro2 .content p {
  font-size: 18px;
  color: #000;
  line-height: 1.5em;
  text-indent: 2em;
  margin-bottom: 10px;
  text-align: justify;
}
.yicheng {
  width: 100%;
  box-sizing: border-box;
  padding: 50px 0;
  background-image: linear-gradient(to top, #004cdc, #009cd2);
}
.yicheng .tabBtn {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  gap: 50px;
}
.yicheng .tabBtn li {
  opacity: 0.6;
  cursor: pointer;
}
.yicheng .tabBtn li span {
  border-radius: 500px;
  display: inline-block;
  font-size: 30px;
  font-weight: 900;
  padding: 20px 50px;
  background-image: linear-gradient(to bottom, #00fdfb, #062497);
  color: #fff;
}
.yicheng .tabBtn .activate {
  opacity: 1;
}
.yicheng table {
  width: 100%;
  margin-top: 30px;
  border-collapse: collapse;
}
.yicheng table thead tr {
  background: #062297;
}
.yicheng table tbody {
  background: #fff;
}
.yicheng table th {
  font-size: 22px;
  color: #fff;
  box-sizing: border-box;
  text-align: center;
  padding: 15px 0px;
  font-weight: 500;
}
.yicheng table td {
  font-size: 20px;
  color: #0c0f2c;
  line-height: 1.6em;
  border: 1px solid #0098d2;
  padding: 15px 0px;
  font-weight: 500;
}
.yicheng table td p {
  font-size: 18px;
  color: #000;
  padding-left: 26px;
}
.yicheng table td .self_p {
  font-size: 18px;
  padding-left: 26px;
  display: flex;
  align-items: flex-start;
}
.yicheng table td .self_p p {
  padding-left: 0;
}
.yicheng table td:nth-child(3) {
  width: 350px;
}
.yicheng table .pad_left {
  padding-left: 26px;
  text-align: left;
}
.yicheng table .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 26px;
}
.yicheng table .item span:first-child {
  display: inline-block;
  width: 410px;
}
.yicheng table .item .small {
  width: auto;
  flex: 1;
  font-size: 14px;
  line-height: 20px;
}
.yicheng table .center {
  text-align: center;
}
.yicheng .tips {
  font-size: 16px;
  color: #fff;
  margin-top: 7px;
}
.huoban {
  margin-top: 60px;
}
.huoban .content {
  margin-top: 65px;
}
.huoban .content ul {
  display: flex;
  justify-content: center;
  gap: 50px;
}
.huoban .content ul li {
  box-sizing: border-box;
  max-width: 218px;
  height: 83px;
  background: #fff;
}
.huoban .content ul li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.renqun {
  padding: 70px 0;
}
.renqun .content {
  box-sizing: border-box;
  margin-top: 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
}
.renqun .content ul {
  flex: 1;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 20px;
}
.renqun .content ul li {
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
}
.renqun .content ul li span {
  font-size: 46px;
  color: #2cc5dd;
  font-weight: bold;
  display: flex;
  align-items: flex-start;
}
.renqun .content ul li span img {
  transform: translateY(5px);
}
.renqun .content ul li p {
  text-align: justify;
  font-size: 20px;
  color: #000;
  line-height: 1.5em;
}
.renqun .content .renqunImg {
  width: 600px;
  box-sizing: border-box;
  background-color: #bee5ff;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.renqun .content .renqunImg .fangshi {
  transform: translateX(20px) translateY(-25px);
}
.renqun .content .renqunImg div {
  padding: 20px;
  padding-top: 0;
  font-size: 16px;
  color: #062297;
}
.gift {
  box-sizing: border-box;
  padding: 60px 0 20px;
}
.gift .wrap {
  width: 1300px;
}
.gift .title {
  font-size: 0;
  text-align: center;
}
.gift .title h3 {
  position: relative;
  display: inline-block;
  padding-bottom: 18px;
  font-size: 48px;
  color: #ff0000;
  line-height: 1em;
}
.gift .title h3::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 52px;
  height: 6px;
  background: #ffb300;
  content: '';
}
.gift ul {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  margin-top: 50px;
  padding: 0 70px;
  justify-content: center;
}
.gift ul li {
  width: 285px;
  margin-right: 40px;
  margin-bottom: 30px;
}
.gift ul li .img-box {
  box-sizing: border-box;
  width: 100%;
  padding: 5px;
  background: #fff;
  margin-bottom: 5px;
}
.gift ul li .img-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.gift ul li p {
  font-size: 16px;
  color: #002c6f;
  text-align: center;
}
.company {
  box-sizing: border-box;
  height: 485px;
  padding-top: 80px;
  background-color: #000;
}
.company .title {
  font-size: 0;
  text-align: center;
}
.company .title h3 {
  position: relative;
  display: inline-block;
  padding-bottom: 18px;
  font-size: 48px;
  color: #fff;
  line-height: 1em;
}
.company .title h3::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background: #fff;
  content: '';
}
.company .title h4 {
  font-size: 18px;
  color: #fff;
  line-height: 1em;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 17px;
}
.company .content {
  margin-top: 45px;
}
.company .content p {
  font-size: 18px;
  color: #fff;
  line-height: 30px;
  text-indent: 2em;
  text-align: justify;
}
.company .content a {
  color: #fff000;
}
.company .content a:hover {
  text-decoration: underline;
}
