/*聚诚在线（jc128.net）安全--简单--易用*/
* {
  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;
}
.container_padding {
  padding: 100px 0;
}
.container_content_padding {
  padding-top: 60px;
}
ul,
li {
  list-style: none;
}
html,
body {
  overflow-x: hidden;
}
@font-face {
  font-family: 'Daikoku';
  src: url('../font-family/Daikoku.ttf');
}
html,
body {
  overflow-x: hidden;
  font-family: Daikoku;
}
body {
  padding-top: 72px;
}
a,
.link {
  display: inline-block;
  width: 100%;
}
a:hover {
  text-decoration: none;
}
a:focus {
  text-decoration: none;
}
img {
  vertical-align: middle;
  object-fit: cover;
}
.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;
  padding: 0 10px;
}
.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);
}
.title {
  font-size: 36px;
  line-height: 36px;
  font-weight: 600;
  color: #000;
}
.sub_head {
  font-size: 20px;
  line-height: 30px;
  color: #4E4E4E;
  font-weight: 500;
}
.lead {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  color: #000;
  margin-bottom: 0;
}
.img_bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.head {
  text-align: center;
  margin-bottom: 60px;
}
.head .title {
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
  color: #202C5C;
}
.head .sub_head {
  width: 80%;
  font-size: 20px;
  line-height: 30px;
  color: #000;
  font-weight: 500;
  margin: 20px auto;
}
@keyframes business {
  0% {
    transform: translateY(-4px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(4px);
  }
}
@keyframes our_sinion1 {
  0% {
    transform: translateY(-10px);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  }
  100% {
    transform: translateY(0);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  }
}
@keyframes animateCover {
  0% {
    transform: scale(1.05) translate(4%, 4%);
  }
  100% {
    transform: scale(1) translate(0, 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: #017A47;
}
.paging .nav_box .pagination .active a {
  background-color: #017A47;
  border-color: #017A47;
  color: #fff;
}
.modal .modal-content {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 600px;
  width: 100%;
  padding: 30px 20px 0;
}
.modal .modal-content .modal_body {
  padding-top: 10px;
}
.modal .modal-content .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #eee;
  border-radius: 45px;
  padding-right: 10px;
}
.modal .modal-content .item .input {
  height: 44px;
  flex: 1;
  border: 0;
  border-radius: 45px 0 0 45px;
  padding: 0 10px;
  color: #000;
}
.modal .modal-content .item .input:focus {
  box-shadow: none;
}
.modal .modal-content .item .submit {
  cursor: pointer;
  background: none;
  border: none;
}
.modal .modal-content .item .submit .iconfont {
  font-size: 20px;
  color: #999;
}
.modal .modal-content .item .submit .iconfont:hover {
  color: #D02126;
}
.modal .modal-content .history {
  padding-top: 20px;
}
.modal .modal-content .history .h3 {
  font-size: 14px;
  color: #000;
}
.modal .modal-content .history .list {
  padding-top: 10px;
  display: flex;
  flex-wrap: wrap;
}
.modal .modal-content .history .list .li {
  padding: 8px 0;
}
.modal .modal-content .history .list .li .link {
  padding: 0 14px;
  font-size: 14px;
  color: #000;
}
.modal .modal-content .history .list .li .link:hover {
  color: #D02126;
}
.modal .modal-footer .btn {
  background-color: #202C5C;
  border-color: #202C5C;
  padding: 6px 24px;
}
.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: #ffffff;
  z-index: 20;
  transition: 0.4s ease-out;
}
.header .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .content .logo {
  flex: none;
  height: 50px;
}
.header .content .logo .cover {
  width: 118px;
  height: 50px;
  object-fit: contain;
}
.header .content .right {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header .content .right .nav {
  display: flex;
  align-items: center;
  transition: 0.6s ease-in-out;
}
.header .content .right .nav .li {
  padding: 0 12px;
  position: relative;
}
.header .content .right .nav .li .link {
  font-size: 16px;
  color: #000;
  padding: 28px 10px;
  font-weight: 500;
}
.header .content .right .nav .li .link:hover {
  color: #202C5C;
}
.header .content .right .nav .active .link {
  color: #202C5C;
  font-weight: 600;
}
.header .content .right .search {
  padding: 10px 12px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  transition: 0.3s ease-in;
}
.header .content .right .search .iconfont {
  font-size: 16px;
  font-weight: 500;
  color: #202C5C;
}
.header .content .right .search:hover {
  background: #202C5C;
}
.header .content .right .search:hover .iconfont {
  color: #fff;
}
.header .content .right .language_wrap {
  margin-left: 24px;
  display: flex;
  justify-content: flex-end;
}
.header .content .right .language_wrap .wrap {
  position: relative;
}
.header .content .right .language_wrap .wrap .select {
  display: inline-block;
  border-radius: 4px;
  padding: 10px;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: 0.3s ease-in;
}
.header .content .right .language_wrap .wrap .select .cover_box .cover {
  width: 20px;
  height: 14px;
}
.header .content .right .language_wrap .wrap .select .text {
  font-size: 16px;
  color: #000;
  font-weight: 500;
  padding: 0 6px;
}
.header .content .right .language_wrap .wrap .select .iconfont {
  margin-top: 2px;
  font-size: 18px;
  color: #000;
  font-weight: 500;
  transition: 0.3s ease-in;
}
.header .content .right .language_wrap .wrap .select:hover .text,
.header .content .right .language_wrap .wrap .select:hover .iconfont {
  color: #000;
}
.header .content .right .language_wrap .wrap .select:hover .iconfont {
  transform: rotate(-180deg);
}
.header .content .right .language_wrap .language_list {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  display: none;
  padding: 6px 0;
  background: #fff;
}
.header .content .right .language_wrap .language_list .li .link {
  display: inline-block;
  padding: 4px;
  border-radius: 4px;
  padding: 4px 12px;
  display: flex;
  align-items: center;
}
.header .content .right .language_wrap .language_list .li .link .cover_box .cover {
  width: 20px;
  height: 14px;
}
.header .content .right .language_wrap .language_list .li .link .text {
  font-size: 14px;
  line-height: 26px;
  color: #000;
  font-weight: 500;
  padding-left: 6px;
}
.header .content .right .menu {
  cursor: pointer;
  width: 26px;
  height: 16px;
  position: relative;
  display: none;
}
.header .content .right .menu .lis {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  transition: all 0.3s ease;
  border-radius: 2px;
  background: #333;
  transform-origin: 50% 50%;
}
.header .content .right .menu .lis:nth-child(1) {
  top: 0;
}
.header .content .right .menu .lis:nth-child(2) {
  width: 60%;
  top: 50%;
  left: 40%;
  transform: translateY(-50%);
}
.header .content .right .menu .lis:nth-child(3) {
  top: 98%;
}
.header .content .right .active .lis:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.header .content .right .active .lis:nth-child(2) {
  display: none;
}
.header .content .right .active .lis:nth-child(3) {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
.header_default {
  background: rgba(255, 255, 255, 0.7);
}
.header_200 {
  background: rgba(255, 255, 255, 0.8);
}
.header_400 {
  background: rgba(255, 255, 255, 0.9);
}
.header_600 {
  background: #ffffff;
}
.title_line {
  height: 1px;
  margin: 20px 0 30px;
  position: relative;
}
.title_line::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-5px);
  width: 10%;
  height: 5px;
  border-radius: 6px;
  background: #202C5C;
}
.up_down .content {
  padding: 50px 0;
  border-top: 1px solid #EEEEEE;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.up_down .content .left .box {
  padding: 10px 0;
}
.up_down .content .left .box .name {
  font-size: 18px;
  color: #000;
}
.up_down .content .left .box .link {
  width: auto;
  font-size: 18px;
  color: #A4A3A3;
}
.up_down .content .left .box:hover .name,
.up_down .content .left .box:hover .link {
  color: #202C5C;
}
.up_down .content .right .link {
  width: 160px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 45px;
  color: #fff;
  font-size: 16px;
  background: #202C5C;
}
.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%;
}
.crumbs .list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.crumbs .list a {
  width: auto;
  padding: 19px 0;
  display: flex;
  align-items: center;
}
.crumbs .list .iconfont {
  padding: 0 6px;
}
.crumbs .list .iconfont,
.crumbs .list a {
  font-size: 16px;
  font-weight: 500;
  color: #000;
}
.crumbs .list .link:hover .iconfont,
.crumbs .list .link:hover a {
  color: #202C5C;
  font-weight: 600;
}
.classify {
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.classify .item {
  margin: 0 20px 20px 0;
}
.classify .item .link {
  padding: 14px 0;
  font-size: 16px;
  font-weight: 500;
  color: #393939;
  border-radius: 7px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  min-width: 180px;
  text-align: center;
  background: #F3F3F3;
}
.classify .active .link {
  background: #202C5C;
  color: #fff;
}
.footer {
  background: #202C5C;
}
.footer .main .list .title {
  font-size: 16px;
  letter-spacing: 1px;
  color: #fff;
  font-weight: 600;
}
.footer .main .list .ul {
  margin-top: 10px;
}
.footer .main .list .ul .li .link {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  font-weight: 500;
  padding: 6px 0;
  transition: 0.3s ease-out;
}
.footer .main .list .ul .li .link .iconfont {
  padding-right: 4px;
}
.footer .main .list .ul .li .link:hover {
  transform: skew(6deg) translateX(-10px);
  color: yellow;
}
.footer .main .right .lead {
  padding: 10px 0;
  color: #fff;
  text-align: center;
}
.footer .copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 24px 0;
  text-align: center;
}
.footer .copyright span,
.footer .copyright .link {
  width: auto;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  font-weight: 500;
  padding: 0 10px;
}
.index .banner_swiper .item {
  position: relative;
}
.index .banner_swiper .item #mui-player {
  height: 100vh !important;
}
.index .banner_swiper .item #mui-player .progress {
  display: none;
}
.index .banner_swiper .item .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1200px;
  padding: 30px;
  border-radius: 4px;
}
.index .banner_swiper .item .content .title {
  width: 70%;
  font-size: 42px;
  line-height: 52px;
  font-weight: 600;
  color: #fff;
}
.index .banner_swiper .item .content .lead {
  width: 80%;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  color: #fff;
  margin: 20px 0;
}
.index .banner_swiper .item .content .btn_box {
  margin-top: 40px;
}
.index .banner_swiper .item .content .btn_box .link {
  width: 290px;
  padding: 16px 0;
  text-align: 0;
  border-radius: 45px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  position: relative;
}
.index .banner_swiper .item .content .btn_box .link span {
  padding-right: 10px;
}
.index .banner_swiper .item .content .btn_box .link span,
.index .banner_swiper .item .content .btn_box .link i {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}
.index .banner_swiper .item .content .btn_box .link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  transition: 0.4s ease-in-out;
  background: transparent;
  z-index: -1;
}
.index .banner_swiper .item .content .btn_box .link:hover {
  border-color: transparent;
}
.index .banner_swiper .item .content .btn_box .link:hover::before {
  width: 100%;
  background: linear-gradient(85.77deg, #c36f9f 0%, #202c5c 100%);
}
.index .banner_swiper .swiper-pagination {
  bottom: 20px;
}
.index .banner_swiper .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #fff;
  opacity: 0.7;
}
.index .banner_swiper .swiper-pagination .swiper-pagination-bullet-active {
  width: 30px;
  border-radius: 6px;
  opacity: 1;
}
.index .business .item .cover_box .cover {
  min-height: 700px;
}
.index .business .item .menu_content {
  display: none;
}
.index .business .menu {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  display: flex;
  align-items: flex-end;
}
.index .business .menu .menu_content {
  width: 20%;
  height: 100%;
  position: relative;
  cursor: pointer;
  transition: 0.4s ease-in-out;
}
.index .business .menu .menu_content .wrap {
  position: absolute;
  bottom: -10%;
  left: 0;
  width: 100%;
  padding: 30px;
  display: flex;
  flex-direction: column;
  text-align: center;
  transition: 0.4s ease-in-out;
}
.index .business .menu .menu_content .icon .cover {
  animation: business 2s infinite linear alternate;
}
.index .business .menu .menu_content .title {
  font-size: 24px;
  color: #fff;
  line-height: 34px;
  margin: 20px 0;
}
.index .business .menu .menu_content .lead {
  color: #fff;
  text-align: left;
  opacity: 0;
}
.index .business .menu .menu_content .btn_box {
  opacity: 0;
  display: inline-block;
  width: auto;
  margin: 40px auto;
}
.index .business .menu .menu_content .btn_box .link {
  border: 1px solid #fff;
  padding: 10px 30px;
  display: flex;
  align-items: center;
  border-radius: 45px;
  transition: 0.4s ease-in-out;
  overflow: hidden;
}
.index .business .menu .menu_content .btn_box .link span {
  padding-right: 8px;
}
.index .business .menu .menu_content .btn_box .link span,
.index .business .menu .menu_content .btn_box .link i {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}
.index .business .menu .menu_content .btn_box .link:hover {
  background: linear-gradient(85.77deg, #c36f9f 0%, #202c5c 100%);
}
.index .business .menu .active {
  background: linear-gradient(180deg, #202c5c00 0%, #202c5c 100%);
  height: 100%;
}
.index .business .menu .active .wrap {
  top: 50%;
  transform: translateY(-50%);
  justify-content: center;
  align-items: center;
}
.index .business .menu .active .lead {
  opacity: 1;
}
.index .business .menu .active .btn_box {
  opacity: 1;
}
.index .about {
  overflow: hidden;
}
.index .about .main {
  position: relative;
}
.index .about .main::before {
  content: '';
  position: absolute;
  bottom: -10%;
  right: -2%;
  width: 40%;
  height: 400px;
  border-radius: 0 100px;
  background: #fff;
}
.index .about .main .title {
  font-size: 26px;
  color: #fff;
  font-weight: 500;
  padding: 20px 30px;
  background: linear-gradient(98.63deg, #202c5c 0%, #202c5c00 100%);
  margin-bottom: 20px;
}
.index .about .main .btn_box {
  display: inline-block;
  width: auto;
  margin: 40px auto;
}
.index .about .main .btn_box .link {
  padding: 12px 30px;
  display: flex;
  align-items: center;
  border-radius: 45px;
  background: linear-gradient(85.77deg, #c36f9f 0%, #202c5c 100%);
}
.index .about .main .btn_box .link span {
  padding-right: 8px;
}
.index .about .main .btn_box .link span,
.index .about .main .btn_box .link i {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}
.index .about .main .about_banner .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background: #fff;
}
.index .about .main .about_banner .swiper-pagination .swiper-pagination-bullet-active {
  width: 30px;
  border-radius: 4px;
}
.index .company_news .main .left {
  padding: 10px;
  transition: 0.6s ease-in-out;
}
.index .company_news .main .left .news_swiper .item:hover .cover {
  transform: scale(1.05);
}
.index .company_news .main .left:hover {
  background: linear-gradient(85.77deg, #c36f9f 0%, #202c5c 100%);
}
.index .company_news .main .right .content {
  display: none;
}
.index .company_news .main .right .active {
  display: block;
}
.index .company_news .main .right .date .day {
  font-size: 80px;
  font-weight: 600;
  color: #202C5C;
  transition: 0.3s ease-out;
}
.index .company_news .main .right .date .year {
  font-size: 22px;
  font-weight: 600;
  color: #979797;
}
.index .company_news .main .right .title {
  font-size: 24px;
  line-height: 32px;
  margin: 10px 0;
}
.index .company_news .main .right .more {
  margin: 20px 0;
  display: inline-block;
}
.index .company_news .main .right .more .link {
  border: 1px solid #CCCCCC;
  width: 210px;
  padding: 16px 0;
  text-align: center;
  transition: 0.4s ease-in-out;
}
.index .company_news .main .right .more .link span {
  position: relative;
  font-size: 16px;
  color: #676767;
}
.index .company_news .main .right .more .link span::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -26px;
  width: 16px;
  height: 2px;
  background: #676767;
}
.index .company_news .main .right .more .link span::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -26px;
  width: 16px;
  height: 2px;
  background: #676767;
}
.index .company_news .main .right .more .link:hover {
  background: linear-gradient(85.77deg, #c36f9f 0%, #202c5c 100%);
}
.index .company_news .main .right .more .link:hover span {
  color: #fff;
}
.index .company_news .main .right .more .link:hover span::after,
.index .company_news .main .right .more .link:hover span::before {
  background: #fff;
}
.index .company_news .main .right .menu {
  margin-top: 10px;
  transform: translateX(-15px);
}
.index .company_news .main .right .menu .item {
  padding: 8px;
  background: #F6F6F6;
  cursor: pointer;
  transition: 0.2s ease-out;
}
.index .company_news .main .right .menu .item:hover .cover {
  transform: scale(1.05);
}
.index .company_news .main .right .menu .active {
  background: #202C5C;
}
.about_us .desc {
  padding: 40px 0 100px;
}
.about_us .desc .cover_wrap {
  position: relative;
}
.about_us .desc .cover_wrap .cover1 {
  width: 90%;
}
.about_us .desc .cover_wrap .cover1 .cover {
  height: 100%;
}
.about_us .desc .cover_wrap .cover2 {
  position: absolute;
  right: -5%;
  bottom: -10%;
}
.about_us .desc .cover_wrap .cover2 .cover {
  height: 100%;
}
.about_us .desc .content {
  /*padding-left: 80px;*/
  padding-top: 30px;
}
.about_us .desc .content .title {
  font-size: 30px;
  color: #000;
  font-weight: 600;
  margin-bottom: 10px;
}
.about_us .desc .content .wrap {
  margin-top: 30px;
}
.about_us .desc .content .lead,
.about_us .desc .content p {
  font-size: 16px;
  color: #000;
  /*text-indent: 2em;*/
  line-height: 30px;
  margin-bottom: 10px;
}
.about_us .our_vision .head .title {
  color: #fff;
}
.about_us .our_vision .head .sub_head {
  color: #fff;
}
.about_us .our_vision .list {
  margin-top: 50px;
}
.about_us .our_vision .list .item {
  height: 310px;
  text-align: center;
  box-shadow: 0 0 46px #00000026;
  padding: 20px 30px;
  border-radius: 100px 0;
}
.about_us .our_vision .list .item .cover_box {
  background: #fff;
  border-radius: 50%;
  width: auto;
  display: inline-block;
  padding: 10px;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  position: relative;
  top: -50px;
  animation: our_sinion1 4s infinite linear alternate-reverse;
}
.about_us .our_vision .list .item .cover_box .cover {
  width: 40px;
}
.about_us .our_vision .list .item .title {
  color: #fff;
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 1px;
}
.about_us .our_vision .list .item .lead {
  color: #fff;
  margin-top: 20px;
}
.about_us .our_vision .list .col_md:nth-child(1) .item {
  background: linear-gradient(219.63deg, #c7df8f 0%, #1ea4ae 100%);
}
.about_us .our_vision .list .col_md:nth-child(2) .item {
  background: linear-gradient(45deg, #d74177 0%, #ffe98a 100%);
}
.about_us .our_vision .list .col_md:nth-child(3) .item {
  background: linear-gradient(44.37deg, #bec95b 0%, #ffc400 100%);
}
.about_us .our_vision .list .col_md:nth-child(4) .item {
  background: linear-gradient(44.37deg, #d18cf3 0%, #73b8fe 100%);
}
.about_us .philosophy .right {
  position: relative;
}
.about_us .philosophy .right .cover_box {
  width: 96%;
}
.about_us .philosophy .right .cover_box .cover {
  animation: animateCover 4s infinite linear alternate-reverse;
}
.about_us .philosophy .right::before {
  content: '';
  position: absolute;
  bottom: -10%;
  right: 0;
  width: 70%;
  height: 40%;
  z-index: -1;
  background: linear-gradient(85.77deg, #c36f9f 0%, #202c5c 100%);
}
.about_us .honors {
  position: relative;
}
.about_us .honors .bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  z-index: -1;
  background: linear-gradient(270deg, #4d5c97 0%, #202c5c 100%);
}
.about_us .honors .bg .title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1600px;
  padding: 30px;
  letter-spacing: 3px;
  color: #fff;
  opacity: 0.3;
  font-size: 80px;
}
.about_us .honors .honors_swiper {
  padding: 10px;
}
.about_us .honors .honors_swiper .item {
  padding: 10px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.about_us .honors .honors_swiper .item:hover .cover {
  transform: scale(1.05);
}
.about_us .partner {
  background: #F6F6F6;
}
.about_us .partner .head .title {
  text-align: left;
}
.about_us .partner .head .sub_head {
  text-align: left;
  width: 100%;
}
.about_us .partner .head .line {
  margin-top: 20px;
  height: 1px;
  background: #E6E6E6;
}
.about_us .partner .list .item {
  background: #fff;
  margin-bottom: 30px;
  border: 2px solid #fff;
  transition: 0.3s ease-out;
}
.about_us .partner .list .item .cover_box {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.about_us .partner .list .item:hover {
  border-color: #202C5C;
}
.services .main .list {
  margin-top: 30px;
  padding-bottom: 50px;
}
.services .main .list .item {
  padding: 30px 0;
  margin-bottom: 30px;
}
.services .main .list .item .row {
  display: flex;
  flex-wrap: wrap;
}
.services .main .list .item .row .col_md {
  padding: 0 40px;
}
.services .main .list .item .row .col_md .cover_box {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.services .main .list .item .row .col_md .cover_box:hover .cover {
  transform: scale(1.05);
}
.services .main .list .item .row .col_md .content {
  padding: 20px 0;
}
.services .main .list .item .row .col_md .content .link {
  margin-top: 40px;
  overflow: hidden;
  border-radius: 4px;
  width: 200px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  transition: 0.4s ease-out;
}
.services .main .list .item .row .col_md .content .link:hover {
  background: linear-gradient(85.77deg, #c36f9f 0%, #202c5c 100%);
}
.services .main .list .item:nth-child(odd) .left {
  position: relative;
}
.services .main .list .item:nth-child(odd) .left::before {
  content: '';
  position: absolute;
  bottom: -10%;
  left: -7%;
  width: 100%;
  height: 40%;
  background: #202C5C;
  z-index: -1;
}
.services .main .list .item:nth-child(odd) .content .link {
  background: linear-gradient(271.47deg, #c16d9e 0%, #bd6b9c00 100%);
}
.services .main .list .item:nth-child(even) .row {
  flex-direction: row-reverse;
}
.services .main .list .item:nth-child(even) .left {
  position: relative;
}
.services .main .list .item:nth-child(even) .left::before {
  content: '';
  position: absolute;
  bottom: -10%;
  right: -7%;
  width: 100%;
  height: 40%;
  background: #202C5C;
  z-index: -1;
  opacity: 0.2;
}
.services .main .list .item:nth-child(even) .content .link {
  background: #202C5C;
}
.details {
  background: #FBFBFB;
}
.details .main {
  padding: 50px 0 40px;
}
.details .main .title {
  font-size: 34px;
  color: #000;
  text-align: center;
  line-height: 48px;
  font-weight: 600;
}
.details .main .xianau {
  padding: 15px 0;
  text-align: center;
  border-bottom: 1px solid #EEEEEE;
  margin-bottom: 40px;
}
.details .main .author {
  padding: 30px 0;
  text-align: center;
  border-bottom: 1px solid #EEEEEE;
  margin-bottom: 50px;
}
.details .main .author span {
  font-size: 16px;
  color: #B5B5B5;
  line-height: 28px;
  padding: 0 30px;
}
.details .main .content p,
.details .main .content div,
.details .main .content span.lead {
  font-size: 16px;
  line-height: 32px;
  color: #464646;
  /*text-indent: 2em;*/
  margin-bottom: 10px;
}
.details .main .content .cover_box {
  margin: 20px 0;
  width: 96%;
}
.case .main .list {
  padding: 40px 0;
}
.case .main .list .item {
  margin-bottom: 30px;
  padding: 10px;
}
.case .main .list .item .link {
  padding: 10px;
  border-radius: 4px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
.case .main .list .item .link .content {
  text-align: center;
  padding: 14px 0 10px;
}
.case .main .list .item .link .content .title {
  font-size: 18px;
  line-height: 26px;
}
.case .main .list .item .link .content .lead {
  margin-top: 8px;
  color: #AEAEAE;
}
.case .main .list .item .link:hover .cover {
  transform: scale(1.05);
}
.case .main .list .item .link:hover .content {
  background: #202C5C;
}
.case .main .list .item .link:hover .content .title {
  color: #fff;
}
.case .main .list .item .link:hover .content .lead {
  color: #fff;
}
.news .main {
  padding-bottom: 30px;
  display: none;
}
.news .main .introduction {
  padding: 30px 0;
}
.news .main .introduction .cover_box {
  height: 460px;
}
.news .main .introduction .cover_box .cover {
  height: 100%;
}
.news .main .introduction .content {
  padding: 20px 0;
}
.news .main .introduction .content .title {
  font-size: 22px;
  line-height: 32px;
  color: #000;
  font-weight: 600;
}
.news .main .introduction .content .date {
  font-size: 18px;
  color: #9F9F9F;
  line-height: 28px;
  padding: 16px 0;
}
.news .main .introduction .content .lead {
  font-size: 16px;
  line-height: 34px;
  color: #9F9F9F;
}
.news .main .introduction .content .btn_box {
  padding-top: 30px;
}
.news .main .introduction .content .btn_box .link {
  padding: 16px 0;
  max-width: 200px;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  background: #202C5C;
  border-radius: 45px;
  text-align: center;
  display: flex;
  align-items: center;
  width: auto;
  justify-content: center;
  transition: 0.4s ease-in-out;
}
.news .main .introduction .content .btn_box .link .text {
  padding-right: 10px;
}
.news .main .introduction .content .btn_box .link:hover {
  background: linear-gradient(85.77deg, #c36f9f 0%, #202c5c 100%);
}
.news .main .introduction .swiper_page {
  width: 50%;
}
.news .main .introduction .swiper_page .swiper-pagination-bullet {
  background: #fff;
  width: 10px;
  height: 10px;
  opacity: 0.6;
}
.news .main .introduction .swiper_page .swiper-pagination-bullet-active {
  width: 20px;
  border-radius: 6px;
  opacity: 1;
}
.news .main .news_list {
  margin-top: 30px;
  padding-bottom: 50px;
}
.news .main .news_list .item {
  margin-bottom: 30px;
}
.news .main .news_list .item .link {
  padding: 20px;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  transition: 0.5s ease-in;
}
.news .main .news_list .item .link .date {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  background: linear-gradient(85.77deg, #c36f9f 0%, #202c5c 100%);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 0 0 0 8px;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.news .main .news_list .item .link .date .year {
  font-size: 24px;
  color: #fff;
  font-weight: 600;
}
.news .main .news_list .item .link .date .time {
  font-size: 14px;
  color: #fff;
}
.news .main .news_list .item .link .cover_box {
  height: 280px;
}
.news .main .news_list .item .link .cover_box .cover {
  height: 100%;
}
.news .main .news_list .item .link .content {
  padding: 20px 0;
}
.news .main .news_list .item .link .content .name {
  font-size: 18px;
  color: #000;
  line-height: 30px;
  font-weight: 500;
}
.news .main .news_list .item .link .content .lead {
  font-size: 14px;
  line-height: 28px;
  color: #9F9F9F;
  margin-top: 10px;
}
.news .main .news_list .item .link:hover {
  background: #202C5C;
}
.news .main .news_list .item .link:hover .cover {
  transform: scale(1.05);
}
.news .main .news_list .item .link:hover .date {
  opacity: 1;
}
.news .main .news_list .item .link:hover .content .name {
  color: #fff;
}
.news .main .news_list .item .link:hover .content .lead {
  color: #fff;
}
.news .active {
  display: block;
}
.contact_us .main .information .title {
  text-align: center;
}
.contact_us .main .information .subhead {
  font-size: 16px;
  line-height: 26px;
  color: #B8B8B8;
  text-align: center;
  padding: 10px 0;
}
.contact_us .main .information .mobile {
  text-align: center;
  font-size: 26px;
  color: #202C5C;
  font-weight: 600;
  margin-top: 20px;
}
.contact_us .main .information .list {
  margin-top: 30px;
  padding: 30px 0;
}
.contact_us .main .information .list .item {
  border: 1px solid #dcdcdc;
  border-radius: 6px;
  padding: 20px;
  margin-bottom: 30px;
  min-height: 122px;
  display: flex;
  transition: 0.7s ease-in-out;
}
.contact_us .main .information .list .item .icon .iconfont {
  font-size: 44px;
  color: #DBDBDB;
}
.contact_us .main .information .list .item .content {
  padding-left: 20px;
}
.contact_us .main .information .list .item .content .name {
  font-size: 20px;
  color: #000;
  font-weight: 600;
}
.contact_us .main .information .list .item .content .text {
  font-size: 16px;
  color: #787878;
  line-height: 26px;
  margin-top: 8px;
}
.contact_us .main .information .list .item:hover {
  background: linear-gradient(85.77deg, #c36f9f 0%, #202c5c 100%);
}
.contact_us .main .information .list .item:hover .icon .iconfont {
  color: #fff;
}
.contact_us .main .information .list .item:hover .content .name {
  color: #fff;
}
.contact_us .main .information .list .item:hover .content .text {
  color: #fff;
}
.contact_us .main .information .map {
  height: 540px;
  margin-top: 20px;
  background: #F5F5F5;
}
.contact_us .main .message_box {
  background: #F8F8F8;
}
.contact_us .main .message_box .left_cover .cover {
  object-fit: contain;
}
.contact_us .main .message_box .right_content {
  padding: 30px 0;
}
.contact_us .main .message_box .title {
  font-size: 36px;
  color: #000;
  font-weight: 600;
  text-align: left;
}
.contact_us .main .message_box .lead {
  font-size: 20px;
  color: #ABABAB;
  line-height: 30px;
  margin-top: 10px;
  text-align: left;
}
.contact_us .main .message_box .form {
  margin-top: 30px;
}
.contact_us .main .message_box .form .item {
  margin-bottom: 20px;
}
.contact_us .main .message_box .form .box {
  padding: 0;
}
.contact_us .main .message_box .form .input_box {
  padding-left: 10px;
}
.contact_us .main .message_box .form .input {
  height: 60px;
  font-size: 16px;
  padding: 0 20px;
}
.contact_us .main .message_box .form .textarea {
  padding: 20px 20px;
  font-size: 16px;
}
.contact_us .main .message_box .form .btn_box {
  margin-top: 20px;
}
.contact_us .main .message_box .form .btn_box .btn {
  background: #202C5C;
  min-width: 180px;
  height: 50px;
  font-size: 18px;
  padding: 0;
}
.contact_us .main .message_box .right {
  padding-top: 30px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-end;
}
.contact_us .main .message_box .right .cover_box {
  width: 480px;
  height: 480px;
}
.contact_us .main .message_box .right .cover_box .cover {
  height: 100%;
}
.contact_us .main .message_box .right .text {
  font-size: 20px;
  color: #000;
  text-align: center;
  margin-top: 20px;
}
