@font-face {
    font-family: swiper-icons;
    src: url(../font/PingFangSC-Regular.757a0cb1.woff2) format("woff");
    font-weight: 400;
    font-style: normal
}

[class*=" el-icon-"], [class^=el-icon-] {
    font-family: element-icons !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: baseline;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.on {
    background: url(../image/link.png) no-repeat;

    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAQCAMAAABNwP0sAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAB+UExURUxpcTxf7R3agiXehj1a8S6VvjOEzB7Zgx7agiPDlh7agj5a8kJc8z1a8j1a8T9a8yqosB7bgx/agh/agyDOjSi2oUxm/z9f9D5a8zpo5R7agj1a8SLMjh7bhDh02z1a8R/bgz9a8R7agiDbgh7bgyrplB7bgz5a8R7agj1a8VGQ4WcAAAAodFJOUwD15xv9xc3V9MT9iSyf5EK/jmJ4zL8KGFrov7fKMtrzSHG7XqUMdM0YbFLcAAAAgElEQVR42q3RyQ6CUBBEUUHwAYIgg8qoDKL8/w+adIdaVQgLa31yN3WQpd91zcIWKavAXMpiUUcoz2LqorEMzKexszIDdqIsFNVC2Q5TH41dwQoa65XZYB1Tzl3UC8rQWK2xCSyh7CHq7a0qKJl63oSNiOVbRw37jgp2HTX/86gfBYFOx3BYHg8AAAAASUVORK5CYII=) no-repeat;
    background-position: center 43px;
    background-size: 19px 8px;
}

.headerTitle ul {
    padding-left: 250px;
}

.headerTitle li {
    float: left;
    padding: 0 40px;
    cursor: pointer;
    color: #000;
}

.content {
    background-color: #eee;
    height: 150px;
    text-align: center;
    padding-top: 15px;
    font-size: 16px;
}

a.smallCell {
    text-decoration: none;
}

.dropDownArea {
    color: rgba(0, 0, 0, .8);
    position: relative;
    display: inline-block;
    color: #eee;
    font-size: 15px;
}

.dropDownArea.page:hover {
    color: rgba(0, 0, 0, .8);
    position: relative;
    display: inline-block;
    color: #eee;
    font-size: 15px;
    border-color: transparent !important;
}

.dropDownArea img {
    vertical-align: baseline !important;
}

.dropDownArea .myButton {
    display: inline-block;
    /*color: #FFF;*/
    font-size: 15px;
}

.dropDownArea {
    position: relative;
}

.dropDownArea .showDropDownArea {
    display: none;
    position: absolute;
    left: 0;
    /*top: 110px;*/
    /*transform: translateX(20%);*/
    z-index: 9999;
}

body {
    font-family: PingFang SC, Helvetica Neue, Helvetica, Hiragino Sans GB, Microsoft YaHei, 微软雅黑, Arial, sans-serif;
}

.dropDownArea .showDropDownArea .contentArea {
    display: flex;
    box-sizing: content-box;
    /*width: 830px;*/
    height: 440px;
    background: #ffffff;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.06);
}

.dropDownArea .showDropDownArea .contentArea .leftSelect {
    width: 195px;
    height: 100%;

    padding-left: 21px;
    padding-top: 21px;
    background: #fff;
    box-sizing: border-box;
    border-right: 1px solid #e2e4ee;
}

.dropDownArea .showDropDownArea .contentArea .leftSelect .downCell {
    height: 40px;
    box-sizing: border-box;
    padding-left: 50px;
    display: flex;
    justify-content: center;
    flex-direction: column;

    line-height: 40px;
    font-size: 14px;
    color: #292e4f;
    cursor: pointer;
}

.dropDownArea .showDropDownArea .contentArea .leftSelect .downCell .cnName {
    height: 40px;
    font-size: 14px;
    text-align: left;
    color: #222222;
    line-height: 40px;
    /*font-weight: 600;*/
}

.dropDownArea .showDropDownArea .contentArea .leftSelect .downCell .enName {
    height: 17px;
    font-size: 12px;
    text-align: left;
    color: #999999;
    line-height: 17px;
}

.dropDownArea .showDropDownArea .contentArea .leftSelect .downCell.choosed {
    background: #f5f6fb;
    color: #3d5af1;
    /* border-right: 1px solid #e2e4ee;*/
}

/*
.dropDownArea .showDropDownArea .contentArea .leftSelect .downCell.choosed:after {
	position: absolute;
	content: "";
	width: 3px;
	height: 31px;
	background: #308eff;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}*/
