@charset "utf-8";
/* CSS Document */

.index_text_top {
  font-size: 35px;
  color: #2b303f;
  text-align: center;
  height: 100px;
  line-height: 100px;
}
.index_text_info {
  font-size: 20px;
  color: #2b303f;
  text-align: center;
  height: 30px;
  line-height: 30px;
  padding-bottom: 50px;
}

.big_box2 {
  position: relative;
  height: 500px;
  overflow: hidden;
}
.banner_box2 {
  position: absolute;
  top: -60px;
  height: 560px;
  width: 100%;
}

.banner_bg_01 {
  background-image: url("../images/16.jpg");
  background-size: 100% 100%;
}

.banner_txt {
  width: 1200px;
  margin: 260px auto 0 auto;
  color: #ffffff;
  text-align: center;
}
.banner_txt h2 {
  font-size: 60px;
  color: #ffffff;
  font-weight: 100;
  line-height: 60px;
}
.banner_txt h3 {
  font-size: 27px;
  color: #ffffff;
  font-weight: 100;
  margin-top: 10px;
}
.banner_txt h4 {
  font-size: 20px;
  color: #ffffff;
  letter-spacing: 0;
  text-align: center;
  font-weight: 100;
  width: 800px;
  margin: 30px auto 0 auto;
}

@media screen and (max-width: 992px) {
  .banner_txt {
    width: 990px;
    margin: 260px auto 0 auto;
    color: #ffffff;
    text-align: center;
  }
  .banner_txt h4 {
    font-size: 20px;
    color: #ffffff;
    letter-spacing: 0;
    text-align: center;
    font-weight: 100;
    width: 700px;
    margin: 30px auto 0 auto;
  }
}

.container_w2 {
  width: 880px;
  margin: auto;
}

.pic_box {
  padding: 20px 0 80px 0px;
  text-align: center;
}

.text_item_01 {
  padding-top: 40px;
  padding-bottom: 30px;
  border: 1px solid #eee;
  margin-bottom: 50px;
  background: #ffffff;
  overflow: hidden;
  box-shadow: 0 2px 4px 0 rgba(131, 157, 197, 0.12);
  border-radius: 5px;
}
.text_item_01 h2 {
  font-size: 35px;
  color: #2b303f;
  letter-spacing: 0;
  font-weight: normal;
  padding-bottom: 10px;
  text-align: center;
}
.text_item_01 h2 i {
  width: 80px;
  margin: 5px auto 5px auto;
  height: 5px;
  background: #5389ff;
  display: block;
}
.text_item_01 p {
  font-size: 18px;
  color: #5a5e6c;
  letter-spacing: 0;
  line-height: 30px;
  text-align: left;
  margin: auto;
  max-height: 999999px;
  padding: 10px 30px 10px 60px;
}

.p_bottom50 {
  padding-bottom: 50px;
}
.p_top50 {
  padding-top: 50px;
}

.box2 {
  margin: 0 auto;
  padding-bottom: 50px;
  box-shadow: 0 2px 4px 0 rgba(131, 157, 197, 0.12);
  border-radius: 5px;
  background: #ffffff;
  overflow: hidden;
}
.fl_l {
  width: 170px;
  float: left;
  border: 1px solid #f4f4f4;
  background: #ffffff;
  margin-top: 20px;
  z-index: 999;
}
.fl_l li a {
  border-bottom: 1px solid #eee;
  text-align: center;
  display: block;
  color: #333;
  font-size: 15px;
  line-height: 35px;
}
.fl_l li.active a {
  background: #729fff;
  color: #fff;
}
.fl_r {
  float: right;
  width: 960px;
}
.fl_r li {
  margin-bottom: 20px;
  background: #fff;
  display: block;
}

.fl_r li .row {
  font-size: 15px;
  text-align: center;
}

.topRow {
  margin: 0;
  margin-top: 20px;
  padding: 10px 30px;
  background: #729fff;
  color: white;
}

.secondRow {
  padding: 10px 30px;
  margin: 0;
  background: #fff;
  color: black;
}

.bottomRow {
  padding: 20px 30px;
  margin: 0;
  background: #e7e7f5;
}

.jd {
  text-align: left !important;
  padding: 0 30px 0 60px;
  line-height: 1.5em;
}

.jd p:first-child {
  font-weight: bold;
  margin-bottom: 20px;
}

.fl_r li div h3 em {
  display: block;
  font-size: 15px;
  color: #16456d;
  padding-top: 10px;
  font-weight: bold;
}
.fl_r li div h3 strong {
  display: block;
  font-size: 15px;
  font-weight: normal;
  line-height: 30px;
}

.phoneRow {
  padding: 10px;
  margin: 0;
  border: 1px solid #eee;
  margin-bottom: 20px;
}

.phoneRow > div {
  margin-bottom: 10px;
  font-size: 13px;
}

.phoneRow > div:first-child {
  text-align: center;
  font-size: 18px;
}

.phoneRow > div > span {
  font-weight: bold;
  font-size: 14px;
}

@media screen and (max-width: 992px) {
  .box2 {
    margin: 0 auto;
    padding-bottom: 50px;
  }
  .fl_l {
    width: 200px;
    float: left;
    border: 1px solid #f4f4f4;
  }
  .fl_r {
    float: right;
    width: 750px;
  }
}
