@charset "utf-8";

/* CSS3动画库 */
@import url("animate.css");

/* swiper */
@import url("swiper.css");

/* common */
html * {
    outline: 0;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: antialiased;
    -webkit-appearance: none;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, legend, input, button, textarea, p, th, td {
    margin: 0; padding: 0;
}
fieldset,
img {
    border: 0;
}
address,
cite,
dfn,
em,
var {
    font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}
ol,
ul {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
}
caption,
th {
    text-align: left;
    font-weight: normal;
}

/* 通用功能 */
input,
label {
    vertical-align: middle;
}
.fl {
    float: left;
    _display: inline;
}
.fr {
    float: right;
    _display: inline;
}
.clearfix:after {
    content: '\20';
    display: block;
    height: 0;
    clear: both;
}
.clearfix,
.nav,
.content,
.grid,
.row,
.h {
    *zoom: 1;
}
.grid {
    width: 1440px;
    margin: 0 auto;

}
.clear {
    clear: both;
    height: 0;
    font: 0/0 Arial;
    visibility: hidden;
}
.hide {
    display: none;
}
body,
button,
input,
select,
textarea {
    font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, SimHei, sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    color: #333;
}
#barrierfree_container{
    background: url("bg.jpg") top center no-repeat;
    background-size: 100%;
}
a {
    color: #555555;
    text-decoration: none;
}
a:hover {
    color: #3366CC;
    text-decoration: none;
}
a:active {
    outline: none;
}
input::-webkit-input-placeholder {
    color: #BEBEBE;
}
input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #BEBEBE;
}
input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #BEBEBE;
}
input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #BEBEBE;
}

/* webkit滚动条 */

/*::-webkit-scrollbar {*/
/*    width: 6px;*/
/*    height: 6px;*/
/*}*/

/*::-webkit-scrollbar-thumb {*/
/*    background-color: #bbb;*/
/*}*/

/*::-webkit-scrollbar-thumb:hover {*/
/*    background-color: #aaa;*/
/*}*/

/*::-webkit-scrollbar-track-piece {*/
/*    background-color: #ddd;*/
/*}*/

i {
    font-style: normal
}
input::-webkit-input-placeholder {
    color: #BEBEBE;
}
input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #BEBEBE;
}
input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #BEBEBE;
}
input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #BEBEBE;
}
li i {
    width: 72px;
    height: 72px;
    display: inline-block;
    margin: 0 auto;
    margin-top: -4px;
    vertical-align: middle;
    transition: all .3s;
}
li:hover i {
    transform: rotatez(360deg);
}

/*  列表开始 */

.list li {
    position: relative;
    line-height: 1.5;
}
.list li>a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}
.list .pic,
.pic-text .pic {
    position: relative;
    overflow: hidden;
}
.list .pic img,
.pic-text .pic img {
    display: block;
    width: 100%;
    min-height: 100%;
    transition: all 0.3s;
}
.list .pic:hover img,
.pic-text .pic:hover img {
    transform: scale(1.1);
}

/* 文字列表基础 */
.list-t {
    text-align: left;
}
.list-t li {
    position: relative;
    line-height: 36px;
    font-size: 16px;
    padding: 4px 0 4px 20px;
    max-width: 100% !important;
}
.list-t.li2 li {
    padding: 5px 0 5px 0;
}
.list-t.li2 span:after {
    height: 15px;
    background: #c5c5c5;
    top: 15px;
    width: 2px;
    content: "";
    position: absolute;
    right: -13px;
}
.list-t.li2 li:before {
    display: none;
}
.list-t.li2 li .type {
    float: left;
    position: relative;
    margin-right: 26px;
}
.list-t.li2 li .type1 {
    color: #f8a300;
}
.list-t.li2 li .type2 {
    color: #18be4f;
}
.list-t.li2 li .type3 {
    color: #e21d0e;
}
.list-t li:hover a {
    transform: translateX(-4px);
}
.list-t li:before {
    content: "";
    position: absolute;
    top: 24px;
    left: 0;
    width: 4px;
    height: 4px;
    margin-top: -2px;
    background-color: #b9c3cb;
}
.list-t li:hover:before {
    background-color: #1b80d2;
}
.list-jd li p {
    max-width: 100%;
}
.list-jd li p a {
    display: inline-block;
    max-width: 78%;
}
.list-t li a.jd {
    color: #DF4242;
}
.list-t li .date {
    color: #888888;
    font-size: 14px;
}

/*  列表结束 */

/* 组件列表开始 */
.bt-all {
    width: 43.75rem;
}
.bt-all .bt-tab-tit {
    border-bottom: 1px solid #e8e8e8;
}
.bt-all .bt-title-tab {
    padding: 3px 0 26px;
    margin-right: 50px;
}
.bt-all .bt-title-tab a{
    font-weight: 600;
}
.bt-all .bt-title-tab-hover {
    border-bottom: 3px solid #3366CC;
    color: #3366CC;
    font-weight: bold;
}
.bt-all .bt-title-tab-hover a {
    color: #3366CC;
    font-weight: bold;
}

.bt-all .bt-tab-tit_i {
    border-bottom: 1px solid #e8e8e8;
}
.bt-all .bt-title-tab_i {
    padding: 3px 0 26px;
    margin-right: 50px;
    font-size: 24px;
}
.bt-all .bt-title-tab_i a{
    font-weight: 600;
}
.bt-all .bt-title-tab_i-hover {
    border-bottom: 3px solid #3366CC;
    color: #3366CC;
    font-weight: bold;
}
.bt-all .bt-title-tab_i-hover a {
    color: #3366CC;
    font-weight: bold;
}

