body {
    font-size: 14px;
}

/* 公共菜单 */
.side-left {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 220px;
    *border-right: 1px solid #eee;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.14);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.14);
    background: rgba(255, 255, 255, 1);
    z-index: 10;
}

.logo1 {
    display: inline-block;
    margin: 80px 56px;
    width: 107px;
    height: 88px;
    background: url(../images/logo_new.png) no-repeat center center;
    background-size: 100%;
}

.logo {
    display: inline-block;
    margin: 80px 56px;
    width: 107px;
    height: 88px;
    background: url(../images/logo_new.png) no-repeat center center;
    background-size: 100%;
}

.nav {
    margin-top: 0px;
}

.nav-item {
    position: relative;
}

.nav-a {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 44px;
    font-size: 15px;
    font-weight: normal;
    line-height: 44px;
    text-indent: 80px;
    color: #959595;
    cursor: pointer;
}

.nav1 .nav-a.active, .nav1 .nav-a:hover {
    color: #fff;
}

.nav-a.active, .nav-a:hover {
    color: #333;
}

.nav-a .notice {
    position: absolute;
    left: 0;
    top: 16px;
    content: "";
    width: 0px;
    height: 4px;
    background: #004a9a;
    -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.active .notice {
    position: absolute;
    left: 0;
    top: 16px;
    content: "";
    width: 0px;
    height: 4px;
    background: #cc060f;
    -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.nav-a.active .notice, .nav-a:hover .notice {
    width: 32px;
}

.sub-nav-bg {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 220px;
    width: 0;
    *border-right: 0px solid #eee;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.14);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.14);
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    background: #fff;
}

.nav-a:hover + .sub-nav-bg, .nav-a.acitve + .sub-nav-bg {
    width: 200px;
}

.sub-nav {
    position: absolute;
    top: 0;
    left: 100%;
    width: 200px;
    height: 0;
    opacity: 0;
    overflow: hidden;
}

.nav-a:hover + .sub-nav-bg + .sub-nav, .nav-a.acitve + .sub-nav-bg + .sub-nav {
    height: auto;
    opacity: 1;
    /* width: 180px; */
    -webkit-transition: all .6s .2s;
    -o-transition: all .6s .2s;
    transition: all .6s .2s;
}

.sub-nav-li {
    display: block;
    width: 100%;
    height: 44px;
    border-bottom: 0px solid #eeeeee;
    font-size: 14px;
    line-height: 44px;
    text-indent: 40px;
    color: #959595;
    cursor: pointer;
    left: -100%;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
}

/* .nav-a:hover .sub-nav-li {
  left: auto;
} */
.sub-nav-li.active, .sub-nav-li:hover {
    text-indent: 50px;
    color: #004a9a;
    font-weight: bold;
}

.side-bottom {
    position: absolute;
    /*  bottom: 120px;
    */
    margin-top: 60px;
    margin-left: 44px;
    font-size: 12px;
    color: #707070;
}

.side-bottom-item {
    display: block;
    margin-bottom: 10px;
    cursor: pointer;
    color: #707070;
}

.side-bottom-itema {
    display: block;
    margin-bottom: 10px;
    cursor: pointer;
    color: #fff;
}

.side-bottom-list span {
    display: inline-block;
    margin-right: 14px;
    width: 19px;
    height: 19px;
    vertical-align: middle;
}

.wechat-icon {
    background: url(../images/wechat-icon.png) no-repeat center center;
    background-size: 100%;
}

.news-icon {
    background: url(../images/news_icon.png) no-repeat center center;
    background-size: 100%;
}

.notice-icon {
    background: url(../images/notice-icon.png) no-repeat center center;
    background-size: 100%;
}

.side-right {
    position: relative;
    margin-left: 220px;
    margin-right: 30px;
    margin-top: 120px;
    margin-bottom: 10px;
    padding-left: 230px;
}

.slide-right-nav {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 200px;
    margin-right: 35px;
    border-right: 1px solid #d8d8d8;
}

.slide-right-nav.animate {
    -webkit-animation: moveUp 1s both;
    animation: moveUp 1s both;
}

.slide-right-nav-a {
    position: relative;
    display: block;
    padding: 11px 0;
    text-align: center;
    color: #5c5c5c;
    cursor: pointer;
}

.slide-right-nav-a:hover, .slide-right-nav-a.active {
    color: #000;
}

.slide-right-nav-a .notice {
    display: none;
    position: absolute;
    width: 6px;
    height: 29px;
    right: -3px;
    top: 7px;
    background: #004a9a;
}

.slide-right-nav-a:hover .notice, .slide-right-nav-a.active .notice {
    display: block;
}

.page {
    margin: 30px auto;
}

.page a {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 13px;
    line-height: 24px;
    text-align: center;
    background: #eaeaea;
    color: #fff;
    cursor: pointer;
}

.page a.active, .page a:hover {
    background: #a3a3a3;
}

.footer {
    text-align: right;
    color: #d2d2d2;
}

.footer_right {
    padding-right: 10%;
}

.footer-logo {
    display: inline-block;
    width: 75px;
    height: 20px;
    margin-right: 20px;
    background: url(../images/footer-logo.png) no-repeat center center;
    background-size: 100%;
    vertical-align: middle
}

/* 首页 */
.side-left.animate {
    -webkit-animation: fadeIn 0.75s 0.75s 0.75 both;
    animation: fadeIn 0.75s 0.75s 0.75 both;
}

.side-left.animate .side-left-inner {
    -webkit-animation: moveUp 0.75s 0.75s 0.75 both;
    animation: moveUp 0.75s 0.75s 0.75 both;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes moveIn {
    from {
        margin-left: -100%
    }
    to {
        margin-left: 0;
    }
}

@keyframes moveIn {
    from {
        margin-left: -100%
    }
    to {
        margin-left: 0;
    }
}


@-webkit-keyframes moveUp1 {
    from {
        bottom: -164px
    }
    to {
        bottom: 0;
    }
}

@keyframes moveUp1 {
    from {
        bottom: -164px
    }
    to {
        bottom: 0;
    }
}

@-webkit-keyframes moveUp {
    from {
        margin-top: 100%
    }
    to {
        margin-top: 0;
    }
}

@keyframes moveUp {
    from {
        margin-top: 100%
    }
    to {
        margin-top: 0;
    }
}

.index-html, .index {
    height: 100%;
}

.index-swiper {
    height: 100%;;
}

.swiper-container {
    height: 100%;
}

.swiper-slide {
    position: relative;
}

.swiper-slide-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-width: 100%;
    /*  min-height: 100%;*/
    min-height: 100%;
    object-fit: cover;

    width: 100%;
}

.swiper-slide-text {
    position: absolute;
    top: 400px;
    left: 320px;
    height: 130px;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    /*    bottom: inherit;
        top: 50%;
        width: 10px;
        right: 43px;
        left: inherit;
        height: 100px;
        margin-top: -50px;
        text-align: left;*/



    bottom: 5%;
    left: 15%;
    text-align: left;
}

.swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    border-radius: 0;
    background: #fff;
    opacity: 1;
    vertical-align: middle;
    /*display: block;*/
    display: inline-block;
    /*margin: 10px auto !important;*/
    border: 2px solid #fff;
}

.swiper-pagination-bullet:hover{
    background: #004a9a;
}
.swiper-pagination-bullet-active {
    width: 6px;
    height: 6px;
    border-radius: 12px;
    background: #004a9a;
    border: 2px solid #fff;
}

.index .footer,
.footer_alert{
    position: fixed;
    bottom: -164px;
    right: 0;
    height: 164px;
    z-index: 2;
    color: #fff;
    width: 100%;
}

.footer_bj {
    margin-left: 220px;
    background: rgba(0, 0, 0, 0.6);
    height: 100%;
    padding: 40px 15% 0 23%;

}

.footer.animate,
.footer_alert.animate{
    -webkit-animation: moveUp1 1s both;
    animation: moveUp1 1s both;
}

.footer_bj .footer-ico {
    float: left;
    width: 150px;
    position: relative;
    min-height: 85px;
    padding-top: 17px;
}

.footer_bj .footer-ico:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, 0.4);
    transform: rotate(27deg);
    -ms-transform: rotate(27deg); /* IE 9 */
    -moz-transform: rotate(27deg); /* Firefox */
    -webkit-transform: rotate(27deg); /* Safari 和 Chrome */
    -o-transform: rotate(27deg);
}

