/**!
 * 徐州市人民政府
 * author: gaojian
 * date:2020-04-23
 */

/* header */

.topitem {
    height: 42px;
    background-color: #376fbc;
}

.top-link-list {
    position: relative;
    line-height: 42px;
    padding: 0 16px;
    z-index: 99;
}

.top-link-list a {
    color: #fff;
}

.top-link-list:before {
    content: '|';
    color: #fff;
    height: 42px;
    line-height: 42px;
    position: absolute;
    left: 0;
    top: 0;
}

.top-link-list:first-child {
    padding-left: 0;
}

.top-link-list:last-child {
    padding-right: 0;
}

.top-link-list:first-child:before,.top-link-list.center:before {
    display: none;
}

.logo {
    display: block;
    position: relative;

    margin: 0 auto;
    padding: 0;
}


/* nav */
.nav {
    height: 61px;
}

.nav-item {
    width: 100%;
    padding-right: 240px;
}

.nav-list {
    position: relative;
    width: 16.666666%;
    height: 61px;
    font-size: 0;
    -webkit-text-size-adjust: none;
    text-align: center;
}

.nav-list:before {
    content: '';
    position: absolute;
    height: 22px;
    width: 1px;
    top: 19px;
    left: 0;
    border-left: 1px dashed #d6d6d6;
}

.nav-list:first-child:before {
    display: none;
}

.nav-list a {
    display: inline-block;
    height: 61px;
    line-height: 56px;
    font-size: 18px;
    color: #333;
}

.nav-list:hover a,
.nav-list.cur a {
    color: #376cb0;
    font-weight: bold;
    border-bottom: 3px solid #376cb0;
}


/* 内容部分 */
.col50 {
    width: 50%;
    padding: 0 10px;
}

/* 轮播 */

.owl-carousel {
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;

}

.owl-carousel .item {
    display: block;
}

.owl-carousel img {
    display: block;
    width: 100%;
    height: 396px;
}

@media (max-width: 768px) {
    .owl-carousel img {
        height: auto;
    }
}

/* 文字介绍 */

.img-intro {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding-right: 150px;
    height: 40px;
    text-indent: 15px;
    padding-top: 4px;
    color: #fff;
    background: url("mask_bg.png") repeat;
}