.bt-all .bt-list-time {
    color: #888888;
    font-size: 18px;
}
.bt-allUnder-18 .bt-list-new {
    font-size: 1.125rem;
    line-height: 2.75rem;
    border-bottom: none;
}
.bt-lists-cover{
    margin-top: 20px;
}
.bt-lists-cover li{
    background: url(bt-listPic.png) left center no-repeat;
}
.bt-all .bt-list{
    overflow: visible;
}
.bt-all .bt-con-tab{
    overflow: visible;
}
.tab_new{
    position: relative;
}
.tab_new .gd_box{
    position: absolute;
    top: -72px;
    right: 0;
}
.tab_new .gd_box a{
    color: #999;
    font-size: 16px;
}
.tab_zcwj{
    position: relative;
}
.tab_zcwj .gd_box{
    position: absolute;
    top: -70px;
    right: 0;
}
.tab_zcwj .gd_box a{
    color: #999;
    font-size: 16px;
}
.tab1{
    position: relative;
}
.tab1 .gd_box{
    position: absolute;
    top: 48px;
    right: 0;
}
.tab1 .gd_box a{
    color: #999 !important;
    font-size: 16px !important;
}
.rx{
    position: relative;
}
.rx .gd_box{
    position: absolute;
    top: 44px;
    right: 0;
}
.rx .gd_box a{
    color: #999 !important;
    font-size: 16px !important;
    font-weight: 400;
}
.ztzl{
    position: relative;
}
.ztzl .gd_box{
    position: absolute;
    top: 3px;
    right: 0;
}
.ztzl .gd_box a{
    color: #999 !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    border: none !important;
}
.bt-all .bt-list-new{
    border: none;
    font-size: 18px;
    line-height: 45px;
}
.bt-allUnder-18 .bt-lists-cover li {
    background-position: left 1.35rem;
}
.news.bt-allUnder-18 .bt-list {
    height: 22.25rem;
}
.news.bt-allUnder-18 .bt-con-tab {
    height: 21.5rem;
}
.sec04Left.bt-allUnder-18 .bt-list {
    height: 20rem;
}
.sec04Left.bt-allUnder-18 .bt-con-tab {
    height: 19rem;
}
.sec06 .bt-allUnder-18 .bt-list {
    height: 22rem;
}
.sec06 .bt-allUnder-18 .bt-con-tab {
    height: 22rem;
}
.sec06 .bt-lists-cover li.white ins {
    width: 16px;
}
.bt-allUnder-16 .bt-list {
    height: 23.375rem;
}
.bt-allUnder-16 .bt-con-tab {
    height: 22.375rem;
}
.bt-allUnder-16 .bt-list {
    height: 18.75rem;
}
.bt-allUnder-16 .bt-con-tab {
    height: 18rem;
}
.bt-lists-cover {
    margin-top: 20px;
}
.bt-lists-cover li.white ins {
    width: 20px;
    height: 50px;
}

/* 政府文件-解读 */
.sec04Left.bt-allUnder-18 .bt-list-new {
    position: relative;
}

/*.sec04Left.bt-allUnder-18 .bt-list-new a.bt-block {*/
/*    text-indent: 3.6rem;*/
/*}*/
.sec04Left.bt-allUnder-18 .bt-list-new a{
    width: 73%;
}
.sec04Left.bt-allUnder-18 .bt-con-tab .jd {
    letter-spacing: 0;
    font-size: 20px;
    color: red;
}
.bt-all .bt-list-time{
    margin-left: 0;
}
.sec06 .bt-allUnder-18 .bt-list-new {
    padding-left: 0;
    line-height: 2.75rem;
    font-size: 1rem;
    border-bottom: none;
}
.sec06 .bt-lists-cover li {
    background: none;
}
.sec06 .bt-lists-cover li .type {
    position: relative;
    margin-right: 25px;
}
.sec06 .bt-lists-cover li .type:after {
    height: 15px;
    background: #c5c5c5;
    top: 4px;
    width: 1px;
    content: "";
    position: absolute;
    right: -15px;
}
.sec06 .bt-all .bt-title-tab-hover {
    padding: 42px 0 27px;
}

/* 网上问政 */
.sec06 .sec06Mid .zx {
    color: #2ebd4e;
}
.sec06 .sec06Mid .jy {
    color: #3366CC;
}
.sec06 .sec06Mid .ts {
    color: #E5524B;
}
/* 民意征集 */
.sec06 .sec06Right .ybj {
    color: #9f9f9f;
}
.sec06 .sec06Right .zjz {
    color: #2ebd4e;
}
/* 组件列表结束 */

