@font-face {
  font-family: "造字工房朗倩";
  src: url("../fonts/ziti.ttf") format('opentype');
}
@font-face {
  font-family: "华康";
  src: url("../fonts/huakang-song.ttf") format('opentype');
}
@font-face {
  font-family: "english";
  src: url("../fonts/DidotBold.ttf") format('opentype');
}
body {
  color: #565656;
}
ul {
  list-style: none;
  padding: 0;
}
img {
  display: block;
}
.wrap {
  max-width: 1920px;
  margin: auto;
  overflow: hidden;
}
.row {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .navbar ul li:last-child {
    margin-left: 13rem;
  }
  .navbar #logo {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
}
.navbar {
  background: #fff;
  margin: 0;
}
.navbar #logo {
  width: 12rem;
  margin-right: 6rem;
  margin-left: 1rem;
}
.navbar button {
  padding-right: 0;
  margin-top: 1rem;
  height: 4rem;
}
.navbar ul li {
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 1rem;
  margin-top: 1rem;
}
.navbar ul li:last-child {
  flex-direction: column;
}
.navbar ul li:last-child div {
  text-align: center;
  color: rgba(86,86,86,0.8);
  height: 1.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.navbar ul li:last-child div:first-child {
  background-image: url("../images/tele.png");
  background-repeat: no-repeat;
  background-size: 1.3rem;
  background-position: 1.1rem center;
  padding-left: 1.8rem;
}
.navbar ul li:last-child div:last-child {
  color: #4da3f7;
}
.navbar ul li a {
  color: rgba(86,86,86,0.8);
  padding: 0.8rem 1rem;
}
.navbar ul li a:hover {
  background-color: transparent;
}
.navbar ul li a:focus {
  background-color: transparent;
}
.navbar ul li .pageActive {
  color: #4da3f7;
  position: relative;
}
.navbar ul li .pageActive:after {
  position: absolute;
  content: ' ';
  display: block;
  width: 60%;
  height: 0;
  border-bottom: 0.2rem solid #4da3f7;
  bottom: 0;
  left: 20%;
}
.navbar ul #logo {
  margin-right: 6rem !important;
  margin-left: 6rem !important;
}
.wrap .carousel-indicators li {
  height: 1rem;
  width: 1rem;
  border: none;
  background-color: rgba(255,255,255,0.3);
  margin: 0 0.5rem;
  transition: all 0.5s;
}
.wrap .carousel-indicators .active {
  background-color: #fff;
  margin: 0 0.5rem;
  width: 3rem;
  height: 1rem;
}
footer {
  margin-top: 3rem;
  height: 20rem;
  width: 100%;
  background-color: #000;
  background-image: url("../images/common/footer_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  position: relative;
}
footer .content {
  width: 90% !important;
  margin: auto;
  background-color: transparent !important;
}
footer .content .row>div {
  height: 20rem;
}
footer .content .row>div:first-child {
  justify-content: flex-start;
}
footer .content .row>div:last-child {
  justify-content: flex-end;
}
footer .content .row #rqcode {
  display: block;
  width: 7.5rem;
  height: 7.5rem;
}
footer .content .row .text {
  align-items: flex-start;
  flex-direction: column;
  color: #fff;
}
footer .content .row .text h3 {
  font-size: 1.6rem;
  margin: 1rem 0;
}
footer .content .row .text li {
  font-size: 1.1rem;
  margin: 0;
  margin: 0.5rem 0;
}
footer .re {
  width: 90% !important;
  font-size: 0.6rem;
  color: rgba(255,255,255,0.7);
  position: absolute;
  bottom: 0;
  text-align: center;
  padding: 0.5rem 0;
}
.colorGray {
  color: #bababa;
}
.colorBlue {
  color: #4da3f7;
}
.colorWhite {
  color: #fff;
}
.line2 {
  line-height: 200%;
}
.line25 {
  line-height: 250%;
}
.line1 {
  line-height: 100%;
}
.line15 {
  line-height: 150%;
}
.line3 {
  line-height: 300%;
}
.fz1rem {
  font-size: 1rem;
}
.fz15rem {
  font-size: 1.5rem;
}
.fz2rem {
  font-size: 2rem;
}
.fz25rem {
  font-size: 2.5rem;
}
.height100 {
  height: 100%;
}
.flexCenter {
  display: flex;
  justify-content: center;
  align-items: center;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
.col-sm-5,
.col-sm-7 {
  padding: 0;
}
.font-6-16 {
  font-size: 16px;
}
.font-6-20 {
  font-size: 20px;
}
.font-6-25 {
  font-size: 25px;
}
.font-6-30 {
  font-size: 30px;
}
.font-6-40 {
  font-size: 40px;
}
.font-6-50 {
  font-size: 50px;
}
.font-6-60 {
  font-size: 60px;
}
.font-6-70 {
  font-size: 70px;
}
.font-6-80 {
  font-size: 80px;
}
.font-6-90 {
  font-size: 90px;
}
@media screen and (min-width: 320px) {
  .font-6-16 {
    font-size: 6.133333333333333px;
  }
  .font-6-20 {
    font-size: 7.666666666666665px;
  }
  .font-6-25 {
    font-size: 9.58333333333333px;
  }
  .font-6-30 {
    font-size: 11.5px;
  }
  .font-6-40 {
    font-size: 15.33333333333333px;
  }
  .font-6-50 {
    font-size: 19.16666666666666px;
  }
  .font-6-60 {
    font-size: 23px;
  }
  .font-6-70 {
    font-size: 26.83333333333333px;
  }
  .font-6-80 {
    font-size: 30.66666666666666px;
  }
  .font-6-90 {
    font-size: 34.5px;
  }
}
@media screen and (min-width: 375px) {
  .font-6-16 {
    font-size: 7.187499999999999px;
  }
  .font-6-20 {
    font-size: 8.984375px;
  }
  .font-6-25 {
    font-size: 11.23046875px;
  }
  .font-6-30 {
    font-size: 13.476562499999998px;
  }
  .font-6-40 {
    font-size: 17.96875px;
  }
  .font-6-50 {
    font-size: 22.4609375px;
  }
  .font-6-60 {
    font-size: 26.953124999999996px;
  }
  .font-6-70 {
    font-size: 31.445312499999996px;
  }
  .font-6-80 {
    font-size: 35.9375px;
  }
  .font-6-90 {
    font-size: 40.4296875px;
  }
}
@media screen and (min-width: 414px) {
  .font-6-16 {
    font-size: 7.590000000000001px;
  }
  .font-6-20 {
    font-size: 9.4875px;
  }
  .font-6-25 {
    font-size: 11.859375000000002px;
  }
  .font-6-30 {
    font-size: 14.231250000000001px;
  }
  .font-6-40 {
    font-size: 18.975px;
  }
  .font-6-50 {
    font-size: 23.718750000000004px;
  }
  .font-6-60 {
    font-size: 28.462500000000002px;
  }
  .font-6-70 {
    font-size: 33.206250000000004px;
  }
  .font-6-80 {
    font-size: 37.95px;
  }
  .font-6-90 {
    font-size: 42.69375px;
  }
}
@media screen and (min-width: 450px) {
  .font-6-16 {
    font-size: 8.25px;
  }
  .font-6-20 {
    font-size: 10.3125px;
  }
  .font-6-25 {
    font-size: 12.890625000000002px;
  }
  .font-6-30 {
    font-size: 15.468750000000002px;
  }
  .font-6-40 {
    font-size: 20.625px;
  }
  .font-6-50 {
    font-size: 25.781250000000004px;
  }
  .font-6-60 {
    font-size: 30.937500000000004px;
  }
  .font-6-70 {
    font-size: 36.09375px;
  }
  .font-6-80 {
    font-size: 41.25px;
  }
  .font-6-90 {
    font-size: 46.40625000000001px;
  }
}
@media screen and (min-width: 480px) {
  .font-6-16 {
    font-size: 8.4px;
  }
  .font-6-20 {
    font-size: 10.5px;
  }
  .font-6-25 {
    font-size: 13.125px;
  }
  .font-6-30 {
    font-size: 15.75px;
  }
  .font-6-40 {
    font-size: 21px;
  }
  .font-6-50 {
    font-size: 26.25px;
  }
  .font-6-60 {
    font-size: 31.5px;
  }
  .font-6-70 {
    font-size: 36.75px;
  }
  .font-6-80 {
    font-size: 42px;
  }
  .font-6-90 {
    font-size: 47.25px;
  }
}
@media screen and (min-width: 640px) {
  .font-6-16 {
    font-size: 10.666666666666666px;
  }
  .font-6-20 {
    font-size: 13.333333333333332px;
  }
  .font-6-25 {
    font-size: 16.666666666666664px;
  }
  .font-6-30 {
    font-size: 20px;
  }
  .font-6-40 {
    font-size: 26.666666666666664px;
  }
  .font-6-50 {
    font-size: 33.33333333333333px;
  }
  .font-6-60 {
    font-size: 40px;
  }
  .font-6-70 {
    font-size: 46.666666666666664px;
  }
  .font-6-80 {
    font-size: 53.33333333333333px;
  }
  .font-6-90 {
    font-size: 60px;
  }
}
@media screen and (min-width: 768px) {
  .font-6-16 {
    font-size: 6.4px;
  }
  .font-6-20 {
    font-size: 8px;
  }
  .font-6-25 {
    font-size: 10px;
  }
  .font-6-30 {
    font-size: 12px;
  }
  .font-6-40 {
    font-size: 16px;
  }
  .font-6-50 {
    font-size: 20px;
  }
  .font-6-60 {
    font-size: 24px;
  }
  .font-6-70 {
    font-size: 28px;
  }
  .font-6-80 {
    font-size: 32px;
  }
  .font-6-90 {
    font-size: 36px;
  }
}
@media screen and (min-width: 800px) {
  .font-6-16 {
    font-size: 6.666666666666667px;
  }
  .font-6-20 {
    font-size: 8.333333333333334px;
  }
  .font-6-25 {
    font-size: 10.416666666666668px;
  }
  .font-6-30 {
    font-size: 12.5px;
  }
  .font-6-40 {
    font-size: 16.666666666666668px;
  }
  .font-6-50 {
    font-size: 20.833333333333336px;
  }
  .font-6-60 {
    font-size: 25px;
  }
  .font-6-70 {
    font-size: 29.166666666666668px;
  }
  .font-6-80 {
    font-size: 33.333333333333336px;
  }
  .font-6-90 {
    font-size: 37.5px;
  }
}
@media screen and (min-width: 950px) {
  .font-6-16 {
    font-size: 7.916666666666667px;
  }
  .font-6-20 {
    font-size: 9.895833333333334px;
  }
  .font-6-25 {
    font-size: 12.369791666666668px;
  }
  .font-6-30 {
    font-size: 14.84375px;
  }
  .font-6-40 {
    font-size: 19.791666666666668px;
  }
  .font-6-50 {
    font-size: 24.739583333333336px;
  }
  .font-6-60 {
    font-size: 29.6875px;
  }
  .font-6-70 {
    font-size: 34.63541666666667px;
  }
  .font-6-80 {
    font-size: 39.583333333333336px;
  }
  .font-6-90 {
    font-size: 44.53125px;
  }
}
@media screen and (min-width: 1200px) {
  .font-6-16 {
    font-size: 10px;
  }
  .font-6-20 {
    font-size: 12.5px;
  }
  .font-6-25 {
    font-size: 15.625px;
  }
  .font-6-30 {
    font-size: 18.75px;
  }
  .font-6-40 {
    font-size: 25px;
  }
  .font-6-50 {
    font-size: 31.25px;
  }
  .font-6-60 {
    font-size: 37.5px;
  }
  .font-6-70 {
    font-size: 43.75px;
  }
  .font-6-80 {
    font-size: 50px;
  }
  .font-6-90 {
    font-size: 56.25px;
  }
}
@media screen and (min-width: 1400px) {
  .font-6-16 {
    font-size: 11.666666666666666px;
  }
  .font-6-20 {
    font-size: 14.583333333333332px;
  }
  .font-6-25 {
    font-size: 18.229166666666664px;
  }
  .font-6-30 {
    font-size: 21.875px;
  }
  .font-6-40 {
    font-size: 29.166666666666664px;
  }
  .font-6-50 {
    font-size: 36.45833333333333px;
  }
  .font-6-60 {
    font-size: 43.75px;
  }
  .font-6-70 {
    font-size: 51.041666666666664px;
  }
  .font-6-80 {
    font-size: 58.33333333333333px;
  }
  .font-6-90 {
    font-size: 65.625px;
  }
}
@media screen and (min-width: 1680px) {
  .font-6-16 {
    font-size: 14px;
  }
  .font-6-20 {
    font-size: 17.5px;
  }
  .font-6-25 {
    font-size: 21.875px;
  }
  .font-6-30 {
    font-size: 26.25px;
  }
  .font-6-40 {
    font-size: 35px;
  }
  .font-6-50 {
    font-size: 43.75px;
  }
  .font-6-60 {
    font-size: 52.5px;
  }
  .font-6-70 {
    font-size: 61.25px;
  }
  .font-6-80 {
    font-size: 70px;
  }
  .font-6-90 {
    font-size: 78.75px;
  }
}
@media screen and (min-width: 1680px) {
  .font-6-16 {
    font-size: 16px;
  }
  .font-6-20 {
    font-size: 20px;
  }
  .font-6-25 {
    font-size: 25px;
  }
  .font-6-30 {
    font-size: 30px;
  }
  .font-6-40 {
    font-size: 40px;
  }
  .font-6-50 {
    font-size: 50px;
  }
  .font-6-60 {
    font-size: 60px;
  }
  .font-6-70 {
    font-size: 70px;
  }
  .font-6-80 {
    font-size: 80px;
  }
  .font-6-90 {
    font-size: 90px;
  }
}
@media screen and (max-width: 768px) {
  footer {
    height: 10rem !important;
  }
  footer .content .row h3 {
    display: none;
  }
  footer .content .row>div {
    height: 10rem !important;
  }
  footer .content .row>div:first-child {
    display: none;
  }
  footer .content .row>div:last-child {
    display: none;
  }
}
@media screen and (max-width: 770px) {
  .pc {
    display: none;
  }
}
.section {
  padding: 3rem 0 0rem 0;
}
.section h1 {
  padding: 0.8rem 0;
  margin: 0;
  font-size: 2.7rem;
}
.section p {
  margin: 0;
  padding: 0.8rem 0;
  z-index: 0;
}
.navbar #logo {
  height: 5rem;
  margin-left: 2rem;
  margin-right: 4rem;
}
.boxCotainner {
  width: 94%;
  max-width: 1650px;
  margin: auto;
  padding: 1rem 0;
}
.boxCotainner .section1Content {
  width: 100%;
}
.boxCotainner .section1Content .col-sm-5,
.boxCotainner .section1Content .col-sm-7 {
  padding: 0 1rem;
}
.boxCotainner .section1Content .sec_1_item {
  background: #f9fbff;
  box-shadow: 0 0 0.5rem 0.2rem rgba(233,233,233,0.8);
  border-radius: 0.2rem;
}
.boxCotainner .section1Content .sec_1_item h2 {
  font-size: 2rem;
  padding: 3rem 0;
}
.boxCotainner .section1Content .flexWrap {
  display: flex;
  flex-direction: column;
}
.boxCotainner .section1Content .flexWrap > div {
  flex: 1;
}
.boxCotainner .section1Content .sec_1_item_sub {
  height: 100%;
}
.boxCotainner .section1Content .sec_1_item_sub > div {
  height: 24rem;
}
.boxCotainner .section1Content .sec_1_item_sub:first-child {
  margin-bottom: 2rem;
}
.boxCotainner .section1Content .sec_1_item_sub h2 {
  padding: 2.5rem 0;
}
.boxCotainner .section1Content .img1,
.boxCotainner .section1Content .img2 {
  display: block;
  margin: auto;
}
.boxCotainner .section1Content .img1 {
  width: 65%;
}
.boxCotainner .section1Content .img2 {
  width: 80%;
}
.boxCotainner .section2Content {
  margin-bottom: 2rem;
}
.boxCotainner .section2Content .col-sm-6 {
  padding: 0;
}
.boxCotainner .section2Content .col-sm-6 .pc {
  width: 80%;
}
.boxCotainner .section2Content .col-sm-6 .pc1 {
  margin-left: 30%;
}
.boxCotainner .section2Content .col-sm-6 .pc2 {
  margin-right: 27%;
  margin-top: 6%;
}
.boxCotainner .section2Content .header {
  background-color: #fff;
  width: 100%;
  background-image: url("../images/icon_0.png");
  background-repeat: no-repeat;
  background-size: 2.5rem;
  background-position: 1.5rem center;
  padding: 0.5rem 0 0.5rem 5.5rem;
  border-radius: 0.7rem;
  box-sizing: border-box;
}
.boxCotainner .section2Content .advans {
  padding: 0.8rem 0 0.8rem 4rem;
  background-repeat: no-repeat;
  background-size: 2.8rem;
  background-position: 0rem center;
}
.boxCotainner .section2Content .advans0 {
  background-image: url("../images/icon_1.png");
}
.boxCotainner .section2Content .advans1 {
  background-image: url("../images/icon_2.png");
}
.boxCotainner .section2Content .advans2 {
  background-image: url("../images/icon_3.png");
}
.boxCotainner .section2Content .advans3 {
  background-image: url("../images/icon_4.png");
}
.boxCotainner .section2Content .advans4 {
  background-image: url("../images/icon_5.png");
}
.boxCotainner .section2Content .advans5 {
  background-image: url("../images/icon_6.png");
}
.boxCotainner .section3Content .col-sm-4 {
  padding: 1rem;
  box-sizing: border-box;
}
.boxCotainner .section3Content .col-sm-4 img {
  display: block;
  width: 100%;
  box-shadow: 0 0 0.5rem 0.2rem rgba(233,233,233,0.8);
}
.boxCotainner .section4Content img {
  display: block;
  width: 100%;
}
.section2 {
  padding: 0;
  background-color: #f5f5f5;
}
