@charset 'utf-8';

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

:focus {
    outline: 1;
}

article, aside, canvas, details, figcaption, figure,
footer, header, menu, nav, section, summary {
    display: block;
}

ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;

}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input, select {
    vertical-align: middle;
}

html {
	min-width:100%;
	min-height:100%;
}
body {
	min-width:1000px;
}

.main {
    width: 100%;
}

/*header styles start*/
.breadNavCon {
    width: 100%;
}

.breadNavCon .breadNav {
    width: 1000px;
    height: 40px;
    margin: 0 auto;
    background: #fff;
    font-size: 0;
}

.breadNav ul {
    height: 12px;
    margin: 14px 0px;
    display: inline-block;
    float: left;
    font-family: "STSongti SC";
    color: #333;
    font-size: 12px;
}

.breadNav ul li {
    width: 40px;
    display: inline-block;
    float: left;
    border-right: 1px solid #ccc;
    text-align: center;
    box-sizing: border-box;
    cursor: pointer;
}

.breadNav ul li.lastBread {
    width: 68px;
    border-right: none;
    /*border-left:1px solid #333333;*/
}

.breadNav .moreMenu {
    width: 50px;
    line-height: 40px;
    display: inline-block;
    float: left;
    text-align: center;
    font-family: "STSongti SC";
    color: #333;
    font-size: 12px;
    cursor: pointer;
}

.breadNav .moreMenu .caret {
    width: 8px;
    height: 4px;
    margin-left: 4px;
    background:url(/y0/fe/wemoney/images/caretbg_675fcaad.png);
    background-repeat: no-repeat;
    display: inline-block;
    background-size: contain;
}

.breadNav .navBtn {
    width: 60px;
    line-height: 40px;
    display: inline-block;
    float: right;
    font-family: "STSongti SC";
    color: #333;
    font-size: 12px;
}

.breadNav .navBtn a {
    cursor: pointer;
}

/*bread styles end*/
/*nav  styles start*/
.navCon {
    width: 100%;
    height: 80px;
    background:url(/y0/fe/wemoney/images/navbg_f19dbe04.png);
    background-repeat: repeat;
    position:relative;
}

.navCon .nav {
    width: 1000px;
    margin:0 auto;
}
.nav .navLogo{
    width:222px;
    height:36px;
    display:inline-block;
    margin-right:70px;
    margin-top:22px;
}
.nav  .navTitle {
    height:36px;
    line-height:36px;
    display:inline-block;
    position:relative;
    top:-8px;
}
.nav .navTitle img{
    vertical-align: sub;
}
.nav .navTitle span{
    height:36px;
    margin-left:10px;
    line-height:36px;
    font-size:18px;
    font-family: "microsoft Yahei";
    color:#fc5522;
    margin-right:36px;
}
.nav .searchBtnCon{
    width:200px;
    height:24px;
    float:right;
    display:inline-block;
    border:1px solid #fff;
    position:relative;
    margin-top:28px;
}
.searchBtnCon input{
    width:125px;
    height:24px;
    line-height:24px;
    padding-left:5px;
    background:#677587;
    background-size:contain;
    border: 0;
    margin: 0;
    outline: none;
    position: absolute;
    border-right:1px solid #fff;
    color:#fff;
    box-sizing: border-box;
}
.searchBtnCon span{
    width:70px;
    height:24px;
    line-height:24px;
    text-align:center;
    font-size:12px;
    color:#fff;
    font-family: "SimSun";
    position:absolute;
    right:0px;
    cursor:pointer;
}

/*nav styles end*/
/*header styles  end*/
/*footer styles start*/
.footerWrap {
    width: 100%;
    background:url(/y0/fe/wemoney/images/footbg_c27c709a.png);
    background-repeat: repeat;
    /*height:98px;*/
}

.footCopy {
    width: 1000px;
    height: 70px;
    margin: 0 auto;
    text-align:center;
    font-size:14px;
    font-family: "microsoft Yahei";
    color:#fff;
    padding-top:28px;
}
.footCopy p{
    line-height:20px;
    margin-bottom:14px;
}

/*footer styles end */
/*goto top styles start*/
#goTop{
    display:none;
    width:78px;
    height:78px;
    position:fixed;
    background:url(/y0/fe/wemoney/images/totop_d8adb66b.png);
    background-repeat: no-repeat;
    background-position:center center;
    right:30px;
    bottom:112px;
    cursor:pointer;
}
/*goto top styles end*/