/* 板块通用部分开始 */
.main,
.side {
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
}
.content {
    padding-bottom: 15px;
}
.content .row {
    margin-right: 0;
    margin-left: 0;
}
.content .row>.col,
.content .row>[class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
.pane {
    position: relative;
    overflow: hidden;
}
.tab-pane .pane>ul,
.tab-pane .pane>div {
    animation-duration: .3s;
}
.tab,
h3.title {
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 8px;
}
h3.title {
    margin-bottom: 20px;
}
h3.title {
    margin-bottom: 16px;
}
.tab a,
h3.title a {
    display: inline-block;
    font-size: 24px;
    height: auto;
}
.tab a.current,
h3.title a {
    border-bottom: 3px solid #3366CC;
    color: #3366CC;
    font-weight: bold;
    padding-bottom: 122px;
}
.tab a.more {
    position: absolute;
    right: 0;
    margin: 0;
    font-size: 14px;
    color: #999999;
}
.list-a li i {
    display: block;
    width: 40px;
    height: 40px;
    background-size: 240px auto;
    background-repeat: no-repeat;
}
.tab-pane .pane>div,
.tab-pane .pane>ul {
    display: none;
}
.tab-pane .pane>div.active,
.tab-pane .pane>ul.active {
    display: block;
}

/* part1开始 */

.focus .pic>div {
    position: relative;
    overflow: hidden;
    /*width: 100% !important;*/
}
.focus .pic img {
    width: 100%;
    height: 100%;
}
.focus .pic span {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    padding: 10px 120px 10px 20px;
    line-height: 41px;
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: #333;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
}
.focus .focus-prev,
.focus .focus-next {
    position: absolute;
    top: 50%;
    z-index: 3;
    display: block;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    line-height: 60px;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, .5);
    background-size: 24px auto;
    color: #fff;
    opacity: 0;
    transition: all .3s;
}
.focus .focus-prev {
    transform: translate(-50px, 0);
    left: 0;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23fff'%2F%3E%3C%2Fsvg%3E");
    /*background-image: url(arr_l.png) \0;*/
}
.focus .focus-next {
    transform: translate(50px, 0);
    right: 0;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23fff'%2F%3E%3C%2Fsvg%3E");
    /*background-image: url(arr_r.png) \0;*/
}
.focus:hover .focus-prev,
.focus:hover .focus-next {
    opacity: 1;
    transform: translate(0, 0);
}
.focus .navi {
    position: absolute;
    bottom: 19px;
    right: 0;
    z-index: 9;
    text-align: right;
    padding: 0 14px;
    margin-bottom: 4px \9;
    width: 150px;
    left: auto;
}
.swiper-pagination-bullet{
    width: 12px;
    height: 12px;
}
.focus .navi li {
    float: left;
    width: 8px;
    height: 8px;
    margin: 0 2px;
    /*font: 0/0 lx;*/
    border: 1px solid #fff;
    color: transparent;
    border-radius: 100px;
    transition: all .3s;
}
.focus .navi li.on {
    background-color: #fff;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}
.focus .swiper-pagination-bullet {
    border: 0;
    background: #fff;
    opacity: 1;
    margin: 0 4px;
}
.focus .swiper-pagination-bullet-active {
    background-color: #3366CC;
}
.news .list-t li a {
    width: 80%;
}
.topic {
    position: relative;
}
.topic h2 {
    width: 60px;
    height: 130px;
    /*background: url(topic.jpg) 0 0 no-repeat;*/
}
.topic .scroll {
    position: relative;
    margin: 0;
    overflow: hidden;
    height: 195px;
}
.topic .scroll_old{
    display: none;
}
.topic-next_old{
    display: none;
}
.topic-prev_old{
    display: none;
}
.topic li {
    width: 330px \9;
}
.topic li a {
    display: block;
    width: 222px \9;
    margin: 0 20px;
}
.topic li img {
    width: 100%;
}
.topic-prev,
.topic-next {
    position: absolute;
    top: 41%;
    width: 32px;
    height: 48px;
    margin-top: -20px;
    background-size: 16px auto;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #eee;
    cursor: pointer;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    background: url("zt_left.png") center no-repeat;
    left: -20px;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    background: url("zt_right.png") center no-repeat;
    right: -20px;
}

/* 板块通用部分结束 */

/* 页面主体开始 */

.index .p1 {
    background-color: #fff;
    border: 1px solid #D0DDFF;
    border-top: none;
    padding-bottom: 40px;
    margin-bottom: 40px;
}
.index .sec01{
    padding: 0 40px;
}
.index .sec01 h2 {
    font-size: 32px;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: auto;
    text-align: center;
}
.index .sec01 h2 a {
    display: inline-block;
    margin: 45px auto 45px;
    color: #333333;
    font-weight: 600;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.index .sec01 .myTopic ul {
    margin-bottom: 40px;
    text-align: center;
}
.index .sec01 .myTopic ul li {
    max-width: 31%;
    margin: 0 1%;
    position: relative;
    display: inline-block;
}
.index .sec01 .myTopic ul li+li:before {
    content: "I";
    color: #565656;
    left: -18px;
    position: absolute;
    top: 1px;
}
.index .sec01 .myTopic ul li a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    transition: all .3s;
    vertical-align: middle;
}
.index .sec01 .myTopic {
    margin-bottom: 21px;
}
.index .sec01 .myTopic .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 6px;
}

.index .sec02 {
    display: flex;
    justify-content: space-between;
    padding: 0 40px;
}
.index .sec02 .lbt {
    margin: 0;
    width: 720px;
    height: 480px;
    position: relative;
    overflow: hidden;
}
/*.slideBox{*/
/*    display: none;*/
/*}*/
.slideBox .hd {
    z-index: 1;
    overflow: hidden;
    position: absolute;
    height: 12px;
    right: 1.25rem;
    bottom:  calc((60px - 12px ) / 2);
}
.slideBox .prev,
.slideBox .next {
    position: absolute;
    top: 50%;
    z-index: 3;
    display: block;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    line-height: 60px;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, .5);
    background-size: 24px auto;
    color: #fff;
    opacity: 0;
    transition: all .3s;
    background-repeat: no-repeat;
    background-position: center;
}
.slideBox .prev {
    transform: translate(-50px, 0);
    left: 0;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23fff'%2F%3E%3C%2Fsvg%3E");
    /*background-image: url(arr_l.png) \0;*/
}
.slideBox .next {
    transform: translate(50px, 0);
    right: 0;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23fff'%2F%3E%3C%2Fsvg%3E");
    /*background-image: url(arr_r.png) \0;*/
}
.slideBox:hover .prev,
.slideBox:hover .next {
    opacity: 1;
    transform: translate(0, 0);
}
.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.slideBox .hd ul li {
    float: left;
    text-align: center;
    cursor: pointer;
    background: #fff;
    width: 0.75em;
    height: 0.75rem;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    margin-left: 8px;
}
.slideBox .hd ul li:first-child{
    margin-left: 0;
}
.slideBox .hd ul li.on {
    background: #3366CC;
}

.slideBox .bd {
    position: relative;
    z-index: 0;
    /*height: 28em;*/
}

.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
}

