﻿@charset "UTF-8";


@font-face {
    font-family: "SourceHanSansCN-Regular";
    src: url("../fonts/SourceHanSansCN-Regular.woff") format("woff"),
        url("../fonts/SourceHanSansCN-Regular.ttf") format("truetype"),
        url("../fonts/SourceHanSansCN-Regular.eot") format("embedded-opentype");
}

@font-face {
    font-family: "SourceHanSansCN-Medium";
    src: url("../fonts/SourceHanSansCN-Medium.woff") format("woff"),
        url("../fonts/SourceHanSansCN-Medium.eot") format("embedded-opentype"),
        url("../fonts/SourceHanSansCN-Medium.ttf") format("truetype");
}

@font-face {
    font-family: "SourceHanSansCN-Bold";
    src: url("../fonts/SourceHanSansCN-Bold.woff") format("woff"),
        url("../fonts/SourceHanSansCN-Bold.eot") format("embedded-opentype"),
        url("../fonts/SourceHanSansCN-Bold.ttf") format("truetype");
}


/* 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,
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%;
}*/
select,
input,
button,
textarea {
    font: 99% arial, helvetica, clean, sans-serif;
}



legend {
    color: #000;
}

iframe {
    display: block;
}


/* yui3 fonts */

body {
    color: #333;
    font-size: 14px;
    font-family: "SourceHanSansCN-Regular";
    min-width: 1200px;
    background: url("../images/main_bg_02.jpg") bottom center no-repeat #f5fcfe;
}

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: "SourceHanSansCN-Regular";
    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: #999;
}

textarea::-moz-placeholder,
input::-moz-placeholder {
    color: #999;
}

textarea:-moz-placeholder,
input:-moz-placeholder {
    color: #999;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
    color: #999;
}

.placeholder {
    color: #999;
}

/* 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;
}

*,
:before,
:after {
    background-repeat: no-repeat;
    box-sizing: border-box;
}

/* css3效果 */

.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);
}

.ewb-mt24 {
    margin-top: 24px;
}

/* 通用样式 */
.main {
    background: url("../images/main_bg_01.jpg") top center no-repeat;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

#header {
    height: 230px;
}

.ewb-logo {
    height: 175px;
    padding-top: 42px;
}


/* 搜索框 */
.ewb-search {
    float: right;
    margin-top: 25px;
    width: 401px;
    height: 48px;
}

.ewb-search-left {
    float: left;
    width: 310px;
    padding-left: 50px;
    height: 48px;
    border: 1px solid #c7e2f9;
    border-radius: 3px;
    overflow: hidden;
    background: url("../images/search_icon_01.png") 15px 50% no-repeat #fff;
}

.ewb-search-left .input-tips {
    position: relative;
    z-index: 1;
}

.ewb-search-left .input-placeholder {
    position: absolute;
    top: 0;
    left: 0;
    height: 46px;
    line-height: 46px;
    color: #c2c7cb;
    font-size: 20px;
    z-index: -1;
    cursor: text;
}

.ewb-search-left .input-box {
    width: 100%;
    height: 46px;
    line-height: 46px;
    font-size: 20px;
    border: 0;
    background: 0 0;
    color: #3c93f5;
}

.ewb-search-btns {
    float: right;
    width: 80px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background: #3c93f5;
    border-radius: 3px;
    overflow: hidden;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
}

/* 时间段搜索 */
.ewb-preparate {
    margin-top: 15px;
    width: 310px;
    font-size: 16px;
    display: none;
}

.ewb-preparate-left {
    float: left;
    position: relative;
}

.ewb-preparate-txt {
    color: #3c93f5;
    padding-right: 23px;
    cursor: pointer;
    background: url("../images/chosen_blue_01.png") right center no-repeat;
}

.ewb-preparate-box {
    border: 1px solid #bfcfdf;
    padding-bottom: 12px;
    background: #fff;
    position: absolute;
    left: -12px;
    width: 202px;
    z-index: 5;
    display: none;
}

.ewb-preparate-list {
    height: 38px;
    line-height: 38px;
    padding: 0 10px;
    cursor: pointer;
    color: #666;
}

.ewb-preparate-list.active {
    background: url("../images/hook_icon.png") 172px 50% no-repeat #eef6ff;
}

.ewb-preparate-custom {
    cursor: default;
    height: auto;
    margin: 0 3px;
    padding: 0 9px;
    border-top: 1px dashed #cbd8e5;
}

.ewb-preparate-custom.active {
    background: none;
}

.ewb-preparate-hook {
    background: url("../images/date_icon_02.png") right center no-repeat;
}

.ewb-preparate-date {
    height: 25px;
    line-height: 23px;
    border: 1px solid #c7c7c7;
}

.ewb-preparate-date>input {
    width: 100%;
    height: 100%;
    text-indent: 8px;
    font-size: 14px;
    display: block;
}

.ewb-preparate-btns {
    background: #559ff2;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 5px;
    overflow: hidden;
    margin-top: 6px;
    color: #fff;
    display: block;
    cursor: pointer;
}

