#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: 650px;
  background: url(../images/banner.png?v=1) no-repeat center;
}
.banner .wrap {
  height: 100%;
  position: relative;
}
.banner .wrap .timeBox {
  position: absolute;
  top: 250px;
  right: 100px;
  display: flex;
  align-items: center;
  gap: 40px;
}
.banner .wrap .timeBox span {
  color: #46464b;
  display: flex;
  font-size: 28px;
  gap: 10px;
  align-items: center;
}
.banner .wrap .bannerdesc {
  width: 568px;
  height: 201px;
  box-sizing: border-box;
  position: absolute;
  bottom: 111px;
  right: 0;
  padding: 54px 35px;
  text-align: justify;
  background: url(../images/bannerDesc.png) no-repeat center;
}
.baipishu {
  width: 100%;
  box-sizing: border-box;
  padding: 50px 0;
}
.baipishu .titleImg {
  text-align: center;
}
.baipishu .content {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 70px;
  margin-top: 60px;
}
.baipishu .content li {
  width: 100%;
  box-sizing: border-box;
}
.baipishu .content li .book {
  width: 100%;
  box-sizing: border-box;
  padding-left: 180px;
  display: flex;
  align-items: flex-end;
  position: relative;
}
.baipishu .content li .book::after {
  content: '';
  width: 100%;
  height: 240px;
  background-color: #f8f5f4;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}
.baipishu .content li .book .bookImg {
  margin-right: 120px;
  position: relative;
  z-index: 1;
  padding-bottom: 20px;
}
.baipishu .content li .book .desc {
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}
.baipishu .content li .book .desc .title {
  font-size: 24px;
  text-align: left;
  margin-bottom: 40px;
}
.baipishu .content li .book .desc .button a {
  width: 200px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fc4c02;
  gap: 10px;
  padding: 10px 0;
  font-size: 20px;
  border-radius: 10px;
  color: #fff;
}
.baipishu .content li .descText {
  width: 100%;
  box-sizing: border-box;
  padding: 45px 50px;
  background-color: #fc4c02;
  border-radius: 30px;
  color: #fff;
  position: relative;
}
.baipishu .content li .descText::after {
  content: '';
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-color: #fff;
  position: absolute;
  top: calc(50px / -2);
  left: calc(50px / -2);
}
.baipishu .content li .descText::before {
  content: '';
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-color: #fff;
  position: absolute;
  top: calc(50px / -2);
  right: calc(50px / -2);
}
.company {
  width: 100%;
  box-sizing: border-box;
  padding: 112px 0;
  background-color: #46464b;
}
.company .content {
  margin-top: 45px;
  background-color: #fff;
  border-radius: 20px;
  padding: 100px 70px 70px 70px;
  position: relative;
}
.company .content .usimg {
  position: absolute;
  top: -27px;
  left: -18px;
}
.company .content p {
  font-size: 16px;
  color: #46464b;
  line-height: 30px;
  text-align: justify;
}
.company .content a {
  color: #fc4c02;
  font-weight: 600;
}
.company .content a:hover {
  text-decoration: underline;
}
