* {
  box-sizing: border-box;
}

.loading {
  position: fixed;
  z-index: 9999999999;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #fff;
  transition: all 1s cubic-bezier(0.86, 0, 0.07, 1);
}

.loading>div {
  height: 100%;
  width: 100vw;
  position: relative;
}

.loading>div>div {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -18px;
  margin-left: -20px;
}

header,
main,
footer {
  width: 100%;
  display: flex;
  justify-content: center;
}

main {
  flex-direction: column;
}

header {
  height: 127px;
  width: 100%;
}

header>div {
  width: 100%;
  height: 127px;
  position: fixed;
  top: 0;
  z-index: 100;
  background: #fff;
}

.header {
  height: 100%;
  width: 100%;
}

.logo {
  width: 322px;
}

.menu {
  height: 100%;
}

.menu li {
  font-size: 18px;
  color: #0b0b0b;
  height: 100%;
  position: relative;
  line-height: 126px;
  cursor: pointer;
  transition: all .3s;
}

.menu li::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background: #084399;
  bottom: 0;
  left: 0;
  transition: all .3s;
}

.menu li.active::after {
  width: 100%;
}

.menu li a {
  color: unset;
}

.menu li:hover {
  color: #084399;
}


.menu li:last-child {
  margin-right: 0;
}

.menu li.active {
  color: #084399;
}

.banner {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.banner .swiper {
  width: 100%;
}

.banner .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: 77px;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 60px;
  height: 10px;
  border-radius: 5px;
  background: #A9A9A9;
  opacity: 1;
  margin: 0 10px;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}

.intro {
  /* background-color: #0344a5a8; */
  background: url("../img/sec1-banner.png") no-repeat center center;

}

.intro>div {
  height: 100%;
  background-color: rgba(5, 66, 136, 0.7);
}

