@media (min-width:992px) {

    .Fwtx {
        padding: 60px 0;
    }

    .Fwtx * {
        box-sizing: border-box;
    }

    .Fwtx .Partbox {
        width: 1400px;
        margin: 0 auto;
        background: url(../images/center.png) no-repeat center center;
        position: relative;
    }

    .Fwtx .item {
        position: relative;
    }

    .Fwtx .item-1 {
        float: left;
        margin-left: 40px;
        width: 560px;
        height: 300px;
    }

    .Fwtx .item-2 {
        float: right;
        margin-right: 40px;
        width: 560px;
        height: 300px;
    }


    .Fwtx .item-3 {
        float: left;
        margin: 20px 0 20px 40px;
        width: 560px;
        height: 240px;
    }

    .Fwtx .item-4 {
        float: right;
        margin: 20px 40px 20px 0;
        width: 560px;
        height: 240px;
    }


    .Fwtx .item-5 {
        float: left;
        margin-left: 40px;
        width: 560px;
        height: 300px;
    }

    .Fwtx .item-6 {
        float: right;
        margin-right: 40px;
        width: 560px;
        height: 300px;
    }

    .Fwtx .item .ico {
        width: 200px;
        height: 200px;
        background-color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        position: absolute;
    }

    .Fwtx .item .ico img {
        max-width: 50px;
        max-height: 50px;
    }

    .Fwtx .item-1 .ico {
        right: 10px;
        bottom: -20px;
        border: 10px solid #104690;
        border-radius: 50%;
    }


    .Fwtx .item-2 .ico {
        left: 10px;
        bottom: -20px;
        border: 10px solid #2e80ba;
        border-radius: 50%;
    }


    .Fwtx .item-3 .ico {
        right: 50px;
        top: 50%;
        transform: translateY(-50%);
        border: 10px solid #119089;
        border-radius: 50%;
    }


    .Fwtx .item-4 .ico {
        left: 50px;
        top: 50%;
        transform: translateY(-50%);
        border: 10px solid #6589ba;
        border-radius: 50%;
    }


    .Fwtx .item-5 .ico {
        right: 10px;
        top: -20px;
        border: 10px solid #104690;
        border-radius: 50%;
    }


    .Fwtx .item-6 .ico {
        left: 10px;
        top: -20px;
        border: 10px solid #2e80ba;
        border-radius: 50%;
    }

    .Fwtx .item .ico .box {
        width: 212px;
        height: 212px;
        position: absolute;
        top: 50%;
        left: 50%;
        animation: circleRoate infinite linear 8s;
        margin-top: -106px;
        margin-left: -106px;
    }

    .Fwtx .item .ico p {
        font-size: 20px;
        margin-top: 10px;
        text-align: center;
    }

    .Fwtx .item .txt {
        width: 280px;
        border: 1px solid #d8e0eb;
        padding: 20px;
    }


    .Fwtx .item-1 .txt {
        height: 100%;
    }


    .Fwtx .item-2 .txt {
        float: right;
        height: 100%;
    }


    .Fwtx .item-3 .txt {
        height: 100%;
    }


    .Fwtx .item-4 .txt {
        float: right;
        height: 100%;
    }



    .Fwtx .item-5 .txt {
        height: 100%;
    }


    .Fwtx .item-6 .txt {
        float: right;
        height: 100%;
    }


    .Fwtx .item .ico .box::before {
        content: '';
        display: block;
        width: 13px;
        height: 13px;
        border-radius: 50%;
        border: 5px solid #fff;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        left: -10px;
    }


    .Fwtx .item:nth-child(2n) .ico .box::before {
        left: auto;
        right: -10px;
    }



    .Fwtx .item-1 .ico .box::before {
        background: #104690;
    }


    .Fwtx .item-2 .ico .box::before {
        background: #2e80ba;
    }


    .Fwtx .item-3 .ico .box::before {
        background: #119089;
    }


    .Fwtx .item-4 .ico .box::before {
        background: #6589ba;
    }


    .Fwtx .item-5 .ico .box::before {
        background: #104690;
    }


    .Fwtx .item-6 .ico .box::before {
        background: #2e80ba;
    }

    .Fwtx .item-1 .ico::after {
        background: #104690;
        display: block;
        content: '';
        width: 58px;
        height: 2px;
        position: absolute;
        top: 50%;
        left: -78px;
        transform: translateY(-50%);
    }


    .Fwtx .item-2 .ico::after {
        background: #2e80ba;
        display: block;
        content: '';
        width: 58px;
        height: 2px;
        position: absolute;
        top: 50%;
        right: -78px;
        transform: translateY(-50%);
    }



    .Fwtx .item-3 .ico::after {
        background: #119089;
        display: block;
        content: '';
        width: 18px;
        height: 2px;
        position: absolute;
        top: 50%;
        left: -38px;
        transform: translateY(-50%);
    }



    .Fwtx .item-4 .ico::after {
        background: #6589ba;
        display: block;
        content: '';
        width: 18px;
        height: 2px;
        position: absolute;
        top: 50%;
        right: -38px;
        transform: translateY(-50%);
    }



    .Fwtx .item-5 .ico::after {
        background: #104690;
        display: block;
        content: '';
        width: 58px;
        height: 2px;
        position: absolute;
        top: 50%;
        left: -78px;
        transform: translateY(-50%);
    }



    .Fwtx .item-6 .ico::after {
        background: #2e80ba;
        display: block;
        content: '';
        width: 58px;
        height: 2px;
        position: absolute;
        top: 50%;
        right: -78px;
        transform: translateY(-50%);
    }

    .Fwtx .item .txt .txtbox {
        margin-bottom: 20px;
    }

    .Fwtx .item:nth-child(odd) .txt .txtbox {
        text-align: right;
    }

    .Fwtx .item .txt .txtbox h2 {
        font-size: 18px;
        color: #000;
        margin-bottom: 10px;
    }

    .Fwtx .item .txt .txtbox ul li {
        color: #888888;
        line-height: 25px;
        font-size: 14px;
        position: relative;
    }

    .Fwtx .item:nth-child(odd) .txt .txtbox ul li {
        padding-right: 10px;
    }


    .Fwtx .item:nth-child(even) .txt .txtbox ul li {
        padding-left: 10px;
    }

    .Fwtx .item .txt .txtbox ul li::before {
        content: '';
        display: block;
        width: 4px;
        height: 4px;
        background: #2e80ba;
        border-radius: 50%;
        position: absolute;
        top: 10px;
    }

    .Fwtx .item:nth-child(odd) .txt .txtbox ul li::before {
        right: 0;
    }

    .Fwtx .item:nth-child(even) .txt .txtbox ul li::before {
        left: 0;
    }

    @keyframes circleRoate {
        from {
            transform: rotate(0deg) infinite;
        }

        to {
            transform: rotate(360deg);
        }
    }

}

