/* 联系我们页 */
.ct-us {
  max-width: 1400px;
  margin: auto;
  font-size: 0;
  padding-bottom: 160px;
  padding-top: 80px;
}
.ct-us .map-container {
  width: 772px;
  height: 600px;
  display: inline-block;
  vertical-align: top;
}
.ct-us #allmap {
  width: 100%;
  height: 100%;
}
.ct-us #allmap .BMap_pop {
  height: 100%;
  width: 100%;
  color: #000;
  font-size: 14px;
}
.ct-us .cont {
  font-size: 14px;
  color: #fff;
  width: 515px;
  padding-left: 113px;
  padding-bottom: 45px;
  height: auto;
  position: relative;
  display: inline-block;
  vertical-align: top;
  background-color: #2a75d2;
}
.ct-us .cont .bg-logo {
  display: none;
  position: absolute;
  background: url('../images/bg-logo.png') no-repeat right top;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: 2;
}
.ct-us .cont .txt {
  z-index: 3;
  position: relative;
  max-width: 395px;
}
.ct-us .cont .txt h2 {
  font-size: 40px;
  margin-top: 55px;
}
.ct-us .cont .txt h2 + .para {
  margin-top: 45px;
}
.ct-us .cont .txt .para {
  margin-bottom: 40px;
  line-height: 27px;
  font-size: 16px;
}
.ct-us .cont .txt .method {
  font-size: 16px;
}
.ct-us .cont .txt .method p {
  padding-left: 45px;
  line-height: 40px;
}
.ct-us .cont .txt .method p + p {
  margin-top: 17px;
}
.ct-us .cont .txt .method em {
  font-size: 24px;
}
.ct-us .cont .txt .method a {
  color: #fff;
}
.ct-us .cont .txt .tel {
  background: url('../images/tel.png') no-repeat left;
}
.ct-us .cont .txt .fax {
  background: url('../images/fax.png') no-repeat left;
}
.ct-us .cont .txt .email {
  background: url('../images/email.png') no-repeat left 7px;
}
@media screen and (max-width: 1440px) {
  .ct-us {
    max-width: 1024px;
  }
  .ct-us .map-container {
    width: 768px;
    margin: auto;
    display: block;
  }
  .ct-us .map-container #allmap {
    width: 100%;
    margin: auto;
  }
  .ct-us .cont {
    width: 655px;
    margin: auto;
    display: block;
  }
  .ct-us .cont .txt {
  padding-top: 55px;
  }
}
@media screen and (max-width: 768px) {
  .ct-us {
    width: 96%;
    margin: auto;
  }
  .ct-us .map-container {
    width: 100%;
    height: 200px;
    margin: auto;
    display: block;
  }
  .ct-us .map-container #allmap {
    width: 100%;
    margin: auto;
  }
  .ct-us .cont {
    width: 90%;
    margin: auto;
    display: block;
    padding-left: 5%;
    padding-right: 5%;
  }
  .ct-us .cont .txt {
  padding-top: 25px;
  }
  .ct-us .cont .txt .para {
    margin-top: 20px;
  }
}
@media screen and (max-width:375px){
  .ct-us .cont .txt .method em {
  font-size: 18px;
}
}
/* 基金介绍页 */
.itr-fund {
  max-width: 1400px;
  margin: auto;
  padding-top: 93px;
  padding-bottom: 170px;
}
.itr-fund .tit-h3 {
  max-width: 1200px;
  margin: auto;
}
.itr-fund .tit-h3 strong {
  font-size: 40px;
}
.itr-fund .itr-bk {
  background-color: #f3f3f3;
  color: #666;
  font-size: 14px;
  padding: 78px 87px;
  line-height: 2;
  position: relative;
}
.itr-fund .itr-bk .tit h3 {
  font-size: 30px;
  font-weight: bold;
  color: #000;
}
.itr-fund .itr-bk .tit h3 strong {
  top: -1.2em;
}
.itr-fund .itr-bk .tit i {
  display: block;
  height: 3px;
  width: 63px;
  margin-top: 25px;
  margin-bottom: 36px;
  background-color: #c2c2c2;
}
.itr-fund .itr-bk + .itr-bk {
  margin-top: 47px;
}
.itr-fund .about {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: -32px;
  left: -57px;
  background: url('../images/about-txt.png') no-repeat right bottom;
}
.itr-fund .img-box {
  position: relative;
  z-index: 3;
}
.itr-fund .img-box img {
  width: 100%;
  display: block;
  position: absolute;
  top: -125px;
}
.itr-fund .flag-fl {
  float: left;
  width: 560px;
}
.itr-fund .flag-fr {
  float: right;
  width: 555px;
}
.itr-fund .txt {
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 1366px) {
  .itr-fund .itr-bk {
    padding: 50px 5%;
    line-height: 2;
  }
  .itr-fund .itr-bk + .itr-bk {
    margin-top: 47px;
  }
  .itr-fund .img-box {
    position: relative;
    z-index: 3;
  }
  .itr-fund .img-box img {
    width: 100%;
    display: block;
    position: relative;
    top: 15px;
  }
  .itr-fund .flag-fl {
    float: none;
    width: 80%;
    margin: auto;
  }
  .itr-fund .flag-fr {
    float: none;
    width: 80%;
    margin: auto;
  }
  .itr-fund .txt {
    position: relative;
    z-index: 3;
  }
}
@media screen and (max-width: 768px) {
  .itr-fund .itr-bk {
    font-size: 14px;
    padding: 50px 5%;
    line-height: 2;
    position: relative;
  }
  .itr-fund .itr-bk + .itr-bk {
    margin-top: 20px;
  }
  .itr-fund .about {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: -32px;
    left: -57px;
    background: url('../images/about-txt.png') no-repeat right bottom;
  }
  .itr-fund .img-box {
    position: relative;
    z-index: 3;
  }
  .itr-fund .img-box img {
    width: 100%;
    display: block;
    position: relative;
    top: 15px;
  }
  .itr-fund .flag-fl {
    float: none;
    width: 100%;
    margin: auto;
  }
  .itr-fund .flag-fr {
    float: none;
    width: 100%;
    margin: auto;
  }
  .itr-fund .txt {
    position: relative;
    z-index: 3;
  }
}
.cmore-blue {
  display: block;
  height: 66px;
  width: 390px;
  margin-top: 61px;
  line-height: 66px;
  color: #fff;
  text-align: center;
  background-color: #0a61cd;
  float: right;
}
.cmore-blue i {
  width: 43px;
  height: 3px;
  background-color: #fff;
  display: inline-block;
  vertical-align: top;
  margin-right: 17px;
  margin-top: 31px;
}
@media screen and (max-width: 768px) {
  .cmore-blue {
    width: 50%;
    float: none;
    margin: auto;
    margin-top: 30px;
    line-height: 30px;
    height: 30px;
  }
  .cmore-blue i {
    margin-top: 12px;
    width: 20px;
    margin-right: 5px;
  }
}