.footer_bj .footer-ico em {
    display: block;
    text-align: left;
    font-size: 22px;
    color: #ffffff;
    font-weight: bold;
}

.footer_bj .footer-ico i {
    display: block;
    text-align: left;
    font-size: 16px;
    color: #ffffff;
    font-style: inherit;
}

.footer_bj .footer_text {
    padding-left: 200px;
}

.footer_bj .footer_text p {
    text-align: left;
    font-size: 15px;
    line-height: 1.8;
    color: #fff;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.footer_bj .footer_text .footer_btn {
    background: #439ec0 url("../images/footer_btn.png") no-repeat right 15px center;
    width: 90px;
    height: 34px;
    border-radius: 25px;
    line-height: 34px;
    margin-top: 10px;
    display: block;
    color: #fff;
    font-size: 14px;
    padding-left: 14px;
    text-align: left;
}

.index .footer-logo {
    background: url(../images/logo-white.png) no-repeat center center;
    background-size: 100%;
}

/* 集团概括 */
.news-box {
    margin-bottom: 60px;
    border-bottom: 1px solid #eeeeee;
    width: 800px;
    padding-bottom: 40px;
    font-family: "Microsoft YaHei", NSimSun, SimSun, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

/*
.news-box p {
    font-family: "Microsoft YaHei", NSimSun, SimSun, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    text-indent: 20pt !important;
    font-size: 14px !important;
    line-height: 28px !important;
    color: #747474 !important;
}*/

.page-title {
    margin-bottom: 5px;
    font-size: 20px;
    color: #5c5c5c;
}

.page-sub-title {
    margin-bottom: 30px;
    font-size: 16px;
    color: #d2d2d2;
    text-transform: uppercase;
}

.page-sub-title a:hover {
    color: #D40003;
}

.right-img-news {
    display: block;
    position: relative;
    margin-bottom: 36px;
    padding-right: 219px;
    height: 148px;
    background: #f5f5f5;
    overflow: hidden;
}

.right-img-news-tong {
    padding-right: 0px;
}

.right-img-news-tong .content-box {
    overflow: auto;
}

.right-img-news .content-box {
    margin: 19px 28px;
    height: 110px;
    overflow: hidden;
}

.right-img-news .content-box .title {
    font-size: 16px;
    color: #444444;
    margin-bottom: 6px;
}

.right-img-news .content-box .content {
    color: #b1b1b1;
    line-height: 28px;
}

.right-img-news img {
    position: absolute;
    top: 0;
    right: 0;
    width: 219px;
    height: 148px;
}

.news-item {
    display: block;
    position: relative;
    padding-left: 75px;
    margin-bottom: 36px;
    cursor: pointer;
}

.news-item:hover .date span {
    color: #fff;
}

.news-item .date {
    position: absolute;
    left: 0;
    width: 49px;
    height: 49px;
    border-radius: 50%;
    background: #b7b7b7;
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.news-item:hover .date {
    background: #004a9a;
}

.news-item .content-box {
    padding-top: 4px;
}

.news-item .content-box .title {
    font-size: 16px;
    color: #444444;
}

.news-item .content-box .content {
    color: #b1b1b1;
    line-height: 28px;
}

/* 四大板块 */
.modular .side-right {
    padding-left: 0;
    margin-right: 0;
    margin-bottom: 50px;
}

.modular-page {
    margin-left: 70px;
}

.modular-title {
    font-size: 37px;
    color: #3c3c3c;
}

.modular-title-line {
    width: 40px;
    height: 3px;
    background: #004a9a;
}

.modular-sub-title {
    margin-top: 5px;
    font-size: 20px;
    color: #959595;
}

.modular-content {
    padding-top: 64px;
}

.modular-content2 {
    background: url(../images/group_16.png) no-repeat left center;
}

.modular-content3 {
    background: url(../images/f_bg.png) no-repeat left center;
}

.modular-content4 {
    background: url(../images/f_bg2.png) no-repeat left center;
}

.modular-content5 {
    background: url(../images/f_bg3.png) no-repeat left center;
}

.modular-box {
    /*position: relative; */
    display: block;
    margin: 0 25px 20px;
    /* padding-top: 220px; */
    width: 200px;
    /* height: 110px; */
    float: left;
    cursor: pointer;
}

.modular-img {
    /*position: absolute;*/
    /*bottom: 115px;*/
    display: block;
    width: 200px;
    height: 270px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    overflow: hidden;
}

.modular-img img {
    width: 100%;
    height: 100%;
}

.modular-box:hover .modular-img {
    /*margin-top: -28px;*/
    /*    -webkit-transform: translateY(-25px);
        -o-transform: translateY(-25px);
        transform: translateY(-25px);*/
}

.modular-box a{
    display: inline-block;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.modular-box:hover a{
    -webkit-transform: translateY(-25px);
    -o-transform: translateY(-25px);
    transform: translateY(-25px);
}

.modular-name {
    padding: 24px 0 7px 17px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.28);
    color: #3c3c3c;
    background: #fff;
}

.modular-box:hover .modular-name {
    margin-top: 0px;
}

.modular-sub-name {
    font-size: 12px;
    padding: 15px 0 15px 17px;
    color: #3c3c3c;
    background: #fff;
    text-transform: uppercase;
}

.modular-content li:hover .modular-name,
.modular-content li:hover .modular-sub-name {
    background: #004a9a;
    color:#fff;
    /*    -webkit-transform: translateY(-25px);
        -o-transform: translateY(-25px);
        transform: translateY(-25px);
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;*/
}
.modular-content li:hover .modular-name{
    border-bottom: 1px solid rgba(255, 255, 255, 0.28);
}

.see-more {
    position: absolute;
    bottom: 115px;
    width: 0;
    height: 45px;
    font-size: 12px;
    line-height: 45px;
    background: #206bd1;
    color: #fff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    overflow: hidden;
    opacity: 0.8;
}

.see-more .dot {
    display: inline-block;
    margin-left: 5px;
    width: 5px;
    height: 8px;
    background: #c51221;
}

.modular-box:hover .see-more {
    width: 160px;
    padding: 0 20px;
}

/* 企业文化 */
.culture-img {
    position: relative;
    width: 235px;
    height: 187px;
    float: left;
    cursor: pointer;
    overflow: hidden;
    margin: 10px;
}

.culture-img img {
    width: 100%;
    height: 100%;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.culture-img:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.culture-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 56px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.culture-title-inner {
    padding: 7px 14px;
    margin-top: 42px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.culture-img:hover .culture-title {
    opacity: 1;
}

.culture-img:hover .culture-title-inner {
    margin-top: 0;
}

/* 浙ICP�?004500 中天控股集团有限公司版权所�?*/
.staff-big-img-box img {
    width: 100%;
}

.staff-small-img-list {
    margin-right: -10%;
}

.staff-small-img-list-outer {
    margin: 50px 0;
    width: 100%;
    overflow: hidden;
}

.staff-small-img-item {
    /*    position: relative;
        width: 24.3%;
        margin-right: 9%;
        float: left;
        cursor: pointer;
        overflow: hidden;*/

    position: relative;
    width: 27.3%;
    margin-right: 5%;
    cursor: pointer;
    overflow: hidden;
    margin-bottom: 30px;
    display: inline-block;
}

.staff-small-img-list-outer-kuan {
}

.staff-small-img-list-outer-kuan .staff-small-img-item {
    position: relative;
    width: 257px !important;
    margin-right: 2% !important;

    height: 170px !important;
}

.staff-small-img-item img {
    display: block;
    width: 100%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    height: 100%;
    object-fit: cover;
}

.staff-small-img-item:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.staff-small-text {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 12px;
}

.staff-small-text p {
    color: #C7C7C7 !important;
    line-height: 25px;
    height: 25px;
}

.staff-small-text-inner {
    margin: 10px;
    height: 20px;
    overflow: hidden;
}

/* 浙ICP�?004500 中天控股集团有限公司版权所�?*/
.video-box {
    padding: 12px;
}

.video-box video {
    display: block;
    width: 100%;
    height: 100%;
}

.video-title {
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #FFFEFE;
}

.video-content {
    color: #666;
}

/* 新闻详情 */
.news-detail .side-right {
    margin-right: 160px;
    padding-left: 80px;
}

.news-detail .footer {
    margin-right: 160px;
}

.breadcrumbs {
    margin-bottom: 20px;
    color: #747474;
}

.breadcrumbs a {
    color: #747474;
    margin: 0 2px;
}

.news-detail-content img {
    margin: 15px 0;
}

.news-detail-title-box {
    margin-bottom: 40px;
    padding: 30px 0;
    text-align: center;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}

.news-detail-title-box .title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 14px;
}

.news-detail-title-box .info {
    font-size: 12px;
    color: #aaaaaa;
}

.news-detail-title-box .info span {
    margin-right: 24px;
}

.news-detail-content {
    font-size: 14px;
    line-height: 28px;
    color: #747474;
    text-align: center;
    margin-bottom: 30px;
}

.news-detail-content p, .news-detail-content div {
    font-size: 14px;
    line-height: 28px;
    color: #747474;
    text-align: justify;
}

/* 平台公告 */
.side-dialog {
    position: fixed;
    left: 320px;
    bottom: -600px;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px 30px;
    color: #fff;
}

.side-dialog.animate {
    color: #000;
    -webkit-animation: dialogMoveUp 0.5s both;
    animation: dialogMoveUp 0.5s both;
}

@-webkit-keyframes dialogMoveUp {
    from {
        bottom: -600px
    }
    to {
        bottom: 60px;
    }
}

.close-dialog {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    color: #fff;
    cursor: pointer;
}

.notice-dialog {
    padding: 30px 0;
    right: 60px;
    min-width: 1070px;
}

.notice-list {
    /* width: 600px; */
    padding: 0 0 0 40px;
}

.notice-item {
    margin: 5px 0;
    width: 50%;
    float: left;
}

.notice-item a {
    cursor: pointer;
    padding: 0 0px;
    color: #EEEEEE;
    font-size: 14px;
}

.notice-item a:hover {
    color: #FFFFFF
}

.notice-dialog .line {
    position: absolute;
    top: 20px;
    bottom: 20px;
    left: 50%;
    width: 1px;
    background: #fff;
}

.top20 {
    margin-top: 20px !important;
}

.top40 {
    margin-top: 40px;
}

.top60 {
    margin-top: 60px;
}

.news-detail-box {
    width: 90%;
}

.right_title {
    margin: 0 0 0 25px;
}

.job_text {
    text-align: center;
    color: #9A9A9A
}

#position, #position a {
    color: #959595;
    font-size: 14px;
}

#kuan_box {
    width: 90%;
}

.floatleft_img {
    float: left;
    margin: 0 40px 20px 0 !important;
    width: 400px;
    height: 574px;
    display: block;
}

.line {
    border-top: 1px solid #f0f0f0;
    margin: 0 0 40px 0;
}

.areaname {
    float: left;
    margin: 0 40px 0 0;
}

.side-bottom-list a:hover {
    color: #000000;
}

#goback {
    float: right;
    width: 21px;
    height: 21px;
}

