.form-list-inline {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.form-list-inline div {
  display: flex;
  min-width: 120px;
  margin-right: 0.8%;
  height: 60px;
  background-color: #fff;
}
.form-list-inline div input:not(input[type=button]) {
  width: 100%;
  height: 60px;
  font-size: 16px;
  color: #666;
  border: none;
  padding-left: 10px;
  outline: none;
}
.form-list-inline div input[type=button] {
  background: #16135a;
  text-align: center;
  line-height: 60px;
  border: none;
  width: 100%;
  color: #fff;
  outline: none;
  cursor: pointer;
  height: 100%;
}

.section {
  max-width: 1560px;
  min-width: 1200px;
  width: 100%;
}

*, *::before, *::after {
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
}

body, html, p, ul, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #333;
}

.ta-right {
  text-align: right;
}

.mt-60 {
  margin-top: 60px;
}

.d-flex {
  display: flex;
  width: 100%;
}

.flex-1 {
  flex: 1;
}

.header {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100px;
  display: flex;
  flex: 1;
  z-index: 1;
}
.header h1 a {
  display: flex;
}
.header .nav {
  max-width: 1560px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex: 1;
}
.header .nav .nav-list {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  margin: 0;
}
.header .nav .nav-list .nav-item {
  height: 100%;
  list-style: none;
  margin: 0 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .nav .nav-list .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #fff;
  position: relative;
  text-decoration: none;
}
.header .nav .nav-list .nav-item a::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 100%;
  background: #fff;
  bottom: -10px;
  transform-origin: 100%;
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: scaleX(0);
  z-index: 1;
}
.header .nav .nav-list .nav-item.active a, .header .nav .nav-list .nav-item:hover a {
  color: #0a7dbf;
}
.header .nav .nav-list .nav-item.active a::after, .header .nav .nav-list .nav-item:hover a::after {
  transform: scaleX(1);
  background-color: #0a7dbf;
}

footer.footer {
  width: 100%;
  height: 280px;
  background: #eee;
}
footer.footer .section {
  margin: 0 auto;
  padding-top: 50px;
  position: relative;
  height: 100%;
}
footer.footer .section .go-top {
  position: absolute;
  width: 44px;
  height: 150px;
  background: #ccc;
  color: #fff;
  padding: 35px 15px;
  right: 0;
  top: 0;
  font-size: 14px;
}
footer.footer .section ul {
  display: flex;
  flex-wrap: wrap;
  width: 1000px;
}
footer.footer .section ul li {
  float: left;
  width: 500px;
  font-size: 14px;
  color: #333;
  margin-top: 20px;
}
footer.footer .section ul li span {
  color: #999;
  display: inline-block;
}
footer.footer .section ul li a {
  color: #333;
  display: inline-block;
  margin-right: 15px;
}
footer.footer .section .copyright {
  position: absolute;
  left: 0;
  bottom: 40px;
  width: 100%;
  font-size: 14px;
  color: #999;
}

.inner-title {
  margin-bottom: 50px;
  text-align: center;
}
.inner-title h3 {
  text-align: center;
  font-size: 48px;
  position: relative;
  color: #333;
  line-height: 72px;
  font-weight: 500;
  padding: 25px 0;
  letter-spacing: 2px;
}
.inner-title h3::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  background: #ccc;
  left: 50%;
  bottom: 0;
  margin-left: -20px;
}
.inner-title p {
  margin-top: 25px;
  color: #999;
  font-size: 24px;
}

.inner-banner {
  height: 460px;
  margin-bottom: 50px;
  width: 100%;
  filter: brightness(0.6);
}
.inner-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main .banner {
  height: 100vh;
  width: 100%;
}
.main .banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main .design {
  padding-bottom: 74px;
}
.main .design-header {
  height: 405px;
  padding-top: 90px;
}
.main .design-header .design-title {
  flex: 1;
}
.main .design-header .design-title .title {
  margin: 0;
  font-size: 48px;
  line-height: 60px;
  letter-spacing: 3px;
}
.main .design-header .design-title .desc {
  font-size: 24px;
  color: #666;
  line-height: 36px;
  margin-top: 15px;
}
.main .design-header .design-desc {
  width: 780px;
  font-size: 16px;
  line-height: 24px;
  color: #666;
}
.main .design-header .design-desc h4 {
  font-size: 24px;
  color: #333;
  display: inline-block;
  margin: 15px 0 0;
}
.main .design-header .design-desc .desc {
  margin-top: 15px;
}
.main .design-body {
  justify-content: space-between;
  height: 540px;
}
.main .design-body .design-item {
  flex-basis: 32%;
}
.main .design-body .design-item-img {
  height: 314px;
  background-color: #000;
}
.main .design-body .design-item-img img {
  max-width: 100%;
  height: 100%;
}
.main .design-body .design-item-desc {
  margin-top: 25px;
}
.main .design-body .design-item-desc ul {
  margin: 0;
  padding: 0;
}
.main .design-body .design-item-desc ul li {
  list-style: none;
}
.main .search {
  width: 100%;
  display: flex;
  height: 60px;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}
