@font-face {
    font-family: iconfont;
    src: url(http://at.alicdn.com/t/font_3165120_6n6ymhzsl3g.woff2?t=1643337039153) format("woff2"), url(http://at.alicdn.com/t/font_3165120_6n6ymhzsl3g.woff?t=1643337039153) format("woff"), url(http://at.alicdn.com/t/font_3165120_6n6ymhzsl3g.ttf?t=1643337039153) format("truetype")
}

@font-face {
    font-family: iconfont;
    src: url();
    src: url(/css/header.css) format("embedded-opentype"), url(http:http://at.alicdn.com/t/font_3165259_4zwhtyd54xp.woff2) format("woff2"), url(http://at.alicdn.com/t/font_3165259_4zwhtyd54xp.woff) format("woff"), url(http://at.alicdn.com/t/font_3165259_4zwhtyd54xp.ttf) format("truetype"), url(/css/) format("svg")
}

.iconfont {
    font-family: iconfont !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: .2px;
    -moz-osx-font-smoothing: grayscale
}

.topHeader {
    width: 100%;
    height: auto;
    background-color: #f1f6fa;
    overflow: hidden;
    color: #0162b3;
    font-size: 14px
}

.topHeaderMain {
    width: 1200px;
    margin: 0 auto;
    height: 31px;
    line-height: 31px
}

.topHeaderMainLeft {
    display: block;
    float: left;
    width: 340px;
    overflow: hidden
}

.topHeaderMainRight {
    display: block;
    float: right;
    overflow: hidden;
    color: #a2a2a2
}

.topLogo {
    overflow: hidden;
    padding: 10px 0
}

.topLogoMain {
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 0 auto
}

.topLogoMainLeft {
    width: 710px;
    overflow: hidden;
    margin-top: 11px;
    margin-bottom: 12px;
    float: left !important
}

.topLogoMainRight {
    width: 380px;
    height: 50px;
    margin-top: 30px;
    overflow: hidden;
    float: right !important
}

.header_search {
    width: 380px;
    height: 51px;
    overflow: hidden;
    float: right;
    position: relative
}

.header_search input {
    width: 300px;
    height: 38px;
    overflow: hidden;
    outline: none;
    box-shadow: none;
    line-height: 38px;
    font-size: 14px;
    color: #585858;
    border-radius: 0;
    border: 1px solid #0d65af
}

.form-control {
    display: block;
    padding: 6px 12px
}

.btn {
    display: inline-block;
    height: 38px;
    line-height: 38px;
    padding: 0 12px;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border: none;
    cursor: pointer
}

.topMenu {
    height: 50px;
    background-color: #0162b3;
    overflow: hidden;
    border-bottom: 1px solid #fff
}

.topMenuMain {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    text-align: center
}

.el-menu-item {
    width: 148px;
    height: 60px;
    line-height: 52px;
    text-align: center;
    float: left;
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 600
}

.el-menu-item:hover {
    background-color: rgba(7, 6, 63, .425) !important
}

.el-menu--horizontal>.el-menu-item {
    float: left;
    height: 60px;
    line-height: 52px;
    margin: 0;
    border-bottom: 2px solid transparent
}

.el-menu .span1 {
    background: url(data:image/jpeg;base64,/9j/4AAQSkZJRgABAgAAZABkAAD/7AARRHVja3kAAQAEAAAAHgAA/+4ADkFkb2JlAGTAAAAAAf/bAIQAEAsLCwwLEAwMEBcPDQ8XGxQQEBQbHxcXFxcXHx4XGhoaGhceHiMlJyUjHi8vMzMvL0BAQEBAQEBAQEBAQEBAQAERDw8RExEVEhIVFBEUERQaFBYWFBomGhocGhomMCMeHh4eIzArLicnJy4rNTUwMDU1QEA/QEBAQEBAQEBAQEBA/8AAEQgAGAACAwEiAAIRAQMRAf/EAFgAAQEAAAAAAAAAAAAAAAAAAAACAQEBAAAAAAAAAAAAAAAAAAABBRABAAAEBwAAAAAAAAAAAAAAAAFxMtQCElIDE1M0EQEBAAAAAAAAAAAAAAAAAAAAIf/aAAwDAQACEQMRAD8AWQWQpJyObZ7MPky1Qq0zAMFf/9k=) 50% no-repeat
}

.el-menu .span1,
.el-menu .span2 {
    width: 2px;
    height: 50px;
    display: inline-block
}

.topMenuMain .active .el-menu-item {
    color: #fff;
    background-color: rgba(7, 6, 63, .425) !important
}

.logoImgMobile {
    display: none
}

@media(max-width:1300px) {
    .el-menu-item {
        width: 120px
    }

    .topHeaderMain,
    .topLogoMain {
        width: 1000px
    }

    .topLogoMainLeft {
        width: 500px
    }

    .topLogoMainLeft img {
        width: 100%
    }

    .topLogoMainRight {
        margin-top: 26px
    }
}

@media(max-width:992px) {

    .topHeaderMain,
    .topLogoMain {
        width: 94%
    }

    .topLogoMainLeft {
        width: 50%
    }

    .topLogoMainRight {
        width: 46%
    }

    .header_search {
        width: 100%
    }

    .header_search .el-input {
        width: 80% !important
    }

    .header_search input {
        width: 100%
    }

    .el-menu-item {
        width: 100px;
        padding-left: 0;
        padding-right: 0
    }

    .el-menu .span1,
    .el-menu .span2 {
        display: none
    }
}

@media(max-width:850px) {
    .el-menu-item {
        width: 88px
    }
}

@media(max-width:768px) {
    .topHeader {
        display: none
    }

    .topLogoMainLeft {
        width: 100%;
        text-align: center
    }

    .topLogoMainLeft img {
        width: 90%
    }

    .topLogoMainRight {
        width: 100%;
        margin-top: 0
    }

    .header_search .el-input {
        width: calc(100% - 54px) !important
    }

    .topLogo {
        padding: 0;
        display: none;
    }

    .el-menu.el-menu--horizontal {
        width: auto;
        overflow-x: auto;
        white-space: nowrap;
        border-bottom: none;
        padding: 0
    }

    .topMenuMain .el-menu-item {
        height: 50px !important;
        margin: 0 1px;
        border-radius: 4px;
        padding-bottom: 8px
    }

    .el-menu .span1,
    .el-menu .span2 {
        display: none
    }

    .topMenu {
        height: auto;
        padding-top: 6px
    }

    .logoImgPc {
        display: none
    }

    .logoImgMobile {
        display: block
    }
}

@media(prefers-color-scheme:dark) {
    .logoImgPc {
        display: none
    }

    .logoImgMobile {
        display: block
    }
}

.foot {
    background-color: #0263b4;
    color: #fff;
    text-align: center;
    line-height: 25px;
    padding: 10px
}

.footMain {
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 0 auto
}

.footMain .Left {
    width: 130px;
    float: left;
    overflow: hidden;
    margin-left: 30px;
    line-height: 25px;
    height: 127px;
    color: #76a6ca;
    text-align: center;
    font-size: 13px;
    margin-top: 20px
}

.footMain .Left img {
    width: 90px;
    height: 90px
}

.footMain .Right {
    width: 800px;
    float: left;
    margin-left: 50px;
    text-align: left;
    line-height: 35px
}

.footMain .footLink {
    height: auto
}

.footMain .footLink .el-input__inner {
    background: none;
    border: 1px solid #9194a7;
    color: #fff;
    text-indent: 10px;
    line-height: 30px;
    font-size: 12px;
    height: 30px;
    margin-top: 10px;
    border-radius: 0
}

.el-input__suffix {
    position: absolute;
    top: 4px;
    height: 100%;
    color: #fff;
    text-align: center
}

.el-popper[x-placement^=bottom] {
    margin-top: 8px
}

.el-select-dropdown {
    border: 1px solid #e4e7ed;
    border-radius: 1px;
    background-color: #fff;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
    box-sizing: border-box;
    margin: 5px 0
}

.el-select-dropdown__item {
    font-size: 12px;
    padding: 0 20px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #222;
    height: 24px;
    line-height: 24px;
    box-sizing: border-box;
    cursor: pointer
}

.el-select-dropdown__item.hover,
.el-select-dropdown__item.selected,
.el-select-dropdown__item:hover {
    color: #fff;
    background-color: #1e90ff
}

.el-select .el-input .el-select__caret {
    color: #fff
}

.foot .enw {
    color: #76a6ca;
    text-align: left;
    font-size: 13px;
    display: inline-block;
    width: 100%;
    margin-top: 0
}

@media(max-width:1300px) {
    .footMain {
        width: 1000px
    }

    .footMain .Right {
        width: 626px
    }
}

@media(max-width:992px) {
    .footMain {
        width: 96%
    }

    .footMain .Left {
        width: 42%
    }

    .footMain .Right {
        width: 90%
    }
}

@media(max-width:768px) {
    .footMain {
        padding-top: 10px
    }

    .footMain .Left {
        width: 50%;
        margin: 0
    }

    .footMain .Right {
        width: 100%;
        margin: 0;
        text-align: center
    }

    .footMain .Right .el-select {
        width: 44% !important;
        margin: 0 !important;
        margin: 0 2% !important
    }

    .footMain .Right .rightText {
        margin-top: 10px;
        line-height: 24px;
        font-size: 14px
    }

    .foot .enw {
        text-align: center
    }
}

.appGrey {
    filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: url("data:image/svg+xml;utf8,#grayscale");
    -webkit-filter: grayscale(1)
}

body {
    margin: 0;
    padding: 0;
    font-family: Î¢ÈíÑÅºÚ, Microsoft YaHei, sans-serif;
    font-size: 14px
}

.index,
body {
    background-color: #fff
}

.topImg {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -10;
    overflow: hidden;
    transition: all 1s ease-in
}

.topImg img {
    width: 100%;
    display: block
}

.container {
    transition: all 1s ease-in;
    z-index: 10;
    background-color: #fff
}