body {
    min-width: 1400px;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.container-shadow {
    position: relative;
    width: 1200px;
    margin: 30px auto;
    background: #fff;
    box-shadow: 0px 0px 13px 0px rgba(12, 72, 142, 0.26);
}

#header,
.header {
    min-height: 471px;
    max-height: 701px;
}

.header-top {
    height: 43px;
    line-height: 43px;
    font-size: 14px;
    color: #666;
}

.header-bottom {
    position: relative;
    height: 78px;
}

.header-title {
    width: 392px;
    margin: 9px 0 0 41px;
}

.header-nav {
    margin-right: 45px;
    margin-top: 23px;
}

.header-nav-li {
    float: left;
    width: 116px;
    height: 29px;
    line-height: 29px;
    text-align: center;
}

.header-nav-cont>a {
    display: block;
    font-size: 20px;
}

.header-nav-cont>div {
    position: relative;
    z-index: 99;
    display: none;
    margin-top: 26px;
    padding: 10px 0;
    background: rgba(0, 0, 0, 0.8);
}

.header-nav-cont>div>a {
    display: block;
    line-height: 37px;
    font-size: 18px;
    color: #fff;
}

.header-nav-cont>div>a:hover {
    background: #46a3f8;
}

.header-nav-cont:hover>a {
    color: #46a3f8;
}

.header-nav-cont:hover div {
    display: block;
}

.header-search {
    position: absolute;
    top: 18px;
    right: 0;
    height: 40px;
    z-index: 99;
}

.header-search-btn {
    display: block;
    width: 20px;
    height: 20px;
    margin-top: 10px;
    cursor: pointer;
    background: url("../images/icon_search.png") center center no-repeat;
}


.search-input {
    display: none;
    position: relative;
    width: 270px;
    height: 100%;
    border-radius: 40px;
    border: 1px solid #46a3f8;
}

.input-placeholder {
    position: absolute;
    top: 0;
    left: 18px;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    color: #999;
    cursor: text;
}

.input-box {
    vertical-align: top;
    width: 100%;
    height: 38px;
    line-height: 38px;
    padding: 0 50px 0 18px;
    color: #333;
    font-size: 16px;
    outline: none;
    border: none;
    border-radius: 38px;
}

.search-btn {
    position: absolute;
    width: 50px;
    height: 38px;
    top: 0;
    right: 0;
    border-radius: 0 38px 38px 0;
    background: url("../images/icon_search.png") center center no-repeat;
    cursor: pointer;
}



/* 图片轮播 */

#ewb-imgscroll {
    position: relative;
}

/* 轮播-分页按钮 */
#ewb-imgscroll .owl-dots {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 57px;
    width: 146px;
    height: 12px;
    margin: 0 auto;
}

#ewb-imgscroll .owl-dots .owl-dot {
    float: left;
}

#ewb-imgscroll .owl-dots .owl-dot span {
    display: block;
    width: 12px;
    height: 12px;
    margin-left: 10px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.55);
}

#ewb-imgscroll .owl-dots .owl-dot:first-child>span {
    margin-left: 0;
}

#ewb-imgscroll .owl-dots .owl-dot.active span {
    width: 36px;
    background: #ffcc44;
}


/* footer */
.footer {
    /* height: 206px; */
    height: 144px;
    background: #676767;
}

.footer-chosen {
    height: 62px;
    background: #777778;
}

.chosen-ul {
    margin: 0 -6px;
}

.chosen-li {
    float: left;
    width: 30.666667%;
    margin-top: 13px;
    margin-left: 150px;
}

.chosen-li-cont {
    margin: 0 6px;
}



/* chosen */
.select1 {
    display: none;
}

/* 外表 */
.chosen-container {
    display: block;
    width: 100% !important;
}

.chosen-container-single .chosen-single {
    height: 34px;
    line-height: 34px;
    padding-left: 15px;
    text-align: left;
    border: none;
    background: #a8a8a9;
    box-sizing: border-box;
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border: none;
    box-shadow: none;
}

/* 文字 */
.chosen-container-single .chosen-single span {
    margin-right: 0;
    font-size: 14px;
    color: #fff;
}

/* 下拉框符号 */
.chosen-container-single .chosen-single div {
    width: 60px;
}

.chosen-container-single .chosen-single div b {
    background: url("../images/chosen_down.png") center center no-repeat;
}


/* 选项 */
.chosen-container .chosen-drop {
    top: 34px;
    padding: 0;
    border: none;
    bottom: auto;
}

.chosen-container .chosen-results {
    margin: 0;
    padding: 0;
    color: #fff;
    background: #a8a8a9;
    border: 1px solid #ccc;
}

.chosen-container .chosen-results li {
    text-align: left;
    padding: 6px 15px;
}

.chosen-container .chosen-results li.highlighted {
    background-color: #46a3f8;
    color: #fff;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background: url("../images/chosen_up.png") center center no-repeat;
}

.chosen-container * {
    box-sizing: inherit;
}

.footer-detail{
    padding-top: 16px;
    line-height: 29px;
    text-align: center;
    color: #fff;
}

/* 2021-01-08 */
.header-nav-cont.current>a {
    color: #46a3f8;
}