#position #goback {
    color: #fff;
}

.areaname a {
    color: #b1b1b1;
}

.index-main3-nav a {
    color: #9A9A9A;
}

.index-main3-nav {
    margin: 0 0 30px 0;
}

.index-main3-nav li {
    float: left;
    margin: 0 20px 0 0;
    color: #9A9A9A;
}

#layui-layer1 {
    height: 430px !important;
}

.pagelist li {
    float: left;
}

.pagelist li a,
.pagelist li span
/*#classic_conttianer .thisclass,*/
/*.pagelist .thisclass*/
{
    display: inline-block;
    height: 24px;
    margin-right: 13px;
    line-height: 24px;
    text-align: center;
    background: transparent;
    color: #959595;
    cursor: pointer;
    padding: 0 8px 0 8px;
    border-radius: 50%;
    border: solid 1px #d9dde1;
}

/*.active span, 
#classic_conttianer .active span,*/
.pagelist .active span{
    background: #004a9a !important;
    color: #fff;
}


.pagelist li:first-child a {
    border-radius: 25px;
}


.pagelist li:last-child a {
    border-radius: 25px;
}

.pageinfo {
    color: #a3a3a3;
}

.pagelist li a:hover {
    background: #004a9a;
    color: #fff;
}

.news-detail-box p {
    font-family: "Microsoft YaHei", NSimSun, SimSun, "Helvetica Neue", Helvetica, Arial, sans-serif
}

