body {
    min-width: 1200px;
    background: #f5f5f6;
}

#header {
    height: 606px;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.ewb-top {
    position: relative;
    height: 65px;
    z-index: 10;
}

.top-logo {
    float: left;
    height: 41px;
    margin-top: 24px;
    line-height: 47px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

.top-logo>img {
    display: inline-block;
    vertical-align: top;
    height: 100%;
    margin-right: 18px;
}

.search-input {
    float: right;
    margin-top: 24px;
    width: 404px;
    height: 40px;
    border-radius: 40px;
    border: 1px solid #fff;
}

.search-chosen {
    float: left;
    width: 75px;
}



/* chosen */
.select1 {
    display: none;
}

/* 外表 */
.chosen-container {
    display: block;
    width: 100% !important;
    border-radius: 38px 0 0 38px;
}

.search-chosen .chosen-container-single .chosen-single {
    height: 38px;
    line-height: 38px;
    padding-left: 15px;
    text-align: left;
    border: none;
    background: transparent;
    box-sizing: border-box;
}

.search-chosen .chosen-container-active.chosen-with-drop .chosen-single {
    border: none;
    box-shadow: none;
    background: transparent;
}

/* 文字 */
.search-chosen .chosen-container-single .chosen-single span {
    margin-right: 0;
    font-size: 14px;
    color: #fff;
    font-family: "SourceHanSansCN-Medium";
}

.search-chosen .chosen-container-active.chosen-with-drop .chosen-single span {
    color: #fff;
}

/* 下拉框符号 */
.search-chosen .chosen-container-single .chosen-single div {
    width: 30px;
}

.search-chosen .chosen-container-single .chosen-single div b {
    background: url("../images/chosen_down.png") center center no-repeat;
}


/* 选项 */
.search-chosen .chosen-container .chosen-drop {
    top: 38px;
    bottom: auto;
    padding: 0;
    border: none;
    background: transparent;
}

.search-chosen .chosen-container .chosen-results {
    margin: 0;
    padding: 0;
    color: #fff;
    background: transparent;
    border: 1px solid #fff;
}

.search-chosen .chosen-container .chosen-results li {
    text-align: left;
    padding: 6px 15px;
}

.search-chosen .chosen-container-active.chosen-with-drop .chosen-single div b {
    background: url("../images/chosen_down.png") center center no-repeat;
}

.search-chosen .chosen-container * {
    box-sizing: inherit;
}

.input-tips {
    float: left;
    position: relative;
    width: 234px;
    height: 18px;
    margin-top: 10px;
    border-left: 1px solid #fff;
}

.input-placeholder {
    position: absolute;
    top: 0;
    left: 12px;
    height: 18px;
    line-height: 18px;
    font-size: 14px;
    color: #fff;
    color: rgba(255, 255, 255, 0.5);
    cursor: text;
}

.input-box {
    width: 100%;
    height: 18px;
    line-height: 18px;
    padding: 0 12px;
    color: #fff;
    font-size: 14px;
    outline: none;
    border: none;
    background: transparent;
}

.search-btn {
    float: left;
    width: 93px;
    height: 100%;
    line-height: 38px;
    text-align: center;
    font-size: 17px;
    color: #555;
    background: #eaedfb;
    border-radius: 0 38px 38px 0;
    font-family: "SourceHanSansCN-Medium";
}

.search-btn>i {
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: top;
    margin: 10px 7px 0 0;
    background: url("../images/icon_search.png") center center no-repeat;
}


.ewb-nav {
    position: relative;
    z-index: 10;
    height: 46px;
    line-height: 45px;
    margin-top: 17px;
    border-bottom: 1px solid #ddd;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.nav-ul>li {
    float: left;
    margin-left: 44px;
    font-size: 18px;
    color: #fff;
}

.nav-ul>li:first-child {
    margin-left: 0;
}

.nav-ul>li.active {
    position: relative;
    font-weight: bold;
    font-family: "SourceHanSansCN-Medium";
}

.nav-ul>li.active:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 2px;
    background: #fff;
}

.ewb-banner-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 550px;
    width: 100% !important;
}

.ewb-slider-switcher {
    position: absolute;
    left: 0;
    right: 0;
    height: 6px;
    bottom: 20px;
    text-align: center;
    font-size: 0;
    z-index: 999;
}

.ewb-slider-ctag {
    width: 100% !important;
    height: 100%;
}

.ewb-slider-stag {
    display: inline-block;
    vertical-align: top;
    width: 38px;
    height: 6px;
    border-radius: 6px;
    margin: 0 5px;
    cursor: pointer;
    background: #fff;
}

.ewb-slider-stag.cur {
    background: #e83535;
}



