@charset "utf-8";
/* common.css */
body, object, iframe, h1, h2, h3, h4, h5, h6, abbr, code, dl, dt, dd, ul, li, p, font, fieldset, form, label, input, select, option, legend, caption {
    margin: 0;
    padding: 0;
    list-style: none
}

body {
    background: #fff;
    font: 14px/22px Arial, "\5fae\8f6f\96c5\9ed1", sans-serif;
    color: #666;
}

img {
    border: 0
}

em {
    font-style: normal;
}

a {
    color: #666;
    text-decoration: none
}

a:hover {
    color: #0068b7;
    text-decoration: underline
}

article, section, header, footer, aside, nav, iframe {
    display: block
}

.clearfix:after {
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
    content: "\20";
    line-height: 0;
}

.clearfix {
    *zoom: 1;
}

.clear {
    clear: both
}

.fl {
    float: left
}

.fr {
    float: right
}

.pos {
    position: relative
}

.d_undis {
    display: none;
}

.d_current {
    display: block;
}

.mainBox {
    width: 1200px;
    margin: 0 auto;
    position: relative
}

.mr28 {
    margin-right: 28px;
}

/*top.css*/
.header {
    height: 86px;
    background: #0f266d
}

.logo {
    float: left;
    margin: 0px 0 0 0;
}

.searchbox {
    float: right;
    padding-top: 12px;
    text-align: right;
}

.searchbox input {
    vertical-align: top;
    *vertical-align: middle;
}

.searchbox p {
    width: 400px;
    height: 28px;
    line-height: 16px;
    text-align: right;
    font-size: 12px;
    color: #fff;
}

.searchbox p a {
    padding: 0 10px;
    color: #fff;
    font-size: 12px;
}

.searchinput {
    width: 160px;
    height: 27px;
    line-height: 27px;
    background: #1a3690;
    border: none;
    padding-left: 10px;
    color: #fff;
    font-size: 14px;
    text-align: left;
}

.searchbtn {
    width: 30px;
    height: 27px;
    background: url(../../img/portal/newsearch.png) no-repeat center #1a3690;
    border: none
}

/*nav.css*/
.newnav {
    height: 45px;
    line-height: 45px;
    background: #fff;
    position: relative;
    z-index: 99
}

.newnav > ul > li {
    float: left;
}

.newnav > ul > li > a {
    float: left;
    color: #000;
    font-size: 18px;
    padding: 0 20px
}

.newnav > ul > li > a:hover, .newnav > ul > li.cur a {
    background: #0068b7;
    color: #fff;
    text-decoration: none
}

.newnav > ul > li.bespeak {
    float: right;
    padding-right: 25px;
    font-size: 18px;
    color: #0f266d;
    position: relative;
    cursor: pointer;
}

.newnav > ul > li.bespeak i.yynum {
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 0 3px;
    height: 16px;
    line-height: 16px;
    font-style: normal;
    background: #cb0000;
    overflow: hidden;
    color: #fff;
    font-size: 12px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    text-align: center
}

.bespeakinfo {
    width: 340px;
    background: #fff;
    padding: 10px 20px 25px;
    border: 1px solid #aaa;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 2px 0 5px #000;
    -webkit-box-shadow: px 0 5px #000;
    box-shadow: px 0 5px #000;
    position: absolute;
    top: 45px;
    right: -10px;
    display: none
}

.bespeakinfo i.yyarrow {
    width: 14px;
    height: 12px;
    background: url(../../img/portal/yy_arrow.png) no-repeat;
    overflow: hidden;
    position: absolute;
    right: 60px;
    top: -12px;
}

.bespeaklist dl {
    padding: 20px 0;
    border-bottom: 1px dotted #e0e0e0;
    clear: both;
    overflow: hidden
}

.bespeaklist dl dt.img {
    width: 84px;
    height: 54px;
    float: left;
    margin-right: 18px;
}

.bespeaklist dl h3 {
    *width: 230px;
    line-height: 30px;
    font-weight: normal;
    font-size: 18px;
    color: #000;
}

.bespeaklist dl p {
    line-height: 24px;
    font-size: 16px;
    color: #666;
    float: left;
}

.newnav ul li .bespeakbtn {
    display: block;
    width: 340px;
    margin: 25px auto 0;
    height: 45px;
    line-height: 45px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #d84a4a;
    color: #fff;
    font-size: 18px;
    text-align: center
}

.newnav ul li .bespeakbtn:hover {
    background: #ff7878;
    color: #fff;
    text-decoration: none;
}

/*footer.css*/
.footer {
    background: #f3f3f3;
    padding: 30px 0 20px;
}