.dropDownArea .showDropDownArea .contentArea .leftSelect .downCell.choosed:after {
    background: #f5f6fb;
    border-right: 1px solid #e2e4ee;
    text-decoration: underline;
    color: #3d5af1;
}

.dropDownArea .showDropDownArea .contentArea .leftSelect .downCell.choosed div {
    display: inline-block;
    width: fit-content;
    border-bottom: 1px solid #3d5af1;
    color: #3d5af1;
}

.dropDownArea .showDropDownArea .contentArea .leftSelect .downCell.choosed span {
    display: inline-block;
    border-bottom: 1px solid #3d5af1;
    color: #3d5af1;
}

.dropDownArea .showDropDownArea .contentArea .rightShow {
    /*width: 650px;*/
    background: #fff;
    height: 100%;
    box-sizing: border-box;
    /*padding: 15px 34px 14px 23px;*/
    padding-left: 20px;
    padding-right: 40px;
    width: calc(100% - 215px);
    background: #fff;
}

.dropDownArea .showDropDownArea .contentArea .rightShow .rightBigCell {
    /*display: flex;*/
    justify-content: space-between;
    box-shadow: 0px -1px 0px 0px #e2e8ee inset;
    /*padding: 14px 0;*/
    box-sizing: border-box;
}

.dropDownArea .showDropDownArea .contentArea .rightShow .rightBigCell:last-child {
    box-shadow: none;
}

.dropDownArea .showDropDownArea .contentArea .rightShow .rightBigCell .smallCell {
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 280px;
    cursor: pointer;
    box-sizing: border-box;
    padding-left: 40px;
    border-radius: 12px;
}

.dropDownArea .showDropDownArea .contentArea .rightShow .rightBigCell .smallCell .cellLeftIcon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
}

.dropDownArea .showDropDownArea .contentArea .rightShow .rightBigCell .smallCell .cellLeftIcon img {
    width: 40px;
    height: 40px;
}

.dropDownArea .showDropDownArea .contentArea .rightShow .rightBigCell .smallCell .cellRightArea {
    margin-left: 11px;
}

.dropDownArea .showDropDownArea .contentArea .rightShow .rightBigCell .smallCell .cellRightArea .cellRightName {
    height: 24px;
    font-size: 18px;
    text-align: left;
    color: #222222;
    line-height: 24px;
    font-weight: 600;
}

.dropDownArea .showDropDownArea .contentArea .rightShow .rightBigCell .smallCell .cellRightArea .cellRightDesc {
    margin-top: 1px;
    height: 19px;
    font-size: 14px;
    text-align: left;
    color: #999999;
    line-height: 19px;
}

.dropDownArea .showDropDownArea .contentArea .rightShow .rightBigCell.ok .smallCell {
    background-color: #eef6fe;
}

.homePage-header .header-title .menu-div .dropmenu-menu-show {
    width: 100%;
    top: 110px;
    opacity: 1;
}

.showDropDownArea {
    width: 100%;
}

.service .search-header {
    position: relative;
    padding-top: 15px;
    height: 70px;
    background: #f5f6fb;
}

.service .search-header .search-input {
    position: relative;
    margin-left: 46px;
    width: 410px;
    height: 40px;
}

