body {
	overflow-x: hidden;
	overflow-y: hidden;
  padding: 0px;
  margin: 0px;
}

html {
	height: 210px;
	overflow-y:auto;
	scrollbar-width:none;
	-ms-overflow-style:none;
  scroll-behavior: smooth;

  font-size: 1vw;
}

@media screen and (max-width: 1000px) {
	html {
		font-size: 1.2vw;
	}
}

@media screen and (max-width: 600px) {
  html {
		font-size: 1.6vw;
	}
}

html ::-webkit-scrollbar {
	display:none;
}

@font-face {
  font-family: 'SourceHanSansCN';
  src: url("../fonts/SourceHanSansCN-Medium.ttf");
}

@font-face {
  font-family: 'SourceHanSansSC';
  src: url("../fonts/SourceHanSansCN-Medium.ttf");
}

@font-face {
  font-family: 'MontserratAlternates';
  src: url("../fonts/FONTFABRIC-MONT-HEAVY-DEMO-2.OTF");
}

.contact-container {
  position: relative;
}

.contact-img > img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.contact-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.contact-title {
  font-size: 3.75rem;
  font-family: "SourceHanSansSC";
  color: rgb(51, 51, 51);
  font-weight: bold;
}

.contact-more {
  font-size: 1.25rem;
  font-family: "SourceHanSansSC";
  color: rgb(51, 51, 51);
  border-width: 1px;
  border-color: rgb(125, 125, 125);
  border-style: solid;
  border-radius: 4px;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 5.3125rem;
  cursor: pointer;
  user-select: none;
}

.contact-more > img {
  width: 1.25rem;
  height: 1.25rem;
  margin-left: .3125rem;
}

.contact-more:hover {
  background-color: rgb(14, 96, 159);
  color: white;
}

@media screen and (max-width: 747px) {
  .contact-more {
    margin-top: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1.3rem;
    padding-right: 1.3rem;
  }
}

.footer-container {
  background-color: rgb(14, 96, 159);
  margin-top: -0.3125rem;
}

.footer-logo-phone { 
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 10%;
  padding-right: 10%;
}

.footer-logo {
  width: 6.5625rem;
  height: 5rem;
}

.footer-logo > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.footer-phone-box {
  display: flex;
  flex-direction: column;
}

.footer-phone {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
}

.footer-phone > img {
  width: 2.25rem;
  height: 2.25rem;
  object-fit: cover;
  margin-right: .625rem;
}

.footer-number {
  font-size: 2.25rem;
  color: rgb(255, 255, 255);
  font-family: "SourceHanSansSC";
}

.footer-number-text {
  font-size: .875rem;
  color: rgba(255, 255, 255, 0.4);
  margin-left: 2.875rem;
}

.footer-split {
  opacity: 0.122;
  background-color: rgb(255, 255, 255);
  height: 2px;
}

.footer-company-nav {
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.footer-company {
  width: 40%;
}

.footer-nav {
  width: 50%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.footer-company-title {
  color: white;
  margin-bottom: 1.5625rem;
}

.footer-company-list {
  font-size: .875rem;
  color: rgba(255, 255, 255, 0.4);
  display: flex;
  flex-wrap: wrap;
  line-height: 2.5;
}

.footer-company-list-item {
  width: 50%;
  cursor: pointer;
}

.footer-nav-title {
  font-size: 1.125rem;
  color: rgb(255, 255, 255);
  margin-bottom: 1.3rem;
}

.footer-nav-item {
  font-size: .875rem;
  color: rgba(255, 255, 255, 0.4);
  line-height: 2.5;
  cursor: pointer;
}

.footer-icp {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  font-size: .75rem;
  color: rgba(255, 255, 255, 0.4);
  justify-content: center;
  align-items: center;
  padding-bottom: 1rem;
  padding-top: 1rem;
}

.footer-icp > div:not(:last-child) {
  margin-right: .375rem;
}

.footer-icp-number { 
  cursor: pointer;
}

.footer-icp-number:hover { 
  color: #fd7320;
}

.footer-support > span {
  cursor: pointer;
}

.footer-support > span:hover {
  color: #fd7320;
}

@media screen and (max-width: 1200px) {
  .footer-nav {
    display: none;
  }

  .footer-company {
    width: 100%;
  }

  .footer-split {
    display: none;
  }

  .footer-logo-phone {
    align-items: center;
  }

  .footer-number {
    font-size: 4rem;
    color: rgb(255, 255, 255);
    font-family: "SourceHanSansSC";
  }  

  .footer-logo {
    width: 13.125rem;
    height: 10rem;
  }
}

.ly-pagination {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 2rem;
  justify-content: center;
  align-items: center;
}

.ly-pagination > div {
  font-size: .75rem;
  padding-left: .75rem;
  padding-right: .75rem;
  padding-top: .375rem;
  padding-bottom: .375rem;
  background-color: rgb(231, 231, 231);
  cursor: pointer;
  margin-bottom: 2rem;
}

.ly-pagination > div:not(:last-child) {
  margin-right: .5rem;
}

.ly-pagination > div:hover {
  transition: all .3s;
  color: white;
  background-color: rgb(254, 108, 34);
}

.ly-pagination-item-active {
  color: white;
  background-color: rgb(254, 108, 34) !important;
}

@media screen and (max-width: 1920px) {
  .ly-pagination {
    margin-top: 20px;
  }
  
  .ly-pagination > div {
    font-size: 14px;
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  
  .ly-pagination > div:not(:last-child) {
    margin-right: 10px;
  }
}