.footer p {
    float: left;
    margin-top: 0;
    padding-left: 25px;
    font-size: 12px;
    color: #8d8d8c;
    line-height: 20px;
    border-left: 1px solid #d1d1d1;
    margin-left: 25px;
}

.f_logo {
    float: left;
    margin-top: 5px;
}

.newfrindlink {
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    color: #212121;
    background: #fff;
}

.newfrindlink img {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}

/*dialog.css*/
#dialogcover {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
    _background: none;
    opacity: .60;
    filter: alpha(opacity=60);
    z-index: 1000;
    display: none
}

.dialog {
    /*width: 475px;*/
    background: #fff;
    position: absolute;
    top: 30%;
    left: 56%;
    z-index: 1001;
    margin-left: -205px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: none;
    
    
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(255, 255, 255, .3);
    -moz-box-shadow: 0 3px 0 rgba(12, 12, 12, .03);
    -webkit-box-shadow: 0 3px 0 rgba(12, 12, 12, .03);
    box-shadow: 0 3px 0 rgba(12, 12, 12, .03);
}

.dialogclose {
    width: 16px;
    height: 16px;
    position: absolute;
    right: 12px;
    top: 12px;
    background: url(../../img/portal/close02.png) no-repeat;
    text-indent: -10em;
    overflow: hidden;
    cursor: pointer;
    z-index: 5
}

.dialog_tit {
    height: 72px;
    line-height: 72px;
    border-bottom: 1px solid #e5e5e5;
    padding: 0 25px 0 30px;
    position: relative
}

.dialog_tit a.reg {
    padding-top: 20px;
    height: 52px;
    line-height: 52px;
    float: right;
    color: #0068b7;
    background: none
}

.dialog_tit h2 {
    height: 53px;
    line-height: 53px;
    border-bottom: 4px solid #0068b7;
    position: absolute;
    left: 30px;
    bottom: -1px;
    font-size: 22px;
    font-weight: normal;
    padding: 15px 5px 0;
}

.dialog_con {
    padding: 30px 66px 45px;
}

.dialog_con li {
    height: 52px;
    padding-bottom: 16px;
    font-size: 14px;
    color: #333;
    position: relative
}

.dialog_con li.pb0 {
    padding-bottom: 0;
}

.dialog_con li a {
    color: #333
}

.dialog_con li a:hover {
    color: #0068b7
}

.dialog_con li label {
    position: absolute;
    left: 30px;
    top: 10px;
}

.dialog_con li .text {
    width: 297px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #b8b8b8;
    padding: 0 5px 0 30px;
    background: url(../../img/portal/toolicon.png) no-repeat;
    color: #a3a3a3
}

.dialog_con li .text.yhm {
    background-position: 0 -430px
}

.dialog_con li .text.mm {
    background-position: 0 -472px
}

.dialog_con li .choose {
    vertical-align: top;
    margin-top: 5px;
}

.dialog_con li .loignbtn {
    width: 332px;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    background: #0068b7;
    color: #fff;
    border: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
}

/*reg.css*/
.reg, .bespoke, .pageinfo, .userinfo {
    background: #f7f7f7
}

.regbox {
    width: 1144px;
    background: #fff;
    margin: 40px auto 85px;
    padding: 0 28px 60px;
}

.regcon {
    width: 680px;
    margin: 65px auto 0;
}

.regcon li {
    padding-bottom: 17px;
}

.regcon li label {
    width: 85px;
    float: left;
    padding-left: 120px;
    font-size: 16px;
    color: #6f6e6c;
    line-height: 42px
}

.regcon li .text {
    width: 232px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #b8b8b8;
    float: left;
    padding: 4px 10px;
}

.regcon li .text02 {
    width: 122px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #b8b8b8;
    float: left;
    padding: 4px 10px;
}

.regcon li .yzm {
    width: 100px;
    height: 44px;
    background: #fff;
    border: 1px solid #b8b8b8;
    float: left;
    margin-left: 7px;
    line-height: 44px;
    font-size: 16px;
    text-align: center;
}

.regcon li .yzm a {
    line-height: 44px;
    text-decoration: none
}

.regcon li .change {
    float: left;
    color: #0068b7;
    line-height: 42px;
    padding-left: 15px;
}

.regcon li .regbtn {
    display: block;
    width: 334px;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    background: #0068b7;
    color: #fff;
    border: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    margin: 20px auto 0
}

.crumbs h2 {
    padding: 23px 10px 0;
    line-height: 54px;
    border-bottom: 3px solid #0966bc;
    position: absolute;
    left: 0;
    bottom: -3px;
    font-size: 26px;
    font-weight: normal;
    color: #000;
}

.crumbs {
    height: 85px;
    line-height: 85px;
    border-bottom: 3px solid #d3d3d3;
    position: relative
}

