﻿.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;
    margin-top: 3%;
}

.bandivmainbot {
    width: 100%;
    text-align: center;
    margin-top: 3%;
}

.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;
    /*overflow: hidden;*/
}

.txys li, .txys ul {
    list-style: none;
    overflow: hidden;
}



.tabClick {
    margin-top: 20px;
    overflow: hidden;
    width: 60%;
    text-align: center;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
}

.active {
    border-bottom: 2px solid #2277da;
}

.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;
    }

.tabCon {
    overflow: hidden;
}

.lineBorder {
    height: 2px;
    overflow: hidden;
    /*width: 1450px;*/
    /*background: #f3f3f3*/
}

.wrap {
    margin-bottom: -2px;
}

.lineDiv {
}

.linxing:before {
    content: "◆";
    font-size: 35px;
}

.div1 {
    width: 50%;
    height: 100px;
    line-height: 100px;
    background-color: #0C0;
    display: inline-block;
}

.div2 {
    width: 50%;
    height: 100px;
    line-height: 100px;
    background-color: #aaa;
    display: inline-block;
}

.div3 {
    height: 200px;
    line-height: 200px;
    background-color: #FCF;
}





.gjgwselect {
    width: 170px;
    padding-left: 5px;
    margin-left: 10px;
    text-align: center;
    border-radius: 5px;
    height: 30px;
    color: #616060;
    margin-right: 40px;
    margin-top: -3px;
}

.shenfen {
    width: 170px;
    padding-left: 5px;
    margin-left: 10px;
    text-align: center;
    border-radius: 5px;
    height: 30px;
    color: #616060;
    margin-right: 45px;
    margin-top: -3px;
}

.shiqu {
    width: 170px;
    padding-left: 5px;
    margin-left: 10px;
    text-align: center;
    border-radius: 5px;
    height: 30px;
    color: #616060;
    margin-right: 40px;
    margin-top: -3px;
}

.gsmc {
    color: black;
    float: left;
    margin-left: 13px;
    margin-right: 10px;
}

.gsmcInput {
    width: 250px;
    padding-left: 10px;
    border-radius: 5px;
    height: 30px;
    border: solid 1px #bfbdbd;
    margin-top: -3px;
    color: #5f5f5f;
}

.gkmcInput {
    width: 250px;
    padding-left: 10px;
    border-radius: 5px;
    height: 30px;
    border: solid 1px #bfbdbd;
    margin-top: -3px;
    margin-left: 10px;
    color: #5f5f5f;
}

.myinput {
    text-align: center;
    height: 38px;
    font-size: 15px;
    border: solid 1px #4673da;
    border-radius: 5px;
    background: #4673da;
    cursor: pointer;
    outline: none;
    color: transparent;
    text-shadow: 0 0 0 #fff;
    -webkit-box-shadow: 0px 3px 3px #c8c8c8;
    -moz-box-shadow: 0px 3px 3px #c8c8c8;
    box-shadow: 1px 3px 3px #c8c8c8;
}

    .myinput:hover {
        -webkit-transition: border linear .2s,-webkit-box-shadow linear .3s;
        border-color: rgba(110, 157, 243, 0.75);
        -webkit-box-shadow: 0 0 18px rgba(110, 157, 243, 0.75);
    }
