@charset "UTF-8";

@font-face {
  font-family: "Jost-Light";
  src: url("../font/Jost-Light.ttf");
}

@font-face {
  font-family: "Jost-Bold";
  src: url("../font/Jost-Bold.ttf");
}

@font-face {
  font-family: "SOURCEHANSANS-REGULAR";
  src: url("../font/SOURCEHANSANS-REGULAR.OTF");
}

@font-face {
  font-family: "SOURCEHANSANS-BOLD";
  src: url("../font/SOURCEHANSANS-BOLD.OTF");
}

body {
  overflow-x: hidden;
}

:root {
  --animate-delay: 0.5s;
}

.wrap,
.w1200 {
  margin-left: 0.3rem;
  margin-right: 0.3rem;
}

.indexNavMain {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 1rem;
  background: #fff;
  z-index: 99;
}

.indexNavMain .logo {
  float: left;
  height: 0.8rem;
  margin-left: 0.3rem;
  margin-top: 0.1rem;
}

.indexNavMain .logo img {
  display: block;
  height: 0.8rem;
}

.indexNavMain ul {
  display: none;
}

.indexNavMain .phoneNavBtn {
  width: 1rem;
  height: 1rem;
  position: absolute;
  right: 0;
  top: 0;
  background: url(../images/navIcon.png) no-repeat center center;
  background-size: 0.54rem 0.4rem;
}

.leftMenu_z,
#leftMenu {
  display: none;
}

.leftMenu_z {
  position: fixed;
  top: 1rem;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1002;
}

#leftMenu {
  position: fixed;
  left: 0;
  top: 1rem;
  bottom: 0;
  z-index: 1200;
  width: 4rem;
  background: #fff;
  overflow: auto;
}

#leftMenu img {
  width: 80%;
  margin: 0.5rem auto 0.3rem;
  display: block;
}

#leftMenu a {
  display: block;
  line-height: 0.5rem;
  font-size: 0.32rem;
  padding: 0.15rem 0.7rem 0.15rem 0.2rem;
  color: #666;
  position: relative;
  border-bottom: 0.02rem solid #f1f1f1;
  text-transform: uppercase !important;
}

#leftMenu a::after {
  content: "";
  display: block;
  width: 0.1rem;
  height: 0.1rem;
  border-right: 0.02rem solid #666;
  border-bottom: 0.02rem solid #666;
  transform: rotate(-45deg);
  position: absolute;
  right: 0.3rem;
  top: 50%;
  margin-top: -0.07rem;
}

