@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
}

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

html {
  font-size: 14px;
}

body {
  color: #000000;

  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: #666666;
  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: #fff;
  font-family: Phetsarath;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
}

.swiper {
  width: 100%;
  height: 100%;
}

.h200 {
  height: 100px;
  width: 100%;
}

.swiper-slide {

  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.page {

  background-color: #fff;
}


.banner {
  background-image: url(../images/banner.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1920px 840px;
  max-width: 1920px;
  min-width: 1200px;
  margin: 0 auto;
  height: 851px;
}
.mTitle{
  
  height:530px;
}
.ttBack{
  background-image: url(../images/tt_c.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1000px 90px;
  height:90px;
  width: 1020px;
  margin:170px auto 0 auto;
  display: flex;
  justify-items: center;
  align-items: center;
}
.ttT{
  background-image: url(../images/tt.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 193px 64px;
  height: 64px;
  width: 193px;
  color: #fff;
  font-size: 32px;
  line-height: 64px;
  padding-left: 30px;
  text-shadow: 0px 2px 20px #FF8F20;
}
.text1{
  font-size: 24px;
  font-family: PingFangSC;
font-weight: normal;
color: #333333;
}
.text2{
  color: #999999;
  font-family: PingFangSC;
font-size: 14px;
font-weight: normal;
}
.ttContent{
  width: 760px;
} 
.titleCommon{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom:50px;

}
.tl{
  background-image: url(../images/tl.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 320px 60px;
  height: 60px;
  width: 320px;
}
.tr{
  background-image: url(../images/tr.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 340px 60px;
  height: 60px;
  width: 340px;
}
.tc{
  position: relative;
  height: 38px;
  width: 485px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tc1{
  position: absolute;
  background-image: url(../images/title_back.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 217px 50px;
  height: 50px;
  width: 217px;
  
}
.tc2{
  position: absolute;
  background-image: url(../images/title_back2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 485px 38px;
  height: 38px;
  width: 485px;
}
.tc4{
  position: absolute;
  background-image: url(../images/title_back_c.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 271px 50px;
  height: 50px;
  width: 271px;
}
.tc5{
  position: absolute;
  background-image: url(../images/title_back_b.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size:327px 50px;
  height: 50px;
  width:327px;
}
.tc6{
  position: absolute;
  background-image: url(../images/tc6.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size:500px 50px;
  height: 50px;
  width:500px;
}
.tc3{
  z-index: 888;
  font-size: 50px;
  font-weight:bold;
  line-height: normal;
  letter-spacing: 1px;
  
  color: #00B3C3;
}

.ywBody{
  height: 375px;
  display:flex;
  justify-content: center;
  margin-top: 20px;
}

.ywLeft{
  width: 600px;
  height: 360px;
  overflow: hidden;
}
.sw {
  width: 600px;
  height: 360px;
}
.swiper {
  width: 100%;
  height: 100%;
  position: relative;
}
.sss {
  width: 100%;
  height: 100%;
  display: block;
}
.ssp2 {
  width: 75%;
  font-size: 20px;
  line-height: 70px;
  text-align: justify;
  padding-left: 5%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #2b2377;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ss2 {
  position: absolute;
  bottom: 0px;
  width: 100%;
  background: linear-gradient(270deg, rgba(176, 207, 180, 0.6077) 2%, rgba(112, 224, 200, 0.6077) 48%, rgba(19, 221, 229, 0.6077) 96%);
  color: white;
  height: 70px;

}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;

}

.ywRight{
  margin-left: 50px;
  width: 560px;
  height: 360px;
  padding: 15px;
}
.fcc{
  margin-top: 22px;
  line-height: 24px;
}
.dashed{
  height: 1px;
  width: 100%;
border-top: 1px dashed #E5E5E5;
margin-top: 22px;
}
.rank ul li{
  margin-top: 18px; 
}
.yuan{
  display: inline-block;
  background: linear-gradient(213deg, #499ce03b 14%, #23bdab36 80%);
  width: 16px;
  height: 16px;
  border-radius: 8px;
  color: #fff;
  font-size: 13px;
  text-align: center;
  line-height: 16px;
  margin-right: 10px;
}
.yqbhBdoy{
  height: 520px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(183, 233, 255, 0.616) 100%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3列 */
  grid-gap: 1px; /* 格子之间的间隔 */
  width: 1200px;
  margin-top: 24px;
}
 
.grid-item {
  background-color: transparent; /* 格子的背景色 */
  border: none; /* 去除边框 */
  padding: 30px; /* 内边距 */
  box-sizing: border-box; /* 防止内边距导致尺寸变化 */
}
 
/* 添加分割线样式 */
.grid-item {

  border-right: 1px solid #00B3C3; /* 右边框为分割线 */
  border-bottom: 1px solid #00B3C3; /* 底边框为分割线 */
}
.grid-item p {
  color:  #000 !important;
}
/* 最后一列和最后一行的格子去除右边和底边框 */
.grid-item:nth-child(3n) {
  border-right: none;
}
 
.grid-item:nth-last-child(1) {
  border-bottom: none;
}
.grid-item:nth-last-child(2) {
  border-bottom: none;
}
.grid-item:nth-last-child(3) {
  border-bottom: none;
}
.text3{
  font-size: 20px;
font-weight: normal;
line-height: normal;
letter-spacing: 0px;
}
.text4{
  font-family: PingFangSC;
font-size: 14px;
font-weight: normal;
line-height: normal;
letter-spacing: 0px;
}
.date{
  margin-top: 16px;
  margin-bottom: 9px;
}
.arrow-right {
  margin-top: 30px;
  width: 11px;
  height: 19px;
  background-image: url(../images/rightarrow1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size:11px 19px;
  float: right;
}

.arrow-right2 {
  margin-top: 30px;
  width: 11px;
  height: 19px;
  background-image: url(../images/rightarrow2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size:11px 19px;
  float: right;
}

.rmtRmt{
  height: 530px;
  width: 1200px;
  margin: 30px auto 30px auto;
  display: flex;
  justify-content: space-between;
}
.rmtleft{
  position: relative;
  box-sizing: border-box;
  width: 761px;
  height: 530px;
  padding: 22px;
  background: linear-gradient(180deg, #C1E5FD 0%, #48E5E7 80%, #8EC7FA 100%);
}
.rmtImg{
  width: 715px;
  height: 424px;
}
.rmtright{
  display: flex;
  justify-content: space-around;
  width: 100%;
}
.rmtright_item{
  width: 415px;
  height: 250px;
  position: relative;
  background: linear-gradient(180deg, #C1E5FD 0%, #48E5E7 80%, #8EC7FA 100%);
}
.text6{
  
font-family: PingFangSC;
font-size: 20px;
font-weight: normal;
letter-spacing: 0px;
color: #fff;
text-align: center;
line-height: 80px
}
.text7{
  
  font-family: PingFangSC;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #fff;
  text-align: center;
  line-height: 50px
  }
.rmtImg2{
  width: 100%;
  height: 200px;
}

.play{
  position: absolute;
  bottom: 115px;
  left: 50px;
  width: 50px;
  height: 50px;
  background-image: url(../images/play.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size:50px 50px;
}


.play2{
  position: absolute;
  bottom: 0px;
  margin: auto;
  right: 0;
  top: 0;
  left: 0px;
  width: 50px;
  height: 50px;
  background-image: url(../images/play.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size:50px 50px;
}

.gqdtBody{
  width: 1200px;
  height: 689px;
  margin: 30px auto 30px auto;
}



.swiper-slide2 {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide2 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sw2{
  width: 1200px;
  height: 689px;
}
.zmhdBody{
  display: flex;
  justify-content: center;
  margin: 30px auto 30px auto;
}

.rmrItem{
 width: 130px;
 height: 100%;
  writing-mode: vertical-lr;  /* 文字从上到下，从左到右 */
  padding: 85px 20px 20px 20px;
  text-align: center;
  line-height: 80px;
  
  box-sizing: border-box;
  color: #006BC8;
  font-size: 20px;
  background-image: url(../images/rmr1.png);
  background-repeat: no-repeat;
  background-position: center;
}
.rmrItem2{
  width: 130px;
  height: 100%;
   writing-mode: vertical-lr;  /* 文字从上到下，从左到右 */
   padding: 85px 20px 20px 20px;
   text-align: center;
   line-height: 80px;
   box-sizing: border-box;
   color: #006BC8;
   font-size: 20px;
   background-image: url(../images/rmr2.png);
   background-repeat: no-repeat;
   background-position: center;
 }
 .rmrItem3{
  width: 130px;
  height: 100%;
   writing-mode: vertical-lr;  /* 文字从上到下，从左到右 */
   padding: 85px 20px 20px 20px;
   text-align: center;
   line-height: 80px;
   box-sizing: border-box;
   color: #006BC8;
   font-size: 20px;
   background-image: url(../images/rmr3.png);
   background-repeat: no-repeat;
   background-position: center;
 }