.xny-footer-otherNav {
    padding: 20px 0;
    box-shadow: inset 0px -1px 0px 0px #3D4C61;
}

.xny-footer-otherNav-ul {
    float: left;
    padding-top: 10px;
}

.xny-footer-otherNav-ul li a {
    color: #6D7888;
    font-size: 14px;
}

.xny-footer-otherNav-ul li a:hover {
    color: #f99c34;
}

.xny-footer-otherNav-ul li {
    display: inline-block;
    margin: 0 5px;
    position: relative;
}

.xny-footer-otherNav-ul li:not(:last-child)::before {
    content: "";
    display: inline-block;
    width: 2px;
    height: 2px;
    position: absolute;
    right: -9px;
    background: #3D4C61;
    top: 50%;
    margin-top: -1px;
}

.xny-footer-select {
    color: #6D7888;
    float: right;
}

.xny-footer-select-main {
    width: 240px;
    height: 32px;
    background: #fff;
    border-radius: 4px;
    color: #999;
    padding: 0 10px;
    appearance: auto;
    -webkit-appearance: auto;
    cursor: pointer;
}

.xny-footerNav {
    float: left;
    width: calc(100% - 220px);
    display: flex;
    justify-content: space-between;
}

.xny-footer-desc {
    float: left;
    color: #6D7888;
    width: 220px;
}

.xny-footerNav>ul {
    float: left;
    margin-left: 4%;
}

.xny-footerNav>ul>li>a {
    color: #666;
    font-size: 14px;
}

.xny-footerNav>ul>li>a:hover {
    color: #f99c34;
}

.xny-footerNav>ul>li:first-child>a {
    color: #fff;
    font-size: 16px;
}

.xny-footerNav>ul>li {
    margin-bottom: 5px;
}

.xny-footerNav>ul>li:first-child {
    font-size: 16px;
    margin-bottom: 20px;
    color: #333;
    font-weight: bold;
}

.xny-footerNav-last {
    width: 220px;
}

.xny-footer-main {
    padding: 80px 0;
}

.xny-footer-desc-address {
    margin-top: 40px;
    margin-bottom: 20px;
}

.xny-footer-desc-tel {
    margin-bottom: 20px;
}

.xny-footerGZ {
    margin-top: 30px;
}

.xny-wx,
.xny-wb,
.xny-dy {
    width: 48px;
    height: 48px;
    background: rgba(255, 255, 255, .2);
    float: left;
    border-radius: 50%;
    text-align: center;
    line-height: 48px;
    cursor: pointer;
    position: relative;
}

.xny-footerGZ i {
    font-size: 20px;
    color: #fff;
    cursor: pointer;
}

.xny-footerGZ>div:not(:last-child) {
    margin-right: 24px;
}

.xny-footerGZ i:not(:first-child) {
    margin-left: 20px;
}

.xny-footerSup {
    color: #999;
    font-size: 14px;
    padding: 20px 0;
    background: #E9E9E9;
    height: 62px;
}

.xny-footerSup .w-in {
    display: flex;
    justify-content: space-between;
}

.xny-footerSup a {
    color: #999;
    font-size: 14px;
    position: relative;
}

.xny-footerSup a:not(:last-child) {
    padding-right: 10px;
}

.xny-footerSup-item-map a:not(:last-child)::after {
    content: "";
    display: inline-block;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 1px;
    margin-top: -1px;
    background: #999;
}

.xny-footerSup a:hover {
    color: #f99c34;
}

.xny-beian {
    margin: 0 10px;
}

.w-in {
    width: 1180px;
    margin: 0 auto;
}

.xny-header-other {
    height: 40px;
    /* box-shadow: inset 0px -1px 0px 0px #F2F2F2; */
    text-align: right;
    padding-top: 13px;
}

.xny-header-other>.w-in>a {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    vertical-align: middle;
}

.xny-header-other>.w-in>a:hover {
    color: #f99c34;
}

.xny-searchBtn {
    display: inline-block;
    margin-left: 15px;
    font-size: 0;
    vertical-align: middle;
    padding-top: 6px;
}

.xny-searchBtn>div {
    display: inline-block;
    cursor: pointer;
}

.xny-searchBtn>div.xny-searchClose {
    display: none;
}

.xny-searchBtn>div.xny-searchClose:hover {
    color: #f99c34;
}

.StranLink {
    position: relative;
    padding-left: 22px;
    vertical-align: middle;
    color: #fff;
}

.StranLink:hover {
    color: #f99c34;
}

.xny-searchIcon:hover {
    color: #f99c34;
    cursor: pointer;
}

.xny-header-nav {
    height: 80px;
    float: right;
}

.xny-header-nav>li {
    display: inline-block;
    margin-left: 70px;
    line-height: 80px;
    position: relative;
}

.xny-header-nav>li>a,
.xny-header-nav>li>a.active {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    position: relative;
    display: inline-block;
}

.xny-header.active .xny-header-nav>li>a.active {
    color: #f99c34;
}

.xny-header-nav>li>a:hover::before,
.xny-header-nav>li>a.active::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 4px;
    background: #f99c34;
}

.xny-header-nav>li>a:hover {
    color: #f99c34;
}

.xny-header-logo {
    float: left;
    padding-top: 8px;
}

.xny-header-main {
    height: 80px;
}

.xny-header-nav-2 {
    width: 640px;
    height: 392px;
    background: #fff;
    box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 50%;
    top: 80px;
    margin-left: -320px;
    padding: 40px;
    display: none;
    z-index: 2;
}

.xny-header-nav-2-pic {
    width: 280px;
    padding-right: 40px;
    border-right: 1px solid #F2F2F2;
    float: left;
}

.xny-header-nav-2-pic img {
    width: 240px;
    height: 160px;
}

.xny-header-nav-2-pic-title {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    line-height: 24px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.xny-header-nav-2-pic-desc {
    color: #9E9E9E;
    font-size: 14px;
    line-height: 24px;
}

.xny-header-nav-2-menu {
    float: left;
}

.xny-header-nav-2-menu li {
    line-height: 34px;
    padding-left: 40px;
}

.xny-header-nav-2-menu li a {
    font-size: 16px;
    color: #333;
}

.xny-header-nav-2-menu li a:hover {
    color: #f99c34;
}

.xny-header-nav>li:hover .xny-header-nav-2 {
    display: block;
}

.xny-searchBox {
    height: 100px;
    width: 100%;
    background: #fff;
    box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 48px;
    display: none;
    border-top: 1px solid #f8f8f8;
}

.xny-header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 99;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
}

.xny-searchBox-main {
    width: 780px;
    height: 56px;
    background: #F7F8FA;
    border-radius: 4px;
    margin: 0 auto;
    margin-top: 20px;
    font-size: 0;
    position: relative;
}

.xny-searchBox-ipt {
    width: 680px;
    height: 56px;
    background: #F7F8FA;
    font-size: 16px;
    padding: 0 10px;
    border: none;
    padding-left: 40px;
}

.xny-searchBox-main-searchIcon {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../image/search.png) center center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    margin-top: -9px;
    left: 10px;
}

.xny-searchBox-btn {
    display: inline-block;
    width: 100px;
    height: 56px;
    text-align: center;
    line-height: 56px;
    background: #f99c34;
    border-radius: 0px 4px 4px 0px;
    font-size: 16px;
    color: #fff;
}

.xny-searchBox-btn:hover {
    color: #fff;
}

.mxny-footerNav-item-ul>li {
    padding: 4px 0;
}

.mxny-footerNav-item-title:after {
    content: " ";
    position: absolute;
    right: 0;
    top: 16px;
    width: 0;
    height: 0;
    border-top: 6px solid #6D7888;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}

.mxny-footerNav {
    display: none;
}

.mxny-footerNav-net-main .xny-wx,
.mxny-footerNav-net-main .xny-wb,
.mxny-footerNav-net-main .xny-dy {
    background: rgba(255, 255, 255, .1);
    margin: 0 30px;
}

.mxny-footerNav-net-main .iconfont {
    color: #fff;
}

.pub-footerMain {
    background: #f4f4f4;
}

.pub-footerLogo {
    width: 160px;
    display: inline-block;
    margin-bottom: 35px
}

.pub-footerLogo img {
    width: 100%;
}

.xny-footer-desc-item {
    position: relative;
    padding-left: 30px;
    margin-bottom: 16px;
    font-size: 14px;
}

.pub-footerIcon {
    width: 16px;
    height: 16px;
    left: 0;
    top: 3px;
    position: absolute;
    display: inline-block;
    vertical-align: middle;
}

.pub-footer-telIcon {
    background: url(../image/tel.png) center center no-repeat;
    background-size: 100% 100%;
}

.pub-footer-faxIcon {
    background: url(../image/fax.png) center center no-repeat;
    background-size: 100% 100%;
}

.pub-footer-emailIcon {
    background: url(../image/email.png) center center no-repeat;
    background-size: 100% 100%;
}

.pub-footer-addressIcon {
    background: url(../image/address.png) center center no-repeat;
    background-size: 100% 100%;
}

.xny-footerGZ img {
    width: 150px;
    height: 150px;
}

.xny-footerNav-last-desc {
    font-size: 14px;
    color: #666;
}

.mpub-footerMap {
    display: none;
}

.pub-return {
    display: none;
}

.xny-searchIcon {
    width: 18px;
    height: 18px;
    background: url(../image/search-w.png) center center no-repeat;
    background-size: 100% 100%;
}

.xny-searchClose {
    width: 18px;
    height: 18px;
    background: url(../image/close.png) center center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: -38px;
    top: 50%;
    margin-top: -9px;
    cursor: pointer;
}

.pub-pcMenu {
    width: 32px;
    height: 32px;
    background: url(../image/menu.png) center center no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
    cursor: pointer;
}

.xny-header.active {
    background: #fff;
    box-shadow: inset 0px -1px 0px 0px #F2F2F2;
}

.xny-header.active .xny-header-nav>li>a {
    color: #333;
}

.xny-header-logo2 {
    display: none;
}

.xny-header.active .xny-header-logo1 {
    display: none;
}

.xny-header.active .xny-header-logo2 {
    display: block;
}

.xny-header.active .xny-header-other>.w-in>a {
    color: #333;
}

.xny-header.active .xny-searchIcon {
    background: url(../image/search.png) center center no-repeat;
    background-size: 100% 100%;
}

.pub-navMask {
    transform: translateX(90%);
    opacity: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    transition: all .4s ease;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.pub-navMask.active {
    transform: none;
    opacity: 1;
    z-index: 100;
}

.pub-navMask-pic {
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
}

.pub-navMask-main {
    width: 50%;
    background: #fff;
    position: absolute;
    right: 0;
    height: 100%;
    padding: 40px 80px;
}

.pub-navMask-main-close {
    width: 30px;
    height: 30px;
    background: url(../image/close-nav.png) center center no-repeat;
    background-size: 20px 20px;
    float: right;
    cursor: pointer;
}

.pub-navMask-menu-item-title {
    font-size: 20px;
    color: #333;
    font-weight: bold;
}

.pub-navMask-menu-item-ul {
    margin-top: 20px;
}

.pub-navMask-menu-item-ul li {
    float: left;
    margin-right: 40px;
    margin-bottom: 10px;
}

.pub-navMask-menu-item:not(:last-child) {
    margin-bottom: 40px;
}

.pub-navMask-menu {
    overflow-y: auto;
    height: calc(100% - 90px);
    margin-top: 50px;
}

.pub-navMask-menu::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

.pub-navMask-menu::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background-color: #f99c34;
}

.pub-navMask-menu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    background-color: #f8f8f8;
}