@media (max-width:991.98px) {

    .Fwtx {
        padding: 60px 20px;
    }

    .Fwtx * {
        box-sizing: border-box;
    }

    .Fwtx .item {
        margin-bottom: 40px;
    }

    .Fwtx .item .ico {
        margin: 0 auto 40px;
        width: 200px;
        height: 200px;
        background-color: #fff;
        border: 10px solid #104690;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        position: relative;
    }

    .Fwtx .item .ico img {
        max-width: 50px;
        max-height: 50px;
    }

    .Fwtx .item .ico p {
        font-size: 20px;
        margin-top: 10px;
        text-align: center;
    }

    .Fwtx .item .ico .box {
        width: 212px;
        height: 212px;
        position: absolute;
        top: 50%;
        left: 50%;
        animation: circleRoate infinite linear 8s;
        margin-top: -106px;
        margin-left: -106px;
    }


    .Fwtx .item .ico .box::before {
        content: '';
        display: block;
        width: 13px;
        height: 13px;
        border-radius: 50%;
        border: 5px solid #fff;
        background: #104690;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        left: -10px;
    }

    @keyframes circleRoate {
        from {
            transform: rotate(0deg) infinite;
        }

        to {
            transform: rotate(360deg);
        }
    }


    .Fwtx .item .txt {
        border: 1px solid #d8e0eb;
        padding: 20px;
    }

    .Fwtx .item .txt .txtbox {
        margin-bottom: 20px;
    }


    .Fwtx .item .txt .txtbox h2 {
        font-size: 18px;
        color: #000;
        margin-bottom: 10px;
    }

    .Fwtx .item .txt .txtbox ul li {
        padding-left: 10px;
        color: #888888;
        line-height: 25px;
        font-size: 14px;
        position: relative;
    }

    .Fwtx .item .txt .txtbox ul li::before {
        content: '';
        display: block;
        width: 4px;
        height: 4px;
        background: #2e80ba;
        border-radius: 50%;
        position: absolute;
        top: 10px;
        left: 0;
    }


}
