@charset "UTF-8";

html {
    color: #000;
    background: #FFF;
}
 
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
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 {
    font: 14px/1.231 "Microsoft YaHei", arial, helvetica, clean, sans-serif;
    color: #333;
    min-width: 1400px;
}

select,
input,
button,
textarea {
    font: 99% arial, helvetica, clean, sans-serif;
    font-family: "Microsoft YaHei";
    outline: 0;
    border: 0;
}

table {
    font-size: inherit;
    font: 100%;
}

pre,
code,
kbd,
samp,
tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%;
}

a {
    cursor: pointer;
    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;
}

/* 1400*17*48*24 */

.ewb-container {
    width: 1400px;
    margin: 0 auto;
}
.ewb-container2 {
    background: url(../images/header-top-bg.png) no-repeat bottom left;
}

.ewb-span1 {
    float: left;
    width: 48px;
}

.ewb-span2 {
    float: left;
    width: 120px;
}

.ewb-span3 {
    float: left;
    width: 192px;
}

.ewb-span4 {
    float: left;
    width: 264px;
}

.ewb-span5 {
    float: left;
    width: 336px;
}

.ewb-span6 {
    float: left;
    /*width: 242px;*/
       width: 245px;
   margin-left: 20px;
}

.ewb-span7 {
    float: left;
    width: 480px;
}

.ewb-span8 {
    float: left;
    width: 552px;
}

.ewb-span9 {
    float: left;
    width: 624px;
}

.ewb-span10 {
    float: left;
    width: 696px;
}

.ewb-span11 {
    float: left;
    width: 768px;
}

.ewb-span12 {
    float: left;
    width: 840px;
}

.ewb-span13 {
    float: left;
    width: 1110px;
}

.ewb-span14 {
    float: left;
    width: 984px;
}

.ewb-span15 {
    float: left;
    width: 1056px;
}

.ewb-span16 {
    float: left;
    width: 1128px;
}

.ewb-span17 {
    float: left;
    width: 1400px;
}

.ewb-span18{
	/*width: 746px;*/
	    width: 900px;
	        margin-right: 20px;
    float: left;
}

.ewb-ml24 {
    margin-left: 24px;
}

.ewb-ml10 {
    margin-left: 10px;
}

.ewb-mt10 {
    margin-top: 10px;
}

.ewb-mt12 {
    margin-top: 12px;
}

.ewb-mt20 {
    margin-top: 20px;
min-height: 510px;}

.ewb-mt29 {
    margin-top: 29px;
}


/* 属性值渐变 */

.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-otw {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* header */

#header {
    height: 163px;
}

.ewb-header {
    height: 120px;
}

.ewb-logo {
    float: left;
    height: 120px;
    width: 389px;
}

.ewb-region {
    position: relative;
    z-index: 200;
    float: left;
    margin: 43px 0 0 60px;
}

.ewb-region-name {
    display: block;
    padding-left: 24px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    background: url('../images/region_ico.png') left 4px no-repeat;
}

/* 下拉省份 */

.ewb-drop-down {
    position: absolute;
    z-index: 200;
    right: -678px;
    top: 0;
    width: 1400px;
    padding-top: 45px;
    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: 478px;
}

.ewb-sub-province {
    margin-top: -1px;
    padding-top: 10px;
    height: 123px;
    z-index: 999;
    border: 1px solid #c3d3e1;
    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-size: 16px;
    font-weight: bold;
    color: #3c8ad3;
}

.ewb-ptxt {
    font-size: 14px;
    color: #333;
    padding: 0 8px;
    line-height: 26px;
    display: block;
}

.ewb-pro-right {
    padding-top: 6px;
}

.ewb-city-con {
    overflow: hidden;
    padding-left: 10px;
}

.ewb-w940 {
    width: 940px;
}

.ewb-county {
    border-bottom: 0;
}

