*{ padding:0; margin:0; font-family: "microsoft yahei";}
body{ background: #f1f1f1;}
a,img{ border:none;}
a{ text-decoration: none;}
ul,li{ list-style: none;}
table, table tr, table td{ border-collapse: collapse;}

.wrap {
    background: url('../images/loginBgT.jpg') top repeat-x;
}

.header h1{
    width: 739px; height: 120px; margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header h1>img{
    display: block;
    width: 716px;
    height: 48px;
}

.container {
    width: 1100px;
    padding: 80px;
    background: #fff;
    box-shadow: 0 0 12px #888;
    margin: 0 auto;
    margin-bottom: 80px;
    clear: both;
    overflow: hidden;
    content: "";
    display: block;
}

.areaTitle-split{
    width: 1029px;
    height: 12px;
    background: url('../images/title-line-bg.png') no-repeat;
    background-size: 100% 100%;
    margin-bottom: 20px;
}

/*
.areaTitle {
    background: url('../images/titBg.png') repeat-x;
    height: 27px;
    text-align: center;
    padding-bottom: 20px;
}

.areaTitle .titleTxt {
    display: inline-block;
}

.areaTitle .titleTxt b {
    display: inline-block;
    float: left;
    background: #fff;
    padding: 0 15px;
    font: bold 24px/27px "";
    color: #337ab7;
}

.areaTitle .leftBg {
    background: url('../images/titLeftBg.png') no-repeat;
    width: 26px;
    height: 27px;
    display: inline-block;
    float: left;
}

.areaTitle .rightBg {
    background: url('../images/titRightBg.png') no-repeat;
    width: 26px;
    height: 27px;
    display: inline-block;
    float: left;
}
*/

.proIconBtn {
    clear: both;
    overflow: hidden;
    padding-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.proIconBtn .itemList{
    width: 760px;
}

.proIconBtn .itemList li {
    float: left;
    width: 170px;
    height: 190px;
    margin: 10px;
}

.proIconBtn .itemList li a {
    padding: 22px 18px;
    background: #337ab7;
    border-radius: 8px;
    height: 146px;
    display: block;
    transition: background-color 0.5s ease;
}

.proIconBtn .itemList li a:hover {
    background-color: #3c90d9;
    cursor: pointer;
}

.proIconBtn .itemList li img {
    display: block;
    width: 74px;
    height: 74px;
    margin: 0 auto;
}

.proIconBtn .itemList li span {
    display: block;
    margin-top: 15px;
    font: 15px/21px "";
    color: #fff;
    text-align: center;
}

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #337ab7;
    height: 50px;
}

.footer p {
    text-align: center;
    width: 100%;
    font: 14px/50px "Microsoft yahei";
    color: #fff;
}

.footer p a {
    color: #fff;
    text-decoration: underline;
}