.xd-func a.xd-close {
    background: url(../image/close.png) center center no-repeat;
    background-size: 20px 20px;
    display: none;
}

.xd-header {
    display: none;
}

.xd-open {
    display: none;
}

.xd-search-open {
    display: none;
}

.pub-siteMap {
    padding-top: 128px;
    min-height: 500px;
}

.pub-singleTitle {
    font-size: 32px;
    color: #333;
    text-align: center;
    padding-top: 80px;
    padding-bottom: 40px;
    font-weight: bold;
    line-height: initial;
}

.pub-singleMain {
    color: #666;
    font-size: 16px;
    line-height: 32px;
}

.pub-siteMap-item-title {
    font-size: 16px;
    font-weight: bold;
    color: #666;
    margin-bottom: 20px;
}

.pub-siteMap-item-ul li {
    display: inline-block;
    margin-right: 40px;
    margin-bottom: 10px;
}

.pub-siteMap-item-ul li a {
    color: #666;
    font-size: 14px;
}

.pub-siteMap-item-ul li a:hover {
    color: #f99c34;
}

.pub-siteMap-item {
    margin-bottom: 40px;
}

.pub-singleBanner {
    margin-top: 120px;
    position: relative;
}

.pub-singleBanner img {
    width: 100%;
}

.pub-bread {
    height: 60px;
    line-height: 60px;
    width: 100%;
    box-shadow: 0px 1px 0px 0px #E5E5E5;
    position: relative;
}

.pub-bread .swiper-slide {
    text-align: center;
    width: auto;
    padding: 0 20px;
    cursor: pointer;
}

.pub-bread .swiper-slide a {
    display: inline-block;
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: #666;
    font-weight: bold;
    position: relative;
}

.pub-bread .swiper-slide.active a {
    color: #f99c34;
}

.pub-bread .swiper-slide.active a::after {
    content: "";
    display: inline-block;
    width: 64px;
    height: 3px;
    background: #F99C34;
    border-radius: 2px 2px 0px 0px;
    position: absolute;
    left: 50%;
    margin-left: -32px;
    bottom: 0;
}

.pub-newsList-item {
    padding: 40px 0;
    box-shadow: inset 0px -1px 0px 0px #F2F2F2;
    position: relative;
}

.pub-newsList-time {
    width: 100px;
    height: 100px;
    background: #fff;
    box-shadow: inset 0px 5px 0px 0px #F99C34;
    border: 1px solid #E8E8E8;
    text-align: center;
    margin-left: 80px;
}

.pub-newsList-time>div:first-child {
    color: #f99c34;
    font-weight: bold;
    font-size: 32px;
    margin-top: 10px;
}

.pub-newsList-time>div:last-child {
    color: #666;
    font-size: 16px;
}

.pub-newsList-item>a {
    display: flex;
}

.pub-newsList-font {
    width: calc(100% - 180px);
}

