body {
  font-size: 14px;
  font-size: 1.4rem;
  color: #000;
  font-family: 'Microsoft YaHei', '微软雅黑', SimSun, '宋体', SimHei, "STHeiti Light", STHeiti, "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
  margin: 0px;
}

a {
  outline: none;
  blr: expression(this.onFocus=this.blur());
  text-decoration: none;
  color: #000;
}

.fs14 {
  font-size: 14px;
}

.fs18 {
  font-size: 18px;
}

.fs24 {
  font-size: 24px;
}

.row {
  margin: 0px auto;
  width: 1100px;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
}

.header .row {
  overflow: hidden;
  position: relative;
  padding-top: 30px;
  padding-bottom: 23px;
}

.header .logo a {
  display: inline-block;
  vertical-align: middle;
}

.header .logo a.logo1 {
  width: 250px;
  margin: 0;
}

.header .logo img {
  display: block;
  width: 100%;
}

.header .logo a.logo2 {
  border-left: 1px solid #084941;
  font-family: 'BigCaslon-Medium';
  font-size: 38px;
  color: #084941;
  padding: 0 0 0 13px;
  margin: 0 0 0 15px;
  height: 53px;
  line-height: 53px;
}

.content {
  background: url(../images/bg.png) center no-repeat;
  background-size: cover;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  position: relative;
}

.content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: inherit;
  filter: blur(2px);
  z-index: 0;
}

.rowCenter {
  width: 1100px;
  z-index: 5;
  display: flex;
  justify-content: center;
}

.contentBox {
  color: #fff;
  padding: 80px 0 30px;
}

.contentBox.left {
  width: 50%;
  margin-right: 40px;
}

.contentBox.right {
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 60px;
}

.contentBox .top {
  padding: 30px 43px 30px;
  line-height: 24px;
  color: #000000;
  text-align: justify;
  margin: 0 0 60px;
  background-color: rgba(255, 255, 255, .7);
  border-radius: 10px;
}

.contentBox .top .title {
  font-size: 18px;
}

.contentBox .top .topTitle {
  font-size: 19px;
  font-weight: bold;
  margin: -10px auto 10px;
  text-align: center;
}

.contentBox .top .notice {
  margin-left: 20px;
}

.contentBox .top .firstRow {
  text-indent: 2em;
}

.part {
  width: 100%;
  padding: 40px 0 35px;
  color: #000000;
  background-color: rgba(255, 255, 255, .7);
  border-radius: 10px;
}

.part:nth-child(2n) {
  margin-top: 20px;
}


.part .title {
  font-weight: bold;
  text-align: center;
  margin: 0 0 20px;
}

.part .info {
  margin: 0 42px 34px;
  height: 72px;
  line-height: 24px;
}

.part a {
  display: block;
  height: 26px;
  line-height: 26px;
  text-align: center;
  margin: 0 auto;
  width: 97px;
  color: #ffffff;
  border-radius: 20px;
  background: rgba(8, 73, 65, .8);
}

.clear {
  clear: both;
}

.footer {
  background: #084941;
  padding: 50px 0 70px;
}

.footer .row {
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
}

.footer .row::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, .4);
}

.footer p {
  display: inline-block;
  position: relative;
  z-index: 2;
  background: #084941;
  padding: 0 6px;
  color: #fff;
}

@media screen and (max-width: 1200px) {
  .row {
    width: 90%;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .header .row {
    margin-left: 40px;
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 20px;
    padding-bottom: 18px;
  }

  .contentBox {
    width: 80%;
  }
}

@media screen and (max-width: 1040px) {

  .row {
    width: 90%;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .header .row {
    margin-left: 40px;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .rowCenter {
    width: 90%;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }

  .contentBox {
    padding: 90px 0 70px;
    width: 80%;
  }

  .contentBox.left {
    width: 80%;
    padding: 0;
    margin: 0 0 90px;
  }

  .contentBox.right {
    width: 80%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 0;
  }

  .part {
    width: 80%;
  }

  .part:nth-child(2n) {
    margin: 0 0 0 60px;
  }


  .contentBox .top {
    margin: 0;
  }
}

@media screen and (max-width: 992px) {

  .fs14,
  .fs15 {
    font-size: 13px;
  }

  .fs24 {
    font-size: 18px;
  }

  .header .row {
    padding-top: 30px;
  }

  .header .logo a.logo1 {
    width: 150px;
  }

  .header .logo a.logo2 {
    line-height: 30px;
    height: 33px;
    font-size: 25px;
    margin: 0 0 0 10px;
    padding: 0 0 0 10px;
  }

  .rowCenter {
    width: 90%;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }

  .contentBox {
    padding: 90px 0 70px;
    width: 80%;
  }

  .contentBox.left {
    width: 80%;
    padding: 0;
    margin: 0 0 90px;
  }

  .contentBox.right {
    width: 80%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 0;
  }

  .part {
    width: 80%;
  }

  .part:nth-child(2n) {
    margin: 0 0 0 60px;
  }


  .contentBox .top {
    margin: 0;
  }

  .contentBox .top .title {
    font-size: 16px;
  }

  .contentBox .top .topTitle {
    font-size: 16px;
    margin: -10px auto 10px;
    text-align: center;
  }

  .footer {
    padding: 30px 0 40px;
  }
}

@media screen and (max-width: 767px) {

  .fs14,
  .fs13,
  .fs15 {
    font-size: 12px;
  }

  .fs18,
  .fs19 {
    font-size: 14px;
  }

  .fs24 {
    font-size: 16px;
  }

  .rowCenter {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }

  .contentBox {
    width: 100%;
    padding: 70px 0 70px;
  }

  .contentBox.left {
    width: 90%;
    padding: 0;
    margin: 0 0 70px;
  }

  .contentBox.right {
    width: 90%;
    padding-bottom: 50px;
  }

  .contentBox.right {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .contentBox .top {
    padding: 24px 30px;
  }

  .part {
    width: 90%;
    padding: 20px;
    text-align: center;
  }

  .part .title {
    margin: 0 0 12px;
  }

  .part .info {
    margin: 0 0 20px;
    height: auto;
  }

  .part:nth-child(2n) {
    margin: 50px 0 0;
  }

  .contentBox .top .title {
    font-size: 14px;
  }

  .contentBox .top .topTitle {
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 10px -10px;
  }

}