.slideBox .bd img {
    display: block;
    object-fit: cover;
    height: 480px;
}

.lbText {
    width: 100%;
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    height: 3.75rem;
}

.lbText a {
    color: #FFFFFF;
    font-size: 18px;
    margin-left: 1.25em;
    overflow: hidden;
    width: 70%;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 60px;
    line-height: 60px;
}

.lbText a:hover {
    color: #ffffff;
}

.tempWrap {
    width: 100% !important;
}
.index .sec02 .news {
    width: 600px;
    height: 480px;
    overflow: hidden;
}
.bt-list-new a{
    width: 78%;
    overflow-x: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.bt-list-new span{
    float: right;
}
/* .index .sec02 .news li:before { content: ""; position: absolute; top: 24px; left: 0; width: 4px; height: 4px; margin-top: -2px; background-color: #b9c3cb;} */
.index .sec02 .news li:hover:before {
    background-color: #1b80d2;
}
.index .sec03 {
    position: relative;
    margin: 80px auto 40px;
}
.sec03 .swiper2 {
    height: 138px;
}
.sec03 .focus-prev,
.sec03 .focus-next {
    width: 38px;
    height: 38px;
    transform: translate(0, 0);
    opacity: 1;
    background: url(png-3.png);
    top: 52%;
}
.sec03 .focus-next {
    background: url(png-2.png);
}


/* 信息公开 */

.index .sec04 {
    padding-bottom: 20px;
}
.index .sec04Top {
    display: flex;
    justify-content: space-between;
    height: 375px;
}
.zwgk_btn_box{
    width: 240px;
    border: 1px solid #D0DDFF;
    padding: 0 20px;
}
.zwgk_btn_box li{
    width: 100%;
    height: 62px;
    padding-left: 60px;
    border-bottom: 1px solid #EAF4FF;
}
.zwgk_btn_box li:nth-child(1){
    background: url("gkzd_btn_icon.png") 11px center no-repeat;
}
.zwgk_btn_box li:nth-child(2){
    background: url("wznb_btn_icon.png") 10px center no-repeat;
}
.zwgk_btn_box li:nth-child(3){
    background: url("gkzn_btn_icon.png") 12px center no-repeat;
}
.zwgk_btn_box li:nth-child(4){
    background: url("ysqgk_btn_icon.png") 10px center no-repeat;
}
.zwgk_btn_box li:nth-child(5){
    background: url("gknb_btn_icon.png") 10px center no-repeat;
}
.zwgk_btn_box li:nth-child(6){
    background: url("gkfd_btn_icon.png") 10px center no-repeat;
    border-bottom: none;
}
.zwgk_btn_box li a{
    display: block;
    width: 100%;
    line-height: 62px;
    font-size: 18px;
    color: #333;
}
.zwgk_btn_box li a:hover{
    color: #3366CC;
}
.index .sec04Top .sec04Left {
    width: 560px;
    max-height: 375px;
    /*overflow: hidden;*/
}
.index .sec04Top .sec04Right {
    width: 560px;
}
.index .p2-1 {
    background: url(xxgk_bg.jpg) no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
    padding-right: 60px;
    position: relative;
    height: 180px;
}
.index .p2-1 li:hover i {
    transform: translateX(-10px)
}
.index .p2-1 ul {
    float: right;
    position: relative;
}
.index .p2-1 li a {
    position: relative;
    background: #fff;
    display: block;
    padding-left: 20px;
    margin-top: 15px;
    color: #3366CC;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    border-radius: 6px;
    font-size: 16px;
    width: 178px;
}
.index .p2-1 i.icon2 {
    width: 22px;
    height: 18px;
    background: url(xxgk_icon.png) no-repeat;
    margin-right: 20px;
}
.index .p2-2 {
    padding: 27px 0;
    margin-top: 25px;
}
.index .p2-2 ul {
    justify-content: space-between;
    display: flex;
}
.index .p2-2 ul:after {
    display: none;
}
.index .p2-2 li {
    width: 110px;
    float: left;
    text-align: center;
    position: relative
}
.index .p2-2 li i {
    display: block;
    width: 110px;
    height: 108px;
    background-size: 40rem auto;
}
.index .p2-2 li i.i1 {
    background: url("jcgk_icon.png") center no-repeat;
}
.index .p2-2 li i.i2 {
    background: url("zxgk_icon.png") center no-repeat;
}
.index .p2-2 li i.i3 {
    background: url("glgk_icon.png") center no-repeat;
}
.index .p2-2 li i.i4 {
    background: url("fwgk_icon.png") center no-repeat;
}
.index .p2-2 li i.i5 {
    background: url("jggk_icon.png") center no-repeat;
}
.index .p2-2 ul li:hover ul {
    top: 68px;
    display: block !important;
}
.index .p2-2 ul li ul {
    background: #FFFFFF;
    display: none;
    position: absolute;
    z-index: 99;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    width: 150px;
    background: #FFFFff;
    top: 0px;
}
.index .p2-2 ul #zdgk5 ul{
    width: 150px;
}

