@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: rgba(73, 73, 73, 1);
  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;
}

.mt20 {
  margin-top: 20px
}

.mt_25 {
  margin-top: -25px
}

.pd25 {
  padding: 25px
}

.pd20 {
  padding: 20px
}

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

.cText {
  text-align: justify;
  font-size: 16px;
  font-family: Phetsarath;
  color: #FFFFFF;
  line-height: 24px;
}

.ctText2 {
  font-size: 20px;
  font-family: Phetsarath, Phetsarath;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 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: #eee;
  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;
}



/* 隐藏标准的滚动条 */
html::-webkit-scrollbar {
  width: 0;
}

body::-webkit-scrollbar {
  width: 0;
}

/* 隐藏 IE 和 Edge 浏览器的滚动条 */
::-ms-scrollbar {
  width: 0;
}


.fixMenu {
  position: absolute;
  bottom: 0px;
  height: 100px;
  width: 100%;
  background-color: rgba(44, 75, 168, 1);
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  font-size: 18px;
  font-family: Phetsarath;

}

.line_E {
  box-sizing: border-box;
  display: inline-block;
  width: 1px;
  height: 19px;
  border: 1px solid #11D7A6;
  margin: 0 12px;
}
.line_C {
  box-sizing: border-box;
  display: inline-block;
  width: 1px;
  height: 19px;
  border: 1px solid #11D7A6;
  margin: 0 62px;
}
.pointer {
  cursor: pointer;
}

.active {
  background-image: url(../images/yuan.png);
  background-repeat: no-repeat;
  background-size: 24px 24px;
}

