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%;
  height: 60px;
}
body .header .space {
  flex-grow: 1;
}
body .header .menu {
  background-color: #316EA9;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
body .header .menu img {
  height: 20px;
}
body .header .logo {
  flex-shrink: 0;
  height: 23px;
  margin-left: 10px;
}
body .header .lang {
  color: #666666;
}
body .header .lang.this {
  font-weight: 700;
}
body .header .lang:hover {
  font-weight: 700;
}
body .banner img {
  height: 250px;
  object-fit: cover;
  vertical-align: middle;
}
body .banner .txt {
  position: absolute;
  left: 20px;
  top: 60px;
  font-size: 30px;
  font-family: LemonMilk;
  font-weight: 700;
  color: #ffffff;
  line-height: 111px;
  text-shadow: 0px 19px 38px rgba(125, 179, 225, 0.5);
}
body .menu-wrap {
  width: 100%;
  height: 0;
  display: none;
  background-color: #ffffffee;
  position: fixed;
  top: 60px;
  z-index: 999;
}
body .menu-wrap .nav {
  text-align: center;
  line-height: 60px;
  color: #333;
}
body .menu-wrap .nav.this {
  font-weight: 700;
}
body .menu-wrap .lang {
  text-align: center;
  line-height: 60px;
  color: #333;
}
body .menu-wrap .lang.this {
  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%;
}
body .access_box {
  font-weight: 400;
  color: #666666;
  font-size: 16px;
  line-height: 26px;
  margin-top: 10px;
}
body .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;
}
body .access_box p {
  font-weight: 400;
  color: #666666;
  font-size: 16px;
  line-height: 26px;
  margin: 0 0 10px 20px;
}
.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: 350px;
  line-height: 25px;
  font-size: 12px;
  text-align: center;
  color: white;
}
.homepage .part-wrap {
  margin-top: 35px;
  margin-bottom: 35px;
}
.homepage .part-wrap .part-title {
  font-size: 30px;
  text-align: center;
}
.homepage .part-wrap .news-item {
  display: flex;
  align-content: center;
  margin-top: 25px;
}
.homepage .part-wrap .news-item .date-wrap {
  width: 50px;
  font-size: 14px;
  color: #333;
  font-weight: 600;
  border-right: 1px solid #DCDCDC;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 20px;
}
.homepage .part-wrap .news-item .date-wrap div {
  text-align: center;
}
.homepage .part-wrap .news-item .date-wrap .mon {
  color: #00214A;
  font-size: 13px;
}
.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: 20px;
  margin-right: 20px;
}
.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 {
  text-indent: 2em;
  color: #4D4D4D;
  margin-top: 20px;
  word-break: break-all;
  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;
}
.homepage .part-wrap .pager .prev.disable,
.homepage .part-wrap .pager .next.disable {
  background: #f6f6f6;
  color: #CACFD2;
}
.homepage .part-wrap .pager .page {
  color: #CACFD2;
  padding: 7px 15px;
}
.homepage .part-wrap .pager .page.active {
  color: #00214A;
}
.homepage .part-wrap .portfolio-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.homepage .part-wrap .portfolio-wrap img {
  margin-top: 20px;
  width: 106px;
  height: 41px;
}
.homepage .part-wrap .more-wrap {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.homepage .part-wrap .more-wrap .more {
  width: 130px;
  text-align: center;
  line-height: 40px;
  color: white;
  background: linear-gradient(138deg, #00748c, #00214a);
}
.homepage .part-wrap .more-wrap .more img {
  width: 13px;
  height: 13px;
}
.homepage .part-wrap .focus-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  color: #333;
}
.homepage .part-wrap .focus-wrap .focus-item {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
}
.homepage .part-wrap .focus-wrap .focus-item img {
  width: 67px;
  height: 67px;
}
.homepage .part-wrap .focus-wrap .focus-item span {
  margin-top: 15px;
}
.homepage .part-wrap .company-wrap {
  display: flex;
  margin-top: 30px;
  align-items: center;
  flex-direction: column;
}
.homepage .part-wrap .company-wrap .pic {
  max-width: 208px;
  max-width: 309px;
  object-fit: cover;
  vertical-align: middle;
}
.homepage .part-wrap .company-wrap .layui-row {
  margin-top: 15px;
  color: #333;
  display: flex;
  flex-wrap: nowrap;
}
.homepage .part-wrap .company-wrap .layui-row .layui-col-md4 {
  font-weight: bold;
  flex-shrink: 0;
  width: 33%;
}
.homepage .part-wrap .company-wrap .layui-row .contact {
  font-size: 18px;
}
.homepage .part-wrap .company-wrap .layui-row .contact:hover {
  color: #5b9ced;
}
.homepage #team-swiper {
  width: 400px;
  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: 18px;
  color: #333;
}
.homepage .team-wrap img {
  width: 192px;
  height: 108px;
  object-fit: cover;
  vertical-align: middle;
}
.homepage .team-wrap .name {
  margin-top: 15px;
  font-size: 14px;
}
.homepage .team-wrap .title {
  margin-top: 5px;
  font-size: 12px;
}
.homepage .team-wrap .desc {
  margin-top: 15px;
  text-indent: 2em;
  color: #4C4C4C;
}
.homepage button.swiper-prev,
.homepage button.swiper-next {
  background: none;
  border: none;
}
.homepage button.swiper-prev img,
.homepage button.swiper-next img {
  width: 35px;
  height: 35px;
}
.newsdetailpage .layui-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 480px;
}
.newsdetailpage .layui-container .title {
  font-size: 18px;
  color: #333;
  font-weight: 700;
  margin-top: 30px;
  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: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #4D4D4D;
}
.newsdetailpage .layui-container .content p {
  text-indent: 2em;
  line-height: 24px;
  width: 100%;
  margin-top: 10px;
  word-break: break-all;
}
.newsdetailpage .layui-container .content img {
  margin: 30px 0px;
  max-width: 90%;
  object-fit: cover;
  vertical-align: middle;
}
.contactpage .form-wrap {
  width: 100%;
  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 .send {
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 77px;
  width: 130px;
  line-height: 40px;
  text-align: center;
  color: white;
  background: linear-gradient(138deg, #00748c, #00214a);
  border: none;
}
.contactpage .layer1 {
  display: block;
  width: 260px;
  padding: 20px 20px;
  background-color: white;
}
.contactpage .layer1 .title {
  text-align: center;
  color: #333;
  font-size: 20px;
}
.contactpage .layer1 .row {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  margin-top: 10px;
}
.contactpage .layer1 .row .text {
  flex-grow: 1;
  margin-left: 15px;
  width: 50%;
}
.contactpage .layer1 .row label {
  color: #D21313;
  margin: 5px 5px 0 0;
  font-size: 20px;
}
.contactpage .layer1 button {
  margin-top: 30px;
}
.contactpage .layer1 .cancel {
  width: 140px;
  height: 40px;
  border: 1px solid #848484;
  color: #848484;
  background-color: white;
}
.contactpage .layer1 .confirm {
  width: 140px;
  height: 40px;
  background: linear-gradient(138deg, #00748c, #00214a);
  color: white;
  border: none;
}
.contactpage .layer2 {
  width: 240px;
  height: 300px;
  background-color: white;
  text-align: center;
  padding: 30px ;
}
.contactpage .layer2 div {
  margin-top: 40px;
  font-size: 20px;
}
.porpage .layui-container {
  min-height: 400px;
}
.porpage .part-wrap {
  margin-top: 40px;
  margin-bottom: 40px;
}
.porpage .part-wrap .part-title {
  font-size: 30px;
  text-align: center;
}
.porpage .part-wrap .portfolio-wrap {
  display: flex;
  flex-wrap: wrap;
}
.porpage .part-wrap .portfolio-wrap .portfolio-item {
  width: 30%;
  margin-left: 3%;
  text-align: center;
  color: #333;
  font-size: 20px;
}
.porpage .part-wrap .portfolio-wrap img {
  margin-top: 20px;
  width: 106px;
  height: 41px;
}
.porpage .company-wrap {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  flex-direction: column;
  align-items: center;
}
.porpage .company-wrap .pic img {
  max-height: 208px;
  max-width: 309px;
  object-fit: cover;
  vertical-align: middle;
}
.porpage .company-wrap .info-wrap {
  width: 100%;
}
.porpage .company-wrap .layui-row {
  margin-top: 15px;
  margin-left: 30px;
  color: #333;
  display: flex;
}
.porpage .company-wrap .layui-row .layui-col-md3 {
  font-weight: bold;
  width: 35%;
  flex-shrink: 0;
}
.porpage .company-wrap .layui-row .contact {
  font-size: 18px;
}
.porpage .company-wrap .layui-row .contact:hover {
  color: #5b9ced;
}

.news-pic {
  display: none;
}

.layui-nav {
  display: none;
}

.layui-main.header label {
  display: none;
}
