.bgtext{
    width: 66%;
    height: 40%;
    position: absolute;
    top: 50%;
    left:22%;
    opacity: 0;
    animation:banner 0.5s 0.5s linear forwards;
    transform:translate(0%,50%);
}
@keyframes banner{
    0% {
        opacity: 0;    
        transform:translate(0%,50%);
    }
    50% {
        opacity: 0.5;
        transform:translate(0%,25%);
    }
    100% {
        opacity: 1;
        transform:translate(0%,0%);
    }
}
/* 首行缩进 */
.sj{
    text-indent: 2em;
}
/* banner样式 */
.floor-one .slider-wrapper{
    display: none;
}
.center-left {
    position: relative;
    z-index: 99;
}
.center-left>ul {
    min-width: 1rem;
    padding-left: 10px;
}
.center-left>ul>li {
    font-size: 16px;
    color: #595757;
    padding-bottom: .3rem;
    position: relative;
}
.center-left>ul.fixed{
    position: fixed;
    animation: aa .4s ease-in-out forwards;
}
@keyframes aa {
    0%{
        top: 1.8rem;
    }
    100% {
        top: 1rem;
    }
  }
.center-left>ul>li .foor-2{
    position: absolute;
    top: 0;
    left: 80px;
    display: none;
    z-index: 222;
    /* padding-left: .1rem; */
    background: #FFF;
}
.center-left>ul>li:hover>a{
    color: #005BAC;
}
.center-left>ul>li:hover .foor-2{
    display: block;
}
.center-left>ul>li .foor-2>li{
    padding: 0 10px;
    text-align: center;
    width: 240px;
    line-height: 35px;
    background: #F6F4F5FF;
    font-size: 14px;
    color: #595757FF;
    margin-bottom: 2px;
    cursor: pointer;
}
.center-left>ul>li .foor-2>li.active ,.center-left>ul>li .foor-2>li:hover{
    background: #005BAC;
    color: #fff;
}
.center-left>ul>li .foor-2>li.active ,.center-left>ul>li .foor-2>li>a{
    width: 240px;
    line-height: 35px;
    display: inline-block;
}
.center-left>ul>li .foor-2>li.active>a,.center-left>ul>li .foor-2>li:hover>a{
    color: #fff;
}
.center-left>ul>li.active>a{
    padding-bottom: 0.04rem;
    border-bottom: 0.02rem solid #005BAC;
}

.center-right {
    border-top: .03rem solid #F2F2F2;
    margin: 0 75px 68px 63px;
    padding-top: .8rem;
    width: 10rem;
    min-width: 880px;
    min-height: 5.7rem;
    background-size: contain;
    text-align: justify;
    animation: aa .4s ease-in-out forwards;
}
.floor-one{
    position: relative;
    width: 100%;
    height: 7.4rem;
    background-size:cover;
    background-repeat: no-repeat ;
}
.floor-one .topbar{
    max-width:14.4rem;
    min-width: 1200px;
    height:.72rem;
    opacity:0.8;
    background: #fff;
    box-shadow:0px 5px 19px 2px #c9caca59;
    opacity: 0.9;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: .66rem;
    z-index:999;
    padding: 0 0.36rem;
    box-sizing: border-box;
}
.floor-one .topbar.fixed{
    position: fixed;
    animation: reback .4s ease-in forwards;
}
@keyframes reback {
    0%{
        top: -.4rem;
    }
    100% {
      top: 0;
    }
  }
.floor-one .topbar .header-logo{
    width: 2rem;
    height: .72rem;
}
.floor-one .topbar .header-logo>a{
    display: block;
    width: 100%;
    height: 100%;
    background: url('../images/logo.png') center center no-repeat;
    background-size: contain;
}
.floor-one .topbar .header-logo>a>img{
    width: 100%;
    margin-top: .21rem;
}
.floor-one .topbar .header-nav>ul{
    /* margin-left:2.6rem; */
    min-width: 9rem;
    display: flex;
    justify-content: space-between;
}
.floor-one .topbar .header-nav>ul>li{
    /* float: left; */
    font-size:.16rem;
    color: #595757;
}
.floor-one .topbar .header-nav .patform{
    color: #005BAC !important;
}
.floor-one .topbar .header-nav>ul>li>a{
    display: block;
    margin: .22rem 0 0 0;
    padding-bottom: .08rem;
    position: relative;
}
.floor-one .topbar .header-nav ul>li>a:after {
    content: "";
    width: 0;
    height: .03rem;
    background: #005BAC;
    position: absolute;
    top: 100%;
    left: 50%;
    transition: all .2s;
}
.floor-one .topbar .header-nav ul>li>a:hover:after ,.floor-one .topbar .header-nav>ul>li>a.on:after{
    left: 0%;
    width: 100%;
}
.footer{
    width: 100%;
    background: #F2F2F2;
    margin-top: .52rem;
    padding: 0.3rem 0 0.4rem 0;
    box-sizing: border-box;
}
.footer .footer-center{
    max-width: 14.4rem;
    min-width: 1300px;
    margin:auto;
    color: #595757;
    margin: auto;
}
.footer .footer-center a{
    color: #595757;
}
.footer .footer-center a:hover{
    color: #005BAC;
}

