@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: #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: #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;
}



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

.page {
  max-width: 1920px;
  min-width: 1200px;
  background-color: RGBA(146, 0, 0, 1);
}
.hdjs_title{
  background-image: url(../images/hdjs-cloumn.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1200px 95px;
  margin: 0 auto;
  height: 95px;
  width:1200px;
}

.zbdw {
  background-image: url(../images/zbdw.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 450px 100px;
  height: 100px;
  width: 450px;
  margin: 0 auto;
  margin-top: -40px;
}

.bm {
  box-sizing: border-box;
  color: #fff4de;
  font-size: 18px;
  width: 1200px;
  height: 333px;
  margin: 0 auto;
  padding-top: 55px;
  padding-left: 30px;
  padding-right: 30px;
  background-image: url(../images/hdjs-bg.png);
  background-repeat: no-repeat;
  background-position: center;
}
.bm p{
  text-indent: 2em;
  line-height: 30px;
}
.hdjsline{
  background-image: url(../images/hdjs-line.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 15px;
  width: 1200px;
  margin: 0 auto;
  margin-top: 5px;
}
.bmBtn {
  background-image: url(../images/hdjs-more.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 50px;
  width: 200px;
  margin: 0 auto;
  margin-top: -30px;
}

.hdsj {
  background-image: url(../images/hdsj.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 226px;
  width: 1200px;
  margin: 50px auto 0 auto;
}

.hdgz {
  background-image: url(../images/hdgz.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 250px;
  width: 1200px;
  margin: 50px auto 50px auto;
}

.hdzx {
  background-image: url(../images/hdzx-tit.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 93px;
  width: 1200px;
  margin: 50px auto 50px auto;
}

.hdzxDiv {
  display: flex;
  padding: 0 0 50px 0;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
}

.moreBtn {
  background-image: url(../images/more-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 34px;
  width: 96px;
  display: flex;
  align-items: center;
  float:right;
  margin-top: 20px;

}
.moreBtn span{
  font-size: 16px;
  color:  RGBA(146, 0, 0, 1);
  margin-left: 40px;
}

.bg2 {
  background-image: url(../images/jianzhu-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 1110px;
   max-width: 1920px;
  min-width: 1200px;
 box-sizing: border-box;
  padding-top: 50px;

}
.znlwz_title{
  background-image: url(../images/wlznl-wz.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 93px;
  width: 1200px;
  margin: 0px auto 0 auto;
}
.znltp_title{
  background-image: url(../images/wlznltp-tit.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 93px;
  width: 1200px;
  margin: 50px auto 0 auto;
}
.znlListR{
  background-image: url(../images/book-bg-r.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 368px;
  width: 1200px;
  margin: 15px auto 0 auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: relative;
}
.znlListY{
  background-image: url(../images/book-y.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 368px;
  width: 1200px;
  margin: 15px auto 0 auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: relative;
}
.lefts1{
  width: 520px;
  height: 300px;
  overflow: hidden;
}
.rights1{
  width: 520px;
  height: 300px;
  /* display: flex;
  flex-direction: column;
  justify-content: space-around; */

}
.nrList{
  background-image: url(../images/list-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 90px;
  width: 510px;
  margin-bottom: 5px;
  box-sizing: border-box;
  padding: 20px;
}
.more3{
 
  background-image: url(../images/y-more-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 33px;
  width: 207px;
  line-height: 33px;
  font-size: 14px;
  color: #fff;
  text-align: right;
  padding-right: 20px;
  box-sizing: border-box;
  position: absolute;
  bottom: 4px;
  right: 7px;
}
.more4{
  background-image: url(../images/book-y-r-more.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 33px;
  width: 207px;
  line-height: 33px;
  font-size: 14px;
  color: #fff;
  text-align: right;
  padding-right: 20px;
  box-sizing: border-box;
  position: absolute;
  bottom: 4px;
  right: 7px;
 
}
.text3{
  font-size: 16px;
  color: RGBA(146, 0, 0, 1);
  line-height: 30px;
}
.text4{
  font-size: 16px;
  color: #ada08d;
  line-height: 30px;
}
.znldmysp_title{
  background-image: url(../images/wlznlsp-tit.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 93px;
  width: 1200px;
  margin: 50px auto 0 auto;
}
.znlztzl_title{
  background-image: url(../images/wlznlzl-tit.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 93px;
  width: 1200px;
  margin: 50px auto 0 auto;
}
.znlzthd_title{
  background-image: url(../images/wlznlzthd-tit.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 93px;
  width: 1200px;
  margin: 50px auto 0 auto;
}
.bot-line{
  background-image: url(../images/bot-line.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 5px;
  width: 1200px;
  margin: 50px auto 20px auto;
}
.fourgrad{
  margin-top: 50px;
  display: flex;
flex-wrap: wrap; 
align-items: center;
justify-content: space-between;
width: 1200px;

margin: 0 auto;
}
.gradItem{
  background-color: #2b2377;
  height: 120px;
  width: 586px;
  margin-top: 30px;
  
}
.gradItem img{
  width: 100%;
  height: 100%;
  object-fit:cover;

}
.lefts {
  width: 48%;
  height: 340px;
  overflow: hidden;
}

.rights {
  width: 48%;
  height: 340px;
  color: #FFFFFF;
}
.sw2{
  width: 520px;
  height: 300px;
}
.sw {
  width: 580px;
  height: 340px;
}

.text1 {
  font-weight: bold;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 24px;
  text-align: justify;
}

.text2 {
  font-size: 18px;
  color: #fff4de;
  line-height: 24px;
  text-align: justify;
  font-style: normal;
}

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

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

.dateText {
  font-size: 16px;
  color: #FFFFFF;
  line-height: 16px;
  text-align: justify;
  font-style: normal;
  text-align: right;
}

.line {
  width: 100%;
  height: 1px;
  border-top: 1px dashed #F6D68A;
  margin-top: 15px;
}

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

.rRight {
  width: 120px;
  line-height: 24px;
}

.rleft {
  flex: 1;
}

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

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

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

}

.swiper-pagination {
  position: absolute;
  bottom: 5px !important;
  right: 15px !important;
  width: 100px !important;
  left: auto !important;
  ;
}

.swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: rgba(169, 21, 13, 1);
}

.ss2 {
  position: absolute;
  bottom: 0px;
  width: 100%;
  background:  linear-gradient(to right,rgba(218, 155, 16, 0.7), rgba(169, 21, 13, 0.8));;
  color: #fff;
  height: 50px;

}
.ss3 {
  position: absolute;
  bottom: 0px;
  width: 100%;
  background:   rgba(169, 21, 13, 0.8);
  color: #fff;
  height: 50px;

}

.ssp2 {
  width: 70%;
  font-size: 16px;
  line-height: 50px;
  text-align: justify;
  padding-left: 15%;
}

.sss {
  width: 100%;
  height: 100%;
  display: block;
}
.next1{
  background-image: url(../images/pic-left.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 34px;
  width: 96px;

}
/*先去掉默认样式*/
.swiper-button-prev:after{
  display: none;
}
.swiper-button-next:after{
  display: none;
}
.swiper-button-prev.swiper-button-disabled{
  opacity: 1;
}
/*再自定义样式*/
.swiper-button-prev{
  width: 24px;
  height: 24px;
  background: url('../images/pic-left.png') no-repeat;
  bottom: 15px;
  top: auto;
}
.swiper-button-next{
  top: auto;
  width: 24px;
  height: 24px;
  background:url('../images/pic-right.png') no-repeat;
  bottom: 15px;
}
.arLeft{
  width: 6px;
  height: 12px;
  background: url('../images/pic02-left.png') no-repeat!important;
  bottom: 18px;
}
.arRight{
  width: 6px;
  height: 12px;
  bottom: 18px;
  background: url('../images/pic02-right.png') no-repeat!important;
}