.ewb-province-items>li,
.ewb-city-items>li,
.ewb-county-items>li {
    float: left;
    height: 26px;
    margin-right: 12px;
}

.ewb-province-items>li>a,
.ewb-city-items>li>a,
.ewb-county-items>li>a {
    display: block;
    font-size: 14px;
    color: #333;
    padding: 0 8px;
    line-height: 26px;
}

.ewb-province-items>li>a:hover,
.ewb-city-items>li>a:hover,
.ewb-county-items>li>a:hover {
    background-color: #ffae00;
    color: #fff;
    font-weight: bold;
}

.ewb-space {
    padding: 0 40px;
}

.ewb-region:hover .ewb-drop-down {
    display: block;
}

/* 高级搜索 */

.ewb-search-ico {
    position: relative;
    z-index: 999;
    float: right;
    margin-top: 38px;
    width: 98px;
}

.ewb-search-all {
    display: block;
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background-color: #fdb11f;
}

/* 下拉搜索 */

.ewb-search-drop {
    right: 0;
    padding-top: 50px;
}

.ewb-search-arr {
    margin-left: 1144px;
}

.ewb-smid {
    margin-top: -1px;
    padding-top: 11px;
    height: 137px;
    z-index: 999;
    border: 1px solid #c3d3e1;
    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: 34px;
    color: #333;
}

.ewb-search-txt {
    width: 86px;
    text-align: right;
    padding-right: 12px;
}

.ewb-search-sel {
    display: block;
    width: 312px;
    padding-left: 10px;
    height: 34px;
    line-height: 34px;
    border: 1px solid #c3d3e1;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: #333;
}

.ewb-mt22 {
    margin-top: 22px;
}

.ewb-mt25 {
    margin-top: 25px;
}

.ewb-input-txt,
.ewb-time-input {
    display: block;
    width: 142px;
    height: 32px;
    line-height: 32px;
    outline: none;
    text-indent: 10px;
    background: url('../images/calendar_ico.png') right center no-repeat;
    border: 1px solid #c3d3e1;
    background-color: #fff;
}

.ewb-input-txt {
    width: 310px;
    background: none;
}

.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 {
    margin-left: 136px;
}

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

/* chosen */

.chosen-container {
    width: 312px;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    font-family: "Microsoft YaHei";
}

.chosen-container-single .chosen-single {
    padding: 0 0 0 10px;
    height: 34px;
    border: 1px solid #c3d3e1;
    box-shadow: none;
    font-size: 14px;
    color: #333;
}

.chosen-container-single .chosen-single.cur {
    color: #333;
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #c3d3e1;
}

.chosen-container-single .chosen-single span {
    margin-right: 28px;
    height: 32px;
    line-height: 32px;
}

.chosen-container-single .chosen-single div {
    width: 28px;
    padding: 0;
}

.chosen-container-single .chosen-single div b {
    width: 28px;
    height: 32px;
    background: url('../images/sel_ico.png') left center no-repeat;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background: url('../images/sel_ico_cur.png') left center no-repeat;
}

.chosen-container-single .chosen-drop {
    top: 35px;
    border: 1px solid #c3d3e1;
    border-top: 0;
    border-radius: 0;
}

.chosen-container-single .chosen-search input[type="text"] {
    border: 1px solid #c3d3e1;
}

.chosen-container .chosen-results {
    margin: 0;
    padding: 0;
    color: #676767;
}

.chosen-container .chosen-results li {
    padding-left: 10px;
    padding-right: 10px;
    line-height: 16px;
}

.chosen-container .chosen-results li.highlighted {
    color: #fff;
    background-color: #0087ff;
}

/* 搜索 */

.ewb-search {
    float: right;
    margin: 38px 10px 0 0;
    width: 364px;
}

.input-tips {
    position: relative;
    z-index: 1;
    padding: 0 55px 0 10px;
    width: 299px;
    height: 36px;
    border: 1px solid #006aed;
}

