@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 {
  width: 85.4%;
  margin: 0 auto;
}

.w1200 {
  max-width: 1200px;
  margin: 0 auto;
}

.indexNavMain {
  height: 6.875vw;
  padding-left: 7.3%;
  padding-right: 7.3%;
  background-color: #fff;
}

.indexNavMain .logo {
  float: left;
  margin-top: 0.8333vw;
}

.indexNavMain .logo img {
  display: block;
  width: 16.146vw;
}

.indexNavMain ul {
  float: right;
  margin-top: 1.875vw;
}

.indexNavMain ul li {
  float: left;
  margin-left: 2em;
  font: normal 1.0417vw/3.125vw "SOURCEHANSANS-REGULAR";
  color: #494949;
  position: relative;
}

.indexNavMain ul li a {
  display: block;
  color: #494949;
  position: relative;
}

.indexNavMain ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #494949;
  transition: all 0.3s;
}

.indexNavMain ul li a:hover::after {
  width: 100%;
}

.phoneNavBtn,
.leftMenu_z,
#leftMenu {
  display: none;
}

.indexBannerMain {
  position: relative;
  padding: 0 3.125%;
  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: 6.25%;
  bottom: 8.8%;
  width: 47%;
}

.title h2 {
  position: relative;
  padding-left: 2vw;
  font: normal 1.25vw/7.29vw "Jost-Bold";
  color: #fff;
  text-transform: uppercase;
}

.title h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 0.94vw;
  height: 0.94vw;
  margin-top: -0.47vw;
  border-radius: 50%;
  background-color: #fff;
}

.title span {
  position: relative;
  display: inline-block;
  font: bold 3.6vw/5.2vw "SOURCEHANSANS-BOLD";
  color: #fff;
}

.title span strong {
  color: #b3bfec;
}

.title span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 90%;
  height: 2px;
  background-color: #fff;
}

