* {
    margin: 0;
    padding: 0;
}

body {
    padding: 0;
    margin: 0;
background: url(/pubimages/web/P020191113377145398403.png) no-repeat;
    background-position: center 0;
    background-size: cover;
    max-width: 100%;

}

a {
    text-decoration: none;
    cursor: pointer;
}

.header {
    width: 1200px;
    margin: 60px auto;
}

.top h1 {
    font-weight: 400;
    width: 50%;
    margin: 0 auto;
    text-align: center;
    font-size: 50px;
    color: white;
}

/*涓棿鍐呭*/
.article {

    position: relative;
    width: 1200px;
    margin: 80px auto;
    margin-top: 105px;

}

/*涓棿鐨勫乏杈�*/
.left {
    width: 30%;
    background: rgba(208, 234, 251, 0.5);
    background-size: cover;
    padding-top: 20px;
}

.left h2 {
    margin-bottom: 40px;
    padding-top: 20px;
    font-size: 30px;
    text-align: center;
    color: #045fb1;
}

.left ul {
    width: 100%;
    margin: 0 auto;
    margin-left:9px;
}

.left ul li {

    width: 117px;
    height: 126px;
    margin: 10px 0;
    display: inline-block;
    padding: 10px 30px;
    background-position: center;
}

.left ul li .item {

    width: 100px;
    height: 100px;
    border-radius: 50px;
    text-align: center;

    background: #045fb1;
    ;
    cursor: pointer;
    transition-duration: 0.3s;
    transition-property: transform;
    outline: none;

}

.left ul li .item:hover {
    transform: translateY(-5px);
    background-color: rgb(4, 99, 99);
    ;
}

.left ul li .item:after {
    content: "";
    display: inline-block;
    height: 90%;
    vertical-align: middle;
}

.left ul img {
    vertical-align: middle;
    width: 50px;
}

.left ul h5 {
    text-align: center;
    color: #045fb1;
    margin-left:-22px;
    margin-top:10px;
    cursor: pointer;
}

/*涓棿鍐呭*/
.center2 {
    position: absolute;
    top: 0;
    left: 33%;
    width: 30%;
    background: rgba(208, 234, 251, 0.5);
    background-size: cover;
    padding-top: 20px;
}

.center2 h2 {
    margin-bottom: 40px;
    padding-top: 20px;
    font-size: 30px;
    text-align: center;
    color: #045fb1;
}

.center2 ul {
    list-style-type: none;
}

.center2 ul li {
    display: block;
    margin: 10px 0;
    padding: 10px 30px;
    background-position: center;
}

.center2 ul li .item2 {
    text-align: center;
    background: #045fb1;
    ;
    width: 300px;
    height: 136px;
    border-radius: 12px;
    transition-duration: 0.3s;
    transition-property: transform;
    cursor: pointer;
}

.center2 ul li .item2:hover {
    background: rgb(4, 99, 99);
    transform: translateY(-5px);
    font-size: 1.2em;
}

.center2 ul li img {
    height: 50px;
    margin-top: 20px;
    line-height: 50px;
    text-align: center;

}

.center2 ul li h5 {
    width: 300px;
    padding-top: 5px;
    color: white;
    cursor: pointer;
}

/*鍙宠竟鍐呭*/
.right {
    position: absolute;
    top: 0;
    left: 66%;
    width: 30%;
    background: rgba(208, 234, 251, 0.5);
    background-size: cover;
    padding-top: 20px;
}

.right h2 {
    margin-bottom: 40px;
    padding-top: 20px;
    font-size: 30px;
    text-align: center;
    color: #045fb1;
}

.right ul {
    list-style-type: none;
}

.right ul li {
    display: block;
    margin: 10px 0;
    padding: 10px 30px;
    background-position: center;
}

.right ul li .item3 {
    text-align: center;
    width: 300px;
    height: 95px;
    border-radius: 12px;
    background: #045fb1;
    transition-duration: 0.3s;
    transition-property: transform;
    cursor: pointer;
}

.right ul li .item3:hover {
    background: rgb(4, 99, 99);
    transform: translateY(-5px);
    font-size: 1.2em;
}

.right ul li img {
    height: 50px;
    margin-top: 10px;
    line-height: 50px;
    text-align: center;
}

.right ul li h5 {
    width: 300px;
    padding-top: 5px;
    color: white;

}

.clearflx {
    *zoom: 1;
}

.clearflx::after {
    content: '';
    display: block;
    clear: both;
}

@media screen and (min-width:750px) and (max-width:970px) {
    .header {
        width: 100%;
    }

    .header .top {
        padding: 0;
        margin: 0 auto;
        text-align: center;
        width: 100%;
    }

    .top h1 {
        width: 100%;
        font-size: 2.5em;

    }

    /*宸﹁竟*/
    .article {
        width: 100%;
    }




    .article .left {
        position: relative;
        width: 100%;
        margin-top: 10%;
        padding: 0;
        margin: 0 left;
    }

    .article .left ul {
        display: block;
        width: 100%;
    }

    /*涓棿*/
    .article .center2 {
        margin: 100px 0;
        position: relative;
        top: 100%;
        left: 0;
        width: 100%;

    }



    .center2 ul li .item2 {
        width: 100%;
        margin: 0 auto;
    }

    .center2 ul li h5 {
        margin: 0 auto;
    }

    /* 鍙宠竟 */
    .article .right {
        position: relative;
        width: 100%;
        left: 0;
    }

    .right ul li .item3 {
        width: 100%;
        margin: 0 auto;
    }

    .right ul li h5 {
        margin: 0 auto;
    }



}

@media screen and (min-width:300px) and (max-width:750px) {
    .header {
        width: 100%;

    }

    .header .top {
        padding: 0;
        margin: 0 auto;
        text-align: center;
        width: 100%;
    }

    .top h1 {
        width: 100%;
        font-size: 2em;
    }

    /*涓棿*/
    .article {
        width: 100%;
    }

    /*宸﹂儴*/
    .article .left {
        position: relative;
        width: 100%;
        margin-top: 10%;
        padding: 0;
        margin: 0 auto;
    }

    .article .left ul {
        margin: 0 auto;
        display: block;
        width: 100%;
    }

    .article .center2 {
        margin: 100px 0;
        position: relative;
        top: 100%;
        left: 0;
        width: 100%;

    }

    .article .center2 .item2 {
        width: 100%;
        margin: 0 auto;
    }

    .center2 ul li h5 {
        margin: 0 auto;
    }

    /* 鍙抽儴 */
    .article .right {
        position: relative;
        width: 100%;
        left: 0;
    }

    .article .right .item3 {
        width: 100%;
        margin: 0 auto;
    }

    .right ul li h5 {
        margin: 0 auto;
    }

}