@charset "utf-8";

/*！--CSS重置和样式初始化*/
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: Phetsarath;
  src: url('../css/Phetsarath\ OT.ttf');
}

html {
  font-size: 14px;
}

body {
  color: #fff;

  font-family: Phetsarath;
  font-weight: 400;
  height: 100%;
  font-size: 16px;


}

td,
th,
caption {
  font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

a {
  color: #fff;
  text-decoration: none;
}

a:hover {
  /* text-decoration:none;  */
}

img {
  border: none;
  display: block;
  margin: 0;
  padding: 0;
}

ol,
ul,
li {
  list-style: none;
}

table {
  border-collapse: collapse;
}

.banxin {
  width: 1200px;
  margin: 0 auto;
}

.flexRow {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.flexColumn {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* 头部 */



.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ellipsis2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.ellipsis3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.ellipsis4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.ellipsis5 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

.ellipsis8 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
}

.flex {
  display: flex;
}

.flexC {
  display: flex;
  align-items: center;
}

.flexCC {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flexBC {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.flexAC {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.mt50 {
  margin-top: 50px
}

.mt100 {
  margin-top: 100px;
}

.mt10 {
  margin-top: 10px
}

.mt20 {
  margin-top: 20px
}

.mt_25 {
  margin-top: -25px
}

.pd25 {
  padding: 25px
}

.pd20 {
  padding: 20px
}

.pdlr20 {
  padding-left: 20px;
  padding-right: 20px;
}


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

  html {

    font-size: calc(100vw / 46.875);

  }


  .tt {

    display: none !important;

  }

}

html,
body {
  position: relative;
  height: 100%;
}

body {
  background-color: white;
  font-family: Phetsarath;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
}
.page{
  background: #11a880;
}

.banner {
  background-image: url(../images/bot-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1920px 729px;
  max-width: 1920px;
  min-width: 1200px;
  margin: 0 auto;
  height: 729px;
}

.rdtt {
  background-image: url(../images/redian-tit.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1226px 325px;
  max-width: 1226px;
  min-width: 1200px;
  margin: -160px auto 0 auto;
  height: 325px;
  box-sizing: border-box;
  padding: 105px 80px 100px 80px;
  position: relative;
}

.text1 {
  font-size: 18px;
  color: #fff582;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

.text2 {
  font-size: 20px;
  color: #147257;
  line-height: 36px;
  /* text-indent: 2em; */
}

.title1 {
  background-image: url(../images/xingdaren-ti.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1200px 64px;
  width: 1200px;
  height: 64px;
  margin: 20px auto 0 auto;

}

.tc1 {
  display: flex;
  flex-wrap: wrap;
  width: 1200px;
  background-color: white;
  margin: 0 auto;
  justify-content: space-between;
  padding: 30px;
  box-sizing: border-box;
  position: relative;

}

.tc1Item {
  width: 258px;
  height: 558px;
  margin-top: 20px;
  position: relative;
}

.mask {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  /* 半透明背景 */
  z-index: 1000;
  /* 确保蒙层在其他内容之上 */
}

.fangda {
  background-image: url(../images/fangda-icon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  height: 45px;
  width: 43px;
  position: absolute;
  bottom: 0px;
  right: 0;

}

.img1 {
  background-image: url(../images/01.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;

}

.img2 {
  background-image: url(../images/02.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;

}

.img3 {
  background-image: url(../images/03.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;

}

.img4 {
  background-image: url(../images/04.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;

}

.img5 {
  background-image: url(../images/05.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;

}

.img6 {
  background-image: url(../images/06.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;

}

.img7 {
  background-image: url(../images/07.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;

}

.img8 {
  background-image: url(../images/08.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;

}

.img9 {
  background-image: url(../images/09.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;

}

.img10 {
  background-image: url(../images/10.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;

}

.img11 {
  background-image: url(../images/11.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;

}

.img12 {
  background-image: url(../images/12.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;

}

.img13 {
  background-image: url(../images/13.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;

}

.img14 {
  background-image: url(../images/14.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;

}

.img15 {
  background-image: url(../images/15.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;

}

.img16 {
  background-image: url(../images/16.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;

}

.datu {
  width: 336px;
  height: 726px;
  margin: 100px auto 0 auto;

}

.pmbfexh {
  background-image: url(../images/paiming.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  width: 114px;
  height: 40px;
  position: absolute;
  right: -10px;
  top: -10px
}

.rdttClick {
  width: 183px;
  height: 54px;
  background-color: transparent;
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  margin: auto; /* 使用margin自动居中 */
}