* { box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; }
li { list-style: none; }
html, body { width: 100%; margin: 0px auto; }
html { font-size: 5.20833vw; }
@media (max-width: 1199px) {
  html { font-size: 6.6vw; }
}
@media (max-width: 767px) {
  html { font-size: 13.3vw; }
}
.clear { clear: both; height: 0px; line-height: 0px; font-size: 0px; overflow: hidden; display: block; }
.clearfix::after { content: /css/""; display: block; height: 0px; clear: both; visibility: hidden; font-size: 0px; }
:focus { outline: 0px; }
a, button, input[type="button"], input[type="submit"], input[type="reset"] { cursor: pointer; }
* html .clearfix { height: 0%; }
* + html .clearfix { min-height: 0%; }
* + html .clearfix { min-height: 0%; }
body { color: rgb(51, 51, 51); background: rgb(255, 255, 255); font: 0.16rem "Microsoft YaHei", arial, sans-serif; min-width: 320px; }
@media (max-width: 767px) {
  body { font-size: 14px; }
}
a { color: rgb(51, 51, 51); text-decoration: none; }
a:hover { color: rgb(247, 92, 33); }
.di_in { display: inline-block; }
.di_no { display: none; }
.di_bl { display: block; }
.te_c { text-align: center; }
.p_r { position: relative; }
.flex { display: flex; }
.flex-v { -webkit-box-orient: vertical; flex-direction: column; }
.flex-1 { -webkit-box-flex: 1; flex: 1 1 0%; }
.flex-align-start { -webkit-box-align: start; align-items: flex-start; }
.flex-align-center { -webkit-box-align: center; align-items: center; }
.flex-pack-center { -webkit-box-pack: center; justify-content: center; }
.flex-pack-justify { -webkit-box-pack: justify; justify-content: space-between; }
.flex-warp { flex-flow: wrap; }
.flex-column { flex-flow: column; }
.ellipsis-1 { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; }
.ellipsis-2 { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.ellipsis-3 { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }
.transition { transition: all 0.5s ease 0s; }
img { transition: all 0.5s ease 0s; }
.img { width: 100%; height: 100%; object-fit: cover; }
.container { width: 14.4rem; margin-left: auto; margin-right: auto; }
@media (max-width: 1199px) {
  .container { width: 100%; padding-left: 0.2rem; padding-right: 0.2rem; }
}
.header { position: absolute; left: 0px; top: 0px; width: 100%; z-index: 9999; border-bottom: 1px solid rgba(255, 255, 255, 0.25); background-image: linear-gradient(rgba(21, 66, 194, 0.1), rgb(21, 66, 194)); padding-left: 0.4rem; }
.header .logo { height: 1.2rem; }
.header .logo img { height: 0.73rem; }
.nav li a { color: rgb(255, 255, 255); }
.nav li > a { line-height: 1.2rem; padding: 0px 0.25rem; color: rgb(255, 255, 255); font-size: 0.18rem; font-weight: bold; }
.nav li.on > a, .nav li:hover > a { background-image: linear-gradient(rgba(0, 150, 255, 0.1), rgb(0, 150, 255)); }
.nav .drop { width: 190%; text-align: center; left: -44%; top: 1.2rem; position: absolute; transition: transform 0.2s linear 0s, opacity 0.2s linear 0s; transform-origin: center top; z-index: 9; transform: rotateX(90deg); background-color: rgba(0, 0, 0, 0.2); padding: 0.2rem; line-height: 2; }
.nav .drop::after { content: /css/""; position: absolute; left: 50%; top: -0.12rem; width: 0px; height: 0px; border-left: 0.12rem solid transparent; border-right: 0.12rem solid transparent; border-bottom: 0.12rem solid rgb(255, 255, 255); transform: translateX(-50%); }
.nav .drop a:hover { color: rgb(247, 92, 33); }
.header .search-btn { width: 1.05rem; height: 100%; border-left: 1px solid rgba(255, 255, 255, 0.25); margin-left: 0.2rem; }
.header .search-btn span { display: block; background: url("/images/search.png") center center / 0.25rem no-repeat; cursor: pointer; width: 100%; height: 100%; }
.header .search-btn .search-content { position: absolute; transition: all 0.3s ease 0s; width: 0px; background-color: rgb(255, 255, 255); right: 1.05rem; top: 50%; height: 0.4rem; opacity: 0; z-index: -1; transform: translateY(-50%); }
.header .search-btn span.close { display: none; }
.header .search-btn .search-content input[type="text"] { background: none; height: 0.4rem; padding: 0px 0.2rem; width: calc(100% - 0.35rem); border: 0px; }
.header .search-btn .search-content input[type="submit"] { background: url("/images/search.svg") center center / 0.2rem no-repeat; width: 0.35rem; height: 0.4rem; border: 0px; }
.header .search-btn .search-content.open { width: 3.2rem; opacity: 1; z-index: 2; border: 1px solid rgb(221, 221, 221); }
.header .search-btn .search-content .close { display: none; position: absolute; top: 50%; right: -0.8rem; width: 0.4rem; height: 0.4rem; background: url("/images/close.svg") center center / 65% no-repeat; box-sizing: border-box; cursor: pointer; transform: translateY(-50%); }
.header .search-btn .search-content.open .close { display: block; }
.menu-btn { display: none; background: url("/images/menu.svg") center center / 100% no-repeat; width: 30px; height: 30px; position: absolute; top: 50%; right: 1.3rem; transform: translateY(-50%); }
.menu-btn.close { background-image: url("/images/close.svg"); }
.banner { overflow: hidden; }
.banner img { width: 100%; }
.banner .swiper-pagination-bullet { border-radius: 0px; background: none; opacity: 0.5; width: 30px; height: 4px; border: 1px solid rgb(255, 255, 255); }
.banner .swiper-pagination-bullet-active { opacity: 1; background-color: rgb(255, 255, 255); }
.footer { background: url("/images/footer-bg.png") center top / cover no-repeat; padding-top: 1.5rem; padding-bottom: 0.6rem; color: rgb(255, 255, 255); }
.footer a { color: rgb(255, 255, 255); }
.copyright { font-size: 0.2rem; }
.copyright .logo img { height: 0.73rem; }
.copyright .ben { font-size: 0.16rem; margin-top: 0.4rem; }
.copyright .ben img { margin-right: 0.1rem; height: 0.5rem; }
.copyright .info { line-height: 0.4rem; border-left: 1px solid rgba(255, 255, 255, 0.25); border-right: 1px solid rgba(255, 255, 255, 0.25); margin-right: 1.1rem; padding-left: 0.8rem; margin-left: 1.1rem; }
.copyright .erwma { width: 1.2rem; }
.copyright .erwma img { width: 100%; }
.footer .tit { font-size: 0.22rem; }
.footer .link { border-bottom: 1px solid rgba(255, 255, 255, 0.25); padding-bottom: 0.6rem; margin-bottom: 0.6rem; }
.footer .link .item { color: rgb(255, 255, 255); }
.footer .link .tit { margin-top: 0.2rem; }
.footer .link .icon { width: 1.32rem; height: 1.32rem; border-radius: 50%; background-color: rgba(255, 255, 255, 0.1); z-index: 9; }
.footer .link .icon img { height: 0.6rem; }
@font-face { font-family: SourceHanSerifCN-Bold; src: url("/fonts/SourceHanSerifCN-Bold.otf"); }
@font-face { font-family: SinhalaMN; src: url(/css/""); }
@font-face { font-family: SourceHanSans-Bold; src: url("/fonts/SourceHanSans-Bold.otf"); }
.fB { font-weight: bold; }
.home-title { z-index: 9; }
.home-title .title { font-size: 0.3rem; font-family: SourceHanSans-Bold; z-index: 2; padding-bottom: 0.15rem; }
.home-title .title img { height: 0.3rem; margin-right: 0.2rem; }
.home-title .en { position: absolute; left: 0px; bottom: 0px; z-index: 1; font-family: SourceHanSerifCN-Bold; opacity: 0.1; text-transform: uppercase; white-space: nowrap; width: 100%; }
.home-title .more { line-height: 0.46rem; border-radius: 0.23rem; border: 1px solid rgb(153, 153, 153); background: url("/images/more1.png") 80% center no-repeat; padding: 0px 0.5rem 0px 0.3rem; color: rgb(153, 153, 153); }
.date { font-family: SinhalaMN; }
.home-news { background-color: rgb(230, 241, 246); padding-top: 0.7rem; padding-bottom: 1.2rem; }
.home-news .content { margin-top: 0.3rem; }
.home-news .first-pic, .jdt .swiper-container { width: 7.4rem; overflow: hidden; margin-right: 0.4rem; }
.home-news .first-pic .pic {width: 100%;height: 5rem;overflow: hidden;}
.home-news .first-pic .text-con { background-color: rgb(21, 72, 189); padding: 0.1rem 0.26rem; z-index: 2; height: 1rem; color: rgb(255, 255, 255); }
.home-news .first-pic .text-con::after { content: /css/""; position: absolute; left: 0px; top: 0.2rem; width: 4px; height: 0.6rem; background-color: rgb(255, 255, 255); }
.home-news .first-pic .tit { font-size: 0.22rem; line-height: 1.6; }
.home-news .first-pic .des { line-height: 1.8; margin-top: 0.1rem; }
.home-news .first-pic .date { opacity: 0.6; margin-top: 0.1rem; font-size: 0.2rem; font-style: italic; }
.home-news .item { width: 47%; background-color: rgb(255, 255, 255); border-bottom: 2px solid rgb(247, 92, 33); height: 3.6rem; }
.home-news .item .pic { width: 100%; height: 2rem; overflow: hidden; }
.home-news .item .text-con { padding: 0.3rem; }
.home-news .item .tit { font-size: 0.2rem; line-height: 1.4; }
.home-news .item .date { margin-top: 0.2rem; font-size: 0.2rem; font-style: italic; color: rgb(153, 153, 153); }
.home-news .text-content { border-bottom: 2px solid rgb(247, 92, 33); padding: 0.3rem; background-color: rgb(255, 255, 255); height: auto; }
.home-news .text-content .card { border-bottom: 1px dashed rgb(223, 232, 242); padding-bottom: 0.1rem; margin: 0.13rem 0px; }
.home-news .text-content .card:first-child { margin: 0px; }
.home-news .text-content .card:last-child { border-bottom: 0px; margin: 0px; }
.home-news .text-content .tit { min-width: 0px; font-size: 0.2rem; line-height: 1.6; }
.home-news .text-content .date { font-size: 0.18rem; font-style: italic; color: rgb(102, 102, 102); line-height: 1.8; }
.home-news .text-content .des { line-height: 2; margin-top: 0.05rem; color: rgb(153, 153, 153); min-height: 0.32rem; }
.home-content { background: url("/images/bg2.png") center top / cover no-repeat; padding-top: 1.1rem; padding-bottom: 1.1rem; margin-top: -0.5rem; z-index: 10; }
.home-content .home-title .title { color: rgb(255, 255, 255); }
.home-content .home-title .more { color: rgb(255, 255, 255); border-color: rgb(255, 255, 255); background-image: url("/images/more.png"); }
.home-notice { width: 50%; padding-right: 0.5rem; }
.home-notice ul { margin-top: 0.4rem; }
.home-notice li { padding: 0.15rem 0px; z-index: 9; }
.home-notice li .tit { font-size: 0.2rem; color: rgb(255, 255, 255); }
.home-notice li .date { font-size: 0.2rem; color: rgb(255, 255, 255); margin-right: 0.25rem; padding-right: 0.25rem; border-right: 1px solid rgb(50, 101, 207); }
.home-notice li .date span { font-size: 0.48rem; line-height: 0.8; }
.home-notice li.on { padding: 0.35rem 0.4rem 0.35rem 0px; }
.home-notice li.on::after { content: /css/""; position: absolute; left: -0.3rem; right: 0px; top: 0px; height: 100%; background-color: rgb(255, 255, 255); border-left: 3px solid rgb(247, 92, 33); z-index: -1; }
.home-notice li.on .date { color: rgb(247, 92, 33); border-right-color: rgb(209, 215, 225); }
.home-notice li.on .tit { color: rgb(0, 0, 0); }
.home-dt { width: 50%; }
.home-dt ul { margin-top: 0.4rem; padding: 0.2rem 0.4rem; background-color: rgba(76, 171, 255, 0.4); border-left: 4px solid rgb(247, 92, 33); height: 5.1rem; }
.home-dt li { padding-top: 0.15rem; padding-bottom: 0.15rem; border-bottom: 1px dashed rgba(255, 255, 255, 0.1); color: rgb(255, 255, 255); }
.home-dt li:last-child { border-bottom: 0px; }
.home-dt li .tit { font-size: 0.2rem; color: rgb(255, 255, 255); }
.home-dt li .date { font-style: italic; font-size: 0.2rem; margin-top: 0.1rem; opacity: 0.6; }
.home-special { background: url("/images/bg3.jpg") center top / 100% no-repeat; padding-top: 0.6rem; overflow: hidden; padding-bottom: 1.4rem; }
.home-special .home-title .en { color: rgb(255, 255, 255); }
.home-special .content { margin-top: 0.2rem; padding: 0.4rem; margin-left: -0.4rem; background-image: linear-gradient(90deg, rgb(255, 255, 255), rgba(255, 255, 255, 0)); }
.home-special .l-con { width: 6.2rem; margin-right: 0.4rem; }
.home-special .pic-con { border-bottom: 1px solid rgb(228, 228, 228); padding-bottom: 0.3rem; margin-bottom: 0.3rem; }
.home-special .pic-con a { width: 48%; margin-right: 4%; height: 1.85rem; overflow: hidden; }
.home-special .pic-con a:last-child { margin-right: 0px; }
.home-special .pic-text .pic { width: 3rem; height: 1.85rem; overflow: hidden; margin-right: 0.35rem; }
.home-special .pic-text .tit { font-size: 0.2rem; }
.home-special .pic-text .des { color: rgb(102, 102, 102); margin-top: 0.2rem; }
.home-special .firs-pic { height: 4.35rem; overflow: hidden; }
.home-culture { background: url("/images/bg4.jpg") center bottom / 100% no-repeat; overflow: hidden; }
.home-culture .l-con { width: 50%; margin-top: 0.9rem; }
.home-culture .r-con { width: 50%; }
.home-culture .focus { width: 100%; height: 5.17rem; overflow: hidden; }
.home-culture .focus .text { position: absolute; left: 0.4rem; top: 0.4rem; font-size: 0.24rem; color: rgb(255, 255, 255); z-index: 2; }
.home-culture .focus .text img { margin-right: 0.2rem; height: 0.44rem; }
.home-culture .focus .tit { font-size: 0.2rem; position: absolute; left: 0px; bottom: 0px; width: 100%; padding: 0.3rem; color: rgb(255, 255, 255); }
.home-culture .swiper-button-next { top: auto; margin-top: auto; right: 0.2rem; bottom: 0.3rem; width: 0.23rem; height: 0.17rem; background: url("/images/next.png") center center / 100% no-repeat; }
.home-culture .swiper-button-prev { top: auto; margin-top: auto; left: auto; right: 0.65rem; bottom: 0.3rem; width: 0.23rem; height: 0.17rem; background: url("/images/prev.png") center center / 100% no-repeat; }
.home-culture .l-con .item { width: 50%; height: 2.6rem; overflow: hidden; background-position: center center; background-repeat: no-repeat; background-size: cover; }
.home-culture .text-con { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }
.home-culture .icon { width: 1rem; height: 1rem; margin-left: auto; margin-right: auto; overflow: hidden; transition: all 0.5s ease 0s; }
.home-culture .icon img { width: 100%; }
.home-culture .item .tit { font-size: 0.26rem; margin-top: 0.1rem; }
.home-culture .l-con .item:nth-child(1) { background-image: url("/images/img11.jpg"); }
.home-culture .l-con .item:nth-child(1) .tit { color: rgb(255, 255, 255); }
.home-culture .l-con .item:nth-child(2) { background-image: url("/images/img12.png"); }
.home-culture .l-con .item:nth-child(2) .tit { color: rgb(23, 65, 167); }
.home-culture .r-con .pic { width: 100%; height: 4.12rem; overflow: hidden; }
.home-culture .r-con .pic .text { position: absolute; left: 0px; bottom: 0px; width: 100%; background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8)); line-height: 0.6rem; font-size: 0.18rem; color: rgb(255, 255, 255); }
.home-culture .r-con .item1 { height: 4.03rem; width: 100%; overflow: hidden; background: url("/images/img13.jpg") center center / cover no-repeat; }
.home-culture .r-con .tit { color: rgb(255, 255, 255); font-size: 0.26rem; margin-top: 0.1rem; }
.home-culture .r-con .item2 { height: 2.59rem; width: 100%; overflow: hidden; background-position: center center; background-repeat: no-repeat; background-size: cover; }
.home-culture .r-con .item2:nth-child(1) { background-image: url("/images/img14.jpg"); margin-top: 0.9rem; }
.home-culture .r-con .item2:nth-child(2) { background-image: url("/images/img15.jpg"); }
.home-culture .r-con .title { height: 2.05rem; overflow: hidden; }
.home-culture .r-con .title img { max-width: 95%; }
@media (min-width: 1025px) {
  .nav li:hover .drop { opacity: 1; transform: rotateX(0deg); }
  .home-title .more:hover { text-decoration: underline; background-color: rgb(21, 72, 189); color: rgb(255, 255, 255); background-image: url("/images/more.png"); }
  .home-news .first-pic:hover .pic img, .home-news .item:hover .pic img, .home-special .pic-con a:hover img, .home-special .pic-text:hover .pic img, .home-special .firs-pic:hover img { transform: scale(1.05); }
  .home-news .first-pic:hover .tit { text-decoration: underline; }
  .footer .link .item:hover .icon { background-image: linear-gradient(rgb(2, 234, 251), rgb(79, 172, 254)); }
  .footer .link .item:hover { color: rgb(58, 211, 255); }
  .footer .link .item:hover .icon::before { content: /css/""; position: absolute; left: -0.1rem; top: -0.1rem; right: -0.1rem; bottom: -0.1rem; border-radius: 50%; z-index: -1; background-color: rgba(255, 255, 255, 0.1); }
  .home-dt li:hover .tit { color: rgb(247, 92, 33); }
  .home-culture .item:hover .icon, .home-culture .item1:hover .icon, .home-culture .item2:hover .icon { transform: rotate(360deg); }
}
@media (max-width: 1199px) {
  .header { padding-left: 0.2rem; }
  .fixed { position: fixed; background-color: rgb(21, 72, 189); }
  .menu-btn { display: block; }
  .nav { position: fixed; width: 100%; left: 0px; margin-top: 0px; display: none; background-color: rgb(21, 72, 189); z-index: 999; height: 100%; top: 1.2rem; padding: 0.2rem; overflow-y: scroll !important; }
  .nav li > a { line-height: 0.8rem; display: block; padding: 0px; font-size: 14px; }
  .nav li.on a { background: none; }
  .nav .drop::after { display: none; }
  .nav .arrow { position: absolute; right: 0px; top: 15px; width: 10px; height: 10px; border-right: 1px solid rgb(255, 255, 255); border-top: 1px solid rgb(255, 255, 255); transform: rotate(45deg); }
  .nav .drop { position: static; left: auto; transform: translate(0px, 0px); opacity: 1; width: 100%; display: none; text-align: left; background: none; padding: 0.2rem 0.4rem; }
  .nav .drop a { color: rgb(255, 255, 255); font-size: 12px; }
  .nav .cur .arrow { transform: rotate(135deg); top: 10px; }
  .home-notice li.on::after { left: -0.2rem; }
}
@media (max-width: 950px) {
  .copyright .info { padding-left: 0.4rem; margin-right: 0.4rem; margin-left: 0.4rem; }
  .home-dt ul { height: auto; }
  .nav li.on > a, .nav li:hover > a { background-image: none; }
}
@media (max-width: 767px) {
  .header .search-btn span { background-size: 0.38rem; }
  .copyright { flex-flow: column; }
  .copyright .info { margin-top: 0.3rem; margin-left: 0px; padding-left: 0px; margin-right: 0px; width: 100%; border: 0px; text-align: center; }
  .copyright .erwma { margin-top: 0.3rem; }
  .home-content { margin-top: -0.8rem; }
  .home-dt, .home-notice { width: 100%; }
  .home-notice { padding-right: 0px; }
  .home-notice li .date, .home-notice li .tit, .home-dt li .tit, .home-dt li .date, .home-special .pic-text .tit, .home-culture .r-con .tit, .home-culture .r-con .pic .text, .home-culture .focus .text, .home-culture .item .tit { font-size: 14px; }
  .home-notice li .date span { font-size: 24px; }
  .home-dt { margin-top: 0.4rem; }
  .home-special .content { margin-right: -0.4rem; flex-flow: column; }
  .home-special .l-con { width: 100%; margin-right: 0px; }
  .home-special .firs-pic { margin-top: 0.3rem; }
  .home-culture .l-con { order: 2; width: 100%; }
  .home-culture .r-con { width: 100%; order: 1; }
  .home-culture .l-con { margin-top: 0.2rem; }
  .home-special { padding-bottom: 0.3rem; }
  .home-news .first-pic, .jdt .swiper-container { width: 100%; margin-right: 0px; }
  .home-news .first-pic .text-con { margin-right: 0px; }
  .footer .link .item { width: 30%; margin-top: 0.2rem; }
  .footer .link .icon { margin-left: auto; margin-right: auto; }
}
@media (max-width: 480px) {
  .header .search-btn .search-content.open { width: 5rem; height: 0.6rem; }
  .header .search-btn .search-content input[type="text"] { height: 0.6rem; }
  .header .search-btn .search-content input[type="submit"] { height: 0.6rem; width: 0.6rem; background-size: 0.3rem; }
  .home-title .more { font-size: 12px; }
  .home-title .title { font-size: 24px; }
  .home-news .first-pic { width: 100%; margin-right: 0px; }
  .home-news .first-pic .text-con { height: auto; }
  .home-news .first-pic .tit, .home-news .first-pic .date, .home-news .item .tit, .home-news .item .date, .home-news .text-content .tit, .home-news .text-content .date { font-size: 14px; }
  .home-news .first-pic .des, .home-news .text-content .des { font-size: 12px; }
  .home-news .item { margin-top: 0.3rem; width: 48%; }
  .home-news .item { height: auto; }
  .home-news .item .text-con { padding: 0.2rem; }
  .home-news .text-content { height: auto; }
}
