@charset "UTF-8";

/* yui3 reset.css */

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;
    vertical-align: top;
}

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 {
    color: #333;
    font-size: 12px;
    font-family: "Microsoft YaHei";
    /*overflow-x: hidden;*/
    background: url(../images/bg.png) center top no-repeat;
}

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;
}
/*! grid system 24դ�� 998px */

.ewb-container {
    width: 998px;
    margin: 0 auto;
}

.ewb-row {
    overflow: hidden;
}

.ewb-span24 {
    width: 998px;
    float: left;
}

.ewb-span23 {
    width: 956px;
    float: left;
}

.ewb-span22 {
    width: 914px;
    float: left;
}

.ewb-span21 {
    width: 872px;
    float: left;
}

.ewb-span20 {
    width: 830px;
    float: left;
}

.ewb-span19 {
    width: 788px;
    float: left;
}

.ewb-span18 {
    width: 746px;
    float: left;
}

.ewb-span17 {
    width: 704px;
    float: left;
}

.ewb-span16 {
    width: 662px;
    float: left;
}

.ewb-span15 {
    width: 620px;
    float: left;
}

.ewb-span14 {
    width: 578px;
    float: left;
}

.ewb-span13 {
    width: 536px;
    float: left;
}

.ewb-span12 {
    width: 494px;
    float: left;
}

.ewb-span11 {
    width: 452px;
    float: left;
}

.ewb-span10 {
    width: 410px;
    float: left;
}

.ewb-span9 {
    width: 368px;
    float: left;
}

.ewb-span8 {
    width: 326px;
    float: left;
}

.ewb-span7 {
    width: 284px;
    float: left;
}

.ewb-span6 {
    width: 242px;
    float: left;
}

.ewb-span5 {
    width: 200px;
    float: left;
}

.ewb-span4 {
    width: 158px;
    float: left;
}

.ewb-span3 {
    width: 116px;
    float: left;
}

.ewb-span2 {
    width: 74px;
    float: left;
}

.ewb-span1 {
    width: 32px;
    float: left;
}

.ewb-ml20 {
    margin-left: 20px;
}

.ewb-ml10 {
    margin-left: 10px;
}

.ewb-mt10 {
    margin-top: 10px;
}

/* banner */

.ewb-banner {
    height: 259px;
}

.ewb-logo {
    margin-top: 93px;
    margin-left: 11px;
}

.ewb-fair {
    margin-top: 200px;
}

/* nav */

.ewb-nav {
    position: relative;
    height: 43px;
    border: 1px solid #0081d1;
    /*z-index: 9999;*/
}

.ewb-nav-items {
    padding-left: 14px;
    height: 41px;
    border: 1px solid #62c1ef;
    background: url(../images/nav_bg.jpg) repeat-x;
}

.ewb-nav-link {
    position: relative;
    display: block;
    margin-top: -1px;
    width: 110px;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    text-align: center;
    color: #fff;
}

.ewb-nav-link:hover,
.ewb-nav-items li.l:hover .ewb-nav-link {
    background: url(../images/nav_link_bg.png);
}

.ewb-nav-link i {
    position: absolute;
    top: 6px;
    right: -9px;
    display: none;
    width: 9px;
    height: 36px;
    background: url(../images/nav_arrow.png);
}

.ewb-nav-items li.l .ewb-nav-link.current {
    color: #fe0000;
    background: url(../images/nav_link.jpg) repeat-x;
}

.ewb-nav-link.current i {
    display: block;
}

.ewb-nav-items li.l {
    position: relative;
    margin-right: 24px;
}

.ewb-nav-sub {
    position: absolute;
    top: 41px;
    left: 0;
    display: none;
    width: 100%;
    background-color: #1088d5;
	z-index:100;
}

.ewb-nav-sub.spe {
    left: 50%;
    margin-left: -75px;
    width: 150px;
}

.ewb-nav-sub-link {
    display: block;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    border-bottom: 1px dashed #439ce2;
}

.ewb-nav-sub-link:hover {
    background-color: #f3970c;
}

.ewb-nav-items li.l:hover .ewb-nav-sub {
    display: block;
}

/* bar */

.ewb-bar {
    position: relative;
    padding-left: 14px;
    height: 42px;
    line-height: 42px;
    border: 1px solid #dadada;
    border-top: 0;
    /*z-index: 998;*/
    background: url(../images/bar_bg.jpg) repeat-x;
}

.ewb-bar-date {
    padding-left: 21px;
    font-size: 14px;
    color: #666;
    background: url(../images/bar_icon.png) left 13px no-repeat;
}

.ewb-bar-search {
    margin-right: 16px;
    font-size: 14px;
    color: #666;
}

.ewb-bar-block {
    margin-top: 8px;
    margin-left: 10px;
    width: 220px;
    height: 26px;
    background: url(../images/search_bg.png);
}

.ewb-bar-txt {
    margin-top: 1px;
    margin-left: 11px;
    *margin-left: 0;
    width: 180px;
    height: 24px;
    line-height: 24px;
    border: 0;
    outline: 0;
}