.input-placeholder {
    position: absolute;
    top: 0;
    left: 10px;
    height: 36px;
    line-height: 35px;
    color: #999;
    z-index: -1;
    cursor: text;
}

.input-box {
    width: 100%;
    height: 36px;
    line-height: 35px;
    border: 0;
    background: 0 0;
}

.ewb-input-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 55px;
    height: 36px;
    background: url('../images/search_ico.png') center center no-repeat #006aed;
    cursor: pointer;
}

.ewb-hot-search {
    line-height: 25px;
    font-size: 12px;
}

.ewb-hot-search label {
    color: #006aed;
}

.ewb-hot-search p {
    width: 290px;
    height: 25px;
    font-size: 0;
    -webkit-text-size-adjust: none;
}

.ewb-hot-search p a {
    display: inline-block;
    vertical-align: top;
    margin-right: 22px;
    font-size: 12px;
    color: #333;
}

/* nav */

.ewb-nav {
    height: 43px;
    background-color: #4782ce;
}

.ewb-category {
    position: relative;
    float: left;
    width: 220px;
}

.ewb-category-box {
    height: 468px;
}

.ewb-category-tt {
    display: block;
    padding-left: 52px;
    height: 43px;
    line-height: 43px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background: url('../images/category_ico.png') 19px center no-repeat #4178be;
    cursor: pointer;
}

.ewb-category-list {
    position: absolute;
   /* top: 43px;*/
   top: 40px;
    right: 0;
    left: 0;
    padding-bottom: 3px;
    padding-top: 3px;
    background-color: #548dd7;
}

.ewb-category-node {
    /*height: 66px;
    line-height: 66px;*/
    height: 57px;
    line-height: 57px;
    vertical-align: top;
}

.ewb-category-node:hover {
    background-color: #3d7ed1;
}

.ewb-category-name {
    display: block;
    padding-left: 60px;
    font-size: 17px;
    color: #fff;
    background-position: 21px center;
    background-repeat: no-repeat;
}

.ewb-category-name.icon1 {
    background-image: url('../images/category_icon1.png');
}

.ewb-category-name.icon2 {
    background-image: url('../images/category_icon2.png');
}

.ewb-category-name.icon3 {
    background-image: url('../images/category_icon3.png');
}

.ewb-category-name.icon4 {
    background-image: url('../images/category_icon4.png');
}

.ewb-category-name.icon5 {
    background-image: url('../images/category_icon5.png');
}

.ewb-category-name.icon6 {
    background-image: url('../images/category_icon6.png');
}

.ewb-category-name.icon7 {
    background-image: url('../images/category_icon7.png');
}

.ewb-category-name.icon8 {
    background-image: url('../images/category_icon8.png');
}

.ewb-category-name.icon9 {
    background-image: url('../images/category_icon9.png');
}

.ewb-category-name.icon10 {
    background-image: url('../images/category_icon10.png');
}

.ewb-category-name.icon11 {
    background-image: url('../images/category_icon11.png');
}

.ewb-nav-list {
    float: left;
    margin-left: 20px;
    width: 1158px;
}

.ewb-nav-node {
    float: left;
    margin-top: 5px;
    height: 34px;
    margin-left: 10px;
}
.ewb-nav-node:first-child{
    margin-left: 0;
}

.ewb-nav-name {
    display: block;
    /* padding: 0 37px; */
	padding: 0 34px;
    height: 34px;
    line-height: 33px;
    font-size: 18px;
    color: #fff;
    border-bottom: 4px solid transparent;
}

.ewb-nav-name:hover,
.ewb-nav-name.current {
    font-weight: bold;
    color: #ffde58;
    border-color: #ffde58;
}

/* footer */

