﻿.w1200 {
    width: 1200px;
    margin: 0 auto
}

.bg-color {
    background-color: #FFFFFF;
    /*margin-top: 88px;*/
    margin-top: 20px;
}

.sy_tout {
    width: 95%;
    margin: 0 auto
}

.sy_img {
    /*height: 90px;*/
}

.sy_img_m {
    display: none
}

.sy_img img {
    width: 100%;
    height: 100%;
}

.sytt_box {
    height: 90px;
    width: 100%;
    background: url("../images/index_banner_bg.png") no-repeat;
    background-size: 100% 100%
}

.sytt_news {
    margin-top: 10px;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.sytt_news a {
    color: #333333;
}

.sytt_news a:hover {
    color: #005896;
}

.syxw_xq {
    width: 100%;
    text-align: center;
    color: #999999;
    font-size: 16px;
    padding: 10px 0 0 0;
}

.syxw_xq a {
    color: #999999;
}

.wd_left {
    width: 260px;
    float: left;
}

.wd_mid {
    width: 465px;
    float: left;
}

.wd_right {
    width: 375px;
    float: right;
}


/*轮播图*/
.m-slide {
    width: 580px;
    height: 340px;
    float: right;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide-t1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-slide-t1 p {
    position: absolute;
    width: 100%;
    bottom: 10px;
    color: #FFFFFF;
    left: 10px;
    z-index: 100;
}


.swiper-slide-t1 p a {
    color: #FFFFFF;
}

.swiper-pagination-t1 {
    display: flex;
    height: 50px;
    text-align: right;
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0 !important;
    align-items: center;
    justify-content: flex-end;
    width: 700px;
}

.swiper-pagination-t1 .swiper-pagination-bullet {
    background-color: #FFFFFF;
}


.szxw-box {
    width: calc(100% - 570px);
    /*height: 310px;*/
    float: left;
}

/*搜索*/

.searchbg {
    width: 500px;
    height: 250px;
    float: right;
    background: url("../images/search_newbg.png") no-repeat center;
    background-size: 100% 100%;
    padding: 10px 0 0 20px;
}

.searchbg h1 span {
    font-size: 18px;
    line-height: 40px;
    padding-bottom: 10px;
    color: #333;
    border-bottom: #006BB7 solid 3px;
    font-weight: 700;
}

.search-cont-r {
    margin-top: 28px;
    width: 100%;
}

.search-cont-r form {
    display: inline-block;
    width: 479px;
    height: 60px;
    margin: 0;
}

.search-cont-r .search_text {
    float: none;
    border: none;
    color: #999999;
    text-indent: 10px;
    width: 479px;
    height: 50px;
    font-size: 14px;
    border-radius: 0px 0px 5px 5px;
}

.search-cont-r .search-btn {
    width: 224px;
    height: 46px;
    background: #006BB7;
    border-radius: 23px;
    border: 0;
    color: #FFF;
    margin: 20px 0 0 120px;
    font-size: 16px;
}

.searchbox {
    float: left;
    position: relative;
    overflow: hidden;
}


/* 搜索框上方导航 */
.search-top-nav ul {
    padding: 0;
    margin: 0;
}

.search-top-nav ul li {
    float: left;
    width: 64px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    background: #88BEE6;
    border-radius: 5px 5px 0px 0px;
    margin-right: 5px;
}

.search-top-nav ul li a {
    width: 100%;
    height: 53px;
    display: inline-block;
    color: #FFF;
    font-size: 14px;
}

.search-top-nav .cur {
    height: 53px;
    color: #666666;
    background: #FFFFFF;
    border-radius: 5px 5px 0px 0px;
}


.ttxw-box {
    width: calc(100% - 600px);
    height: 340px;
    float: left;
    position: relative;
}

.ttxw-box span{
    float: left;
    color: #333333;
    font-size: 28px;
    font-weight: 700;
}

.ttxw-box h1 {
    color: #333333;
    font-size: 28px;
    font-weight: 700;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.ttxw-box p {
    color: #666;
    font-size: 16px;
    padding: 20px 0px 0 10px;
    line-height: 40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-indent: 2em;
}

.ttxw-box .time {
    color: #999999;
    font-size: 20px;
    left: 0;
    position: absolute;
    bottom: 12px;
}

.ttxw-box .more {
    color: #666666;
    font-size: 20px;
    right: 0;
    text-decoration: underline;
    position: absolute;
    bottom: 15px;
}


/*轮播图2*/
#banner2 {
    display: none;
}

.pic-box {
    width: 100%;
    height: 160px;
    background-color: #F7F7F7;
    /* display: flex;
     align-items: center;
     justify-content: center;*/
    padding-top: 40px;
}

.slideBox-box {
    height: 120px;
}

.swiper-slide-t2 {
    background: none;
}

.swiper-slide-t2 img {
    width: 92%;
    height: 120px;
    max-width: 100%;
    max-height: 100%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
}

.swiper-button-next2, .swiper-button-prev2 {
    color: #B7B7B7;
}

.swiper-slide-t2 {
    display: flex;
    justify-content: center;
    align-items: center;

}

/*信息公开*/
.xxgk-box {
    min-height: 370px;
    margin-top: 30px;
    /*margin-bottom: 20px*/
}

.xxgk-title {
    height: 75px;
    width: 100%;
    background: url("../images/index_title_bg.png") no-repeat center;
    background-size: auto 100%;
    text-align: center;
    position: relative
}

.xxgk-title h1 {
    font-size: 28px;
    color: #333;
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%)
}

.xxgk-tab {
    width: 100%;
    margin-top: 30px;
    overflow: hidden
}

.xxgk-tab .xxgk-itme {
    margin-left: 20px;
    float: left;
    width: 470px;
}

.xxgk-tab .xxgk-itme1 {
    width: 220px;
    float: left
}

.zfxxgk_box ul li {
    margin-bottom: 12px;
    margin-right: 4px;
    width: 100%;
    height: 45px;
    background-color: #006BB7
}

.zfxxgk_box ul li a {
    display: block;
}

.zfxxgk_box ul li a img {
    float: left;
    /*margin: 0 auto 10px;*/
    /*padding-top: 10px;*/
    margin: 10px 10px 10px;
}

.zfxxgk_box ul li a span {
    float: left;
    font-size: 20px;
    color: #FFF;
    text-align: center;
    margin-top: 10px;
}

/*办事服务*/
.bsfw-box {
    min-height: 400px;
    /*margin-bottom: 30px;*/
}

.bsfw-tab {
    width: 100%;
    /*min-height: 500px;*/
    margin-top: 30px;
    overflow: hidden
}

.bsfw-itme {
    width: 380px;
    height: 364px;
    float: left;
    margin: 0 10px
}

/*个人办事*/
.bsfw-grbs {
    background: #ecf5fb;
}

.bsfw-grbs h1 {
    display: block;
    font-size: 24px;
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
    position: relative;
}

.bsfw-grbs h1:after {
    content: '';
    height: 3px;
    width: 97px;
    background-color: #7F9BAE;
    position: absolute;
    bottom: -10px;
    left: 0
}

.bsfw-grbs p {
    width: 90%;
    margin: 0 auto;
    margin-top: 30px
}

.bsfw-grbs ul {
    width: 90%;
    margin: 0 auto;
    margin-top: 25px;
    overflow: hidden
}

.bsfw-grbs ul li {
    float: left;
    font-size: 17px;
    color: #333333;
    font-weight: 600;
    margin-bottom: 10px
}

.bsfw-grbs .bt-img {
    margin-top: 20px
}

.server-list li {
    position: relative;
    width: 33%;
}

.server-list li a {
    text-align: center;
}

.server-list li a i {
    font-size: 36px;
    height: 30px;
    color: #74ACD6;
    display: block;
    margin: 0 auto;
    text-align: center;
}

.server-list li a p {
    color: #333;
}

.server-list li a p:after {
    position: absolute;
    content: '';
    bottom: 5px;
    right: 0;
    width: .1rem;
    height: 15px;
    background-color: #333333;
}

.server-list li:last-child a p:after {
    display: none;
}

/*企业办事*/
.bsfw-qybs {
    background: #efedfb;
}

.bsfw-qybs h1 {
    display: block;
    font-size: 24px;
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
    position: relative;
}

.bsfw-qybs h1:after {
    content: '';
    height: 3px;
    width: 97px;
    background-color: #9E97BA;
    position: absolute;
    bottom: -10px;
    left: 0
}

.bsfw-qybs p {
    width: 90%;
    margin: 0 auto;
    margin-top: 30px
}

.bsfw-qybs ul {
    width: 93%;
    margin: 0 auto;
    margin-top: 20px;
    overflow: hidden
}

.bsfw-qybs ul li {
    float: left;
    font-size: 17px;
    color: #333333;
    font-weight: 600;
    margin-bottom: 10px
}

.bsfw-qybs .bt-img {
    margin-top: 20px
}

/*办事热点*/
.bsfw-bsrd {
    background: #fff2ea;
}

.bsfw-bsrd h1 {
    display: block;
    font-size: 24px;
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
    position: relative;
}

.bsfw-bsrd h1:after {
    content: '';
    height: 3px;
    width: 97px;
    background-color: #C09F89;
    position: absolute;
    bottom: -10px;
    left: 0
}

.bsfw-bsrd p {
    width: 90%;
    margin: 0 auto;
    margin-top: 30px
}

.bsfw-bsrd ul {
    /*border-top: 1px solid #C09F89;*/
    width: 90%;
    margin: 0 auto;
    /*margin-top: 30px*/
}

.bsfw-bsrd ul li {
    font-size: 17px;
    /*min-height: 50px;*/
    line-height: 30px;
    vertical-align: top;
    color: #4c4c4c;
    border-bottom: 1px #C09F89 dashed;
    padding: 12px 0;
    font-weight: 600
}

.bsfw-bsrd ul li:nth-child(1) {
    padding-top: 20px;
}

.bsfw-bsrd ul li span {
    display: inline-block;
    float: left;
    padding-right: 20px;
    height: 50px
}

.bsfw-bsrd ul li a {
    color: #4c4c4c;
}

.bsfw-bsrd ul li:last-child {
    border: none
}

/*行业建设*/
.hyjs-box {
    /*min-height: 300px;*/
    margin-bottom: 30px;
}

.hyjs-box ul {
    margin-top: 30px;
    width: 100%;
    overflow: hidden
}

.hyjs-box ul li {
    float: left;
    width: 25%;
    height: 50px;
    /*line-height: 60px;*/
    font-size: 20px;
    color: #999
}

.hyjs-box ul li a {
    color: #999
}

.hyjs-box ul li a:hover {
    color: #005896
}

.hyjs-box ul li a img {
    vertical-align: middle;
    padding-right: 20px
}

.hyjs-icon {
    float: left;
    width: 46px;
    height: 60px;
}

/*互动交流*/
.zjt-hdjl {
    background-color: #F3F7FB;
}

.hdjl-box {
    min-height: 400px;
    /*margin-bottom: 30px;*/
}

.zfhdjl_box ul li {
    margin-bottom: 10px;
    margin-right: 4px;
    width: 100%;
    height: 50px;
    background-color: #006BB7
}

.zfhdjl_box ul li a {
    display: block;
    text-align: center;
    padding-top: 10px
}

.zfhdjl_box ul li a img {
    float: left;
    margin: 0 auto 10px;
    vertical-align: middle;
    padding-right: 15px;
    padding-left: 20px;
}

.zfhdjl_box ul li a span {
    font-size: 20px;
    color: #FFF;
    text-align: center;
    float: left;
}

#banner1 {
    display: none;
}

