img {
    width: 100%;
}

.navigater {
    position: fixed;
    top: 300px;
    left: 50%;
    margin-left: 600px;
    z-index: 1;
    display: none;
    padding-left: 40px;
}

.navigater-son {
    width: 140px;
    position: relative;
    overflow: hidden;
    margin: 20px 0;
}

.navigater-son-circle {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #666;
    position: absolute;
    top: 10px;
    left: 0;
}

.navigater-son.active .navigater-son-circle {
    width: 10px;
    height: 10px;
    border: 1px solid #E52B31;
    background: none;
}

.navigater-son-content {
    margin-left: 20px;
}

.navigater-son .navigater-son-content a {
    display: inline-block;
    padding: 4px 10px;
    font-size: 14px;
    border-radius: 16px;
    color: #808080;
}

.navigater-son.active .navigater-son-content a {
    background: #eb4146;
    color: #fff;
}

.navigater-son-content .navigater-son-content-link_active {
    background-color: rgb(102, 102, 102);
    border-radius: 10px;
    color: rgb(255, 255, 255);
    padding: 0px 5px;
    color: rgb(255, 255, 255);
}

.container {
    width: 1200px;
    margin: auto;
    position: relative;
}

.serviceBox .serviceHeader {
    margin: 30px 20px;
    border-bottom: 1px solid #E52B31;
    padding: 28px 0;
}

.serviceBox .serviceHeader h1 {
    font-size: 34px;
    color: #333;
    letter-spacing: 26px;
    padding-left: 76px;
    background: url("../img/cs.png") no-repeat;
    background-position: 0px -10px;
}

.serviceBox .serviceHeader p {
    font-size: 14px;
    padding-top: 10px;
    color: #808080;
}

.serviceBox .serviceHeader p.qnl {
    letter-spacing: 30px;
}

.serviceBox .serviceHeader p.hdwxz {
    letter-spacing: 8px;
}

.serviceBox .serviceContent {
    position: relative;
    width: 1140px;
    min-height: 500px;
    margin: auto;
}