.ewb-footer {
    min-width: 129px;
    background: rgba(85, 116, 154, 0.1);
}
.ewb-footer .link {
    color: #333;
    width: 1400px;
    height: 52px;
    display: flex;
    align-items: center;
    margin: 0 auto;
}
.ewb-footer .link .label {
    font-size: 14px;
    font-weight: 700;
}
.ewb-footer .link .ct {
    display: flex;
}
.ewb-footer .link .ct li {
    position: relative;
    padding: 6px 16px;
    margin-right: 30px;
    border-radius: 2px;
    background: rgba(85, 116, 154, 0.1);
}
.ewb-footer .link .ct .icon {
    padding: 6px 16px 6px 50px;
}
.ewb-footer .link .ct .icon::after {
    content: '';
    position: absolute;
    top: 4px;
    left: 20px;
    width: 22px;
    height: 20px;
    background: url('../images/icon.png') no-repeat;
}

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

/* 底部信息 */

.ewb-foot {
    position: relative;
    padding: 16px 0;
    background: #1d304e;
}

.ewb-foot-content {
    width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ewb-foot-content .ct-l {
    width: 888px;
    display: flex;
    justify-content: space-between;
}
.ewb-foot-content .ct-r {
    width: 175px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ewb-foot-item {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    line-height: 22px; /* 157.143% */
}
.ewb-foot-item:nth-child(n + 2) {
    margin-top: 4px;
}
.ewb-foot-item a {
    color: rgba(255, 255, 255, 0.6);
}

/* 侧边栏 */

.sidebar {
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    bottom: 0;
    width: 39px;
    background-color: #2e2e2e;
}

.sidebar-list {
    position: absolute;
    top: 30px;
    left: 0;
    width: 3px;
}

.sidebar-item {
    position: relative;
    padding: 18px 0;
    width: 39px;
    vertical-align: top;
}

.sidebar-name {
    display: inline-block;
    vertical-align: top;
    padding: 28px 10px 0 10px;
    width: 19px;
    text-align: center;
    color: #fff;
    background-position: center top;
    background-repeat: no-repeat;
}

.sidebar-name.icon1 {
    background-image: url('../images/sidebar_icon1.png');
}

.sidebar-name.icon2 {
    background-image: url('../images/sidebar_icon2.png');
}

.sidebar-name.icon3 {
    background-image: url('../images/sidebar_icon3.png');
}

.sidebar-name.icon4 {
    background-image: url('../images/sidebar_icon4.png');
}

.sidebar-item:hover {
    background-color: #227be9;
}

.sidebar-drop {
    display: none;
    position: absolute;
    z-index: 100;
    top: 0;
    bottom: 0;
    border: 1px solid #227be9;
    border-right: 0;
    background-color: #fff;
    height: 190px
}

.ewb-login {
    left: -187px;
    width: 186px;
}

.ewb-userinfo,
.ewb-login-remind {
    height: 96px;
    font-size: 0;
    -webkit-text-size-adjust:none;
}

.ewb-userinfo {
    display: none;
    padding-left: 21px;
}

.ewb-login-remind {
    text-align: center;
}

.ewb-userinfo p,
.ewb-login-remind p {
   /* display: inline-block;*/
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    line-height: 27px;
    font-size: 14px;
}

.ewb-userinfo i,
.ewb-login-remind i {
    width: 0; 
    height: 100%; 
    vertical-align: middle; 
    display: inline-block;
}

.ewb-personal-center {
    color: #2687ff;
}

.ewb-sign-out {
    margin-left: 36px;
    color: #999;
}

.ewb-login-link {
    color: #006aed;
}

.ewb-reg-link {
    color: #ff8400;
}

.sidebar-btns {
    position: absolute;
    right: 0;
    bottom: 30px;
}

.sidebar-btns li {
    position: relative;
    margin-top: 4px;
    width: 39px;
    height: 44px;
    vertical-align: top;
}

.sidebar-btns li:first-child {
    margin-top: 0;
}

.sidebar-btns li:hover {
    background-color: #227be9;
}

.sidebar-btn-name {
    display: block;
    height: 44px;
    background-position: center center;
    background-repeat: no-repeat;
}

.sidebar-btn-name.icon1 {
    background-image: url('../images/sidebar_btn1.png');
}

.sidebar-btn-name.icon2 {
    background-image: url('../images/sidebar_btn2.png');
}

.sidebar-btn-name.icon3 {
    background-image: url('../images/sidebar_btn3.png');
}

.ewb-code-box {
    top: auto;
    bottom: 0;
    left: -155px;
    width: 154px;
    height: 178px;
}

.ewb-code-img {
    padding: 8px 7px 0 7px;
    width: 140px;
    height: 140px;
}

.ewb-code-img img {
    width: 100%;
    height: 100%;
    vertical-align: top;
}

.ewb-code-name {
    display: block;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-size: 12px;
    color: #666;
}

.sidebar-item:hover .sidebar-drop,
.sidebar-btns li:hover .sidebar-drop {
    display: block;
}

.sidebar-item-login:hover .sidebar-drop {
    display: block;
}

.footer1{
	position: absolute;
	right: 175px;
	bottom: 10px;
}

.footer3{
	position: absolute;
	right: 50px;
	bottom: 10px;
}

.ewb-container-footer{
	margin: 0 auto;
}


.ewb-ai {
    float:left;
    margin-top: 18px;
}
@keyframes move {
    to {
        background-position: 0 -12000px;
    }
}
.ewb-ai-logo {
    position:relative;
    z-index:1;
    float:left;
    width: 100px;
    height: 100px;
    background: url("../images/ai_logo20250930.png?v=20251013") no-repeat;
    background-position: 0 0;
	background-size:100px 12000px;
    animation: move 4s steps(120) infinite;
}

.ewb-ai-text {
   
     float:left;
    width: 234px;
    height: 38px;
    margin:23px 0 0 -50px;
    padding:2px 0 0 42px;
background: linear-gradient( 270deg, #E9EFFA 0%, rgba(213,226,255,0.19) 100%);
border-radius: 84px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ewb-login {
     float:left;
    width: 86px;
height: 36px;
    margin:42px 0 0 42px;
    text-align:center;
    line-height:36px;
    font-weight: bold;
font-size: 12px;
color: #fff;
background: linear-gradient( 180deg, #88B5FF 0%, #4782CE 100%);
    border-radius:18px;
}


#header {
    height: 219px;
}
.ewb-header,
.ewb-container2{
    height: 176px;
}
.ewb-container2 {
    background-position: right -129px bottom;
}
.ewb-logo {
    margin-top:28px;
}

.ewb-region {
    margin-top:71px;
}

.ewb-ai-logo {
    width:160px;
    height:160px;
    background-size: 160px 20000px;
    animation: move 5s steps(125) infinite;
}

@keyframes move {
    to {
        background-position: 0 -20000px;
    }
}
.ewb-ai {
    margin-top:8px;
}
.ewb-ai-text {
    width:384px;
    height:63px;
    margin-top:16px;
    margin-left: -87px;
    padding: 0;
    background: none;
}

.ewb-login {
    width: 109px;
    height:54px;
    line-height:54px;
    font-size:24px;
    font-weight: 500;
    letter-spacing: 4px;
    padding-left: 4px;
}

.ewb-ai {
   position:fixed;
    left:15px;
    top:176px;
    margin:0;
    z-index:99;
    width: 231px;
height: 486px;
background: #FFFFFF url("../images/ai_bg.png") no-repeat;
box-shadow: 0px 2px 12px 0px rgba(17,73,130,0.1);
border-radius: 16px 16px 16px 16px;
border: 1px solid #DDEBF8;
}

.ewb-ai-text {
    display:none;
}

.ewb-ai-logo {
    position:absolute;
    top:190px;
    left:34px;
}

.ewb-nav {
    background:none;
}

.ewb-nav .ewb-container {
    background:#4782CE;
}
