html{
font-size:192px;
}
@keyframes NewBannerAni {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.03);
    }

    100% {
        transform: scale(1);
    }
}
 /* 设置进入的动画样式 */
    @keyframes animation-down {
        from {
            opacity: 0;
            transition: all 1s ease 0s, opacity 1.5s ease 0s;
            transform: translateX(-20%);
        }

        to {
            opacity: 1;
            transition: all 1s ease 0s, opacity 1.5s ease 0s;
        }
    }

    .animation {
        animation: animation-down 0.8s 1;
    }
@keyframes ringscale2 {
  0% {
    opacity: 0.1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
    10% {
    opacity: 0.3
/*     -webkit-transform: scale(1.2);
    -moz-transform: scale(1);
    -ms-transform: scale(1); */
    transform: scale(1.2);
  }
      20% {
    opacity: 0.3;
/*     -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5); */
    transform: scale(1.5);
  }
    40% {
    opacity: 0.5;
/*     -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5); 
    -ms-transform: scale(1.5);*/
    transform: scale(2);
  }
     60% {
    opacity: 0.6;
/*     -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5); */
    transform: scale(3);
  }
       80% {
    opacity: 0.4;
/*     -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5); */
    transform: scale(3.5);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(4);
    -moz-transform: scale(4);
    -ms-transform: scale(4);
    transform: scale(4);
  }
}
.zhd-content{
    margin-bottom:2.7rem;
    background: #fff;
}
.zhd-banner {
    position: relative;
   overflow:hidden;
}
.banner-bg{
    overflow:hidden;
    position:relative;  
    height:3.958rem;
    animation: NewBannerAni 6s linear infinite;
}
.zhd-banner img {
    width: 100%;
}

.banner-inner {
    position: absolute;
    width: 70%;
    left: 15%;
    top: 30%;
}

.zhd-position {
    position: absolute;
    left: 15%;
    font-size: 0.084rem;
    bottom: .15rem;
    color: #fff;
}

.zhd-position a {
    color: #fff;
}

.banner-char {
    font-size: 0.365rem;
    color: #fff;
    font-weight: bold;
}

.banner-intro {
    font-size: 0.104rem;
    color: #fff;
    margin-top: .15rem;
line-height:.15rem
}

.demand {
    position: absolute;
   top: -0.225rem;
    right: 10%;
}

.demand ul {
    display: flex;

}

.demand ul li {
    width: 2rem;
    height: 0.485rem;
    background: #04075D;
    border-radius: 0.13rem;
    margin-left: 0.18rem;
    color: #fff;
    text-align: center;
    position: relative;
    transition:margin .3s;
   border:0.015rem solid #e0e0e0;
}
/*.demand ul li::after {
    content: "";
    position: absolute;
    z-index: -1;
    left: -0.015rem;
    top: -0.015rem;
    width: calc(100% + 0.03rem);
    height: calc(100% + 0.03rem);
    background: #e0e0e0;
    border-radius: 0.13rem;
    opacity:.8
}*/
.demand ul li:hover{
    margin-top:-.03rem;
}
.demand ul li a {
    display: inline-block;
}

.demand ul li p {
    padding:.03rem .05rem;
    background: #53400E;
    border-radius: 0.026rem;
    text-align: center;
    color: #EAD49D;
    position: absolute;
    top: 0.03rem;
font-size:0.07rem;
}

.demand ul li span {
    font-size: 0.104rem;
    font-weight: bold;
    color: #fff;
    line-height: 0.55rem;
}


/*产品与服务*/
.cpyfw-banner .ring{
    position:absolute;
    width:1.2rem;
    height:1rem;
    left:50%;
    top:50%;
    margin-top:-0.5rem;
    margin-left:-0.5rem;
    z-index:1;
}
.cpyfw-banner .ring span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 91, 121, 0.1);
  border-radius: 50%;
  -webkit-animation: ringscale2 6s linear infinite;
  -moz-animation: ringscale2 6s linear infinite;
  -ms-animation: ringscale2 6s linear infinite;
  animation: ringscale2 6s linear infinite;
  opacity: 0;

}

.cpyfw-banner .ring span:nth-of-type(2) {
  animation-delay: 1s;
}
.cpyfw-banner .ring span:nth-of-type(3) {
  animation-delay: 1.8s;

}
.cpyfw-banner .ring span:nth-of-type(4) {
  animation-delay: 2.6s;

}
.cpyfw-banner .banner-bg{
    animation:none;
}
.cpyfw-banner .banner-c0{
    animation: NewBannerAni 6s linear infinite;
height:100%;
}
.zhd-cpyfw {
    background: url(../second/images/cpyfw-bg.png) no-repeat #fff;
    background-size: cover;
    padding: 0.5rem 0;
   height:20rem;
   position:relative;
}