.pub-newsList-title {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin-bottom: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pub-newsList-title:hover {
    color: #f99c34;
}

.pub-newsList-desc {
    color: #666;
    font-size: 16px;
}

.pub-newsList-mTime {
    display: none;
}

.pub-single {
    margin-bottom: 80px;
}

.pub-singleBanner-font {
    position: absolute;
    bottom: 20%;
}

.pub-singleBanner-title {
    font-size: 40px;
    font-weight: bold;
    color: #fff;
}

.pub-singleBanner-desc {
    color: #fff;
    font-size: 16px;
    /* font-weight: bold; */
}

.pub-newsList-item:first-child {
    padding-top: 0;
}

.pub-page {
    margin-top: 20px;
    width: 100%;
}

.pub-page .crc-pub-page {
    padding: 40px 0 0;
    margin-bottom: 40px;
}

.pub-page .crc-pub-page-text {
    height: 40px;
    width: 100px;
    border-radius: 24px;
}

.pub-page .crc-pub-page-span {
    color: #666;
}

.pub-page .crc-pub-page-sel {
    border: 1px solid #f99c34;
    background: #f99c34;
    color: #fff!important;
    border-radius: 100%;
}

.pub-page .crc-pub-page-enter,
.pub-page .crc-pub-page-enter:hover,
.pub-page .crc-pub-page-next:hover {
    color: #fff!important;
    background: #f99c34;
}

.pub-page .crc-pub-page-num:hover {
    border-color: #f99c34!important;
    background: #f99c34;
    color: #fff!important;
}

.pub-page .crc-pub-page-prev,
.pub-page .crc-pub-page-next,
.pub-page .crc-pub-page-enter {
    width: 100px;
    border-radius: 24px;
}

.crc-pub-page-num,
.crc-pub-page-enter,
.crc-pub-page-next {
    width: 40px;
    height: 40px;
    line-height: 40px!important;
    border-radius: 25px!important;
}

.crc-pub-page-enter {
    line-height: 40px!important;
    border-radius: 25px!important;
}

.xny-detail-title {
    font-weight: bold;
    color: #333333;
    font-size: 32px;
    text-align: center;
    margin-top: 120px;
    margin-bottom: 40px;
}

.xny-detail-desc {
    text-align: center;
    color: #666666;
    font-size: 14px;
    padding-bottom: 40px;
    box-shadow: inset 0px -1px 0px 0px #F6F6F6;
}

.xny-detail-desc span:last-child {
    margin-left: 20px;
}

.xny-detail-text {
    padding: 40px 0;
    color: #666666;
    line-height: 32px;
    font-size: 16px;
}

.xny-detail-text p {
    color: #666666!important;
    line-height: 32px!important;
    font-size: 16px!important;
    margin-bottom: 20px;
}

.wx-detail-pic-bPic {
    width: 600px;
    height: 400px;
}

.wx-detail-pic-bPic img {
    width: 100%;
    height: 100%;
}

.wx-detail-pic-desc {
    font-size: 16px;
    color: #666;
    border-bottom: 1px solid #F2F6F8;
    padding-left: 60px;
    position: relative;
    height: 50px;
    line-height: 50px;
}

.wx-detail-pic-desc-title {
    padding-top: 10px;
    display: inline-block;
}

.wx-detail-pic .gallery-top {
    width: 600px;
    /* height: 450px; */
}

.wx-detail-picList .gallery-thumbs {
    width: 500px;
    height: 60px;
}

.wx-detail-picList .gallery-thumbs img {
    max-width: 100%;
    max-height: 100%;
}

.wx-detail-pic .swiper-button-prev {
    width: 36px;
    height: 36px;
    background: url(../image/btn-back-nor.png) center center no-repeat;
    background-size: 100% 100%;
    left: 0;
    right: auto;
    top: 50%;
    margin-top: -18px;
    opacity: 1;
    outline: none;
}

.wx-detail-pic .swiper-button-prev:hover {
    background: url(../image/btn-back-sel.png) center center no-repeat;
    background-size: 100% 100%;
}

.wx-detail-pic .swiper-button-next {
    width: 36px;
    height: 36px;
    background: url(../image/btn-next-nor.png) center center no-repeat;
    background-size: 100% 100%;
    right: 0;
    left: auto;
    top: 50%;
    margin-top: -18px;
    opacity: 1;
    outline: none;
}

.wx-detail-pic .swiper-button-next:hover {
    background: url(../image/btn-next-sel.png) center center no-repeat;
    background-size: 100% 100%;
}

.wx-detail-picList {
    width: 600px;
    margin: 0 auto;
    position: relative;
    margin-top: 20px;
    margin-bottom: 80px;
}

.wx-detail-picList .gallery-thumbs .swiper-slide {
    border: 2px solid #fff;
    height: 60px;
    text-align: center;
    background: #f8f8f8;
}

.wx-detail-picList .gallery-thumbs .swiper-slide-thumb-active {
    border: 2px solid #f99c34;
}

.wx-detail-pic .swiper-pagination-detail {
    text-align: left;
    width: 60px;
    position: absolute;
    left: 0;
}

.wx-detail-pic .swiper-pagination-detail .swiper-pagination-current {
    color: #f99c34;
    font-size: 20px;
}

.wx-detail-pic .swiper-pagination-detail .swiper-pagination-total {
    font-size: 16px;
    color: #666;
}

.xny-share {
    width: 100%;
    height: 80px;
    line-height: 80px;
    font-size: 16px;
    color: #666;
    font-weight: bold;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    display: flex;
    justify-content: space-between;
}

.xny-share-icon {
    padding-top: 16px;
}

.xny-share-icon-1 {
    width: 40px;
    height: 40px;
    display: inline-block;
    background: url(../image/share1.png) center center no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 750ms;
    -moz-transition: all 750ms;
    transition: all ease 750ms;
}

.xny-share-icon-1-mask {
    position: absolute;
    bottom: 50px;
    left: 50%;
    width: 200px;
    height: 200px;
    border: 1px solid #eee;
    margin-left: -100px;
    display: none;
    -webkit-transition: all 750ms;
    -moz-transition: all 750ms;
    transition: all ease 750ms;
    z-index: 10;
}

.xny-share-icon-1-mask img {
    width: 100%;
    height: 100%;
}

.xny-share-icon-1:hover .xny-share-icon-1-mask {
    display: block;
    -webkit-transition: all 750ms;
    -moz-transition: all 750ms;
    transition: all ease 750ms;
}

.xny-share-icon-1:hover {
    background: url(../image/share1-h.png) center center no-repeat;
    background-size: 100% 100%;
}

.xny-share-icon-2:hover {
    background: url(../image/share2-h.png) center center no-repeat;
    background-size: 100% 100%;
}

.xny-share-icon-3:hover {
    background: url(../image/share3-h.png) center center no-repeat;
    background-size: 100% 100%;
}

.xny-share-icon-2 {
    width: 40px;
    height: 40px;
    display: inline-block;
    background: url(../image/share2.png) center center no-repeat;
    background-size: 100% 100%;
    margin-left: 20px;
    margin-right: 20px;
    cursor: pointer;
}

.xny-share-icon-3 {
    width: 40px;
    height: 40px;
    display: inline-block;
    background: url(../image/share3.png) center center no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

.xny-prevNext {
    display: flex;
    margin-top: 40px;
    margin-bottom: 160px;
}

.xny-prevNext-name {
    color: #666;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.xny-prevNext-title {
    color: #666;
    font-size: 16px;
}

.xny-prevNext-main:hover .xny-prevNext-title {
    color: #f99c34;
}

.xny-prevNext-main:hover .xny-prevNext-time {
    color: #f99c34;
}

.xny-prev {
    width: calc((100% - 60px) / 2);
}

.xny-next {
    width: calc((100% - 60px) / 2);
    margin-left: 60px;
}

.xny-prevNext-main {
    display: flex;
    justify-content: space-between;
}

.xny-detail {
    margin-top: 200px;
}

.cs-rsrm-item {
    display: flex;
    align-items: center;
    padding: 40px 0;
    box-shadow: inset 0px -1px 0px 0px #E8E8E8;
}

.cs-rsrm-item:first-child {
    padding-top: 0;
}

.cs-rsrm-item-l {
    margin-right: 40px;
    width: 88px;
    height: 80px;
    text-align: left;
    box-shadow: inset -1px 0px 0px 0px #F2F2F2;
}

.cs-rsrm-item-l>div:first-child {
    font-size: 32px;
    font-weight: bold;
    color: #f99c34;
    text-align: center;
}

.cs-rsrm-item-l>div:last-child {
    font-size: 16px;
    color: #666;
    text-align: center;
}

.cs-rsrm-item-r a {
    font-size: 18px;
    color: #333;
    display: inline-block;
    width: 100%;
}

.cs-gzzdTab {
    height: 56px;
    line-height: 56px;
    display: flex;
    justify-content: center;
    box-shadow: inset 0px -1px 0px 0px #E8E8E8;
    margin-bottom: 60px;
    margin-top: 20px;
}

.cs-gzzdTab a {
    color: #999;
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    margin: 0 30px;
}

.cs-gzzdTab a.active {
    color: #f99c34;
    position: relative;
}

.cs-gzzdTab a.active::before {
    content: "";
    display: inline-block;
    position: absolute;
    height: 3px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #f99c34;
}

.cs-cs-gzzdMain-item {
    width: calc((100% - 40px) / 3);
    height: 252px;
    background: #F7F8FA;
    border-radius: 8px;
    margin-bottom: 30px;
    transition: all ease 300ms;
    cursor: pointer;
    margin-right: 20px;
    float: left;
}

.cs-cs-gzzdMain-item:nth-child(3n) {
    margin-right: 0;
}

.cs-gzzdMain-item-time {
    font-size: 18px;
    color: #999;
}

.cs-gzzdMain-item-title {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 60px;
    height: 56px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pub-more {
    font-size: 16px;
    color: #666;
}

.pub-more-arrow {
    width: 24px;
    height: 24px;
    display: inline-block;
    background: url(../image/more-b.png) center center no-repeat;
    background-size: 100% 100%;
    vertical-align: middle;
    margin-left: 6px;
}

.pub-more-arrow-a1 {
    background: url(../image/more-a1.png) center center no-repeat;
    background-size: 100% 100%;
}

.gzzd-arrow {
    background: url(../image/gzzd-btn.png) center center no-repeat;
    background-size: 100% 100%;
}

.cs-cs-gzzdMain-item>a {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 30px 20px;
}

.cs-cs-gzzdMain-item:hover {
    background: #f99c34 url(../image/zd-bg.png) no-repeat;
    background-size: 136px 160px;
    background-position: right bottom;
}

.cs-cs-gzzdMain-item:hover .pub-pdfIcon {
    background: url(../image/pdfIcon.png) center center no-repeat;
    background-size: 100% 100%;
}

.cs-cs-gzzdMain-item:hover .cs-gzzdMain-item-time {
    color: #fff;
}

.cs-cs-gzzdMain-item:hover .cs-gzzdMain-item-title {
    color: #fff;
}

.cs-cs-gzzdMain-item:hover .pub-more {
    color: #fff;
}

.pub-singleMain img {
    max-width: 100%;
}

.pub-pdfIcon {
    width: 40px;
    height: 40px;
    background: url(../image/pdfIcon-h.png) center center no-repeat;
    background-size: 100% 100%;
    margin-top: 20px;
}

.cs-cs-bhzddMain .cs-gzzdMain-item-title {
    margin-bottom: 20px;
}

.cs-cs-bhzddMain .cs-cs-gzzdMain-item:hover .pub-pdfIcon {
    background: url(../image/pdfIcon.png) center center no-repeat;
    background-size: 100% 100%;
}

.cs-jkxxDesc {
    text-align: center;
}

.cs-jkxx-loveIcon {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../image/love.png) center center no-repeat;
    background-size: 100% 100%;
    vertical-align: middle;
}

.cs-jkxx-love-title {
    color: #333;
    font-size: 16px;
    font-weight: bold;
}

.cs-jkxx-love-money {
    font-size: 32px;
    font-weight: bold;
    color: #f99c34;
}

.cs-jkxx-love-dw {
    font-size: 14px;
    color: #999;
}

.cs-jkxx-table {
    width: 100%;
    margin-top: 40px;
    table-layout: auto;
}

.cs-jkxx-table tr {
    font-size: 16px;
    color: #666;
}

.cs-jkxx-table tr td {
    border: 1px solid #e8e8e8;
    text-align: center;
}

.cs-jkxx-table tr th,
.cs-jkxx-table tr td {
    padding: 20px 40px;
    border: 1px solid #f8f8f8
}

.cs-jkxx-table tr th:first-child {
    /* text-align: left; */
}

.cs-jkxx-table tr td:first-child {
    text-align: left;
}

.cs-jkxx-table tr:nth-child(odd) {
    background: #FFFAF5;
}

.cs-jkxx-table tr:first-child {
    background: #f99c34;
    color: #fff;
    font-size: 20px;
}

.pub-report {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
}

.pub-report-item {
    width: calc( (100% - 144px) / 4);
    transition: all ease .3s;
    cursor: pointer;
    margin-bottom: 50px;
    margin-right: 48px;
}

.pub-report-item:nth-child(4n) {
    margin-right: 0;
}

.pub-report .pub-page {
    margin-top: -30px;
}

.pub-report-item-pic {
    width: 100%;
    height: 345px;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.24);
    border-radius: 4px;
    text-align: center;
}

.pub-report-item-pic img {
    max-width: 100%;
    max-height: 100%;
    /* box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.24); */
    border-radius: 4px;
}

.pub-report-item-title {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pub-report-item-loadIcon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: url(../image/load-def.png) center center no-repeat;
    background-size: 100% 100%;
}

.pub-report-item:hover {
    transform: translateY(-20px);
}

.pub-report-item:hover .pub-report-item-title {
    color: #f99c34;
}

.pub-report-item:hover .pub-report-item-loadIcon {
    background: url(../image/load.png) center center no-repeat;
    background-size: 100% 100%;
}

.cs-town-item-font {
    height: 142px;
    padding: 20px;
}

.cs-town-item {
    background: #F7F8FA;
    width: calc((100% - 64px) / 3);
    float: left;
    margin-right: 32px;
    transition: all ease 750ms;
    margin-bottom: 20px;
}

.cs-town-item:hover .cs-town-item-title {
    color: #fff;
}

.cs-town-item:nth-child(3n) {
    margin-right: 0;
}

.cs-town-item-title {
    font-size: 18px;
    color: #333;
    margin-bottom: 20px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cs-town-item-pic {
    width: 100%;
    height: 248px;
}

.cs-yf-item {
    height: 387px;
    display: flex;
    border: 1px solid #E8E8E8;
}

.cs-cs-gzzdMain-item:hover .pub-more-arrow {
    background: url(../image/more-border.png) center center no-repeat;
    background-size: 100% 100%;
}

.cs-yf-item:not(:last-child) {
    margin-bottom: 60px;
}

.cs-yf-pic {
    width: 49%;
    height: 100%;
}

.cs-yf-font {
    width: calc(100% - 49%);
    padding: 40px;
}

.cs-yf-font-title {
    font-weight: bold;
    font-size: 24px;
    color: #333333;
    margin-bottom: 30px;
}

.cs-yf-font-desc {
    font-size: 16px;
    color: #666666;
    line-height: 32px;
    height: 240px;
    overflow-y: scroll;
    padding-right: 10px;
}

.cs-yf-font-desc::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

.cs-yf-font-desc::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background-color: #f99c34;
}

.cs-yf-font-desc::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    background-color: #f8f8f8;
}