/* 焦点图 */
.slideBox {
    position: relative;
    z-index: 5;
    width: 100%;
    height: 100%;
}

.slideBox .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 10px;
    bottom: 9px;
    z-index: 1;
}

.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.slideBox .hd ul li {
    float: left;
    margin-left: 9px;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #fff;
    cursor: pointer;
}

.slideBox .hd ul li.on {
    background: #c10e13;
}

.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
    overflow: hidden;
}

.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
}

.slideBox .bd li a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.slideBox .bd li p {
    position: absolute;
    left: 0;
    bottom: 0;
    top:300px;
    width: calc(100% - 20px);
    height: 40px;
    background: url(../images/jdt_bg.png) repeat;
    font-size: 16px;
    line-height: 40px;
    color: #fff;
    cursor: pointer;
    padding-left: 20px;
}

.slideBox .bd li a:hover p {
    text-decoration: underline;
}

.slideBox .bd img {
    width: 100%;
    height: 400px;
}

/* 轮播图2 css */
.slideBox-2 {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    /*border: 1px solid #ddd;*/
}

.slideBox-2 .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 5px;
    bottom: 5px;
    z-index: 1;
}

.slideBox-2 .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.slideBox-2 .hd ul li {
    float: left;
    margin-right: 2px;
    width: 15px;
    height: 15px;
    line-height: 14px;
    text-align: center;
    background: #fff;
    cursor: pointer;
}

