@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;
}

address,
caption,
cite,
code,
dfn,
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: 14px;
    font-family: "Microsoft YaHei";
    overflow-x: hidden;
    background: url('../images/bg_img.jpg') no-repeat left bottom #e7edf7;
}

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;
}

input,
button,
textarea {
    font-family: "Microsoft YaHei";
    border: 0;
    outline: 0;
}

input[type=text]::-ms-clear,
input[type=password]::-ms-reveal {
    display: none;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    color: #333;
}

textarea::-moz-placeholder,
input::-moz-placeholder {
    color: #333;
}

textarea:-moz-placeholder,
input:-moz-placeholder {
    color: #333;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
    color: #333;
}

.placeholder {
    color: #333;
}

/* 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;
}

/* css3效果 */
.ewb-mt24 {
    margin-top: 24px;
}

.ewb-mt12 {
    margin-top: 12px;
}

.trans {
    -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
}

#header {
    height: 201px;
    background: url('../images/top_bg.jpg') no-repeat center top;
}

.ewb-log-tt {
    padding-top: 36px;
}

.ewb-logo-sub {
    display: block;
    margin: 0 auto;
    padding-top: 53px;
}

.input-tips {
    float: right;
    margin-top: 50px;
    position: relative;
    width: 255px;
    z-index: 1;
    padding-left: 12px;
    padding-right: 48px;
    height: 36px;
    background-color: #fff;
}

.input-placeholder {
    position: absolute;
    top: 0;
    left: 12px;
    height: 36px;
    line-height: 36px;
    color: #4b8aec;
    z-index: -1;
    cursor: text;
}

.input-box {
    width: 100%;
    height: 36px;
    line-height: 36px;
    border: 0;
    background: 0 0;
    color: #333;
}

.ewb-head-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 48px;
    height: 36px;
    border: 0;
    outline: 0;
    cursor: pointer;
    background: url("../images/btn_icon.png") center no-repeat #2d7eda;
}

.ewb-head-link {
    margin-top: 41px;
}

.ewb-head-link>ul {
    margin: 0 -1px;
}

.ewb-head-item {
    float: left;
    width: 10%;
}

.ewb-head-item>a {
    display: block;
    height: 69px;
    margin: 0 1px;
    padding: 10px 6px;
    text-align: center;
    background: url('../images/link_bg.png') repeat;
}

.ewb-head-item>a:hover {
    background: #3e91f0;
}

.ewb-head-item>a:hover span {
    color: #fff;
}

.ewb-head-item span {
    display: block;
    font-size: 16px;
    color: #fff;
    padding-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* pad */
@media(max-width:979px) {
    #header {
        height: auto;
    }

    .ewb-mt24,
    .ewb-mt12 {
        margin-top: 10px;
    }

    .ewb-head-item {
        width: 20%;
        margin-top: 2px;
    }

    .ewb-logo-sub {
        float: right;
        margin: 0;
    }

    .ewb-head-item>a {
        background: #3e91f0;
    }
}

/* phone */
@media(max-width:767px) {

    .ewb-log-tt {
        padding-top: 21px;
    }

    .ewb-logo-sub {
        float: none;
        padding-top: 18px;
    }

    .input-tips {
        float: left;
        width: 100%;
        margin-top: 23px;
    }

    .ewb-head-link {
        margin-top: 29px;
    }
}

@media(max-width:480px) {
    .ewb-head-item {
        width: 33.33%;
    }
}


