@charset "UTF-8";
.header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 222;
  background: #fff;
  border-bottom:1px solid #E5EBEF;
}

.header .d1 .logo {
  flex-shrink: 0;
}

.header .d1 .logo img {
  width: 150px;
}

.header .d1 .nav li {
  margin-right: 80px;
  position: relative;
}

.header .d1 .nav li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
  color: #49596d;
}

.header .d1 .nav li a::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 4px;
  transition: width 0.3s;
  width: 0;
  height: 4px;
  background: url("../img/nav_line.png") no-repeat bottom center;
  background-size: 100% 100%;
}

.header .d1 .nav li:hover a,
.header .d1 .nav li.on a {
  color: #000;
}

.header .d1 .nav li:hover a::after,
.header .d1 .nav li.on a::after {
  width:80px;
}



.header .d1 .nav li .v2 {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 140px;
  padding: 10px 0;
  display: none;
  background-color: #fff;
  border-radius: 0px 0px 10px 10px;
}

.header .d1 .nav li .v2 li {
  margin: 0;
}

.header .d1 .nav li .v2 li a {
  padding: 8px 10px;
  text-align: center;
  display: block;
  color: #49596d;
}

.header .d1 .nav li .v2 li a::after {
  display: none;
}

.header .d1 .nav li .v2 li:hover a {
  color: #0b109f;
}

.header .d1 .nav li:hover .v2 {
  display: block;
}
.header .d1 .sou {
  position: relative;
  cursor: pointer;
  margin: 0 40px 0 30px;
}

.header .d1 .searchform {
  width: 180px;
  display:none;
  height: 40px;
  background: #f5f6f7;
  border:1px solid #e5ebef;
  border-radius: 20px;
  padding: 0 16px;
  position: absolute;
  top: 50px;
  left: -40px;
}
.header .d1 .search{
  height:40px;
}
.header .d1 .search .int {
  margin-right: 6px;
}

.header .d1 .search .int input {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  background: none;
  font-size: inherit;
}

.header .d1 .search .int input::-webkit-input-placeholder {
  color: #8195a5;
}

.header  .lang {
  padding: 20px 0 20px 0;
  margin-left:40px;
  flex-shrink: 0;
  position: relative;
  font-weight: 500;
  font-family: "Roboto-Bold";
}
.header .d1 .lang::before {
  content: "";
  width: 1px;
  height: 30px;
  background: #e5ebef;
  position: absolute;
  left:-30px;
  top:50%;
  transform: translateY(-50%);
}
.header  .lang i{
  margin-left:10px;
}

.header  .lang .v2 {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  padding:0 0 10px 0;
  display: none;
  background-color: #fff;
  border-radius: 0px 0px 10px 10px;
}

.header  .lang .v2 li {
  margin: 0;
}

.header  .lang .v2 li a {
  padding: 8px 10px;
  text-align: center;
  display: block;
  color: #49596d;
}

.header  .lang .v2 li a::after {
  display: none;
}

.header  .lang .v2 li:hover a {
  color: #0b109f;
}

.header .d1 .lang:hover .v2 {
  display: block;
}

.banner {
  position: relative;
}

.banner img {
  display: block;
}

.banner .swp-dot {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 2;
  bottom: 75px;
}

.banner .swp-dot .swiper-pagination {
  bottom: auto;
  position: relative;
  display: flex;
  width: 100%;
}

.banner .swp-dot .swiper-pagination .swiper-pagination-bullet {
  flex: 1;
  height: 4px;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.4);
  position: relative;
}

.banner .swp-dot .swiper-pagination .swiper-pagination-bullet::before {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  top: -38px;
  color: #fff;
  text-align: left;
}

.banner
  .swp-dot
  .swiper-pagination
  .swiper-pagination-bullet:nth-child(1)::before {
  content: "01";
}

.banner
  .swp-dot
  .swiper-pagination
  .swiper-pagination-bullet:nth-child(2)::before {
  content: "02";
}

.banner
  .swp-dot
  .swiper-pagination
  .swiper-pagination-bullet:nth-child(3)::before {
  content: "03";
}

.banner
  .swp-dot
  .swiper-pagination
  .swiper-pagination-bullet:nth-child(4)::before {
  content: "04";
}

.banner
  .swp-dot
  .swiper-pagination
  .swiper-pagination-bullet:nth-child(5)::before {
  content: "05";
}

.banner .swp-dot .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
}

.vmore {
  padding: 0 12px;
  height: 42px;
  transition: all ease 0.3s;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.3);
}

.vmore i {
  margin-left: 14px;
}

.vmore:hover {
  background: var(--color);
  border-color: var(--color);
  color: #fff;
}

.vmore.vmore2 {
  border-color: rgba(255, 255, 255, 0.3);
  color: #fff;
}

.g-type {
  margin-bottom: 58px;
}

.g-type .cat {
  position: relative;
  z-index: 1;
}

.g-type .cat .cn img {
  width: 116px;
  margin-left: 30px;
}