.indexMain {
  position: relative;
  background-image: linear-gradient(180deg, #425fc4 0, #425fc4 22.917vw, #f6f6f6 22.917vw);
}

.topMain {
  padding: 3.854vw 13.54vw 10vw;
  margin-bottom: 3vw;
  background: url(../images/bg01.png) no-repeat left bottom;
  background-size: 95.1% auto;
}

.topMain .title {
  float: left;
}

.topMain .intro {
  float: right;
  padding-top: 2.7vw;
  font: normal 1.0417vw/2.7vw "SOURCEHANSANS-REGULAR";
  color: #fff;
}

.introList {
  position: relative;
  z-index: 2;
}

.introList li {
  height: 31.875vw;
  margin-top: -3.125vw;
  background: url(../images/liImg01.png) no-repeat right center;
  background-size: 100% 100%;
}

.introList li h3 {
  float: left;
  margin-left: 7.3%;
  margin-top: 8%;
}

.introList li h3 .part {
  position: relative;
  display: inline-block;
  font: normal 1.5625vw/2.6vw "Jost-Bold";
  color: #1d399c;
  text-transform: uppercase;
}

.introList li h3 .part::before {
  content: "";
  position: absolute;
  right: -78px;
  top: 24px;
  width: 72px;
  height: 2px;
  background-color: #1d399c;
}

.introList li h3 .num {
  display: block;
  margin-bottom: 20px;
  font: bold italic 8.23vw/7.29vw "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 2.18vw/5.1vw "SOURCEHANSANS-BOLD";
  color: #fff;
}

.introList li p {
  float: right;
  margin-top: 10%;
  width: 25vw;
  margin-right: 7.3%;
  font: bold 1.25vw/2.6vw "SOURCEHANSANS-BOLD";
  color: #fff;
  text-align: justify;
}

.introList li:nth-child(2n) {
  background-image: url(../images/liImg02.png);
}

.introList li:nth-child(2n) h3 {
  float: right;
  margin-left: 0;
  margin-right: 7.3%;
  margin-top: 5%;
  text-align: right;
}

.introList li:nth-child(2n) h3 .part::before {
  right: inherit;
  left: -78px;
}

.introList li:nth-child(2n) p {
  float: left;
  margin-left: 7.3%;
  margin-right: 0;
}

.introList li:nth-child(3) {
  background-image: url(../images/liImg03.png);
}

.introList li:nth-child(3) h3 {
  margin-top: 10%;
}

.introList li:nth-child(3) p {
  width: 35.94vw;
}

.indexUseMain {
  position: relative;
  padding-top: 15%;
  padding-bottom: 5.8vw;
  background-image: linear-gradient(90deg, #f6f6f6 0, #f6f6f6 22.917%, #d6ebf2 22.917%);
  margin-top: -10%;
  z-index: 1;
}

.indexUseMain .title {
  position: absolute;
  top: 5%;
  right: 14.4vw;
}

.indexUseMain .title h2 {
  float: right;
  padding-left: 0;
  padding-top: 2vw;
  margin-left: 2vw;
  line-height: 1.25vw;
  color: #425fc4;
  writing-mode: vertical-rl;
}

.indexUseMain .title h2::before {
  left: 0.3vw;
  top: 0;
  margin-top: 0;
  background-color: #425fc4;
}

.indexUseMain .title span {
  float: left;
  display: block;
  width: 3.6vw;
  line-height: 3.6vw;
  color: #1c1c1c;
}

.indexUseMain .title span::before {
  content: none;
}

.indexUseMain ul li {
  margin-bottom: 3.65vw;
}

.indexUseMain ul li .imgBox {
  position: relative;
  float: left;
  width: 63%;
  margin-left: 5.36%;
  margin-right: -30%;
}

.indexUseMain ul li .imgBox .img {
  display: block;
  width: 100%;
}

.indexUseMain ul li .imgBox .tag {
  position: absolute;
  left: -8%;
  top: 5%;
  width: 26%;
}

.indexUseMain ul li .txt {
  position: relative;
  float: right;
  width: 55%;
  padding: 4.5%;
  margin-top: 14.6%;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 50px;
}

.indexUseMain ul li .txt h3 {
  font: bold 2.18vw/2.18vw "SOURCEHANSANS-BOLD";
  color: #191919;
}

.indexUseMain ul li .txt p {
  margin-top: 2.3vw;
  font: normal 1.146vw/2.29vw "SOURCEHANSANS-REGULAR";
  color: #191919;
  text-align: justify;
}

.indexUseMain ul li:nth-child(2n) .imgBox {
  float: right;
  margin-right: 0;
  margin-left: -30%;
}

.indexUseMain ul li:nth-child(2n) .txt {
  float: left;
}

.indexUseMain ul li:nth-child(3) .txt {
  margin-top: 6%;
}

.indexFlowMain {
  padding-top: 1vw;
  padding-bottom: 48px;
  background: url(../images/bg02.png) no-repeat center bottom;
}

.indexFlowMain .title {
  text-align: center;
}

.indexFlowMain .title h2 {
  display: inline-block;
  color: #425fc4;
  line-height: 4.7vw;
}

.indexFlowMain .title h2::before {
  background-color: #425fc4;
}

.indexFlowMain .title span {
  display: block;
  line-height: 3.6vw;
  color: #191919;
}

.indexFlowMain .title span::before {
  content: none;
}

.indexFlowMain ul {
  margin-top: 4.69vw;
}

.indexFlowMain ul li {
  position: relative;
  float: left;
  width: 18.4vw;
  margin: 0 1.3vw;
  text-align: center;
}

.indexFlowMain ul li .img {
  position: relative;
  width: 18.4vw;
  height: 18.4vw;
  padding-top: 3.2vw;
  background: url(../images/bg03.png) no-repeat;
  background-size: 100% 100%;
  border-radius: 50%;
  box-sizing: border-box;
}

.indexFlowMain ul li .img::after {
  content: ">";
  position: absolute;
  right: -2vw;
  top: 50%;
  margin-top: -1vw;
  font: bold 1.77vw/2vw "SOURCEHANSANS-BOLD";
  color: #1d399c;
}

.indexFlowMain ul li .tag {
  position: absolute;
  width: 2.8vw;
  height: 2.8vw;
  left: 2.5vw;
  top: 0.78vw;
  font: normal 1.67vw/2.8vw "Jost-Bold";
  color: #1d399c;
}

.indexFlowMain ul li img {
  display: block;
  width: 4.68vw;
  margin: 0 auto 1.04vw;
}

.indexFlowMain ul li h3 {
  font: bold 1.77vw/3.125vw "SOURCEHANSANS-BOLD";
  color: #191919;
}

.indexFlowMain ul li p {
  font: normal 1.146vw/2.29vw "Jost-Light";
  color: #425fc4;
}

.indexFlowMain ul li .txt {
  margin-top: 2vw;
  font: normal 1.146vw/2.08vw "SOURCEHANSANS-REGULAR";
  color: #191919;
}

.indexFlowMain ul li:last-child .img:after {
  content: none;
}

.indexFlowMain .more {
  position: relative;
  display: block;
  width: 270px;
  height: 54px;
  margin: 60px auto 0;
  background: #425fc4;
  font: normal 18px/54px "SOURCEHANSANS-REGULAR";
  color: #fff;
  text-align: center;
}

.indexFlowMain .more:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.indexLinkMain .left,
.indexLinkMain .right {
  float: left;
  width: 50%;
  padding: 3.64vw 0 3.64vw 22.65%;
  background-color: #dfdfdf;
  box-sizing: border-box;
}

.indexLinkMain .left span,
.indexLinkMain .right span {
  position: relative;
  display: inline-block;
  font: bold 1.77vw/2vw "SOURCEHANSANS-BOLD";
  color: #191919;
  letter-spacing: 2px;
}

.indexLinkMain .left span::after,
.indexLinkMain .right span::after {
  content: "";
  position: absolute;
  right: -4.167vw;
  top: 50%;
  width: 3.75vw;
  height: 1.15vw;
  margin-top: -0.575vw;
  background: url(../images/icon-arr.png) no-repeat;
  background-size: 100% auto;
}

.indexLinkMain .left h3,
.indexLinkMain .right h3 {
  font: normal 1.146vw/2.29vw "Jost-Light";
  color: #425fc4;
  font-weight: normal;
  letter-spacing: 2px;
}

.indexLinkMain .right {
  background-color: #d6ebf2;
  padding-left: 14.58%;
}

.indexLinkMain .bottom {
  float: left;
  width: 100%;
  padding: 3vw 0 4vw;
  background: url(../images/bg04.jpg) no-repeat center top;
  text-align: center;
}

.indexLinkMain .bottom span {
  position: relative;
  display: inline-block;
  padding-left: 2vw;
  font: normal 1.25vw/4vw "Jost-Bold";
  color: #fff;
  text-transform: uppercase;
}

.indexLinkMain .bottom span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 0.94vw;
  height: 0.94vw;
  margin-top: -0.47vw;
  border-radius: 50%;
  background-color: #fff;
}

.indexLinkMain .bottom h3 {
  font: bold 3.3vw/3.3vw "SOURCEHANSANS-BOLD";
  color: #fff;
}

.footerBox {
  padding-top: 27px;
  background-color: #fff;
}

.footerBox .logo {
  float: left;
  margin-top: 0.8333vw;
}

.footerBox .logo img {
  display: block;
  width: 16.146vw;
}

.footerBox .footerNav {
  float: right;
  margin-top: 1.4vw;
}

.footerBox .footerNav li {
  position: relative;
  float: left;
  padding-left: 8px;
  padding-right: 8px;
}

.footerBox .footerNav li a {
  font: normal 1.0417vw/3.125vw "SOURCEHANSANS-REGULAR";
  color: #494949;
}

.footerBox .footerNav li a:hover {
  color: #666;
}

.footerBox .footerNav li::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 18px;
  margin-top: -9px;
  background: #000;
}