.serviceContent .information-left {
    width: 290px;
    height: 520px;
    background: url(../img/datetop.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.information-left .informationLeftBox {
    width: 200px;
    position: relative;
}

.information-left .informationLeftBox p {
    text-align: center;
    font-size: 34px;
    color: #fff;
}

.information-left .informationLeftBox .yeas {
    padding-top: 100px;
    height: 45px;
}

.information-left .informationLeftBox .month {
    margin-top: 90px;
    font-size: 60px;
}

.information-left .informationLeftBox .monthText {
    margin-top: 60px;
}

.serviceContent .information-right {
    background: red;
    height: 520px;
    margin-left: 209px;
    background: #fff;
    box-shadow: 0px 0px 5px #969595;
    position: relative;
}

.serviceContent .information-right:hover .nexPageBox {
    display: block;
}

.serviceContent .dateList {
    background-position: 0 0;
    background: url(../img/datacontent.png) no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.serviceContent .dateList.active {
    z-index: 2;
}

.serviceContent .dateList .dateListBox {
    margin-left: 160px;
    position: relative;
    background: #fff;
}

.serviceContent .dateList .imgBox {
    width: 650px;
    height: 380px;
    margin-top: 30px;
    background: #eee;
    overflow: hidden;
}

.serviceContent .dateList .serviceTitle {
    color: #656565;
    font-size: 20px;
    margin-top: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
}

.serviceContent .dateList .article {
    color: #EB8807;
    font-size: 14px;
    margin-top: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.serviceContent .dateList .dateTime {
    font-size: 14px;
    color: #808080;
    margin-top: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.serviceContent .dateList .pageNum {
    position: absolute;
    color: #656565;
    top: 40%;
    right: 50px;
    font-size: 18px;
    z-index: 1;
}

.pageNum .nowPage {
    color: #E52B31;
    font-size: 20px;
    font-weight: bold
}

.serviceContent .nexPageBox {
    position: absolute;
    top: 0;
    right: 0;
    width: 48px;
    height: 520px;
    cursor: pointer;
    z-index: 2;
    background: #fbfbfb;
    display: none;
}

.serviceContent .nexPageBox p {
    padding: 97px 16px;
    user-select: none;
}

.serviceContent .nexPageBox p:hover {
    background-color: #dedede;
}

.information-right .information_box .info-next_pages {
    width: 240px;
    height: 70px;
    position: absolute;
    bottom: 0;
    right: 0;
    cursor: pointer;
}

.information-right .i_right-img {
    width: 650px;
    height: 380px;
    background-color: rgba(238, 238, 238, 0.4)
}

.information-right .i_right-img img {
    width: 100%;
    height: 100%;
}

.information-right .i_right-title {
    font-size: 20px;
    margin: 24px auto;
    color: #1E1E1E;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 650px;
}

.information_box .information_pages {
    position: absolute;
    display: inline-block;
    width: 30px;
    top: 200px;
    right: 64px;
}

.information_pages span {
    display: block;
    line-height: .8;
}

.information_pages .cur_pages {
    font-size: 20px;
    color: #E52B31;
    position: relative;
}

.information_pages .total_pages {
    text-align: right;
    font-size: 14px;
}

.information_pages .cur_pages::after {
    content: "/";
    display: inline-block;
    position: relative;
    top: 6px;
    color: #646464;
    font-size: 20px;
}

.serviceBox .serviceContent .serviceLi {
    height: 110px;
    padding-top: 20px;
    position: relative;
    border-bottom: 1px dashed #ccc;
}

.serviceBox .serviceContent .serviceLi .scontent_left {
    position: absolute;
    width: 200px;
}

.serviceBox .serviceContent .serviceLi .scontent_left p {
    text-align: center;
    font-size: 20px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 40px;
}

.serviceBox .serviceContent .serviceLi .scontent_right {
    margin-left: 200px;
}

.serviceBox .serviceContent .serviceLi .scontent_right h3 {
    color: #333333;
    font-size: 18px;
}

.serviceBox .serviceContent .serviceLi .scontent_right p {
    color: #646464;
    font-size: 14px;
    margin-top: 10px;
    height: 40px;
    overflow: hidden;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


/*========*/

.informBox {
    height: 510px;
    background: #FAFAF9;
}

.informBox .container {
    height: 100%;
}

.informBox .informMain {
    margin: 40px 476px 0 216px;
}

.informBox .informMain .informTopIcon {
    color: #D53421;
    font-size: 40px;
}

.informBox .informRightPhoto {
    position: absolute;
    top: 137px;
    right: 163px;
    width: 245px;
}

.informBox .informMain .informContent .contentList {
    margin-top: 20px;
}

.informBox .contentTitle {
    font-size: 16px;
    color: #D53421;
    padding: 10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.informBox .informMain .informContent .contentList p {
    font-size: 14px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 40px;
}

.informBox .informMain .informFooter {
    color: #D53421;
    font-size: 16px;
    text-align: right;
    margin-top:20px;
}

.informBox .informMain .informFooter a {
    color: #D53421;
    font-size: 16px;
}


/*========*/

.dynamicBox {
    background: #F0F0F0;
}

.dynamicBox .dynamicHeader {
    text-align: center;
    padding: 50px 0;
}

.dynamicBox .dynamicHeader h2 {
    color: #333333;
    font-size: 34px;
    font-weight: 400;
}

.dynamicBox .dynamicHeader p {
    color: #808080;
    font-size: 14px;
    letter-spacing: 2px;
}

.dynamicBox .dynamicContent {
    margin-right: -30px;
}

.dynamicBox .dynamicContent .dynamicLi {
    width: 380px;
    height: 400px;
    overflow: hidden;
    margin: 30px 30px 0 0;
    float: left;
    box-shadow: 0px 0px 2px #c3c3c3;
    border-radius: 4px;
}

.dynamicBox .dynamicContent .dynamicLi:hover {
    box-shadow: 0px 0px 5px #6e6e6e;
    background-color:#f3f3f3;
}

.dynamicBox .dynamicContent .dynamicLi .imgBox {
    width: 380px;
    height: 260px;
}

.dynamicBox .dynamicContent .dynamicLi .imgBox img {
    height: 100%;
}

.dynamicBox .dynamicContent .dynamicLi .boxTitle {
    color: #333;
    padding: 20px 10px;
    font-size: 16px;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    max-height: 60px;
    white-space: nowrap;
    overflow: hidden;
}

.dynamicBox .dynamicContent .dynamicLi .boxContent {
    font-size: 12px;
    color: #646464;
    padding: 0 10px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 32px;
}

.dynamicBox .dynamicContent .dynamicLi .time {
    font-size: 12px;
    color: #646464;
    margin-top: 14px;
    padding: 0 10px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.dynamicBox .notice_more {
    text-align: center;
    padding: 30px 0;
}

.dynamicBox .notice_more a {
    display: inline-block;
    padding: 10px 28px;
    color: #fff;
    background: #E52B31;
    border-radius: 6px;
}

.dynamicBox .notice_more a:hover {
    background: #ec3f45;
}

.dynamicBox .notice_more a:active {
    background: #E52B31;
}


/*========*/

.serviceBox .container {
    position: relative;
}

.serviceBox .rightLeaf {
    position: absolute;
    width: 301px;
    height: 308px;
    background: url("../img/qwzx.png") no-repeat;
    background-size: 100%;
    bottom: 0px;
    left: -300px;
}

.serviceBox {
    background: url("../img/rightbg.png") no-repeat;
    background-size: 15%;
    background-position: 100%;
}

.serviceHeader a {
    display: inline-block;
}

.serviceHeader .serviceMore {
    float: right;
    height: 74px;
    line-height: 74px;
}

.serviceHeader a > span {
    color: #808080;
    font-size: 14px;
}


/*====================================*/

.banner {
    min-height: 500px;
    background: #efefef;
}

.banner .bannerImgBox img {
    width: 100%;
    min-width: 1200px;
}

.banner_bottom {
    position: absolute;
    width: 100%;
    margin-top: -89px;
    z-index: 2;
    bottom: 0;
}

.banner .bannerText1 {
    position: absolute;
    top: 19%;
    left: 17%;
    width: 4%;
}

.banner .bannerText2 {
    position: absolute;
    top: 27%;
    left: 29%;
    width: 7%;
}

.banner_bottom img {
    width: 100%;
}

.banner_bottom .bannerImgBox {
    height: 500px;
    background: red;
}

.banner .swiper-wrapper {
    height: auto !important;
}

.banner .swiper-slide {
    height: auto !important;
}

.swiper-container {
    position: relative;
}

.swiper-container:hover .swiper-button-prev {
    left: 0;
}

.swiper-container:hover .swiper-button-next {
    right: 0;
}


/* banner切换按钮 */

.swiper-button-prev {
    position: absolute;
    width: 50px;
    height: 50px;
    background: url(../../../img/btn-left.png) no-repeat;
    background-size: 100% 100%;
    top: 50%;
    left: -50px;
    margin-top: -25px;
    transition: left .5s ease-out;
    cursor: pointer;
}

.swiper-button-next {
    position: absolute;
    width: 50px;
    height: 50px;
    background: url(../../../img/btn-right.png) no-repeat;
    background-size: 100% 100%;
    top: 50%;
    right: -50px;
    margin-top: -25px;
    transition: right .5s ease-out;
    cursor: pointer;
}

#city_banner {
    min-height: 100px;
}