.g-type .cat .en {
  margin-top: -36px;
  position: relative;
  z-index: -1;
  font-family: "Roboto";
  font-weight: bold;
  color: transparent;
  text-stroke: 1px rgba(11, 15, 159, 0.2);
  -webkit-text-stroke: 1px rgba(11, 15, 159, 0.2);
}

.g-type.g-type2 {
  color: #fff;
}

.g-type.g-type2 .cat .en {
  text-stroke: 1px rgba(255, 255, 255, 0.2);
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.2);
}

/* ind1 */
.ind1 .info .list li {
  margin-top: 60px;
}

.ind1 .info .list li .item .item-num {
  position: relative;
  padding-right: 39px;
  margin-right: 25px;
  text-align: right;
}

.ind1 .info .list li .item .item-num .num {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-width: 130px;
  color: var(--color);
}

.ind1 .info .list li .item .item-num .unit {
  position: absolute;
  top: -15px;
  width: 30px;
  height: 30px;
  background: #0b109f;
  border-radius: 50%;
  color: #fff;
  right: 0;
}

.ind1 .video {
  width: 45.15%;
  flex-shrink: 0;
  margin-left: 48px;
  position: relative;
  padding: 0 22px 23px 0;
  z-index: 1;
}

.ind1 .video .spt {
  display: block;
}

.ind1 .video .bimg {
  position: relative;
}