.cpyfw-inner {
    width: 68.75%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.cpyfw-item {
    width: 45.5%;
    padding: 0.3125rem 0.234rem;
    box-sizing: border-box;
    height: 4.167rem;
    border-radius: 0.36rem;
    transition:margin .3s;
}

.cpyfw-item-title {
    font-size: 0.177rem;
    font-weight: bold;
    color: #fff;

}

.cpyfw-item-sum {
    font-size: 0.09375rem;
    color: #fff;
    line-height: 0.125rem;
    margin-top: .12rem;
    margin-bottom: 0.42rem;
}

.cpyfw-item-link a {
    display: inline-block;
    width: 100%;
    height: 0.3rem;
    line-height: 0.3rem;
    background: #fff;
    border: 1px solid #585858;
    font-size: 0.104rem;
    color: #585858;
    margin-top: 0.104rem;
    padding: 0 0.13rem;
    transition:  transform .3s;
}

.cpyfw-item-link a:hover {
    transform: scale(1.05);
    color: #1B1F8D;
}

.cpyfw-item-link {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.cpyfw-item:nth-child(2) .cpyfw-item-link a {
    width: 48%;
    padding: 0 0.11rem;
}

.cpyfw-item:nth-child(3) .cpyfw-item-link a:nth-child(3),
.cpyfw-item:nth-child(3) .cpyfw-item-link a:nth-child(4) {
    width: 48%;
}

.cpyfw-item:nth-child(even) {
    margin-top: .6rem; 
}
.cpyfw-item:nth-child(even):hover{
    margin-top: 0.55rem;
}
.cpyfw-item:nth-child(odd) {
    margin-top: -.6rem;
}
.cpyfw-item:nth-child(odd):hover{
    margin-top: -0.65rem;
}
.cpyfw-item:nth-child(1) {
    background: url(../second/images/cpyfw-img1.png) no-repeat #244850;
    background-size: cover;
    margin-top: 0;
}
.cpyfw-item:nth-child(1):hover{
    margin-top:-.05rem
}
.cpyfw-item:nth-child(1) .cpyfw-item-link a:hover{
    color: #244850;
}
.cpyfw-item:nth-child(2) {
    background: url(../second/images/cpyfw-img2.png) no-repeat #1F2752;
    background-size: cover;
    margin-top: 1.3rem;
}
.cpyfw-item:nth-child(2):hover{
    margin-top:1.25rem
}
.cpyfw-item:nth-child(2) .cpyfw-item-link a:hover{
    color: #1F2752;
}
.cpyfw-item:nth-child(3) {
    background: url(../second/images/cpyfw-img3.png) no-repeat #463C32;
    background-size: cover;
}
.cpyfw-item:nth-child(3) .cpyfw-item-link a:hover{
    color: #463C32;
}
.cpyfw-item:nth-child(4) {
    background: url(../second/images/cpyfw-img4.png) no-repeat #451515;
    background-size: cover;
}
.cpyfw-item:nth-child(4) .cpyfw-item-link a:hover{
    color: #451515;
}
.cpyfw-item:nth-child(5) {
    background: url(../second/images/cpyfw-img5.png) no-repeat #1D0F43;
    background-size: cover;
}
.cpyfw-item:nth-child(5) .cpyfw-item-link a:hover{
    color: #1D0F43;
}
.cpyfw-item:nth-child(6) {
    background: url(../second/images/cpyfw-img6.png) no-repeat #36341C;
    background-size: cover;
}
.cpyfw-item:nth-child(6) .cpyfw-item-link a:hover{
    color: #36341C;
}
.cpyfw-item:nth-child(7) {
    background: url(../second/images/cpyfw-img7.png) no-repeat #054468;
    background-size: cover;
}
.cpyfw-item:nth-child(7) .cpyfw-item-link a:hover{
    color: #054468;
}
/*产品与服务列表*/
.cpyfwList-top {
    /* text-align:center; */
    position: relative;
    background: url(../second/images/cplist-top.png);
    background-size: cover;
}

.cpyfwlList-title {
    width: 2.5rem;
    height: 0.55rem;
    background: #04075D;
    border-radius: 0.13rem;
    color: #fff;
    text-align: center;
    position: relative;
    margin: 0 auto;
    top: -0.275rem;
transition:all .3s;
border:0.015rem solid #e0e0e0;
}
.cpyfwlList-title:hover{
     top: -0.3rem;
}

.cpyfwlList-title p {
   padding:.03rem .05rem;
    background: #53400E;
    border-radius: 0.026rem;
    color: #EAD49D;
    position: absolute;
    top: 0.04rem;
    font-size: 0.07rem;
}

.cpyfwlList-title span {
    font-size: 0.14rem;
    font-weight: bold;
    color: #fff;
    line-height: 0.6rem;
}

.cpyfwlList-title a {
    display: inline-block
}

.cpyfwlList-content {
    width: 75%;
    margin: 0 auto;
    margin-top: .2rem;
}

.cpyfwlList-content {
    color: #1E1E1E;
    font-size: 0.093rem;
    line-height: 0.157rem;
}

.cpyfwlList-content img {
    width: 60%;
    display: block;
    margin: 0 auto;
    margin-top: .2rem;
}

.cpyfwlList-cpgn {
    width: 87.5%;
    margin: 0 auto;
    overflow: hidden;
    margin-top: .3rem;
    padding-bottom: .6rem;
    position: relative;
}

.cpgn-item {
    width: 17% !important;
    margin-left: 3% !important;
    height: 1.5625rem;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    padding: 0.234rem;
    position: relative;
    transition: .8s;
}

.cpgn-item:after {
    position: absolute;
    display: block;
    content: '';
    width: 96%;
    height: 96%;
    top: 2%;
    border: 1px solid #04075D;
    border-radius: 50%;
    left: 2%;
}

.swiper-container-cpgn {
    height: 2.5rem;
}

.cpyfwlList-cpgn:after {
    content: '';
    display: block;
    width: 100%;
    height: 4rem;
    border-top: 2px solid #04075D;
    border-radius: 50%;
    position: absolute;
    top: 22%;
    z-index: -1;
    left: -.15%;

}

.cpyfwlList-cpgn .swiper-slide-next {
    margin-top: 0.4rem;
}

.cpyfwlList-cpgn .swiper-slide-active {
    margin-top: 0;
}

.cpyfwlList-cpgn .swiper-slide-prev {
    margin-top: 0.4rem;
}

.cpyfwlList-cpgn .next,
.cpyfwlList-cpgn .prev {
    margin-top: 0.8rem;
}

.cpyfwlList-cpgn .next1,
.cpyfwlList-cpgn .prev1 {
    margin-top: 1.2rem;
}

.cpgn-item-img {
    width: 0.276rem;
    height: 0.276rem;
    margin: 0 auto;
    background: #04075D;
    border-radius: 50%;
    line-height: 0.276rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cpgn-item-img img {
    width: 60%;
}

.cpgn-item-title {
    font-size: 0.125rem;
    color: #04075D;
    font-weight: bold;
    margin-top: .078rem;
}

.cpgn-item-sum {
    font-size: 0.084rem;
    line-height: 0.1145rem;
    margin-top: 0.052rem;
}

.cpyfwlList-cpgn .swiper-slide-active {
    background: #04075D
}

.cpyfwlList-cpgn .swiper-slide-active:after {
    border: 1px solid #fff;
}

.cpyfwlList-cpgn .swiper-slide-active .cpgn-item-title {
    color: #fff;
}

.cpyfwlList-cpgn .swiper-slide-active .cpgn-item-sum {
    color: #fff;
}

.cpyfwlList-cpgn .swiper-slide-active .cpgn-item-img {
    background: #7C5F12
}
.cpgn-item:hover{
    background: #04075D;
}
.cpgn-item:hover:after {
    border: 1px solid #fff;
}
.cpgn-item:hover .cpgn-item-title{
    color: #fff;
}
.cpgn-item:hover  .cpgn-item-sum {
    color: #fff;
}

.cpgn-item:hover  .cpgn-item-img {
    background: #7C5F12;
}
.cpyfwList-bt {
    text-align: center;
    font-size: 0.177rem;
    color: #04075D;
    font-weight: bold;
    margin-bottom: .2rem;
}

.swiper-button-next-cpgn {
    width: 0.234rem;
    height: 0.234rem;
    background: url(../second/images/second-right.png);
    background-size: 100%;
    margin: 0 auto;
    position: absolute;
    left: 50.5%;
}
.swiper-button-next-cpgn:hover{
  background: url(../second/images/second-rightHover.png);
    background-size: 100%;
}
.swiper-button-prev-cpgn {
    width: 0.234rem;
    height: 0.234rem;
    background: url(../second/images/second-left.png);
    background-size: 100%;
    margin: 0 auto;
    position: absolute;
    right: 50.5%;
}
.swiper-button-prev-cpgn:hover{
  background: url(../second/images/second-leftHover.png);
    background-size: 100%;
}

.cpyfwList-bottom {
    background: url(../second/images/cplist-bottom.png);
    background-size: cover;
    padding-bottom: .5rem;
}

.cpyfwList-cpld {
    margin-bottom: .5rem;
}

.cpld-title {
    text-align: center;
    color: #fff;
    font-size: 0.177rem;
    font-weight: bold;
    padding: .3rem 0;
}

.cpld-content {
    display: flex;
    width: 60%;
    margin: 0 auto;
    color: #fff;
    justify-content: space-between
}

.cpld-item {
    width: 17%;
    height: 1.5625rem;
    background: rgba(255, 255, 255, .5);
    border-radius: .1rem;
    padding: 0.26rem 0.105rem;
    transition: .4s;
    border: 1px solid #707070;
}

.cpld-item-title {
    font-size: 0.105rem;
    font-weight: bold;
    text-align: center;
}

.cpld-item-title:after {
    content: '';
    display: block;
    width: 30%;
    height: 0.02rem;
    background: #1127A0;
    margin: 0 auto;
    margin-top: .05rem;
}

.cpld-item-sum {
    font-size: 0.0833rem;
    line-height: 0.1145rem;
    margin-top: .07rem
}

.cpld-item:hover {
    margin-top: -.12rem;
    background: #1127A0;
}

.cpld-item:hover .cpld-item-title:after {
    background: #fff;
}

.yyly-title {
    text-align: center;
    color: #fff;
    font-size: 0.177rem;
    font-weight: bold;
    padding: .3rem 0;
}

.yyly-content {
    width: 75%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.yyly-item {
    width: 32%;
    position: relative;
    overflow: hidden;

}

.yyly-item img {
    width: 100%;
    transition: transform .4s;
}

.yyly-item img:hover {
    transform: scale(1.05);
}

.yyly-item-title {
    position: absolute;
    bottom: .12rem;
    font-size: 0.104rem;
    color: #04075D;
    font-weight: bold;
    left: 50%;
    transform: translateX(-50%);
}

/*解决方案*/

.second-zw{
padding-top:3.9rem;
}
.jjfa-banner .banner-bg{
   animation:none;
}

.jjfa-banner .banner-c2{
    animation: NewBannerAni 6s linear infinite;
}
.zhd-jjfa {
    background: url(../second/images/jjfa-bg.png) no-repeat;
    background-size: cover;
    position: relative;
}

.jjfa-top {
    text-align: center;
    padding: .6rem 0;
    position: relative;
    width: 73%;
    margin: 0 auto;
    z-index: 1
}

.jjfa-hidden {
    width: 100%;
    height: 3.4rem;
}

.jjfa-sibling {
    position: relative;
}

.jjfa-top-img {
    color: #fff;
    font-size: 0.208rem;
    font-weight: bold;
    line-height: 0.276rem;
    background: url(../second/images/tyjjfa-icon.png) no-repeat center;
    width: 2.7135rem;
    height: 2.203rem;
    margin: 0 auto;
    background-size: cover;
    padding-top: .7rem;
    padding-left: .3rem;
    position:relative;
cursor:pointer;
}
.jjfa-top-img:after{
    content:'';
    position:absolute;
    width:0.98rem;
    height:0.98rem;
    background:rgba(4, 7, 93,0);
    border-radius:50%;
    left:1.02rem;
    top:.55rem;
    z-index:-1;
    transition:background .3s;
}
.jjfa-top-img:hover:after{
    background:rgba(4, 7, 93, 0.61);
}
.jjfa-top ul li {
    position: absolute;
    font-size: 0.1458rem;
    font-weight: bold;
    background: rgba(255, 255, 255, .61);
    padding: 0.182rem 0.234rem;
    border-radius: .1rem;
    transition:transform .3s;
}

.jjfa-top ul li:nth-child(1) {
    top: .2rem;
    left: .7rem;
}

.jjfa-top ul li:nth-child(2) {
    top: 1rem;
    left: .1rem;
}

.jjfa-top ul li:nth-child(3) {
    bottom: 1.1rem;
    left: .2rem;
}

.jjfa-top ul li:nth-child(4) {
    bottom: .2rem;
    left: .6rem;
}

.jjfa-top ul li:nth-child(5) {
    top: .3rem;
    right: .4rem;
}
.jjfa-top ul li:nth-child(6) {
   top: 1.05rem;
    right: .2rem;
}

.jjfa-top ul li:nth-child(7) {
    bottom: 1.1rem;
    right: -.4rem;
}

.jjfa-top ul li:nth-child(8) {
    bottom: .2rem;
    right: 0rem;
}

.jjfa-top ul li:hover {
    background: rgba(4, 7, 93, 0.61);
    transform: scale(1.05);
}

.jjfa-top ul li:hover a {
    color: #fff;
}

.hyyy-title {
    font-size: 0.208rem;
    text-align: center;
    font-weight: bold;
    color: #04075D;
}

.jjfa-bottom {
    background: rgba(255, 255, 255, .25);
    display: flex;
    position: relative;
    margin-top: .4rem;
    z-index: 2
}

.jjfa-bottom-left {
    width: 100%;
    display: flex;
    align-items: center;
}



.jjfa-bottom-inner {
    display: flex;
    width: 95%;
    margin-left:5%;
    height: 100%;
}

.swiper-jjfaThumb {
   width: 10%;
    height: 100%;
    background: rgba(255, 255, 255, .5);
}

.swiper-jjfaThumb .swiper-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-jjfaThumb .jjfa-thmb {
    font-size: 0.104rem;
    height: 0.4rem !important;
    line-height: 0.4rem;
    color: #1B1F8D;
    width: 0.59rem;
    border-bottom: 1px solid #C2A14D;
    cursor: pointer;
    transition: all .3s;
}

.swiper-jjfaThumb .swiper-slide-thumb-active span {
    font-weight: bold;
  margin-left: .05rem;
}

.swiper-jjfaThumb .jjfa-thmb span {
    transition: margin .3s ,font-weight .3s;

}

.swiper-jjfaThumb .jjfa-thmb:hover span {
    margin-left: .05rem;
font-weight:bold;
}

.swiper-jjfa {
    width: 90%;
    position: relative;
}

.jjfa-title h2 {
    font-size: 0.177rem;
    color: #1B1F8D;
    font-weight: bold;
}
.swiper-jjfa .swiper-slide{
    display:flex;
}
.bottom-right-img{
    width:4.890625rem;
    height:4.828125rem;
overflow:hidden;
}
.bottom-right-img img{
       width:100%;
    height:100%;
    transition: transform .3s;
}
.bottom-right-img img:hover{
    transform:scale(1.03);
}

.jjfa-title {
    margin-bottom: .2rem;
}

.jjfa-title p {
    color: #585858;
    font-size: 0.125rem;
    line-height: .2rem;
    margin-top: .1rem;
}

.jjfa-outer {
    margin-top: 0.469rem;
    width: 30%;
    margin-left: .6rem;
    margin-right: .5rem;
}

.jjfa-contain {
    width: 100%;
}

.jjfa-txt a {
    display: block;
    width: 2.119rem;
    height: 0.296rem;
    line-height: 0.296rem;
    font-size: 0.10416rem;
    color: #585858;
    border: 1px solid #EAD49D;
    background: #fff;
    margin-top: .05rem;
    padding: 0 .1rem;
}

.jjfa-txt a:hover {
    color: #1B1F8D;
}

.swiper-button-next-jjfa {
    width: 0.234rem;
    height: 0.234rem;
    background: url(../second/images/second-right.png);
    background-size: 100%;
    margin: 0 auto;
    position: absolute;
    bottom: .5rem;
    left: .95rem;
    z-index: 99;
    cursor: pointer;
}
.swiper-button-next-jjfa:hover{
    background: url(../second/images/second-rightHover.png);
     background-size: 100%;
}
.swiper-button-prev-jjfa {
    width: 0.234rem;
    height: 0.234rem;
    background: url(../second/images/second-left.png);
    background-size: 100%;
    margin: 0 auto;
    position: absolute;
    bottom: .5rem;
    left: .6rem;
    z-index: 99;
    cursor: pointer;
}
.swiper-button-prev-jjfa:hover{
    background: url(../second/images/second-leftHover.png);
     background-size: 100%;
}

/*解决方案列表*/
.zhd-jjfaList-top {
    background: url(../second/images/jjfaList-topBg.png) no-repeat;
    background-size: cover;
    padding: 0 12.5%;
    height: 3.3125rem;
}

.jjfaList-top-bg {
    width: 57%;

}

.jjfaList-top-bg h1 {
    font-size: 0.26rem;
    color: #fff;
    line-height: 1rem;
    font-weight: bold;
}

.jjfaList-title {
    font-size: 0.15625rem;
    color: #EEEBF4;
    font-weight: bold;
    display: inline-block;
    position: relative;
    margin-bottom: .16rem;
}

.jjfaList-title1 {
    color: #04075D
}

.jjfaList-title span {
    margin: 0 .07rem;
}

.jjfaList-title:before {
    content: '';
    display: block;
    width: 0.0104rem;
    height: 0.151rem;
    background: #81EFFC;
    position: absolute;
    margin-right: .1rem;
    left: 0;
}

.jjfaList-title:after {
    content: '';
    display: block;
    width: 0.0104rem;
    height: 0.151rem;
    background: #81EFFC;
    position: absolute;
    /* margin-right: .1rem; */
    right: 0;
    top: 0;
}

.jjfaList-sum {
    font-size: 0.09375rem;
    line-height: 0.16rem;
    text-align: justify;
    color: #585858;
margin-bottom:0.05rem;
}

.jjfaList-sum1 {
    color: #fff;
}

.zhd-jjfaList-center {
    background: url(../second/images/jjfaList-centerBg.png) no-repeat;
    background-size: cover;
    padding: 3% 12.5%;
}
.jjfaList-center-faT{
  margin-bottom:.5rem;
}
.jjfaList-center-fa {
    display: flex;
    justify-content: space-between;
}

.center-fa-left {
    width: 48%;
}

.center-fa-right {
    width: 49%;
}

.center-fa-right img {
    width: 100%;
}

.jjfaList-center-contain {
/*     overflow: hidden; */
    display:flex;
    flex-wrap:wrap;
/*     justify-content:space-between; */
}

.jjfaList-center-item {
/*     float: left; */
    width: 22.6%;
     margin-right: 3.2%;
    height: 1.67rem;
    background: url(../second/images/jjfaList-hxnlBg.png) no-repeat right bottom #122372;
    background-size: 100%;
    border: 1px solid #122372;
    border-radius: 20px;
    margin-bottom: .2rem;
    padding: 3% 2.5%;
    margin-top: .05rem;
    transition: margin .3s;
}

.jjfaList-center-item:nth-child(4n) {
    margin-right: 0
}

.jjfaList-center-item h3 {
    font-size: 0.104rem;
    text-align: center;
    font-weight: bold;
    color: #fff;
    line-height: .13rem;
}
.center-item-sum{
    color:#fff;
    font-size:0.095rem;
    line-height:0.12rem;
text-align:justify;
}
.jjfaList-center-item h3:after {
    content: '';
    display: block;
    width: 0.3385rem;
    height: 0.0208rem;
    background: #fff;
    margin: .06rem auto;
}

.jjfaList-center-item:hover {
/*      background: url(../second/images/jjfaList-hxnlBg.png) no-repeat right bottom #E3E7E9;
    background-size: 100%;
    border: 1px solid #fff; */
    margin-top: 0rem;
}

/* .jjfaList-center-item:hover h3 {
        color: #585858;

}

.jjfaList-center-item:hover h3:after {
    background: #122372;
    width: 0.3385rem;
    height: 0.0208rem;
}

.jjfaList-center-item:hover .center-item-sum {
    color: #585858;
} */


.jjfaList-center-item:hover .center-item-sum {
    color: #fff;
}

.zhd-jjfaList-bottom {
    background :#030333;
     padding-top:3%;
    padding-bottom: 10%;
    height: 3.84375rem;
    position:relative;
}
.jjfaList-bottom-fays{
    width:7.5rem;
margin:0 auto;
}
.jjfaList-bottom-imghx{
     position:absolute;
     bottom:0;
     animation: NewBannerAni 6s linear infinite;
     width: 100%;
}

.jjfaList-bottom-imghx img{
width:100%;
}
.jjfaList-center-hxnl {
    margin-top: .3rem;
}

.jjfaList-bottom-contain {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    margin-top: .2rem;

}
.jjfaList-bottom-contain .swiper-wrapper{
    justify-content:center;
}

.jjfaList-bottom-item {
     width: 11.6% !important;
    margin-right: .2rem !important;
    padding: 2.5% 2% 5% 2%;
    border-radius: .1rem;
    float: left;
    transition: margin .3s;
    margin-top: .05rem;
}

.jjfaList-bottom-item:nth-child(3n+1) {
    background: rgba(196, 186, 157, 0.56);
}

.jjfaList-bottom-item:nth-child(3n+2) {
    background: rgba(217, 203, 166, 0.56);
}

.jjfaList-bottom-item:nth-child(3n+3) {
    background: rgba(170, 163, 139, 0.56);
}

.jjfaList-bottom-item h3 {
    font-size: 0.104rem;
    text-align: center;
    font-weight: bold;
    color: #fff;
    line-height: 0.15625rem;
}

.jjfaList-bottom-item h3:after {
    content: '';
    display: block;
    width: 0.3385rem;
    height: 0.0208rem;
    background: #C2A14D;
    margin: .03rem auto;
}

.jjfaList-bottom-item:hover {
    margin-top: 0rem;
}

.bottom-item-sum {
    font-size: 0.082rem;
    line-height: 0.125rem;
    color: #fff;
    text-align: justify;
    margin-top: .1rem
}
.zhd-jjfaList-jdal {
    background: url(../second/images/jjfaList-centerBg.png) no-repeat;
    background-size: cover;
    padding: 3% 12.5%;
  padding-bottom:5%;
}

.zhd-jjfaList-jdal .jdal_logos {
    width: 100%;
}

.zhd-jjfaList-jdal .jdal_logos ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.05rem;
}

.zhd-jjfaList-jdal .jdal_logos ul li {
    width: 20%;
    height: 0.5rem;
    line-height: 0.5rem;
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
    background-color: #ffffff;
    cursor: pointer;
    overflow: hidden;
    position: relative;
}

.zhd-jjfaList-jdal .jdal_logos ul li div {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    z-index: 2;
    transition: all 0.5s;
    background-color: #04075D;
}

.zhd-jjfaList-jdal .jdal_logos ul li:hover div  {
    left: 0;
    transition: all 0.5s;
}

.zhd-jjfaList-jdal .jdal_logos ul li img {
    width:auto;
    height: auto;
    margin: auto;
}

/*资讯动态*/
.zxdt-banner .banner-bg{
    background:url(../second/images/zxdt-bannerBg.jpg);
    background-size: cover;
}
.zxdt-top{
    padding:3% 12.5%;
}
.zxdt-top-title{
    position:relative;
}
.zxdt-top-title span{
    color:#1E1E1E;
    font-weight:bold;
    font-size:0.2604rem;
}
.zxdt-top-title a{
    font-size:0.0833rem;
    color:#2355B2;
    padding-right:.1rem;
    background:url(../second/images/more-blue.png) no-repeat right;
    position:absolute;
    right:0;
    transition:padding .3s;
}
.zxdt-top-title a:hover{
    padding-right:.15rem;
}
.zxdt-top-contain{
    display:flex;
    margin:.4rem 0;
}
.zxdt-top-item{
    padding:.15rem .2rem;
    border:1px solid #E0E0E0;
    height:1.5052rem;
    position:relative;
    width:33.3%;
    transition:background .3s;
}
.zxdt-top-item:hover{
    background:#EFF4FF;
}
.zxdt-top-item:nth-child(2){
    border-left:0;
    border-right:0;
}
.zxdt-top-item-title{
    font-size:0.125rem;
    margin-bottom:.1rem;
    line-height:0.15625rem;
}
.zxdt-top-item-title a{
    color:#1e1e1e;
}
.zxdt-top-item-title a:hover{
    color:#2355B2;
}
.zxdt-top-item-sum{
    font-size:0.0833rem;
    line-height:.125rem;
    color:#9B9B9B;
    text-align:justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.zxdt-top-item-date{
    position:absolute;
    bottom:0.2rem;
    font-size:0.09375rem;
    color:#2355B2;
}
.zxdt-bottom{
    background:#EEEBF4;
    position:relative;
    height:5.245rem;
}
.zxdt-bottom-left{
    width:66.5%;
    background:#122372;
    padding-top:.4167rem;
    height:4.0625rem;
    position:relative;
}
.zxdt-bottom-img{
    position:absolute;
    right:0;
    bottom:0.5573rem;
    width:4.1rem;
}
.zxdt-bottom-img img{
    width:100%;
    background-size:cover;
}
.zxdt-bottom-contain{
    background:#fff;
    width:80%;
    margin-left:10%;
    margin-top:.26rem;
    padding:0.26rem 0.65rem;
    position:absolute;
    height: 3.748rem;
}
.zxdt-bottom-title{
    width: 65%;
    margin:0 auto;
    position:relative;
}
.zxdt-bottom-title span{
    color:#fff;
    font-weight:bold;
    font-size:0.2604rem;
}
.zxdt-bottom-title a{
    font-size:0.0833rem;
    color:#fff;
    padding-right:.1rem;
    background:url(../second/images/more-white.png) no-repeat right;
    position:absolute;
    right:0;
    bottom:0;
 transition:padding .3s;
}
.zxdt-bottom-title a:hover{
    padding-right:.15rem;

}
.zxdt-bottom-item{
    width:3.82rem;
    border-bottom:1px solid #EBEEF4;
    margin-bottom:0.3125rem;
    padding-bottom:0.15625rem;
}
.zxdt-bottom-item-title{
    font-size:0.125rem;
    line-height:.3rem;
}
.zxdt-bottom-item-title a{
    color:#1e1e1e;
}
.zxdt-bottom-item:hover .zxdt-bottom-item-title a{
    color:#2355B2;
}
.zxdt-bottom-item-sum{
    font-size:0.0833rem;
    color:#9B9B9B;
}
.zxdt-bottom-item-sum{
    text-align:justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
/*资讯动态列表*/
.zhd-zxdtList{
    padding:0 12.5%;
}
.zxdtList-top{
    font-size:0.26rem;
    font-weight:bold;
    padding:.46rem 0;
}

.zxdtList-contain{

 overflow:hidden;
}
.zxdtList-item{
    padding:.15rem .2rem;
    border:1px solid #E0E0E0;
    height:1.5052rem;
    position:relative;
    width:49.5%;
    transition:background .3s;
        float:left;
}
.zxdtList-item:hover{
    background:#EFF4FF;
}
/*.zxdtList-item:nth-child(2n){
    border-left:0;

}
.zxdtList-item:nth-child(1),.zxdtList-item:nth-child(2){
    border-top:1px solid #E0E0E0;
}*/
.zxdtList-item-title{
    font-size:0.125rem;
    margin-bottom:.1rem;
    line-height:0.15625rem;
}
.zxdtList-item-title a{
    color:#1e1e1e;
}
.zxdtList-item-title a:hover{
    color:#2355B2;
}
.zxdtList-item-sum{
    font-size:0.0833rem;
    line-height:.125rem;
    color:#9B9B9B;
    text-align:justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.zxdtList-item-date{
    position:absolute;
    bottom:0.2rem;
    font-size:0.09375rem;
    color:#2355B2;
}
/*资讯动态详情*/
.zhd-zxdtDetail {
    padding: 7% 12.5%;
    position: relative;
}

.zxdtDetail-top {
    width: 48.6%;
    left: 50%;
    height: 0.9375rem;
    background: #04075D;
    border-radius: 0.13rem;
    position: absolute;
    top: -0.46875rem;
    transform: translateX(-50%);
    padding: 0.2rem 0;
}

.zxdtDetail-title {
    text-align: center;
    color: #fff;
    font-size: 0.19rem;
    font-weight: bold;
    height:.45rem;
    width: 80%;
    margin: 0 auto;
    line-height: .2rem;
}


.zxdtDetai-daso {
    display: flex;
    justify-content: space-between;
    width: 2.16145rem;
    margin: 0 auto;
    color: #fff;
    font-size: 0.083rem;
}

.zxdtDetai-content {
    font-size: 0.09375rem;
    line-height: 0.15625rem;
    text-indent: 2em;

}

.zxdtDetai-content p {
    margin-bottom: .15rem;
}

.zxdtDetai-content img {
    display: block;
    width: 50%;
    margin: .2rem auto;
}

/*公司介绍*/
.gsjs-banner .banner-bg{
    background:url(../second/images/gsjs-bannerBg.jpg);
    background-size: cover;
}
.zhd-gsjs {
    position: relative;
}


.gsjs-top {
    width: 75%;
    margin: 0 auto;
    height: 1.5rem;
    background: rgba(0, 0, 0, .75);
    border-radius: 0.333rem 0.333rem 0 0;
    text-align: center;
    padding: .4rem 0;
    color: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -1.5rem;
    z-index: 1
}

.gsjs-position {
    bottom: 1.7rem
}

.gsjs-top-title {
    font-size: 0.2604rem;
    font-weight: bold;
}

.gsjs-top h4 {
    font-size: 0.10416rem;
    margin-top: .15rem;
}

.gsjs-top p {
    font-size: 0.08333rem;
    line-height: 0.1354rem;
    width: 78%;
    margin: 0 auto;
    text-align: left;
    margin-top: .1rem;
    text-indent: 2em;
}

.gsjs-other {
    background: #EEEBF4;
    padding: .2rem 12.5%;
    font-size: 0.0833rem;
    line-height: 0.1354rem;
    text-indent: 2em;
position: relative;
}

.gsjs-other p {
    width: 78%;
    margin: 0 auto;
font-size:0.1rem;
    margin-bottom: 0.12rem;
}
.gsjs-other-title1 {
            width: 78%;
            margin: 0 auto;
            margin-bottom: 0.05rem;
            font-size: 0.12rem;
     }
.gsjs-other-title2 {
    display:block;
    width: 78%;
    margin: 0 auto;
    margin-bottom: 0.02rem;
    font-size:0.11rem;
}
.gsjs-kysl {
    padding-left: 3.125rem;
    background: url(../second/images/gsjs-Ai.png) no-repeat .3rem 0;
    background-size: 2.8489rem;

}
.gsjs-kysl {
     background:  #000;
    background-size: 4.8489rem;
    display:flex;
    align-items:center;
    padding:0 5%;
 position:sticky;
     top: 0rem;
}
.gsjs-kysl-img{
    width: 2.6rem;
    animation: NewBannerAni 6s linear infinite;
}
.gsjs-kysl-img img{
    width:100%;
}
.gsjs-kysl ul {
    display: flex;
    height: 2.8125rem;
    align-items: center;
}

.gsjs-kysl ul li {
    width: 1.5625rem;
    height: 1.5625rem;
    text-align: center;
    border-radius: 0.2083rem;
    background: #122372;
    padding: .3rem 0;
    color: #fff;
    margin-left: .4rem;
    transition:margin .3s;
    cursor:pointer;
}
.gsjs-kysl ul li:hover{
    margin-top:-.06rem;
}

.gsjs-kysl ul li:nth-child(2) {
    background: #23045D;
}

.gsjs-kysl ul li:nth-child(3) {
    background: #1F4283;
}

.gsjs-kysl ul li h2 {
    font-size: 0.15625rem;
    max-width: 1rem;
    margin: 0 auto;
    line-height: .2rem;
    height: 0.3125rem;

}

.gsjs-kysl ul li:nth-child(3) h2 {
    text-align: left;
}

.gsjs-kysl ul li h1 {
    font-size: 0.46875rem;
    font-weight: 700;
    margin-top: .1rem;

}

.gsjs-kysl ul li h1 span {
    font-size: 0.15625rem;
    font-weight: 400;
}

.gsjs-gsfz {
    background:#200336;
    padding: .3rem 12.5%;
    color: #fff;
    height: 4rem;
    background-size: 7rem;
    position:relative;
}

.gsfz-img{
    position:absolute;
    left:30%;
    top:0;
    width:70%;
    height:100%;
    z-inde:-1;
    overflow:hidden;
    padding-left: .1rem;
}
.gsfz-img img{
    width:100%;
    height:100%;
    /*animation: NewBannerAni 6s linear infinite;*/
}

.gsfz-title {
    font-size: 0.2604rem;
    font-weight: bold;
    margin-bottom: 0.2rem;
}

.gsjs-gsfz ul {
    position: relative;
}

.gsjs-gsfz ul li {
    width: 1.4rem;
    /* margin-right:.2rem; */
    background: #76839F;
    border-radius: 0.255rem;
    padding: .24rem 0.12rem;
    float: left;
    min-height: 1.6927rem;
    position: absolute;
    transition:top .3s;
    cursor:pointer;
z-index:9;
}

.gsjs-gsfz ul li:nth-child(1) {
    top: 0.5rem;
}
.gsjs-gsfz ul li:nth-child(1):hover{
    top:0.44rem;
}
.gsjs-gsfz ul li:nth-child(2) {
    background: #889BC6;
    top: 0rem;
    left: 1.6rem;
}
.gsjs-gsfz ul li:nth-child(2):hover{
    top:-0.06rem;
}
.gsjs-gsfz ul li:nth-child(3) {
    background: #6782BA;
    left: 3.2rem;
    top: -0.3rem;
}
.gsjs-gsfz ul li:nth-child(3):hover{
    top:-0.36rem;
}
.gsjs-gsfz ul li:nth-child(4) {
    background: #6485CC;
    left: 4.8rem;
    top: -0.6rem;
}
.gsjs-gsfz ul li:nth-child(4):hover{
    top:-0.66rem;
}
.gsjs-gsfz ul li:nth-child(5) {
    background: #3a599b;
    right:-0.3rem;
    top: -0.9rem;
}
.gsjs-gsfz ul li:nth-child(5):hover{
    top:-0.96rem;
}
.gsjs-gsfz ul li h2 {
    font-size: 0.208rem;
    font-weight: 700;
    margin-bottom: 0.03rem;
}

.gsjs-gsfz ul li p {
    font-size: 0.104rem;
    line-height: 0.1354rem;
    text-align: justify;
    margin-top: .12rem;
}

.gsjs-zzry {
    padding: .5rem 12.5%;
position: relative;
    background: #fff;
}

.ssictle {
    position: relative;
    margin-bottom: .1rem;
}

.ssictle h2 {
   color:#1E1E1E;
    font-weight:bold;
    font-size:0.2604rem;
}

.zzrytle {
    display: flex;
}

.yqzfal {
    position: absolute;
    right: 0;
    top: 0
}

.yqzfal li {
    width: 0.901rem;
    float: left;
    border-radius: 0.138rem;
    border: solid 1px #707070;
    color: #707070;
    font-size: 0.10416rem;
    text-align: center;
    line-height: 0.276rem;
    margin: 0 15px;
    cursor: pointer;
}

.yqzfal .yqactive {
    color: white;
    background: #2355B2;
}

.ryfly {
    overflow: hidden;
}

.ryfly li {
    float: left;
    width: 24%;
    margin-right: 1%;
    margin-top: 30px !important;

}

.ryfly li div {
    position: relative;
    height: 1.5625rem;
    /* width: 99%; */
}

.ryfly li div p {
    border: solid 1px #cccccc;
    display: grid;
    place-items: center;
    position: absolute;
    border-radius: 0.255rem;
    left: 0;
    top: 0;
    width: 99.2%;
    height: 100%;
    background: white;
}



.ryfly li div p img {
     max-width: 92%;
    max-height: 1.4rem;
    height: auto;
    transition: transform .3s;
    width: auto;
}

.ryfly li div p img:hover {
    transform: scale(1.05);
}

.ryfly li h4 {
    font-size: 0.083rem;
    margin-top: 20px;
    text-align: center;
    line-height: 28px;
    height: 60px;
    color: #585858;
}

.rypstles {
    position: relative;
    display: none;
}

.rySwiper {
    overflow: hidden;
}


.swiper-grid-column>.swiper-wrapper {
    flex-wrap: wrap;
}

.gsjs-qywh {
padding: .4rem 12.5%;
    background-size: cover;
    min-height:4.375rem;
    display: flex;
    justify-content: space-between;
    position:relative;
overflow:hidden;
}

.gsjs-qywh-imghx{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;

}
.gsjs-qywh-imghx img{
    width:100%;
    height:100%;
    animation: NewBannerAni 6s linear infinite;
}
.qywh-left{
    position:absolute;
    display: flex;
    flex-direction: column;
    width: 50%;
    left: 5%;
    top:3%;
}
.qywh-left-box{
    display:block;
    width: 86%;
    padding: 0.06rem 0.1rem;
    background: rgb(255,255,255,.79);
    margin-top: 0.1rem;
    border-radius: 0.1rem;
    color: #000;
}
.smll-p{
   display:none;
}
.qywh-title1{
    font-size: 0.18rem;
    color: #000;
    margin-bottom: 0.03rem;
}

.qywh-left h1 {
    font-size: 0.26rem;
    font-weight: bold;
    color: #fff;
   /* height: .5rem;*/
}

.qywh-left p {
    font-size: 0.1rem;
    color: #000;
    line-height: .12rem;
    margin-top: 0.04rem;
}
.qywh-title2{
    font-size: 0.12rem !important;
    font-weight: normal !important;
}
.qywh-right {
     width: 45%;
    position: absolute;
    right: 4%;
top:11%;
}
.qywh-right-title{
    font-size: 0.26rem;
    font-weight: bold;
    color: #fff;
    position: absolute;
    top: -0.32rem;
    left: 0.2rem;
}
.qywh-lxwm{
    position: absolute;
    width: 100%;
    color: #fff;
    left: 0.18rem;
    text-align: center;
    font-size: 0.1rem;
    font-weight: bold;
}
.qywh-right ul {
    display: flex;
    flex-wrap: wrap;
}

.qywh-right ul li {
    width: 48%;
    margin-left: 2%;
    min-height: 1.3541rem;
    background: rgba(255, 255, 255, .79);
    border-radius: 0.2135rem;
    padding: .15rem .2rem;
    margin-bottom:.1rem;
}

.brantle h2 {
    font-size: 0.15625rem;
    font-weight: bold;
    color: #2355B2;
    margin-bottom: .15rem;
}

.brantle p {
    font-size: 0.10416rem;
    color: #000;
    line-height: .13rem;
}

.brantle p.bj {
    margin-bottom: .12rem;
}

/*案例中心*/
.zhd-khal>a{
   font-size:0.0833rem;
    color:#2355B2;
    padding-right:.1rem;
    background:url(../second/images/more-blue.png) no-repeat right;
    transition:padding .3s;
    text-align:right;
    display:block;
    margin-top:.3rem;
    position:absolute;
    right:15%;
}
.zhd-khal>a:hover{
    padding-right:.15rem;
}
.alzx-banner .banner-bg{
    animation:none;
}
.alzx-banner .banner-c2{
     animation: NewBannerAni 6s linear infinite;
}
.banner-c1,.banner-c2,.banner-c3{
    position: absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
}
.banner-c1{
  z-index:2;

}
.banner-bg img{
    width:100%;
    height:100%;
}
.zhd-khal{
    padding:.5rem 12.5%;
    background:url(../second/images/khal-bg.png);
    background-size:cover;
}
.khal-item{
    min-height:3.0208rem;
    background:#fff;
    border-radius:0.15625rem;
    padding:.2rem .3rem;
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:.2rem;
}

.khal-item-left{
    width:42%;
}

.khal-item-left ul{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}
.khal-item .khal-item-left  ul li{
    width:100%
}
.khal-item-two .khal-item-left  ul li{
    width:49%
}
.khal-item-left h1{
    font-size:0.15625rem;
    font-weight:bold;
    color:#585858;
    margin-bottom:.2rem;
}
.khal-item-left p{
    font-size:0.09375rem;
    color:#585858;
    line-height:0.15625rem;
    text-indent:2em;
}
.khal-item-left h2{
    font-size:0.11458rem;
    font-weight:bold;
    margin-top:.3rem;
    color:#585858;
    margin-bottom:.05rem;
}
.khal-item-right h2{
    font-size:0.11458rem;
    font-weight:bold;
    color:#585858;
    margin-bottom:.1rem;
}
.khal-item-left ul li{
    font-size:0.09375rem;
    color:#585858;
    line-height:0.15625rem;
}
.khal-item-right{
width:45%;
}

.khal-item-right ul{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}
.khal-item-right ul li{
    width:48%;
    margin-top:.1rem;
}
.khal-item-right ul li img{
 transition:transform .3s;
width:100%;
}
.khal-item-right ul li img:hover{
    transform:scale(1.05);
}
/*典型案例*/
.banner-alzx{
    display:flex;
    position:absolute;
    top:14%;
    left:7%;
    align-items:center;
}
.banner-alzx-left{
    width: 53%;
}
.banner-alzx-left img{
    width:100%;
}
.banner-alzx-right {
    width: 32%;
    color:#fff;
    margin-left: 1%;
}
.banner-alzx-right h1{
    font-size:0.2083rem;
    font-weight:bold;
}
.banner-alzx-right h2{
    font-size:0.2083rem;
    font-size:0.104rem;
    margin-top:.1rem;
}
.banner-alzx-right p{
    font-size:0.104rem;
    line-height:0.15625rem;
    margin-top:.4rem;
}
.zhd-alList{
    background:url(../second/images/khal-bg.png);
    background-size:cover;
}
.alList-top{
        padding:.3rem 12.5%;
}
.alList-top h1,.alList-bottom h1{
    font-size: 0.15625rem;
    color: #04075D;
    font-weight: bold;
    display: inline-block;
    position: relative;
    margin-bottom: .16rem;
}
.alList-top h1 span,.alList-bottom h1 span {
    margin: 0 .07rem;
}

.alList-top h1:before,.alList-bottom h1:before {
    content: '';
    display: block;
    width: 0.0104rem;
    height: 0.151rem;
    background: #5FA0C6;
    position: absolute;
    margin-right: .1rem;
    left: 0;
}

.alList-top h1:after,.alList-bottom h1:after  {
    content: '';
    display: block;
    width: 0.0104rem;
    height: 0.151rem;
    background: #5FA0C6;
    position: absolute;
    /* margin-right: .1rem; */
    right: 0;
    top: 0;
}
.alList-top p{
    font-size:0.09375rem;
    line-height:0.15625rem;
    margin-bottom:.15rem;
}
.alList-center{
    padding:.3rem 12.5%;
    background:rgba(18, 35, 114,0.37);
    display:flex;
    justify-content:space-between;
}
.alList-center-left{
    width: 33%;
    font-size:.18rem;
    font-weight:bold;
    color:#fff;
    line-height:.2rem;
    position:relative;
}
.alList-center-left:after{
    content:'';
    display:block;
    width:1px;
    height:.3rem;
    background:#fff;
    position:absolute;
    right:-.25rem;
    top:50%;
    transform:translateY(-50%);
}
.alList-center-right{
    width:57.3%;
    color:#fff;
    font-size:0.09375rem;
    line-height:.13rem
}
.alList-bottom{
    padding:.3rem 12.5%;
}
.alList-bottom-img{
    width:100%;
}
.alList-bottom-img img{
    width:100%;
}
.alList-bottom p{
    width:15%;
    position:absolute;
    font-size:0.09375rem;
    line-height:.15rem;
    color:#585858;
    text-align:justify;
}
.alList-bottom-wz{
    overflow:hidden;
}
.alList-bottom-wz .alList-bottom-img{
    width:80%;
    float:right
}

.alList-bottom-wz p{
    width:24%;
}

.alList-bottom-link{
    font-size:0.10416rem;
    color:#585858;
    margin-top:.1rem;
}
.alList-bottom-link a{
    color:#585858;
}
/*案例中心*/
.zhd-alTabul{
    padding:.4rem 6.25%;
    background:url(../second/images/khal-bg.png) no-repeat;
    background-size:cover;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}
.alTabul-item{
    width: 32%;
    background:#fff;
    text-align:center;
    height:2.635rem;
    overflow:hidden;
}
.alTabul-item img{
    width:100%;
    transition:transform .3s;
}
.alTabul-item img:hover{
    transform:scale(1.05);
}
.alTabul-item-title{
        font-size:0.1458rem;
    font-weight:bold;
    color:#585858;
    line-height:.4rem;
}
.alTabul-item-sum{
    height:.4rem;
    font-size:0.0833rem;
    color:#585858;
    padding:.1rem .1rem;
    line-height:.12rem;
}

.alTabul-item:nth-child(3n+1){
    margin-top:-.6rem;
}
.alTabul-item:nth-child(3n+2){
    margin-top:.0rem;
}
    .alTabul-item:nth-child(3n+3){
    margin-top:.6rem;
}
.alTabul-item:nth-child(1){
    margin-top:0rem;
}
.alTabul-item:nth-child(2){
    margin-top:.6rem;
}
    .alTabul-item:nth-child(3){
    margin-top:1.2rem;
}
.zhd-alTabul p{
    color:#5FA0C6;
    font-size:0.10416rem;
    margin:0 auto;
    line-height:0.515rem;
    display:none;
}


#loading img {
    height:0.515rem;
    margin-right:.15rem
}

#loading img {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
    -webkit-animation: rotate 2s linear infinite;
    -moz-animation: rotate 2s linear infinite;
    -o-animation: rotate 2s linear infinite;
    animation: rotate 2s linear infinite;
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(-360deg)
    }
}

@-moz-keyframes rotate {
    from {
        -moz-transform: rotate(0deg)
    }

    to {
        -moz-transform: rotate(-359deg)
    }
}

@-o-keyframes rotate {
    from {
        -o-transform: rotate(0deg)
    }

    to {
        -o-transform: rotate(-359deg)
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(-359deg)
    }
}
.alTabul-item-show{
    display:block;
}
.alTabul-item-hidden{
    display:none;
}
.foter_bottom{

     bottom: 0;
    z-index: -1;
}
.zhd-fzlm{
    padding:2% 12.5%;
}
.rczp-content{width:100%;display:flex;justify-content:space-between;margin:40px 0px;}
.rczp-item-title{font-size:.13rem;color:#fff;height:.52rem;font-weight:bold;}
.rczp-item-sum{font-size:.086rem;line-height:28px;}
.rczp-item-sum a{color:#fff;}
.rczp-item{width:23%;min-height: 1.6rem;background-size: 100% !important;padding:2%;box-sizing:border-box;overflow:hidden;transition:.3s;}
.rczp-item:hover{transform:scale(1.1)}
.rczp-itemyw{background:url(../images/rczp-yw.png) no-repeat}
.rczp-itemsj{background:url(../images/rczp-sj.png) no-repeat}
.rczp-itemss{background:url(../images/rczp-ss.png) no-repeat}
.rczp-itemkf{background:url(../images/rczp-kf.png) no-repeat}
.zxdt-contain{display:flex;justify-content:space-between;}

#Title{
	line-height: 50px;
	font-size: 30px;
	font-weight: bold;
}

#Content{
	margin-top:30px;
}
#Content p{
	text-align: justify;
	break-after: auto;
	position: relative;
	/* text-indent: 2em; */
	break-before: auto;
	line-height: 33px !important;
	vertical-align: baseline;
	font-size: 16px !important;
	color: #333333;
	margin-bottom:20px
}
@media screen and (max-width:1024px) {
   .banner-bg{animation:none}
.rczp-content{flex-wrap:wrap;}
.rczp-item{width:46%;box-sizing:border-box;margin:0 2%;padding:3%;min-height: 3.5rem;}
.rczp-item-title{font-size:.3rem;color:#fff;height:1rem;font-weight:bold;}
.rczp-item-sum{font-size:12px;line-height: .5rem;}
.rczp-item:hover{transform:scale(1)}
.zxdt-gzdt{width:90%;margin:0 auto;}
.zxdt-contain{display:inherit}
.news-top{border-bottom:1px solid #ddd;align-items:center;margin-top:20px}
.zxdt-contain .news-title{font-size:26px;}
.news-more{font-size:16px;}
.news-items{display:inherit;}
.news-item-title{font-size:22px;}
.news-item-date{font-size:18px;}
.news-item-sum{font-size:15px;}
.news-pic{width:100%;margin-bottom:20px;}
.news-right,.news-item-sum,.news-item-title{width:100%;}
.news-item-more{display:none}
.strhles{font-size:26px;}
.strhles h2{margin-right:20px;}
.struls .strRight h2{font-size:22px;}
.struls .strRight p{font-size:16px;}
.struls .xwmores{width:15%;height:30px;line-height:30px;}
.struls .xwmores img{margin-top:5px;}
}