.indexBannerMain {
  position: relative;
  margin-top: 1.2rem;
  padding: 0 0.3rem;
  background-image: linear-gradient(180deg, #fff 0, #fff 58.5%, #425fc4 58.5%);
}

.indexBannerMain .banner {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.indexBannerMain .txt {
  position: absolute;
  right: 0.6rem;
  bottom: 0.3rem;
  width: 60%;
}

.title {
  position: relative;
  text-align: center;
}

.title h2 {
  position: relative;
  display: inline-block;
  padding-left: 0.3rem;
  font: normal 0.32rem/0.6rem "Jost-Bold";
  color: #fff;
  text-transform: uppercase;
}

.title h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.25rem;
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  background-color: #fff;
}

.title span {
  display: block;
  font: bold 0.48rem/0.6rem "SOURCEHANSANS-BOLD";
  color: #fff;
}

.title span strong {
  color: #b3bfec;
}

.indexMain {
  position: relative;
  background: #f6f6f6 6rem;
}

.topMain {
  padding: 0.4rem 0.3rem;
  margin-bottom: 0.4rem;
  background-color: #425fc4;
}

.topMain .intro {
  padding-top: 0.4rem;
  font: normal 0.28rem/0.52rem "SOURCEHANSANS-REGULAR";
  color: #fff;
}

.introList {
  position: relative;
  z-index: 2;
  margin-bottom: -0.3rem;
}

.introList li {
  margin: 0.3rem;
  padding: 0.3rem 0.3rem 0.6rem;
  background: url(../images/libg1.jpg) no-repeat center center;
  background-size: cover;
}

.introList li h3 {
  float: left;
}

.introList li h3 .part {
  position: relative;
  display: inline-block;
  font: normal 0.28rem/0.4rem "Jost-Bold";
  color: #1d399c;
  text-transform: uppercase;
}

.introList li h3 .part::before {
  content: "";
  position: absolute;
  right: -0.7rem;
  top: 0.2rem;
  width: 0.64rem;
  height: 1px;
  background-color: #1d399c;
}

.introList li h3 .num {
  display: block;
  margin-bottom: 0.2rem;
  font: bold italic 0.8rem/0.8rem "SOURCEHANSANS-BOLD";
  color: #fff;
  text-shadow: 0 -1px 1px #1d399c, 1px -1px 1px #1d399c, 1px 0 1px #1d399c, 1px 1px 1px #1d399c, 0 1px 1px #1d399c, -1px 1px 1px #1d399c, -1px 0 1px #1d399c, -1px -1px 1px #1d399c;
  /*左上*/
}

.introList li h3 strong {
  display: inline-block;
  padding: 0 1.2em;
  background-color: #425fc4;
  font: bold 0.36rem/0.8rem "SOURCEHANSANS-BOLD";
  color: #fff;
}

.introList li p {
  float: right;
  width: 100%;
  padding-top: 0.4rem;
  font: bold 0.28rem/0.52rem "SOURCEHANSANS-BOLD";
  color: #fff;
  text-align: justify;
  box-sizing: border-box;
}

.introList li:nth-child(2n) {
  background-image: url(../images/libg2.jpg);
}

.introList li:nth-child(2n) h3 {
  float: right;
  text-align: right;
}

.introList li:nth-child(2n) h3 .part::before {
  right: inherit;
  left: -78px;
}

.introList li:nth-child(3) {
  background-image: url(../images/libg3.jpg);
}

.indexUseMain {
  position: relative;
  padding-top: 1rem;
  background-image: linear-gradient(90deg, #f6f6f6 0, #f6f6f6 22.917%, #d6ebf2 22.917%);
  z-index: 1;
}

.indexUseMain .title {
  text-align: center;
}

.indexUseMain .title h2 {
  color: #425fc4;
}

.indexUseMain .title h2::before {
  background-color: #425fc4;
}

.indexUseMain .title span {
  color: #1c1c1c;
}

.indexUseMain .title span::before {
  content: none;
}

.indexUseMain ul {
  padding: 0.3rem 0;
}

.indexUseMain ul li {
  width: 100%;
  margin-bottom: 0.4rem;
}

.indexUseMain ul li .imgBox {
  position: relative;
  width: 100%;
}

.indexUseMain ul li .imgBox .img {
  display: block;
  width: 100%;
}

.indexUseMain ul li .imgBox .tag {
  position: absolute;
  left: -0.3rem;
  top: 0.3rem;
  width: 2rem;
}

.indexUseMain ul li .txt {
  position: relative;
  width: 100%;
  padding: 0.3rem;
  margin-top: 0.4rem;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 0.3rem;
}

.indexUseMain ul li .txt h3 {
  font: bold 0.4rem/0.8rem "SOURCEHANSANS-BOLD";
  color: #191919;
}

.indexUseMain ul li .txt p {
  margin-top: 0.2rem;
  font: normal 0.28rem/0.52rem "SOURCEHANSANS-REGULAR";
  color: #191919;
  text-align: justify;
}

.indexFlowMain {
  padding-top: 0.4rem;
  padding-bottom: 0.6rem;
  background: url(../images/bg02.png) no-repeat center bottom;
}

.indexFlowMain .title h2 {
  color: #425fc4;
}

.indexFlowMain .title h2::before {
  background-color: #425fc4;
}

.indexFlowMain .title span {
  color: #191919;
}

.indexFlowMain ul {
  margin-top: 0.4rem;
  text-align: center;
}

.indexFlowMain ul li {
  position: relative;
  float: left;
  width: 48%;
  height: 5rem;
  margin-bottom: 0.3rem;
  border: 1px solid #012d80;
  border-radius: 0.3rem;
  text-align: center;
  box-sizing: border-box;
}

.indexFlowMain ul li .img {
  position: relative;
  padding-top: 0.3rem;
}

.indexFlowMain ul li .tag {
  position: absolute;
  left: 0.2rem;
  top: 0.2rem;
  font: normal 0.28rem/0.4rem "Jost-Bold";
  color: #1d399c;
}

.indexFlowMain ul li img {
  display: block;
  width: 0.9rem;
  margin: 0 auto 0.2rem;
}

.indexFlowMain ul li h3 {
  font: bold 0.36rem/0.6rem "SOURCEHANSANS-BOLD";
  color: #191919;
}

.indexFlowMain ul li p {
  font: normal 0.28rem/0.6rem "Jost-Light";
  color: #425fc4;
}

.indexFlowMain ul li .txt {
  margin-top: 0.3rem;
  font: normal 0.28rem/0.52rem "SOURCEHANSANS-REGULAR";
  color: #191919;
}

.indexFlowMain ul li:nth-child(2n) {
  margin-left: 4%;
}

.indexFlowMain .more {
  position: relative;
  display: block;
  width: 3.6rem;
  height: 0.8rem;
  margin: 0.3rem auto 0;
  background: #425fc4;
  font: normal 0.32rem/0.8rem "SOURCEHANSANS-REGULAR";
  color: #fff;
  text-align: center;
}

.indexLinkMain .left,
.indexLinkMain .right {
  float: left;
  width: 50%;
  padding: 0.3rem 0 0.3rem 0.3rem;
  background-color: #dfdfdf;
  box-sizing: border-box;
}

.indexLinkMain .left span,
.indexLinkMain .right span {
  position: relative;
  display: inline-block;
  font: bold 0.32rem/0.6rem "SOURCEHANSANS-BOLD";
  color: #191919;
  letter-spacing: 2px;
}

.indexLinkMain .left span::after,
.indexLinkMain .right span::after {
  content: "";
  position: absolute;
  right: -0.8rem;
  top: 0.19rem;
  width: 0.72rem;
  height: 0.22rem;
  background: url(../images/icon-arr.png) no-repeat;
  background-size: 100% auto;
}

.indexLinkMain .left h3,
.indexLinkMain .right h3 {
  font: normal 0.24rem/0.4rem "Jost-Light";
  color: #425fc4;
  font-weight: normal;
  letter-spacing: 2px;
}

.indexLinkMain .right {
  background-color: #d6ebf2;
}

.indexLinkMain .bottom {
  float: left;
  width: 100%;
  padding: 0.4rem 0;
  background: url(../images/bg04.jpg) no-repeat center top;
  text-align: center;
}

.indexLinkMain .bottom span {
  position: relative;
  display: inline-block;
  padding-left: 0.2rem;
  font: normal 0.28rem/0.4rem "Jost-Bold";
  color: #fff;
  text-transform: uppercase;
}

.indexLinkMain .bottom span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.15rem;
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  background-color: #fff;
}

.indexLinkMain .bottom h3 {
  font: bold 0.4rem/0.6rem "SOURCEHANSANS-BOLD";
  color: #fff;
}

.footerBox {
  padding-top: 0.3rem;
  background-color: #fff;
}

.footerBox .logo {
  display: block;
  width: 2.48rem;
  margin: 0 auto 0.3rem;
}

.footerBox .logo img {
  display: block;
  height: 0.8rem;
}

.footerBox .footerNav {
  width: 100%;
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
  text-align: center;
}

.footerBox .footerNav li {
  display: inline-block;
  margin: 0 0.2rem;
}

.footerBox .footerNav li a {
  font: normal 0.24rem/0.6rem "SOURCEHANSANS-REGULAR";
  color: #494949;
}

.footerBox .footerNav li:last-child a {
  display: block;
  background-color: #2f61be;
  color: #fff;
  border-radius: 5px;
  padding: 0 0.15rem;
}

.footerBox .copyRight {
  background-color: #2f61be;
  font: normal 0.24rem/0.8rem "SOURCEHANSANS-REGULAR";
  color: #fff;
  text-align: center;
}

.subpage {
  background-color: #efefef;
}

.subBannerMain {
  margin-top: 1.3rem;
  position: relative;
  background-color: #fff;
  text-align: center;
}

.subBannerMain h1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  font: normal 0.48rem/3rem "Jost-Bold";
  color: #222;
  z-index: 10;
}

