html,
body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
body .layui-anim {
  padding-top: 60px;
}
body .header {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: space-around;
  left: 0;
  top: 0;
  right: 0;
  background: white;
  z-index: 999;
  width: 100%;
}
body .header .logo {
  flex-shrink: 0;
  height: 46px;
}
body .header .lang {
  color: #666666;
}
body .header .lang.this {
  font-weight: 700;
}
body .header .lang:hover {
  font-weight: 700;
}
body .footer {
  width: 100%;
  height: 120px;
  background-color: #222;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #666;
}
body .layui-nav {
  background-color: white;
  padding: 0 30px;
}
body .layui-nav .layui-nav-bar {
  background-color: #333333;
  height: 2px;
}
body .layui-nav .layui-nav-item {
  line-height: 80px;
}
body .layui-nav .layui-nav-item a {
  color: #333333 !important;
  font-size: 16px;
}
body .layui-nav .layui-nav-item.layui-this a {
  font-weight: 700;
}
body .layui-nav .layui-nav-item.layui-this:after {
  background-color: #333333;
  height: 2px;
  width: 50%;
  left: 25%;
}
.homepage .page-bar {
  position: relative;
}
.homepage .page-bar .txt-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.homepage .page-bar .txt-wrap .txt {
  width: 550px;
  line-height: 40px;
  font-size: 20px;
  text-align: center;
  color: white;
}
.homepage .banner img {
  height: 600px;
  object-fit: cover;
  vertical-align: middle;
}
.homepage .banner .txt {
  position: absolute;
  left: 342px;
  top: 143px;
  font-size: 60px;
  font-family: LemonMilk;
  font-weight: 700;
  color: #ffffff;
  line-height: 111px;
  text-shadow: 0px 19px 38px rgba(125, 179, 225, 0.5);
}
.homepage .part-wrap {
  margin-top: 90px;
  margin-bottom: 90px;
}
.homepage .part-wrap .part-title {
  font-size: 30px;
  text-align: center;
}
.homepage .part-wrap .news-pic {
  width: 240px;
  height: 150px;
  flex-shrink: 0;
  object-fit: cover;
  vertical-align: middle;
}
.homepage .part-wrap .news-item {
  display: flex;
  align-content: center;
  margin-top: 50px;
}
.homepage .part-wrap .news-item .date-wrap {
  padding-right: 50px;
  font-size: 20px;
  color: #333;
  font-weight: 600;
  border-right: 1px solid #DCDCDC;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.homepage .part-wrap .news-item .date-wrap div {
  text-align: center;
}
.homepage .part-wrap .news-item .date-wrap .mon {
  color: #00214A;
  font-size: 26px;
}
.homepage .part-wrap .news-item .date-wrap .day {
  margin-bottom: 10px;
}
.homepage .part-wrap .news-item .content-wrap {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 40px;
  margin-right: 40px;
}
.homepage .part-wrap .news-item .content-wrap .title {
  font-weight: bold;
  color: #333;
  font-size: 16px;
  word-break: break-all;
}
.homepage .part-wrap .news-item .content-wrap .content {
  word-break: break-all;
  text-indent: 2em;
  color: #4D4D4D;
  margin-top: 20px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.homepage .part-wrap .pager {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
.homepage .part-wrap .pager .prev,
.homepage .part-wrap .pager .next {
  background-color: #00214A;
  padding: 7px 17px;
  color: white;
  cursor: pointer;
}
.homepage .part-wrap .pager .prev.disable,
.homepage .part-wrap .pager .next.disable {
  background: #f6f6f6;
  color: #CACFD2;
  cursor: default;
}
.homepage .part-wrap .pager .page {
  color: #CACFD2;
  padding: 7px 15px;
  cursor: pointer;
}
.homepage .part-wrap .pager .page.active {
  color: #00214A;
  cursor: default;
}
.homepage .part-wrap .portfolio-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.homepage .part-wrap .portfolio-wrap img {
  margin-top: 50px;
  width: 212px;
  height: 82px;
  object-fit: cover;
  vertical-align: middle;
}
.homepage .part-wrap .more-wrap {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.homepage .part-wrap .more-wrap .more {
  width: 230px;
  text-align: center;
  line-height: 60px;
  color: white;
  background: linear-gradient(138deg, #00748c, #00214a);
  font-size: 20px;
}
.homepage .part-wrap .more-wrap .more img {
  width: 26px;
  height: 26px;
}
.homepage .part-wrap .focus-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  color: #333;
}
.homepage .part-wrap .focus-wrap .focus-item {
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
}
.homepage .part-wrap .focus-wrap .focus-item img {
  width: 108px;
  height: 108px;
}
.homepage .part-wrap .focus-wrap .focus-item span {
  margin-top: 30px;
}
.homepage .part-wrap .company-wrap {
  display: flex;
  justify-content: center;
  margin-top: 65px;
  align-items: center;
  height: 416px;
}
.homepage .part-wrap .company-wrap img {
  max-height: 416px;
  max-width: 618px;
  object-fit: cover;
  vertical-align: middle;
}
.homepage .part-wrap .company-wrap .right {
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.homepage .part-wrap .company-wrap .right .info-wrap {
  margin-left: 70px;
  flex-grow: 1;
  margin-top: 40px;
}
.homepage .part-wrap .company-wrap .layui-row {
  margin-top: 15px;
  color: #333;
}
.homepage .part-wrap .company-wrap .layui-row .layui-col-md3 {
  font-weight: bold;
}
.homepage .part-wrap .company-wrap .layui-row .contact {
  font-size: 18px;
  margin-left: 70px;
}
.homepage .part-wrap .company-wrap .layui-row .contact:hover {
  color: #5b9ced;
}
.homepage .part-wrap .access_box {
  font-weight: 400;
  color: #666666;
  font-size: 16px;
  line-height: 26px;
  margin-top: 10px;
  width: 800px;
  margin: 0 auto;
  text-align: start;
}
.homepage .part-wrap .access_box .company_t {
  font-size: 20px;
  background: #eaeaea;
  padding: 0.5rem;
  border-left: 5px solid #ddd;
  margin-top: 35px;
  margin-bottom: 20px;
  color: #000;
}
.homepage .part-wrap .access_box p {
  font-weight: 400;
  color: #666666;
  font-size: 16px;
  line-height: 26px;
  margin: 20px 0;
}
.homepage #team-swiper {
  width: 800px;
  margin: 0 20px;
  box-shadow: 0px 9px 28px 1px rgba(0, 0, 0, 0.15);
}
.homepage .team-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 75px;
  color: #333;
}
.homepage .team-wrap img {
  height: 270px;
  width: 480px;
  object-fit: cover;
  vertical-align: middle;
}
.homepage .team-wrap .name {
  margin-top: 30px;
  font-size: 24px;
}
.homepage .team-wrap .title {
  margin-top: 10px;
  font-size: 20px;
}
.homepage .team-wrap .desc {
  margin-top: 30px;
  text-indent: 2em;
}
.homepage button.swiper-prev,
.homepage button.swiper-next {
  background: none;
  border: none;
}
.newspage .layui-container {
  min-height: 100%;
}
.newsdetailpage .layui-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100%;
}
.newsdetailpage .layui-container .title {
  font-size: 33px;
  color: #333;
  margin-top: 50px;
  word-break: break-all;
}
.newsdetailpage .layui-container .datetime {
  font-size: 12px;
  color: #999999;
  margin-top: 17px;
}
.newsdetailpage .layui-container .content {
  margin-top: 30px;
  margin-bottom: 75px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #4D4D4D;
  word-break: break-all;
  min-height: 470px;
}
.newsdetailpage .layui-container .content p {
  text-indent: 2em;
  line-height: 24px;
  width: 100%;
  margin-top: 20px;
}
.newsdetailpage .layui-container .content img {
  margin: 30px 0px;
  max-width: 100%;
}
.contactpage .layui-container {
  min-height: 100%;
}
.contactpage .form-wrap {
  width: 750px;
  margin: 0 auto;
}
.contactpage .form-wrap .row {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin-top: 30px;
}
.contactpage .form-wrap .row input,
.contactpage .form-wrap .row textarea {
  flex-grow: 1;
  border: 2px solid rgba(51, 51, 51, 0.1);
}
.contactpage .form-wrap .row input {
  height: 46px;
  border: 2px solid rgba(51, 51, 51, 0.1);
  padding: 0 22px;
}
.contactpage .form-wrap .row textarea {
  padding: 15px 22px;
}
.contactpage .form-wrap .row label {
  color: #D21313;
  margin: 10px 5px 0 18px;
  font-size: 20px;
}
.contactpage .form-wrap .msg-wrap {
  display: none;
}
.contactpage .form-wrap .msg-wrap .msg {
  color: #D21313;
}
.contactpage .form-wrap .more-wrap {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 77px;
  cursor: pointer;
}
.contactpage .form-wrap .more-wrap .more {
  width: 230px;
  text-align: center;
  line-height: 60px;
  color: white;
  background: linear-gradient(138deg, #00748c, #00214a);
  font-size: 20px;
}
.contactpage .form-wrap .more-wrap .more img {
  width: 26px;
  height: 26px;
}
.contactpage .layer1 {
  display: block;
  width: 730px;
  padding: 60px 80px;
  background-color: white;
}
.contactpage .layer1 .title {
  text-align: center;
  color: #333;
  font-size: 20px;
}
.contactpage .layer1 .row {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin-top: 30px;
}
.contactpage .layer1 .row .text {
  flex-grow: 1;
  margin-left: 30px;
  width: 50%;
}
.contactpage .layer1 .row label {
  color: #D21313;
  margin: 10px 5px 0 18px;
  font-size: 20px;
}
.contactpage .layer1 button {
  margin-top: 60px;
}
.contactpage .layer1 .cancel {
  cursor: pointer;
  width: 140px;
  height: 50px;
  border: 1px solid #848484;
  color: #848484;
  background-color: white;
}
.contactpage .layer1 .confirm {
  cursor: pointer;
  width: 140px;
  height: 50px;
  background: linear-gradient(138deg, #00748c, #00214a);
  margin-left: 50px;
  color: white;
  border: none;
}
.contactpage .layer2 {
  width: 260px;
  height: 200px;
  background-color: white;
  text-align: center;
  padding: 70px 58px;
}
.contactpage .layer2 div {
  margin-top: 40px;
  font-size: 20px;
}
.porpage .layui-container {
  min-height: 100%;
}
.porpage .part-wrap {
  margin-top: 90px;
  margin-bottom: 90px;
}
.porpage .part-wrap .part-title {
  font-size: 30px;
  text-align: center;
}
.porpage .part-wrap .portfolio-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.porpage .part-wrap .portfolio-wrap .portfolio-item {
  text-align: center;
  color: #333;
  font-size: 20px;
}
.porpage .part-wrap .portfolio-wrap img {
  margin-top: 50px;
  width: 212px;
  height: 82px;
  margin-bottom: 21px;
}
.porpage .company-wrap {
  display: flex;
  justify-content: center;
  margin-top: 65px;
  align-items: center;
  min-height: 470px;
}
.porpage .company-wrap .pic img {
  max-width: 560px;
  max-height: 330px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.porpage .company-wrap .right {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.porpage .company-wrap .info-wrap {
  margin-left: 70px;
  flex-grow: 1;
}
.porpage .company-wrap .layui-row {
  margin-top: 15px;
  color: #333;
  display: flex;
}
.porpage .company-wrap .layui-row .layui-col-md3 {
  font-weight: bold;
  min-width: 100px;
}
.porpage .company-wrap .layui-row .contact {
  font-size: 18px;
}
.porpage .company-wrap .layui-row .contact:hover {
  color: #5b9ced;
}

.mobile-menu {
  display: none;
}