.slideBox-2 .hd ul li.on {
    background: #f00;
    color: #fff;
}

.slideBox-2 .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox-2 .bd li {
    zoom: 1;
    vertical-align: middle;
}

.slideBox-2 .bd a {
    width: 90%;
    height: 120px;
    margin: 0 auto;
    display: block;
}

.slideBox-2 .bd img {
    width: 100%;
    height: 100%;
}

.prev2 {
    width: 20px;
    height: 20px;
    border-top: 2px solid #B7B7B7;
    border-right: 2px solid #B7B7B7;
    transform: rotate(-135deg);
    position: absolute;
    top: calc(50% - 10px);
    left: 10px;
    cursor: pointer;
}

.next2 {
    width: 20px;
    height: 20px;
    border-top: 2px solid #B7B7B7;
    border-right: 2px solid #B7B7B7;
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 10px);
    right: 10px;
    cursor: pointer;
}

/*对联广告*/
.duilian {
    top: 500px;
    position: absolute;
    width: auto;
    max-width: 100%;
    overflow: hidden;
    z-index: 9999;
}

.duilian_left {
    left: calc(50% - 730px);
}

.duilian_right {
    right: calc(50% - 880px);
}

.duilian_con {
    width: auto;
    height: auto;
    overflow: hidden;
}