.subBannerMain span {
  display: inline-block;
  text-transform: uppercase;
  font: normal 1.2rem/3rem "Jost-Bold";
  color: #e8e8e8;
  white-space: nowrap;
}

.subTitle {
  position: relative;
  padding-top: 0.3rem;
  margin-bottom: 0.3rem;
  font: bold 0.4rem/0.6rem "SOURCEHANSANS-REGULAR";
  color: #222;
}

.subTitle span {
  color: #1d399c;
}

.subTitle::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0.8rem;
  height: 0.04rem;
  background-color: #000;
}

.subFacility {
  background-color: #efefef;
}

.subFacility .facilityList li {
  float: left;
  width: 48%;
  margin-bottom: 0.3rem;
  text-align: center;
}

.subFacility .facilityList li .img {
  height: 2rem;
  overflow: hidden;
}

.subFacility .facilityList li .img img {
  display: block;
  width: 100%;
}

.subFacility .facilityList li h3 {
  font: normal 0.28rem/0.6rem "SOURCEHANSANS-REGULAR";
  color: #191919;
}

.subFacility .facilityList li:nth-child(2n) {
  margin-left: 4%;
}

.subUsageFees {
  background-color: #fff;
}

.subUsageFees .table {
  padding-bottom: 0.6rem;
}