.cs-yf-item:nth-child(2n) {
    flex-direction: row-reverse;
}

.pub-newsDt-1>a {
    display: flex;
    height: 307px;
    width: 100%;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #E0E3E5;
    padding: 20px;
}

.pub-newsDt-1>a:hover .pub-newsDt-font-title {
    color: #f99c34;
}

.pub-newsDt-1-pic {
    width: 34%;
    height: 100%;
}

.pub-newsDt-font-time {
    font-weight: 500;
    font-size: 24px;
    color: #F99C34;
    margin-top: 20px;
}

.pub-newsDt-font-title {
    font-weight: bold;
    font-size: 20px;
    color: #333333;
    margin-top: 20px;
    margin-bottom: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pub-newsDt-font-desc {
    font-size: 14px;
    color: #666666;
    line-height: 28px;
}

.pub-newsDt-font {
    width: calc(100% - 34% - 40px);
    margin-left: 40px;
}

.xny-zhNewslist-main-item {
    padding: 40px 0;
    box-shadow: inset 0px -1px 0px 0px #F2F2F2;
    position: relative;
    overflow: hidden;
}

.xny-ywfb-font-icon-f i {
    background: #00B050!important;
}

.xny-ywfb-font-icon-d i {
    background: #f99c34!important;
}

.xny-zhNewslist-main-item:hover::after {
    width: 100%;
}

.xny-zhNewslist-main-item::after {
    content: "";
    width: 0;
    height: 1px;
    background: #f99c34;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.4s ease;
}

.xny-zhNewslist-main-item:hover .xny-zhNewslist-main-item-l-font1 {
    color: #f99c34;
}

.xny-zhNewslist-swiper .swiper-slide:hover .xny-zhNewslist-swipe-font2 {
    color: #f99c34;
}

.xny-zhNewslist-main-item-r {
    float: right;
    width: 20%;
    height: 156px;
    background: #f8f8f8;
    text-align: center;
}

.xny-zhNewslist-main-item-r img {
    max-width: 100%;
    max-height: 100%;
}

.xny-zhNewslist-main-item-l-time {
    width: 100px;
    height: 100px;
    box-shadow: inset 0px 4px 0px 0px #f99c34;
    border: 1px solid #E8E8E8;
    float: left;
}

.xny-zhNewslist-main-item-l-time span {
    display: block;
    text-align: center;
}

.xny-zhNewslist-main-item-l-time1 {
    font-size: 32px;
    color: #f99c34;
    font-weight: bold;
    padding-top: 4px;
}

.xny-zhNewslist-main-item-l-time2 {
    font-size: 16px;
    color: #666;
}

.mxny-zhNewslist-main-item-l-time {
    color: #666;
    font-size: 14px;
    font-weight: bold;
    display: none;
}

.xny-zhNewslist-main-item-l-font {
    float: left;
    width: 60%;
    margin-left: 40px;
}

.xny-zhNewslist-main-item-l-font1 {
    font-weight: bold;
    color: #333333;
    font-size: 20px;
    margin-bottom: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.xny-zhNewslist-main-item-l-font2 {
    font-size: 14px;
    color: #666;
}

.xny-zhNewslist-main-item-other .xny-zhNewslist-main-item-l {
    width: 100%;
}

.xny-zhNewslist-main-item-other .xny-zhNewslist-main-item-l-font {
    width: calc(100% - 140px);
}

.mxny-zhNewslist-main-item-r {
    width: 100%;
}

.mxny-zhNewslist-main-item-r img {
    width: 100%;
}

.mxny-zhNewslist-main-item-r {
    display: none;
}

.pub-video-item {
    height: 314px;
    width: calc((100% - 40px) / 3);
    background: #fff;
    border: 1px solid #E8E8E8;
    margin-right: 20px;
    cursor: pointer;
    float: left;
    margin-bottom: 30px;
    transition: all ease 750ms;
}

.pub-video-item:hover {
    transform: translateY(-10px);
}

.pub-video-item:nth-child(3n) {
    margin-right: 0;
}

.pub-video-item-pic {
    height: 214px;
    width: 100%;
    position: relative;
}

.pub-video-item-btn {
    width: 56px;
    height: 56px;
    background: url(../image/video-btn.png) center center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    margin-top: -28px;
    left: 50%;
    margin-left: -28px;
}

.pub-video-item-title {
    font-size: 16px;
    color: #333;
    height: calc(100% - 214px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 40px;
    text-align: center;
}

.cs-lxwm-map {
    width: 100%;
}

.cs-lxwm-map img {
    max-width: 100%;
}

.cs-lxwm-tel {
    width: 24px;
    height: 24px;
    display: inline-block;
    background: url(../image/lxwm-tel.png) center center no-repeat;
    background-size: 100% 100%;
}

.cs-lxwm-ts {
    width: 24px;
    height: 24px;
    display: inline-block;
    background: url(../image/lxwm-ts.png) center center no-repeat;
    background-size: 100% 100%;
}

.cs-lxwm-telNum {
    font-weight: bold;
    font-size: 32px;
    color: #333333;
}

.cs-lxwm-telTitle {
    font-weight: bold;
    font-size: 18px;
    color: #333333;
}

.cs-lxwmfont {
    display: flex;
    justify-content: space-between;
    padding-top: 60px;
    padding-bottom: 40px;
    border-bottom: 1px solid #e5e5e5;
    background: url(../image/lxwm-line.png) center center no-repeat;
    background-size: 1px 100px;
}

.cs-lxwmDesc {
    display: flex;
    padding-top: 40px;
    justify-content: space-between;
}

.cs-lxwmDesc-ybIcon {
    width: 32px;
    height: 32px;
    display: inline-block;
    background: url(../image/lxwm-yb.png) center center no-repeat;
    background-size: 100% 100%;
}

.cs-lxwmDesc-faxIcon {
    width: 32px;
    height: 32px;
    display: inline-block;
    background: url(../image/lxwm-fax.png) center center no-repeat;
    background-size: 100% 100%;
}

.cs-lxwmDesc-emIcon {
    width: 32px;
    height: 32px;
    display: inline-block;
    background: url(../image/lxwm-email.png) center center no-repeat;
    background-size: 100% 100%;
}

.cs-lxwmDesc>div {
    display: flex;
    align-items: center;
}

.cs-lxwmDesc-font {
    margin-left: 20px;
}

.cs-lxwmDesc-font>div:first-child {
    font-size: 16px;
    color: #333333;
}

.cs-lxwmDesc-font>div:last-child {
    font-weight: 500;
    font-size: 30px;
    color: #333333;
}

.cs-loveGc-item {
    position: relative;
    height: 415px;
}

.cs-loveGc-item:not(:last-child) {
    margin-bottom: 40px;
}

.cs-loveGc-item-pic {
    width: 42%;
    height: 334px;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
}

.cs-loveGc-item-pic img {
    max-width: 100%;
    max-height: 100%;
}

.cs-loveGc-item-font {
    width: 93%;
    height: 334px;
    background: #F8F8F8;
    border-radius: 0px 0px 40px 0px;
    position: absolute;
    right: 0;
    bottom: 0;
    padding-left: 38%;
    line-height: 32px;
    padding-top: 16px;
    padding-bottom: 90px;
    padding-right: 20px;
}

.cs-loveGc-item-font-main {
    overflow-y: auto;
    font-size: 16px;
    color: #666666;
    height: 230px;
    padding-right: 18px;
}

.cs-loveGc-item-font-main::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

.cs-loveGc-item-font-main::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background-color: #f99c34;
}

.cs-loveGc-item-font-main::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    background-color: #f8f8f8;
}

.cs-loveGc-item-title {
    padding-left: 45%;
    font-weight: bold;
    font-size: 24px;
    color: #333333;
    padding-top: 20px;
}

.mcs-loveGc-item-title {
    display: none;
}

.cs-jjhjj {
    display: flex;
    justify-content: space-between;
}

.cs-jjhjj-pic {
    width: 46%;
}

.cs-jjhjj-pic img {
    max-width: 100%;
}

.cs-jjhjj-font-title {
    font-weight: bold;
    font-size: 24px;
    color: #F99D32;
    margin-bottom: 20px;
}

.cs-jjhjj-font-desc {
    font-size: 16px;
    color: #333333;
    line-height: 32px;
}

.cs-jjhjj-font {
    width: 50%;
}

.cs-honor {
    background: #F8F8F8 url(../image/gold.png) top right no-repeat;
    background-size: 600px 600px;
}

.cs-honor-desc {
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.cs-honor-pic {
    width: 740px;
}

.cs-honor-main {
    display: flex;
    padding-bottom: 80px;
}

.cs-honor-titleMain {
    margin-left: 120px;
    border-left: 1px solid #D8D8D8;
    padding-top: 60px;
    padding-bottom: 40px;
    width: calc(100% - 120px - 740px);
}

.cs-honor-titleItem {
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    padding-left: 20px;
    margin-bottom: 20px;
    cursor: pointer;
    position: relative;
    transition: all ease .3s;
}

.titleSwiper .swiper-slide-thumb-active .cs-honor-titleItem {
    color: #f99c34;
    font-size: 18px;
}

.titleSwiper .swiper-slide-thumb-active::before {
    content: "";
    display: inline-block;
    width: 2px;
    height: 40px;
    background: #F99D32;
    position: absolute;
    left: -2px;
    top: 50%;
    margin-top: -25px;
}

.cs-honor-pic .cs-honor-title {
    display: none;
}

.current-swiper .cs-honor-title {
    display: block;
}

.team-block1 {
    background: #Fff;
}

.team-title {
    text-align: center;
    font-size: 28px;
    color: #333333;
    margin-bottom: 40px;
    padding-top: 80px;
}

.team-pic {
    text-align: center;
    padding-bottom: 80px;
}

.team-pic img {
    max-width: 100%;
}

.team-block2 {
    padding: 80px 0;
    background: #f8f8f8;
}

.team-block2-item {}

.team-block2-item-main {
    display: flex;
    padding: 40px 0;
    box-shadow: inset 0px -1px 0px 0px #E5E5E5;
}

.team-block2-pic {
    width: 200px;
    height: 230px;
    margin-right: 40px;
}

.team-block2-pic img {
    max-width: 100%;
    max-height: 100%;
}

.team-block2-font {
    width: calc(100% - 240px);
}

.team-block2-font1 span:first-child {
    font-weight: bold;
    font-size: 22px;
    color: #F99D32;
}

.team-block2-font1 span:last-child {
    font-size: 14px;
    color: #666666;
    margin-left: 4px;
}

.team-block2-font2 {
    font-size: 16px;
    color: #666666;
    margin-top: 10px;
    margin-bottom: 10px;
}

.team-block2-font3 {
    font-size: 14px;
    color: #666666;
    line-height: 28px;
}

.team-block3 {
    background: #Fff;
    padding: 80px 0;
}

.team-block3-font1 {
    font-size: 16px;
    color: #F99D32;
    color: #F99D32;
}

.team-block3-in .swiper-slide {
    width: 280px;
}

.team-block3-pic {
    width: 100%;
    height: 320px;
    background: #fff;
    text-align: center;
}

.team-block3-pic img {
    max-width: 100%;
    max-height: 100%;
}

.team-block3-font {
    padding: 20px;
    background: #fff;
}

.team-block3-font3 {
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    height: 48px;
}

.team-block3-font2 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.team-block3-font2 span:first-child {
    font-weight: bold;
    font-size: 24px;
    color: #333333
}

.team-block3-font2 span:last-child {
    font-size: 14px;
    color: #666666;
}

.team-block4-item {
    height: 269px;
    width: calc((100% - 40px) / 2);
    background: #fff;
    border: 1px solid #E5E5E5;
    display: flex;
    padding: 20px;
    margin-bottom: 20px;
}

.team-block4-item-pic {
    width: 200px;
    height: 100%;
    margin-right: 40px;
}

.team-block4-item-pic img {
    max-width: 100%;
    max-height: 100%;
}

.team-block4-in .team-block2-font {
    width: calc(100% - 80px);
}

.team-block4-item:nth-child(2n) {
    margin-left: 40px;
}

.team-block4-in {
    padding: 80px 0;
}

.team-block4 {
    background: #f8f8f8;
}

.team-block5 {
    padding: 80px 0;
    background: #Fff;
}

.team-block5-item-font1 {
    font-size: 16px;
    color: #F99D32;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.team-block5-item-font {
    background: #fff;
    padding: 20px;
    height: 130px;
}

.team-block5-item-font2 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.team-block5-item-font2 span:first-child {
    font-weight: bold;
    font-size: 20px;
    color: #333333;
}

.team-block5-item-font2 span:last-child {
    font-size: 14px;
    color: #666666;
}

.team-block5-item-font3 {
    font-size: 16px;
    color: #666666;
    line-height: 24px;
}

.team-block5-in {
    display: flex;
    flex-wrap: wrap;
}

.team-block5-item {
    width: calc((100% - 60px) / 4);
    margin-right: 20px;
    margin-bottom: 20px;
}

.team-block5-item:nth-child(4n) {
    margin-right: 0;
}

.team-block5-item-pic {
    width: 100%;
    height: 320px;
}

.team-block5-item-pic img {
    max-width: 100%;
    max-height: 100%;
}

.jjhjj-main {
    width: 100%;
    background: url(../image/jjh-bg.png) no-repeat;
    background-size: cover;
}

.xny-zhNewslist-main-item-xmpgbg .xny-zhNewslist-main-item-l-font {
    width: 87%;
}

.pubMap-singleTitle {
    margin-top: 80px;
}

.pub-indexBanner {
    height: 900px;
    position: relative;
}

.pub-indexBanner-pic {
    width: 100%;
    height: 100%;
}

.pub-indexBanner .swiper-container {
    width: 100%;
    height: 100%;
}

.pub-indexBanner-in {
    position: absolute;
    left: 50%;
    margin-left: -590px;
    bottom: 70px;
}

.pub-indexBanner-in .swiper-pagination-bullet {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: none;
    position: relative;
    margin: 0 8px;
    opacity: 1;
}

.pub-indexBanner-in .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 1px solid #fff;
}

.pub-indexBanner-in .swiper-pagination-bullet::after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    left: 50%;
    margin-left: -5px;
}