.footerBox .footerNav li:first-child::after {
  content: none;
}

.footerBox .footerNav li:last-child {
  margin-left: 1vw;
}

.footerBox .footerNav li:last-child::after {
  content: none;
}

.footerBox .footerNav li:last-child a {
  display: block;
  background-color: #2f61be;
  color: #fff;
  border-radius: 5px;
  padding: 0 20px;
}

.footerBox .footerNav li:last-child a:hover {
  background-color: #4f83e4;
}

.footerBox .copyRight {
  margin-top: 27px;
  background-color: #2f61be;
  font: normal 18px/72px "SOURCEHANSANS-REGULAR";
  color: #fff;
  text-align: center;
}

@media (min-width: 1000px) and (max-width: 1480px) {
  .w1200 {
    max-width: 1000px;
  }

  .indexNavMain {
    padding-left: 3.125%;
    padding-right: 3.125%;
  }

  .topMain {
    padding: 3.854vw 10vw 10vw;
  }
}

@media (min-width: 1000px) and (max-width: 1180px) {
  .wrap {
    width: 88%;
  }

  .w1200 {
    max-width: 880px;
  }
}

.subpage {
  background-color: #efefef;
}

.subBannerMain {
  margin-top: 3.2vw;
  position: relative;
  background-color: #fff;
  text-align: center;
}

.subBannerMain h1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  font: normal 1.875vw/15.6vw "Jost-Bold";
  color: #222;
  z-index: 10;
}

.subBannerMain span {
  display: inline-block;
  text-transform: uppercase;
  font: normal 10vw/15.6vw "Jost-Bold";
  color: #e8e8e8;
  white-space: nowrap;
}

.subTitle {
  position: relative;
  padding-top: 3vw;
  margin-bottom: 3vw;
  font: bold 2.3vw/5.2vw "SOURCEHANSANS-REGULAR";
  color: #222;
}