.duilian_close {
    position: absolute;
    display: inline-block;
    width: 20px;
    height: 20px;
    /* background-color: #333;
    border: 1px solid #FFFFFF; */
    border-radius: 50%;
    cursor: pointer;
    text-align: center;
    right: 12px;
    top: 12px;
    color: #FFF;
    font-size: 14px;
}

.top2 {
    top: 720px;
}

.top3 {
    top: 1030px;
}

/*右侧导航*/
.affix-toolbar {
    position: fixed;
    right: 0;
    top: 50%;
    width: 80px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 12px;
    color: #6c6c6c;
    text-align: center;
    z-index: 99999;
    box-shadow: 0 0 .75rem 0 rgba(9, 41, 77, .1)
}

.affix-toolbar li {
    position: relative;
    display: block;
    background-color: #fff
}

.affix-toolbar li.affix-toolbar-item-extend {
    margin-bottom: .4rem
}

.affix-toolbar li.affix-toolbar-item-extend a {
    box-shadow: 0 0 .75rem 0 rgba(9, 41, 77, .1)
}

.affix-toolbar li a {
    display: block;
    padding: 10px 0;
    height: auto;
    width: 80px;
    color: #6c6c6c;
    overflow: hidden;
    background-color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap
}

.affix-toolbar li a .icon,
.affix-toolbar li a:before {
    height: 50px;
    display: block;
    font-size: 14px;
}

.affix-toolbar li a:active,
.affix-toolbar li a:hover {
    color: #fff;
    background-color: #006BB7
}

.affix-toolbar li a:active .icon-arrow-left::after,
.affix-toolbar li a:hover .icon-arrow-left::after {
    border-color: transparent #fff transparent transparent
}

.affix-toolbar li.hover .affix-toolbar-hover-item {
    display: block
}

.affix-toolbar li.hover .affix-toolbar-item-popover {
    display: block
}

.affix-toolbar li:active .affix-toolbar-hover-item,
.affix-toolbar li:hover .affix-toolbar-hover-item {
    display: block
}

.affix-toolbar li:active .affix-toolbar-item-popover,
.affix-toolbar li:hover .affix-toolbar-item-popover {
    display: block
}

.affix-toolbar li .affix-toolbar-hover-item {
    display: none;
    position: absolute;
    top: 50%;
    margin-top: -5rem;
    left: -10.7rem;
    width: 10rem;
    height: 10rem;
    padding: 1.2rem 0;
    background-color: #fff;
    box-shadow: 0 .1rem .75rem rgba(9, 41, 77, .15);
    opacity: .97;
    z-index: 99
}

.affix-toolbar li .affix-toolbar-hover-item:after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -.4rem;
    right: -.3rem;
    width: .8rem;
    height: .8rem;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #fff
}

