/* 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
}

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: 16px/1.231 "Microsoft YaHei", arial, helvetica, clean, sans-serif;
    color: #333;
    min-width: 1200px;
}

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-ml10 {
    margin-left: 10px;
}

.ewb-mt10 {
    margin-top: 10px;
}

.ewb-ml20 {
    margin-left: 20px;
}

.ewb-mt20 {
    margin-top: 20px;
}

::-ms-clear {
    display: none;
}

::-ms-reveal {
    display: none;
}


/** 
 * 以下可追加项目中的公共样式，
 * 比如body上进行全局的文字设置（字体，大小，行高），全局a链接的基本状态定义，
 * 适合页面的栅格系统
 * 页面公共头尾部分等
 */

.ewb-wrap {
    width: 1200px;
    margin: 0 auto;
    padding: 0  5px;
    box-sizing: border-box;
}


/* 头部 */

.mt10{
    margin-top: 10px;
}

.ewb-top {
    height: 146px;
}

.ewb-logo {
    padding-top: 30px;
}

.ewb-logo img{
    vertical-align: top;
    margin-left: 10px;
}

.ewb-pos-ico {
    width: 100px;
    position: relative;
    padding-left: 24px;
    font-size: 16px;
    cursor: pointer;
    background: url(../images/position_ico.png) left center no-repeat;
    height: 21px;
    line-height: 21px;
    margin-top: 16px;
    margin-left: 26px;
    z-index: 140;
}

.ewb-pos-ico>a {
    color: #333;
}

.ewb-search-ico {
    position: relative;
    width: 21px;
    height: 21px;
    margin-top: 9px;
    margin-right: 20px;
    cursor: pointer;
    z-index: 10;
    background: url(../images/s_ico.png) center no-repeat;
}

.ewb-search-ico:hover {
    background: url(../images/s_ico_hover.png) center no-repeat;
}

.ewb-search-ico>a {
    display: block;
    height: 21px;
}

.ewb-nav-items {
    margin-right: 10px;
}

.ewb-nav-items>li {
    float: left;
    height: 42px;
}

.ewb-nav-items>li>a {
    display: block;
    height: 50px;
    line-height: 48px;
    margin-top: -7px;
    color: #333;
    font-size: 20px;
    padding: 0 15px;
}

.ewb-nav-items>li>a:hover,
.ewb-nav-items>li.current>a {
    color: #fff;
    background-color: #265fae;
}


/* 下拉省份 */

.ewb-drop-down {
    position: absolute;
    left: -502px;
    top: -10px;
    width: 1200px;
    padding-top: 38px;
    display: none;
    z-index: 999;
}

.ewb-drop-arr {
    display: block;
    width: 18px;
    height: 10px;
    background: url(../images/drop_arr.png) left top no-repeat;
    position: relative;
    z-index: 5;
    margin-left: 500px;
}

.ewb-sub-province {
    margin-top: -1px;
    padding-top: 10px;
    height: 123px;
    z-index: 999;
    border: 1px solid #e0e0e0;
    cursor: default;
    background: url(../images/province_bg.jpg) right bottom no-repeat #fff;
    padding-left: 80px;
}

.ewb-province-txt {
    height: 39px;
    line-height: 36px;
}

.ewb-pro-left {
    width: 116px;
    font-weight: bold;
    color: #3c8ad3;
}

.ewb-lh38 {
    line-height: 38px;
}

.ewb-ptxt {
    font-size: 14px;
    color: #333;
    line-height: 25px;
    display: block;
}

.ewb-pro-right {
    padding-top: 6px;
}

.ewb-city {
    height: 79px;
}

.ewb-city-con {
    overflow: hidden;
    padding-left: 10px;
}

.ewb-city-items {
    margin-right: -45px;
}

.ewb-city-items>li {
    float: left;
    margin-right: 33px;
}

.ewb-w840 {
    width: 840px;
}

.ewb-county {
    border-bottom: 0;
}