.img-intro h2 {
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.img-intro>p {
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* 左右按钮 */

.owl-nav .owl-prev,
.owl-nav .owl-next {
    position: absolute;
    width: 46px;
    height: 46px;
    top: 50%;
    margin-top: -23px;
    z-index: 50;
    color: #fff;
    text-indent: 99999;
}

.owl-nav .owl-prev {
    left: 10px;
    background: url("../images/left_btn.png") center no-repeat;
}

.owl-nav .owl-next {
    right: 10px;
    background: url("../images/right_btn.png") center no-repeat;
}

:root .owl-nav .owl-next {
    right: 10px;
}

.owl-nav.disabled {
    display: block !important;
}

/* 分页按钮 */

.owl-dots {
    position: absolute;
    right: 0px;
    bottom: 14px;
    height: 12px;
    width: 134px;
    z-index: 60;
    font-size: 0;
    padding-right: 7px;
    text-align: right;
    -webkit-tap-highlight-color: transparent;
    overflow: hidden;
}

button.owl-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    line-height: 12px;
    margin-right: 8px;
    border-radius: 12px;
    background: #b5b7b8 !important;
    border: 0;
    outline: 0;
    vertical-align: top;
}

.owl-dot.active {
    background: #fff !important;
}

@media (max-width: 979px) {
    .col50 {
        width: 100%;
    }
}

@media (max-width: 767px) {

    .img-intro {
        height: 60px;
        padding-top: 4px;
    }
}

/* 徐州要闻 政声传递 公示公告 */

.news {

}

.news-head {
    height: 48px;
    font-size: 0;
    -webkit-text-size-adjust: none;
    text-align: center;
    border-bottom: 1px solid #eaeaea;
}

.title-name {
    position: relative;
    display: inline-block;
    font-size: 18px;
    padding: 0 25px;
}

@media (max-width: 768px) {
    .tabview .title-name {
        width: 33.33%;
        padding: 0 10px;
    }
}

.title-name:before {
    content: '';
    position: absolute;
    left: 0;
    top: 17px;
    width: 1px;
    height: 12px;
    line-height: 45px;
    border-left: 1px solid #d5dbe6;
}

.title-name:first-child:before {
    display: none;
}

.title-name a {
    display: inline-block;
    height: 47px;
    line-height: 45px;
    width:102px;
    text-align: center;
    margin: 0 auto;
    color: #555;font-weight: bold;
}

.title-name.active a {
    color: #0D5187;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 2px solid #0D5187;
}

.news-body {
    height: 280px;
    padding-top: 9px;
}


.news-title {
    height: 44px;
    line-height: 44px;
    padding: 0 30px;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news-details {
    display: block;
    height: 40px;
    line-height: 20px;
    padding: 0 20px;
    line-height: 20px;
    color: #999;
    text-indent: 2em;
    overflow: hidden;
}

.news-items>li {
    padding: 0 20px 0 29px;
    position: relative;
    line-height: 40px;
    font-size: 14px;
    vertical-align: top;
    border-bottom: 1px dashed #ccc;
}

.news-items>li:before {
    position: absolute;
    content: "";
    left: 13px;
    top: 50%;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    background-color: #999;
    border-radius: 50%;
}

.news-items>li>a {
    padding-left: 10px;
    display: block;
    color: #333;
    margin-right: 120px;
}

.news-time {
    position: absolute;
    right: 10px;
    top: 0;
    color: #999;
	font-size:12px;
}

.news-items>li:hover a,
.news-items>li:hover .news-time {
    color: #ff6600;
}

.news-items>li:hover:before {
    background-color: #ff6600;
}

.news-items>li:hover {
    background-color: #fff;
}

.text-overflow {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news-other-items {
    position: relative;
}

.news-other-items:before {
    position: absolute;
    content: "";
    left: 26px;
    width: 1px;
    border-right: 2px dashed #e8e8e8;
    top: 22px;
    bottom: 16px;
}

/* 市政府文件 市政府办公室文件 政策解读 */
.files .files-head {
    text-align: left;
    height: 50px;
    padding: 2px 0 0 0;
    border-bottom: 1px solid #d5dbe6;
}

.files .title-name a {
    width: auto;
    height: 48px;
    line-height: 46px;
}

@media (max-width: 768px) {
    .files .title-name a {
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

.files .title-name:first-child {
    padding-left: 0;
}

.files .news-body {
    padding-top: 7px;
}

.files .news-items>li {
    padding-left: 15px;
    border-left: 4px solid #fff;
    padding-right: 0;
}

.files .news-time {
    right: 0;
}

.files .news-items>li:hover {
    border-left: 4px solid #fff;
}

.files .news-items>li:before {
    left: 0;
}

.file-box {
    background-color: #e1e9f5;
}

.bdl {
    display: none;
}

.select-file {
    width: 180px;
    height: 60px;
    background: url("../images/img_select_file_bg.png") center no-repeat;
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
    line-height: 60px;

    padding-left: 54px;
    position: relative;
}

.select-file:before {
    display: block;
    content: '';
    width: 24px;
    height: 24px;
    position: absolute;
    left: 21px;
    top: 18px;
    background: url("../images/icon_select_file.png") center no-repeat;
}

.file-input {
    width: calc(100% - 180px);
    height: 60px;
    padding-left: 57px;
    padding-right: 20px;
}

.input-name {
    font-size: 16px;
    line-height: 60px;
    color: #333333;
    margin-right: 5px;
}

.file-box .input-tips {
    margin-top: 11px;
    position: relative;
    height: 38px;
    background-color: #ffffff;
    border-radius: 2px;
    overflow: hidden;
    width: calc(100% - 182px);
}

.file-box .input-tips label {
    position: absolute;
    height: 100%;
    line-height: 38px;
    font-size: 16px;
    color: #999999;
    top: 0;
    left: 12px;
}

.file-box .input-tips input {
    height: 100%;
    width: 100%;
    padding: 0 12px;
    background-color: #ffffff;
    font-size: 16px;
    color: #333;
}

.select-file-btn {
    margin-top: 11px;
    width: 87px;
    height: 38px;
    background-color: #4a83d2;
    border-radius: 2px;
    color: #fff;
    font-size: 16px;
    margin-left: 10px;
    cursor: pointer;
}

@media (max-width: 768px) {
    .select-file {
        width: 100%;
        background-size: 150% 100%;
    }

    .file-box .file-input {
        padding-left: 17px;
        padding-right: 17px;
        width: 100%;
    }
}

.files .news-body {
    height: 264px;width: 600px;
}

/*相关链接*/
.links {
    border: solid 1px #e1e9f5;
}

.links-item {
    width: 16.66%;
    height: 106px;
    position: relative;
    padding: 0 10px;
}

.links-item:before {
    position: absolute;
    display: block;
    content: '';
    top: 21px;
    left: 0;
    width: 1px;
    height: 63px;
    background-color: #e1e9f5;
}

.links-item>a {
    display: block;
    height: 100%;
    width: 100%;
    font-size: 16px;
    color: #666666;
    text-align: center;
    padding-top: 70px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.links-item>a:hover {
    color: #ff6600;
}

.links .links-item:first-child:before {
    display: none;
}

.links .links-item:nth-of-type(1) a {
    background: url("../images/icon_leaders.png") center 17px no-repeat;
}

.links .links-item:nth-of-type(1) a:hover {
    background-image: url("../images/icon_leaders_active.png");
}

.links .links-item:nth-of-type(2) a {
    background: url("../images/icon_bulletin.png") center 17px no-repeat;
}

.links .links-item:nth-of-type(2) a:hover {
    background-image: url("../images/icon_bulletin_active.png");
}

.links .links-item:nth-of-type(3) a {
    background: url("../images/icon_system.png") center 17px no-repeat;
}

.links .links-item:nth-of-type(3) a:hover {
    background-image: url("../images/icon_system_active.png");
}

.links .links-item:nth-of-type(4) a {
    background: url("../images/icon_guide.png") center 17px no-repeat;
}

.links .links-item:nth-of-type(4) a:hover {
    background-image: url("../images/icon_guide_active.png");
}

.links .links-item:nth-of-type(5) a {
    background: url("../images/icon_initiative.png") center 17px no-repeat;

}

.links .links-item:nth-of-type(5) a:hover {
    background-image: url("../images/icon_initiative_active.png");
}

.links .links-item:nth-of-type(6) a {
    background: url("../images/icon_apply.png") center 17px no-repeat;
}

.links .links-item:nth-of-type(6) a:hover {
    background-image: url("../images/icon_apply_active.png");
}

@media (max-width: 768px) {
    .links-item {
        width: 33.33%;
    }

    .links>.links-item:nth-of-type(4):before {
        display: none;
    }
}

/*服务*/
.services {
    margin-top: 20px;
    border: solid 1px #e1e9f5;
}

.services>div {
    min-height: 340px;
}

.personal-services {
    width: 65.79%;
}

.legal-services,
.public-services {
    width: 17.1%;
    border-left: 1px solid #d8e0f0;
}

.public-services {
    width: 17.11%;
}

.public-services .services-title,
.legal-services .services-title {
    height: 53px;
    background-color: #e1e9f5;
    line-height: 53px;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    color: #333333;
    display: block;
}

.project-title,
.personal-services .services-title {
    font-size: 22px;
    line-height: 60px;
    color: #376cb0;
    font-weight: bold;
    text-align: center;
    position: relative;
    display: block;
}

.project-title>a,
.services-li .services-title>a {
    color: #376cb0;
    font-weight: bold;
    text-align: center;
}

.project-title>i,
.services-li .services-title>i {
    display: block;
    height: 1px;
    width: calc(50% - 94px);
    background-color: #d1dde6;
    position: absolute;
    top: 50%;
}

.project-title>i {
    width: calc(50% - 74px);
}

.services-li .services-title>i:nth-of-type(1) {
    left: 20px;
}

.project-title>i:nth-of-type(1) {
    left: 0;
}

.services-li .services-title>i:nth-of-type(2) {
    right: 20px;
}

.project-title>i:nth-of-type(2) {
    right: 0;
}

.project-title>i:after,
.services-li .services-title>i:after {
    display: block;
    content: '';
    width: 2px;
    height: 7px;
    background-color: #d1dde6;
    position: absolute;
    top: 50%;
    margin-top: -4px;
}

.project-title>i:nth-of-type(1):after,
.services-li .services-title>i:nth-of-type(1):after {
    right: -4px;
}

.project-title>i:nth-of-type(2):after,
.services-li .services-title>i:nth-of-type(2):after {
    left: -4px;
}

.personal-services-list {
    margin: 0 20px;
    height: 100px;
}

.personal-services-item {
    width: calc(25% - 15px);
    margin-right: 20px;
    height: 120px;
    background-color: #f5f7fc;
    border-radius: 2px;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .personal-services-item {
        width: calc(50% - 10px);
    }

    .personal-services-list>.personal-services-item:nth-of-type(2n) {
        margin-right: 0;
    }
}


.personal-services-item:hover>a {
    color: #ff6600;
}

.personal-services-list>.personal-services-item:nth-of-type(4n) {
    margin-right: 0;
}

.personal-services-item>a {
    display: block;
    height: 100%;
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #333333;
    padding-top: 80px;
    background-position: center 21px;
    background-repeat: no-repeat;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.accumulation-fund>a {
    background-image: url("../images/img_accumulation_fund.png");
}

.social-security>a {
    background-image: url("../images/img_social_security.png");
}

.driving-licence>a {
    background-image: url("../images/img_driving_licence.png");
}

.household>a {
    background-image: url("../images/img_household.png");
}

.marriage>a {
    background-image: url("../images/img_marriage.png");
}

.tax>a {
    background-image: url("../images/img_tax.png");
}

.habitat>a {
    background-image: url("../images/img_habitat.png");
}

.more>a {
    background-image: url("../images/img_more.png");
}

.services-list {
    margin: 0 12px;
}

.services-item {
    position: relative;
}

.services-item>a {
    display: block;
    height: 100%;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    line-height: 56px;
    color: #333333;
    padding-left: 18px;
}

.services-item>a:hover {
    color: #ff6600;
}

.services-item:before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3px;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    background-color: #acccdf;
}

@media (max-width: 768px) {
    .personal-services {
        width: 100%;
    }

    .legal-services,
    .public-services {
        width: 50%;
    }
}

/*新闻发布会*/
.module-head {
    height: 41px;
    line-height: 40px;
    border-bottom: 1px solid #d5dbe6;
}

.module-head .history{
    color: #376cb0;
    font-size: 16px;
    font-weight: bold;
}

.module-head .title-name {
    padding: 0;
    width: auto;
}

.module-head .title-name a {
    width: auto;
    height: 41px;
    line-height: 41px;
}

/* 20200720修改begin */
.news-conference-infos {
    margin-top: 12px;
    height: 200px;
    border: 1px solid #e1e9f5;
    padding: 10px 9px 6px;
}

.news-conference-imgs {
    height: 129px;
    display: block;
}

.news-conference-imgs>img {
    height: 100%;
    width: 100%;
}

@media (max-width: 979px) {

    .news-conference-infos,
    .news-conference-imgs {
        height: auto;
    }
}

.news-conference-detail {
    line-height: 22px;
    margin-top: 9px;
}

.news-conference-detail>p {
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news-conference-detail>p:last-child {
    font-size: 14px;
    color: #999;
}

.news-conference-date {
    background: #fff url("../images/img_news_date_bg.png") center no-repeat;
    background-size: 100% 100%;
    height: 74px;
    margin-top: 12px;
}

/* 20200720修改end */

.news-conference-date>a {
    display: block;

    padding: 11px;
    height: 100%;
    position: relative;
}

.date {
    display: inline-block;
    width: 52px;
    height: 52px;
    background-color: #ffffff;
    border-radius: 3px;
    text-align: center;
    padding-top: 7px;
}

.month-day {
    font-size: 14px;
    line-height: 20px;
    color: #2761d8;
    display: block;
}

.year {
    font-size: 16px;
    letter-spacing: 0px;
    color: #2761d8;
    font-weight: bold;
}

.news-infos {
    width: calc(100% - 90px);
    height: 54px;
    font-size: 18px;
    line-height: 26px;
    color: #ffffff;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    /* IE 9 */
    -moz-transform: translateY(-50%);
    /* Firefox */
    -webkit-transform: translateY(-50%);
    /* Safari 和 Chrome */
    -o-transform: translateY(-50%);
    /* Opera */
}

/*互动平台*/
.interactive-platform-list {
    margin-top: 10px;
}

.interactive-platform-item {
    height: 55px;
    margin-top: 10px;
    background: url("../images/img_interactive_platform_bg.png") center no-repeat;
    background-size: 100% 100%;
    width: calc(50% - 5px);
}

.interactive-platform-item>a {
    display: block;
    height: 100%;
    width: 100%;
    line-height: 55px;
    font-size: 16px;
    padding-left: 69px;
    color: #333333;
    background-repeat: no-repeat;
    background-position: 22px center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 10px;
}

.interactive-platform-list>li:nth-of-type(2n) {
    margin-left: 10px;
}

.interactive-platform-list>li:nth-of-type(1) a {
    background-image: url("../images/icon_consult.png");
}

.interactive-platform-list>li:nth-of-type(2) a {
    background-image: url("../images/icon_access.png");
    background-position: 18px center;
}

.interactive-platform-list>li:nth-of-type(3) a {
    background-image: url("../images/icon_email.png");
}

.interactive-platform-list>li:nth-of-type(4) a {
    /*background-image: url("../images/icon_online.png");*/
    background-image: url("../images/interact_ico4.png");
}

.interactive-platform-item:hover {
    cursor: pointer;
    background-image: url("../images/img_interactive_platform_bg_h.png");
}

/*来信选登*/
.letter .news-items {
    margin-top: 5px;
}

.letter li {
    border: none;
    padding-left: 10px;
}

.letter li:hover {
    border: none;
}

.letter li:before {
    left: 0;
}

.letter li>a {
    padding-left: 10px;
    margin: 0;
    font-size: 16px;
}

.files .news-items>li:before,
.letter .news-items>li:before {
    width: 4px;
    height: 4px;
    margin-top: -1px;
    border-radius: 0;
}

/*专题栏目*/
#projectCarousel {
    margin-bottom: 24px;
}

#projectCarousel .item>a {
    display: block;
}

#projectCarousel .owl-nav button {
    display: none;
}

#projectCarousel .item img {
    height: auto;
}

@media (max-width: 768px) {
    #projectCarousel {
        height: auto;
    }

}

#projectCarousel .owl-stage>div:last-child {
    margin-right: 0 !important;
}


.banner {
    position: fixed;
    width: 50px;
    height: 100px;
    bottom: 220px;
    margin-right: -717px;
    right: 50%;
    z-index: 999;
}

.banner-item {
    width: 100%;
    height: 50%;
    background-color: #ffffff;
    box-shadow: 0px 0px 16px 0px rgba(33, 46, 142, 0.18);
    border-radius: 4px;
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
}


.banner-child {
    display: none;
    position: absolute;
    top: 50%;
    left: -118px;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    /* IE 9 */
    -moz-transform: translateY(-50%);
    /* Firefox */
    -webkit-transform: translateY(-50%);
    /* Safari 和 Chrome */
    -o-transform: translateY(-50%);
    /* Opera */
    width: 118px;
    height: 114px;
}

.banner-item:hover .banner-child {
    display: block;
}

.banner-child-content {
    background-color: #fff;
    width: 100px;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1000;
    text-align: center;
}

.banner-child:after {
    height: 100%;
    width: 100px;
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    box-shadow: 0px 0px 16px 0px rgba(33, 46, 142, 0.18);
    ;
    z-index: -1;
}

.banner-child:before {
    display: block;
    content: '';
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -17px;
    height: 16px;
    width: 16px;
    background-color: #fff;
    transform: scaleY(2) rotate(45deg);
    -ms-transform: scaleY(2) rotate(45deg);
    /* IE 9 */
    -moz-transform: scaleY(2) rotate(45deg);
    /* Firefox */
    -webkit-transform: scaleY(2) rotate(45deg);
    /* Safari 和 Chrome */
    -o-transform: scaleY(2) rotate(45deg);
    /* Opera */
    box-shadow: 0px 0px 16px 0px rgba(33, 46, 142, 0.18);
    ;
    z-index: 20;
    overflow: hidden;
}

.banner .banner-item>a {
    display: block;
    height: 100%;
    width: 100%;
}

/*.banner .banner-item:nth-of-type(1) {
    background: #fff url("../images/icon_complaints.png") center no-repeat;
}

.banner .banner-item:nth-of-type(1):hover {
    background: #4a83d2 url("../images/icon_complaints_active.png") center no-repeat;
}*/

.banner .banner-item:nth-of-type(1) {
    background: #fff url("../images/icon_program.png") center no-repeat;
}

.banner .banner-item:nth-of-type(1):hover {
    background: #4a83d2 url("../images/icon_program_active.png") center no-repeat;
}

.banner .banner-item:nth-of-type(2) {
    background: #fff url("../images/icon_wechat.png") center no-repeat;
}

.banner .banner-item:nth-of-type(2):hover {
    background: #4a83d2 url("../images/icon_wechat_active.png") center no-repeat;
}

.banner .banner-item:nth-of-type(3) {
    background: #fff url("../images/icon_up0.png") center no-repeat;
}

.banner .banner-item:nth-of-type(3):hover {
    background: #4a83d2 url("../images/icon_up_active.png") center no-repeat;
}

.code-name {
    font-size: 14px;
    color: #333333;
    text-align: center;
    line-height: 24px;
    padding-top: 6px;
}

@media (max-width: 1366px) {
    .banner {
        right: 0;
        margin: 0;
        left: auto;
    }
}

@media (max-width: 768px) {
    .banner {
        display: none;
    }
}

.phone-more {
    color: #666;
    display: block;
    width: 80%;
    height: 30px;
    line-height: 28px;
    text-align: center;
    background: #EDEDED;
    border: 1px solid #ccc;
    border-radius: 2px;
    clear: both;
    margin: 5px auto;
    display: none;
}

@media (max-width: 980px) {

    .files .news-body,
    .news-body {
        height: auto;
    }

    .phone-more {
        display: block;
    }

    .banner {
        display: none;
    }
}

/* 20200610 */
.personal-services {
    width: 17.1%;
}

.services-li.cur {
    width: 65.79%;
}

.services-li.cur .service-bd {
    display: none;
}

.services-box {
    display: none;
}

.services-li.cur .services-box {
    display: block;
}

.services-li .services-title {
   height: 53px;
background-color: #598dd5;
line-height: 53px;
text-align: center;
font-size: 18px;
font-weight: normal;
font-stretch: normal;
color: white;
display: block;
}

.services-li.cur .services-title {
    font-size: 22px;
    line-height: 60px;
    color: #376cb0;
    font-weight: bold;
    text-align: center;
    position: relative;
    display: block;
    background-color: transparent;
}

@media (max-width: 980px) {

    .services-li.cur,
    .services-li {
        width: 100%;
    }

    .service-bd {
        display: none;
    }

    .services-box {
        display: block;
    }

    .services-li .services-title {
        font-size: 22px;
        line-height: 60px;
        color: #376cb0;
        font-weight: bold;
        text-align: center;
        position: relative;
        display: block;
        background-color: transparent;
    }
}

/* 20200612 新增*/
.personal-services-item.icon1>a {
    background-image: url("../images/icon1.png");
}
.personal-services-item.icon2>a {
    background-image: url("../images/icon2.png");
}
.personal-services-item.icon3>a {
    background-image: url("../images/icon3.png");
}
.personal-services-item.icon4>a {
    background-image: url("../images/icon4.png");
}
.personal-services-item.icon5>a {
    background-image: url("../images/icon5.png");
}
.personal-services-item.icon6>a {
    background-image: url("../images/icon6.png");
}
.personal-services-item.icon7>a {
    background-image: url("../images/icon7.png");
}
.personal-services-item.icon8>a {
    background-image: url("../images/icon8.png");
}
.personal-services-item.icon9>a {
    background-image: url("../images/icon9.png");
}
.personal-services-item.icon10>a {
    background-image: url("../images/icon10.png");
}
.personal-services-item.icon11>a {
    background-image: url("../images/icon11.png");
}
.personal-services-item.icon12>a {
    background-image: url("../images/icon12.png");
}
.personal-services-item.icon13>a {
    background-image: url("../images/icon13.png");
}
.personal-services-item.icon14>a {
    background-image: url("../images/icon14.png");
}
.personal-services-item.icon15>a {
    background-image: url("../images/icon15.png");
}
.personal-services-item.icon16>a {
    background-image: url("../images/icon16.png");
}
.personal-services-item.icon17>a {
    background-image: url("../images/icon17.png");
}
.personal-services-item.icon18>a {
    background-image: url("../images/icon18.png");
}
.personal-services-item.icon19>a {
    background-image: url("../images/icon19.png");
}
.personal-services-item.icon20>a {
    background-image: url("../images/icon20.png");
}
.personal-services-item.icon21>a {
    background-image: url("../images/icon21.png");
}
.personal-services-item.icon22>a {
    background-image: url("../images/icon22.png");
}

.personal-services-item:hover>a {
    color: #fff;
    background-color: #7881e7;
}

.personal-services-item.icon1:hover>a {
    background-image: url("../images/icon1h.png");
}
.personal-services-item.icon2:hover>a {
    background-image: url("../images/icon2h.png");
}
.personal-services-item.icon3:hover>a {
    background-image: url("../images/icon3h.png");
}
.personal-services-item.icon4:hover>a {
    background-image: url("../images/icon4h.png");
}
.personal-services-item.icon5:hover>a {
    background-image: url("../images/icon5h.png");
}
.personal-services-item.icon6:hover>a {
    background-image: url("../images/icon6h.png");
}
.personal-services-item.icon7:hover>a {
    background-image: url("../images/icon7h.png");
}
.personal-services-item.icon8:hover>a {
    background-image: url("../images/icon8h.png");
}
.personal-services-item.icon9:hover>a {
    background-image: url("../images/icon9h.png");
}
.personal-services-item.icon10:hover>a {
    background-image: url("../images/icon10h.png");
}
.personal-services-item.icon11:hover>a {
    background-image: url("../images/icon11h.png");
}
.personal-services-item.icon12:hover>a {
    background-image: url("../images/icon12h.png");
}
.personal-services-item.icon13:hover>a {
    background-image: url("../images/icon13h.png");
}
.personal-services-item.icon14:hover>a {
    background-image: url("../images/icon14h.png");
}
.personal-services-item.icon15:hover>a {
    background-image: url("../images/icon15h.png");
}
.personal-services-item.icon16:hover>a {
    background-image: url("../images/icon16h.png");
}
.personal-services-item.icon17:hover>a {
    background-image: url("../images/icon17h.png");
}
.personal-services-item.icon18:hover>a {
    background-image: url("../images/icon18h.png");
}
.personal-services-item.icon19:hover>a {
    background-image: url("../images/icon19h.png");
}
.personal-services-item.icon20:hover>a {
    background-image: url("../images/icon20h.png");
}
.personal-services-item.icon21:hover>a {
    background-image: url("../images/icon21h.png");
}
.personal-services-item.icon22:hover>a {
    background-image: url("../images/icon22h.png");
}

/*20210625*/
.body-bg{
    width: 100%;
    padding-top: 96px;
    background: url("../images/100year.jpg") center top no-repeat;
    background-color: #f2f2f2;
}

.container-bg{
    width: 1500px;
    margin: 0 auto;
    background: #FFF;
}



/*20211210首页轮播图*/
.ewb-slidebox2 {
    position: relative;
    overflow: hidden;
    height: 141px;
}


.ewb-slidebox-hd2 {
    position: absolute;
    right: 10px;
    bottom: 16px;
    z-index: 1;
    overflow: hidden;
    height: 12px;
}

.ewb-slidebox-hd2 ul {
    overflow: hidden;
    zoom: 1;
}

.ewb-slidebox-hd2 ul li {
    float: left;
    width: 12px;
    height: 12px;
    margin-right: 11px;
    font-size: 0;
    cursor: pointer;
    background: url('../images/stag.png') no-repeat;
}

.ewb-slidebox-hd2 ul li.on {
    background-image: url('../images/stag-active.png');
}

.ewb-slidebox-bd2 {
    position: relative;
    z-index: 0;
    height: 100%;
}

.ewb-slidebox-bd2 li {
    position: relative;
    zoom: 1;
    vertical-align: middle;
}

.ewb-slidebox-bd2 img {
    display: block;
    width: 100%;
    height: 100%;
}