.ewb-bar-btn {
    margin-top: 3px;
    width: 20px;
    height: 20px;
    border: 0;
    outline: 0;
    cursor: pointer;
    background: url(../images/btn_icon.png);
}

.ewb-bar-link {
    margin-left: 350px;
    color: #ff0000;
}

.ewb-bar-search-con {
    padding-top: 11px;
    height: 132px;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
}

.ewb-bar-search-row {
    margin-left: -23px;
    margin-bottom: 10px;
    line-height: 30px;
}

.ewb-bar-search-sp {
    margin-left: 23px;
    padding-right: 10px;
    width: 73px;
    text-align: right;
}

.ewb-bar-search-txt {
    width: 144px;
    height: 28px;
    line-height: 28px;
    outline: 0;
    border: 1px solid #ddd;
}
.ewb-bar-search-sel {
    width: 144px;
    height: 28px;
    line-height: 28px;
    outline: 0;
    border: 1px solid #ddd;
	float:left;
}
.ewb-bar-search-btn {
    padding-top: 5px;
    line-height: 32px;
    font-size: 14px;
    text-align: center;
}

.ewb-bar-search-but {
    margin-right: 43px;
    width: 80px;
    height: 32px;
    font-size: 14px;
    color: #fff;
    border: 0;
    outline: 0;
    cursor: pointer;
    background-color: #1088d5;
}

.ewb-bar-search-btn a {
    color: #333;
}

.ewb-bar-search-btn span {
    padding: 0 17px;
}
#dk{ width:100%; height:40px; cursor:pointer;}
.ewb-bar-link.active {
    margin-top: 0px; 
	padding:9px 25px 9px 10px;  
    height:34px;
    line-height: 34px;
    color: #fff;
    background:url(../images/search_btn_bg2.jpg);
}

/* footer */

.ewb-footer-hd {
    padding-left: 2px;
    height: 38px;
    line-height: 38px;
    color: #fff;
    background-color: #2995d6;
}

.ewb-footer-sel {
    margin-top: 9px;
    margin-left: 8px;
    padding-left: 6px;
    height: 20px;
    border: 0;
    outline: 0; font-size:14px;
} 
.ewb-wt1 {
    width: 140px;
}

.ewb-wt2 {
    width: 160px;
}

.ewb-wt3 {
    width: 150px;
}

.ewb-footer {
    height: 156px;
}

.ewb-footer-hd a {
    color: #fff;
}

.ewb-footer-hd span {
    padding: 0 7px;
}

.ewb-footer-bd {
    position: relative;
    padding-top: 35px;
    line-height: 24px;
    font-size: 14px;
    text-align: center;
}

.ewb-footer-bd span {
    padding: 0 12px;
}

.ewb-footer-link {
    position: absolute;
    top: 27px;
    left: 114px;
    width: 52px;
    height: 64px;
    background: url(../images/footer_bg.jpg);
	background-repeat:no-repeat;
}
.ewb-footer-link2 {
    position: absolute;
    top: 27px;
    right: 50px; 
	width: 110px;
    height: 55px;
     background: url(../images/jiucuo.png);
	background-repeat:no-repeat;
}
.ewb-footer-p img{ padding-top:7px;}
.jl{ padding-left:170px;}
.jl2{ padding-left:18px;}
.fj{ line-height:25px; font-size:16px;}
.bzj{width:200px; height:40px; color:#fff; background-color:rgb(41, 149, 214); border:#c4c4c4 1px solid; line-height:40px; text-align:center; font-size:14px;}
.bzjover{width:200px; height:40px; color:#fff; background-color:#e4e4e4; border:#c4c4c4 1px solid; line-height:40px; text-align:center; font-size:14px;}

/* 20190527new */
.left-info-tt {
    height: 51px;
    border-bottom: 2px solid #fff;
    line-height: 50px;
    background-color: #f0f0f0;
    font-size: 16px;
    font-weight: bold;
}


.left-info-tt img {
    width: 22px;
    height: 22px;
    vertical-align: top;
    margin: 14px 20px 0 56px;
}

.left-menu-wrap {
    background-color: #f9f9f9;
    height: 335px;
    overflow: auto;
}

.left-menu-tt {
    height: 50px;
    border-bottom: 1px solid #e1e1e1;
}

.close>.left-menu {
    display: none;
}

.left-menu-tt>a {
    display: block;
    height: 50px;
    padding-left: 75px;
    line-height: 50px;
    font-size: 14px;
    background: url(../images/icon-dot01.png) 56px center no-repeat;
}

.left-menu-tt>a:hover {
    background-color: #f2f2f2;
    color: rgb(255, 153, 0);
}

.left-menu-item>a {
    display: block;
    height: 42px;
    line-height: 42px;
    padding-left: 100px;
    font-size: 13px;
    background: url(../images/icon-dot02.png) 85px center no-repeat;
    border-bottom: 1px solid #f0f0f0;
}

.left-menu-item>a:hover {
    color: rgb(255, 153, 0);
}

.mypos {
    /* border-bottom: 1px solid #e1e1e1; */
    line-height: 30px;
    padding-left: 50px;
    font-size: 14px;
    background: url(../images/icon-mypos.png) 28px center no-repeat;
}