.subUsageFees .table table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.subUsageFees .table table tr {
  font: normal 0.28rem/0.4rem "SOURCEHANSANS-REGULAR";
  color: #222;
}

.subUsageFees .table table td {
  box-sizing: border-box;
}

.subUsageFees .table table td:nth-child(1) {
  width: 30%;
  border-bottom: 2px solid #222;
  border-right: 4px solid rgba(0, 0, 0, 0);
  color: #222;
}

.subUsageFees .table table td:nth-child(2) {
  width: 70%;
  padding: 0.24rem 0 0.2rem;
  border-bottom: 1px solid #d5d5d5;
  color: #666;
}

.subBasicInfo .txtBox {
  padding: 0.3rem;
  margin-bottom: 0.4rem;
  background: #fff;
  box-shadow: 3px 3px 21px 6px rgb(220, 220, 220);
  box-sizing: border-box;
}

.subBasicInfo .txtBox h3 {
  font: bold 0.36rem/0.8rem "SOURCEHANSANS-REGULAR";
}

.subBasicInfo .txtBox p {
  font: normal 0.28rem/0.52rem "SOURCEHANSANS-REGULAR";
  color: #191919;
}

.subBasicInfo .txtBox .txt .code {
  display: block;
  margin: 0 auto 0.3rem;
  width: 1.86rem;
}

.subBasicInfo .txtBox .map {
  width: 100%;
}

.subBasicInfo .txtBox02 {
  margin-bottom: 0.6rem;
}

.subBasicInfo .txtBox02 h3 {
  padding-bottom: 0.3rem;
  text-align: center;
}

.subBasicInfo .txtBox02 h3 span {
  display: inline-block;
  color: #1d399c;
}