/* 高级搜索 */
.ewb-preparate-right {
    float: right;
    color: #3c93f5;
    cursor: pointer;
}

.ewb-advance {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    height: 372px;
    z-index: 6;
    padding: 30px 0;
    box-shadow: 0px 4px 8px 0px rgba(17, 79, 137, 0.14);
    display: none;
}

.ewb-advance-left {
    float: left;
    width: 830px;
}

.ewb-advance-list {
    margin-top: 12px;
}

.ewb-advance-list:first-child {
    margin-top: 0;
}

.ewb-advance-label {
    float: left;
    width: 415px;
    text-align: right;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
}

.ewb-advance-box {
    margin-left: 420px;
}

.ewb-advance-input {
    padding: 0 10px;
    border: 1px solid #d1d7dc;
    border-radius: 3px;
}

.ewb-advance-input .input-tips {
    position: relative;
    z-index: 1;
}

.ewb-advance-input .input-placeholder {
    position: absolute;
    top: 0;
    left: 0;
    height: 38px;
    line-height: 38px;
    color: #bbbaba;
    font-size: 16px;
    z-index: -1;
    cursor: text;
}

.ewb-advance-input .input-box {
    width: 100%;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    border: 0;
    background: 0 0;
    color: #333;
}

/* radio */
.ewb-advance-time{
    margin-right: -15px;
}
.ewb-advance-node {
    float: left;
    margin-right: 13px;
}

.ewb-advance-node>span {
    float: left;
    padding-left: 18px;
    background: url("../images/radio_icon.png") left center no-repeat;
    line-height: 40px;
    font-size: 16px;
}

.ewb-advance-node.active>span {
    background-image: url("../images/radio_iconh.png");
}

.ewb-advance-date {
    float: left;
    margin-top: 4px;
    width: 228px;
    height: 32px;
    border:1px solid #d1d7dc;
    border-radius: 3px;
    margin-left: 18px;
    background: url("../images/date_icon_02.png") 200px 50% no-repeat;
}

.ewb-advance-date input {
    display: block;
    width: 100%;
    height: 100%;
    background: none;
    cursor: pointer;
    text-indent: 10px;
    font-size: 16px;
}

/* chosen */
.ewb-advance-chosen {
    height: 40px;
}

.ewb-advance-select {
    width: 100%;
    height: 100%;
    display: none;
}

/* chosen */
.ewb-advance-chosen .chosen-container .chosen-drop,
.ewb-advance-chosen .chosen-container-single .chosen-single,
.ewb-advance-chosen .chosen-container-active.chosen-with-drop .chosen-single {
    border-color: #c5dffc;
}

.ewb-advance-chosen .chosen-container-single .chosen-single {
    height: 40px;
    line-height: 38px;
    border-radius: 3px;
    padding-left: 10px;
}

.ewb-advance-chosen .chosen-container {
    font-size: 16px;
}

.ewb-advance-chosen .chosen-container-single .chosen-single span {
    margin-right: 35px;
}

.ewb-advance-chosen .chosen-container-single .chosen-single div {
    width: 35px;
}

.ewb-advance-btn {
    float: left;
    width: 110px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    background: #3c93f5;
    border-radius: 3px;
    font-size: 18px;
    cursor: pointer;
}

.ewb-advance-close {
    float: left;
    width: 28px;
    height: 28px;
    margin-left: 32px;
    cursor: pointer;
    background: url("../images/advance_close_icon.png") no-repeat;
}


/* nav */
.ewb-nav {
    position: relative;
}

.ewb-nav-list {
    float: left;
    width: 16.66%;
}

.ewb-nav-item {
    display: block;
    background: url("../images/nav_line_bg.jpg") left center no-repeat #2f89ef;
    font-size: 0;
    text-align: center;
    color: #fff;
    position: relative;
    margin: 0 -2px 0 0;
}

.ewb-nav-list:last-child .ewb-nav-item {
    margin-right: 0;
}

.ewb-nav-list:first-child .ewb-nav-item {
    background: #2f89ef;
}

.ewb-nav-list:first-child .ewb-nav-item>span {
    padding-left: 32px;
    background: url("../images/nav_icon_01.png") left center no-repeat;
}

.ewb-nav-item>span {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    height: 55px;
    line-height: 55px;
}

.ewb-nav-list:hover .ewb-nav-item,
.ewb-nav-list.cur .ewb-nav-item {
    background: url("../images/nav_item_bgh.jpg");
    z-index: 2;
}

.ewb-nav-box {
    position: absolute;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(43, 140, 249, 0.34);
    display: none;
    height: 70px;
    font-size: 0;
    z-index: 3;
}

.ewb-nav-box>ul {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
}

.ewb-nav-box>i {
    width: 0;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.ewb-nav-node {
    float: left;
    width: 20%;
}

.ewb-nav-sub {
    display: block;
    margin: 0 50px;
    line-height: 20px;
    color: #2d66a5;
    font-size: 18px;
    padding-left: 29px;
    position: relative;
}

.ewb-nav-sub::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 10px;
    background: #4a91e1;
    border-radius: 5px;
    top: 5px;
    left: 0;
}