.ind1 .video .play {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ind1 .video .play img {
  width: 76px;
}

.ind1 .video video {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  display: none;
}

.ind1 .video::after {
  content: "";
  width: calc(100% - 22px);
  height: calc(100% - 23px);
  border-radius: 10px;
  border: 4px solid #ced2d8;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

/* ind2 */
.ind2 {
  background: #f5f6f7;
  position: relative;
  z-index: 1;
  padding: 247px 0 80px;
}



.ind2 .row1 {
  position: absolute;
  width: 100%;
  left: 0;
  top: 110px;
}

.ind2 .row2 ul {
  height: 60px;
  border-radius: 30px;
  border: 2px solid #ffffff;
  background: linear-gradient(
    180deg,
    rgba(11, 16, 159, 0.06),
    rgba(11, 16, 159, 0)
  );
  padding: 6px;
}

.ind2 .row2 ul li {
  padding: 10px 25px;
  min-width: 180px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  color: #49596d;
}

.ind2 .row2 ul li:hover {
  color: var(--color);
}

.ind2 .row2 ul li.active {
  background: #0b109f;
  color: #fff;
}

.ind2 .tablist {
  padding-top: 60px;
  position: relative;
}

.ind2 .tablist .tabcont {
  position: relative;
  display: none;
  padding:0 110px;
}

.ind2 .tablist .tabcont:nth-child(1) {
  display: block;
}

.ind2 .tablist .tabcont .swp-jt {
  position: absolute;
  right: 0;
  width:100%;
  top:50%;
  transform: translateY(-50%);
  z-index: 1;
}

.ind2 .tablist .tabcont .swp-jt .jt {
  width: 56px;
  height: 56px;
  background: var(--color);
  border-radius: 50%;
  cursor: pointer;
  color: #fff;
}

.ind2 .tablist .tabcont .swp-jt .jt:hover {
  background: var(--color);
  color: #fff;
}

.ind2 .tablist .item .item-pic {
  width: 536px;
  height: 536px;
  flex-shrink: 0;
  padding: 80px;
  position: relative;
  z-index: 1;
}

.ind2 .tablist .item .item-pic::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url("../img/bgk3.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-animation: roate 25s linear infinite;
  -moz-animation: roate 25s linear infinite;
  -o-animation: roate 25s linear infinite;
  animation: roate 25s linear infinite;
}

.ind2 .tablist .item .item-info {
  padding-left: 76px;
}

.ind2 .tablist .item .item-info .item-attr {
  margin: 48px 0 90px;
}

.ind2 .tablist .item .item-info .item-attr li {
  margin-bottom: 35px;
}

.ind2 .tablist .item .item-info .item-attr li:last-child {
  margin-bottom: 0;
}

.ind2 .tablist .item .item-info .item-attr li .tit {
  flex-shrink: 0;
  font-weight: 500;
  margin-right: 14px;
}

.ind2 .tablist .item .item-info .item-link a {
  padding: 12px 34px;
  background: var(--color);
  color: #fff;
  border-radius: 24px;
  display: block;
}

.ind2 .tablist .item .item-info .item-link a:hover {
  opacity: 0.88;
}

.ind2 .pzDiv {
  position: relative;
}

.ind2 .next-pro {
  width: 480px;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
}

.ind2 .next-pro .item-tit1 {
  color: #49596d;
}

.ind2 .next-pro .item-pic {
  margin: 100px 0 50px;
  width: 246px;
  height: 246px;
  background: #fff;
  border-radius: 50%;
  border: 2px solid #eef2f8;
  padding: 35px;
}

.ind2 .next-pro .item-pic img {
  width: 100%;
}

/* ind3 */
.ind3 {
  color: #fff;
}

.ind3 .slides {
  max-width: 840px;
}

.ind3 .item {
  position: relative;
}

.ind3 .item .fitImg {
  padding-top: 75%;
}

.ind3 .item .item-tit {
  width: calc(100% - 80px);
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding: 22px 50px;
  color: #fff;
  background: #0b109f;
  border-radius: 60px 0px 10px 0px;
}

.ind3 .item .item-tit .xh {
  padding-right: 40px;
  margin-right: 40px;
  flex-shrink: 0;
  position: relative;
}

.ind3 .item .item-tit .xh::after {
  content: "";
  width: 1px;
  height: 32px;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.ind3 .item .item-tit .tit {
  max-width: 410px;
  flex: 1;
  overflow: hidden;
}

.ind3 .info {
  width: 34.5%;
  flex-shrink: 0;
  max-width: 547px;
  margin-left: 110px;
}

.ind3 .info .item-tit {
  padding-bottom: 50px;
  position: relative;
  margin-bottom: 50px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
}

.ind3 .info .item-tit img {
  width: 28px;
  opacity: 0.8;
}

.ind3 .info .item-tit img.dh1 {
  margin-top: 36px;
  margin-left: -46px;
}

.ind3 .info .item-tit img.dh2 {
  margin-top: -21px;
}

.ind3 .info .item-tit .tit {
  margin: 0 25px 0 15px;
}

.ind3 .info .item-tit::after {
  content: "";
  width: 160px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: -1px;
}

.ind3 .info .item-desc {
  line-height: 1.8;
}

.ind3 .slides {
  position: relative;
}

.ind3 .slides .jt {
  position: absolute;
  right: 0;
  bottom: 22px;
  z-index: 1;
}

.ind3 .slides .jt a {
  display: flex;
  align-items: center;
  margin-right: 40px;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  transition: all ease 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.6);
  color: rgba(255, 255, 255, 0.6);
}

.ind3 .slides .jt a:hover {
  background: #fff;
  color: var(--color);
}

/* ind5 */
.ind5 .item {
  background: #fff;
  padding: 50px 58px;
  transition: ease-in 0.3s;
}

.ind5 .item .riqi .year {
  margin: 10px 0 20px 0;
}

.ind5 .item .item-pic {
  margin: 25px 0;
}

.ind5 .item .item-desc {
  -webkit-line-clamp: 3;
}

.ind5 .item .item-link {
  margin-top: 36px;
  color: #49596d;
}

.ind5 .item .item-link i {
  margin-left: 10px;
}

.ind5 .item:hover {
  background: #0f51be;
  color: #fff;
}

.ind5 .item:hover .item-link {
  color: #fff;
}

.ind5 .swiper-pagination {
  display: none;
}

/* ind6 */
.ind6 .list li .item {
  background: #ffffff;
  box-shadow: 0px 4px 20px 0px rgba(15, 81, 190, 0.16);
  border-radius: 10px;
  height:81px;display: flex;
  align-items:center;
  justify-content: center;
  padding:15px;
  overflow:hidden;
}
.ind6 .list li .item .bimg{
    max-height: 95%;
}
.ind6 .list li .item  img{
    width:auto!important;
    max-height:95%!important;
}

/* footer */
.footer {
  background: #0B109F;
  color: #fff;
}

.footer .ft1 {
  padding:40px 0;
}

.footer .ft1 .logo img {
  width: 160px;
}

.footer .ft1 .logo .txt {
  padding-left: 18px;
  margin-left: 18px;
  position: relative;
  margin-top: 4px;
}

.footer .ft1 .logo .txt::after {
  content: "";
  width: 1px;
  height: 18px;
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.footer .ft1 .search {
  margin-left: 60px;
  width: 300px;
  height: 40px;
  padding: 0 15px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.footer .ft1 .search .int input {
  background: none;
  color: #fff;
  width: 100%;
}

.footer .ft1 .search .int input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.footer .ft1 .search button {
  padding-left: 16px;
  margin-left: 10px;
  background: none;
  color: rgba(255, 255, 255, 0.5);
  position: relative;
}

.footer .ft1 .search button::before {
  content: "";
  width: 1px;
  height: 18px;
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.footer .ft2 {
  padding:45px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}





.footer .ft2 .col2 {
  flex-shrink: 0;
}

.footer .ft2 .col2 li {
  width: 150px;
  text-align: center;
  margin-left: 80px;
}

.footer .ft2 .col2 li .pic {
  width: 150px;
  height: 150px;
  background: url("../img/bg_qrcode.png") no-repeat center center;
  background-size: 100% 100%;
  padding: 11px;
  margin-bottom: 12px;
}

.footer .copyright {
  padding: 12px 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
}

.footer .copyright a {
  color: rgba(255, 255, 255, 0.5);
}

.footer .copyright a:hover {
  color: rgba(255, 255, 255, 0.8);
}

@keyframes masked-animation-txt {
  0% {
    background-position: 0 0;
  }
  to {
    background-position: -100% 0;
  }
}

/* inner */
.inner-slide {
  color: #fff;
  padding: 160px 0;
}

.inner-slide .txt {
  font-weight: bold;
  background: linear-gradient(
    270deg,
    #abb3bc 0,
    #d5d8dd 5%,
    #f5f9fe 10%,
    #f5f9fe 90%,
    #d5d8dd 95%,
    #abb3bc
  );
  background-clip: text;
  -webkit-background-clip: text;
  background-size: 200% 100%;
  line-height: 1.4;
  -webkit-text-fill-color: transparent;
  animation: masked-animation-txt 5s linear infinite;
}

.news .news-list {
  padding: 50px 0 0 0;
}

.news .news-list li .item {
  background: #fff;
  border-radius: 10px;
  padding: 25px 30px;
  border: 1px solid #e5ebef;
}

.news .news-list li .item .item-date .date1 {
  color: #000;
}

.news .news-list li .item .item-date .date1 .line {
  margin: 0 8px;
  font-weight: normal;
}

.news .news-list li .item .item-date .date2 {
  color: #8195a5;
  line-height: 1.3;
}

.news .news-list li .item .item-info {
  padding-left: 30px;
  margin-left: 30px;
  position: relative;
}

.news .news-list li .item .item-info::before {
  content: "";
  width: 1px;
  height: 46px;
  background: #e5ebef;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.news .news-list li .item .item-info .desc {
  margin-top: 14px;
  line-height: 1.6;
  color: #000;
}

.news .news-list li:hover .item .tit {
  color: var(--color);
}

.news .pages {
  margin: 0;
}

.pages {
  margin-top: 50px;
}

.pages li {
  margin-left: 22px;
}

.pages li a {
  width: 22px;
  height: 22px;
  color: #49596d;
}

.pages li.prev,
.pages li.next {
  border: 1px solid #49596d;
}

.pages li:hover a,
.pages li.on a {
  background: var(--color);
  color: #fff;
}

/* detail */
.crumbs {
  padding: 24px 0;
  flex-wrap:wrap;
}

.crumbs img {
  width: 20px;
  margin-right: 15px;
}

.crumbs i {
  margin: 0 14px;
}

.crumbs a {
  color: #8195a5;
}

.crumbs a:hover {
  color: var(--color);
}

.crumbs span {
  font-weight: bold;
}

.detail .news-tit {
  text-align: center;
  margin: 50px 0 0;
}

.detail .news-attr {
  color: #49596d;
  margin: 24px 0 36px;
}

.detail .news-cont {
  line-height: 1.8;
}

.detail .news-cont .sub-tit {
  display: flex;
  align-items: center;
  margin-bottom: 38px;
}

.detail .news-cont .sub-tit em {
  min-width: 240px;
  height: 40px;
  padding: 11px 19px;
  display: flex;
  align-items: center;
  color: #fff;
  background: linear-gradient(-90deg, rgba(11, 16, 159, 0), #0b109f);
  border-radius: 20px 0px 0px 20px;
}

.detail .news-keys {
  margin: 30px 0 40px;
  padding: 17px 30px;
  background: #f5f6f7;
  border-radius: 6px;
}

.detail .news-keys .tit {
  flex-shrink: 0;
  margin-right: 15px;
}

.detail .news-keys .cont a {
  color: #0f51be;
  margin-right: 28px;
}

.detail .news-keys .cont a:hover {
  color: var(--color);
}

.detail .news-cont img {
  max-width: 100% !important;
  height: auto !important;
}

.detail .news-sxp {
  margin-bottom: 80px;
  color: #000;
}

.detail .news-sxp li {
  display: flex;
  align-items: center;
  max-width: 48%;
}

.detail .news-sxp li .tit {
  flex-shrink: 0;
}

.detail .news-sxp li a {
  color: #0f51be;
  font-weight: bold;
}

.detail .news-sxp li a:hover {
  color: var(--color);
}

.detail .news-sxp li span {
  color: #8195a5;
}

/* honor */
.subcat {
  margin-bottom: 50px;
}

.subcat ul {
  overflow-x: auto;
  padding-bottom: 0.15rem;
}

.subcat li {
  margin: 0 25px;
}

.subcat li a {
  min-width: 150px;
  display: block;
  text-align: center;
  padding: 10px 25px;
  white-space: nowrap;
  border-radius: 24px;
  border: 1px solid #a5b7c5;
  color: #49596d;
}

.subcat li:hover a,
.subcat li.on a {
  background: url("../img/nav_cur2.png") no-repeat;
  background-size: 100% 100%;
  color: #0b109f;
  font-weight: bold;
  border-color: transparent;
}

.honor li .item {
  background: url("../img/bgk1.png") no-repeat top center;
  background-size: 100% 100%;
  padding: 40px 28px;
  text-align: center;
}

.honor li .item .item-pic {
  height: 284px;
  margin-bottom: 40px;
}

.honor li .item .item-pic img {
  width: auto;
  max-height: 100%;
}

/* product */
.product .list li .item {
  background: #eef2f8;
  border-radius: 10px;
  padding: 10px;
}

.product .list li .item .cont {
  position: relative;
}

.product .list li .item .cont .item-logo {
  position: absolute;
  left: 0;
  top: 0;
}

.product .list li .item .cont .item-logo img {
  width: 64px;
}

.product .list li .item .cont .item-tit {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 17px 16px;
  background: #fff;
}

.product .list li .item .cont .item-tit .link {
  margin-left: 25px;
  flex-shrink: 0;
}

.product .list li .item .cont .item-tit .link img {
  width: 22px;
}

.product .list li .item .cont .fitImg {
  padding-top: 100%;
}

/* search */
.search-box {
  background: none;
}

.search-box .search2 {
  max-width: 1000px;
  background: #0b109f;
  box-shadow: 0px 5px 10px 0px rgba(15, 20, 136, 0.2);
  border-radius: 10px;
  margin: 0 auto;
  margin-top: -32px;
  padding: 4px 0 4px 4px;
}

.search-box .search2 .int input {
  width: 100%;
  height: 56px;
  background: #fff;
  padding: 0 15px;
  border-radius: 8px;
}

.search-box .search2 button {
  padding: 0 26px;
  background: none;
  color: #fff;
}

.search-box .history {
  background: #fff;
  border: 1px solid #e5ebef;
  padding: 38px 40px 20px 40px;
  margin: 80px 0 50px;
}

.search-box .history .cont {
  position: relative;
  min-height: 260px;
}

.search-box .history .his-tit {
  margin-bottom: 30px;
}

.search-box .history .his-list {
  padding-left: 15px;
}

.search-box .history .his-list li {
  margin-bottom: -8px;
  position: relative;
}

.search-box .history .his-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: #0b109f;
  border-radius: 50%;
}

.search-box .history .his-list li a {
  color: #0b109f;
}

.search-box .history .his-list li:hover a {
  color: var(--color);
  text-decoration: underline;
}

.search-box .history .nodata {
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  color: #49596d;
}

.search-box .history .nodata img {
  width: 293px;
}

.search-box .history .his-cont {
  position: relative;
}

.search-box .history .his-cont::before {
  content: "";
  width: 1px;
  height: 180px;
  background: #e2ebef;
  position: absolute;
  left: -22px;
  top: 40px;
}

.search-box .search-list li {
  margin-bottom: 40px;
}

.search-box .search-list li .item {
  background: #eef2f8;
  padding: 20px;
  position: relative;
  z-index: 1;
  align-items: stretch;
}

.search-box .search-list li .item .item-pic {
  width: 240px;
  flex-shrink: 0;
}

.search-box .search-list li .item .item-pic .fitImg {
  padding-top: 100%;
}

.search-box .search-list li .item .item-logo {
  position: absolute;
  z-index: 2;
  top: 10px;
  left: 10px;
  border-radius: 0;
}

.search-box .search-list li .item .item-logo img {
  width: 64px;
  border-radius: 0;
}

.search-box .search-list li .item .item-info {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  color: #000;
}

.search-box .search-list li .item .item-info .attr .dd {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  position: relative;
  border-radius: 2px;
}

.search-box .search-list li .item .item-info .attr .dd .tit {
  flex-shrink: 0;
  padding-left: 10px;
  font-weight: 500;
  position: relative;
}

.search-box .search-list li .item .item-info .attr .dd .tit::before {
  content: "";
  width: 4px;
  height: 16px;
  background: var(--color);
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.search-box .search-list li .item .item-info .link {
  color: var(--color);
}

/* equip */



.equip .col-left{
  width:100%;
}
.equip .col-left .item {
  position: relative;
}

.equip .col-left .item .item-tit {
  width: 76px;
  height: 316px;
  position: absolute;
  top: 0;
  left: 80px;
  z-index: 1;
  color: #fff;
  text-align: center;
  background: url("../img/bar_tit.png") no-repeat top center;
  background-size: 100% 100%;
  line-height: 1.2;
  overflow: hidden;
}
.equip .col-left .swiper-slide .item .fitImg {
    padding-top:56.25%;
}
.equip .col-left .item .item-tit span {
  width: 36px;
  display: block;
  margin: -15px 0 0 -5px;
}

.equip .col-right{
  margin-top:30px;
}
.equip .col-right .swiper-slide .item {
  position: relative;
  height: 100%;
  z-index:1;
}
.equip .col-right .swiper-slide .item .fitImg{
    position:relative;
}
.equip .col-right .swiper-slide .item .fitImg:before{
    content:"";
    width:100%;
    height:100%;
    background:rgba(129, 149, 165,.5);
    position:absolute;
    left:0;
    top:0;
    z-index:0;
}

.equip .col-right .swiper-slide .item .fitImg {
  padding-top:56.25%;
  background: #788187;
  border-radius: 10px;
  background-size: cover;
  border: 3px solid #a6acb0;
}

.equip .col-right .swiper-slide.swiper-slide-thumb-active .item .fitImg,.equip .col-right .swiper-slide.active .item .fitImg{
  border: 3px solid var(--color);
}

.equip .col-right .swiper-slide.swiper-slide-thumb-active .item .fitImg::before,.equip .col-right .swiper-slide.active .item .fitImg::before {
  opacity:0;
}

.g-type2 {
  position: relative;
  margin-bottom: 80px;
}

.g-type2 .cn .tit {
  margin: 0 35px;
}

.g-type2 .cn img {
  width: 116px;
}

.g-type2 .en {
  margin-top: -36px;
  position: relative;
  z-index: -1;
  font-family: "Roboto";
  font-weight: bold;
  color: transparent;
  text-stroke: 1px rgba(11, 15, 159, 0.2);
  -webkit-text-stroke: 1px rgba(11, 15, 159, 0.2);
}

/* contact */
.contact .cont1 li .item {
  padding: 45px 60px;
  background: #fff;
  box-shadow: 0px 4px 20px 0px rgba(15, 81, 190, 0.16);
  border-radius: 10px;
}

.contact .cont1 li .item .icon {
  width: 110px;
  height: 110px;
  background: #0b109f;
  border-radius: 50%;
  flex-shrink: 0;
  margin-right: 40px;
}

.contact .cont1 li .item .icon img {
  width: 68px;
}

.contact .cont1 li .item .info .title {
  font-weight: 500;
  margin-bottom: 20px;
}

.contact .cont1 li .item .info .cont .dd {
  margin-top: 15px;
}

.contact .cont1 li .item .info .cont .dd .tit {
  margin-right: 11px;
}

.contact .cont1 li .item .info .cont .dd .tit img {
  width: 16px;
  margin-right: 6px;
}

.contact .cont2 {
  position: relative;
  background: #fff url("../img/bg_lx2.png") no-repeat top center;
  background-size: 100%;
}

.contact .cont2 .map {
  height: 600px;
  background: #ffffff;
  border-radius: 10px;
}

.contact .cont2 .list li {
  margin-top: 60px;
}

.contact .cont2 .list li .item .item-tit {
  margin-bottom: 30px;
}

.contact .cont2 .list li .item .item-tit .tit {
  min-width: 240px;
  height: 40px;
  padding: 0 19px;
  font-weight: 500;
  display: flex;
  align-items: center;
  color: #fff;
  background: linear-gradient(270deg, rgba(11, 16, 159, 0), #0b109f);
  border-radius: 20px 0px 0px 20px;
}

.contact .cont2 .list li .item .item-cont {
  padding-left: 18px;
  color: #49596d;
}

.contact .cont2 .list li .item .item-cont p {
  margin-bottom: 20px;
}

.contact .cont2 .list li .item .item-cont p strong {
  color: #000;
}

/* 合作客户 */
.partner .list {
  padding: 30px 0 120px;
}

.partner li {
  margin: 0 10px -40px 10px;
}

.partner li .item {
  width: 176px;
  height: 200px;
  display: flex;
  align-items: center;
  padding: 15px;
  justify-content: center;
  background: url("../img/dbx.png") no-repeat center center;
  background-size: 100% 100%;
}

.partner li .item img {
  width: 165px;
}

/* about */
.about .ab1 .row1 li .item {
  background: #f5f7fa;
  border-radius: 10px;
  padding: 22px 34px;
}

.about .ab1 .row1 li .item .icon {
  flex-shrink: 0;
  margin-right: 25px;
}

.about .ab1 .row1 li .item .icon img {
  width: 110px;
}

.about .ab1 .row1 li .item .info .num {
  margin-top: 15px;
}

.about .ab1 .row2 {
  margin-top: 90px;
}

.about .ab1 .row2 .g-type {
  margin-bottom: 48px;
}

.about .ab1 .row2 .col1 .txt2 {
  color: #0b109f;
  margin: 20px 0 25px 0;
}

.about .ab1 .row2 .col1 .txt3 {
  line-height: 1.7;
}

.about .ab1 .row2 .col1 .txt3 p {
  margin-bottom: 15px;
}

.about .ab1 .row2 .col1 .link {
  margin-top: 36px;
}

.about .ab1 .row2 .col1 .link a {
  height: 48px;
  padding: 0 26px;
  background: rgba(11, 15, 159, 0.1);
  color: var(--color);
  border-radius: 24px;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about .ab1 .row2 .col1 .link a.a1 {
  background: var(--color);
  color: #fff;
}

.about .ab1 .row2 .col1 .link a:hover {
  opacity: 0.88;
}

.about .ab1 .row2 .col2 {
  width: 630px;
  flex-shrink: 0;
  margin-left: 98px;
}

.about .ab1 .row2 .col2 .slides {
  position: relative;
  padding: 40px 40px 0 30px;
}

.about .ab1 .row2 .col2 .slides::after {
  content: "";
  width: 260px;
  height: 260px;
  background: #0f51be;
  position: absolute;
  right: 0;
  top: 0;
}

.about .ab1 .row2 .col2 .slides::before {
  content: "";
  width: 80px;
  height: 80px;
  background: #ff7a39;
  position: absolute;
  left: 0;
  bottom: 0;
}

.about .ab1 .row2 .col2 .slides .dot {
  position: absolute;
  top: 48px;
  left: 0;
}

.about .ab1 .row2 .col2 .slides .dot .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #8195a5;
  background: #fff;
  opacity: 1;
}

.about .ab1 .row2 .col2 .slides .dot .swiper-pagination-bullet-active {
  background: #0b109f;
}

.about .ab2 {
  color: #fff;
}

.about .ab2 li {
    width:100%;
  max-width: 300px;
}

.about .ab2 li .item {
  text-align: center;
}

.about .ab2 li .item .icon {
  width: 122px;
  height: 122px;
  background: url("../img/ky1.png") no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
}

.about .ab2 li .item .icon img {
  width: 48px;
}

.about .ab2 li .item .tit {
  margin: 18px 0;
}

.about .ab2 li .item .desc {
  text-align: center;
  line-height: 1.8;
}

.about .ab3 {
  background: #f7fafc;
}

.about .ab3 .slides {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 120px 0 0 0;
}

.about .ab3 .slides .bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.about .ab3 .slides .his-slides {
  position: relative;
  padding: 0 74px 0 140px;
}

.about .ab3 .slides .his-slides::before {
  content: "";
  width: 100%;
  height: 112px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url("../img/bg_line1.png") no-repeat top left;
  background-size: 100% 100%;
}

.about .ab3 .slides .his-slides::after {
  content: "";
  width: 46px;
  height: 46px;
  position: absolute;
  background: url("../img/icon_lc.png") no-repeat center;
  background-size: 100% 100%;
  top: 50%;
  left: 35px;
  transform: translateY(-50%);
}

.about .ab3 .slides .item {
  min-height: 200px;
  padding-left: 36px;
  position: relative;
}

.about .ab3 .slides .item::before {
  content: "";
  width: 22px;
  height: 181px;
  position: absolute;
  left: 0;
  top: 0;
  background: url("../img/his_line1.png") no-repeat left top;
  background-size: 100%;
}

.about .ab3 .slides .item::after {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  left: 6px;
  bottom: -5px;
  background: url("../img/dot1.png") no-repeat center;
  background-size: 100% 100%;
}

.about .ab3 .slides .item .year {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.about .ab3 .slides .item .year span {
  background: url("../img/bg_year.png") no-repeat right center;
  background-size: 100% 100%;
  padding: 6px 60px 6px 12px;
  color: #fff;
  min-width: 110px;
  white-space: nowrap;
  display: block;
}

.about .ab3 .slides .item .year.year2 span {
  min-width: 160px;
}

.about .ab3 .slides .item .cont {
  width: 200px;
  max-height: 90px;
  overflow-y: auto;
}

.about .ab3 .slides .item .cont::-webkit-scrollbar {
  width: 4px;
}

.about .ab3 .slides .item .cont::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}

.about .ab3 .slides .item .cont::-webkit-scrollbar-thumb {
  background: #333;
}

.about .ab3 .slides .swiper-slide:nth-child(2n) .item {
  flex-direction: column-reverse;
  margin-top: 200px;
}

.about .ab3 .slides .swiper-slide:nth-child(2n) .item::before {
  transform: rotate(180deg);
}

.about .ab3 .slides .swiper-slide:nth-child(2n) .item::after {
  bottom: auto;
  top: -5px;
}

.about .ab3 .slides .swiper-slide:nth-child(2n) .item .cont {
  padding: 0 0 15px 10px;
}

/* detail2 */
.detail2 .det1 {
  padding: 40px 0 100px;
}

.detail2 .det1 .col1 {
  flex-shrink: 0;
  width: 580px;
}

.detail2 .det1 .col1 .gallery1 {
  position: relative;

  border-radius: 10px;
}

.detail2 .det1 .col1 .gallery1 .brand-logo {
  position: absolute;
  left: 20px;
  top: 20px;
  
  z-index: 1;
}

.detail2 .det1 .col1 .gallery1 .brand-logo img {
  width: 106px;
}

.detail2 .det1 .col1 .gallery1 .item {
  height: 580px;
  padding: 30px;
}

/*.detail2 .det1 .col1 .gallery1 .item img {*/
/*  width: 100%;*/
/*}*/

.detail2 .det1 .col1 .gallery2 {
  position: relative;
   margin-top: 10px;
}

.detail2 .det1 .col1 .gallery2 .jt {
  width: 30px;
  height: 122px;
  background: #9697af;
  border-radius: 4px;
  color: #fff;
}

.detail2 .det1 .col1 .gallery2 .slides {
  margin: 0 10px;
}

.detail2 .det1 .col1 .gallery2 .swiper-slide.active .item,.detail2 .det1 .col1 .gallery2 .active .item  {
  border-color: var(--color);
}


.detail2 .det1 .col1 .gallery-thumbs .item {

  border-radius: 4px;
  border: 2px solid #e5ebef;
}
.detail2 .det1 .col1 .gallery-thumbs .item  .fitImg {
 padding-top:100%;
}

.detail2 .det1 .col2 {
  margin-left: 60px;
  padding-left:30px;
  position: relative;

  z-index:1;
}

.detail2 .det1 .col2::before {
  content: "";
  position: absolute;
  left:0;
  top: 13px;
  width: 100%;
  z-index:-1;
  max-width: 520px;
  height: 60px;
  background:url('../img/bgc1.png') no-repeat left center;
  background-size:100% 100%;
}

.detail2 .det1 .col2 .title {
  margin: 20px 0 60px;
    color:#fff;
}

.detail2 .det1 .col2 .attr1 {
  padding-bottom: 30px;
}

.detail2 .det1 .col2 .attr1 li {
  margin-bottom: 60px;
  position: relative;
  padding-left: 14px;
}

.detail2 .det1 .col2 .attr1 li::before {
  content: "";
  width: 4px;
  height: 16px;
  background: #0b109f;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.detail2 .det1 .col2 .attr1 li .tit {
  font-weight: 500;
  color:#0B109F;
}

.detail2 .det1 .col2 .attr2 {
  position: relative;
}

.detail2 .det1 .col2 .attr2::before {
  content: "";
  width: 1px;
  height: 80%;
  position: absolute;
  left: 0;
  top: 4%;
  border-left: 1px solid rgba(11, 16, 159, .3);
}

.detail2 .det1 .col2 .attr2 li {
  margin-bottom: 50px;
}

.detail2 .det1 .col2 .attr2 li:last-child {
  margin-bottom: 0;
}

.detail2 .det1 .col2 .attr2 li .item {
  position: relative;
  padding-left: 26px;
}

.detail2 .det1 .col2 .attr2 li .item::before {
  content: "";
  width: 18px;
  height: 18px;
  background: url("../img/dot2.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: -8px;
  top: 6px;
}

.detail2 .det1 .col2 .attr2 li .item .item-tit {
  margin: -20px 0 20px;
  font-weight: bold;
}

.detail2 .det1 .col2 .attr2 li .item .item-tit span {
  min-width: 240px;
  padding: 0 18px;
  display: flex;
  align-items: center;
  color: var(--color);
}

.detail2 .det1 .col2 .attr2 li .item .item-cont {
  line-height: 1.65;
  padding-left: 18px;
}

.step {
  padding: 100px 0 80px;
  background: #f9fafb url("../img/bg_step.png") no-repeat bottom center;
  background-size: 100%;
}

.step .g-type {
  margin-bottom: 100px;
}

.step .list {
  height: 370px;
  position: relative;
  padding: 0 21px;
}

.step .list::before {
  content: "";
  width: 100%;
  height: 70px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: url("../img/bg_step2.png") no-repeat top center;
  background-size: 100% 100%;
}

.step .list li {
  width: 120px;
  height: 227px;
}

.step .list li .item {
  position: relative;
  align-items: center;
}

.step .list li .item .cont {
  width: 100%;
  height: 150px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.step .list li .item .cont::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: url("../img/bgk2.png") no-repeat;
  background-size: 100% 100%;
}

.step .list li .item .cont img {
  width: 55px;
  margin-top: -15px;
}

.step .list li .item .cont .tit {
  margin-top: 5px;
  font-weight: 500;
}

.step .list li .item .xh {
  width: 26px;
  height: 26px;
  background: #ffffff;
  box-shadow: 0px 3px 7px 0px rgba(12, 57, 211, 0.2);
  border-radius: 50%;
  margin: 16px 0;
}

.step .list li .item::after {
  content: "";
  width: 16px;
  height: 16px;
  background: url("../img/dot2.png") no-repeat;
  background-size: 100% 100%;
}

.step .list li:nth-child(2n) {
  margin-top: 145px;
}

.step .list li:nth-child(2n) .item {
  flex-direction: column-reverse;
}

.step .list li:nth-child(2n) .item .cont img {
  margin-top: 0;
}

.step .list li:nth-child(2n) .item .cont::before {
  transform: rotate(180deg);
}

.laybox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  display: none;
}

.laybox .wrap {
  width: 100%;
  height: 100%;
}

.laybox .contbox {
  width: 100%;
  max-width: 650px;
  position: relative;
}

.laybox .contbox .close {
  position: absolute;
  cursor: pointer;
  top: -45px;
  right: -45px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #fff;
}

.laybox .contbox .close i {
  color: #333;
}

.laybox .contbox video {
  width: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.ind6 {
  overflow: hidden;
}
.ind6 li {
  width: 216px !important;
  float: left;
}

.ind6 li .item {
  margin: 10px 30px;
}
.ind1 {
  position: relative;
  z-index: 21;
}
.video-float {
  z-index: 22;
  margin: 0;
  width: 450px;
}
.video-float::after {
  display: none;
}

.video-float .close-btn {
  position: absolute;
  cursor: pointer;
  top: -25px;
  right: -2px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #333;
  color: #fff;
}