.subBasicInfo .txtBox02 .map02 {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.subFeature {
  padding-bottom: 0.4rem;
}

.subFeature li {
  padding: 0.3rem;
  background-color: #fff;
  margin-bottom: 0.3rem;
  border-radius: 0.1rem;
}

.subFeature li .img {
  position: relative;
  width: 100%;
  height: 3.6rem;
  background-color: #2f61be;
  border-radius: 0.04rem;
  overflow: hidden;
}

.subFeature li .img img {
  display: block;
  width: 100%;
}

.subFeature li .txt {
  width: 100%;
  padding-top: 0.3rem;
}

.subFeature li .txt h3 {
  font: normal 0.36rem/0.8rem "Jost-Bold";
  color: #191919;
}

.subFeature li .txt h3 span {
  display: block;
  font-size: 0.4rem;
  line-height: 0.4rem;
}

.subFeature li .txt p {
  margin-top: 0.3rem;
  font: normal 0.28rem/0.52rem "SOURCEHANSANS-REGULAR";
  color: #191919;
}

.subFeature li:nth-child(odd) .txt h3 {
  text-align: right;
}

.subSchedule {
  background-color: #fff;
}

.subSchedule h2 {
  text-align: center;
}

.subSchedule h2::after {
  left: 50%;
  margin-left: -0.4rem;
}

.subSchedule p {
  padding: 0 0.3rem;
  margin-bottom: 0.3rem;
  font: bold 0.24rem/0.48rem "SOURCEHANSANS-REGULAR";
  text-align: center;
  text-align: justify;
}

.schedule {
  padding-bottom: 0.4rem;
}

.schedule img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.subCourse {
  padding-bottom: 0.4rem;
}

.subCourse h2 {
  text-align: center;
}

.subCourse h2 span {
  display: inline-block;
  color: #191919;
}

.subCourse h2 span:nth-child(2) {
  color: #1d399c;
}

.subCourse h2::after {
  left: 50%;
  margin-left: -0.4rem;
}

.subCourse p {
  margin-bottom: 0.3rem;
  font: bold 0.24rem/0.48rem "SOURCEHANSANS-REGULAR";
  text-align: center;
  text-align: justify;
}

.subCourse .table {
  width: 100%;
  overflow-x: scroll;
}

.subCourse .table table {
  width: 800px;
  border-collapse: collapse;
  border-spacing: 0;
}

.subCourse .table table th {
  font: bold 0.28rem/0.8rem "SOURCEHANSANS-REGULAR";
  border: 1px solid #d5d5d5;
  background-color: #b3bfec;
  color: #191919;
}

.subCourse .table table th:nth-child(1) {
  width: 20%;
}

.subCourse .table table th:nth-child(2) {
  width: 25%;
}

.subCourse .table table th:nth-child(3) {
  width: 37%;
}

.subCourse .table table th:nth-child(4) {
  width: 8%;
}

.subCourse .table table th:nth-child(5) {
  width: 10%;
}

.subCourse .table table td {
  padding: 0.2rem 0.02rem;
  border: 1px solid #d5d5d5;
  background-color: #fff;
  font: normal 0.28rem/0.4rem "SOURCEHANSANS-REGULAR";
  color: #191919;
  box-sizing: border-box;
}

.subCourse .table .tac {
  text-align: center;
  padding-left: 0;
}

.subCourse .table .spacing {
  height: 0.4rem;
}

.subFlow {
  padding-top: 0.4rem;
}

.subFlow li {
  padding: 0.3rem 0.2rem;
  margin-bottom: 1.2rem;
  background-color: #fff;
  border-radius: 0.1rem;
  box-shadow: 0 0 0.1rem #b0d7f3;
  text-align: center;
  position: relative;
}

.subFlow li h3 {
  padding: 0.2rem 0;
  font-size: 0.32rem;
  line-height: 0.4rem;
  color: #193a8e;
}

.subFlow li p {
  font-size: 0.28rem;
  line-height: 0.52rem;
}

.subFlow li img {
  position: absolute;
  right: 50%;
  bottom: -1.5rem;
  margin-right: -0.5rem;
  width: 1rem;
  z-index: 2;
}

.subFlow li::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1rem;
  width: 0.53rem;
  height: 0.94rem;
  margin-left: -0.26rem;
  background: url(../images/arr02.png) no-repeat;
  background-size: 100% auto;
}