/* footer */
.ewb-footer {
    margin-top: 53px;
    padding: 28px 0 20px 0;
    background-color: #0c40a6;
    background-image: linear-gradient(to right, #0c40a6, #1d85e0);
}

.ewb-select>label {
    float: left;
    font-size: 16px;
    line-height: 33px;
    color: #fff;
    width: 90px;
}

.ewb-select-items {
    margin: 0 -9px 0 90px;

}

.ewb-select-items>li {
    float: left;
    width: 25%;
}

.ewb-select-item {
    width: 100%;
    height: 33px;
}

.ewb-select-div {
    margin: 0 9px;
}

/* chosen */
.chosen-container {
    font-size: 14px;
}

.chosen-container-single .chosen-single {
    height: 33px;
    line-height: 31px;
    color: #fff;
    padding: 0 0 0 10px;
    border-color: #3494f3;
    background-color: #004baa;
}

.chosen-container-single .chosen-single div {
    width: 32px;
}

.chosen-container-single .chosen-single span {
    margin-right: 32px;
}

.chosen-container .chosen-results {
    padding-top: 4px;
}

.ewb-foot-info {
    position: relative;
    text-align: center;
    color: #96c6f7;
    padding-top: 22px;
}

.ewb-foot-info>p {
    line-height: 25px;
}

.ewb-foot-info span {
    padding-left: 47px;
}

.ewb-foot-info a {
    color: #96c6f7;
}

.ewb-footer-icon {
    display: inline-block;
    margin-top: 6px;
    margin-right: 8px;
    width: 14px;
    height: 13px;
    vertical-align: top;
    background: url(../images/foot_icon3.png) no-repeat;
}

.chosen-container .chosen-drop {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    border-radius: 4px 4px 0 0;
    border-top: 1px solid #a1c1ef;
    border-bottom: none;
}

.ewb-foot-icon {
    position: absolute;
}

.ewb-icon1 {
    left: 0;
    top: 27px;
}

.ewb-icon2 {
    right: 0;
    top: 36px;
}

/* pad */
@media(max-width:979px) {
    .ewb-foot-icon {
        position: static;
        display: inline-block;
        padding-top: 10px;
    }

    .ewb-footer {
        margin-top: 10px;
    }
}

/* phone */
@media(max-width:767px) {
    .ewb-footer {
        padding: 10px 0;
    }

    .ewb-foot-info {
        padding-top: 10px;
    }

    .ewb-select-items>li {
        width: 100%;
        margin-top: 5px;
    }

    .ewb-select-div,
    .ewb-select-items {
        margin: 0;
    }

    .ewb-foot-info span {
        padding-left: 0;
        display: inline-block;
    }
}


/* 公用模块头部 */
.ewb-bg {
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    background-color: #fff;
}

.ewb-com-hd {
    height: 40px;
    border-bottom: 1px solid #ececec;
}

.ewb-com-tt {
    position: relative;
    float: left;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    height: 40px;
    line-height: 40px;
    background: url('../images/com_hd.png') no-repeat;
}

.ewb-com-tt>span {
    display: block;
    padding-left: 44px;
    padding-right: 10px;
    background-repeat: no-repeat;
    background-position: 15px center;
}

.ewb-com-tt>i {
    position: absolute;
    top: 0;
    right: -10px;
    width: 10px;
    height: 40px;
    background: url('../images/com_ricon.png') no-repeat;

}

/* 信息列表 */
.ewb-news-items {
    padding-top: 3.5px;
    margin: 0 18px;
}

.ewb-news-items>li {
    position: relative;
    line-height: 35px;
}

.ewb-news-items>li:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    margin-top: -2px;
    width: 4px;
    height: 4px;
    background-color: #266ac3;
}

.ewb-news-items>li>a {
    display: block;
    text-indent: 11px;
    margin-right: 100px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ewb-news-time {
    position: absolute;
    right: 0;
    top: 0;
    color: #999;
}

.ewb-news-items>li:hover>a {
    color: #266ac3;
}


.ewb-news-items>li:hover>.ewb-news-time {
    color: #266ac3;
}

/* 智能客服 */
.ewb-smart {
    position: fixed;
    top: 50%;
    margin-top: -30px;
    left: 50%;
    margin-left: 610px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #1c78ef;
}

.ewb-smart>a {
    display: block;
    line-height: 12px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    padding-top: 34px;
    background: url('../images/smart.png') no-repeat center 11px;
}

.ewb-smart:hover {
    background: #4b90eb;
}