﻿
.bandiv {
    width: 150px;
    height: 35px;
    border: 2px solid #ffffff;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    font-size: 14px;
    font-family: Microsoft YaHei,'宋体';
    color: #ffffff;
    margin: 0 auto;
    padding-top: 6px;
}

    .bandiv:hover {
        color: #0271cd;
        background-color: #ffffff;
    }

.bandivbot {
    width: 150px;
    height: 35px;
    border: 2px solid #0271cd;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    font-size: 14px;
    font-family: Microsoft YaHei,'宋体';
    color: #0271cd;
    margin: 0 auto;
    padding-top: 6px;
}

    .bandivbot:hover {
        color: #ffffff;
        background-color: #0271cd;
    }

.bandivmain {
    width: 100%;
    text-align: center;
    padding-top: 60px;
}

.bandivmainbot {
    width: 100%;
    text-align: center;
    padding-top: 40px;
}

.daohang {
    width: 100%;
    text-align: center;
}

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

    a:active {
        text-decoration: none;
    }


ul, li {
    list-style: none
}

.tabClick {
    margin-top: 20px;
    overflow: hidden
}

    .tabClick li {
        height: 40px;
        line-height: 40px;
        width: 20%;
        float: left;
        text-align: center;
        color: #222222;
        font-size: 14px;
    }

        .tabClick li.active {
            color: #2277da;
            transition: 0.1s;
            font-weight: bold;
            border-bottom: 2px #0271cd solid;
        }

.tabCon {
    overflow: hidden
}





.lineBorder {
    height: 2px;
    overflow: hidden;
    /*width: 1450px;*/
    /*background: #f3f3f3*/
}

.lineDiv {
    background: #2277da;
    height: 2px;
    width: 25%;
}

.pstyle_title {
    font-size: 30px;
    font-family: Microsoft YaHei,'宋体';
    font-weight: bold;
    color: #0271cd;
}

.pstyle_Content {
    font-size: 14px;
    font-family: Microsoft YaHei,'宋体';
    color: #555555;
    line-height: 26px;
    text-indent: 25px;
}