.index .p2-2 ul li ul li a {
    float: left;
    transition: all 0.4s;
    padding-left: 26px;
    background: url(dian01.png) 10px 15px no-repeat;
    height: 32px;
    line-height: 32px;
    display: block;
    color: #333333;
    font-size: 14px;
    font-family: "微软雅黑";
}
.index .p2-2 ul li ul li:hover a {
    margin-left: 10px;
}
.index .p2-2 ul li ul li {
    float: left;
    width: 150px;
    height: 32px;
    overflow: hidden;
}
.index .p2-2 ul li ul li:hover {
    background-color: rgb(223, 243, 249);
}
.index .p2-2 li a {
    font-size: 18px;
    margin-left: 0;
    display: inline-block;
    background: url("cy.png") center -5px no-repeat;
    font-weight: 500;
}
.index .p2-3 ul {
    justify-content: space-between;
    display: flex;
    margin: 52px 0 21px;
    flex-wrap: wrap;
}
.index .p2-3 li {
    float: left;
    text-align: left;
    background: url(gkbtn_bg.png) no-repeat;
    width: 223px;
    background-size: 100% 100%;
    line-height: 86px;
    height: 80px;
    font-weight: bold;
}
.index .p2-3 li i {
    width: 30px;
    height: 35px;
    margin-right: 22px;
    margin-left: 30px;
    display: inline-block;
    margin-top: 5px;
}
.index .p2-3 li:hover {
    background: url(gkbtn_bg_hover.png) no-repeat;
    background-size: 100% 100%;
}
.index .p2-3 li:hover a {
    color: #fff;
}
.index .p2-3 li i.i1 {
    background: url("gkzn_btn_icon.png") no-repeat;
}
.index .p2-3 li:hover i.i1 {
    background: url("gkzn_btn_icon_hover.png") no-repeat;
}
.index .p2-3 li i.i2 {
    background: url("gkzd_btn_icon.png") no-repeat;
}
.index .p2-3 li:hover i.i2 {
    background: url("gkzd_btn_icon_hover.png") no-repeat;
}
.index .p2-3 li i.i3 {
    background: url("gknb_btn_icon.png") no-repeat;
}
.index .p2-3 li:hover i.i3 {
    background: url("gknb_btn_icon_hover.png") no-repeat;
}
.index .p2-3 li i.i4 {
    background: url("wznb_btn_icon.png") no-repeat;
}
.index .p2-3 li:hover i.i4 {
    background: url("wznb_btn_icon_hover.png") no-repeat;
}
.index .p2-3 li i.i5 {
    background: url("gkfd_btn_icon.png") no-repeat;
}
.index .p2-3 li:hover i.i5 {
    background: url("gkfd_btn_icon_hover.png") no-repeat;
}
.index .p2-3 li i.i6 {
    background: url("ysqgk_btn_icon.png") no-repeat;
}
.index .p2-3 li:hover i.i6 {
    background: url("ysqgk_btn_icon_hover.png") no-repeat;
}
.index .p2-3 a {
    font-size: 18px;
    display: block;
    width: 100%;
    height: 80px;
    line-height: 80px;
}

/* 办事服务 */