.news-detail-box img {
    text-align: center !important;
}

.ewm img {
    margin-left: 40px;
}

#detail_container {
    border-top: #CCC solid 1px;
    padding: 20px 0 0 0;
}

#detail_container ul li, .context li {
    line-height: 30px;
    font-size: 14px;
    color: #959595;
}

#detail_container ul li a {
    color: #06C;
}

.detail-main img {
    max-width: 100%;
    margin: 0 0 0px 0;
}

#detail_container ul li a {
    color: #06C;
}

.ewm {
    float: left;
    width: 300px;
}

.detail-pre a {
    color: #666;
}

video {
    display: block;
    margin: 0 auto;
    margin-top: 0px;
    margin-top: 10px;
    height: 500px;
}

.detail-main .video {
    display: block;
    margin: 0 auto;
    margin-top: 0px;
    margin-top: 48px;
    height: 400px;
}

.ewm p {
    color: #959595;
    height: auto;
}

.wechat-dialog img {
    height: 100px;
}

.position_container {
    width: 978px;
}

.table_border {
    border-collapse: collapse;
    width: 720px;
}

.table_border td, .table_border th, .table_border tr {
    border: 2px solid #999;
    padding: 10px;
}

.nav1 .nav-a {
    color: #fff;
}

.yw_jc {
    width: 1000px;
}

