*
{
    word-wrap: break-word;
}
html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, del, em, font, img, dl, dt, dd, ol, ul, li, form, label, input
{
    margin: 0;
    padding: 0;
}
body
{
    font-family: 'montserrat', Microsoft YaHei UI,'Microsoft YaHei',SimSun!important;
    font-size: 12px!important;
    color: #333!important;
    padding: 0!important;
    margin: 0 auto !important;
    width: 100%!important;
}
.font14
{
    font-size: 14px;
}
.font12
{
    font-size: 12px;
}
.font11
{
    font-size: 11px;
}
.font16
{
    font-size: 16px;
}
.red
{
    color: #c40000;
}
.blue
{
    color: #08c;
}
.orange
{
    color: #f37800;
}
.green
{
    color: #53a000;
}
.gray
{
    color: #808080;
}

ol, ul, li
{
    list-style: none;
}
select, input
{
    padding: 0;
    margin: 0;
    outline: none;
}
a
{
    color: #3E3E3E;
    text-decoration: none;
}
a:hover
{
    color: #FF5600;
    text-decoration: underline;
}
a img
{
    border: 0;
}
img
{
    vertical-align: middle;
}
.fl
{
    float: left;
}
.fr
{
    float: right;
}
.YiBtn-Orange
{
    padding: 5px 20px;
    background: #F16C07;
    border: 0;
    border-radius: 3px;
    cursor: pointer;
    color: #fff;
    text-align: center;
    line-height: 21px;
    margin-top: 3px;
    font-weight: bold;
    }
.YiBtn-Orange:hover
{
    color:#f2f2f2;
    }