.affix-toolbar li .affix-toolbar-hover-item > img {
    display: block;
    margin: 0 auto;
    width: 6rem;
    height: 6rem;
    background-size: cover
}

.affix-toolbar li .affix-toolbar-hover-item > i {
    font-size: .8rem;
    color: #000;
    text-align: center;
    display: block;
    font-style: normal;
    line-height: 1.5
}


.affix-toolbar .icon-arrow-left::after {
    position: absolute;
    content: "";
    left: .4rem;
    border: 4px solid #6c6c6c;
    border-color: transparent #6c6c6c transparent transparent;
    top: 38%;
    margin-top: -.25rem
}

.affix-toolbar .affix-toolbar-item-popover {
    display: none;
    position: absolute;
    top: 30%;
    right: 75px;
    padding-right: .9rem;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.affix-toolbar .affix-toolbar-item-popover > ul {
    width: 215px;
    min-height: 250px;
    position: relative;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .1);
    background-color: #FFFFFF;
}

.affix-toolbar .affix-toolbar-item-popover > ul:after {
    position: absolute;
    content: "";
    right: -16px;
    top: 50%;
    margin-top: -8px;
    border: 8px solid #fff;
    border-color: transparent transparent transparent #fff
}

.affix-toolbar .affix-toolbar-item-popover-title {
    width: 100%;
    height: 53px;
    font-size: 20px;
    background: url("../images/gg_bg.png") no-repeat;
    color: #FFFFFF;
    padding-top: 10px;
}

.affix-toolbar .affix-toolbar-item-popover-cont {
    width: 85%;
    min-height: 200px;
    margin: 0 auto;
    text-align: left;
    color: #333;
    font-size: 14px;
    line-height: 21px;
    background: url("../images/gg_bgbg.png") no-repeat bottom #FFFFFF;
    background-size: 100%;
    padding-bottom: 20px;
    padding-top: 20px;
    text-indent: 2em;
}


.affix-toolbar .affix-toolbar-item-code {
    width: 8.5rem;
    height: 8.5rem;
    background: #fff;
    padding: 1.3rem 1.75rem 1.75rem;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .1);
    position: relative
}

.affix-toolbar .affix-toolbar-item-code .imgbox {
    margin-bottom: .4rem;
    width: 5rem;
    height: 5rem
}

.affix-toolbar .affix-toolbar-item-code p {
    font-size: .7rem;
    color: #0d1c28;
    line-height: 1.1rem
}

.affix-toolbar .affix-toolbar-item-code::before {
    content: " ";
    position: absolute;
    right: -1rem;
    bottom: 1.25rem;
    width: 0;
    height: 0;
    border-top: .5rem solid transparent;
    border-right: .5rem solid transparent;
    border-bottom: .5rem solid transparent;
    border-left: .5rem solid #fff
}

.icon-search,
.icon-message,
.icon-notice {
    display: block;
    width: 32px;
    margin: 0 auto;
    height: 32px;
}

.icon-notice {
    background: url(../images/notice_icon_0508.png) no-repeat center;
    background-size: 32px 32px;
}

.affix-toolbar li a:hover i.icon-notice,
.icon-notice:hover {
    background: url("../images/notice_icon_05082.png") no-repeat center;
    background-size: 32px 32px;
}

.icon-message {
    background: url(../images/right_nav_icon3.png) no-repeat center;
    background-size: 32px 32px;
}

.affix-toolbar li a:hover i.icon-message,
.icon-message:hover {
    background: url("../images/right_nav_icon3_hover.png") no-repeat center;
    background-size: 32px 32px;
}

.icon-search {
    background: url("../images/right_nav_icon1.png") no-repeat center;
    background-size: 32px 32px;
}

.affix-toolbar li a:hover i.icon-search,
.icon-search:hover {
    background: url("../images/right_nav_icon1_hover.png") no-repeat center;
    background-size: 32px 32px;
}

.icon-complain {
    background: url("../images/right_nav_icon4.png") no-repeat center;
    background-size: 32px 32px;
}

.affix-toolbar li a:hover i.icon-complain,
.icon-complain:hover {
    background: url("../images/right_nav_icon4_hover.png") no-repeat center;
    background-size: 32px 32px;
}

.icon-consult {
    background: url("../images/right_nav_icon2.png") no-repeat center;
    background-size: 32px 32px;
}