.pub-indexBanner-load {
    position: absolute;
    width: 64px;
    left: 50%;
    margin-left: -32px;
    bottom: 20px;
    z-index: 2;
    text-align: center;
    animation: move 2s linear 0s infinite;
}

.pub-indexBanner-load-font {
    color: #fff;
    font-size: 16px;
}

.pub-indexBanner-load-line {
    width: 1px;
    height: 16px;
    background: #fff;
    display: inline-block;
    margin-top: 10px;
}

.pub-indexBanner-title {
    font-weight: 300;
    font-size: 28px;
    color: #fff;
    position: relative;
    width: 580px;
    position: relative;
    padding-left: 35px;
}

.pub-indexBanner-title::before {
    content: "";
    display: inline-block;
    width: 26px;
    height: 26px;
    background: url(../image/banner-desc-icon.png) center center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    margin-top: -13px;
    left: 0;
}

.pub-indexBanner-desc {
    font-weight: 400;
    font-size: 30px;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 40px;
    width: 580px;
}

.pub-indexBanner-btn {
    width: 172px;
    height: 50px;
    background: url(../image/indexBanner-btn.png) center center no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

.pub-indexBanner-btn a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.pub-indexBanner-main {
    padding-top: 30vh;
}

.cs-indexNews {
    padding: 120px 0;
    background: url(../image/indexNew-bg.jpg) center center no-repeat;
    background-size: cover;
}

.cs-indexTitle {
    font-weight: bold;
    font-size: 36px;
    color: #333333;
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    line-height: 36px;
}

.cs-indexTitle>a {
    font-size: 16px;
    color: #666;
    position: absolute;
    right: 0;
    font-weight: 500;
}

.cs-indexTitle>a:hover i {
    background: url(../image/more-b-h.png) center center no-repeat;
    background-size: 100% 100%;
}

.cs-indexTitle>a i {
    width: 30px;
    height: 30px;
    background: url(../image/index-new-more.png) center center no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.cs-indexNews-time {
    font-size: 14px;
    color: #999999;
}

.cs-indexNews-title {
    margin: 5px 0;
}

.cs-indexNews-title a {
    font-weight: bold;
    font-size: 20px;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    width: 100%;
}

.cs-indexNews-desc {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    margin-top: 10px;
}

.cs-indexNews-main-list .cs-indexNews-desc {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cs-indexNews-main-1 {
    width: 46%;
    padding-right: 40px;
    box-shadow: inset -1px 0px 0px 0px #E5E5E5;
}

.cs-indexNews-main-list {
    padding-left: 40px;
    width: calc(100% - 46%);
}

.cs-indexNews-main-1-pic {
    width: 100%;
    /* height: 333px; */
    height: auto;
    margin-bottom: 20px;
    text-align: center;
    background: #FEEBD6;
}

.cs-indexNews-main-1-pic img {
    max-width: 100%;
    max-height: 100%;
}

.cs-indexNews-main {
    display: flex;
}

.cs-indexNews-item {
    padding-bottom: 5px;
    box-shadow: inset 0px -1px 0px 0px #E5E5E5;
    padding: 10px 0;
}

.cs-indexNews-item:first-child {
    padding-top: 0;
}

.cs-indexNews-arrow {
    width: 24px;
    height: 24px;
    display: inline-block;
    background: url(../image/money-arrow2.png) center center no-repeat;
    background-size: 100% 100%;
    margin-top: 10px;
}

.cs-indexMoney {
    padding: 120px 0;
    background: url(../image/indexMoney-bg.jpg) center center no-repeat;
    background-size: cover;
}

.cs-indexMoney-r {
    width: 70%;
    height: 415px;
    background: #fff;
    border-radius: 12px;
}

.cs-indexMoney-l-font1 {
    font-weight: bold;
    font-size: 32px;
    color: #F99C34;
    line-height: 40px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.cs-indexMoney-l-font2 {
    font-weight: bold;
    font-size: 20px;
    color: #27A962;
    margin-bottom: 20px;
}

.cs-indexMoney-l-font3 {
    font-size: 16px;
    color: #fff;
    line-height: 32px;
    margin-bottom: 40px;
}

.cs-indexMoney-l-about-font {
    font-size: 16px;
    color: #fff;
}

.cs-indexMoney-l-about-font:hover {
    color: #f99c34;
}

.cs-indexMoney-l-about-icon {
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 50%;
    background: url(../image/money-arrow.png) center center no-repeat;
    background-size: 100% 100%;
    vertical-align: middle;
    margin-left: 10px;
}

.cs-indexMoney-in {
    width: 1180px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.cs-indexMoney-l {
    width: 25%;
}

.cs-indexGy {
    padding: 120px 0;
}

.swiper-container-indexGy1 {
    width: 1000px;
    margin: 0 auto;
    margin-top: 20px;
}

.cs-indexGy-title {
    font-weight: bold;
    font-size: 36px;
    color: #333333;
    text-align: center;
}

.swiper-container-indexGy1-img {
    width: 36px;
    height: 36px;
}

.swiper-container-indexGy1-img2 {
    display: none;
}

.swiper-container-indexGy1-item {
    width: 110px;
    height: 110px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.swiper-container-indexGy1 .swiper-slide {
    width: 110px;
    height: 110px;
}

.swiper-container-indexGy1 .swiper-wrapper {
    justify-content: space-between;
}

.swiper-container-indexGy1-title {
    font-weight: bold;
    font-size: 18px;
    color: #333333;
    margin-top: 4px;
}

.swiper-container-indexGy2 {
    height: 500px;
    padding: 0 18%;
    margin-top: 40px;
}

.swiper-container-indexGy2 .swiper-slide {
    border-radius: 20px;
    padding: 140px 80px;
}

.swiper-container-indexGy2-btn i {
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url(../image/arrow-gy.png) center center no-repeat;
    background-size: 100% 100%;
    vertical-align: middle;
}

.swiper-container-indexGy2-title {
    font-weight: bold;
    font-size: 30px;
    color: #fff;
    width: 340px;
}

.swiper-container-indexGy2-desc {
    font-size: 16px;
    color: #fff;
    line-height: 28px;
    margin-top: 20px;
    margin-bottom: 40px;
    width: 340px;
}

.swiper-container-indexGy2-btn a {
    display: inline-block;
    width: 150px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background: rgba(255, 255, 255, 0.16);
    border-radius: 24px;
    border: 1px solid #fff;
    color: #fff;
    display: none;
}

.swiper-container-indexGy2-btn a:hover {
    background: #fff;
}

.swiper-container-indexGy2-btn a:hover i {
    background: url(../image/arrow-gy-h.png) center center no-repeat;
    background-size: 100% 100%;
}

.swiper-container-indexGy1 .swiper-slide-thumb-active .swiper-container-indexGy1-item {
    background: rgb(249, 157, 50, .1);
}

.swiper-container-indexGy1 .swiper-slide-thumb-active .swiper-container-indexGy1-img1 {
    display: none;
}

.swiper-container-indexGy1 .swiper-slide-thumb-active .swiper-container-indexGy1-img2 {
    display: block;
}

.swiper-container-indexGy2 .swiper-slide-active .swiper-container-indexGy2-btn a {
    display: block;
}

.swiper-container-indexGy2 .swiper-slide-prev {
    opacity: .5;
}

.swiper-container-indexGy2 .swiper-slide-next {
    opacity: .5;
}

.cs-indexMoney-r-title {
    text-align: center;
}

.cs-indexMoney-r {
    padding: 40px 80px;
}

.cs-indexMoney-r-title span {
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    margin-left: 4px;
}

.cs-indexMoney-r-num {
    font-size: 68px;
    color: #F99D32;
    font-weight: bold;
    margin-top: 24px;
    margin-bottom: 30px;
    line-height: 68px;
    letter-spacing: 10px;
}

.cs-indexMoney-r-list {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.cs-indexMoney-r-item-num {
    font-size: 24px;
    color: #333;
    font-weight: bold;
}

.cs-indexMoney-r-item-dw {
    font-size: 16px;
    color: #333;
}

.cs-indexMoney-r-item-desc {
    font-size: 16px;
    color: #999;
}

.cs-indexMoney-r-btn {
    text-align: center;
    margin-top: 40px;
}

.cs-indexMoney-r-btn a {
    width: 420px;
    height: 68px;
    line-height: 68px;
    text-align: center;
    background: #fff;
    border-radius: 34px;
    border: 1px solid #E5E5E5;
    display: inline-block;
    font-weight: bold;
    font-size: 20px;
    color: #333333;
}

.cs-indexMoney-r-btn a:hover {
    background: #f99c34;
    color: #fff;
}

.cs-indexVideo-btn {
    width: 56px;
    height: 56px;
    background: url(../image/video-btn.png) center center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    margin-top: -28px;
    left: 50%;
    margin-left: -28px;
}

.cs-indexVideo-item-title {
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    margin-top: 20px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 10px;
}

.cs-indexVideo-item-pic {
    width: 100%;
    height: 214px;
    position: relative;
}

.cs-indexVideo {
    background: url(../image/indexVideo-bg.jpg) center center no-repeat;
    background-size: cover;
    padding: 120px 0;
}

.cs-indexVideo-in {
    display: flex;
    margin-top: 70px;
}

.cs-indexVideo-mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.1);
    display: none;
}

.cs-indexVideo-item {
    cursor: pointer;
    transition: all ease 750ms;
    position: relative;
    width: calc((100% - 40px) / 3);
    transition: ease .3s;
}

.cs-indexVideo-item:not(:first-child) {
    margin-left: 20px;
}

.cs-indexVideo-item:hover .cs-indexVideo-mask {
    display: block;
}

.cs-indexVideo-item:hover .cs-indexVideo-btn {
    background: url(../image/video-btn-h.png) center center no-repeat;
    background-size: 100% 100%;
}

.cs-indexVideo-item:hover .cs-indexVideo-item-title {
    color: #f99c34;
}

.cs-indexVideo-item:nth-child(1) .cs-indexVideo-item-pic::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    background: #F9BE34;
}

.cs-indexVideo-item:nth-child(2) .cs-indexVideo-item-pic::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    background: #27A962;
}

.cs-indexVideo-item:nth-child(3) .cs-indexVideo-item-pic::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    background: #F99C34;
}

.cs-indexVideo-item:nth-child(1),
.cs-indexVideo-item:nth-child(3) {
    /* transform: translateY(-20px); */
}

.cs-indexVideo-link {
    text-align: center;
    margin-top: 50px;
}

.cs-indexVideo-link a {
    width: 150px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background: #f99c34;
    color: #fff;
    display: inline-block;
    border-radius: 28px;
}

.cs-indexVideo-link a:hover {
    color: #fff;
}

.cs-indexVideo-link-icon {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url(../image/arrow-gy.png) center center no-repeat;
    background-size: 100% 100%;
}

.swiper-container-indexGy2 .swiper-button-prev {
    width: 50px;
    height: 50px;
    background: url(../image/index-gy-btn-l-h.png) center center no-repeat;
    background-size: 100% 100%;
    left: 12%;
}

.swiper-container-indexGy2 .swiper-button-prev:hover {
    background: url(../image/index-gy-btn-l.png) center center no-repeat;
    background-size: 100% 100%;
}

.swiper-container-indexGy2 .swiper-button-next {
    width: 50px;
    height: 50px;
    background: url(../image/index-gy-btn-r-h.png) center center no-repeat;
    background-size: 100% 100%;
    right: 12%;
}

.swiper-container-indexGy2 .swiper-button-next:hover {
    background: url(../image/index-gy-btn-r.png) center center no-repeat;
    background-size: 100% 100%;
}

.cs-indexMap {
    padding: 120px 0;
    background: #f8f8f8 url(../image/mapBg.png) center center no-repeat;
    background-size: cover;
}

.cs-indexMap-desc {
    text-align: center;
    font-size: 16px;
    color: #666666;
    margin-top: 10px;
}

.cs-indexMap-main {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}

.cs-indexMap-left {
    width: 54%;
}

.cs-indexMap-left img {
    max-width: 100%;
}

.cs-indexMap-r {
    width: 39%;
}

.cs-indexMap-pic:not(:first-child) {
    display: none;
}

.cs-indexMap-r-item1 {
    font-weight: bold;
    font-size: 20px;
    color: #333333;
    position: relative;
    padding-left: 20px;
}

.cs-indexMap-r-item1::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #333333;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3px;
    border-radius: 50%;
}

.cs-indexMap-r-item2 {
    font-size: 16px;
    color: #666666;
    padding-left: 20px;
    margin-top: 5px;
}

.cs-indexMap-r-item {
    padding: 30px 0;
    box-shadow: 0px 1px 0px 0px #E5E5E5;
    cursor: pointer;
    position: relative;
}

.cs-indexMap-r-item.active::after {
    content: "";
    display: inline-block;
    width: 280px;
    height: 1px;
    background: #27A962;
    position: absolute;
    left: 0;
    bottom: 0;
}

.cs-indexMap-r-item:first-child {
    padding-top: 0;
}

.cs-indexMap-r-item.active .cs-indexMap-r-item1 {
    color: #27A962;
}

.cs-indexMap-r-item.active .cs-indexMap-r-item1::before {
    background: #27A962;
}

.pub-video-item:hover .cs-indexVideo-mask {
    display: block;
}

.pub-video-item:hover .pub-video-item-btn {
    background: url(../image/video-btn-h.png) center center no-repeat;
    background-size: 100% 100%;
}

.cs-indexNews-main-1 .cs-indexNews-time {
    color: #f99c34;
}

.return-top {
    width: 60px;
    height: 60px;
    background: url(../image/retrun-top.png) center center no-repeat;
    background-size: 100% 100%;
    position: fixed;
    bottom: 40px;
    right: 40px;
    cursor: pointer;
}

.cs-honor-titleMain .swiper-slide {
    height: auto!important;
}

.cs-town-item .pub-more {
    width: 30px;
    height: 30px;
    background: url(../image/more-b-h.png) center center no-repeat;
    background-size: 100% 100%;
}

.cs-town-item:hover .pub-more {
    background: url(../image/more-b.png) center center no-repeat;
    background-size: 100% 100%;
}

.cs-town-item:hover .cs-town-item-font {
    background: #f99c34;
}

.mcs-rsrm-item-l-time {
    display: none;
}

.cs-honor-pic .swiper-slide-active {
    padding: 5px;
}

.swiper-slide-active .cs-honor-img {
    box-shadow: 0px 2px 10px 0px #DDDDDD;
}

.swiper-container-indexGy2 .swiper-pagination {
    display: none;
}

.swiper-container-indexGy2 .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background: #fff;
    position: relative;
    opacity: 1;
}