.main .search .search-hot {
  flex-basis: 60%;
  display: flex;
  align-items: center;
  height: 100%;
}
.main .search .search-hot .hot-tag {
  position: relative;
  display: inline-block;
  font-style: normal;
  font-size: 14px;
  color: #fff;
  width: 34px;
  line-height: 16px;
  height: 16px;
  background: #ec3b3b;
  text-align: center;
  margin-right: 10px;
}
.main .search .search-hot a {
  font-size: 14px;
  color: #666;
  display: inline-block;
  margin-right: 14px;
}
.main .search .search-form {
  flex: 1;
  display: flex;
  flex-basis: 40%;
}
.main .search .search-form form {
  width: 100%;
  display: flex;
}
.main .search .search-form form input {
  flex: 1;
  height: 100%;
  background: #f7f7f7;
  border: none;
  outline: none;
  padding-left: 20px;
  font-size: 16px;
}
.main .search .search-form form button {
  width: 120px;
  height: 100%;
  background: #16135a;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  border: none;
  cursor: pointer;
  font-size: 16px;
  color: #fff;
}
.main .cases {
  width: 100%;
  background-color: #16135a;
  padding-top: 100px;
  padding-bottom: 70px;
  color: #fff;
}
.main .cases .section {
  margin: 0 auto;
}
.main .cases-title {
  display: flex;
}
.main .cases-title .flex-1 p {
  font-size: 24px;
  line-height: 36px;
  color: #fff;
  opacity: 0.3;
}
.main .cases-title .flex-1 h2 {
  font-size: 40px;
  color: #fff;
  letter-spacing: 3px;
}
.main .cases-title .ta-right {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex-direction: column;
  opacity: 0.6;
  font-size: 16px;
}
.main .cases-list {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
}
.main .cases-list .cases-item {
  flex: 0 0 32%;
  max-width: 32%;
  overflow: hidden;
  margin-top: 32px;
}
.main .cases-list .cases-item a {
  text-decoration: none;
  color: #fff;
}
.main .cases-list .cases-item img {
  height: 290px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.main .cases-list .cases-item .title {
  font-size: 18px;
  margin-top: 16px;
}
.main .cases-list .cases-item p {
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  color: #fff;
  opacity: 0.3;
  margin-top: 5px;
}
.main .cases .more {
  text-align: center;
  position: relative;
  margin-top: 60px;
}
.main .cases .more a {
  display: inline-block;
  position: relative;
  z-index: 12111;
  background-color: #16135a;
  color: #fff;
  text-align: center;
  padding: 0 54px;
}
.main .cases .more::after {
  position: absolute;
  width: 100%;
  content: "";
  height: 6px;
  left: 0;
  top: 50%;
  border-top: 2px dashed rgba(255, 255, 255, 0.2);
  border-bottom: 2px dashed rgba(255, 255, 255, 0.2);
  margin-top: -5px;
}
.main .service {
  width: 100%;
  background-color: #f7f7f7;
}
.main .service-title {
  text-align: center;
  padding-top: 100px;
}
.main .service-title p {
  font-size: 24px;
  color: #666;
  line-height: 36px;
}
.main .service-title h2 {
  font-size: 40px;
  color: #333;
  line-height: 60px;
  letter-spacing: 3px;
}
.main .service .image-container {
  margin: 0 auto;
  text-align: center;
}
.main .service .image-container img {
  max-width: 100%;
}
.main .service .process {
  width: 100%;
}
.main .service .process .section {
  margin: 0 auto;
  display: flex;
  height: 266px;
}
.main .service .process .section .process-title {
  max-width: 25%;
  flex-basis: 25%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 1;
  color: #fff;
}
.main .service .process .section .process-title p {
  position: relative;
}
.main .service .process .section .process-title p::before {
  position: absolute;
  content: "";
  left: -520px;
  top: 50%;
  z-index: 6666;
  margin-top: -1px;
  height: 1px;
  width: 500px;
  background-color: #fff;
}
.main .service .process .section .process-title h3 {
  margin-top: 20px;
  font-size: 24px;
}
.main .service .process .section .process-title::after {
  z-index: -1;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #16135a;
  content: "";
  width: 800px;
  height: 100%;
}
.main .service .process .section .process-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.main .service .process .section .process-content .content-nav {
  padding-left: 8%;
  height: 90px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
}
.main .service .process .section .process-content .content-nav > div {
  display: flex;
  align-items: center;
}
.main .service .process .section .process-content .content-nav > div .prev, .main .service .process .section .process-content .content-nav > div .next {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.main .service .process .section .process-content .content-nav ul {
  display: flex;
  align-items: center;
  height: 100%;
}
.main .service .process .section .process-content .content-nav ul li {
  height: 100%;
  line-height: 90px;
  font-size: 18px;
  margin-right: 60px;
  cursor: pointer;
}
.main .service .process .section .process-content .content-nav-item.active {
  color: #16135a;
}
.main .service .process .section .process-content .content-list {
  flex: 1;
}
.main .service .process .section .process-content .content-list .content {
  height: 100%;
  display: none;
  width: 100%;
}
.main .service .process .section .process-content .content-list .content ul {
  width: 100%;
  height: 100%;
  display: flex;
}
.main .service .process .section .process-content .content-list .content ul li {
  flex: 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.main .service .process .section .process-content .content-list .content.show {
  display: flex;
}
.main .news {
  padding-top: 70px;
  padding-bottom: 60px;
}
.main .news .news-list {
  display: flex;
  justify-content: space-between;
}
.main .news .news-list .news-item {
  display: flex;
  flex-direction: column;
  flex: 0 0 32%;
  max-width: 32%;
}
.main .news .news-list .news-item .news-title {
  padding-left: 11px;
  height: 20px;
  line-height: 20px;
  border-left: 2px solid #16135a;
}
.main .news .news-list .news-item-content {
  width: 100%;
  height: 700px;
  background: #fff;
  border: 1px solid #eee;
  padding: 40px;
  margin-top: 20px;
}
.main .news .news-list .news-item-img {
  width: 100%;
  height: 200px;
  display: flex;
}
.main .news .news-list .news-item-img a {
  display: flex;
}
.main .news .news-list .news-item-img a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main .news .news-list .news-item-list ul > li {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 24px;
  margin-top: 14px;
}
.main .news .news-list .news-item-list .more {
  display: inline-block;
  margin-top: 30px;
}
.main .contact {
  width: 100%;
  display: flex;
  height: 390px;
  padding-top: 75px;
  width: 100%;
  margin: 0 !important;
  background: linear-gradient(-45deg, #fff 25%, #efefef 0, #efefef 50%, #fff 0, #fff 75%, #efefef 0);
  background-size: 7px 7px;
}
.main .contact .section {
  margin: 0 auto;
}
.main .contact .section > p {
  font-size: 14px;
  color: #999;
  margin-top: 50px;
}
.main .contact-title p {
  font-size: 24px;
  color: #666;
  line-height: 36px;
}
.main .contact-title h2 {
  font-size: 40px;
  letter-spacing: 3px;
  color: #333;
  line-height: 60px;
}
.main .contact-form {
  margin-top: 35px;
}
.main .profile {
  display: flex;
}
.main .profile-img {
  flex: 0 0 30%;
  max-width: 480px;
  height: 680px;
}
.main .profile-list {
  padding-left: 5%;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.main .profile-item {
  margin-top: 40px;
}
.main .profile-item .en {
  font-size: 14px;
  color: #0a7dbf;
}
.main .profile-item h5 {
  font-size: 30px;
  color: #333;
}
.main .profile-item .desc {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  margin-top: 24px;
}
.main .about-info {
  margin-top: 70px;
  height: 442px;
  width: 100%;
  background-color: #0a7dbf;
  transition-delay: 0s !important;
}
.main .about-info .section {
  margin: 0 auto;
  height: 100%;
}
.main .about-info .section .info-list {
  padding: 100px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
}
.main .about-info .section .info-list .info-item {
  font-weight: 500;
}
.main .about-info .section .info-list .info-item .cn {
  font-size: 24px;
}
.main .about-info .section .info-list .info-item .num {
  font-weight: bold;
  font-size: 120px;
  position: relative;
}
.main .about-info .section .info-list .info-item .num .plus {
  position: absolute;
  content: "+";
  right: -48px;
  top: 0;
  color: #fff;
  font-size: 48px;
}
.main .about-img-list {
  padding-top: 140px;
  height: 920px;
  display: flex;
  flex-wrap: wrap;
}
.main .about-img-list .img-s, .main .about-img-list .img-l {
  height: 50%;
  padding: 5px;
  display: flex;
}
.main .about-img-list .img-s {
  width: 36.5%;
}
.main .about-img-list .img-l {
  width: 63.5%;
}
.main .advantage {
  margin-top: 25px;
}
.main .advantage-list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.main .advantage-list .advantage-item {
  width: 218px;
}
.main .advantage-list .advantage-item .desc {
  text-align: center;
}
.main .advantage-list .advantage-item .desc h4 {
  padding: 30px 0;
  font-weight: 500;
  font-size: 20px;
}
.main .advantage-list .advantage-item .desc p {
  color: #666;
  line-height: 24px;
}
.main .partner {
  width: 1200px;
  padding: 105px 0;
}
.main .partner-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.main .partner-item {
  display: flex;
  flex: 0 0 12.5%;
  height: 100px;
  line-height: 99px;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.main .partner-item img{
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  object-fit: cover;
}
.main .partner-item:hover {
  background-color: #0a7dbf;
}

/*# sourceMappingURL=index.css.map */