.affix-toolbar li a:hover i.icon-consult,
.icon-consult:hover {
    background: url("../images/right_nav_icon2_hover.png") no-repeat center;
    background-size: 32px 32px;
}

.icon-query {
    background: url("../images/right_nav_icon5.png") no-repeat center;
    background-size: 32px 32px;
}

.affix-toolbar li a:hover i.icon-query,
.icon-query:hover {
    background: url("../images/right_nav_icon5_hover.png") no-repeat center;
    background-size: 32px 32px;
}

.icon-gzbgjd {
    background: url("../images/right_nav_icon6.png") no-repeat center;
    background-size: 32px 32px;
}

.affix-toolbar li a:hover i.icon-gzbgjd,
.icon-gzbgjd:hover {
    background: url("../images/right_nav_icon6_hover.png") no-repeat center;
    background-size: 32px 32px;
}


@media (max-width: 768px) {
    html, body {
        overflow: hidden;
        overflow-y: auto;
    }

    .w1200 {
        width: 90%;
        /*margin: 22px auto;*/
    }

    .sy_img {
        display: none
    }

    .sy_img_m {
        /*height: 90px;*/
        height: auto;
        display: block;
        width: 100%
    }

    .sy_img_m img {
        width: 100%;
        height: 100%
    }

    .syxw_xq {
        display: none
    }

    .sytt_box {
        background: url("../images/index_bg_m.png");
        min-height: 72px;
        height: auto;
        margin: 10px 0;
        background-size: 100% 100%
    }

    .sytt_news {
        font-size: 16px;
        line-height: 22px;
        width: auto;
        padding: 10px;
        margin: 0;
        white-space: inherit;
        text-overflow: inherit;
    }

    .m-slide {
        width: 100%;
        float: none;
        height: 196px;
        overflow: hidden;
    }

    .szxw-box {
        float: none;
        width: 100%;
        margin-top: 22px;
        height: auto;
        min-height: 280px
    }

    .swiper-pagination-t1 {
        background: none;
        justify-content: center
    }

    .swiper-slide-t1 p {
        display: none
    }

    .xxgk-title h1 {
        font-size: 20px;
        font-weight: 600
    }

    .xxgk-title {
        height: 60px
    }

    .xxgk-tab {
        flex-wrap: wrap;
        margin-top: 0;
    }

    .xxgk-tab .xxgk-itme1 {
        width: 100%;
        margin: 0 auto;
        float: none
    }

    .xxgk-tab .xxgk-itme {
        width: 100%;
        flex: auto;
        margin-right: 0;
        min-height: 300px;
        margin-left: 0;
    }

    .xxgk-box {
        min-height: 1000px
    }

    .zfxxgk_box ul li {
        height: 60px;
        padding-left: 10%;
        box-sizing: border-box
    }

    .zfxxgk_box ul li a {
        margin-top: 15px;
        display: inline-block
    }

    .zfxxgk_box ul li a img {
        display: inline-block;
        margin: 0;
        vertical-align: middle;
        padding: 0 10px
    }

    .zfxxgk_box ul li a span {
        display: inline-block;
        margin-top: 0;
    }

    .bsfw-tab {
        flex-wrap: wrap;
        width: 100%;
        margin: 0 auto
    }

    .bsfw-itme {
        margin: 10px 0;
        width: 100%;
    }

    .bt-img img {
        width: 100%
    }

    .bsfw-bsrd ul li span {
        padding-top: 5px
    }

    .hyjs-box {
        width: 95%;
        margin: 0 auto
    }

    .hyjs-box ul {
        margin-top: 0;
    }

    .hyjs-box ul li {
        width: 33.33%;
        text-align: center;
        line-height: normal;
        height: 75px;
        font-size: 14px
    }

    .hyjs-box ul li a img {
        display: block;
        margin: 10px auto;
        padding: 0;
        height: 27px
    }

    .hyjs-icon {
        width: auto;
        height: auto;
        float: none;
    }

    #banner1 {
        display: block;
    }

    #slideBox {
        display: none;
    }

    #banner2 {
        display: block;
    }

    .pic-box {
        height: 120px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: 0;
    }

    .duilian {
        display: none
    }

    .affix-toolbar {
        display: none;
    }

    .ttxw-box {
        width: 100%;
    }

    .searchbg {
        width: 100%;
        float: none;
        padding: 0;
    }
}
