/* yui3 reset.css */

html {
    color: #000;
    background: #FFF
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset,
img {
    border: 0
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal
}

ol,
ul {
    list-style: none
}

caption,
th {
    text-align: left
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal
}

q:before,
q:after {
    content: ''
}

abbr,
acronym {
    border: 0;
    font-variant: normal
}

sup {
    vertical-align: text-top
}

sub {
    vertical-align: text-bottom
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    *font-size: 100%
}

legend {
    color: #000
}

iframe {
    display: block;
}


/* yui3 fonts */

body {
    font: 12px/1.231 "Microsoft YaHei", arial, helvetica, clean, sans-serif;
    color: #333;
    background: url(../images/main_bg.png) left 32px repeat-x;
}

select,
input,
button,
textarea {
    font: 99% arial, helvetica, clean, sans-serif
}

table {
    font-size: inherit;
    font: 100%
}

pre,
code,
kbd,
samp,
tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%
}

a {
    text-decoration: none;
}


/* utilities */

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}

.l {
    float: left !important;
}

.r {
    float: right !important;
}

.hidden {
    display: none !important;
}

.invisible {
    visibility: hidden !important;
}


/** 
 * 以下可追加项目中的公共样式，
 * 比如body上进行全局的文字设置（字体，大小，行高），全局a链接的基本状态定义，
 * 适合页面的栅格系统
 * 页面公共头尾部分等
 */

.ewb-container {
    width: 1082px;
    margin: 0 auto;
}

.ewb-row {
    overflow: hidden;
}

.ewb-mt20 {
    margin-top: 20px;
}

.ewb-ml10 {
    margin-left: 10px;
}


/* top */

.ewb-top {
    height: 32px;
    line-height: 32px;
    background: #2e8df7;
    color: #fff;
}

.ewb-top-r a {
    color: #fff;
}

.ewb-top-r i {
    float: right;
    margin-top: 10px;
    width: 1px;
    height: 12px;
    background: url(../images/nav-fgx.png);
}

.collection {
    float: right;
    margin-left: 11px;
    padding-left: 18px;
    background: url(../images/collection.png) 0px 10px no-repeat;
}

.right-nav-sy {
    float: right;
    width: 69px;
    text-align: center;
}

.nav-menu {
    float: right;
    height: 32px;
    line-height: 32px;
    color: #fff;
    width: 77px;
    padding-left: 11px;
    background: url(../images/nav-jt.png) 66px 15px no-repeat;
    cursor: pointer;
}

.nav-menu:hover {
    position: relative;
}

.nav-menu:hover .nav-menu-bd {
    display: block;
    position: absolute;
    top: 0px;
    left: 2px;
}

.nav-menu-bd {
    display: none;
    border: 1px solid #e1e1e1;
    background-color: #fff;
    width: 70px;
    padding: 5px 0px 5px 10px;
}

.nav-menu-bd li {
    height: 22px;
    line-height: 22px;
    color: #666;
}

.nav-menu-bd a {
    display: block;
    color: #666;
    height: 22px;
    line-height: 22px;
}

.nav-menu-hd {
    background: url(../images/nav-jt1.png) 55px 10px no-repeat;
}

.nav-menu-bd a:hover {
    color: #ff6600;
}


/* head */

/*.ewb-head {
    margin-top: 20px;
    height: 102px;
}*/

.ewb-head {
    cursor: pointer;
    padding: 41px 0 15px 490px;
    height: 81px;
    background: url(../images/logo.png) 20px 30px no-repeat;
}

.search {
    float: left;
    margin-top: 20px;
    margin-left: 20px;
    width: 452px;
    height: 36px;
    border: 2px solid #ff5500;
    border-right: 0;
    background-color: #fff;
    *position: relative;
    *z-index: 9999;
}

.ewb-sel1 {
    float: left;
    position: relative;
    width: 72px;
    height: 30px;
    padding-top: 3px;
    text-indent: 8px;
}

.ewb-sel1-tt {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    border-right: 1px solid #e3e3e4;
    cursor: pointer;
    background: url(../images/find-notice-icon.png) 57px 14px no-repeat;
}

.ewb-sel1-bd {
    display: none;
    position: absolute;
    left: 0;
    top: 36px;
    border-top: 1px solid #ddd;
    border-bottom: none;
    background: #fff;
    z-index: 9999;
}

.ewb-sel1-items li {
    height: 30x;
    width: 72px;
    line-height: 30px;
    border-bottom: 1px solid #e3e3e4;
    cursor: pointer;
}

.search-txt {
    display: block;
    float: left;
    width: 320px;
    height: 36px;
    line-height: 36px;
    border: 0;
    text-indent: 10px;
}