.crumbs a.login {
    float: right;
    padding-top: 40px;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    color: #0068b7
}

.crumbs .href {
    float: right;
    font-size: 12px;
    line-height: 48px;
    padding-top: 37px;
    color: #7b7b7b;
}

.crumbs .href a {
    color: #151515;
}

/*page.css*/
.page {
    height: 24px;
    line-height: 24px;
    margin: 34px 0;
    text-align: right;
}

.page a {
    display: inline-block;
    text-align: right;
    padding: 0 10px;
}

.page a:hover, .page a.cur {
    background: #0967bd;
    color: #fff;
    text-decoration: none
}

.page em {
    color: #f90e3c
}

.conbox {
    width: 1140px;
    min-height: 365px;
    height: auto !important;
    height: 365px;
    background: #fff;
    margin: 0 auto 15px;
    padding: 35px 30px 30px;
}

/*btn.css*/
.downicon {
    float: right;
    width: 50px;
    height: 25px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: url(../../img/portal/downicon.png) no-repeat center #dadada;
    text-indent: -20em;
    overflow: hidden
}

.downicon:hover {
    background-color: #0966bc;
}

.infobtn {
    font-size: 12px;
    color: #2460bc;
    line-height: 25px;
    display: inline-block;
    padding-right: 15px;
    background: url(../../img/portal/info_arrow.png) no-repeat right 7px
}

.infobtn:hover {
    background-position: right -18px;
    text-decoration: none
}

.btnstyl {
    display: inline-block;
    width: 144px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    background: #d84a4a;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 25px 10px 0 0
}

.btnstyl:hover {
    background: #ff7d7d;
    color: #fff;
    text-decoration: none
}

.btnstyl2 {
    background: #0068b7;
}

.btnstyl2:hover {
    background: #39aaff;
}

.btnstyl3 {
    display: inline-block;
    width: 144px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #c8c8c8;
    font-size: 18px;
    background: #e9eaec;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 25px 10px 0 0
}

.btnstyl3:hover {
    background: #e9eaec;
    color: #c8c8c8;
    text-decoration: none
}

/*dialog.css*/
#dialogcovers {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
    _background: none;
    opacity: .60;
    filter: alpha(opacity=60);
    z-index: 1000;
    display: none
}

.dialogs {
    width: 410px;
    background: #fff;
    position: absolute;
    top: 30%;
    left: 50%;
    z-index: 1001;
    margin-left: -205px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: none;
}

.dialogcloses {
    width: 16px;
    height: 16px;
    position: absolute;
    right: 12px;
    top: 12px;
    background: url(../../img/portal/close02.png) no-repeat;
    text-indent: -10em;
    overflow: hidden;
    cursor: pointer;
    z-index: 5
}

.dialogcloses {
    width: 16px;
    height: 16px;
    position: absolute;
    right: 12px;
    top: 12px;
    background: url(../../img/portal/close02.png) no-repeat;
    text-indent: -10em;
    overflow: hidden;
    cursor: pointer;
    z-index: 5
}

.dialog_tits {
    height: 10px;
    line-height: 72px;
    padding: 0 25px 0 30px;
    position: relative;
    text-align: center;
}

.dialog_tits h2 {
    height: 53px;
    line-height: 53px;
    width: 290px;
    position: absolute;
    left: 30px;
    font-size: 28px;
    font-weight: normal;
    padding: 15px 0;
}

.dialog_cons {
    padding: 80px 38px 45px;
}

.dialog_cons li {
    height: 42px;
    padding-bottom: 16px;
    font-size: 14px;
    color: #333;
    position: relative
}

.dialog_cons li .text {
    width: 294px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #b8b8b8;
    padding: 0 5px 0 30px;
    color: #a3a3a3
}

.dialog_cons li .loignbtn {
    width: 332px;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    background: #0068b7;
    color: #fff;
    border: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer
}

.formlists {
    line-height: 42px;
    font-size: 16px;
    padding-bottom: 15px;
    clear: both;
    overflow: hidden;
    cursor: pointer
}

.formlists select.choose {
    width: 250px;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    color: #6f6e6c;
    padding: 0 0 0 5px;
    border: 1px solid #b8b8b8;
}

.successtip {
    background: url(../../img/portal/success.png) no-repeat 0px 12px;
    display: block;
    line-height: 42px;
    padding-left: 180px;
    float: right;
    height: 40px;
}

.successtip1 {
    background: url(../../img/portal/success.png) no-repeat 0px 12px;
    display: block;
    line-height: 42px;
    padding-left: 555px;
    float: right;
    height: 40px;
}

.errortig {
    font-size: 18px;
    color: red;
    height: 42px;
    line-height: 42px;
    padding-left: 10px;
}