.swiper-container-indexGy2 .swiper-pagination-bullet:after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 6px;
    height: 6px;
    background: #f99c34;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}

.swiper-container-indexGy2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 1px solid #f99c34;
}

.cs-lxwmTab {
    text-align: center;
    margin-bottom: 60px;
}

.cs-lxwmTab img {
    width: 120px;
    height: 120px;
    margin: 0 auto;
    margin-bottom: 10px;
}

.cs-lxwmTab-pic2 {
    display: none;
}

.cs-lxwmTab-item {
    /* width: 120px; */
    display: inline-block;
    text-align: center;
    font-size: 16px;
    color: #333;
    margin: 0 40px;
    cursor: pointer;
}

.cs-lxwmTab-item:hover .cs-lxwmTab-pic1,
.cs-lxwmTab-item.active .cs-lxwmTab-pic1 {
    display: none;
}

.cs-lxwmTab-item a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.cs-tab-in {
    margin: 0 16px;
}

.cs-lxwmTab-item:hover .cs-lxwmTab-pic2,
.cs-lxwmTab-item.active .cs-lxwmTab-pic2 {
    display: block;
}

.cs-lxwmTab-item:hover a,
.cs-lxwmTab-item.active a {
    color: #f99c34;
}

.cs-lxwmBlock:nth-child(2) {
    height: 480px;
    background: #f8f8f8;
}

