/* 公共 */
body {
    margin: 0;
    padding: 0;
    background-color: #f1f1f1;
    font-family: Arial, Helvetica, sans-serif;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

img {
    border: none;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

em {
    font-style: normal;
}

a {
    text-decoration: none;
}

input,
select {
    outline: none;
    padding: 0;
    margin: 0;
}

select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.flex {
    display: flex;
}

.flex_row_b {
    display: flex;
    justify-content: space-between;
}

.flex_row_c {
    display: flex;
    justify-content: center;
}

.flex_row_a {
    display: flex;
    justify-content: space-around;
}

.flex_col {
    display: flex;
    flex-direction: column;
}

.r-row {
    margin-bottom: 20px;
    padding: 30px;
    background-color: #fff;
    border: solid 1px #d7d7d7;
    border-radius: 8px;
}

.l-row {
    margin-bottom: 20px;
    padding: 15px 25px;
    background-color: #fff;
    border: solid 1px #ededed;
    border-radius: 8px;
}

.flex_a_sa, .flex_a_sp {
    display: flex;
    align-items: center;
}

.flex_a_sp {
    justify-content: space-between;
}

.flex_a_c {
    justify-content: center;
}

.flex_a_c {
    display: flex;
    align-items: center;
}

.main-warp {
    background-color: #fff;
}

.main-warp.gray {
    filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}

.main-warp .banner-wrap {
    width: 100%;
    height: 341px;
    background-image: url('./image/banner.jpg');
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
}
.page_main {
    background: #f6f6f6;
    width: 100%;
}
.page_contain {
    width: 1300px;
    margin: 0 auto;
    padding-bottom: 46px;
}
/* 页头 */

.header-wrap {
    width: 100%;
    height: 341px;
    background-image: url(/static/images/banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
}
.card-box-title{
    position: absolute;
    left: 0px;
    top: 85px;
    width: 100%;
    font-size: 48px;
    text-align: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.card-box-title img {
    width: 33%;
}

.header-wrap .header {
    width: 1300px;
    height: 100%;
    margin: 0 auto;
    align-items: center;
}

.header-wrap .header .logo {
    height: 53px;
    margin-left: 25px;
}

.header-wrap .header .search-wrap {
    width: 405px;
    z-index: 90;
}

.header-wrap .header .serarch {
    height: 38px;
}

.header-wrap .header .serarch-input {
    height: 38px;
    border: solid 1px #d6d6d6;
    border-right: none;
    border-radius: 10px 0 0 10px;
    box-sizing: border-box;
    flex: 1;
}

select#serarchtab {
    border: none;
    background: none;
    cursor: pointer;
    width: 58px;
    padding-left: 10px;
    text-align: center;
}

.header-wrap .header .serarch-input .iconfont {
    display: inline-block;
    height: 100%;
    border-right: solid 1px #d6d6d6;
    text-align: center;
    line-height: 38px;
    cursor: pointer;
}

.header-wrap .header .serarch-input span .iconfont {
    margin-left: -12px;
    padding-right: 8px;
}

.header-wrap .header .serarch-input .serarch-text {
    flex: 1;
    text-indent: 8px;
    border: none;
}

.header-wrap .header .serarch-btn {
    width: 72px;
    height: 38px;
    background: linear-gradient(90deg, #4ec0ff, #0a72ff);
    border-radius: 0 10px 10px 0;
    box-sizing: inherit
}

.header-wrap .header .serarch-btn .btn {
    width: 100%;
    height: 100%;
    background: none;
    color: #fff;
    font-size: 17px;
    border: none;
    cursor: pointer;
}

.header-wrap .header .hot-search {
    height: 34px;
    color: #434343;
    font-size: 13px;
    line-height: 34px;
}

.header-wrap .header .hot-search a {
    color: #919191;
    border-right: solid 1px;
    padding: 0 10px;
    cursor: default;
}

.header-wrap .header .hot-search a:last-child {
    border: none;
}

.search-tab {
    position: relative;
    z-index: 5;
    display: flex;
    width: 80px !important;
    padding-left: 12px;
    padding-right: 25px;
    cursor: pointer;
    box-sizing: inherit;
}

.search-tab .curr-val {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    box-sizing: inherit;
}

.search-tab .sub-menu {
    display: none;
    position: absolute;
    top: 36px;
    left: 0;
    z-index: 99999;
    width: 100%;
    border: 1px solid #d6d6d6;
    background: #fff;
}

.search-tab .sub-menu .item {
    display: flex;
    justify-content: center;
    padding: 5px 0;
}

.search-tab .sub-menu .item:hover {
    color: #fff;
    background: #2584ff;
}

.search-tab:hover .sub-menu {
    display: block;
}

.search-tab .iconfont {
    position: absolute;
    right: 0;
}

/*  导航 Nav */

.nav-wrap {
    position: relative;
    z-index: 9;
    height: 40px;
    background-color: #2584ff;
    box-shadow: 0 0.2rem 0.3rem -0.2rem #002261;
}

.nav-wrap .nav {
    justify-content: space-between;
    align-items: center;
    width: 1300px;
    height: 100%;
    margin: 0 auto;
    align-items: center;
}

.nav-wrap .nav .nav-list {
    width: 76%;
    height: 100%;
    box-sizing: border-box;
}

.nav-wrap .nav .nav-item {
    position: relative;
    z-index: 999;
    border-bottom: 2px solid transparent;
    box-sizing: border-box;
    line-height: 43px;
}

.nav-wrap .nav .nav-item .nav-lk {
    color: #ECF5FF;
    font-size: 15px;
    line-height: 40px;
}

.nav-wrap .nav .nav-item:hover {
    border-bottom: 2px solid #fff;
}

.nav-wrap .nav .nav-icon {
    color: #ECF5FF;
    font-size: 15px;
}

.nav-wrap .nav .nav-item:hover>.nav-lk {
    color: #fff;
}

.nav-wrap .nav .nav-item .nav-list2 {
    display: none;
    position: absolute;
    overflow: hidden;
    width: 120px;
    padding: 8px 0;
    z-index: 1000;
    top: 40px;
    left: 50%;
    background-color: #fff;
    border-radius: 3px;
    text-align: center;
    transform: translate(-50%, 0);
}

.nav-wrap .nav .nav-item:hover .nav-list2 {
    display: block;
}

.nav-wrap .nav .nav-item:nth-of-type(9) .nav-list2 {
    width: 160px;
}

.nav-wrap .nav .nav-item .nav-list2 .nav-item2 {
    height: 35px;
    line-height: 35px;
}

.nav-wrap .nav .nav-icon .nav-lk:hover {
    color: #fff;
}

.nav-wrap .nav .nav-item .nav-list2 .nav-item2 .nav-lk {
    height: 35px;
    line-height: 35px;
    font-size: 15px;
    color: #333;
}

.nav-wrap .nav .nav-item .nav-list2 .nav-item2:hover {
    background-color: #ecf5ff;
}

.nav-wrap .nav .nav-item .nav-list2 .nav-item2:hover .nav-lk {
    color: #74b8ff;
}

.nav-wrap .nav .nav-icon {
    display: flex;
    align-items: center;
    margin-left: 20px;
    box-sizing: border-box;
}

.nav-wrap .nav .nav-icon .nav-lk img {
    vertical-align: middle;
}

.nav-wrap .nav .nav-icon .iconfont {
    font-size: 24px;
    vertical-align: middle;
}

.nav-wrap .nav .nav-icon .nav-lk {
    position: relative;
    margin: 0 10px;
    color: inherit;
}

.nav a {
    cursor: pointer;
}

.nav-wrap .nav .nav-icon .nav-lk:first-child:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    border-right: 1px solid #fff;
}

.sub-nav {
    display: flex;
    justify-content: space-between;
    width: 1300px;
    height: 50px;
    margin: -50px auto 0;
    z-index: 500;
    position: relative;
}

.sub-nav .sub-nav-list .nav-lk {
    display: inline-block;
    width: 120px;
    height: 50px;
    margin-right: 15px;
    color: #fff;
    line-height: 60px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
}

.sub-nav .sub-nav-list .nav-lk.active {
    background-color: #fff;
    color: #2584FF;
    border-radius: 5px 5px 0 0;
    font-weight: 500;
}

.sub-nav .btn-group {
    margin-top: 17px;
    font-size: 14px;
}

.sub-nav .btn-group .btn {
    width: 104px;
    height: 26px;
    margin-right: 10px;
    padding: 0 3px;
    line-height: 25px;
    border-radius: 5px;
    box-sizing: border-box;
    color: #fff;
    text-align: center;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 1px solid #fff;
}

.sub-nav .btn-group .btn .icon {
    width: 15px;
    height: 15px;
    display: block;
    margin-right: 4px;
}

.sub-nav .btn-group .btn2 {
    margin-right: 0;
}
.sub-nav .btn-group .btn:hover {
    background: #00A0E9;
    border: 1px solid #00A0E9;
}

.el-icon-edit:before {
    content: "\e78c";
}

.el-icon-upload:before {
    content: "\e7c3";
}

@font-face {
    font-family: "iconfont";
    src: url('./iconfont/iconfont.eot?t=1471336647');
    /* IE9*/
    src: url('./iconfont/iconfont.eot?t=1471336647#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('./iconfont/iconfont.woff?t=1471336647') format('woff'),
        /* chrome, firefox */
        url('./iconfont/iconfont.ttf?t=1471336647') format('truetype'),
        /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
        url('./iconfont/iconfont.svg?t=1471336647#iconfont') format('svg');
    /* iOS 4.1- */
}

.content-list .iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

.icon-nav:before {
    content: "\f00a5";
}

.icon-nav1:before {
    content: "\e601";
}

.icon-nav2:before {
    content: "\e608";
}

.icon-nav3:before {
    content: "\e6bf";
}

.icon-nav4:before {
    content: "\e659";
}

@font-face {
    font-family: element-icons;
    src: url(./iconfont/element-icons.woff) format("woff"), url(./iconfont/element-icons.ttf) format("truetype");
    font-weight: 400;
    font-display: "auto";
    font-style: normal
}

[class*=" el-icon-"], [class^=el-icon-] {
    font-family: element-icons!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: baseline;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.card_box {
    position: absolute;
    left: 0;
    bottom: 65px;
    width: 100%;
    display: flex;
    justify-content: center;
}
.card_group {
    display: inline-flex;
    width: 100%;
    flex-direction: row;
    justify-content: center;
}
.card_item {
    width: 350px;
    height: 115px;
    border-radius: 10px;
    margin-right: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.card_item:last-child {
    margin-right: 0;
}

.card1 .card_h1 {
    color: #0058C9;
}
.card1 .card_h1 span:first-child {
    color: #0058C9;
}
.card1 .card_h1 span:nth-child(2) {
    color: #e01400;
}
.card2 .card_h1 span:nth-child(2) {
    color: #e01400;
}
.card3 .card_h1 span:nth-child(2) {
    color: #e01400;
}
.card1 .card_h1 span:last-child {
    color: #0058C9;
}
.card_h1 span:first-child {
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    margin-top: 29px;
    margin-bottom: 20px;
}
.card_h1 span:nth-child(2) {
    font-size: 30px;
    line-height: 24px;
    font-weight: bold;
    margin: 40px 5px 20px 5px;
}
.card_h1 span:last-child {
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 20px;
}
.card1 {
    background: linear-gradient(90deg, #C0E7FF, #FFFFFF);
}
.card2 {
    background: linear-gradient(90deg, #DEFFEE, #FFFFFF);
}
.card3 {
    background: linear-gradient(90deg, #FFF6DC, #FFFFFF);
}
.card4 {
    background: linear-gradient(90deg, #EDDFFF, #FFFFFF);
}

.card_h1 {
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
    margin-top: 25px;
    margin-bottom: 20px;
}
.card1 .card_h1 {
    color: #0058C9;
}
.card2 .card_h1 {
    color: #309E66;
}
.card3 .card_h1 {
    color: #EF7820;
}
.card4 .card_h1 {
    color: #463AC4;
}

.card_p {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 17px;
}
.card1 .card_p {
    color: #0058C9;
}
.card2 .card_p {
    color: #309E66;
}
.card3 .card_p {
    color: #EF7820;
}
.card4 .card_p {
    color: #463AC4;
}

.card_bottom {
    display: flex;
    width: 100%;
    justify-content: center;
}
.card_btn {
    width: 97px;
    height: 30px;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-right: 30px; */
}
.card1 .card_btn {
    background: #0058C9;
}
.card2 .card_btn {
    background: #309E66;
}
.card3 .card_btn {
    background: #EF7820;
}
.card4 .card_btn {
    background: #463AC4;
}

.card_txt_btn {
    width: 97px;
    height: 30px;
    border-radius: 4px;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    border: 1px solid #0058C9;
    margin-left:10px;
}
.card1 .card_txt_btn {
    color: #0058C9;
    border-color: #0058C9;
}
.card2 .card_txt_btn {
    color: #309E66;
    border-color: #309E66;
}
.card3 .card_txt_btn {
    color: #EF7820;
    border-color: #EF7820;
}
.card4 .card_txt_btn {
    color: #463AC4;
    border-color: #463AC4;
}

.news {
    padding-top: 50px;
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.news_swiper {
    width: 585px;
    height: 364px;
}
.mySwiper {
    height: 364px;
}

.swiper-img {
    width: 100%;
    height: 100%;
}
.swiper-bottom {
    background: rgba(0, 0, 0, 0.5);
    height: 43px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    font-size: 16px;
    line-height: 43px;
    box-sizing: border-box;
    padding: 0 100px 0 13px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.news_content {
    width: 592px;
}
.news_top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #EAEAEA;
    box-sizing: border-box;
}
.news_tab {
    display: flex;
}
.news_tab_item {
    width: 100px;
    margin-right: 28px;
    color: #373737;
    font-size: 18px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    cursor: pointer;
}
.news_tab_item.on {
    color: #1586DD;
    font-size: 20px;
}
.news_tab_line {
    background: transparent;
    height: 3px;
    width: 100px;
    position: absolute;
    bottom: -1px;
    left: 0;
}
.on .news_tab_line {
    background: #42A6F3;
}
.news_more {
    font-size: 16px;
    color: #373737;
    opacity: 0.6;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
.news_more a{
    color: #000;
}
.fw_more a{
    color: #000;
}
.news_mid {
    width: 100%;
    box-sizing: border-box;
    padding-left: 2px;
}
.news_mid_h {
    height: 20px;
    font-size: 18px;
    line-height: 20px;
    margin-top: 30px;
    margin-bottom: 14px;
    color: #000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-weight: bold;
}
.news_mid_p {
    color: #676767;
    font-size: 14px;
    line-height: 27px;
    margin-bottom: 10px;
}
.news_right_line {
    width: 588px;
    height: 2px;
    margin: 0 auto;
    background: #EAEAEA;
}
.news_ul {
    width: 100%;
}
.news_li {
    width: 100%;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding-right: 3px;
    margin-top: 24px;
}
.news_li a{
    color: #000;
}
.news_li::before {
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background: #333;
    content: '';
    margin: 0 6px;
}
.news_li_l {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    flex: 1;
    font-size: 16px;
    color: #393939;
    box-sizing: border-box;
}
.news_li_r {
    color: #999;
    font-size: 14px;
    margin-left: 20px;
    align-self: flex-end;
}
.fw {
    width: 100%;
}
.fw_title {
    margin: 84px 0 34px;
    height: 32px;
    width: 100%;
    background: url(./image/fw_h.png) center center no-repeat;
}
.fw_tab {
    height: 44px;
    display: flex;
    justify-content: center;
    margin-bottom: 32px;
}
.fw_tab_li {
    width: 134px;
    height: 100%;
    background: #fff;
    color: #1586DD;
    font-size: 20px;
    box-sizing: border-box;
    border: 1px solid #2584FF;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.fw_tab_li.on {
    background: #2584FF;
    color: #fff;
}
.fw_content {
    display: flex;
    width: 100%;
    /* justify-content: space-between; */
    flex-wrap: wrap;
}
.fw_card {
    width: 385px;
    height: 380px;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    padding: 21px;
    box-sizing: border-box;
    cursor: pointer;
    margin-right: 22px;
    margin-bottom: 30px;
}
.fw_card:nth-child(3n) {
    margin-right: 0;
}
.fw_card:hover {
    box-shadow: 0px 0px 10px 0px rgba(0,77,176,0.24);
}
.fw_card_img {
    width: 100%;
    height: 158px;
    display: block;
}
.fw_h2 {
    height: 81px;
    width: 100%;
    border-bottom: 1px solid #E5E5E5;
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    line-height: 31px;
    font-family: Microsoft YaHei;
    box-sizing: border-box;
    padding: 10px 0;
}

.fw_bottom {
    height: 66px;
    width: 100%;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    margin-top: 28px;
}

.fw_icon {
    width: 45px;
    height: 66px;
    display: block;
    margin-right: 22px;
}

.fw_text {
    display: flex;
    flex-direction: column;
    height: 48px;
    justify-content: space-between;
}
.fw_row {
    color: #000;
    opacity: 0.8;
    font-size: 16px;
    line-height: 21px;
}
.fw_row span {
    color: #FF6C00;
}
.fw_more {
    width: 100%;
    display: flex;
    justify-content: center;
    /* margin-top: 30px; */
}
.fw_more_btn {
    width: 111px;
    height: 35px;
    border: 1px solid #2584FF;
    border-radius: 4px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #2D88FF;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.fw_more_btn a{
    color: #2584FF;
}
.ad-div{
    display: flex;
    width: 100%;
    height: 370px;
    margin-bottom: 10px;
}
.e-book-div{
    display: flex;
    width: 653px;
    height: 370px;
    margin-left: 10px;
    flex-direction: row;
}

.book-img{
    width: 315px;
    height: 370px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.16);
    margin: 0 10px;
}
.book-img:last-child{
    margin: 0 0 0 10px;
}
.book-img a{
    display: block;
    width: 100%;
    height: 100%;
    padding: 15px;
}
.book-img img{
    max-height: 100%;
}


.ad_1_box{
    width: 1300px;
    margin: 0 auto;
}
.ad_1_box .ad_div{
    display: inline-block;
    width: 100%;
}
.ad_div .ad_img{
    float: left;
    width: 426px;
    border-radius: 5px;
    overflow: hidden;
    height: 90px;
}
.ad_div .ad_img:nth-child(2){
    margin: 0 10px;
    width: 426px;
}

.sj {
    width: 100%;
}
.sj_title {
    margin: 0px 0 10px;
    height: 32px;
    width: 100%;
    background: url(./image/sj_h.png) center center no-repeat;
}
.sj_h2 {
    height: 20px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #5DADEB;
    line-height: 18px;
    margin-bottom: 20px;
}
.sj_h2 span {
    font-size: 14px;
    color: #333;
    margin-left: 20px;
    font-weight: normal;
}
.pysj_div{
    display: flex;
    position: absolute;
    left: 0;
    bottom: 55px;
    width: 100%;
    flex-direction: column;
    align-items: center;
}
.pysj_box{
    display: flex;
    width: 1300px;
}

.sj_card3{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: #fff;
    border-radius: 5px;
}
.sj_card_group {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.sj_card {
    width: 310px;
    height: 100px;
    background: #FFFFFF;
    border-radius: 4px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.sj_card:hover {
    box-shadow: 0px 2px 10px 0px rgba(0,77,176,0.24)
}
.sj_card_img {
    width: 66px;
    height: 66px;
    display: block;
    margin-right: 20px;
    margin-left: 23px;
}
.sj_card_r {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
    height: 66px;
}
.sj_card_r_top {
    display: flex;
    align-items: flex-end;
}
.sj_card_num {
    height: 30px;
    line-height: 30px;
    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FF8141;
}
.sj_card_unit {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #151515;
    opacity: 0.5;
    margin-left: 6px;
}
.sj_card_r_bottom {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #151515;
    opacity: 0.9;
}
.sj_mid {
    margin-top: 35px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0px 3px 13px 0px rgba(0,0,0,0.16);
    padding-bottom: 20px;
}
.sj_mid_title {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #000000;
    line-height: 18px;
    height: 18px;
    margin: 25px 34px 25px 18px;
    display: flex;
    justify-content: space-between;
}
.sj_mid_more {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #5DADEB;
    line-height: 18px;
    cursor: pointer;
}
.sj_mid_more a{
    color: #5DADEB;
}
.name-list{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 10px;
}
.sj_data_content {
    width: 100%;
    padding: 10px 54px 0 33px;
    box-sizing: border-box;
}
.sj_data_h1 {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #5DADEB;
    line-height: 18px;
    margin-bottom: 30px;
}
.sj_data_h1 span {
    color: #FF8141;
}
.sj_data_h2 {
    display: flex;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #151515;
    line-height: 18px;
    align-items: center;
    margin-bottom: 25px;
}
.sj_data_h2_icon {
    display: block;
    width: 24px;
    height: 23px;
    margin-right: 4px;
}
.sj_data_ul {
    display: flex;
    flex-wrap: wrap;
    padding-left: 27px;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.sj_data_li {
    width: 25%;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #151515;
    line-height: 30px;
    opacity: 0.6;
}
.sj_data_r{
    width: 30%;
    background-color: #fff;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.sj_data_r h4{
    width: 100%;
    text-align: left;
    height: 35px;
    line-height: 35px;
    font-weight: bold;
}
.sj_data_r ul li{
    width: 100%;
    text-align: left;
    height: 27px;
    line-height: 27px;
    font-size: 14px;
}
.sj_data_r h4 span{
    color: #e01400;
    font-size: 20px;
    padding: 0 5px;
}
.sj_data_r ul li span{
    display: inline-block;
    width: 63px;
    text-align: right;
    letter-spacing: 3px;
}
.sj_data_r ul li span em{
    color: #e01400;
}

.chart_div{
    width: 100%;
    /*height: 300px;*/
}
.sj_map {
    width: 50%;
    /*height: 600px;*/
    display: flex;
    flex-direction: column;
}
.sj_data-map {
    width: 50%;
    /*height: 600px;*/
    /*background: #fff;*/
    /*box-shadow: 0px 3px 13px 0px rgba(0,0,0,0.16);*/
    /*border-radius: 6px;*/
    display: flex;
    flex-direction: column;
}
.sj_data {
    width: 70%;
    /*height: 590px;*/
    background: #fff;
    box-shadow: 0px 3px 13px 0px rgba(0,0,0,0.16);
    border-radius: 6px;
    display: flex;
    flex-direction: column;
}

.sj_chart {
    margin-top: 35px;
    width: 100%;
    border-radius: 8px;
    box-shadow: 0px 3px 13px 0px rgba(0,0,0,0.16);
    overflow: hidden;
}
.sj_chart_tab {
    display: flex;
    width: 100%;
}
.sj_chart_item {
    width: 100%;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #4B4B4B;
    background: #fff;
    cursor: pointer;
}
.sj_chart_item.on {
    color: #fff;
    background: #5DADEB;
}
.sj_chart_main {
    display: flex;
    background: #fff;
}
.sj_bar {
    width: 100%;
    height: 407px;
}
.sj_line {
    width: 100%;
    height: 407px;
}


.echarts_map {
    width: 100%;
    height: 300px;
    flex: 1;
}

.footer, .footer-wrap {
    box-sizing: border-box;
}
.footer-wrap {
    width: 100%;
    height: 262px;
    background-color: #292c2e;
    color: #71828d;
}
.footer {
    width: 1300px;
    height: 100%;
    margin: 0 auto;
    padding: 30px 0 0;
    flex-wrap: wrap;
}
.footer .row:first-child {
    width: 910px;
}
.footer .row {
    height: 180px;
}
.footer .row .tt {
    height: 25px;
    margin-bottom: 10px;
    line-height: 25px;
    font-size: 20px;
}
.footer .row .tt img {
    vertical-align: middle;
}
img {
    border: none;
}
.admin-btn {
    position: absolute;
    top: 0;
    right: 5px;
    width: 76px;
    height: 30px;
    border: 1px solid #71828d;
    border-radius: 3px;
    text-align: center;
    line-height: 30px;
    color: #71828d;
    font-size: 14px;
}
.footer .row .dec {
    line-height: 25px;
    font-size: 14px;
}
.footer .row:first-child .contact {
    margin-top: 20px;
}
.footer .row:first-child .contact .line {
    line-height: 25px;
    font-size: 14px;
}
.footer .row:first-child .contact .line span:first-child {
    margin-right: 30px;
}
.footer .row:nth-of-type(2) {
    width: 130px;
}
.footer .row {
    height: 180px;
}
.footer .row .tt {
    height: 25px;
    margin-bottom: 10px;
    line-height: 25px;
    font-size: 20px;
}
.footer .copy-right {
    width: 100%;
    height: 40px;
    margin-top: 10px;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
    border-top: 1px solid #555;
}


.content-list .list-title .title-text1 {
    line-height: 24px;
    margin-bottom: 4px;
    color: #363636;
	text-align:center;
}
.content-list .cont-text{
	border-top: 1px solid #D1D1D1;
    padding: 5px 9px 15px;
    background-color: #fff;
    overflow: hidden;
}
.content-list .cont-text span em {
    color: #ff0000;
    display: inline-block;
    width: 118px;
    overflow: hidden;
    vertical-align: middle;
}
.content-list .cont-text img{
    width: 56px;
    height: 56px;
    margin: 0 10px 0 0;
}
.content-list .cont-text span {
    float: left;
    width: 196px;
    font-size: 14px;
    line-height: 28px;
    color: #666;
    overflow: hidden;
    white-space: nowrap;
}
.content-list .cont-text span {
    float: left;
    width: 196px;
    /* padding-right: 20px; */
    font-size: 14px;
    line-height: 28px;
    color: #666;
    overflow: hidden;
    white-space: nowrap;
    /* text-overflow: ellipsis; */
}

/* 培训活动 */
.content-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.content-list li {
    text-align: left;
    background: #FFFFFF;
    width: 314px;
    height: 410px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.16);
    padding: 18px 19px 23px;
    margin: 0 24px 40px;
}

.content-list li .list-img {
    overflow: hidden;
    height: 180px;
}

.content-list li .list-img-src {
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.content-list li .list-img-src:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.content-list .list-title {
    padding: 10px 15px;
    position: relative;
}

.content-list li .list-info-title {
    line-height: 50px;
    height: 50px;
    top: -25px;
    left: 10px;
    width: 100%;
}

.content-list li .list-info-name {
    color: #848484;
    line-height: 80px;
    float: left;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 222px;
}

.content-list .list-title .title-text {
    line-height: 24px;
    height: 48px;
    margin-bottom: 4px;
    color: #363636;
    margin-top: 24px;
}

.list-info-end {
    color: #989898;
    font-size: 16px;
    line-height: 21px;
}

.content-list li .list-info-num {
    color: #FE7200;
}

.font-middle {
    font-size: 15px;
}

.content-list li .list-info {
    border-top: 1px solid #D1D1D1;
    padding-top: 2px;
    margin: 0 4px;
}


.content-list .title-time {
    margin-right: 15px;
}

.content-list .title-info {
    line-height: 28px;
    color: #A5A5A5;
    font-size: 14px;
}

.content-list .title-info .iconfont {
    font-size: 14px;
}

.content-list .title-location {
    margin-right: 20px;
}

.content-list .title-people {
    margin-right: 0;
}

.content-list li .list-info-status {
    line-height: 28px;
    height: 28px;
    color: #ABABAB;
    margin-top: 4px;
    font-size: 14px;
}

.content-list .icon-v {
    color: #ffb300;
    line-height: 80px;
}

.user_avatar {
    width: 53px;
    height: 53px;
    background: #fff;
    display: block;
    float: left;
    border-radius: 50%;
    margin-right: 2px;
    border: 3px solid #fff;
    overflow: hidden;
}

.user_avatar img {
    width: 100%;
    height: 100%;
}
.is-absolute {
    position: absolute;
    z-index: 2;
}

.fl {
    float: left;
}
.fl, .fr {
    display: inline;
}
.container {
    width: 1300px;
    margin: 0 auto;
}
#echart_bar1{
    width: 600px;
}
#echart_line1{
    width: 600px;
}
.content {
    background: #f2f2f2;
    padding: 1px 0;
}
.container .more1{
    text-align: center;
    display: block;
    font-size: 18px;
    color: #1586dd;
}

/* 历史名单 */
.hisTab {
    margin: 42px 0;
    position: relative;
}

.hisTab .layui-tab-title {
    border: none;
    background-color: #f8f8f8;
    height: 58px;
}

.hisTab .layui-tab-title li {
    height: 58px;
    padding: 0 44px;
    line-height: 58px;
    font-size: 18px;
    color: #989898;
}

.hisTab .layui-tab-title li:first-child {
    border-right: 1px solid #dadada;
}

.hisTab .layui-tab-title .layui-this:after {
    content: none;
}

.hisTab .layui-tab-title .layui-this {
    background: #fff;
    color: #298cfb;
}

.hisTab .search {
    position: absolute;
    right: 24px;
    top: 18px;
    border-bottom: 1px solid #111;
    padding: 2px 5px;
    z-index: 10;
    width: 350px;
}

.hisTab .search span {
    color: #333;
    font-size: 18px;
}

.hisTab .search input {
    border: none;
    background: transparent;
    font-size: 15px;
    margin-bottom: 6px;
    width: 284px;
}

.hisTab .search button {
    border: none;
    background: transparent;
    font-size: 15px;
    color: #298cfb;
	cursor:pointer;
}

.hisTab .layui-tab-content {
    padding: 48px 30px;
}

.hisTab .layui-tab-item .hot {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 1px;
}
.hisTab .layui-tab-item .hot a{
	cursor:default;
}
.hisTab .layui-tab-item .hot a:hover{
	color:#333
}

.hisTab .layui-tab-item .hot h1 {
    font-size: 20px;
    font-weight: bold;
    color: #ed4837;
    margin-bottom: 15px;
}

.hisTab .layui-tab-item .hot h1 span {
    margin-right: 8px;
    font-size: 30px;
    margin-left: 10px;
    font-weight: 500;
    vertical-align: middle;
}

.hisTab .layui-tab-item ul {
    padding: 0 30px;
    padding-right: 0;
}

.hisTab .layui-tab-item ul li {
    width: 33%;
    font-size: 16px;
    color: #656565;
    margin-bottom: 25px;
    display: inline-block;
}

.hisTab .layui-tab-item ul li:hover {
    text-decoration: none;
}

.hisTab .layui-tab-item .company>div {
    margin: 28px 0 35px;
    padding: 0 28px;
}

.hisTab .layui-tab-item .company>div button {
    width: 141px;
    height: 47px;
    font-size: 16px;
    background-color: #f8f8f8;
    border: solid 1px #d3d6d8;
    color: #999999;
    margin-right: 20px;
    border-radius: 5px;
    cursor: pointer;
}

.hisTab .layui-tab-item .company>div button.on {
    background-color: #d7ecff;
    border: solid 1px #42a5f1;
    color: #298cfb;
}

.hisTab .layui-tab-item .company>div .layui-input {
    width: 116px;
    height: 47px;
    text-align: center;
    font-size: 16px;
    color: #000000;
    border-radius: 5px;
    background-color: #ffffff;
    border: solid 1px #6c6c6c;
}

.hisTab .layui-tab-item:last-of-type .company>div .layui-input {
    width: 160px;
}

.hisTab .layui-tab-item .company>div .layui-form-select .layui-edge {
    border-top-color: #000000;
}

.hisTab .layui-tab-item .company>div .layui-input:hover {
    border-color: #6c6c6c !important;
}

.hisTab .layui-tab-item .company>div .layui-form-select dl {
    top: 47px;
}
.hisTab .layui-tab-item .company>div .layui-form-selectup dl {
	top: auto;
	bottom: 47px;
}
.hisTab .layui-tab-item .company>div .layui-form-select dl dd,
.hisTab .layui-tab-item .company>div .layui-form-select dl dt {
    font-size: 15px;
    line-height: 40px;
}
.wbg {
    background: #fff;
}
#czx_eplist li a{
	cursor:default;
}
#czx_eplist li a:hover{
	color:#333;
}

.search-result {
    display: none;
    padding: 30px 40px;
  }
  
  .search-result dl {
    margin-bottom: 20px;
  }
  
  .search-result dt {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.2;
  }
  
  .search-result dd .item {
    margin: 0 80px 10px 0;
    color: #333;
    font-size: 14px;
    line-height: 1.2;
  }
  .search-result-left {
      float:left;
      width:280px
  }
  .search-result-right {
      margin-left:20px;
      float:left;
      width:300px;
  }
  
/* 政企服务动态 */
.sc_sw {
    width: 585px;
    height: 364px;
    overflow: hidden;
    position: relative;
    display: inline-block;
}

.sc_sw .swiper-pagination {
    text-align: right;
    padding-right: 15px;
}
.swiper-pagination1 {
    text-align: right;
    padding-right: 15px;
}

.sc_sw .swiper-slide span {
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 999;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: rgba(000, 000, 000, 0.2);
    text-align: left;
    padding-left: 19px;
}

.sc_sw .swiper-slide span a {
    font-size: 14px;
    color: #fff;
    width: 70%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sc_sw .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #909090;
    opacity: 0.88;
    margin: 0 4px !important;
}

.sc_sw .swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #1889f5;
}

.sc_sw .swiper-pagination {
    bottom: 13px;
    width: 40%;
    right: 0;
    left: inherit;
}
.swiper-pagination1 {
    bottom: 13px;
    width: 50%;
    right: 0;
    left: inherit;
}


.sc_sw .swiper-slide a img {
    width: 100%;
}

.sc_swr {
    width: 592px;
    height: 370px;
    overflow: hidden;
    padding-left: 20px;
    margin: 0;
}

.sc_swr .layui-tab-title {
    height: 45px;
    line-height: 45px;
    margin-bottom: 21px;
}

.sc_swr .layui-tab-title li {
    font-size: 18px;
    color: #373737;
    width: 33%;
    margin-bottom: -1px;
}

.sc_swr .layui-tab-title .layui-this {
    color: #42a6f3;
    border-bottom: 3px solid #42a6f3;
    font-weight: bold;
}

.sc_swr .layui-tab-title .layui-this:after {
    content: none;
}

.sc_swr .layui-tab-content {
    padding: 0;
}

.sc_swr .layui-tab-item .tit {
    text-align: left;
    border-bottom: 2px solid #ebebeb;
    padding-bottom: 10px;
}

.sc_swr .layui-tab-item .tit h1 {
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sc_swr .layui-tab-item .tit:hover h1 {
    color: #ff0000;
}

.sc_swr .layui-tab-item .tit p {
    font-size: 14px;
    line-height: 27px;
    color: #000000;
    margin: 0;
}

.sc_swr .sc_list {
    margin-top: 21px;
}

.sc_swr .sc_list li {
    position: relative;
    line-height: 18px;
    margin-bottom: 20px;
    padding-left: 6px;
}

.sc_swr .sc_list li a {
    display: block;
    overflow: hidden;
}

.sc_swr .sc_list li::after {
    content: '';
    width: 4px;
    height: 4px;
    background: #000;
    border-radius: 50%;
    position: absolute;
    left: -4px;
    top: 6px;
}

.sc_swr .sc_list li p {
    font-size: 16px;
    color: #393939;
    width: 480px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sc_swr .sc_list li span {
    font-size: 14px;
    color: #717171;
}

.sc_swr .sc_list li:hover p {
    color: #ff0000;
}

/* 历年选拔名单 */
.rosterTab .layui-tab-title {
    background-color: #ffffff;
    border: solid 1px #1586dd;
    height: 50px;
}

.rosterTab .layui-tab-title .layui-this:after {
    content: none;
}

.rosterTab .layui-tab-title li {
    width: 50%;
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    margin-top: -1px;
}

.rosterTab .layui-tab-title .layui-this {
    background-color: #5dadeb;
    color: #fff;
}

.rosterTab .layui-tab-content {
    padding: 0;
}

.rosterTab .layui-tab-item {
    padding: 34px 50px 28px;
    background-color: rgba(238, 246, 253, .6);
}

.rosterTab .layui-tab-item li {
    padding: 32px 20px 20px;
    border-bottom: 1px solid rgba(200, 200, 200, .85);
}

.rosterTab .layui-tab-item li:last-child {
    border: none;
}

.rosterTab .layui-tab-item li h1 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 16px;
}

.rosterTab .layui-tab-item li h1 span {
    font-size: 31px;
    margin-right: 8px;
    vertical-align: -5px;
}

.rosterTab .layui-tab-item li div {
    padding-left: 41px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.rosterTab .layui-tab-item li div a {
    font-size: 18px;
    color: #717171;
    margin-bottom: 15px;
    width: 33%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	cursor:default;
}

.rosterTab .layui-tab-item li div a:hover {
    text-decoration: none;
    color: #060606;
}
.rosterTab .more{
    text-align: center;
    display: block;
    font-size: 18px;
    color: #1586dd;
}
.ovfl {
    display: flex;
    justify-content: space-between;
}
.banner-wrap a{
    color: #fff;
}
.sub-nav a{
    color: #fff;
}
.active a{
    color: #2584FF;
}


/* 政策法规 */
.polTab {
    margin: 0;
    padding: 42px 0;
}

.polTab .layui-tab-title {
    border: none;
    margin-bottom: 38px;
}

.polTab .layui-tab-title li {
    width: 209px;
    height: 54px;
    background-color: #f8f8f8;
    border: solid 1px #e2e2e2;
    line-height: 54px;
    font-size: 21px;
    color: #929292;
}

.polTab .layui-tab-title .layui-this:after {
    content: none;
}

.polTab .layui-tab-title .layui-this {
    background: #fff;
    color: #3692f9;
    border-bottom: 3px solid #298cfb;
}

.polTab .layui-tab-item li {
    box-shadow: 0px 0px 9px 0px rgba(26, 25, 28, 0.08);
    overflow: hidden;
    padding: 28px 0;
    background: #fff;
    padding-right: 60px;
    cursor: pointer;
    margin-bottom: 30px;
    transition: all .4s;
}

.polTab .layui-tab-item li:hover {
    transform: scale(1.04);
}

.polTab .layui-tab-item li .time {
    margin-right: 34px;
    padding: 20px 0;
    width: 147px;
    text-align: center;
    border-right: 3px solid rgba(011, 090, 221, .21);
}

.polTab .layui-tab-item li .time h1 {
    font-size: 30px;
    color: #5587da;
    margin-bottom: 18px;
}

.polTab .layui-tab-item li .time p {
    font-size: 16px;
    color: #5587da;
}

.polTab .layui-tab-item li .cont h1 {
    font-size: 18px;
    color: #2c2c2c;
    margin-bottom: 15px;
    margin-top: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.polTab .layui-tab-item li .cont p {
    font-size: 16px;
    color: #5d5d5d;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 60px;
}
#result_eplist ul{
	overflow:hidden;
	
}

#result_eplist li{
	width: 30%;
    font-size: 16px;
    color: #656565;
    margin-bottom: 25px;
	margin-left: 20px;
    display: inline-block;
	text-align:left;
	float: left;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em {
	background-color: #1890ff;
}


#tel_card {
    position: relative;
}
.tel_box {
    width: 310px;
    display: none;
    position: absolute;
    left: 100px;
    bottom: 70px;
    background: rgba(255, 255, 255, 0.9);
    padding: 10px 20px;
    z-index: 99;
    border-radius: 12px;
}
.tel_box>div {
    font-size: 14px;
    line-height: 30px;
}
.card_tel {
    display: flex;
}
.card_tel_icon {
    width: 17px;
    height: 17px;
    border-radius: 17px;
    margin-left: 4px;
    margin-top: -2px;
    background-size: 100% 100%;
    background-image: url(./image/tel_more.png);
}
.bobao{
    position: absolute;
    bottom: 0px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    height: 40px;
}
.top-div-box{
    width: 1300px;
    margin: 0px auto;
    height: 40px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
#div1{
    width: 55%;
    position: relative;
    height: 40px;
    overflow: hidden;
}
.top-left{
    width: 45%;
    height: 30px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}
.btn-a{
    width: 100px;
    height: 30px;
    border: 1px solid #fff;
    border-radius: 5px;
    margin: 5px;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
}
.btn-a a{
    color: #fff !important;
}
#div1 ul{
    position: absolute;
    left: 0;
}

#div1 ul li{
    display: flex;
    flex-direction:row;
    padding: 5px;
    list-style: none;
    /*width: 300px;*/
    height: 30px;
    float: left;
    line-height:30px;
    margin: 0 35px;
}
#div1 ul li a{
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}
#div1 ul li img{
    width: 28px;
    height: 28px;
}