* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.h1,
.h2,
.h3,
.h4 {
  margin: 0;
}
.over1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.over2 {
  display: -webkit-box;
  /*word-break: break-all;*/
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.over3 {
  display: -webkit-box;
  /*word-break: break-all;*/
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
.over4 {
  display: -webkit-box;
  /*word-break: break-all;*/
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
}
.over5 {
  display: -webkit-box;
  /*word-break: break-all;*/
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-overflow: ellipsis;
}
.container_padding {
  padding: 100px 0 60px;
}
.container_content_padding {
  padding-top: 60px;
}
.animate {
  transition: 0.4s ease;
}
ul,
li {
  list-style: none;
}
html,
body {
  overflow-x: hidden;
  color: #333;
  font: 14px / 1.6 Helvetica Neue, Helvetica, PingFang SC, Tahoma, Arial, sans-serif;
  scroll-behavior: smooth;
}
a,
.link {
  display: inline-block;
  width: 100%;
}
a:hover {
  text-decoration: none;
  color: #000;
}
a:focus {
  text-decoration: none;
}
img {
  vertical-align: middle;
  object-fit: cover;
  user-select: none;
  pointer-events: none;
}
.cover_box {
  overflow: hidden;
}
.cover_box .cover {
  width: 100%;
  transition: 0.4s ease-in;
}
.box_shadow {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
.box_radius {
  border-radius: 4px;
}
.uppercase {
  text-transform: uppercase;
}
body::-webkit-scrollbar {
  width: 8px;
}
body::-webkit-scrollbar-track {
  background-color: #f1f1f1;
  opacity: 0.2;
}
body::-webkit-scrollbar-thumb {
  background-color: #cccccc;
  border-radius: 5px;
}
body::-webkit-scrollbar-thumb:hover {
  background-color: #999;
}
.container {
  max-width: 1600px;
  width: 100%;
  margin: auto;
}
.row {
  margin: 0;
  padding: 0;
}
.btn:focus {
  border: none !important;
  outline: none !important;
}
.layui-input:focus {
  border-color: #eee !important;
  box-shadow: 0 0 0 1px rgba(233, 47, 47, 0.6);
}
.layui-textarea:focus {
  border-color: #eee !important;
  box-shadow: 0 0 0 1px rgba(233, 47, 47, 0.6);
}
.btn:focus {
  border: none !important;
  outline: none !important;
}
.title {
  font-size: 28px;
  font-weight: 500;
  color: #000;
}
.lead {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  margin-bottom: 0;
}
.img_bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@keyframes identifier {
  100% {
    transform: translateY(-10px);
  }
  0% {
    transform: translateX(0);
  }
}
.paging .nav_box {
  text-align: center;
}
.paging .nav_box .pagination {
  display: flex;
  justify-content: center;
}
.paging .nav_box .pagination li {
  display: inline-block;
  margin: 0 3px;
}
.paging .nav_box .pagination li a {
  color: #8AC0FB;
}
.paging .nav_box .pagination .active a {
  background-color: #8AC0FB;
  border-color: #8AC0FB;
  color: #fff;
}
.head {
  padding: 10px 0;
  text-align: center;
}
.head .title {
  font-size: 36px;
  font-weight: 600;
}
.head .sub_title {
  font-size: 18px;
  padding: 14px 0;
}
.center_head {
  justify-content: center;
}
.placeholder {
  height: 80px;
}
.c_line {
  text-align: left;
  padding: 10px 0;
}
.c_line .x {
  display: inline-block;
  width: 80px;
  height: 4px;
  background: #8AC0FB;
  border-radius: 6px;
}
.c_line .dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #8AC0FB;
  margin-left: 8px;
}
.article {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 12px;
  padding: 20px;
  background: #F9F9F9;
}
.article .up {
  flex: 1;
  padding-right: 20px;
}
.article .up .lead {
  text-align: left;
}
.article .up .lead .link {
  padding: 4px 0;
  width: auto;
  color: #000;
  text-indent: 0;
}
.article .return {
  flex: none;
  width: 160px;
}
.article .return .link {
  height: 54px;
  line-height: 54px;
  background: #020F6B;
  border-radius: 45px;
  color: #fff;
  font-size: 16px;
  text-align: center;
}
.author {
  padding: 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  margin-bottom: 20px;
}
.author .text {
  font-size: 16px;
  color: #B5B5B5;
  padding: 0 14px;
}
.banner {
  position: relative;
}
.banner .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1600px;
  padding: 0 10px;
}
.banner .content .title {
  font-size: 42px;
  color: #fff;
  font-weight: 600;
}
.banner .content .lead {
  color: #fff;
  margin: 16px 0;
  width: 50%;
}
.banner .cover {
  min-height: 340px;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 100;
  background: #fff;
  transition: 0.7s ease;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.header .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .content .logo {
  position: relative;
  z-index: 20;
  width: 280px;
}
.header .content .right {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 20;
}
.header .content .right .nav {
  display: flex;
}
.header .content .right .nav .li {
  cursor: pointer;
  position: relative;
}
.header .content .right .nav .li .head_title {
  height: 80px;
  line-height: 80px;
  padding: 0 34px;
  font-size: 16px;
  color: #000;
  font-weight: 600;
  white-space: nowrap;
  position: relative;
}
.header .content .right .nav .li .head_title .link {
  font-size: 16px;
  color: #000;
  font-weight: 600;
}
.header .content .right .nav .li .head_title::before {
  content: '';
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  height: 2px;
  border-radius: 6px;
  background: #fff;
  overflow: hidden;
  transition: 0.4s ease;
  opacity: 0;
}
.header .content .right .nav .li .child_head_title {
  padding: 10px 0;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  font-weight: 500;
  text-align: center;
}
.header .content .right .nav .li .child {
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 10px;
  min-width: 160px;
  display: none;
}
.header .content .right .nav .li .child .lis {
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  padding: 4px 0;
}
.header .content .right .nav .li .child .lis .child_head_title {
  color: #000;
  font-size: 14px;
  font-weight: 600;
}
.header .content .right .nav .li .child .lis:last-child {
  border-bottom: none;
}
.header .content .right .nav .li:hover {
  background: rgba(0, 0, 0, 0.5);
}
.header .content .right .nav .li:hover .head_title {
  color: #fff;
}
.header .content .right .nav .li:hover .head_title .link {
  color: #fff;
}
.header .content .right .nav .li:hover .head_title::before {
  opacity: 1;
  bottom: 18px;
}
.header .content .right .nav .li:hover .child {
  background: #fff;
  display: block;
}
.header .content .right .function {
  display: flex;
  align-items: center;
}
.header .content .right .function .circle {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  text-align: center;
  line-height: 36px;
}
.header .content .right .function .circle .cover {
  width: 15px;
}
.header .content .right .function .item {
  background: #8AC0FB;
  margin-left: 14px;
  cursor: pointer;
  border-radius: 34px;
}
.header .content .right .function .item .iconfont {
  color: #fff;
}
.header .content .right .function .language {
  position: relative;
  width: 110px;
  background: #8AC0FB;
  margin-left: 14px;
  border-radius: 46px;
}
.header .content .right .function .language_head {
  text-align: center;
  height: 36px;
  line-height: 36px;
  cursor: pointer;
  color: #fff;
}
.header .content .right .function .language_list {
  position: absolute;
  top: 36px;
  left: 0;
  width: 100%;
  background: #fff;
  padding: 6px 10px;
  display: none;
}
.header .content .right .function .language_list .language_li .link {
  padding: 6px 0;
}
.header .content .right .function .language_list .language_li .link .text {
  font-size: 14px;
}
.header .content .right .function .menu {
  cursor: pointer;
  width: 30px;
  height: 20px;
  position: relative;
  display: none;
  margin-left: 10px;
}
.header .content .right .function .menu .lis {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  transition: all 0.3s ease;
  border-radius: 2px;
  background: #000;
  transform-origin: 50% 50%;
}
.header .content .right .function .menu .lis:nth-child(1) {
  top: 0;
}
.header .content .right .function .menu .lis:nth-child(2) {
  width: 60%;
  top: 50%;
  left: 40%;
  transform: translateY(-50%);
}
.header .content .right .function .menu .lis:nth-child(3) {
  top: 98%;
}
.header .content .right .function .active .lis:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.header .content .right .function .active .lis:nth-child(2) {
  display: none;
}
.header .content .right .function .active .lis:nth-child(3) {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
.header .content .right .function .item:hover {
  transform: translateY(-2px);
}
.header .content .right .function .language:hover {
  border-radius: 0;
}
.header .content .right .function .language:hover .icon_bottom {
  transform: rotate(-180deg);
}
.header .content .right .function .language:hover .language_list {
  display: block;
}
.h5_nav {
  position: fixed;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 80px 0;
  transition: 0.7s ease-out;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 10;
}
.h5_nav .left_ {
  position: absolute;
  top: 10%;
  left: 0;
  z-index: -1;
}
.h5_nav .right_ {
  position: absolute;
  bottom: 10%;
  right: 0;
  z-index: -1;
}
.h5_nav .li .head_title {
  padding: 14px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.h5_nav .li .head_title .title,
.h5_nav .li .head_title .iconfont {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  display: inline-block;
  text-transform: uppercase;
}
.h5_nav .li .child {
  display: none;
}
.h5_nav .li .child .lis {
  text-align: right;
}
.h5_nav .li .child .lis .child_head_title {
  padding: 14px 10px 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.h5_nav .li .child .lis .child_head_title .child_title,
.h5_nav .li .child .lis .child_head_title .iconfont {
  font-size: 14px;
  font-weight: 500;
  color: #000;
}
.h5_nav .li .box {
  text-align: right;
}
.h5_nav .child_li .head_title .rotateIcon {
  transform: rotate(90deg);
}
.h5_nav .child_li .child {
  height: 0;
  opacity: 0;
}
.h5_nav .child_li .childActive {
  height: auto;
  opacity: 1;
  display: block;
}
.h5_nav .h5_language {
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.h5_nav .h5_language .box {
  flex: 1;
  text-align: center;
  position: relative;
}
.h5_nav .h5_language .box .link {
  padding: 20px 0;
  font-size: 18px;
  font-weight: 500;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.h5_nav .h5_language .box .link .cover {
  width: 24px;
}
.h5_nav .h5_language .box .link .text {
  padding-left: 6px;
}
.h5_nav .h5_language .box:nth-child(2)::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 1px;
  height: 70%;
  background: rgba(0, 0, 0, 0.3);
}
.h5_nav_active {
  left: 0;
}
.more {
  display: inline-block;
  padding: 10px 0;
  margin-top: 20px;
}
.more .link {
  border-radius: 4px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  color: #fff;
  padding: 0 20px;
  background: #8AC0FB;
}
.tabs {
  padding: 80px 10px;
}
.tabs .tabs_wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.tabs .item {
  padding: 0 14px;
}
.tabs .item .link {
  border-radius: 45px;
  background: #F6F6F6;
  width: 250px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
.tabs .item .link .iconfont,
.tabs .item .link .text {
  font-size: 18px;
  padding: 0 2px;
}
.tabs .item .link .iconfont {
  font-size: 24px;
}
.tabs .active .link {
  background: #8AC0FB;
}
.tabs .active .link .iconfont,
.tabs .active .link .text {
  color: #fff;
}
.search .main {
  margin: auto;
  padding: 120px 0 0;
}
.search .search_form {
  margin-top: 60px;
}
.search .search_form .content {
  width: 60%;
  margin: auto;
}
.search .search_form .content .box {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #cccccc;
}
.search .search_form .content .input {
  border: none;
  font-size: 20px;
  height: 44px;
  line-height: 44px;
}
.search .search_form .content .input:focus {
  border: none;
  box-shadow: none;
}
.search .search_form .content .submit_btn {
  background: none;
  color: #8AC0FB;
  font-size: 24px;
  padding: 0;
}
.search .search_form .content .submit_btn .iconfont {
  font-size: 22px;
}
.search .search_form .content .note {
  margin-top: 10px;
}
.search .search_form .content .note .link {
  width: auto;
  line-height: 1.4;
  font-size: 14px;
  padding: 10px 0;
  white-space: nowrap;
  margin-right: 20px;
}
.banner {
  position: relative;
  overflow: hidden;
}
.banner .cover_box .cover {
  height: auto;
  min-height: 450px;
}
.banner .content {
  position: absolute;
  width: 1660px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-top: 40px;
}
.banner .content .h3 {
  display: inline-block;
  width: auto;
  min-width: 400px;
  height: 64px;
  line-height: 64px;
  color: #fff;
  font-size: 36px;
  opacity: 0.9;
  font-weight: 600;
}
.banner .content .sub .text {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}
.index_swiper {
  overflow: hidden;
}
.index_swiper .item {
  position: relative;
}
.index_swiper .item .cover_box .cover {
  min-height: 500px;
}
.index_swiper .item .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1500px;
}
.index_swiper .item .content .wrap {
  width: 800px;
  padding: 0 10px;
}
.index_swiper .item .content .title {
  font-size: 46px;
  font-weight: 600;
  color: #000;
}
.index_swiper .item .content .sub_head {
  font-size: 24px;
  line-height: 1.2;
  color: #000;
  letter-spacing: 2px;
  margin-bottom: 24px;
}
.index_swiper .item .content .get_scheme {
  display: inline-block;
  height: 44px;
  background: #8AC0FB;
  line-height: 44px;
  border-radius: 45px;
}
.index_swiper .item .content .get_scheme .link {
  color: #fff;
  font-size: 18px;
  padding: 0 24px;
}
.index_swiper .down {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 0 10px 10px #75757517;
  text-align: center;
  line-height: 80px;
  z-index: 8;
  cursor: pointer;
  animation: identifier 1s infinite linear alternate;
}
.index_swiper .down .iconfont {
  font-size: 32px;
  color: #8AC0FB;
}
.service_list .serve_wrap {
  display: flex;
  overflow: hidden;
}
.service_list .serve_wrap .item {
  width: 20%;
  max-width: 35%;
  position: relative;
  transition: 0.6s ease;
}
.service_list .serve_wrap .item .cover_box .cover {
  height: 480px;
  transition: 0.6s ease;
}
.service_list .serve_wrap .item .service_content {
  height: 480px;
}
.service_list .serve_wrap .item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: none;
  transition: 0.6s ease;
  z-index: 2;
}
.service_list .serve_wrap .item .content {
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 1s ease;
  padding-top: 250px;
  z-index: 3;
  text-align: left;
}
.service_list .serve_wrap .item .content .wrap {
  padding: 0 20px;
}
.service_list .serve_wrap .item .content .title {
  color: #fff;
}
.service_list .serve_wrap .item .content .line {
  width: 33px;
  height: 5px;
  border-radius: 2.5px;
  background: #fff;
  margin: 10px 0;
}
.service_list .serve_wrap .item .content .lead {
  color: #fff;
}
.service_list .serve_wrap .item:hover {
  width: 35%;
}
.service_list .serve_wrap .item:hover::before {
  background: rgba(0, 0, 0, 0.3);
}
.service_list .serve_wrap .item:hover .cover {
  transform: scale(1.1);
}
.service_list .serve_wrap .item:hover .content {
  bottom: 0;
}
.service_list .serve_wrap .item:last-child {
  width: 20% !important;
}
.service_list .serve_wrap .item:last-child .service_content {
  padding: 80px 30px 10px;
}
.service_list .serve_wrap .item:last-child .service_content .lead {
  font-size: 24px;
  font-weight: 600;
}
.service_list .serve_wrap .item:last-child .service_content .more {
  color: #8AC0FB;
  font-size: 18px;
  width: auto;
}
.service_list .serve_wrap .item:last-child::before {
  display: none;
}
.core .our_core_swiper {
  padding: 10px 0;
}
.core .our_core_swiper .item {
  position: relative;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  overflow: hidden;
}
.core .our_core_swiper .item .cover {
  height: 350px;
}
.core .our_core_swiper .item .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 50px 20px 0;
  text-align: center;
  background: #fff;
}
.core .our_core_swiper .item .content .iconfont {
  font-size: 38px;
  color: #8AC0FB;
}
.core .our_core_swiper .item .content .title {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 10px;
}
.core .our_core_swiper .item .content .lead {
  overflow-wrap: break-word;
  word-break: keep-all;
}
.core .our_core_swiper .item:hover .cover {
  transform: scale(1.1);
}
.core .our_core_swiper .item:hover .content {
  background: rgba(138, 192, 251, 0.7);
}
.core .our_core_swiper .item:hover .content .iconfont {
  color: #fff;
}
.core .our_core_swiper .item:hover .content .title {
  color: #fff;
}
.core .our_core_swiper .item:hover .content .lead {
  color: #fff;
}
.core .navigation {
  padding: 60px 20px 0 50px;
  text-align: right;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  height: 350px;
  margin-top: 10px;
}
.core .navigation .title {
  font-weight: 600;
  margin-bottom: 10px;
}
.core .navigation .direction {
  margin-top: 30px;
}
.core .navigation .direction .common {
  width: 50px;
  height: 50px;
  border-radius: 18px;
  background: #fff;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  border: 1px solid #e2e2e2;
  margin-left: 20px;
  cursor: pointer;
  user-select: none;
}
.core .navigation .direction .common .iconfont {
  font-size: 20px;
  color: #000;
}
.core .navigation .direction .common:hover {
  background: #8AC0FB;
  border-color: #8AC0FB;
}
.core .navigation .direction .common:hover .iconfont {
  color: #fff;
}
.scope_service {
  position: relative;
  padding: 120px 0 30px;
  background: #F6F7F9;
  user-select: none;
}
.scope_service .cover_box {
  position: relative;
}
.scope_service .cover {
  height: 700px;
  object-fit: contain;
}
.scope_service .head {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  text-align: center;
  justify-content: center;
}
.scope_service .head .title {
  font-weight: 600;
}
.scope_service .date_wrap {
  position: absolute;
  left: 100px;
  bottom: 60px;
  z-index: 8;
}
.scope_service .date_swiper {
  height: 180px;
}
.scope_service .date_swiper .item {
  opacity: 0.1;
}
.scope_service .date_swiper .item .content {
  opacity: 0;
}
.scope_service .date_swiper .swiper-slide-active {
  opacity: 1;
}
.scope_service .date_swiper .swiper-slide-active .content {
  opacity: 1;
}
.scope_service .date {
  display: flex;
  align-items: center;
}
.scope_service .date .day {
  font-size: 50px;
  font-weight: 600;
  color: #8AC0FB;
}
.scope_service .date .content {
  line-height: 1.2;
  padding-left: 10px;
}
.scope_service .date .content .title {
  font-size: 20px;
  font-weight: 600;
}
.video_wrap {
  position: relative;
  height: 80vh;
}
.video_wrap .head {
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  z-index: 3;
  text-align: center;
}
.video_wrap .head .title {
  color: #fff;
}
.video_wrap .head .sub_title {
  color: #fff;
}
.video_wrap .video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video_wrap .video .cover {
  width: 100%;
}
.cooperative_partner {
  background: #f5f5f5;
}
.cooperative_partner .main {
  position: relative;
}
.cooperative_partner .main .head {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cooperative_partner .main .head .title {
  color: #fff;
}
.cooperative_partner .main .head .sub_title {
  color: #fff;
  text-align: c;
}
.cooperative_partner .main .cover_box {
  width: 1760px;
  user-select: none;
}
.cooperative_partner .main .cover_box .cover {
  height: 360px;
}
.cooperative_partner .swiper_main {
  transform: translateY(-30%);
}
.cooperative_partner .partner_swiper {
  padding: 0 60px;
}
.cooperative_partner .partner_swiper .item {
  filter: drop-shadow(0 0 25px #7e7e7e29);
  overflow: hidden;
}
.get_quote {
  position: relative;
}
.get_quote .head {
  flex-wrap: wrap;
  justify-content: center;
}
.get_quote .head .title {
  width: 100%;
  text-align: center;
  color: #fff;
  font-weight: 600;
}
.get_quote .head .sub_title {
  color: #fff;
}
.get_quote .cover {
  height: 500px;
}
.get_quote .main {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1600px;
}
.get_quote .form {
  margin-top: 40px;
}
.get_quote .form .wrap {
  display: flex;
}
.get_quote .form .wrap .item {
  width: 25%;
  padding: 0 10px;
}
.get_quote .form .wrap .item .box {
  display: flex;
  align-items: center;
  height: 60px;
  background: #fff;
  user-select: none;
}
.get_quote .form .wrap .item .iconfont {
  font-size: 20px;
  margin-left: 10px;
}
.get_quote .form .wrap .item .input {
  border: none;
  outline: none;
  box-shadow: none;
}
.get_quote .form .wrap .item .input:focus {
  border: none;
}
.get_quote .form .wrap .input_message {
  width: 40%;
}
.get_quote .form .wrap .input_submit {
  width: 10%;
  padding: 0 0 0 10px;
}
.get_quote .form .wrap .input_submit .btn {
  background: #8AC0FB;
  color: #fff;
  text-align: center;
  height: 60px;
  line-height: 60px;
  width: 100%;
  padding: 0;
}
.footer {
  padding-top: 60px;
}
.footer .logo {
  text-align: center;
}
.footer .logo .cover_box .cover {
  width: auto;
  max-width: 400px;
}
.footer .content {
  padding: 80px 0 30px;
}
.footer .content .footer_list .title {
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 600;
}
.footer .content .footer_list .ul {
  margin-top: 10px;
}
.footer .content .footer_list .ul .li .link {
  font-size: 14px;
  font-weight: 500;
  padding: 6px 0;
  transition: 0.3s ease-out;
}
.footer .content .footer_list .ul .li .link .iconfont {
  padding-right: 4px;
}
.footer .content .footer_list .ul .li .link:hover {
  transform: skew(6deg) translateX(10px);
  color: #8AC0FB;
}
.footer .content .blogroll_list {
  padding-top: 14px;
  display: flex;
}
.footer .content .blogroll_list .b_li {
  margin-right: 10px;
}
.footer .content .blogroll_list .cover_box {
  width: 30px;
  height: 30px;
}
.footer .content .right .lead {
  padding: 10px 0;
  text-align: center;
}
.footer .content .right .spread {
  display: flex;
  justify-content: flex-end;
  padding-top: 20px;
}
.footer .content .right .spread .box {
  padding: 0 10px;
}
.footer .content .right .spread .link {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #8AC0FB;
  color: #fff;
  text-align: center;
  line-height: 40px;
}
.footer .content .right .spread .link:hover {
  transform: translateY(-6px);
}
.footer .copyright {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 24px 0;
  text-align: center;
  background: #e7e7e7;
}
.footer .copyright span,
.footer .copyright .link {
  width: auto;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 20px;
}
.about_us .content {
  padding: 42px 50px 0 0;
}
.about_us .content .title {
  color: #8AC0FB;
  font-weight: 600;
  line-height: 1.8;
}
.about_us .content .sub_head {
  font-size: 24px;
  font-weight: 600;
  padding: 16px 0;
}
.about_us .content .lead {
  font-size: 14px;
  line-height: 2;
  color: #484848;
}
.about_us .content .more {
  width: 180px;
  height: 50px;
  border-radius: 45px;
  background: #8AC0FB;
  text-align: center;
  line-height: 50px;
  margin-top: 40px;
  position: relative;
}
.about_us .content .more .link {
  font-size: 18px;
  color: #fff;
}
.about_us .content .more::before {
  content: '';
  width: 16px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 22px;
  opacity: 0;
  transition: 0.3s ease;
}
.about_us .content .more::after {
  content: '';
  width: 16px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 22px;
  opacity: 0;
  transition: 0.3s ease;
}
.about_us .content .more:hover::before {
  left: 30px;
  opacity: 1;
}
.about_us .content .more:hover::after {
  right: 30px;
  opacity: 1;
}
.about_us .company {
  position: relative;
}
.about_us .company .cover {
  object-fit: contain;
}
.about_us .company::after {
  content: '';
  position: absolute;
  bottom: 20px;
  right: 0;
  width: 200px;
  height: 100px;
  background: #8AC0FB;
  z-index: -1;
}
.about_us .company .cover_box {
  padding: 20px;
  padding-right: 60px;
}
.about_us .company .list {
  position: absolute;
  bottom: 50px;
  left: 0;
}
.about_us .company .list .box {
  padding: 20px;
  text-align: center;
  color: #fff;
}
.about_us .company .list .box .name .text {
  font-size: 50px;
}
.about_us .company .list .box .name .ide {
  font-size: 28px;
}
.about_us .company .list .box .lead {
  color: #fff;
  font-size: 18px;
}
.about_us .company .explain {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 300px;
  height: 130px;
  background: #8AC0FB;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding: 0 20px;
}
.about_us .company .explain .iconfont {
  font-size: 60px;
}
.about_us .company .explain .lead {
  padding-left: 20px;
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}
.achievement .main {
  margin-top: 60px;
}
.achievement .main .box {
  text-align: center;
}
.achievement .main .box .num {
  font-size: 48px;
  font-weight: 600;
  color: #8AC0FB;
}
.achievement .main .box .ide {
  font-size: 24px;
  font-weight: 600;
}
.mission_swiper .item .cover {
  height: 600px;
}
.mission_swiper .item .content .wrap .title {
  color: #fff;
  font-size: 28px;
  margin-bottom: 12px;
}
.mission_swiper .item .content .wrap .sub_head {
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: normal;
  color: #fff;
}
.mission_swiper .swiper-pagination-bullet {
  opacity: 1;
  background: #fff;
}
.mission_swiper .swiper-pagination-bullet-active {
  background: #8AC0FB;
  width: 20px;
  border-radius: 12px;
}
.partner {
  background: #F9F9F9;
}
.partner .list {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}
.partner .list .cover_box {
  width: 20%;
  text-align: center;
  transition: 0.4s ease;
  padding: 10px;
}
.partner .list .cover_box:hover .cover {
  background: #fff;
  transform: scale(1.12);
}
.honor .content {
  width: 70%;
}
.honor .content .title {
  font-weight: 600;
}
.honor .content .lead {
  padding: 12px 0;
  line-height: 2;
}
.honor .content .cover {
  max-width: 230px;
}
.honor .right .direction {
  padding-bottom: 20px;
  user-select: none;
}
.honor .right .direction .h_left {
  margin-right: 20px;
  cursor: pointer;
}
.honor .right .direction .h_left .iconfont {
  font-size: 34px;
  color: #B2B2B2;
}
.honor .right .direction .h_right {
  cursor: pointer;
}
.honor .right .direction .h_right .iconfont {
  font-size: 34px;
  color: #B2B2B2;
}
.honor .right .direction .common:hover .iconfont {
  color: #8AC0FB;
}
.honor .right .honor_swiper .item {
  cursor: pointer;
  padding: 0 5px;
}
.honor .right .honor_swiper .item .box {
  padding: 4px;
  background: #EEEEEE;
}
.honor .right .honor_swiper .item .cover {
  object-fit: contain;
}
.honor .right .honor_swiper .item .lead {
  padding: 8px 10px 4px;
  text-align: center;
  font-size: 13px;
}
.serve_list .item {
  padding: 60px 0;
}
.serve_list .item .serve_wrap {
  display: flex;
}
.serve_list .item .box {
  padding: 0 30px;
}
.serve_list .item .content {
  padding: 20px 30px;
}
.serve_list .item .x_line {
  width: 67px;
  height: 4px;
  border-radius: 3px;
  background: #8AC0FB;
  margin: 10px 0 20px;
}
.serve_list .item .lead {
  line-height: 2;
  margin-bottom: 10px;
}
.serve_list .item .cover_box {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}
.serve_list .item .cover_box .cover {
  height: 450px;
}
.serve_list .item .cover_box:hover .cover {
  transform: scale(1.1);
}
.serve_list .item ul > li {
  list-style: initial;
  line-height: 2;
  color: #000;
}
.serve_list .item:nth-child(even) {
  background: #f5f5f5;
}
.serve_list .item:nth-child(even) .serve_wrap {
  display: flex;
  flex-flow: row-reverse;
}
.service_wrap {
  padding: 60px 0;
  background: #F9F9F9;
}
.introduction {
  padding: 30px 0;
}
.introduction .introduction_swiper .swiper_page {
  text-align: initial;
  padding-left: 23%;
}
.introduction .cover_box {
  height: 400px;
}
.introduction .cover_box .cover {
  height: 100%;
}
.introduction .content {
  padding: 10px 0;
}
.introduction .content .title {
  font-size: 22px;
  line-height: 32px;
  color: #000;
  font-weight: 600;
}
.introduction .content .date {
  font-size: 18px;
  color: #9F9F9F;
  line-height: 28px;
  padding: 16px 0;
}
.introduction .content .lead {
  font-size: 16px;
  line-height: 34px;
  color: #9F9F9F;
}
.introduction .content .more {
  margin-top: 30px;
}
.introduction .content .more .link {
  width: 200px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  border-radius: 27px;
  background: #8AC0FB;
  color: #fff;
}
.introduction .content .more .link .iconfont,
.introduction .content .more .link span {
  font-size: 16px;
  line-height: 26px;
}
.introduction .swiper_page .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 0.6;
  background: #fff;
}
.introduction .swiper_page .swiper-pagination-bullet-active {
  width: 20px;
  border-radius: 6px;
  opacity: 1;
}
.information_list {
  padding: 30px 0;
}
.information_list .item {
  margin-bottom: 30px;
}
.information_list .item .link {
  overflow: hidden;
  transition: 0.4s ease;
  position: relative;
  border-radius: 4px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  padding: 14px;
  background: #F6F6F6;
}
.information_list .item .link .date {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  color: #fff;
  background: #8AC0FB;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  opacity: 0;
}
.information_list .item .link .date .day {
  font-size: 28px;
  font-weight: 600;
}
.information_list .item .link .date .text {
  font-size: 16px;
  padding-top: 4px;
  border-bottom: 1px solid #828282;
}
.information_list .item .link .cover_box {
  height: 280px;
}
.information_list .item .link .cover_box .cover {
  height: 100%;
}
.information_list .item .link .cover_box:hover .cover {
  transform: scale(1.1);
}
.information_list .item .link .content {
  padding: 20px 7px;
}
.information_list .item .link .content .name {
  font-size: 18px;
  color: #000;
  line-height: 30px;
  font-weight: 500;
}
.information_list .item .link .content .lead {
  font-size: 14px;
  line-height: 28px;
  color: #9F9F9F;
  margin-top: 10px;
}
.information_list .item .link:hover {
  background: #fff;
}
.information_list .item .link:hover .date {
  opacity: 1;
}
.details {
  overflow-x: hidden;
}
.details .cover_box {
  max-width: 560px;
  margin: 30px auto;
}
.details .lead {
  font-size: 14px;
  line-height: 2.2;
/*  text-indent: 2em;*/
  padding: 6px 0;
  font-weight: 400;
}
.details .content_cover {
  padding: 20px 0;
  text-align: center;
}
.details .content_cover .cover {
  display: inline-block;
  max-width: 47%;
  padding: 0 10px;
}
.news_main .page {
  display: none;
}
.news_main .active {
  display: block;
}
.contact .list {
  margin-top: 30px;
  padding: 30px 0;
}
.contact .list .item {
  border: 1px solid #dcdcdc;
  border-radius: 6px;
  padding: 20px 20px 0;
  margin-bottom: 30px;
  min-height: 120px;
  display: flex;
  transition: 0.7s ease-in-out;
}
.contact .list .item .icon .iconfont {
  font-size: 44px;
  color: #DBDBDB;
}
.contact .list .item .content {
  padding-left: 20px;
}
.contact .list .item .content .name {
  font-size: 20px;
  color: #000;
  font-weight: 600;
}
.contact .list .item .content .text {
  font-size: 16px;
  color: #787878;
  line-height: 26px;
  margin-top: 8px;
}
.message_box {
  background: #F8F8F8;
}
.message_box .left_cover .cover {
  object-fit: contain;
}
.message_box .right_content {
  padding: 30px 0;
}
.message_box .title {
  font-size: 36px;
  color: #000;
  font-weight: 600;
  text-align: left;
}
.message_box .lead {
  font-size: 20px;
  color: #ABABAB;
  line-height: 30px;
  margin-top: 10px;
  text-align: left;
}
.message_box .form {
  margin-top: 30px;
}
.message_box .form .item {
  margin-bottom: 20px;
}
.message_box .form .box {
  padding: 0;
}
.message_box .form .input_box {
  padding-left: 10px;
}
.message_box .form .input {
  height: 60px;
  font-size: 16px;
  padding: 0 20px;
}
.message_box .form .layui-form-select .layui-input {
  padding: 0 20px;
  height: 60px;
  font-size: 16px;
}
.message_box .form .textarea {
  padding: 20px 20px;
  font-size: 16px;
}
.message_box .form .btn_box {
  margin-top: 20px;
}
.message_box .form .btn_box .btn {
  background: #8AC0FB;
  min-width: 180px;
  height: 50px;
  font-size: 18px;
  padding: 0;
}
.message_box .right {
  padding-top: 30px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-end;
}
.message_box .right .cover_box {
  width: 480px;
  height: 480px;
}
.message_box .right .cover_box .cover {
  height: 100%;
}
.message_box .right .text {
  font-size: 20px;
  color: #000;
  text-align: center;
  margin-top: 20px;
}
.map_wrap {
  padding-bottom: 40px;
}
.map_wrap .map {
  height: 500px;
  background: #f5f5f5;
}