.index .p3 {
    /*background: #eaf5ff url(zwfw_bg.png) no-repeat;*/
    background-size: 100% auto;
    height: auto;
    padding: 40px 0;
}
.index .p3 .p3-1 {
    padding-bottom: .4rem;
    width: 48%;
}
.index .p3 .col-md-4 {
    width: 34.333333%;
    font-weight: bold;
}
.index .p3-1 h3 a {
    color: #3366CC;
    font-weight: bold;
    font-size: 36px;
    display: block;
    margin: .4rem 0;
}
.index .p3-1 li {
    float: left;
}
.index .p3-1 ul {
    display: flex;
    justify-content: space-between;
    padding-right: 50px;
}
.index .p3-1 li b {
    color: #3366CC;
    font-size: 40px;
    margin: 15px 5px 0 0;
    display: inline-block;
    font-weight: normal;
}
.index .p3-2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.index .p3-2 li {
    float: left;
    text-align: center;
    background: #fbfdff;
    width: 46%;
    line-height: 82px;
    height: 82px;
    margin: 0.15rem 0;
    font-weight: bold;
    box-shadow: 3px 2px 5px rgba(184, 177, 177, 0.12);
}
.index .p3-2 li i {
    background-position: -9px -102px;
    width: 47px;
    height: 47px;
    margin-right: 10px;
    background-size: 603px auto;
}
.index .p3-2 li i.i2 {
    background-position: -65px -102px;
}
.index .p3-2 li i.i3 {
    background-position: -121px -102px;
}
.index .p3-2 li.i4 {
    /*background: #fff url(png-5.png) no-repeat;*/
    text-align: right;
    padding-right: 4%;
}
.index .p3 .ewm {
    background: #fbfdff;
    text-align: center;
    margin: 0px;
    border-top: 5px solid #1658a0;
    padding: 20px;
    box-shadow: 3px 2px 5px rgba(184, 177, 177, 0.12);
}
.index .p3 .ewm p {
    margin-top: 5px;
}
.pdname_box {
    padding: 20px 0;
    /*background: url('zwfw_tit.jpg') center no-repeat;*/
    /*background-size: 73%;*/
    color: #3366CC;
    font-size: 24px;
    font-weight: bold;
    height: 70px !important;
}
.pdname_box>a{
    display: block;
    width: 150px;
    height: 37px;
    margin: 0 auto;
}
.zwfw_tit{
    background: url('zwfwpt_title.png') center no-repeat;
}
.zwxxgk_tit{
    background: url('zfxxgk_title.png') center no-repeat;
    margin-bottom: 20px;
}
.hdjl_tit{
    background: url('hdjl_title.png') center no-repeat;
}
.ztzl_tit{
    background: url('ztzl_title.png') center no-repeat;
    margin-top: 20px;
    margin-bottom: 20px;
}
.index .p3 .sec05list {
    display: flex;
    justify-content: space-between;
}
.index .p3 .sec05list{
    display: none !important;
}
.index .p3 div.sec05list_old{
    display: none;
}
.index .p3 div.sec05list_phone{
    display: none;
}
.index .p3 .sec05list>div {
    transition: all 0.3s;
    width: 260px;
}
.index .p3 .sec05list>div.on {
    width: 540px;
}
.index .p3 .sec05list>div.on ul {
    display: block;
    padding-left: 29px;
    margin-top: 0;
}
/* .index .p3 .col-md-2 .ewm {
  box-shadow: none;
} */
.index .p3 .sec05list>div .ewm {
    display: flex;
    justify-content: center;
    margin: 0;
    margin-bottom: 35px;
    box-shadow: none;
    padding: 20px 5px;
    min-height: 229px;
    height: 230px;
}
.index .p3 .sec05list>div.on .ewm img{
    margin-left: -36px;
}
.index .p3 .sec05list>div.on .ewm p{
    margin-left: -38px;
}
.index .p3 .sec05list>div .ewm img {
    width: 100px;
    margin: 15px 0 25px 0;
    display: block;
}
.index .p3 .sec05list>div.noTab .ewm {
    display: block;
    padding-top: 13px;
}
.index .p3 .ewm ul {
    display: none;
    height: 184px;
    overflow: hidden;
    width: 68%;
}
.index .p3 .ewm ul li {
    float: left;
    line-height: 45px;
    width: 33.3%;
    position: relative;
    font-size: 16px;
    transition: all .3s;
    padding-left: 20px;
    text-align: left;
}
.index .p3 .ewm ul li:after{
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    left: 10px;
    top: 22px;
    background: #3366CC;
}
.index .p3 .ewm ul li:hover {
    /*transform: translateX(-7px);*/
    color: #3366CC;
}
.index .p3 .ewm ul li a {
    color: #333;
    display: block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.index .p3 .sec05list>div.noTab .ewm img {
    margin: 24px auto;
    width: 100px;
    max-width: 100%;
}
.index .p3 .col-md-2:not(.noTab) .ewm img+p {
    margin-bottom: 14px;
}
.index .p3 .col-md-3:not(.noTab) .ewm img+p {
    margin-bottom: 14px;
}
.index .p3 .ewm p {
    font-weight: bold;
    font-size: 18px;
}
.sec05zqfw ul>li{
    width: 100% !important;
}

/*改版后政务服务样式*/
.zwfw_box{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
.zwfw_top1{
    width: 454px;
}
.zwfw_top2{
    width: 946px;
}
.zwfw_link{
    width: 100%;
    height: 160px;
    margin-bottom: 20px;
}
.zwfwdt_pic_old,.zwfwdt_pic_phone{
    display: none;
}
.zwfw_tab_box{
    width: 100%;
    height: auto;
}
.zwfw_tit_tab{
    width: 100%;
    height: 60px;
}
.zwfw_list_box{
    width: 100%;
    padding: 30px;
    border: 1px solid #D0DDFF;
    border-top: none;
}
.zwfw_tit_tab li{
    float: left;
    width: 50%;
    height: 60px;
}
.zwfw_tit_tab li a{
    display: block;
    width: 100%;
    line-height: 60px;
    text-align: center;
    background: #EAF4FF;
    color: #333;
    font-size: 24px;
}
.zwfw_tit_tab li.hover a{
    background: #3366CC;
    color: #fff;
}
.zwfw_list{
    display: none;
}
.zwfw_list ul{
    display: flex;
    flex-wrap: wrap;
}
.zwfw_list li{
    /*float: left;*/
    width: 72px;
    height: 106px;
    margin: 0 29px 30px 29px;
}
.zwfw_list li a{
    display: block;
    width: 100%;
    padding-top: 82px;
    text-align: center;
}
.zwfw_list .zwfw_grfw li:nth-child(1) a{
    background: url("sysy.jpg") center 20px no-repeat;
}
.zwfw_list .zwfw_grfw li:nth-child(2) a{
    background: url("hjbl.jpg") center 20px no-repeat;
}
.zwfw_list .zwfw_grfw li:nth-child(3) a{
    background: url("zfbz.jpg") center 20px no-repeat;
}
.zwfw_list li:nth-child(4){
    margin-bottom: 0;
}
.zwfw_list .zwfw_grfw li:nth-child(4) a{
    background: url("shbz.jpg") center 20px no-repeat;
}
.zwfw_list li:nth-child(5){
    margin-bottom: 0;
}
.zwfw_list .zwfw_grfw li:nth-child(5) a{
    background: url("jtcx.jpg") center 20px no-repeat;
}
.zwfw_list li:nth-child(6){
    margin-bottom: 0;
}
.zwfw_list .zwfw_grfw li:nth-child(6) a{
    background: url("cjrj.jpg") center 20px no-repeat;
}

.zwfw_list .zwfw_frfw li:nth-child(1) a{
    background: url("slbg.png") center 20px no-repeat;
}
.zwfw_list .zwfw_frfw li:nth-child(2) a{
    background: url("zscq.png") center 20px no-repeat;
}
.zwfw_list .zwfw_frfw li:nth-child(3) a{
    background: url("zzrz.png") center 20px no-repeat;
}
.zwfw_list .zwfw_frfw li:nth-child(4) a{
    background: url("sscw.png") center 20px no-repeat;
}
.zwfw_list .zwfw_frfw li:nth-child(5) a{
    background: url("jtys.png") center 20px no-repeat;
}
.zwfw_list .zwfw_frfw li:nth-child(6) a{
    background: url("tzsp.png") center 20px no-repeat;
}
.zwfw_lb_box{
    width: 100%;
    height: 362px;
    margin-bottom: 40px;
    overflow: hidden;
    position: relative;
}
.zwfw_btn_link{
    width: 100%;
}
.zwfw_lb_box .swiper-slide{
    /*width: 463px !important;*/
    height: 362px;
    padding: 30px;
    border: 1px solid #D0DDFF;
}
.zwfw_lb_a1{
    display: block;
}
.zwfw_lb_a2{
    display: block;
    font-size: 20px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #3366CC;
    margin-top: 30px;
    margin-bottom: 20px;
}
.zwfw_lb_a3{
    display: block;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #999;
}
.zwfw_lb_a3:hover{
    color: #999;
}
.zwfw_lb_btn_box{
    position: absolute;
    width: 40px;
    height: 60px;
    top: 28%;
    z-index: 9;
    cursor: pointer;
}
.topic-next_zwfw{
    left: 30px;
    background: url("zwfw_left.jpg") no-repeat;
}
.topic-prev_zwfw{
    right: 29px;
    background: url("zwfw_right.jpg") no-repeat;
}
.zwfw_btn_link ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.zwfw_btn_link li{
    width: 220px;
    height: 60px;
    border: 1px solid #D0DDFF;
    margin-bottom: 20px;
}
.zwfw_btn_link li:hover{
    border: none;
    background: #EAF4FF;
}
.zwfw_btn_link li:nth-child(5),.zwfw_btn_link li:nth-child(6),.zwfw_btn_link li:nth-child(7),.zwfw_btn_link li:nth-child(8){
    margin-bottom: 0;
}
.zwfw_btn_link li a{
    display: block;
    padding-left: 80px;
    line-height: 60px;
    font-size: 18px;
    color: #333;
}
.zwfw_btn_link li:nth-child(1) a{
    background: url("gjjcx.png") 30px center no-repeat;
}
.zwfw_btn_link li:nth-child(2) a{
    background: url("sbcx.png") 30px center no-repeat;
}
.zwfw_btn_link li:nth-child(3) a{
    background: url("ybcx.png") 30px center no-repeat;
}
.zwfw_btn_link li:nth-child(4) a{
    background: url("jzcx.png") 30px center no-repeat;
}
.zwfw_btn_link li:nth-child(5) a{
    background: url("dfcx.png") 30px center no-repeat;
}
.zwfw_btn_link li:nth-child(6) a{
    background: url("rqfcx.png") 30px center no-repeat;
}
.zwfw_btn_link li:nth-child(7) a{
    background: url("sfcx.png") 30px center no-repeat;
}
.zwfw_btn_link li:nth-child(8) a{
    background: url("gjxcx.png") 30px center no-repeat;
}

/* 在线访谈&网上问政&民意征集 */
.sec06 .sec06Top {
    display: flex;
    justify-content: space-between;
    height: auto;
    overflow: hidden;
}
.sec06 .sec06Left {
    width: 454px;
}
.sec06 .sec06Mid {
    width: 454px;
}
.sec06 .sec06Right {
    width: 454px;
}
.sec06 .p4-1 img {
    width: 100%;
    height: 256px;
    object-fit: cover;
}
.sec06 .p4-1 .tab1 {
    padding-top: 43px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e8e8e8;
}
.sec06 .p4-1 .tab1 a {
    padding-bottom: 20px;
    display: inline-block;
    font-size: 24px;
    height: auto;
}
.sec06 .p4-1 .tab1 a.current {
    border-bottom: 4px solid #3366CC;
    color: #3366CC;
    font-weight: bold;
}
.img-hover {
    overflow: hidden;
}
.img-hover img {
    transition: all .3s;
}
.img-hover:hover img {
    transform: scale(1.1);
}
.p4-1 .text {
    padding: 15px 20px;
    font-size: 18px;
    height: 65px;
    line-height: 35px;
    background: #fff;
    border: 1px solid #A9C1FF;
    border-top: none;
}
.ft_tit{
    margin-bottom: 12px;
    width: 100%;
}
.ft_tit span:nth-child(1){
    width: 20%;
    color: #3366CC;
    font-size: 16px;
}
.ft_tit span:nth-child(2){
    width: 80%;
    color: #333333;
    font-weight: 600;
    font-size: 16px;
}
.ft_tit span:nth-child(2) a{
    display: block;
    width: 100%;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.ft_xq span:nth-child(1){
    width: 20%;
    color: #3366CC;
    font-size: 16px;
}
.ft_xq span:nth-child(2){
    width: 80%;
    font-size: 16px;
}
.ft_xq span:nth-child(2) a{
    display: block;
    width: 100%;
    color: #666666;
    -webkit-line-clamp: 1;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
/*民生连线样式*/
.cq_mslx{
    width: 100%;
    height: 325px;
    margin-top: 20px;
}
.cq_mslx li{
    float: left;
    width: 100%;
    height: 47px;
    line-height: 47px;
}
.cq_mslx li span{
    float: left;
    width: 105px;
    font-size: 18px;
    color: #888;
    position: relative;
    /*margin-right: 27px;*/
}
/*.cq_mslx li span:after{*/
/*    height: 20px;*/
/*    background: #DDDDDD;*/
/*    top: 12px;*/
/*    width: 1px;*/
/*    content: "";*/
/*    position: absolute;*/
/*    right: -15px;*/
/*}*/
.cq_mslx li a{
    float: left;
    width: 345px;
    height: 47px;
    line-height: 47px;
    color: #333;
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    padding-left: 20px;
}
.cq_mslx li a:after {
    content: "";
    width: 3px;
    height: 3px;
    background: url(bt-listPic.png) center no-repeat;
    position: absolute;
    left: 0;
    top: 22px;
}
/*调查征集样式*/
.cq_dczj{
    width: 100%;
    height: 325px;
    margin-top: 20px;
}
.cq_dczj li{
    float: left;
    width: 100%;
    height: 47px;
    line-height: 47px;
}
.cq_dczj li span{
    float: left;
    width: 90px;
    font-size: 18px;
    color: #999999;
    position: relative;
}
.cq_dczj li span.active{
    color: #E32416;
}
.cq_dczj li a{
    float: left;
    width: 100%;
    height: 47px;
    line-height: 47px;
    color: #333;
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 20px;
    position: relative;
}
.cq_dczj li a:after{
    content: "";
    width: 3px;
    height: 3px;
    background: url(bt-listPic.png) center no-repeat;
    position: absolute;
    left: 0;
    top: 22px;
}
.p4-2{
    display: none !important;
}
.p4-2 li {
    width: 330px;
    float: left;
    margin-top: 38px;
    height: 120px;
    background-size: auto;
    padding: 32px 0 15px;
    padding-left: 38px !important;
}
.p4-2 ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.p4-2 li.li1 {
    background: #f2f7ff url('qzxx.png') right center no-repeat;
    background-size: auto;
}
.p4-2 li.li2 {
    background: #f2f7ff url('wsxf.png') right center no-repeat;
    background-size: auto;
}

.p4-2 li.li3 {
    background: #f2f7ff url('jjjcjb.png') right center no-repeat;
    background-size: auto;
}
.p4-2 li.li4 {
    background: #f2f7ff url('zwzfjd.png') right center no-repeat;
    background-size: auto;
}
.p4-2 li p {
    padding-top: 10px;
    color: #999;
    font-size: 16px;
}
.p4-2 li h3 {
    color: #3366CC;
    font-size: 22px;
}
/* 专题专栏 */
.sec07 {
    min-height: auto;
    overflow: visible;
}
.sec07 .title {
    margin-bottom: 30px;
}
.sec07 .title a {
    border-bottom: 3px solid #3366CC;
    color: #3366CC;
    font-weight: bold;
    padding-bottom: 21px;
    padding-top: 43px;
    display: inline-block;
    font-size: 24px;
    height: auto;
}
.sec07 .title a:hover{
    color: #3366CC;
}
.sec07 .topic {
    margin: 0 -10px 5px;
    height: 195px;
}
.sec07 .topic li{
    position: relative;
}
.sec07 .topic li>a {
    margin: 0 17px;
}
.sec07 .topic li a img {
    height: 165px;
}
.sec07 .topic li span{
    display: none !important;
    background: #fff;
    width: 270px;
    height: 60px;
    border: 1px solid #D0DDFF;
    position: absolute;
    bottom: 0;
    left: calc(365px / 2 - 135px);
}
.sec07 .topic li span a{
    display: block;
    width: 100%;
    padding: 18px 15px;
    height: 60px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 18px;
    margin: 0;
}
/*右侧固定智能问答*/
.znwd_box{
    width: 80px;
    position: fixed;
    top: 300px;
    right: 25px;
    z-index: 9999999999999;
}
/*长者专区*/
.cq_zzzq_box{
    display: none;
    width: 100%;
    height: 240px;
}
/* 页面主体结束 */


/*无障碍选择边框样式调整*/
.sec02.bl,.sec04.bl,.sec05 .grid.bl,.sec06.bl,.sec07.bl{
    outline-offset: 5px;
}

/*
**
*媒体查询
**
*/

/*兼容1366分辨率*/
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    /*主题开始*/
    .grid{
        width: 1200px;
    }
    .index .sec01{
        padding: 0;
    }
    .index .sec02{
        padding: 0 30px;
    }
    .index .sec02 .lbt{
        width: 50%;
    }
    .index .sec02 .news{
        width: 46%;
    }
    .index .sec04Top .sec04Left{
        width: 33%;
    }
    .sec04Left.bt-allUnder-18 .bt-list-new a{
        width: 65%;
    }
    .index .sec04Top .sec04Right{
        width: 44%;
    }
    .index .p2-2 ul li ul{
        width: 152px;
    }
    .index .p2-3 li{
        width: 15.5%;
    }
    .index .p2-3 li i{
        margin-left: 18px;
    }
    .pdname_box{
        background-size: 100%;
    }
    .index .p3{
        background-size: 100% 100%;
    }
    .index .p3 .sec05list>div{
        width: 17%;
    }
    .sec06 .sec06Left,.sec06 .sec06Mid,.sec06 .sec06Right{
        width: 31.527%;
    }
    .ft_tit span:nth-child(1){
        width: 24%;
    }
    .ft_tit span:nth-child(2){
        width: 76%;
    }
    .ft_xq span:nth-child(1){
        width: 24%;
    }
    .ft_xq span:nth-child(2){
        width: 76%;
    }
    .cq_mslx li span{
        width: 19.1%;
        margin-right: 7%;
    }
    .cq_mslx li a{
        width: 73%;
    }
    .cq_dczj li span{
        width: 24%;
    }
    .cq_dczj li a{
        width: 100%;
    }
    .p4-2 li{
        width: 22.92%;
        padding-left: 23px !important;
    }
    .sec07 .topic li span{
        width: 69%;
    }
    .focus .pic span{
        padding: 10px 140px 10px 10px;
    }
    /*智能机器人*/
    .znwd_box{
        width: 65px;
        position: fixed;
        top: 300px;
        right: 6px;
        z-index: 9999999999999;
    }
    .znwd_box img{
        width: 100%;
    }
    /*主体结束*/

    /*20240618改版样式*/
    .zwgk_btn_box{
        width: 18%;
        padding: 0 13px;
    }
    .zwfw_top1 {
        width: 380px;
    }
    .zwfw_top2{
        width: 790px;
    }
    .zwfw_link{
        height: auto;
    }
    .zwfw_list li{
        margin: 0 17px 30px 17px;
    }
    .zwfw_lb_box{
        margin-bottom: 30px;
    }
    .zwfw_link img{
        width: 100%;
    }
    .zwfw_btn_link li{
        width: 190px;
        margin-bottom: 5px;
    }
    .zwfw_btn_link li a{
        padding-left: 65px;
    }
    .swiper-slide img{
        width: 100%;
    }
    .index .sec01 h2{
        padding: 0 30px;
    }
    /*20240628样式调整*/
    .bt-all .bt-title-tab_i{
        margin-right: 0;
    }
    .bt-all .bt-title-tab{
        margin-right: 35px;
    }
}
.swiper_btn{
    display: none;
}
#wcagnav .swiper_btn{
    display: block;
}