.subTitle span {
  color: #1d399c;
}

.subTitle::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 4.8vw;
  height: 3px;
  background-color: #000;
}

.subFacility {
  background-color: #efefef;
}

.subFacility .facilityList li {
  float: left;
  width: 31%;
  margin-bottom: 3vw;
  text-align: center;
}

.subFacility .facilityList li .img {
  height: 16vw;
  overflow: hidden;
}

.subFacility .facilityList li .img img {
  display: block;
  width: 100%;
}

.subFacility .facilityList li h3 {
  font: normal 1vw/4vw "SOURCEHANSANS-REGULAR";
  color: #191919;
}

.subFacility .facilityList li:nth-child(3n+2) {
  margin-left: 3.5%;
  margin-right: 3.5%;
}

.subUsageFees {
  background-color: #fff;
}

.subUsageFees .table {
  padding: 1.875vw 3.125vw 5.2vw;
}

.subUsageFees .table table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.subUsageFees .table table tr {
  font: normal 1vw/2vw "NotoSansJP";
  color: #222;
}

.subUsageFees .table table td {
  box-sizing: border-box;
}

.subUsageFees .table table td:nth-child(1) {
  width: 25%;
  padding-left: 1.5em;
  border-bottom: 2px solid #222;
  border-right: 8px solid rgba(0, 0, 0, 0);
  font: bold 1vw/3.6vw "SOURCEHANSANS-REGULAR";
  color: #222;
}

.subUsageFees .table table td:nth-child(2) {
  width: 75%;
  padding: 1.2vw;
  border-bottom: 1px solid #d5d5d5;
  font: bold 1vw/1.5vw "SOURCEHANSANS-REGULAR";
  color: #666;
}

.subBasicInfo .txtBox {
  padding: 3.125vw 3.125vw 3.125vw 4vw;
  margin-bottom: 4vw;
  background: #fff;
  box-shadow: 3px 3px 21px 6px rgb(220, 220, 220);
  box-sizing: border-box;
}

.subBasicInfo .txtBox h3 {
  font: bold 1.875vw/3.6vw "SOURCEHANSANS-REGULAR";
}

.subBasicInfo .txtBox p {
  font: normal 1vw/3vw "SOURCEHANSANS-REGULAR";
  color: #191919;
}

.subBasicInfo .txtBox .txt {
  float: left;
  width: 25vw;
}

.subBasicInfo .txtBox .txt .code {
  display: block;
  margin: 0 auto;
}

.subBasicInfo .txtBox .map {
  float: right;
  width: 60%;
}

.subBasicInfo .txtBox02 {
  margin-bottom: 5.2vw;
}

.subBasicInfo .txtBox02 h3 {
  padding-bottom: 2.6vw;
  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: 2vw;
}

.subFeature li {
  padding: 3vw;
  background-color: #fff;
  margin-bottom: 3vw;
  border-radius: 30px;
}

.subFeature li .img {
  position: relative;
  float: right;
  width: 46%;
  border-radius: 3px;
  overflow: hidden;
}

.subFeature li .img img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}

.subFeature li .img img:hover {
  transform: scale(1.07);
}

.subFeature li .txt {
  float: left;
  width: 50%;
  padding-top: 24px;
}

.subFeature li .txt h3 {
  font: normal 1.6vw/6vw "Jost-Bold";
  color: #191919;
}

.subFeature li .txt h3 span {
  display: block;
  font-size: 3vw;
  line-height: 3vw;
}

.subFeature li .txt p {
  margin-top: 1vw;
  font: normal 1vw/3vw "SOURCEHANSANS-REGULAR";
  color: #191919;
}

.subFeature li:nth-child(odd) .img {
  float: left;
}

.subFeature li:nth-child(odd) .img strong {
  right: initial;
  left: 0;
}

.subFeature li:nth-child(odd) .txt {
  float: right;
}

.subSchedule {
  background-color: #fff;
}

.subSchedule h2 {
  text-align: center;
}

.subSchedule h2::after {
  left: 50%;
  margin-left: -2.4vw;
}

.subSchedule p {
  margin-bottom: 30px;
  font: normal 24px/40px "SOURCEHANSANS-REGULAR";
  text-align: center;
}

.schedule {
  padding: 3vw 3vw 5vw;
}

.schedule img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.subCourse {
  padding-bottom: 5vw;
}

.subCourse h2 {
  text-align: center;
}

.subCourse h2 span {
  color: #191919;
}

.subCourse h2::after {
  left: 50%;
  margin-left: -2.4vw;
}