.bg1 {
  width: 100%;
  height: 100%;
  background-image: url(../images/bg1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  margin-top: -100px;
}

.leftCloud {
  background-image: url(../images/lcloud.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  width: 29.5%;
  height: 23.9%;
  float: left;
  margin-top: 4%;
}

.RightCloud {
  background-image: url(../images/rcloud.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  width: 29.2%;
  height: 30%;
  float: right;
  margin-top: -4%;
}

.title_E {
  background-image: url(../images/title_E.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  width: 60%;
  height: 21%;
  margin: 11.4% auto 0 auto;
}
.title_C {
  background-image: url(../images/title_C.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  width: 40%;
  height: 25%;
  margin: 11.4% auto 0 auto;
}

.title_L {
  background-image: url(../images/title_L.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  width: 60%;
  height: 25%;
  margin: 11.4% auto 0 auto;
}
.title_M {
  background-image: url(../images/title_M.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  width: 60%;
  height: 25%;
  margin: 11.4% auto 0 auto;
}
.bg2 {
  width: 100%;
  height: 100%;
  background-image: url(../images/bg2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;

}
.title_2_C {
  background-image: url(../images/t1_C.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  width: 600px;
  height: 76px;
  margin: 44px auto 0 auto;
}
.title_2_E {
  background-image: url(../images/t1_E.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  width: 700px;
  height: 76px;
  margin: 44px auto 0 auto;
}
.title_2_L {
  background-image: url(../images/t1_L.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  width: 350px;
  height: 56px;
  margin: 44px auto 0 auto;
}
.title_2_M {
  background-image: url(../images/t1_M.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  width: 600px;
  height: 56px;
  margin: 44px auto 0 auto;
}

.cont_2 {
  margin-top: 50px;
  width: 100%;
  margin: 100px auto 0 auto;
  /* background-color: gray; */
  overflow: hidden;
  height: 70%;
}

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

.ss2 {
  text-align: center;
  font-size: 18px;
  background: transparent;
  /* width: 35%!important; */

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
  transform: scale(1);
}

/* .swiper-container2 > .swiper-slide-active,.swiper-slide-duplicate-active{
  transform: scale(1);
} */
.bj {
  width: 80%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: white;
  display: none;
}

.ss2 .bjm {
  display: block;
  width: 90%;
  height: 49%;
  position: absolute;
  bottom: 5%;
  left: 5%;
}

.text1 {
  font-size: 24px;
  text-align: left;
  padding: 40px;
}

.text2 {
  font-size: 16px;
  font-family: SourceHanSerifCN, SourceHanSerifCN;
  font-weight: 400;
  text-align: left;
  padding: 0 40px 40px 40px;
}

.swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: 13% !important;
}

.swiper-button-prev {
  left: 30%;
  border: 2px solid white;
  padding: 0px 8px;
  top: 70%;
  color: white;
}

.swiper-button-next {
  left: 66%;
  border: 2px solid white;
  padding: 0px 8px;
  top: 70%;
  color: white;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-size: 20px;
}

.show {
  display: block;
}

.bg3 {
  width: 100%;
  height: 100%;
  background-image: url(../images/bg3.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}



.title_3_E {
  background-image: url(../images/t2_E.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  width: 825px;
  height: 68px;
  margin: 59px auto 0 auto;
}

.title_3_C {
  background-image: url(../images/t2_C.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  width: 538px;
  height: 75px;
  margin: 59px auto 0 auto;
}
.title_3_L {
  background-image: url(../images/t2_L.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  width: 580px;
  height: 55px;
  margin: 59px auto 0 auto;
}
.title_3_M{
  background-image: url(../images/t2_M.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  width: 580px;
  height: 65px;
  margin: 59px auto 0 auto;
}
.title_4_E {
  background-image: url(../images/t3_E.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  width: 692px;
  height: 68px;
  margin: 64px auto 0 auto;
}
.title_4_C {
  background-image: url(../images/t3_C.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  width: 568px;
  height: 68px;
  margin: 64px auto 0 auto;
}
.title_4_L {
  background-image: url(../images/t3_L.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  width: 692px;
  height: 58px;
  margin: 64px auto 0 auto;
}
.title_4_M {
  background-image: url(../images/t3_M.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  width: 692px;
  height: 48px;
  margin: 64px auto 0 auto;
}


.title_5_E {
  background-image: url(../images/t4_E.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  width: 705px;
  height: 68px;
  margin: 64px auto 0 auto;
}
.title_5_C{
  background-image: url(../images/t4_C.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  width: 500px;
  height: 68px;
  margin: 64px auto 0 auto;
}
.title_5_L{
  background-image: url(../images/t4_L.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  width: 540px;
  height: 55px;
  margin: 64px auto 0 auto;
}
.title_5_M{
  background-image: url(../images/t4_M.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  width: 540px;
  height: 58px;
  margin: 64px auto 0 auto;
}
.leftImg {
  margin-top: 20px;
}

::-webkit-scrollbar-vertical {
  display: none;
  /* 将垂直滚动条隐藏起来 */
}

.rightList {
  width: 602px;
  margin-left: 24px;
  margin-top: 52px;
  display: flex;


}

.rightList ul {
  height: 560px;
  overflow-y: scroll;
}

.rightList ul li {
  width: 492px;
  height: 100px;
  background: #FFFFFF;
  box-shadow: 0px 2px 20px 0px rgba(29, 41, 64, 0.16);
  margin-bottom: 15px;
  padding: 16px 33px;
  box-sizing: border-box;
  text-align: left;
}

.rightList ul li p {
  color: #333333;

  font-size: 16px;
}

.rightList ul li span {
  display: block;
  margin-top: 15px;
  color: #999999;

  font-size: 14px;
}

.rightList ul li:hover {

  background: #2C4BA8;
  color: white !important;
}

.rightList ul li:hover p {

  color: white !important;
}

.rightList ul li:hover span {

  color: white !important;
}

.rightList ul::-webkit-scrollbar {
  width: 0.5em;
  /* 定义滚动条的宽度 */
  background-color: transparent;
  /* 定义滚动条的背景色 */
}

/* 定义滑块（thumb）的样式 */
.rightList ul::-webkit-scrollbar-thumb {
  background-color: transparent;
  /* 定义滑块的背景色 */
}

/* 当鼠标悬停在滚动条上时改变滑块的背景色 */
.rightList ul::-webkit-scrollbar-thumb:hover {
  background-color: transparent;
}

.t4Content {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.t4Content ul li {
  background-color: white;
  margin: 0 12px;
}

.videoView {
  width: 375px;
  padding: 0px;
  box-sizing: border-box;
  height: 206px;
  position: relative;


}

.titleView {
  height: 100px;
  width: 375px;
  text-align: left;
  padding: 12px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.titleView p {
  font-size: 16px;
  font-family: SourceHanSerifCN, SourceHanSerifCN;
  font-weight: 400;
  color: #333333;
}

.titleView span {
  display: block;
  font-size: 16px;
  font-family: SourceHanSerifCN, SourceHanSerifCN;
  font-weight: 400;
  color: #000000;
}

.playbg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../images/play.png);
  background-repeat: no-repeat;
  background-position: center;
}

.content5 {
  width: 1202px;
  height: 520px;
  background: #FFFFFF;
  box-shadow: 0px 2px 20px 0px rgba(29, 41, 64, 0.16);
  margin: 50px auto 0 auto;
}

.c5left {
  width: 30%;
  padding: 50px 40px;
}

.c5right {
  width: 60%;
}

.c5left img {
  width: 343px;
  height: 193px;
}

.c5left p {
  margin-top: 20px;
  width: 343px;
  text-align: left;
  font-size: 24px;
  font-family: SourceHanSerifCN, SourceHanSerifCN;
  font-weight: 800;
  color: #333333;
  line-height: 35px;
  letter-spacing: 1px;
}

.moreBtn {
  width: 270px;
  height: 64px;
  background: #2C4BA8;
  color: white;
  line-height: 64px;
  text-align: center;
  margin-top: 80px;
}

.line2 {
  border-left: 1px dotted rgba(237, 237, 237, 1);
  height: 444px;
  width: 1px;
}
.c5right{
  margin-top: 18px;
  padding: 0 24px;
}
.c5right ul li{
  height: 99px;
  margin-bottom: 15px;

  text-align: left;
  padding: 0 30px;
}
.c5right ul li img{
  width: 193px;
  height: 99px;
}
.c5right ul li p{
  height: 79px;
  font-size: 16px;
font-family: SourceHanSerifCN, SourceHanSerifCN;
font-weight: 400;
color: #333333;
}
.c5right ul li span{
  display: block;
  height: 20px;
  font-size: 14px;
font-family: SourceHanSerifCN, SourceHanSerifCN;
font-weight: 400;
color: #999999;
line-height: 20px;
}

.bg4{
  background-color: rgba(1, 33, 69, 1);
  width: 100%;
  height: 100%;
}

.title_6_E {
  background-image: url(../images/t5_E.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  width: 688px;
  height: 68px;
  margin: 64px auto 0 auto;
}

.title_6_C {
  background-image: url(../images/t5_C.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  width:518px;
  height: 68px;
  margin: 64px auto 0 auto;
}
.title_6_M {
  background-image: url(../images/t5_M.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  width:698px;
  height: 48px;
  margin: 64px auto 0 auto;
}
.title_6_L {
  background-image: url(../images/t5_L.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  width:768px;
  height: 68px;
  margin: 64px auto 0 auto;
}


.congt {
  margin-top:20px;
  height:746px;
  width: 100%;
 
  color: #000;
  overflow: hidden;
  position: relative;
}

.swiper4 {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.ss4 {
  background-size: cover;
  background-position: center;
}



.mySwiper4 {
  height: 84%;
  box-sizing: border-box;
  padding: 10px 0;
}

.mySwiper4 .ss4 {
  width: 50%;
  height: 100%;
  opacity:1;
}

.mySwiper4 .swiper-slide-thumb-active {
  opacity: 1;
}
.ss4 a {
  display: block;
  width: 100%;
  height: 100%;
}
.ss4 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#Language{
  

  height: 30px;
  width: 100px;
  background-color: transparent;
  border:0px solid transparent;
  color: white;
  outline: 0px solid;
  margin-left: 20px;
  font-size: 16px;
}
.Language{
  display: flex;
  align-items: center;
  position: absolute;
  top: 50px;
  font-size: 16px;
  color: white;
  right: 140px;
  

  
}
#Language option {
    font-size: 16px;
    background: rgba(44, 75, 168, 0.36);
    color: #fff;
}