/* 登录 */
.login-container {
    position: relative;
    height: 422px;
}

.login-container>div {
    position: absolute;
    top: 9px;
    right: 0;
    width: 264px;
    height: 406px;
    border: 5px solid rgba(255, 255, 255, 0.28);
    border-radius: 5px;
    z-index: 999;
}

.ewb-login {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    text-align: center;
    padding: 20px 28px 0;
    background: #fff;
}

.ewb-login-header {
    height: 58px;
    width: 58px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 29px;
}

.ewb-login-header img {
    vertical-align: top;
    width: 58px;
    height: 58px;
    border-radius: 29px;
}

.login-hd {
    margin-top: 11px;
}

.login-hd h3 {
    line-height: 23px;
    font-size: 15px;
}

.login-hd p {
    line-height: 20px;
    font-size: 14px;
    color: #c0c0c0;
}

.ewb-login-btn {
    margin-top: 22px;
}

.ewb-login-btn a {
    display: block;
    border: 1px solid #e83535;
    height: 40px;
    line-height: 38px;
    font-size: 15px;
    color: #e83535;
    margin-top: 10px;
}

.ewb-login-btn a:first-child {
    margin-top: 0;
}

.ewb-regiest p {
    line-height: 26px;
    margin: 15px 0;
    font-size: 14px;
    color: #c0c0c0;
}

.ewb-regiest a {
    display: block;
    border: 1px solid #ddd;
    height: 40px;
    line-height: 38px;
    font-size: 15px;
    color: #666;
}

.ewb-regiest a:hover,
.ewb-login-btn a:hover {
    border-color: #f75757;
    color: #f75757;
}

.ewb-file {
    line-height: 22px;
    font-size: 14px;
    margin-top: 18px;
}

.ewb-file span {
    padding-left: 20px;
    background: url('../images/file.png') left center no-repeat;
}

.ewb-file a {
    color: #0c87e5;
}



/* notice */

.ewb-notice {
    background: #fff;
}

.ewb-notice-hd {
    float: left;
    width: 70px;
}

.ewb-notice-hd img {
    vertical-align: top;
}

.ewb-notice-bd {
    float: left;
    width: 1130px;
    padding-left: 30px;
}

.ewb-notice-item {
    display: inline-block;
    height: 26px;
    line-height: 26px;
    margin-top: 15px;
    margin-right: 45px;
    font-size: 15px;
    width: 435px;
    vertical-align: top;
}

.ewb-notice-infor {
    margin-right: 98px;
    height: 26px;
}

.ewb-notice-infor a {
    display: inline-block;
    padding-left: 7px;
    background: url('../images/dian.jpg') left center no-repeat;
    color: #333;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ewb-notice-date {
    float: right;
    margin-top: -26px;
    color: #c0c0c0;
}

.ewb-notice-infor a:hover {
    color: #e83535;
    background-image: url('../images/dianh.jpg');
}

.str_wrap {
    position: relative;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    white-space: nowrap;
    overflow: hidden;
    /* //zoom:1; */
}

.str_move {
    white-space: nowrap;
    position: absolute;
    cursor: move;
    left: 0;
}

.str_move_clone {
    display: inline-block;
    /* //display:inline;
    //zoom:1; */
    vertical-align: top;
    position: absolute;
    left: 100%;
    top: 0;
}

.str_vertical .str_move_clone {
    left: 0;
    top: 100%;
}

.str_down .str_move_clone {
    left: 0;
    bottom: 100%;
}











/* footer */

.ewb-footer {
    background: #333;
}

.ewb-link {
    padding-top: 24px;
}

.ewb-link-hd {
    padding-left: 26px;
    line-height: 48px;
    height: 48px;
    background: url('../images/link.png') left center no-repeat;
}

.ewb-link-hd h3 {
    font-size: 16px;
    font-weight: bold;
    color: #dadada;
}

.ewb-link-bd {
    padding-bottom: 26px;
}

.ewb-link-item {
    float: left;
    width: 25%;
    height: 40px;
    line-height: 40px;
    vertical-align: top;
    color: #999;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ewb-link-item a {
    color: #999;
}

.foot-copy {
    border-top: 1px solid #4e4e4e;
    height: 75px;
    line-height: 74px;
    font-size: 14px;
    color: #747474;
    text-align: center;
}

.foot-copy span {
    margin: 0 10px;
}

/* tool */

.ewb-tool {
    width: 66px;
    background: #fff;
    border-radius: 33px;
    position: fixed;
    top: 50%;
    margin-top: -113px;
    padding: 12px 0;
    right: 6px;
    z-index: 9999;
    box-shadow: 0px 2px 16px 0px rgba(116, 116, 166, 0.1);
}