.ewb-county-right {
    padding-top: 7px;
}

.ewb-county-items>li {
    float: left;
    height: 26px;
    margin-right: 12px;
}

.ewb-county-items>li>a {
    display: block;
    font-size: 14px;
    color: #333;
    padding: 0 8px;
    line-height: 26px;
}

.ewb-county-items>li>a:hover {
    background-color: #ffae00;
    color: #fff;
    font-weight: bold;
}

.ewb-space {
    padding: 0 40px;
}

.ewb-pos-ico:hover .ewb-drop-down {
    display: block;
}


/* 下拉搜索 */

.ewb-search-drop {
    left: -1159px;
    top: 26px;
    padding-top: 0;
}

.ewb-search-arr {
    margin-left: 1175px;
}

.ewb-smid {
    margin-top: -1px;
    padding-top: 11px;
    height: 137px;
    z-index: 999;
    border: 1px solid #e0e0e0;
    cursor: default;
    background: url(../images/province_bg.jpg) right bottom no-repeat #fff;
    padding-left: 80px;
}

.ewb-search-mid {
    margin-left: 102px;
}

.ewb-search-info {
    line-height: 30px;
    color: #333;
}

.ewb-search-txt {
    width: 86px;
    text-align: right;
    padding-right: 12px;
}

.ewb-search-sel {
    display: block;
    width: 312px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #c3d3e1;
    outline: none;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: #333;
}

.ewb-mt22 {
    margin-top: 22px;
}

.ewb-mt25 {
    margin-top: 25px;
}

.ewb-time-input {
    display: block;
    width: 142px;
    height: 28px;
    outline: none;
    text-indent: 5px;
    background: url(../images/calendar_ico.png) right center no-repeat;
    border: 1px solid #c3d3e1;
}

.ewb-single {
    width: 24px;
    text-align: center;
}

.ewb-search-subitems>li {
    vertical-align: top;
    height: 36px;
    line-height: 36px;
}

.ewb-search-subitems>li>a {
    display: block;
    color: #666;
}

.ewb-sinput {
    height: 34px;
    line-height: 34px;
    display: block;
    outline: none;
    border: 0;
    width: 280px;
    color: #b3b3b3;
    font-size: 16px;
    font-family: "Microsoft YaHei";
    margin-left: 14px;
}

.ewb-search-btns {
    padding-top: 10px;
    margin-left: 407px;
    padding-bottom: 10px;
}

.ewb-search-btn {
    display: block;
    width: 95px;
    height: 30px;
    outline: none;
    cursor: pointer;
    border: 0;
    margin-right: 42px;
    font-family: "Microsoft YaHei";
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    background-color: #a0a0a0;
}

.ewb-btn-ok {
    background-color: #ffae00;
}


/* 底部 */

.ewb-footer {
    height: 131px;
}

.ewb-fr-link {
    padding-top: 14px;
    /* 修改 */
    /*overflow: hidden;*/
}

.ewb-fr-items {
    margin-right: -13px;
}

.ewb-fr-items>li {
    width: 33.3%;
    float: left;
}

.ewb-sel {
    display: block;
    width: 100%;
    height: 34px;
    line-height: 34px;
    color: #666;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    border: 1px solid #dbdbdb;
    outline: none;
}

.ewb-w282 {
    width: 282px;
}

.ewb-footer-txt {
    padding-top: 23px;
    text-align: center;
    line-height: 36px;
    color: #666;
	/*margin-left:170px;*/
	margin-left:90px;/*2021.11.22*/
}

.ewb-mr10 {
    margin-right: 10px;
}
/*2019-0628*/
.ewb-code {
    /*margin-right: 200px;*/
    margin-right: 50px;/*2021.11.22*/
    margin-top: 10px;
}
.ewb-code img {
    width: 100px;
}

/*2021.11.22*/
.ewb-jiucuo{
	margin-left: 20px;
}
.ewb-jiucuo img{
	margin-top: 20px;
}