.subFlow li:last-child::after {
  content: none;
}

.subContactMain {
  padding-top: 0.4rem;
  padding-bottom: 0.6rem;
}

.subContactMain .subTitleLine {
  font-size: 0.36rem;
  line-height: 0.8rem;
  position: relative;
}

.subContactMain .subTitleLine span {
  display: inline-block;
  padding-right: 0.16rem;
  background-color: #efefef;
  position: relative;
  z-index: 1;
}

.subContactMain .subTitleLine::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: #193a8e;
  z-index: 0;
}

.subContactMain .txt h3 {
  margin-top: 0.3rem;
  font-size: 0.28rem;
  line-height: 0.52rem;
  color: #193a8e;
}

.subContactMain .txt p {
  font-size: 0.28rem;
  line-height: 0.52rem;
  color: #222;
}

.subContactMain .txt .linkBtn {
  text-align: center;
  margin: 0.3rem auto;
}

.subContactMain .txt .linkBtn a {
  display: inline-block;
  padding: 0 0.3rem;
  background-color: #193a8e;
  font-size: 0.32rem;
  line-height: 0.8rem;
  color: #fff;
}

.subContactMain .txt .linkBtn a:hover {
  background-color: #003c8a;
}

.indexIntroduceMain {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}

.indexIntroduceMain h2 {
  font-size: 0.4rem;
  line-height: 0.6rem;
  color: #000;
  text-align: center;
  margin-bottom: 0.3rem;
}

.indexIntroduceMain ul {
  width: 90%;
  margin: 0 auto;
}

.indexIntroduceMain ul li {
  border: 1px solid #eee;
  box-sizing: border-box;
  margin-bottom: 0.4rem;
  width: 100%;
}

.indexIntroduceMain ul li a .img img {
  display: block;
  width: 100%;
}

.indexIntroduceMain ul li a .txt {
  padding: 0.3rem 0.2rem;
  text-align: center;
}

.indexIntroduceMain ul li a .txt p {
  font-size: 0.26rem;
  line-height: 0.6rem;
  color: #000;
}

.btn {
  text-align: center;
  margin-bottom: 10px;
}

.btn a {
  display: inline-block;
  padding: 0 30px;
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  font-size: 20px;
  text-align: left;
  line-height: 50px;
  border-radius: 50px;
}

#carousel {
  position: relative;
  overflow: hidden;
  margin: auto;
  height: 460px;
  width: 700px;
}

.slide,
.slide1 {
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.active,
.activeImg {
  opacity: 1;
}

.newBox {
  margin-top: 1rem;
}

.detailBox {
  margin-top: 1.4rem;
  min-height: 650px;
}

.indexIntroduceMain .title {
  text-align: center;
}

.indexIntroduceMain .title h2 {
  display: inline-block;
  color: #425fc4;
  line-height: 4.7vw;
}

.indexIntroduceMain .title h2::before {
  background-color: #425fc4;
}

.indexIntroduceMain .title span {
  display: block;
  line-height: 3.6vw;
  color: #191919;
}

.indexIntroduceMain .title span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 90%;
  height: 2px;
  background-color: transparent !important;
}

.indexIntroduceMain ul {
  margin-top: 4.69vw;
}
.indexIntroduceMain .detailContant p {
  text-indent: 2em;
}
.indexIntroduceMain .detailContant{width: 100%;}
.indexIntroduceMain .detailContant img{
  width: 100%;
  height: auto;
  display: block;
  /* 将图片转换为块级元素 */
  margin-left: auto;
  /* 左边距自动 */
  margin-right: auto;
  /* 右边距自动 */
}
/*# sourceMappingURL=style-phone.css.map */