.service .search-header .search-close {
    position: absolute;
    top: 22px;
    right: 40px;
    width: 26px;
    height: 26px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAYAAAGyfyt9AAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAANKADAAQAAAABAAAANAAAAABdv+0DAAADMElEQVRoBe1avY7UMBB2jhM1FOioQJQBKbSUvMFtw3Ow9FBBz/IcSGivgw7xBkSCvQrEdSd4guMn+FvfKBN7bE+yuYLDkfZsj2fmm2/ivyRnzM5X3Rx2cFI3i5eiM1IIOskiqhBYXLBADEQvvODotO7r+4unWV1ihXtAdW60zxt9vVo55c5s2qOqlws1hCF5lmSC+eURNc2jOxo2e1zppzn74mcKbZozXHdQd0o0JWUD8cb1aNVq066fDLzaxiA8v9OYbhnKBCOHAgQ3fHpUydzKHJ/h0uJkjmPErIgvTQbE0Qp2mFiYJ6jTeEJduty86ZbW2cnn9ui2pBMFImU+WH1AAnC68hQiP1kgUuSAxlSrfpqlAcheDQSDe81i9cd0j8nYZ0hyqVQB8RTtmerVp3a95Aw1gEkgDoB0ScvYWECJrbnbHH5zYGL3QAhA7RYwMCyNkoGSgX8sA6rD9zmn3KoQPXFh+TFd91yzBGH5wSaZAosCdaZ644Lt7Eo9PITxG8MX1bZ9/ZX38foV3uD1H6fH724c1Nes7AF+qEPGdThIbquIAsFhCmwMCHwl9yMo4PL3pX4bzx9cnAdjkoxIyWdG8ly6SA9ldDBwJdT93RVbuq+TaqsYwQG/J2jb1w3iAEGfdKmAOAjSdXBQXweQdagGywL5IIj2++nx29zQ91klgSQQcuAPEGmekS7KKFAKhBwEYDfr31b2gfpVJdYtDpYywjzbro0ppdJXMlAyUDJQMlAyUDIwawZUh2EfERv8L3P23h62bsVe2vg2mjYdum1QJ/vm6sPUc0nM32hC28c/+2QWOpTfRoV6oYSIBD1V9Wzzcf0ikCcEowmRr2gQkddsZMfLOXxwf6hPJkSOpgQ1xYbwcuXOhAhAE6RGh/xNLWcjRAHEgyYNXk6fd9wLr89OiJynic1PhHCjD3mkMKXE14Qu8lXw3J/6uXos/qx3yP8s0geD7zG4pE+f896tWQjFh1cY7Bhdl4Rxf3citEtwu9imKE4iNGcwc/oC0dGEhuc4ylU4tKhHW/rEbGCTz3NazIHe9g2U5n9qBlb5Bs6K8J3XLBolAyUDJQP/Ywb+AiGdhkR6y/zJAAAAAElFTkSuQmCC) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

.service .search-header .search-input .icon-wrap {
    display: flex;
    align-items: center;
    position: absolute;
    top: 8px;
    right: 10px;
    height: 24px;
    z-index: 1;
}

.service .search-header .search-input .icon-wrap .line {
    height: 24px;
    border-left: 1px solid #d8dce9;
}

.service .search-header .search-input .icon-wrap .icon-close {
    width: 20px;
    height: 20px;
    margin-left: 8px;
    cursor: pointer;
}

.service .search-header .search-input .el-select {
    width: 410px;
}

.el-select {
    display: inline-block;
    position: relative;
}

.el-select > .el-input {
    display: block;
}

.el-select > .el-input {
    display: block;
}

.el-input {
    position: relative;
    font-size: 14px;
    display: inline-block;
    width: 100%;
}

.el-input__inner {
    -webkit-appearance: none;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    height: 40px;
    line-height: 40px;
    outline: none;
    padding: 0 15px;
    transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
    width: 100%;
}

.el-input__suffix {
    position: absolute;
    height: 100%;
    right: 5px;
    top: 0;
    text-align: center;
    color: #c0c4cc;
    transition: all .3s;
    pointer-events: none;
}

.el-input__suffix-inner {
    pointer-events: all;
}

.el-select .el-input .el-select__caret {
    color: #c0c4cc;
    font-size: 14px;
    transition: transform .3s;
    transform: rotate(180deg);
    cursor: pointer;
}

.el-input__icon:after {
    content: "";
    height: 100%;
    width: 0;
    display: inline-block;
    vertical-align: middle;
}

.el-select .el-input .el-select__caret {
    color: #c0c4cc;
    font-size: 14px;
    transition: transform .3s;
    transform: rotate(180deg);
    cursor: pointer;
}

.el-input__icon {
    width: 25px;
    line-height: 40px;
}

.el-input__icon, .el-input__prefix {
    height: 100%;
    text-align: center;
    transition: all .3s;
}

.service .search-header .search-input .icon-wrap .icon-search {
    width: 18px;
    height: 18px;
    margin-right: 8px;
    cursor: pointer;
}

.homePage-header .header-title .menu-div:hover, .homePage-header .header-title .menu-div:active {
    color: #292e4f;
    font-weight: 600;
}

.downCell {
    cursor: pointer;
}

.leftSelect .bar {
    display: flex;
    align-items: center;
    width: 195px;
    height: 40px;
    margin-left: 22px;
    font-size: 16px;
    color: #3d5af1;
    line-height: 40px;
}

.leftSelect .bar span {
    margin-left: 8px;
}

.rightShow p {
    display: block;
    color: #292e4f;
    height: 55px;
    line-height: 60px;
    border-bottom: 1px solid #e2e4ee;
}