﻿/*初始化设置*/
body, html, header, article, section, footer, ul, li, table, p, div, button, input, i, table, thead, tbody, img {
    margin: 0;
    padding: 0;
    border:none;
}

body, html {
    font-family: "微软雅黑";
    font-size: 16px;
}

ul, li {
    list-style: none;
}

a {
    text-decoration: none;
}

.left {
    float: left;
}

.right {
    float: right;
}
/*清除浮动*/
.clear {
    clear: both;
}

.article {
    width: 1200px;
    margin: 0 auto;
}
/* to Title */
.btMain {
    height: 60px;
    width: 100%;
    position: relative;
    text-align: center;
    margin-top: 70px;
    margin-bottom: 70px;
}

.btMain-x, .btMain-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.btMain-x {
    width: 100%;
    height: 2px;
    background: #2857c1;
}

.btMain-content {
    height: 60px;
    width: auto;
    display: block;
    text-align: center;
}

    .btMain-content span {
        display: block;
        font-size: 24px;
        color: #a4a4a4;
    }

        .btMain-content span:first-child {
            display: inline-block;
            font-size: 26px;
            color: #2857c1;
            text-align: center;
            padding: 0 20px;
            background-image: url(/Webs/p/Home/www/Themes/images/view_bg.jpg);
        }
/* end */

/* to 为您服务 */
.weinifuwu-ul {
    width: 100%;
}
    .weinifuwu-ul:after {
        content:"";
        display:block;
        clear:both;
    }
    .weinifuwu-ul li {
        width: 230px;
        height: 170px;
        border-radius: 5px;
        margin-right: 93px;
        float: left;
        text-align: center;
        font-size: 24px;
        color: #3c3c3c;
        transition: .6s;
        cursor: pointer;
    }

        .weinifuwu-ul li:nth-child(4) {
            margin-right: 0px;
            margin-bottom: 70px;
        }

        .weinifuwu-ul li:hover, .weinifuwu-ul li:active {
            background: #2857c1;
            color: #fff;
        }

.winifuwu-img {
    width: 95px;
    height: 95px;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center center;
}
.weinifuwu-ul li a {
    color:#3c3c3c;
}
    .weinifuwu-ul li:hover * {
        color:#fff;
    }
