.line1{    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #fff;}
.line1 img{    margin: 0 10px;
    display: block;}
    .flexc {
        align-items: center;}

    .w1240 {
        width: 1240px;
        margin: 0 auto;}

    .flex-left {
        display: flex;
        flex-wrap: wrap;}

    .boxs .box-hd {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;}

    .boxs .box-hd .tit {
        font-size: 24px;
        line-height: 1em;
        font-weight: 500;
        color: #2267b1;}

    .boxs .box-hd .more {}

    .boxs .box-hd .more a {
        font-size: 14px;
        color: #2267b1;}

    .boxs .box-hd .more a:hover {
        color: #671482;}

    .boxs .box-hd .more a i {
        margin-right: 5px;}

    .boxs .box-bd {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;}

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

    .img-box {
        position: relative;
        overflow: hidden;}

    .img-box .img {
        padding-bottom: 60%;
        transition: .5s;
        background-size: cover;
        display: block;
        background-repeat: no-repeat;
        background-position: center;}

    .img-box img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: .5s;}

    .img-box .tit {
        width: 100%;
        padding: 20px;
        position: absolute;
        left: 0;
        bottom: 0;
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.8), #000);
        font-size: 18px;
        color: #fff;}

    .img-box .logo {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        padding: 15px 20px;
        display: flex;
        align-items: center;}

    .img-box .logo:before {
        content: '';
        width: 3px;
        height: 20px;
        background: #fff;
        margin-right: 10px;}

    .img-box .logo i {
        font-size: 20px;
        color: #fff;
        margin-right: .05rem;}

    .img-box .logo h4 {
        font-size: 14px;
        color: #fff;}

    .section-c {
        padding: 35px 0 60px;
        width: 100%;
        background: url(../images/section-bg2.png) center no-repeat;
        background-size: cover;}

    .ztzl .box-hd {
        margin-bottom: 30px;}

    .ztzl .box-bd {
        width: 100%;}

    .ztzl .box-bd ul {
        width: 100%;}

    .ztzl .box-bd ul li {
        width: 15%;
        margin-right: 1.66666666666%;}

    .ztzl .box-bd ul li:nth-child(6) {
        margin-right: 0;}



    .ztzl .box-bd ul li a .img-box .img {
        padding-bottom: 0;
        height: 88px;}




.footer {height: auto;
    width: 100%;
    color: #fff;
    background-image: radial-gradient(circle, rgb(34 103 177 / 90%), #2267b1);}

    .tft {
        padding: 60px 0;}

    .tft .tft-a {}

    .tft .tft-a .logo {
        /*margin-left: .1rem;*/
        margin-bottom: 22px;}

    .tft .tft-a .logo img {
        margin: 15px 0;
        height: auto;}

    .tft .item .info p {
        margin-bottom: 10px;
        padding-left: 10px;}

    .tft .item .info p i {
        font-size: 18px;
        margin-right: 10px;}

    .tft .tft-b {
        padding-left: 30px;}

    .tft .tft-b .link {
        width: 560px;
        margin-top: 20px;}

    .tft .tft-b .link ul li {
        width: 25%;
        padding-bottom: 12px;}

    .tft .tft-b .link ul li a {
        color: #fff;}

    .tft .tft-c {}

    .tft .tft-c ul li {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        margin-right: 30px;
        cursor: pointer;
        height: 76px;
        position: relative;}



    .tft .tft-c ul li .app-icon {
        width: 48px;
        height: 48px;
        border-radius: 50%;
        text-align: center;
        line-height: 48px;}

    .tft .tft-c ul li .app-icon i {
        font-size: 24px;
        display: block;
        width: 100%;
        height: 100%;}

    .tft .tft-c ul li .app-icon i img {
        display: inline-block;
        margin: 13px auto;
        width: 25px;}

    .tft .tft-c ul li .weibo {
        background: #ff8200;}

    .tft .tft-c ul li .wechat {
        background: #07c160;}

    .tft .tft-c ul li .wechat i {
        font-size: 28px;}

    .tft .tft-c ul li .qq {
        background: #0085FF;}

    .tft .tft-c ul li .qq i {
        font-size: 28px;}

    .tft .tft-c ul li .app-qrcode {
        /*display: none;*/
        position: absolute;
        top: -150px;
        left: 50%;
        transform: translateX(-50%);
        background: #fff;
        padding: 5px;
        box-shadow: 0 0 10px rgba(0, 0, 0, .3);
        opacity: 0;
        visibility: hidden;
        transition: all .5s;}

    .tft .tft-c ul li .app-qrcode .app-qrcode-con {
        width: 128px;
        height: 128px;
        position: relative;}

    .tft .tft-c ul li .app-qrcode .app-qrcode-con:before {
        content: '';
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: -20px;
        border: 8px solid transparent;
        border-top-color: #fff;}

    .tft .tft-c ul li .app-qrcode .app-qrcode-con img {
        width: 100%;
        height: 100%;}

    .tft .tft-c ul li:hover .app-qrcode {
        opacity: 1;
        visibility: visible;}

    .tft .tft-c ul li:last-child {
        margin-right: 0;}

    .tft .tft-c ul li a {
        color: #fff;
        margin-bottom: 10px;}

    .footer .bft {
        width: 100%;
        background-color: rgba(0, 0, 0, 0.2);}

    .footer .bft p {
        font-size: 14px;
        line-height: 56px;
        color: #fff;}

    .footer .bft p a {
        color: #fff;}