.ewb-nav-list.hasChild:hover .ewb-nav-item::before {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -5px;
    bottom: 0;
    width: 12px;
    height: 10px;
    background: url("../images/nav_arr_01.png") no-repeat;
}

.ewb-nav-list:hover .ewb-nav-box {
    display: block;
}

/* footer */
.ewb-footer {
    background: #427dd9;
    padding: 12px 0;
    min-height: 198px;
    overflow: hidden;
}

.ewb-footer-ul {
    margin-left: -12px;
}

.ewb-footer-list {
    float: left;
    width: 25%;
}

.ewb-footer-item {
    display: block;
    margin-left: 12px;
    height: 32px;
    line-height: 32px;
    color: #fff;
    text-align: center;
    font-size: 12px;
    background: rgba(255, 255, 255, 0.12);
}

.ewb-footer-content {
    padding-top: 12px;
    width: 850px;
    margin: 0 auto;
    padding-left:100px;
}

.ewb-footer-content .ewb-footer-list {
    width: 100%;
}

.ewb-footer-content .ewb-footer-item {
    height: 140px;
    line-height: 24px;
    padding: 0 10px 0 33px;
    font-size: 0;
}

.ewb-footer-sub {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    text-align: left;
    width: 100%;
}
    .ewb-footer-sub a {
         color: #fff;
    }
.ewb-footer-item>i {
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
}

.ewb-footer-map {
    font-size: 0;
    text-align: center;
    margin: 12px auto 0;
}

.ewb-footer-map>span,
.ewb-footer-map>a {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    color: #fff;
    line-height: 30px;
}

.ewb-footer-map>span {
    padding: 0 40px;
}

.ewb-footer-ga {
    padding-left: 23px;
    background: url("../images/footer_ga_icon.png") left center no-repeat;
}

.ewb-footer .container {
    position: relative;
}

.ewb-footer-img {
    position: absolute;
    top: 64px;
}

.ewb-footer-img>img {
    display: block;
}

.footerImg1 {
    left: 50px;
}

.footerImg2 {
    left: 120px;
}



/* 面包屑 */
.ewb-location {
    padding: 15px 28px;
    line-height: 22px;
    color: #636363;
    background: url("../images/location_icon.png") left center no-repeat;
}

.ewb-location a {
    color: #636363;
}

.ewb-location span {
    color: #2f89ef;
}

/* 通用 */
.ewb-com {
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 1px 7px 0px rgba(43, 140, 249, 0.14);
}

/* 日历通用 */
.layui-laydate-content td.laydate-selected {
    background-color: #eaf4fd !important;
}

/* 右下角客服 */
.ewb-customer {
    width: 120px;
    height: 120px;
    background: url("../images/customer_bg.png") no-repeat;
    padding: 67px 18px 18px;
    line-height: 20px;
    position: fixed;
    color: #fff;
    right: -10px;
    bottom: 204px;
    text-align: center;
    z-index: 3;
}

/* 通用select */
.ewb-com-chosen {
    width: 150px;
    height: 41px;
    margin-bottom: 15px;
}

.ewb-com-select {
    width: 100%;
    height: 100%;
    display: none;
}

.ewb-com-chosen .chosen-container-single .chosen-single {
    border-color: #ddd;
    color: #010101;
    height: 41px;
    line-height: 39px;
    padding-left: 0;
    text-align: center;
    font-size: 16px;
    background: #fbfbfb;
}

.ewb-com-chosen .chosen-container .chosen-drop {
    background: #fbfbfb;
    border-color: #ddd;
}

.ewb-com-chosen .chosen-container-active.chosen-with-drop .chosen-single {
    border-color: #ddd;
}

.ewb-com-chosen .chosen-container-single .chosen-single div {
    width: 25px;
}

.ewb-com-chosen .chosen-container-active.chosen-with-drop .chosen-single div b,
.ewb-com-chosen .chosen-container-single .chosen-single div b {
    background-position: left center;
}

.ewb-com-chosen .chosen-container {
    font-size: 16px;
}

.ewb-com-chosen .chosen-container .chosen-results li {
    line-height: 20px;
}


/* 友情链接 */
.ewb-firendlink {
	height: 30px;
	line-height: 30px;
	padding-left: 166px;
	text-align:center !important;
}
.ewb-firendlink .links {
	margin-left: 40px;
}

.ewb-firendlink-tt {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	letter-spacing: 2px;
}

.ewb-firendlink a {
	color: #fff;
}

.ewb-firendlink-sel {
	text-align: center;
	width: 236px;
	color: #666;
	outline: none;
	height: 30px;
	line-height: 30px;
}

.ewb-firendlink-sel:nth-child(2) {
	margin-left: 10px;
}
.ewb-firendlink-sel:nth-child(3) {
	margin-left: 10px;
}
