         /* one */
        .home .one {
            background-color: #fff;
            padding: 0 55px;
            margin: 0 auto;
            position: relative;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: space-between;

        }

        .one_subt {
            padding: 10px 20px;
            background-color: #177ec9;
            text-align: center;
            color: #fff;
            border-radius: 5px;
            font-size: 13px;
        }

        .one_text {
            color: inherit;
            font-weight: 600;
            margin-right: 15px;
            font-size: 13.0px;
            line-height: 35px;
        }

        /* one */


        /* two */
        .two {
            padding: 0 55px;
            margin: 0 auto;
            position: relative;
            height: 52px;
            background-color: #12a195;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .two_tight {

            display: flex;
width: 400px;
        }

        .two_tight li {
            font-size: 13px;
            line-height: 52px;
            padding: 0px 18px;
            color: #ffffffb3;
        }

        .two_tight a {
    text-decoration: none;
            color: #ffffffb3;
        }



 
        /* two */





.centen_page{
    width: 80%;
    height: 800px;
    float: left;
    margin-left: 15%;
    margin-top: 30px;
}

.centen_page_right{
    width: 80%;
    height: 100%;
    background: white;
    float: left;
    margin-left: 2%;
}
.centen_page_right_top{
   width: 100%;
    height: 40%;
    background: white;

    margin-top: 1%;
    margin-left: 0%;
}


.centen_page_right_top_right_one {
            margin-bottom: 25px;
            background-color: #fff;
            border-radius: 4px;
            padding: 26px;
            box-shadow: 0px 2px 20px -1px rgba(45, 55, 72, 0.1)
        }

.centen_page_right_top_right_one_top1 {
           border-top: 2px solid rgba(241, 242, 244);
            padding: 16px;
            font-weight: 600;
            font-size: 16px;
            border-bottom: 20px solid rgba(241, 242, 244);
        }


        .centen_page_right_top_right_one_top1_items {
            font-size: 16px;
            padding: 22px;
        }