﻿﻿@charset "UTF-8";
html {
    color: #000;
    background: #f3f3f3;
}
blockquote,
body,
button,
code,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
    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:after,
q:before {
    content: '';
}
abbr,
acronym {
    border: 0;
    font-variant: normal;
}
sup {
    vertical-align: text-top;
}
sub {
    vertical-align: text-bottom;
}
input,
select,
textarea {
    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;
}
button,
input,
select,
textarea {
    font: 99% arial, helvetica, clean, sans-serif;
}
table {
    font-size: inherit;
    font: 100%;
}
code,
kbd,
pre,
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:after,
.clearfix:before {
    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-span1 {
    float: left;
    width: 41px;
}
.ewb-span2 {
    float: left;
    width: 102px;
}
.ewb-span3 {
    float: left;
    width: 163px;
}
.ewb-span4 {
    float: left;
    width: 230px;
}
.ewb-span5 {
    float: left;
    width: 285px;
}
.ewb-span6 {
    float: left;
    width: 346px;
}
.ewb-span7 {
    float: left;
    width: 407px;
}
.ewb-span8 {
    float: left;
    width: 468px;
}
.ewb-span9 {
    float: left;
    width: 529px;
}
.ewb-span10 {
    float: left;
    width: 590px;
}
.ewb-span11 {
    float: left;
    width: 651px;
}
.ewb-span12 {
    float: left;
    width: 712px;
}
.ewb-span13 {
    float: left;
    width: 773px;
}
.ewb-span14 {
    float: left;
    width: 834px;
}
.ewb-span15 {
    float: left;
    width: 895px;
}
.ewb-span16 {
    float: left;
    width: 956px;
}
.ewb-span17 {
    float: left;
    width: 1017px;
}
.ewb-span18 {
    float: left;
    width: 1078px;
}
.ewb-span19 {
    float: left;
    width: 1139px;
}
.ewb-span20 {
    float: left;
    width: 1200px;
}
.ewb-span72 {
    float: left;
    width: 461px;
}
.ewb-container {
    width: 1200px;
    margin: 0 auto;
}
.ewb-row {
    overflow: hidden;
}
input,
button {
    font-family: "Microsoft YaHei";
    border: none;
    outline: 0;
}
input::-webkit-input-placeholder {
    color: #999;
}
input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999;
}
input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999;
}
input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #999;
}
.placeholder {
    color: #999;
}
.ewb-mt20 {
    margin-top: 20px;
}
.ewb-ml20 {
    margin-left: 20px;
}

/* header */

.ewb-top {
    height: 90px;
    background: #fff;
}
.ewb-top-area {
    position: relative;
}
.ewb-logo-tt {
    float: left;
    margin-top: 12px;
}
.ewb-logo-reg {
    position: relative;
    float: left;
    line-height: 18px;
    padding: 0 0 15px 20px;
    margin: 36px 36px 0 26px;
    margin-right: 0;
    background: url(/images/lco_icon.png) no-repeat left 0;
    cursor: pointer;
    z-index: 999;
}
.ewb-logo-sec {
    width: 1143px;
    padding: 0 42px 0 34px;
    margin: 16px 0px 10px -9px;
    background: url(/images/center.png) repeat-y;
}
.ewb-logo-city:first-child {
    padding-bottom: 10px;
    margin-top: -8px;
    border-bottom: 1px dashed #d7d7d7;
}
.ewb-logo-qu {
    margin-left: 81px;
    margin-right: -9px;
}
.ewb-logo-city>span {
    float: left;
    color: #1492ff;
    width: 81px;
    margin-top: 13px;
    text-align: right;
    cursor: text;
}
.ewb-logo-city a {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    color: #333;
    padding: 0 6px;
    margin: 9px 4px 0 0;
    text-align: center;
    border: 1px solid transparent;
}
.ewb-logo-city .ewb-spec {
    margin-right: 20px;
}
.ewb-logo-city a:hover {
    color: #1492ff;
    border-color: #1492ff;
}
.ewb-logo-con {
    position: absolute;
    top: 38px;
    left: -396px;
    z-index: 999;
    display: none;
}
.ewb-logo-arrow {
    position: absolute;
    left: -9px;
    display: block;
    width: 1219px;
    height: 31px;
    background: url(/images/top.png) no-repeat center;
}
.ewb-logo-arrow.top {
    top: -15px;
}
.ewb-logo-arrow.bot {
    height: 24px;
    bottom: -14px;
    background-image: url(/images/bottom.png)
}
.ewb-logo-reg:hover .ewb-logo-con {
    display: block;
}
.ewb-nav {
    float: left;
    height: 90px;
    padding-right: 6px;
    background: url(/images/nav_b.jpg) no-repeat right center;
}
.ewb-nav-items>li {
    float: left;
}
.ewb-nav-link {
    position: relative;
    display: block;
    height: 88px;
    line-height: 88px;
    font-size: 18px;
    color: #333;
    padding: 0 14px;
    /*border-bottom: 2px solid transparent;*/
    transition: border-color, color, .1s ease-in-out;
}
.ewb-nav-link i {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -6px;
    display: none;
    width: 12px;
    height: 6px;
    background: url(/images/nav_san.png) no-repeat;
}
.ewb-nav-items>li:first-child a {
    /*padding: 0 22px;*/
}
.ewb-nav-link:hover {
    color: #1492ff;
    border-color: #1492ff;
}
.ewb-nav-link:hover i {
    display: block;
}