.X_news_list {
    margin-bottom: 30px;
}

.X_news_list li {
    float: left;
    width: 237px;
    margin-left: 40px;
}

.X_news_list li h3 {
    margin-top: 8px;
    line-height: 1.8;
    font-size: 16px;
    color: #5c5c5c;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.X_news_list li p {
    font-size: 14px;
    color: #959595;
    line-height: 1.8;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: left;
}

.i_news-list li {
    display: block;
    position: relative;
    padding: 35px;
    margin-bottom: 36px;
    cursor: pointer;
    background: #eeeeee;
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}

.i_news-list li .i_date {
    float: left;
    width: 68px;
    height: 74px;
    background: #bdbdbd;
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
    text-align: center;
}

.i_news-list li .i_date .d {
    display: block;
    height: 50px;
    font-size: 38px;
    color: #fff;
}

.i_news-list li .i_date .y {
    display: block;
    height: 26px;
    font-size: 14px;
    line-height: 26px;
    color: #fff;
    background: #7c7c7c;
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}

.i_news-list li:hover .i_date {
    background: #2b3873;
}

.i_news-list li:hover .i_date .y {
    background: #004a9a;
}

.i_news-list li .i_content-box {
    padding-left: 107px;

}

.i_news-list li .i_content-box h3 {
    font-size: 16px;
    color: #5c5c5c;
    font-weight: bold;
    line-height: 2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.i_news-list li .i_content-box p {
    font-size: 14px;
    color: #959595;
    line-height: 1.8;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: left;
}

.ico_left {
    width: 33px;
    height: 33px;
    padding: 0;
    margin: 0;
    background: none;
}

.ico_hr_list {
    width: 87%;
    margin: 0 auto;
    overflow: hidden;
}

.ico_hr_list li {
    width: 130px !important;
    height: 210px;
    border: solid 2px #dadada;
    border-radius: 10px;
    overflow: hidden;
    padding: 40px;
    text-align: center;
}
.achange{
    border: solid 3px #004a9a!important;
}
.ico_hr_list li.swiper-slide-active {

}

.ico_hr_list li span {
    width: 95px;
    height: 95px;
    border-radius: 50%;
    overflow: hidden;
    border: dashed 1px #dcdcdc;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;

}

.ico_hr_list li img {
    max-width: 100%;
}

.ico_hr_list li .x_x {
    display: block;
    width: 20px;
    height: 3px;
    background: #004a9a;
    margin: 24px auto;
}

.ico_hr_list li h3 {
    font-size: 18px;
    color: #5c5c5c;
    line-height: 2;
}

.ico_hr_list li p {
    font-size: 14px;
    color: #959595;
}
.xiashi{
    padding: 40px 0;
    width: 87%;
    margin: 0 auto;
}
.xiashi .hr_con{
    line-height:2;
    font-size: 14px;
    color: #5c5c5c;
    text-align: justify;
    display: none;
}
.xiashi .hr_con.active{
    display: block;
}