.footer .footer-center .footer-links .col-links{
    margin-left: .4rem;
}
/* .footer .footer-center .footer-links .col-links:first-child{
    margin-left: 0;
} */
.footer .footer-center .footer-links .col-links>dt{
    font-size:16px;
    font-weight: bold;
    margin-bottom: .1rem;
}
.footer .footer-center .footer-links .col-links>dl{
    font-size:14px;
    margin-top: .06rem;
    position: relative;
}
.footer .footer-center .footer-links .col-links .qr-box .tool{
    position: absolute;
    width:1.26rem;
    height:1.26rem;
    background: #fff;
    border:1px solid rgba(188,188,188,1);
    border-radius:.06rem;
    top: -1.3rem;
    display: none;
    justify-content: center;
    align-items: center;
}
.footer .footer-center .footer-links .col-links .qr-box:hover .tool{
    display: flex;
}
.footer .footer-center .footer-links .col-links .qr-box .tool>img{
    width: 1.2rem;
    height: 1.2rem;
}
.footer .footer-center .footer-links .col-links1 {
    margin-left: 0.30rem;
}
.footer .footer-center .footer-links .col-links1 .share-box{
    margin-top: .3rem;
    position: relative;
    width: 104px;
}
.footer .footer-center .footer-links .col-links1 .share-box1 .tool{
    position: absolute;
    width:1.26rem;
    height:1.26rem;
    top: -1.3rem;
    left: -.4rem;
    background: #fff;
    border:1px solid rgba(188,188,188,1);
    border-radius:.06rem;
    display: none;
    justify-content: center;
    align-items: center;
}
.footer .footer-center .footer-links .col-links1 .share-box1 .tool>img{
    width: 1.2rem;
    height: 1.2rem;
}
.footer .footer-center .footer-links .col-links1 .share-box1:hover .tool{
    display: flex;
}
.footer .footer-center .footer-links .col-links1 .share{
    display: block;
    min-width: 34px;
    height: 34px;
    line-height: 34px;
    padding-top: 34px;
    text-align: center;
}
.footer .footer-center .footer-links .col-links1 .share.wb{
    background: url('../images/footer/wb.png') no-repeat center top;
}
.footer .footer-center .footer-links .col-links1 .share.wb:hover{
    background: url('../images/footer/wb-on.png') no-repeat center top;
}
.footer .footer-center .footer-links .col-links1 .share.sh{
    background: url('../images/footer/sh.png') no-repeat center top;
}
.footer .footer-center .footer-links .col-links1 .share.sh:hover{
    background: url('../images/footer/sh-on.png') no-repeat center top;
}
.footer .footer-center .footer-links .col-links1 .share.xm{
    background: url('../images/footer/xm.png') no-repeat center top;
}
.footer .footer-center .footer-links .col-links1 .share.xm:hover{
    background: url('../images/footer/xm-on.png') no-repeat center top;
}
.footer .footer-center .footer-links .col-links1 .share.wz{
    background: url('../images/footer/wz.png') no-repeat center top;
}
.footer .footer-center .footer-links .col-links1 .share.wz:hover{
    background: url('../images/footer/wz-on.png') no-repeat center top;
}
.max-footer  .copy{
    text-align: center;
    height: 48px;
    line-height: 48px;
    color: #595757;
    margin: auto;
    font-size: 14px;
}
.max-footer .copy a{
    margin-left: .2rem;
}


/* 分页样式 */
.page_list{
    display: flex;
    justify-content: center;
    margin-bottom: .56rem;
}
.page_list{
    display: flex;
    text-align: center;
    line-height: .28rem;
}
.page_list a {
    font-size: .14rem;
    margin-left: .15rem;
}
.page_list .pageleft{
    margin-left: .2rem;
}
.page_list a {
    color: #333333;
    border: 1px solid #E4E4E4;
    border-radius:.04rem;
    width: .28rem;
    height: .28rem;
    float: left;
}
.page_list a.location{
    width: .63rem;
}
.page_list a.on, .pagelist a:hover:not(.on) {
    background-color: #005BAC;
    color: #fff;
    border: 1px solid #005BAC;
}
.page_info {
    clear: both;
    width: 100%;
    font-size: 16px;
    text-align: center;
    color: #999;
}
.page_info span {
    padding: 0 .05rem;
    color: #666;
}

.page_info span:last-child {
    margin-left: .15rem;
}