.subCourse p {
  margin-bottom: 30px;
  font: normal 24px/40px "SOURCEHANSANS-REGULAR";
  text-align: center;
}

.subCourse .table table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.subCourse .table table th {
  font: bold 18px/72px "SOURCEHANSANS-REGULAR";
  border: 1px solid #d5d5d5;
  background-color: #b3bfec;
  color: #191919;
  box-sizing: border-box;
}

.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-top: 15px;
  padding-bottom: 15px;
  border: 1px solid #d5d5d5;
  background-color: #fff;
  font: normal 16px/30px "SOURCEHANSANS-REGULAR";
  color: #191919;
  box-sizing: border-box;
  padding-left: 1em;
}

.subCourse .table .tac {
  text-align: center;
  padding-left: 0;
}

.subCourse .table .spacing {
  height: 50px;
}

.subFlow {
  padding-top: 80px;
}

.subFlow li {
  width: 70%;
  padding: 20px 50px;
  margin: 0 auto 110px;
  background-color: #fff;
  border-radius: 0 28px 0 28px;
  box-shadow: 0 0 15px #b0d7f3;
  text-align: center;
  position: relative;
}

.subFlow li h3 {
  padding: 15px 0;
  font-size: 24px;
  line-height: 40px;
  color: #193a8e;
}

.subFlow li p {
  font-size: 18px;
  line-height: 40px;
}

.subFlow li img {
  position: absolute;
  right: 50%;
  bottom: -150px;
  margin-right: -50px;
  width: 100px;
  z-index: 2;
}

.subFlow li::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -100px;
  width: 53px;
  height: 94px;
  margin-left: -26px;
  background: url(../images/arr02.png) no-repeat;
  transition: all 0.5s;
}

.subFlow li:last-child::after {
  content: none;
}

.subFlow li:hover::after {
  bottom: -105px;
}

.subContactMain {
  padding-top: 80px;
  padding-bottom: 80px;
}

.subContactMain .subTitleLine {
  font-size: 24px;
  line-height: 80px;
  position: relative;
}

.subContactMain .subTitleLine span {
  display: inline-block;
  padding-right: 15px;
  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: 30px;
  font-size: 18px;
  line-height: 40px;
  color: #193a8e;
}

.subContactMain .txt p {
  font-size: 18px;
  line-height: 40px;
  color: #222;
}

.subContactMain .txt .linkBtn {
  text-align: center;
  margin: 20px auto;
}

.subContactMain .txt .linkBtn a {
  display: inline-block;
  padding: 0 30px;
  background-color: #193a8e;
  font-size: 20px;
  line-height: 60px;
  color: #fff;
}

.subContactMain .txt .linkBtn a:hover {
  background-color: #003c8a;
}

/* 新闻板块 */

#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;
}

.indexIntroduceMain {
  padding-top: 50px;
}

.detailBox h2 {
  font-size: 40px;
  line-height: 46px;
  color: #000;
  text-align: center;
  margin: 30px 0;
}

.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 ul li {
  float: left;
  width: 31%;
  margin-right: 2%;
  margin-bottom: 40px;
  border: 1px solid #eee;
}

.indexIntroduceMain ul li:last-child {
  margin-right: 0;
}

.indexIntroduceMain ul li h3 {
  padding: 30px 0;
  font-size: 30px;
  line-height: 40px;
  color: #000;
  text-align: center;
  color: #333;
}

.indexIntroduceMain ul li .img {
  overflow: hidden;
}

.indexIntroduceMain ul li .img img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}

.indexIntroduceMain ul li .txt {
  padding: 15px;
  text-align: center;

}

.indexIntroduceMain ul li .txt p {
  font-size: 20px;
  line-height: 32px;
  color: #000;
  height: 64px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.btn {
  text-align: center;
  margin-bottom: 40px;
}

.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;
}

.indexIntroduceMain .detailContant {
  line-height: 2.5;
  font-size: 18px;
  font-weight: 400;
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;

}

.indexIntroduceMain .detailContant p {
  text-indent: 2em;
}

.indexIntroduceMain .detailContant img {
  width: 6rem;
  height: 4rem;
  text-align: center;
  display: block;
  /* 将图片转换为块级元素 */
  margin-left: auto;
  /* 左边距自动 */
  margin-right: auto;
  /* 右边距自动 */
}

.detailBox {
  min-height: 650px;
  padding: 20px;
  margin-bottom: 40px;
  margin-top: 40px;

}

.newBox {
  margin-bottom: 60px;
}

/*# sourceMappingURL=style-pc.css.map */