.ewb-tool-item {
    margin-top: 6px;
}

.ewb-tool-item:first-child {
    margin-top: 0;
}

.ewb-tool-item a,
.ewb-tool-tel {
    position: relative;
    display: block;
    text-align: center;
    cursor: pointer;
}

.ewb-tool-item a img,
.ewb-tool-tel img {
    vertical-align: top;
}

.ewb-tool-item a p,
.ewb-tool-tel p {
    line-height: 32px;
    font-size: 14px;
    color: #333;
}

.ewb-top-back {
    margin-top: 6px;
}

.ewb-top-back a {
    display: block;
    margin: 0 auto;
    width: 42px;
    height: 42px;
    border-radius: 21px;
    background: url('../images/fix_icon4.png') no-repeat;
}

.ewb-top-back a:hover {
    background-image: url('../images/fix_icon4h.png');
}


.ewb-tool-telcont {
    display: none;
    position: absolute;
    top: 0;
    left: -225px;
    width: 200px;
    height: 93px;
    padding-left: 63px;
    line-height: 23px;
    padding-top: 24px;
    font-size: 15px;
    color: #555;
    box-shadow: 0px 2px 16px 0px rgba(116, 116, 166, 0.1);
    background: url("../images/fix_icon1h.png") 16px center no-repeat #fff;
}

.ewb-tool-telcont p:first-child {
    color: #c0c0c0;
}

.ewb-tool-telcont:after {
    position: absolute;
    content: '';
    width: 8px;
    height: 18px;
    right: -8px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background: url("../images/fix_arr.png") center center no-repeat;
}

.ewb-tool-tel:hover+.ewb-tool-telcont {
    display: block;
}



/* 2021-2-22 */

/* 当前位置 */
.ewb-loc {
    color: #c0c0c0;
    line-height: 46px;
    padding-left: 18px;
    border-bottom: 1px solid #eee;
    background: url('../images/sub/loc.png') no-repeat left center;
}

.ewb-loc>a {
    color: #c0c0c0;
}

/* 子页头部 */
.subHeader-top {
    height: 36px;
    line-height: 36px;
    color: #666;
    background: #ebebeb;
}

.subHeader-top-kf {
    padding-left: 30px;
    background: url("../images/sub/icon_kf.png") 0 center no-repeat;
}

.subHeader-center {
    height: 96px;

}

.subHeader-logo {
    float: left;
    height: 46px;
    margin-top: 30px;
    line-height: 53px;
    color: #666;
    font-weight: bold;
}

.subHeader-logo>img {
    display: inline-block;
    vertical-align: top;
    height: 100%;
    margin-right: 16px;
}



.subHeader-search-input {
    float: right;
    margin-top: 28px;
    width: 406px;
    height: 40px;
    border-radius: 40px;
    border: 2px solid #377ade;
}

.subHeader-search-chosen .chosen-container-single .chosen-single {
    height: 36px;
    line-height: 36px;
}

/* 文字 */
.subHeader-search-chosen .chosen-container-single .chosen-single span {
    color: #333;
}

.subHeader-search-chosen .chosen-container-active.chosen-with-drop .chosen-single span {
    color: #333;
}

.subHeader-search-chosen .chosen-container-single .chosen-single div b {
    background: url("../images/sub/chosen_down.png") center center no-repeat;
}

.subHeader-search-chosen .chosen-container .chosen-drop {
    top: 37px;
}

.subHeader-search-chosen .chosen-container .chosen-results {
    margin: 0;
    padding: 0;
    color: #333;
    background: #fff;
    border: 1px solid #377ade;
}

.subHeader-search-chosen .chosen-container-active.chosen-with-drop .chosen-single div b {
    background: url("../images/sub/chosen_up.png") center center no-repeat;
}

.subHeader-input-placeholder,
.subHeader-input-box {
    color: #c0c0c0;
}

.subHeader-input-tips {
    margin-top: 9px;
    border-left: 1px solid #c0c0c0;
}

.subHeader-search-btn {
    color: #fff;
    background: #4b87e1;
    line-height: 36px;
}

.subHeader-search-btn>i {
    margin-top: 9px;
    background-image: url("../images/sub/icon_search.png");
}

.subHeader-nav {
    height: 46px;
    line-height: 46px;
    background: url("../images/sub/nav_bg.png") center center no-repeat;
}

.subHeader-nav-ul li {
    float: left;
    margin-left: 86px;
}

.subHeader-nav-ul li:first-child {
    margin-left: 0;
}

.subHeader-nav-ul a {
    display: block;
    padding: 0 32px;
    color: #fff;
    font-size: 17px;
}

.subHeader-nav-ul li.active a {
    background: rgba(255, 255, 255, 0.15);
}