.pagerongcai .kv_k {
  width: 100%;
  height: 550px;
  position: relative;
}
.pagerongcai .kv_k .kv {
  width: 1700px;
  position: absolute;
  left: 50%;
  margin-left: -850px;
}
.pagerongcai .kv_k .btns {
  position: absolute;
  top: 389px;
  left: 50%;
  margin-left: 60px;
}
.pagerongcai .kv_k .btns .btn {
  margin-right: 20px;
  width: 78px;
  display: inline-block;
  font-size: 0;
  cursor: pointer;
}

.pagerongcai .pageT {
  width: 100%;
  background: #FFF;
  padding-bottom: 56px;
}
.pagerongcai .v_txt_1 {
  font-size: 25px;
  color: #17587F;
  text-align: center;
  line-height: 1.5;
}
.pagerongcai .v_txt_1 p {
  font-family: HanSansR;
  margin-bottom: 13px;
  line-height:1.5;
}
.pagerongcai .v_txt_1 p strong {
  font-family: HanSansB;
  font-weight: normal;
}
.pagerongcai .vedio_box { width: 889px; height: 500px; position: relative; margin: 24px auto;}
.pagerongcai .vedio_box .video1 { width: 100%; height: 100%;}
.pagerongcai .vedio_box .btn_box { position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
.pagerongcai .vedio_box .btn_box .btn { width: 80px; height: 80px; position: relative;}

.pagerongcai .line1 {
  width: 934px;
  height: 13px;
  display: block;
  margin: 0 auto;
}
.pagerongcai .tongdian_k {
  padding: 40px 0 55px;
  text-align: center;
}
.pagerongcai .tongdian_k p {
  font-size: 25px;
  color: #1B6A9F;
  font-family: HanSansM;
  line-height: 1.5;
}
.pagerongcai .tongdian_k p strong {
  font-weight: normal;
  color: #333333;
  font-size: 35px;
}
.pagerongcai .tongdian_k .tongdian_1 {
  margin: 26px 0;
}
.pagerongcai .tongdian_k h4 {
  font-size: 25px;
  color: #1B699F;
  font-family: HanSansB;
  line-height: 1;
}
.pagerongcai .chucai_cont {
  text-align: center;
}
.pagerongcai .chucai_cont .tit1 {
  width: 300px;
  margin: 18px 0 25px;
}
.pagerongcai .chucai_cont h3 {
  font-size: 25px;
  color: #1B6A9F;
  line-height: 1;
  margin-bottom: 14px;
}
.pagerongcai .chucai_cont .itemlist {
  display: flex;
  justify-content: center;
  margin-bottom: 44px;
}
.pagerongcai .chucai_cont .item {
  width: 510px;
}
.pagerongcai .chucai_cont .item h4 {
  width: 100%;
  height: 53px;
  background: url(../images/pagehome/titbg_1.png) no-repeat;
  background-size: 100% 100%;
  font-size: 24px;
  color: #FFF;
  font-family: HanSansB;
  line-height: 53px;
  text-align: left;
  margin: 0 auto 20px;
}
.pagerongcai .chucai_cont .item h4 sup {
  font-size: 12px;
  line-height: 1;
}
.pagerongcai .chucai_cont .item .pic {
  width: 427px;
  display: block;
  margin: 0 auto 23px;
}
.pagerongcai .chucai_cont .item p {
  font-size: 17px;
  color: #333;
  line-height: 1.7;
  font-family: HanSansR;
}
.pagerongcai .chucai_cont .item p sup {
  font-size: 10px;
  line-height: 1;
}
.pagerongcai .chucai_cont .item p strong {
  font-family: HanSansB;
  font-weight: normal;
}

.pagerongcai .pageB {
  width: 100%;
  background: #FFF url(../images/pagehome/bg.jpg) repeat;
  padding-bottom: 34px;
  padding-top: 48px;
}
.pagerongcai .bottit {
  text-align: center;
  font-size: 25px;
  font-family: HanSansH;
  line-height: 1.4;
  margin-bottom: 28px;
  font-weight: bold;
  color: #1B6A9F;
}
.pagerongcai .bottit strong {
   font-size: 35px;
   color: #333333;
   font-family: HanSansM;
   font-weight: normal;
}
.pagerongcai .sekalist {
  width: 1020px;
  margin: 0 auto 55px;
  position: relative;
}
.pagerongcai .sekalist .tabs {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
}
.pagerongcai .sekalist .tabs div {
  width: 313px;
  height: 59px;
  font-size: 25px;
  color: #1B6A9F;
  text-align: center;
  line-height: 59px;
  font-family: HanSansM;
  border: #FFFFFF 2px solid;
  border-width: 2px 2px 0 2px;
  background: transparent;
  border-radius: 14px 14px 0 0;
  cursor: pointer;
}
.pagerongcai .sekalist .tabs div.sel {
  font-family: HanSansH;
  background: #FFF;
  border: none;
  font-weight: bold;
}
.pagerongcai .sekalist .contents {
  background: #FFF;
  border-radius: 14px 14px 14px 14px;
  margin-top: -2px;
  padding-bottom: 73px;
  box-shadow: 0px 9px 7px 0px rgba(72, 72, 72, 0.2);
}
.pagerongcai .sekalist .contents .cont2 {
  display: none;
}
.pagerongcai .sekalist .contents p {
  color: #666666;
  font-size: 16px;
  line-height: 58px;
  font-family: HanSansM;
  text-align: center;
}
.pagerongcai .sekalist .contents .imglist {
  width: 880px;
  height: 188px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: space-between;
}
.pagerongcai .sekalist .contents .imglist img {
  width: 78px;
  height: 78px;
  margin: 0 15px;
}
.pagerongcai .sekalist .img1 {
  width: 180px;
  position: absolute;
  bottom: 23px;
}
.pagerongcai .gongxulist {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: space-between;
  width: 1010px;
  margin: 0 auto 26px;
}
.pagerongcai .gongxulist img {
  width: 328px;
  margin: 0 0 20px;
}
.pagerongcai .anlilist {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-bottom: 126px;
  position: relative;
}
.pagerongcai .anlilist .btn1 {
  width: 270px;
  position: absolute;
  bottom: 20px;
}
.pagerongcai .anlilist .btn1 img {
  width: 100%;
}
.pagerongcai .anlilist .item {
  margin: 0 1px;
  text-align: center;
}
.pagerongcai .anlilist .item .img_k {
  width: 342px;
  height: 265px;
  background: url(../images/pagehome/kuang.png) no-repeat;
  background-size: 100% 100%;
  padding: 4px 0 0 10px;
  margin-bottom: 21px;
  text-align: left;
}
.pagerongcai .anlilist .item h3 {
  color: #1B6A9F;
  font-size: 22px;
  line-height: 1;
  margin-bottom: 20px;
  font-family: HanSansB;
}
.pagerongcai .anlilist .item p {
  color: #333333;
  font-size: 18px;
  line-height: 1;
  font-family: HanSansR;
}
.pagerongcai .wordlist {
  border-top: #010000 1px solid;
  width: 1020px;
  margin: 0 auto;
  padding-top: 36px;
  display: flex;
  justify-content: space-between;
}
.pagerongcai .wordlist .item {
  width: 48%;
}
.pagerongcai .wordlist .item p {
  font-size: 14px;
  color: #7B7B7B;
  line-height: 22px;
  margin-bottom: 28px;
  padding-left: 35px;
  position: relative;
  font-family: HanSansR;
}
.pagerongcai .wordlist .item p em {
  font-style: normal;
  color: #333333;
  position: absolute;
  left: 0;
  font-family: HanSansB;
  height: 22px;
}
.pagerongcai .wordlist .item p strong {
  color: #333333;
  font-family: HanSansB;
  font-weight: normal;
}

#viewbig_k { width: 100%; height: 100%; position: fixed; z-index: 999; left: 0; top: 0; display: none;}
#viewbig_k .shade { position: absolute; background: rgba(0,0,0,0.9); width: 100%; height: 100%; left: 0; top: 0;}
#viewbig_k .content { width: 688px;}
  #viewbig_k .content .close { width: 85px; height: 85px; padding: 17px 17px; position: absolute; right: 0; top: -20px; cursor: pointer;}
  #viewbig_k .content .bigtit { font-size: 38px; color: #1B6A9F; font-family: HanSansH; text-align: center; line-height: 50px; margin-bottom: 52px;}
  #viewbig_k .content .title { font-size: 32px; color: #FFF; text-align: center; line-height: 32px; margin-bottom: 48px;}
  #viewbig_k .content .left { width: 90px; padding: 30px 37px; position: absolute; left: -37px; top: 59px; cursor: pointer;}
  #viewbig_k .content .right { width: 90px; padding: 30px 37px; position: absolute; right: -37px; top: 59px; cursor: pointer;}
  #viewbig_k .content .img_k { height: 588px; margin-bottom: 41px; overflow: hidden;}
  #viewbig_k .content .tip { width: 544px; margin: 0 auto; display: block;}

@media screen and (max-height: 1000px) {
  #viewbig_k .content .img_k {
    height: 388px;
  }
}

@media screen and (max-height: 700px) {
  #viewbig_k .content {
    transform: scale(0.8);
  }
}