.sec-title {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.sec-title h2,
.sec-title {

  line-height: 48px;
  letter-spacing: 2px;
  color: #ffffff;
  font-weight: 400;
}

h2 {
  margin: 0;
}

.sec-sub-title {
  font-size: 24px;
  color: #ffffff;
}

.btn_2 {
  display: inline-block;
  width: 212px;
  height: 61px;
  background-color: #084399;
  border: solid 3px #084399;
  line-height: 61px;
  font-size: 14px;
  color: #004098;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  text-align: center
}

.btn_2 i,
.btn_2 span {
  position: relative;
  z-index: 55
}

.btn_2 span {
  left: -12px;
  top: -3px
}

.btn_2 i {
  color: #084399;
  font-size: 24px;
  left: 28px;
}

.btn_2::after {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: #004098;
  right: 100%;
  transform: skew(0);
  z-index: 24;
  transition: all .5s ease
}

.btn_2:hover i {
  color: #fff
}

.btn_2:hover::after {
  transform: skew(0) !important;
  right: 0 !important
}

.btn_2 span {
  font-size: 18px;
  letter-spacing: 4px;
  color: #fbfbfd;
}

.btn_2::after {
  right: 60px;
  transform: skew(-30deg)
}

a {
  text-decoration: none;
}

.sec1-l {
  width: 516px;
}

.sec1-content {
  max-width: 1200px;
    margin: 66px auto 0;

}

.sec1-des {
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
    text-indent: 2em;
    min-height: 170px;
}

.sec1-tab {
    width: 25%;
    min-width: 1px;
    height: 96px;
    text-align: center;
    border-right: solid 1px #ffffff;
}


.sec1-tabs>div:nth-child(4) {
    border: none;
    /*width: calc(25% - 1px);*/
}

.sec1-tabs {
    margin-top: 20px;
}

.sec1-tab .tab-title {
    font-size: 62px;
    color: #ffffff;
    line-height: 1;
}

.sec1-tab .tab-subtitle {
    font-size: 22px;
    color: #ffffff;
    line-height: 2;
}
.sec1-content .btn_container{
    margin-top: 157px;
}
.sec1-r video {
  background: #000;
  object-fit: contain;
  object-position: center;
}

/* .sec-title{
  max-width: 1200px;
  margin: 0 auto;
} */
.sec2-title h2 {
  color: #070707;
}

.sec2-title .sec-sub-title {
  color: #8a8a8a;
}

.news {
  background-color: #F4F6F9;
  padding-bottom: 70px;
}

.news-content {
  margin: 82px auto 0;
  max-width: 1200px;
}

.news-list {
  height: 100%;
  max-width: 100%;
}

.news-item {
  width: 547px;
  max-width: 100%;
  height: 130px;
  background-color: #ffffff;
  transition: all .3s;
  padding-left: 26px;
  max-width: 100%;
}

.news-item-l {
  padding-right: 20px;
}

.news-item div {
  transition: all .3s;
}

.news-item-r {
  width: 112px;
}

.news-item-title {
  font-size: 18px;
  line-height: 30px;
  color: #151515;
}

.news-item-subtitle {
  font-size: 14px;
  line-height: 30px;
  color: #8d8c8c;
}

.news-item-day {
  font-size: 24px;
  line-height: 36px;
  color: #141414;
}

.news-item-date {
  font-size: 14px;
  color: #7e7e7e;
}

.news-item-r {
  border-left: 1px solid #e5e5e5;
}

.news-item:hover {
  box-shadow: 0px 0px 40px 0px #e7eefb;
}

.news-item:hover .news-item-title,
.news-item:hover .news-item-subtitle,
.news-item:hover .news-item-r>div {
  color: #084399;
}

.news-r {
  /*width: 575px;*/
  height: 100%;
}

.news-r img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product {
  height: 885px;
  background: #FFFFFF;
}

.product .sec-title {
  color: #070707;
}

.product .sec-sub-title {
  color: #8a8a8a;
}

.product-content {
  height: 100%;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

.product-l {
  height: 100%;
  width: 301px;
  border-left: solid 1px #e5e5e5;
  padding-bottom: 183px;
  border-right: solid 1px #e5e5e5;
}

.product-year {
  margin-top: 55px;
  font-size: 180px;
  letter-spacing: -18px;
  color: #084399;
  font-weight: 600;
}

.product-year span {
  font-size: 21px;
  width: 25px;
  height: 25px;
  font-weight: 400;
  background-color: #084399;
  display: inline-block;
  color: #ffffff;
  text-align: center;
  line-height: 25px;
  margin-left: 29px;
  letter-spacing: 0;
  position: relative;
  top: -3px;
}

.product-des {
  padding: 0 30px;
  margin-top: 20px;
  font-size: 16px;
  line-height: 30px;
  color: #555555;
}

.product-tabs {
  padding: 109px 20px 0 58px;
  height: 262px;
  border-bottom: solid 1px #e5e5e5;
  ;
}

.product-tab {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  cursor: pointer;
  flex: 1;
}

.product-tab::after {
  content: "";
  width: 0;
  left: 0%;
  height: 3px;
  background: transparent;
  position: absolute;
  bottom: -1px;
  transform: scaleX(0);
  transform-origin: 100%;
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.product-tab.active::after {
  width: 100%;
  background: #084399;
  transform: scaleX(1);
  transform-origin: 0;
}

.product-tab img {
  width: 55px;
}

.product-tab-name {
  font-size: 16px;
  line-height: 24px;
  color: #404750;
  text-align: center;
  margin-top: 25px;
}

.product-r-box {
  padding: 36px 20px 0 58px;
}

.product-r-content {
  font-size: 16px;
  line-height: 30px;
  color: #555555;
  height: 160px;
}

.product-img {
  margin: 0 auto;
}

.solution {
  background: #F5F7FA;
}

.solution-content {
  margin: 0 auto;
  max-width: 1200px;
}

.solution-tabs {
  align-items: flex-start;
  height: 170px;
  border-bottom: solid 1px #dcdcdc;
}

.solution-tabs .solution-tab .active {
  display: none;
}

.solution-tab {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  cursor: pointer;
  position: relative;
}

.solution-content {
  margin-top: 80px;
}

.solution-tabs img {
  margin-bottom: 17px;
}

.solution-tab-name {
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  color: #404750;
}

.solution-tab.active .deactive {
  display: none;
}

.solution-tab.active .active {
  display: block;
}

.solution-tab.active .solution-tab-name {
  color: #084399;
}

.solution-tab::after {
  content: "";
  position: absolute;
  width: 0;
  left: 0%;
  height: 3px;
  background: transparent;
  bottom: -1px;
  transform: scaleX(0);
  transform-origin: 100%;
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.solution-tab.active::after {
  width: 100%;
  width: 100%;
  background: #084399;
  transform: scaleX(1);
  transform-origin: 0;
}

.solution-b {
  padding: 71px 0 65px;
}

.solution-b-r {
  width: 581px;
}

.solution-l-imgs {
  margin-top: 50px;
}

.solution-b-r img {
  max-width: 100%;
}

.solution-des {
  width: 460px;
  font-size: 16px;
  line-height: 30px;
  color: #404750;
}

.honor {
  height: 885px;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  background: url("../img/honor-bg.png") no-repeat;
  background-size: cover;
}
/*.honor .swiper-wrapper {*/
/*  padding: 150px 0 100px 0;*/
/*}*/
.honor .swiper-container {
  width: 100%;
  position: relative;
  padding-bottom: 68px;
}

.honor .swiper-slide {
  width: 346px;
  height: 493px;
  transition: all .3s;
}


.honor .swiper-slide img {
  max-width: 100%;
  transition: all .3s;
}

.honor .swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px;
  width: 30px;
  height: 4px;
  background: #e5e5e5;
  border-radius: 0;
  opacity: 1;
}


.honor .swiper-pagination {
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

.honor .swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px;
  width: 30px;
  height: 4px;
  background: #e5e5e5;
  border-radius: 0;
  opacity: 1;
}

.honor .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #004098;
  opacity: 1;
}

.capacity {
  height: 885px;
  background-color: #f5f7fa;
}

.capacity-content {
  max-width: 1200px;
  margin: 0 auto;
}

.capacity-l {
  width: 543px;
}

.capacity-des {
  font-size: 16px;
  line-height: 30px;
  color: #404750;
  margin-top: 40px;
}

.capacity-qr {
  margin: 64px 0 73px;
}

.capacity-r {
  width: 565px;
  margin-top: 136px;
}

.capacity-r img {
  max-width: 100%;
}

.parthers {
  background: #FFFFFF;
  padding-bottom: 102px;
}

.parthers-list {
  max-width: 1200px;
  margin: 60px auto 0;
}

.parthers-list-item {
  width: 388px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px #a8a8a8;
  margin-bottom: 23px;
  transition: all .3s;
}

.parthers-list .parthers-list-item:nth-last-child(1),
.parthers-list .parthers-list-item:nth-last-child(2),
.parthers-list .parthers-list-item:nth-last-child(3) {
  margin-bottom: 0;
}

.parthers-list-item:hover {
  border: solid 1px #3486de;
}

.parthers-list-item img {
  max-width: 100%;

}
.list-item img {
    /*max-width: 268px;*/
    max-height: 175px
;
    object-fit: cover;
}
.strategy {
  background: url("../img/strategy-bg.png") no-repeat;
  background-size: cover;
  background-position: center;
  height: 692px;
}

.strategy>div {
  width: 100%;
  background-color: rgba(5, 66, 136, 0.2);
}

.strategy .sec-title h2 span {
  font-size: 24px;
  line-height: 48px;
  letter-spacing: 1px;
  color: #3486de;
  font-weight: 600;
}

.strategy-content {
  max-width: 1200px;
  margin: 54px auto 0;
  position: relative;
}

.strategy-tab {
  font-size: 18px;
  color: #577ea9;
  height: 100%;
  padding-bottom: 26px;
  cursor: pointer;
  position: relative;
}

.strategy-tab::after {
  content: "";
  position: absolute;
  height: 3px;
  bottom: -3px;
  width: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: 100%;
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.strategy-tab.active::after {
  width: 100%;
  transform: scaleX(1);
  transform-origin: 0;
  background: #fff;
}

.strategy-tab.active {
  color: #ffffff;
  border-color: #fff;
}

.strategy-tabs {
  border-bottom: 3px solid rgba(52, 222, 222, .1);
}

.strategy-des {
  width: 530px;
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
}

.strategy-b {
  margin-top: 58px;
}

.strategy-r {
  width: 539px;
}

footer {
  /*height: 533px;*/
  background-color: #474747;
}

.footer {
  max-width: 1200px;
  margin: 0 auto;
  padding: 69px 20px 58px;
}

/*.footer-menu {*/
/*  width: 850px;*/
/*}*/

.footer-menu-title {
  font-size: 18px;
  line-height: 57px;
  color: #ffffff;
}

.footer-menu-list {
  margin-right: 33px;
}

.footer-menu-ul {
  width: 129px;
  border-top: 1px solid #6b6b6b;
  padding-top: 10px;
}

.footer-menu-ul a {
  font-size: 14px;
  line-height: 36px;
  color: #cfcfcf;
  display: block;
  white-space: nowrap;
}

/*.footer-t-r {*/
/*  width: 454px;*/
/*}*/

.footer-r-title {
  font-size: 36px;
  line-height: 57px;
  color: #dddddd;
}

.footer-des {
  font-size: 16px;
  line-height: 30px;
  color: #dddddd;
  margin-top: 20px;
}

.footer-email {
  margin-top: 60px;
  width: 309px;
  height: 48px;
  background-color: #474747;
  border: solid 1px #828282;
}

.footer-email input {
  line-height: 46px;
  background-color: transparent;
  outline: none;
  width: 241px;
  border: none;
  text-align: center;
  font-size: 18px;
  color: #dddddd;
}

.footer-email-icon {
  background-color: #828282;
  border: solid 1px #828282;
  height: 100%;
  flex: 1;
  cursor: pointer;
}

.footer-email-icon i {
  font-size: 26px;
  color: #dddddd;
}

.footer-b {
  border-top: 1px solid #6b6b6b;
  margin-top: 40px;
  padding-top: 24px;
}

.footer-b-l p,
.footer-b-l a {
  font-size: 14px;
  line-height: 24px;
  color: #969696;
  margin: 0;
  margin-right: 1.5em;
}

.footer-b-r a {
  font-size: 16px;
  line-height: 30px;
  color: #828282;
}

.footer-b-r span {
  font-size: 16px;
  line-height: 30px;
  color: #828282;
  margin: 0 1em;
  display: inline-block;
}

.sec1-tab .tab-title .dd {
  font-size: 37px;
  color: #ffffff;
}

.productp .banner img {
  width: 100%;
  height: 413px;
  object-fit: cover;
  object-position: center;
}

.productp .path,
.productd .path {
  text-align: right;
  max-width: 1200px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 73px;
  color: #6b6b6b;
}

.productp .content {
  background: #F4F7FA;
}

.productp .content>div {
  max-width: 1200px;
  margin: 0 auto;
  padding: 43px 0 62px;
}

.productp .tabs {
  width: 258px;
  background-color: #f2f4f6;
  box-shadow: 0px 1px 16px 0px rgba(106, 106, 106, 0.21);
  height: fit-content;
}
@media screen and (max-width: 768px) {
            .productp .tabs{
                width: 140px;
            }
            .productp .tabs-title{
                font-size: 20px !important;
            }
            .productp .tabs-title div{
                font-size: 12px !important;
            }
            .productp .list-item{
                width: 180px !important;
            }
            .list-item-name{
                font-size: 16px !important;
            }
        }
.productp .tabs-title {
  height: 89px;
  font-size: 30px;
  letter-spacing: 2px;
  color: #ffffff;
  background-color: #084399;
}

.productp .tabs-title div {
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0px;
  color: #ffffff;
}

.productp .tabs-tab {
  cursor: pointer;
  height: 65px;
  background-color: #ffffff;
  border: solid 1px #eaeaea;
  text-align: center;
  line-height: 65px;
  font-size: 16px;
  color: #0b0b0b;
}

.productp .tabs-tab.active {
  color: #054288;
}

.productp .list {
  padding-left: 36px;
  flex: 1;
  gap: 33px 27px;
}

.productp .list-item {
  width: 280px;
  padding-bottom: 15px;
  background-color: #ffffff;
  box-shadow: 0px 2px 10px 0px rgba(200, 200, 200, 0.14);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
 
}



.productp .list-item-name {
  font-size: 21px;
  line-height: 30px;
  color: #212121;
  margin-top: 30px;
    text-align: center;
    padding: 1px;
}

.question .qd-content img{
    width: 1000px;
    height: auto;
}
/*.productd .content {*/
/*  background: #F4F7FA;*/
/*}*/

.productd .content>div {
  max-width: 1200px;
  margin: 0 auto;
  padding: 36px 0 0;

}

.productd-info img {
  width: 300px;
}
@media screen and (max-width: 768px) {
            .productd-info{
                flex-direction: column;
                
            }
            .porductd-info-r{
                width: 90% !important;
                margin: 20px auto;
            }
            .productd-l{
                 width: 100% !important;
            }
            .pro-show-box{
                min-width: unset !important;
            }
            .productd-name{
                font-size: 20px !important;
                text-align: center !important;
            }
            .productd-des{
                font-size: 14px !important;
            }
            .productd-tab{
                /*width: 120px !important;*/
                height: 51px !important;
                font-size: 10.5px !important;
                line-height: 51px !important;
            }
    .tab2-content {
        padding: 8px 4px 14px !important;
    }

    .productd-info img {
        width: 150px;
    }
    .productp .list {
        padding-left: 36px;
        flex: 1;
        gap: 33px 27px;
        width: 100% !important;
        overflow: auto !important;
        height: 22rem !important;
    }


        }

.productd-name {
    text-align: right;
  font-size: 30px;
  line-height: 30px;
  color: #060606;
  margin-bottom: 40px;
}

.productd-des {
  text-indent: 2em;
  font-size: 16px;
  line-height: 30px;
  color: #060606;
  margin-top: 10px;
}

.productd-list {
  /*background-color: #ffffff;*/
  border-radius: 8px;
  padding: 0 26px;
  /*margin-top: 90px;*/
}

.productd-tab {
  width: 220px;
  height: 71px;
  background-color: #edf1f6;
  border-radius: 20px 20px 0px 0px ;
  text-align: center;
  line-height: 71px;
  font-size: 20px;
  color: #424242;
  cursor: pointer;
  margin-right: 11px;
}

.productd-tab.active {
  color: #ffffff;
  background-color: #054288;
}

.tab1-content {
  padding: 0 61px;
  margin-top: 78px;
}

.tab1-content-item {
  width: 33%;
  position: relative;
  padding-bottom: 120px;
  padding-right: 60px;
}

.tab1-content-item>div {
  position: relative;
  z-index: 2;
}

.tab1-content-item span {
  position: absolute;
  display: block;
  font-family: Bahnschrift;
  font-size: 123px;
  letter-spacing: -9px;
  color: #f3f3f3;
  left: -44px;
  line-height: 1;
  z-index: 1;
  top: -22px;
}

.tab1-cotnent-item-title {
  font-size: 20px;
  color: #212121;
}

.tab1-cotnent-item-des {
  font-size: 16px;
  line-height: 24px;
  color: #2d2d2d;
  margin-top: 15px;
}

.productd .tab-content {
  display: none;
}
/*.productd .content{*/
/*  min-width: 1200px;*/
/*}*/

.productd .tab-content.active {
  display: block;
}
.productd-l{
    width: 40%;
}
.porductd-info-r{
     width: 40%;
}
.productd-l-th{
    width: 100%;
    display: flex;
    justify-content: center;
}
.pro-show-box img{
    width: 103px;
	height: 104px;
	object-fit: scale-down;
	background-color: #e5e7e9;
	margin-right: 19px;
	cursor: pointer;
}
.pro-show-box img:last-child{
    margin-right: 0;
}

.pro-show-box{
    width: 100%;
    min-width: 416px;
	height: 135px;
	border: solid 1px #646565;
	overflow-x: auto;
	display: flex;
	align-items: center;
	margin-top: 30px;
	padding: 0 33px;
	box-sizing: border-box;
}

.tab2-content {
  padding: 85px 57px 149px;
}

.tab2-content .tab2-content-cell {
  display: flex;
  flex-wrap: wrap;
}
.tab2-content-cell table{
    margin: auto;
    width: 100%;
}
.tab2-content-cell table td{
    vertical-align: middle;
    text-align: center;
}

.tab2-content .tab2-content-cell>div {
  min-width: 33.3%;
  flex: 1;
}
.tab2-content .tab2-content-cell>div>div {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #424242;
  padding: 5px 8px;
}


.tab2-content .tab2-content-cell>div>div {

  margin-right: 5px;
}

.tab2-content .tab2-content-cell>div>div:nth-child(1) {
  background: #9FD9F5;

}



.solutionp .content>div {
  max-width: 1200px;
  margin: 0 auto;
}

.solutionp-tabs {
  height: 70px;
  border-bottom: 1px solid #dcdcdc;
}

.solutionp-tab {
  margin-right: 3em;
  position: relative;
  font-size: 16px;
  color: #0b0b0b;
  height: 79px;
  line-height: 79px;
  cursor: pointer;
}



.solutionp-tab.active {
  color: #054288;
}

.solutionp-tab::after {
  content: "";
  width: 0;
  left: 0%;
  height: 3px;
  background: transparent;
  position: absolute;
  bottom: 1px;
  transform: scaleX(0);
  transform-origin: 100%;
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.solutionp-tab.active::after {
  width: 100%;
  background: #084399;
  transform: scaleX(1);
  transform-origin: 0;
}

.solutionp-list {
  padding: 47px 0 156px;
}

.solutionp-list1 {
  display: grid;
  grid-template-rows: 242px;
  grid-template-columns: 645px 532px;
  gap: 29px 24px;
}

.solutionp-list1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.solutionp-list1 .solutionp-list1-item:nth-child(1) {
  grid-row: 1/3;
}


.solutionp-list1-item {
  position: relative;
}

.list1-item-info,
.list2-item-info {
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  min-height: 80px;
  position: absolute;
  bottom: 20px;
  padding: 0 34px;
  width: 100%;
}

.list1-item-des {
  font-size: 14px;
  line-height: 26px;
  color: #ffffff;
}

.solutionp-list2-title,
.walk-title {
  height: 145px;
  font-size: 75px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 48px;
  letter-spacing: -2px;
  color: #efefef;
  position: relative;
}

.solutionp-list2-title span,
.walk-title span {
  font-size: 36px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 48px;
  letter-spacing: 2px;
  color: #010101;
  position: absolute;
  margin-top: 17px;
}

.solutionp-list2-item {
  position: relative;
  height: 332px;
}

.solutionp-list2 {
  width: 100%;
  display: grid;
  grid-gap: 30px;
  grid-template-columns: 1fr 1fr;
  /* grid-template-rows: repeat(auto, 332px); */
}

.solutionp-list2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.invite .content>div {
  max-width: 1200px;
  margin: 0 auto;
  padding: 47px 0 74px;
}

.invite .search-bar {
  width: 100%;
  height: 141px;
}

.invite .input {
  width: 531px;
  height: 42px;
  background-color: #ffffff;
  border-radius: 6px;
  border: solid 1px #eeeeee;
  line-height: 42px;
  overflow: hidden;
}

.invite .input input {
  border: none;
  outline: none;
  line-height: 42px;
  padding-left: 14px;
  background: transparent;
}

.invite .input .search-btn {
  width: 60px;
  text-align: center;
  background-color: #054288;
  font-size: 14px;
  color: #ffffff;
}

.invite .toudi {
  width: 130px;
  height: 43px;
  background-color: #ffffff;
  border-radius: 6px;
  border: solid 1px #054288;
  text-align: center;
  line-height: 43px;
  margin-left: 23px;
  font-size: 14px;
  color: #054288;
}

.invite .list {
  max-width: 1200px;
  margin: 0 auto;
}

.invite .list-head,
.invite .list-item {
  width: 100%;
  height: 51px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 51px;
}

.invite .list-head {
  background-color: #054288;
}

.invite .list-result .list-item:nth-child(2n-1) {
  background-color: #eeeeee;
}

.invite .list-head div,
.invite .list-item div {
  flex: 3;
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  color: #595959;
}

.invite .list-head div {
  color: #ffffff;
}

.invite .list-head div:nth-child(1),
.invite .list-item div:nth-child(1) {
  flex: 5;
  text-align: left;
  padding-left: 60px;
}

.walk .content>div {
  max-width: 1200px;
  margin: 0 auto;
}

.walk .walk-box1 {
  height: 800px;
  overflow: hidden;
}

.walk .walk-box1 .left {
  /*width: 473px;*/
  background-color: #e5ecf4;
  padding: 40px 36px 66px 40px;
  height: 100%;
}

.walk .walk-box1 .right {
  background-color: #f4f7fa;
  padding: 40px 60px 66px 45px;
  height: 100%;
}

.walk .walk-box1-title {
  color: #054288;
}

.walk div.walk-box1-title {
  font-size: 18px;
  line-height: 30px;
}

.walk .walk-box1 p {
  font-size: 16px;
  line-height: 30px;
  color: #404750;
  /*text-indent: 2em;*/
  text-align: justify;
}

.walk-box2 {
  width: 100%;
  margin-top: -127px;
  padding: 127px 0 0;
  height: 1037px;
  background: url("../img/walkbg1.png") no-repeat center;
  background-size: cover;
}

.walk-box2>div {
  max-width: 1200px;
  margin: 0 auto;
}

.walk-box2-title {
  font-size: 36px;
  line-height: 1;
  letter-spacing: 2px;
  color: #ffffff;
  padding: 80px 0 64px;
  text-align: center;
}

.walk-box2-box {
  height: 624px;
}

.walk-box2-box .left {
  background-color: #054288;
  width: 40%;
  height: 100%;
  background: url("../img/walkbg3.png") no-repeat center;
  background-size: cover;
}

.walk-box2 .left-txt {
    line-height: 32px;
  padding: 10px 0;
}

.walk-box2 .left-txt div {
  font-size: 24px;
  line-height: 30px;
  color: #ffffff;
}

.walk-box2 .left-txt p {
  font-size: 20px;
  color: #ffffff;
    max-width: 23rem;
    text-align:justify
}

.walk-box2-box .right {
  background-color: #f4f7fa;
  height: 100%;
}

.walk-box2-box .right-title {
  font-size: 24px;
  line-height: 40px;
  color: #054288;
  margin-bottom: 38px;
}

.walk-box2-box .right-list-item {
  width: 413px;
  height: 57px;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  margin-bottom: 13px;
  background: linear-gradient(to right, #054288 50%, transparent);
}

.walk-box2-box .right-list-item:nth-child(2) {
  background: linear-gradient(to right, #0268b0 50%, transparent);
}

.walk-box2-box .right-list-item:nth-child(3) {
  background: linear-gradient(to right, #17a2b8 50%, transparent);
}

.walk-box2-box .right-list-item:nth-child(4) {
  background: linear-gradient(to right, #26b1e7 50%, transparent);
}

.walk-box2-box .right-list-item:nth-child(5) {
  background: linear-gradient(to right, #4ea161 50%, transparent);
}

.walk-box2-box .right-list-item:nth-child(6) {
  background: linear-gradient(to right, #357cdc 50%, transparent);
}

.walk-box2-box .right-list-item span:first-child {
  display: inline-block;
  font-size: 24px;
  line-height: 57px;
  color: #ffffff;

  width: 115px;
  text-align: center;
}

.walk-box2-box .right-list-item span:last-child {
  display: inline-block;
  background-color: #e5ecf4;
  flex: 1;
  text-align: center;
  line-height: 57px;
  border-radius: 8px;
}

.walk-history {
  height: 1930px;
  width: 100%;
  background: url("../img/walkbg2.png") no-repeat;
  background-size: 1920px auto;
  background-position: center 1800px;
}

.walk-history .content {
  margin: 0 auto;
  height: 1372px;
  background: url(../img/fzlc.png) no-repeat;
  background-size: 1376px 1372px;
  background-position: center;
}

.question .content {
  background: #F6F6F8;
  padding: 40px 0 65px;
}

.question .content>div {
  max-width: 1200px;
  margin: 0 auto;
}

.question .tab-cell-r {
  font-size: 14px;
  color: #6b6b6b;
}

.question-list {
  background: #fff;
}

.question .tab-cell {
  background: #fff;
  margin: 0 auto;
  max-width: 1200px;
}

.question .question-item {
  padding: 40px 54px 30px;
  border-bottom: solid 1px #e8e9eb;
  position: relative;
  display: block;
}

.question .question-item-title {
  font-size: 20px;
  line-height: 30px;
  color: #212121;
  margin-bottom: 12px;
}

.question .question-item-des {
  font-size: 16px;
  line-height: 30px;
  color: #2d2d2d;
}

.question .question-item span {
  font-size: 112px;
  letter-spacing: -6px;
  color: #f4f7fa;
  right: 83px;
  position: absolute;
  display: inline-block;
  top: 40px;
}

.question .pager {
  padding: 80px 0 50px;
}

.question .question-list,
.question .phone-list {
  display: none;
}

.question .question-list.active,
.question .phone-list.active {
  display: block;
}

.question .phone-list1 {
  display: grid;
  grid-template-columns: repeat(4, 283px);
  gap: 22px;
  justify-content: space-between;
}

.question .phone-list-item {
  display: flex;
  /*justify-content: center;*/
  flex-direction: column;
  width: 283px;
  height: 287px;
  background-color: #ffffff;
  padding: 20px 20px 0 20px;
}

.question .phone-list-item .phone-list-item-title {
  font-size: 20px;
  line-height: 36px;
  color: #2d2d2d;
  font-weight: 600;
}

.question .phone-list-item p {
  font-size: 15px;
  line-height: 36px;
  color: #2d2d2d;
}

.question .phone-list-item-number {
  font-size: 15px;
  line-height: 36px;
  color: #084399;
}

/*.question .phone-list-item:last-child {*/
/*  grid-column: 1/5;*/
/*  width: 100%;*/
/*  height: 229px;*/
/*  background-color: #ececec;*/
/*}*/

.question .qd-title {
  font-size: 20px;
  line-height: 98px;
  color: #212121;
  border-bottom: solid 1px #e8e9eb;
  text-align: center;
  font-weight: 600;
}

.question .qd-content {
  padding: 50px 130px 100px 110px;
}
.question .qd-footer{
  border-top: solid 1px #e8e9eb;
  padding: 0 30px;
  font-size: 16px;
	line-height: 100px;
	letter-spacing: 0px;
	color: #2d2d2d;
}
.question .qd-footer>a{
  transition: all .3s;
  display: inline-block;
}
.question .qd-footer>a:hover{
  color: #054288;
}
.newsp .content>div {
  max-width: 1200px;
  margin: 0 auto;
  padding: 43px 0 62px;
}
.newsp .news-item{
  width: 100%;
}
.newsp-list .news-item-l img{
  width: 200px;
  height: 150px;
}
.newsp-list .news-item{
  height: unset;
  margin-bottom: 30px;
}
.newsp-list .news-item-l .news-item-l-l{
  flex: 1;
  padding-left: 20px;
  width: 100%;
}




.resource .resource_list .right_list {
  min-height: 400px
}

.resource .resource_list .right_list .filter {
  background-color: #fff;
}

.resource .resource_list .right_list .filter ul li {
  border: none
}

.resource .resource_list .right_list .filter ul li>span {
  width: 66px;
  border-right: none
}

.resource .resource_list .right_list .download {
  background-color: #fff;
  margin-top: 10px
}

.resource .resource_list .right_list .download ul {
  overflow: auto;
  overflow-y: hidden
}

.resource .resource_list .right_list .download ul li {
  width: 100%;
  /* height: 84px; */
  border-bottom: 1px solid #e5e5e5;
  position: relative
}

.resource .resource_list .right_list .download ul li>div:first-child {
  padding: 19px 0 19px 10px
}

.resource .resource_list .right_list .download ul li>div:first-child>span {
  margin-left: 20px;
  margin-right: 10px
}

.resource .resource_list .right_list .download ul li>div:first-child>span i {
  font-size: 40px
}

.resource .resource_list .right_list .download ul li>div:first-child>div {
  display: inline-block;
  width: calc(100% - 74px)
}

.resource .resource_list .right_list .download ul li>div:first-child>div h3 {
  font-size: 16px;
  color: #333
}
.resource .resource_list .right_list .download ul li>div:first-child>div h3 a{
  color: #333;
}

.resource .resource_list .right_list .download ul li>div:first-child>div p {
  font-size: 14px;
  color: #999;
  position: relative;
  top: 5px
}

.resource .resource_list .right_list .download ul li>div:first-child>div p span {
  position: relative;
  margin-right: 30px;
  text-indent: 8px;
  display: inline-block
}

.resource .resource_list .right_list .download ul li>div:first-child>div p span::before {
  position: absolute;
  width: 4px;
  height: 4px;
  background: #e5e5e5;
  content: '';
  left: 0;
  top: 50%;
  margin-top: -2px
}
.resource .resource_list .right_list .download ul li>div:first-child{
  flex: 1;
}
.resource .resource_list .right_list .download ul li>div:last-child {
  /* text-indent: 74px;
  position: absolute;
  right: 0;
  top: 0;
  height: 84px;
  line-height: 84px */
  display: flex;
  justify-content: flex-end;
  width: 30%;
}
.resource .resource_list .right_list .download ul li{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.resource .resource_list .right_list .download ul li>div:last-child a {
  font-size: 14px;
  color: #666;
  margin-right: 42px
}

.resource .resource_list .right_list .download ul li>div:last-child a i {
  font-size: 16px;
  margin-right: 4px;
  color: #999
}

.resource .resource_list .right_list .download ul li:nth-of-type(2n) {
  margin-right: 0
}




.resource  .cbx {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  border-radius: 6px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  height: 60px;
  display: inline-block
}

.resource .cbx:not(:last-child) {
  margin-right: 6px
}

.resource .cbx:hover {
  background: rgba(125, 100, 247, .06)
}

.resource .cbx span {
  float: left;
  vertical-align: middle;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.resource .cbx span:first-child {
  position: relative;
  width: 14px;
  height: 14px;
  border-radius: 2px;
  -webkit-transform: scale(1);
  transform: scale(1);
  border: 1px solid #E5E5E5;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  top: 50%;
  margin-top: -7px
}

.resource .cbx span:first-child svg {
  position: absolute;
  top: 2px;
  left: 1px;
  fill: none;
  stroke: #004098;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.resource .cbx span:last-child {
  padding-left: 8px;
  font-size: 14px;
  color: #666
}

.resource .btn_3,
.resource .inp-cbx:checked+.cbx span:last-child {
  color: #004098
}

.resource .cbx:hover span:first-child {
  border-color: #004098
}

.resource .inp-cbx:checked+.cbx span:first-child {
  border-color: #004098;
  -webkit-animation: wave .4s ease;
  animation: wave .4s ease
}

.resource .inp-cbx:checked+.cbx span:first-child svg {
  stroke-dashoffset: 0
}

.resource .inline-svg {
  position: absolute;
  width: 0;
  height: 0;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.resource .filter>ul>li{
  display: flex;
}
.resource .filter .sx {
  height: 60px;
  line-height: 60px;
  width: calc(100% - 211px)
}
.resource .filter_box{
  display: flex;
}
.resource .filter>ul>li>ul>li {
  display: flex;
  align-items: center;
  margin-left: 20px;
  line-height: 60px;
}
.resource .load_more {
  height: 45px;
  background-color: #004098;
  text-align: center;
  line-height: 45px;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  margin-top: 15px;
}
.resource .tips{
  font-size: 14px;
  line-height: 30px;
  color: #666;
  transition: all .4s ease;
}
.resource .resource_list .tips>div {
  height: 30px;
  padding-top: 10px;
}
.resource .resource_list .tips span {
  color: #004098;
  font-family: din;
  display: inline-block;
  margin: 0 4px;
}
.resource .resource_list .right_list .download ul li a:hover{
  color: #004098 !important;
}
.resource .error_tips {
  height: 50px;
  line-height: 24px;
  padding-top: 20px;
  font-size: 14px;
  color: #004098;
  text-align: center;
  margin: 0 10px;
  /* display: none; */
}
.job-detail{
  background-color: #f4f4f6;
}
.job-detail .content {
  background-color: #fff;
  border-radius: 20px;
  max-width: 1000px;
  margin: 40px auto;
  padding: 30px;
}

.job-detail .title {
  font-size: 26px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.job-detail .title span {
  display: inline-block;
  background-color: rgb(248, 111, 111);
  padding: 5px;
  font-size: 12px;
  color: #fff;
  border-radius: 3px;
  margin-right: 8px;
}

.job-detail .subtitle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid #e6e8f2;
}

.job-detail .subtitle .l div {
  font-size: 16px;
  color: #999;
  margin-bottom: 20px;
}

.job-detail .job-des {
  margin-top: 40px;
  border-bottom: 1px solid #e6e8f2;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.job-detail .job-description p {
  line-height: 1.2;
  margin: 8px 0;
}

.job-detail .jtitle {
  font-size: 20px;
  margin-bottom: 20px;
}

.job-detail .info-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.job-detail .info-list-item {
  width: 25%;
  min-width: 230px;
  padding: 0 8px 8px 0;
}

.job-detail .i-title {
  font-size: 16px;
  color: #999;
  margin-bottom: 8px;
}

.job-detail .i-value {
  font-size: 16px;
}

.job-detail .apply{
  background-color: rgb(0, 102, 255);
  color: rgb(255, 255, 255);
  width: 104px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  display: inline-block;
  border-radius: 40px;
  margin: 100px auto 50px;
}