.search-btn {
    display: block;
    float: left;
    margin-top: -2px;
    width: 60px;
    height: 40px;
    padding: 0;
    line-height: 40px;
    text-align: center;
    border: 0;
    background: url(../images/search_icon.png) 16px 4px no-repeat #ff5500;
    font-family: "Microsoft YaHei";
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}

.search-btn:hover {
    background-color: #ff8400;
}

.find-notice {
    float: left;
    margin-top: 4px;
    padding-left: 9px;
    width: 63px;
    height: 30px;
    line-height: 30px;
    border-right: 1px solid #d4d4d4;
    background: url(../images/find-notice-icon.png) 56px 14px no-repeat;
}

.find-notice a {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #888;
}


/* nav */

.ewb-nav {
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    background: #2e3140;
}

.ewb-nav-items {
    float: left;
}

.ewb-nav-item {
    float: left;
    width: 132px;
    height: 36px;
}

.ewb-nav-a1,
.ewb-nav-a2 {
    display: block;
    position: absolute;
    width: 132px;
    height: 36px;
    text-align: center;
    left: 0;
    top: 0;
    color: #fff;
}

.ewb-nav-a1 {
    background: #2e3140;
    z-index: 2;
    /*backface-visibility:hidden;
    -ms-backface-visibility:hidden;*/
}

.ewb-nav-a2 {
    background: #2e8df7;
    /*backface-visibility:hidden;
    -ms-backface-visibility:hidden;*/
    transform: rotateX(-180deg);
    -ms-transform: rotateX(-180deg);
    /* IE 9 */
    -moz-transform: rotateX(-180deg);
    /* Firefox */
    -webkit-transform: rotateX(-180deg);
    /* Safari 和 Chrome */
    -o-transform: rotateX(-180deg);
}

.ewb-nav-item {
    perspective: 1000;
    -ms-perspective: 1000;
    transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
}

.ewb-nav-fat {
    transition: 0.6s;
    -ms-transition: 0.6s;
    -moz-transition: 0.6s;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    position: relative;
    width: 132px;
    height: 36px;
}

.ewb-nav-item:hover .ewb-nav-fat {
    transform: rotateX(-180deg);
    -ms-transform: rotateX(-180deg);
    /* IE 9 */
    -moz-transform: rotateX(-180deg);
    /* Firefox */
    -webkit-transform: rotateX(-180deg);
    /* Safari 和 Chrome */
    -o-transform: rotateX(-180deg);
}

.ewb-nav-item:hover .ewb-nav-a2 {
    z-index: 999;
}


/*.ewb-nav-item a:hover{
    background: #2e8df7;
}*/

.ewb-nav-r {
    float: right;
    font-size: 13px;
    color: #77b7ff;
}


/* footer */

.footer {
    height: 236px;
    background-color: #444;
}

.footer-hd {
    padding: 20px 0px 0px 22px;
    height: 151px;
    border-bottom: 1px solid #555;
}

.footer-hd-info {
    float: left;
    width: 211px;
    height: 151px;
}

.footer-title {
    height: 32px;
    padding: 9px 0px 0px 46px;
}

.footer-title a {
    font-family: "Microsoft YaHei";
    font-size: 20px;
    color: #b5b5b5;
}

.footer-link li {
    height: 24px;
    line-height: 24px;
    padding-left: 45px;
}

.footer-link a {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #b5b5b5;
}

.footer-title-bg1 {
    background: url(../images/footer-icon1.png) no-repeat;
}

.footer-title-bg2 {
    background: url(../images/footer-icon2.png) no-repeat;
}

.footer-title-bg3 {
    background: url(../images/footer-icon3.png) 0px 3px no-repeat;
}

.footer-title-bg4 {
    background: url(../images/footer-icon4.png) no-repeat;
}

.footer-title-bg5 {
    background: url(../images/footer-icon5.png) 0px 3px no-repeat;
}

.footer-bd {
    padding-top: 20px;
    text-align: center;
}

.footer-bd p {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #b5b5b5;
}

.footer-bd span {
    font-size: 16px;
    font-weight: bold;
}

/* 当前位置 */

.location {
    height: 52px;
    padding-left: 26px;
    background: url(../images/location-icon.png) left top no-repeat;
}

.location p {
    float: left;
    font-family: "Microsoft YaHei";
    font-size: 16px;
    line-height: 22px;
    color: #666;
}

.location a {
    color: #666;
}

.location span {
    color: #ff5500;
}

.ewb-main {
    padding-top: 20px;
    padding-bottom: 60px;
    background: url(../images/main_foot_bg.png) left bottom repeat-x;
}