.clr
{
    display: block;
    overflow: hidden;
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}
.clearfix:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix
{
    display: inline-table;
}
/* Hides from IE-mac \*/
*html .clearfix
{
    height: 1%;
}
.clearfix
{
    display: block;
}
/* End hide from IE-mac */
* + html .clearfix
{
    min-height: 1%;
}
.clear
{
    clear: both;
}
/*header*/
.wrap
{
    width: 100%;
}
.toolbar
{
    height: 30px;
    line-height: 30px;
    background: url(../images/toolbar-bg.jpg) repeat-x;
}
.toolbar-sub
{
    position: relative;
    z-index: 90;
}
.toolbar-sub .fl span, .toolbar-sub .fl input
{
    display: inline-block;
}
.toolbar-sub .fl input.tool-input01
{
    margin: 3px 15px 0 0;
    height: 20px;
    border: 1px solid #ddd;
    width: 90px;
}
.toolbar-sub .fl input.tool-input02
{
    margin-top: 3px;
    height: 20px;
    border: 1px solid #ddd;
    width: 90px;
}
.toolbar-sub .fl input.tool-btn-login
{
    margin: 3px 10px 0 10px;
    width: 38px;
    height: 21px;
    background: #006FBE;
    border-radius: 3px;
    border: 0;
    cursor: pointer;
    color: #fff;
    text-align: center;
    line-height: 21px;
}
.toolbar-sub .fl input.tool-btn-reg
{
    width: 38px;
    height: 21px;
    background: #F16C07;
    border: 0;
    border-radius: 3px;
    cursor: pointer;
    color: #fff;
    text-align: center;
    line-height: 21px;
    margin-top: 3px;
}
.toolbar-sub .fr .mobile
{
    float: left;
    background: url(../images/mobile-icon.jpg) left center no-repeat;
    padding-left: 18px;
    margin-right: 10px;
}
.toolbar-sub .fr .mobile a
{
    color: #FF7300;
}
.toolbar-sub .fr span
{
    display: block;
    color: #B9B9B9;
    float: left;
}
.toolbar-sub .tool_right_link div
{
    float: left;
}
.toolbar-sub .tool_right_link .menu_list
{
    position: relative;
}
.toolbar-sub .tool_right_link .menu_list .menu_title
{
    cursor: pointer;
    padding: 0 10px;
    text-align: center;
}
.toolbar-sub .tool_right_link .menu_list .menu_title .ico_menu
{
    background-image: url(../images/menu.gif);
    font-size: 0px;
    width: 7px;
    height: 4px;
    margin-top: 15px;
    margin-left: 3px;
}
.toolbar-sub .tool_right_link .active .menu_title
{
    background-color: #FFFFFF;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    color: #000000;
    line-height: 30px;
    padding: 0 9px;
}
.toolbar .menu_content
{
    display: none;
    position: absolute;
    left: 0px;
    top: 29px;
    background-color: #FFFFFF;
    width: 112px;
    border: 1px solid #ddd;
    border-top: 0;
}
.toolbar .menu_content ul
{
    list-style: none;
    margin: 0px;
    padding: 0px 5px;
}
.toolbar .menu_content ul li
{
    border-bottom: 1px #E7E7E7 solid;
    overflow: hidden;
    height: 25px;
    font-size: 0px;
    padding-top: 1px;
    padding-bottom: 1px;
    _width: 100px;
    _overflow: hidden;
}
.toolbar .menu_content ul .last
{
    border-bottom: 0px;
}
.toolbar .menu_content ul li .menu_list_title
{
    color: #878787;
    font-size: 12px;
    padding-left: 3px;
    width: 97px;
    cursor: pointer;
}
.toolbar .menu_content ul li .menu_list_title .tkb_ico
{
    width: 20px;
    margin-top: 8px;
    margin-right: 5px;
    height: 17px;
    background-image: url(file:///E|/caoxiuqian/huagongrexian/images/top_ico.png);
}
.toolbar-sub .tool_right_link .active .menu_content
{
    display: block;
}
.toolbar .menu_content ul li a:hover .menu_list_title
{
    background-color: #F7F7F7;
    height: 31px;
    color: #000000;
}
.toolbar .go-home
{
    background: url(../images/home-icon.jpg) left center no-repeat;
    margin: 0 10px;
    padding-left: 15px;
}
.toolbar .whish
{
    background: url(../images/wish-icon.jpg) left center no-repeat;
    padding-left: 15px;
}
.main
{
    width: 1000px;
    padding: 0;
    margin: 0 auto;
}
.header .main
{
    padding: 15px 0;
    position: relative;
}
.header .logo
{
    float: left;
    padding-right: 15px;
    border-right: 1px solid #ddd;
}
.header .logo-text
{
    float: left;
    padding-left: 15px;
}
.header .logo-text h1
{
    font-size: 40px;
    color: #015da2;
    font-weight: normal;
    padding-bottom: 5px;
}
.header .logo-text span
{
    font-size: 14px;
    color: #fe7600;
}
.header .main-search
{
    float: right;
    width: 540px;
    height: 60px;
    background: url(../images/search-bg.jpg) bottom no-repeat;
    margin-top: 15px;
}
.main-search .search-tabs
{
    height: 25px;
    padding-left:39px;
}
.main-search .search-tabs li
{
    float: left;
    position: relative;
    height: 25px;
    margin: 0;
    line-height: 25px;
    width: 62px;
    text-align: center;
    cursor: pointer;
}
.main-search .search-tabs li a
{
    height: 25px;
    line-height: 25px;
}
.search-tabs li.active
{
    font-weight: bold;
    background: url(../images/tab-current.jpg) no-repeat center bottom;
}
.search-tabs li.current a
{
    color: #005da7;
}
.search-panel
{
    padding: 3px 0 0 30px;
}
.main-search .search-fields
{
    float: left;
    font-family: serif;
    height: 25px;
    position: relative;
    vertical-align: middle;
    width: 415px;
    padding-top: 2px;
}
.main-search .search-fields span
{
    display: none;
}
.tab-panel
{
    display: none;
}
.main-search .search-fields input
{
    background-color: #FFF;
    border: 0 none;
    height: 25px;
    line-height: 25px;
    _height: 23px;
    _line-height: 23px;
    padding: 0;
    margin: 0;
    vertical-align: middle;
    width: 415px;
    z-index: 1000;
}
.main-search .search-fields .hint
{
    color: #bbb;
}
.main-search .search-submit
{
    background: url(../images/search-btn-bg.jpg) no-repeat left top;
    border: none;
    cursor: pointer;
    float: right;
    height: 29px;
    color: #FFF;
    font-size: 14px;
    line-height: 29px;
    position: relative;
    width: 88px;
    line-height: 29px;
    margin-right: 4px;
    font-family: Microsoft Yahei;
}
.header .tel
{
    position: absolute;
    right: 0px;
    top: 10px;
}
.nav
{
    height: 37px;
    background: url(../images/nav-bg.jpg) repeat-x;
}
.nav li
{
    width: 100px;
    text-align: center;
    line-height: 37px;
    float: left;
    background:url(bgimages/nav-sp.png)  right 10px no-repeat;
}
.nav li.last
{
    width: 100px;
    background:none;
}
.nav li.active
{
    background: url(../images/nav-active-bg.jpg) repeat-x;
    font-weight:bold;
}
.nav li a
{
    color: #fff;
    font-size: 14px;
    display: block;
}
.notice
{
    background: #F0F0F0;
    border-bottom: 1px solid #DCDCDC;
    height: 36px;
}
.notice .main
{
    background: url(../images/notice-icon.jpg) left center no-repeat;
    line-height: 36px;
}
.notice .main .title
{
    padding-left: 45px;
    width: 65px;
    height:37px;
    overflow:hidden;
}
.notice-con
{
    float: left;
    width: 895px;
}
.notice .main .notice-con .fl.txt
{
    width: 800px;
    height: 36px;
    overflow: hidden;
}
.notice .main .notice-con .fr
{
    width: 70px;
    text-align: right;
}
.orange
{
    color: #fe7600;
}
.footer
{
    margin-top: 25px;
    border-top: 3px solid #08c;
    text-align: center;
    line-height: 25px;
    padding-bottom:20px;
}
.footer span
{
    padding: 0 5px;
    color: #A6A6A6;
}
/*nav-down*/
.nav-down
{
    background: #F0F0F0;
    border-bottom: 1px solid #DCDCDC;
    height: 26px;
    line-height: 26px;
    padding: 5px 0;
}
.nav-down a
{
    display: inline-block;
    padding: 0 20px;
    font-weight: bold;
}
.nav-down a.active
{
    background: #0564AC;
    border-radius: 3px;
    color: #fff;
}
.nav-down span
{
    padding: 0 10px;
    display: inline-block;
}
.position
{
    background: url(../images/icon-home.jpg) left center no-repeat;
    height: 40px;
    line-height: 40px;
    padding-left: 22px;
    color: #4e4e4e;
}
.position span.icon
{
    padding: 0 5px;
    font-family: 宋体;
}
.blue-button
{
    height: 20px;
    background: #027DCB;
    border: 1px solid #006AB6;
    border-radius: 3px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    margin: 0 5px;
    _margin: 0 2px;
    padding: 0 10px;
    _padding: 0 2px;
}
.orange-button
{
    height: 20px;
    background: #F79C4D;
    border: 1px solid #E27709;
    border-radius: 3px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    margin: 0 5px;
    _margin: 0 2px;
    padding: 0 10px;
    _padding: 0 2px;
}
.orange-button:hover
{
    color: #fff;
}
.green-button
{
    padding: 0 10px;
    _padding: 0 2px;
    height: 20px;
    background: #6CC326;
    line-height: 20px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    border: 1px solid #549730;
    border-radius: 3px;
}
.martop-10
{
    margin-top: 10px;
}
.blue
{
    color: #005CA1;
}
.buy
{
    display: inline-block;
    padding: 0 10px;
    height: 21px;
    background: #FC8000;
    /*border: 1px solid #E27709;*/
    border-radius: 3px;
    line-height: 21px;
    text-align: center;
    color: #fff;
}
.buy:hover
{
    color: #fff;
}
.block
{
    display: block;
}
.none
{
    display: none;
}
.red
{
    color: #F00;
}
.mar-r-10
{
    margin-right: 10px;
}




.GuapaiQueren
{
    text-align: center;
    line-height: 2;
    color: #333;
}
.GuapaiTishi
{
    border: 1px solid #ffcc7f;
    background: #ffffe5;
    width: 90%;
    margin: auto;
    padding: 1px 5px;
    color: #333;
    margin-top: 10px;
}
.yi-dialog-payment p
{
    line-height: 2;
}
.yi-dialog-select a
{
    display: inline-block;
    padding-right: 10px;
    line-height: 2;
    color: #08c;
    text-decoration: none;
}

.yi-dialog-login
{
    padding: 20px 0 10px 0;
    text-align: center;
    line-height: 2;
}
.yi-dialog-login span
{
    display: inline-block;
    width: 60px;
    text-align: right;
    color: #666;
}
.yi-dialog-login i
{
    font-style: normal;
    color: #999;
}
.yi-dialog-login i a,.yi-dialog-login i a:visited
{
    color: #08c;
    text-decoration: none !important;
}
.yi-dialog-login i a:hover
{
    text-decoration: underline !important;
}