.cs-lxwm-jjgs-l {
    width: 51%;
    float: left;
    height: 100%;
}

.cs-lxwm-jjgs-r {
    padding: 60px;
    width: 49%;
    float: left;
}

.cs-lxwm-jjgs-r-title {
    font-size: 24px;
    color: #333;
    font-weight: bold;
    padding-bottom: 20px;
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 20px;
    position: relative;
}

.cs-lxwm-jjgs-r-title::before {
    content: "";
    display: inline-block;
    width: 131px;
    height: 3px;
    background: #F99D32;
    position: absolute;
    bottom: 0;
    left: 0;
}

.cs-lxwm-jjgs-r-font>div {
    margin-bottom: 20px;
}

.cs-tab img {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

.cs-tab-pic2 {
    display: none;
}

.cs-tab {
    /* background: #f8f8f8; */
    margin-bottom: 40px;
}

.cs-tab-font {
    font-size: 20px;
    color: #333;
    vertical-align: middle;
    margin-left: 6px;
}

.cs-tab-2-container2 .cs-tab-font {
    color: #f99c34;
}

.cs-tab-container {
    height: 58px;
    line-height: 58px;
}

.cs-tab-slide {
    background: #F8F8F8;
    width: 220px;
    text-align: center;
}

.cs-tab-slide:first-child {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.cs-tab-slide:last-child {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.cs-tab-slide>a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.cs-tab-slide:not(:last-child) {
    margin-right: 6px;
}

.cs-tab-slide:hover,
.cs-tab-slide.active {
    background: #f99c34;
}

.cs-tab-slide:hover .cs-tab-pic1,
.cs-tab-slide.active .cs-tab-pic1 {
    display: none;
}

.cs-tab-slide:hover .cs-tab-pic2,
.cs-tab-slide.active .cs-tab-pic2 {
    display: inline-block;
}

.cs-tab-slide:hover .cs-tab-font,
.cs-tab-slide.active .cs-tab-font {
    color: #fff;
}

.pub-singleTitle-parent {
    font-size: 32px;
    font-weight: bold;
    color: #333;
    text-align: center;
    padding-top: 80px;
    margin-bottom: 80px;
    line-height: initial;
}

.pub-singleTitle-desc {
    margin-bottom: 40px;
    color: #666;
    font-size: 16px;
}

.cs-tab-2-container2 {
    height: 58px;
    line-height: 58px;
}

.cs-tab-2-slide {
    width: 160px;
    text-align: center;
    box-shadow: inset 1px 0px 0px 0px #fff;
    border: 1px solid #F99D32;
}

.cs-tab-2-slide:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.cs-tab-2-slide:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.cs-tab-2-slide:hover,
.cs-tab-2-slide.active {
    background: #f99c34;
    box-shadow: none;
}

.cs-tab-2-slide:hover .cs-tab-font,
.cs-tab-2-slide.active .cs-tab-font {
    color: #fff;
}

.cs-tab-2 {
    margin-top: -20px;
    margin-bottom: 50px;
}

.cs-lxwmBlock-new .cs-lxwm-jjgs-l {
    padding: 60px;
    width: 49%;
}

.cs-lxwmBlock-new .cs-lxwm-jjgs-r {
    width: 51%;
    height: 100%;
}

.xny-detail-text img {
    max-width: 100%;
}

.cs-tab-2-slide a {
    display: inline-block;
    width: 100%;
}

.cs-rsrm-item-r {
    width: calc(100% - 128px);
}

.cs-indexMoney-l-about>a {
    display: inline-block;
}

.cs-indexMoney-l-about>a:hover .cs-indexMoney-l-about-icon {
    background: url(../image/more-b-h.png) center center no-repeat;
    background-size: 100% 100%;
}

.cs-indexMoney-l-about>a:hover span {
    color: #f99c34;
}

.crc-pub-page-num,
.crc-pub-page-enter,
.crc-pub-page-next {
    padding: 0!important;
    margin: 0!important;
}

.cs-cs-gzzdMain-bh .cs-gzzdMain-item-title {
    margin-bottom: 30px;
    height: auto;
}

.xny-header-nav>li:last-child .xny-header-nav-2 {
    right: 0;
    left: auto;
}

.cs-yfNew {
    display: flex;
    margin-bottom: 40px;
}

.cs-yfNew:nth-child(2n) {
    flex-direction: row-reverse;
}

.cs-yfNew:nth-child(2n) .cs-yfNew-l {
    margin-right: 0;
}

.cs-yfNew:nth-child(2n) .cs-yfNew-r {
    margin-right: 80px;
}

.cs-yfNew:last-child {
    margin-bottom: 0;
}

.cs-yfNew-l {
    width: 450px;
    height: 300px;
    margin-right: 80px;
    text-align: center;
}

.cs-yfNew-l img {
    max-width: 100%;
    max-height: 100%;
}

.cs-yfNew-r {
    width: calc(100% - 40px - 450px);
}

.cs-yfNew-r-title {
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 20px;
    padding-top: 40px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 20px;
    border-bottom: 1px solid #d8d8d8;
}

.cs-yfNew-r-title::before {
    content: "";
    display: inline-block;
    width: 80px;
    height: 3px;
    background: #F99D32;
    position: absolute;
    left: 0;
    bottom: -1px;
}

.cs-yfNew-r-desc {
    font-size: 16px;
    color: #333;
    margin-bottom: 30px;
}

.cs-yfNew-r-more>a {
    width: 160px;
    height: 46px;
    border-radius: 24px;
    border: 1px solid #F99C34;
    display: inline-block;
    line-height: 46px;
    text-align: center;
    color: #f99c34;
}

.cs-yfNew-r-more>a:hover {
    color: #fff;
    background: #f99c34;
}

.cs-yfNew-r-more-arrow {
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url(../image/arrow-gy-h.png) center center no-repeat;
    background-size: 100% 100%;
    vertical-align: middle;
    margin-left: 4px;
}

.cs-yfNew-r-more>a:hover .cs-yfNew-r-more-arrow {
    background: url(../image/arrow-gy.png) center center no-repeat;
    background-size: 100% 100%;
}

.mteam-block2-font3 {
    display: none;
}

.cs-cs-gzzdMain-bh .pub-pdfIcon {
    margin-top: 30px;
}

@keyframes move {
    0% {
        transform: translate(-50%, 0);
        opacity: 0;
    }
    20% {
        transform: translate(-50%, 3px);
        opacity: 1;
    }
    80% {
        transform: translate(-50%, 10px);
        opacity: 1;
    }
    90% {
        transform: translate(-50%, 10px);
        opacity: 0;
    }
    100% {
        transform: translate(-50%, 10px);
        opacity: 0;
    }
}

@media screen and (max-width: 1180px) {
    .pub-report-item-pic {
        height: auto;
    }
    .xny-header-nav>li {
        margin-left: 30px;
    }
    .w-in {
        width: 100%;
    }
    .xny-header {
        padding: 0 16px;
    }
    .xny-footer-main {
        padding-left: 16px;
        padding-right: 16px;
    }
    .xny-footerNav>ul {
        margin-left: 4.6vw;
    }
    .pub-singleMain {
        padding: 0 16px;
    }
    .pub-singleBanner-font {
        padding: 0 16px;
    }
    .xny-detail {
        padding: 0 16px;
    }
    .team-block5,
    .team-block4,
    .team-block3,
    .team-block2,
    .team-block1 {
        padding-left: 16px;
        padding-right: 16px;
    }
    .cs-indexMoney-in {
        width: auto;
    }
    .cs-indexMoney-in {
        padding: 0 16px;
    }
    .cs-indexNews {
        padding: 80px 16px;
    }
    .cs-indexGy {
        padding: 80px 0;
    }
    .swiper-container-indexGy1 {
        width: 100%;
    }
    .pub-indexBanner-main {
        padding-left: 16px;
        padding-right: 16px;
    }
    .pub-indexBanner {
        height: 70vh;
    }
    .pub-indexBanner-main {
        padding-top: 28vh;
    }
    .pub-indexBanner-desc {
        font-size: 26px;
        line-height: 40px;
    }
    .pub-indexBanner-load {
        display: none;
    }
    .pub-indexBanner-in {
        bottom: 50px;
    }
    .pub-indexBanner-in .swiper-pagination {
        left: 50%;
        transform: translateX(-50%);
    }
    .pub-indexBanner-title {
        font-size: 24px;
    }
    .pub-indexBanner-title::before {
        width: 24px;
        height: 24px;
        position: absolute;
        top: 50%;
        margin-top: -12px;
        left: 0;
    }
    .pub-indexBanner-btn {
        width: 120px;
        height: 36px;
    }
    .pub-indexBanner-in {
        left: 0;
        margin-left: 0;
    }
    .cs-indexVideo {
        padding: 120px 16px;
    }
    .pub-single {
        padding: 0 16px;
    }
    .xny-footer-desc {
        float: none;
    }
    .xny-footerNav>ul {
        margin-left: 0;
        margin-right: 4%;
    }
    .xny-footerNav {
        width: 100%;
    }
}

@media screen and (max-width: 1080px) {
    .cs-indexMoney-r-num {
        font-size: 50px;
    }
    .cs-indexMoney-r-list {
        width: 100%;
    }
    .cs-indexMoney-r-item-num {
        font-size: 20px;
    }
    .cs-indexMoney-r-item-dw {
        font-size: 14px;
    }
}

@media screen and (max-width: 1000px) {
    .pub-report-item {
        width: calc( (100% - 96px) / 3);
    }
    .pub-report-item:nth-child(4n) {
        margin-right: 48px;
    }
    .pub-report-item:nth-child(3n) {
        margin-right: 0;
    }
    .cs-honor-titleMain {
        display: none;
    }
    .cs-honor-pic {
        width: 100%;
    }
    .team-block5-item {
        width: calc((100% - 40px) / 3);
        margin-right: 20px;
        margin-bottom: 20px;
    }
    .team-block5-item:nth-child(4n) {
        margin-right: 20px;
    }
    .team-block5-item:nth-child(3n) {
        margin-right: 0;
    }
    .cs-indexMoney-in {
        display: block;
    }
    .cs-indexMoney-l {
        width: 100%;
    }
    .cs-indexMoney-r {
        width: 100%;
    }
    .cs-indexMoney {
        padding: 40px 16px;
    }
    .cs-indexMoney-r-num {
        font-size: 40px;
    }
    .cs-indexMoney-r-item-num {
        font-size: 18px;
    }
    .cs-indexMoney-r-num {
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .cs-indexMoney-r-list {
        display: block;
        margin-top: 0;
    }
    .cs-indexMoney-r {
        padding: 40px;
        margin-top: 40px
    }
    .cs-indexMoney-r-btn {
        margin-top: 0;
    }
    .cs-indexMoney-r-btn a {
        width: 200px;
        height: 50px;
        line-height: 50px;
        font-size: 16px;
    }
    .cs-indexMoney-l-font1 {
        font-size: 28px;
    }
    .cs-indexMoney-l-font3 {
        margin-bottom: 20px;
        line-height: 28px;
    }
    .cs-indexMoney-r {
        height: auto;
    }
    .cs-indexMoney-l-font1 {
        margin-top: 0;
    }
    .pub-newsDt-font-desc {
        /* display: nblone; */
    }
    .cs-yfNew-l {
        margin-right: 40px;
    }
    .cs-yfNew:nth-child(2n) .cs-yfNew-r {
        margin-right: 40px;
    }
    .cs-yfNew-r-title {
        font-size: 20px;
    }
}

@media screen and (max-width: 950px) {
    .cs-loveGc-item-title {
        font-size: 20px;
    }
}

@media screen and (max-width: 900px) {
    .pub-report-item-title {
        font-size: 16px;
    }
    .cs-lxwm-telNum {
        font-size: 28px;
    }
    .cs-lxwmDesc-font>div:last-child {
        font-size: 24px;
    }
    .cs-lxwmDesc-emIcon {
        width: 28px;
        height: 28px;
    }
    .cs-lxwmDesc-font {
        margin-left: 15px;
    }
    .cs-lxwmfont {
        padding-top: 40px;
    }
    .xny-prevNext-main {
        flex-wrap: wrap;
    }
    .xny-prevNext-time {
        margin-top: 5px;
    }
    .mxny-footerNav-1 {
        margin-top: 40px;
    }
    .mxny-footerNav-2 {
        margin-top: 20px;
    }
    .xny-footerSup {
        background: #f99c34;
        color: #fff;
        height: auto;
        padding: 10px 0;
    }
    .xny-footerSup a {
        color: #fff;
    }
    .xny-footerSup .w-in {
        flex-wrap: wrap-reverse;
        justify-content: center;
    }
    .xny-footerSup-item-map a:not(:last-child)::after {
        background: #fff;
    }
    .xny-footerSup-item {
        text-align: center;
    }
    .xny-footerSup-item-sup {
        display: block;
    }
    .mpub-footerMap {
        height: 40px;
        line-height: 40px;
        padding: 0 16px;
        box-shadow: inset 0px -1px 0px 0px #E8E8E8;
    }
    .mpub-footerMap a {
        font-size: 14px;
        color: #666;
        position: relative;
        padding-right: 10px;
    }
    .mpub-footerMap a:not(:last-child)::after {
        content: "";
        display: inline-block;
        width: 2px;
        height: 2px;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        right: 1px;
        margin-top: -1px;
        background: #999;
    }
    .xny-footerSup-item-map {
        display: none;
    }
    .mpub-footerMap {
        display: block;
    }
    .xny-footer-main {
        padding: 0 16px;
    }
    .xny-footer-desc {
        width: 100%;
        padding-top: 40px;
    }
    .xny-footerNav {
        display: none;
    }
    .mxny-footerNav {
        display: block;
        margin-top: 50px;
    }
    .mxny-footerNav-item-ul {
        display: none;
        padding-left: 20px;
    }
    .mxny-footerNav-item-ul>li {
        padding: 4px 0;
    }
    .mxny-footerNav-item-title {
        font-size: 16px;
        color: #333;
        padding: 5px 0;
        position: relative;
    }
    .mxny-footerNav-item-title:after {
        content: " ";
        position: absolute;
        right: 0;
        top: 16px;
        width: 0;
        height: 0;
        border-top: 6px solid #6D7888;
        border-right: 6px solid transparent;
        border-left: 6px solid transparent;
    }
    .mxny-footerNav-net-desc {
        font-size: 12px;
        color: #9E9E9E;
        margin-top: 20px;
    }
    .mxny-footerNav-net-main .xny-wx,
    .mxny-footerNav-net-main .xny-wb,
    .mxny-footerNav-net-main .xny-dy {
        background: rgba(255, 255, 255, .1);
        margin: 0 30px;
    }
    .mxny-footerNav-net-main .iconfont {
        color: #fff;
    }
    .mxny-footerNav-net-main {
        display: flex;
        margin-top: 20px;
        padding-bottom: 40px;
    }
    .mxny-footerNav-net-desc .icon-tubiao-saoma {
        margin-right: 8px;
        display: inline-block;
        width: 12px;
        height: 12px;
        background: url(../image/sao.png) center center no-repeat;
        background-size: 100% 100%;
    }
    .xny-wx-box {
        width: 100px;
        height: 100px;
    }
    .xny-wx-box img {
        width: 100%;
        height: 100%;
    }
    .pub-return {
        font-size: 12px;
        color: #333;
        font-weight: bold;
        height: 40px;
        line-height: 40px;
        text-align: center;
        background: #F7F8FA;
        box-shadow: inset 0px 1px 3px 0px #E8E8E8;
    }
    .pub-return-icon {
        display: inline-block;
        width: 10px;
        height: 10px;
        background: url(../image/return.png) center center no-repeat;
        background-size: 100% 100%;
        margin-left: 2px;
    }
    .mxny-footerNav-item-ul li a {
        font-size: 14px;
    }
}

@media screen and (max-width: 850px) {
    .cs-indexNews-main {
        display: block;
    }
    .cs-indexNews-main-1 {
        width: 100%;
        padding-right: 0;
        box-shadow: inset 0px -1px 0px 0px #E5E5E5;
        margin-bottom: 20px;
    }
    .cs-indexNews-main-list {
        width: 100%;
        padding-left: 0;
    }
    .xny-header-nav>li {
        margin-left: 20px;
    }
    .cs-gzzdMain-item-title {
        height: 100px;
        margin-bottom: 20px;
    }
    .cs-cs-gzzdMain-bh .cs-gzzdMain-item-title {
        height: 56px;
    }
}

@media screen and (max-width: 800px) {
    .cs-lxwmBlock-new .cs-lxwm-jjgs-l {
        float: none;
        width: 100%;
        padding: 20px;
        height: auto;
    }
    .cs-lxwmBlock-new .cs-lxwm-jjgs-r {
        float: none;
        width: 100%;
        height: 480px;
    }
    .cs-lxwmBlock:nth-child(2) {
        height: auto;
    }
}