/* button */

.ewb-search {
    position: absolute;
    right: -50px;
    top: 29px;
    width: 51px;
    height: 31px;
    font-size: 14px;
    border-radius: 25px;
    cursor: pointer;
    z-index: 999;
}
.ewb-search>input {
    width: 0;
    height: 31px;
    line-height: 31px;
    text-indent: 12px;
    border: none;
    border-radius: 25px 0 0 25px;
    outline: 0;
}
.ewb-search span {
    position: absolute;
    right: -10px;
    top: 0;
    width: 51px;
    height: 31px;
    border-radius: 25px;
    background: url(/images/ser_btn.png) no-repeat center;
    cursor: pointer;
}
.ewb-search.current {
    border: 1px solid #1492ff;
    background: #fff;
}

.ewb-search.current input {
    width: 178px;
}
.ewb-search.current span {
    display: none;
}
.ewb-search.current button {
    position: absolute;
    right: -1px;
    top: 0;
    width: 51px;
    height: 31px;
    border-radius: 25px;
    background: url(/images/ser_btnh.png) no-repeat center #1492ff;
    cursor: pointer;
}

/* footer */

.ewb-select {
    margin-bottom: 20px;
}
.ewb-select-div {
    float: left;
    margin-left: 21px;
    outline: 0;
}
.ewb-select-item {
    width: 388px;
    height: 44px;
}
.ewb-select-div:first-child {
    margin-left: 0;
}

/* foot */

.ewb-footer {
    color: #fff;
    text-align: center;
    padding: 18px 0;
    background: #1492ff;
}
.ewb-foot-wrap {
    position: relative;
}
.ewb-link {
    display: inline-block;
    line-height: 34px;
}
.ewb-link a {
    color: #fff;
}
.ewb-detail p {
    line-height: 34px;
}
.ewb-detail-img {
    position: absolute;
}
.ewb-detail-img.img1 {
    top: 15px;
    right: 186px;
}
.ewb-detail-img.img2 {
    top: 22px;
    right: 43px;
}

/* 180724 */

.ewb-top{
    padding-top: 16px;
    padding-bottom: 10px;
}

.ewb-footer{
    color: #333;
    background-color: #dcdcdc;
}

.ewb-link a{
    color: #333;
}

/* 180725 */

.ewb-nav-link{
    height: 42px;
    line-height: 42px;
}

.ewb-nav-link:hover{
    color: #fff;
    border: 0;
    background: none;
    background-color: #0987FF;
}

.ewb-logo-city a{
    border: 0;
    height: 26px;
    line-height: 26px;
}

.ewb-logo-city a:hover{
    border: 0;
    color: #fff;
    background-color: #0987FF;
}

.ewb-nav-link:hover i{
    display: none;
}

.ewb-nav{
    height: auto;
    margin-top: 24px;
}

.ewb-footer{
    padding: 0;
}

.ewb-foot-wrap{
    padding: 18px 0;
}

/* side */
.ewb-slider-app li{
    width: 72px;
}

/* 180831 */
.ewb-detail-img.img1 {
    top: 40px;
}

.ewb-detail-img.img2{
    top: 60px;
}

.ewb-nav{
    margin-top: 23px;
    float: right;
}

.header-ipv{
    background-color: #1492ff;
    /* width: 100px; */
    position: absolute;
    right: 0px;
    top: 0px;
    color: #fff;
    padding: 2px 5px;
    font-size: 14px;
}