@charset "utf-8";
@import "footer.css";

html {
    /* max-width: 1920px;*/
    margin: 0 auto;
}

input {
    outline: 0;
    border: 0;
}

body ul.hide {
    display: none;
}

.hide {
    display: none;
}

:root {
    --linear-gradient-ywtx: linear-gradient(0deg, #009F88 50%, #006fb3) !important;, -webkit-linear-gradient(0 deg, #009F88 50 %, #006fb3) !important;, -moz-linear-gradient(0 deg, #009F88 50 %, #006fb3) !important;, -ms-linear-gradient(0 deg, #009F88 50 %, #006fb3) !important;, -o-linear-gradient(0 deg, #009F88 50 %, #006fb3) !important;
}

/* 默认样式 ************************************************************************************************************/
img {
    display: inline-block;
    max-width: 100%;
    vertical-align: top;
}

input {
    outline: 0;
    border: 0;
}

a:hover {
    color: #004cab !important;
}

p {
    font-size: initial;
}

.mt80 {
    margin-top: 80px !important;
}

.collection {
    text-align: center;
    letter-spacing: 5px;
    margin: 60px 0;
}

.collection a {
    font-size: 36px;
    font-weight: bold;
    color: #000;
}

.collection p {
    font-size: 22px;
    line-height: 30px;
    color: #333333;
    margin-top: 20px;
}

.slideTxtBox .bd li:after,
.about_us:after,
.jtyw_title:after,
.footer_center .gsjj_title:after,
.silm:after,
.nav:after {
    content: '';
    clear: both;
    display: table;
}

/* 全屏插件修改 ************************************************************************************************************/
#section0,
#section1,
#section2,
#section3,
#section4,
#section5,
#section6 {
    background: none !important;
    justify-content: initial;
    text-align: initial;
    position: relative;
    height: 100%;
    overflow: hidden;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    background: #f08300;
}

/* swiper全屏 */
.banner_bg {
    width: 100%;
    height: 100%;
    overflow: hidden;
    /* max-width: 1920px; */
    margin: 0 auto;
}

.banner_bg .swiper-container {
    height: 100% !important;
    width: 100% !important;
    margin-left: auto;
    margin-right: auto;
}

/* 分页条代码 ************************************************************************************************************/
.banner_bg .pagination {
    position: absolute;
    bottom: 60px;
    z-index: 99;
    display: flex;
    justify-content: center;
    width: auto;
    left: 50%;
    transform: translate(-50%);
}

.banner_bg .pagination .swiper-pagination-bullet {
    font-size: 24px;
    color: #FFFFFF;
    position: relative;
    float: left;
    margin-right: 15px;
    margin-left: 15px;
    width: 30px;
    height: 30px;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
}

.banner_bg .pagination .swiper-pagination-bullet-active {
    margin-left: 68px;
    margin-right: 68px;
}

.banner_bg .pagination .swiper-pagination-bullet-active span {
    width: 8px;
    height: 8px;
    background: #ffffff;
    border-radius: 50%;
    display: block;
    position: absolute;
    bottom: -8px;
    left: 11px;
}

.banner_bg .pagination .swiper-pagination-bullet-active::after {
    content: '';
    width: 67px;
    height: 2px;
    background: #ffffff;
    position: absolute;
    top: 9px;
    left: -72px;
}

.banner_bg .swiper-slide {
    background-repeat: no-repeat;
    background-position: top center;
    height: 100%;
}

.banner_bg .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
}

.swiper-pagination-bullet {
    background: none;
    opacity: 1
}

.banner_bg .pagination .swiper-pagination-bullet-active:first-child {
    margin-left: 0;
}

.banner_bg .pagination .swiper-pagination-bullet-active:last-child {
    margin-right: 0;
}

.banner_bg .pagination span:first-child.swiper-pagination-bullet-active:after,
.banner_bg .pagination span:last-child.swiper-pagination-bullet-active:before {
    display: none;
}

.banner_bg .pagination .swiper-pagination-bullet-active::before {
    content: '';
    width: 67px;
    height: 2px;
    background: #ffffff;
    position: absolute;
    top: 9px;
    right: -72px;
}

/* top*/
.nav {
    overflow: hidden;
    width: 100%;
}

.nav .logo {
    float: left;
    margin-left: 5%;
    margin-top: 15px;
    max-width: 400px;
}

.logo img {
    vertical-align: top;
    width: 392px;
    height: auto;
    margin: 0;
    display: none;
    max-width: 392px;
}

.nav_list {
    float: right;
    margin-right: 5%;
    padding-right: 4%;
    width: calc(90% - 520px);
    position: relative;
}

.nav_list ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav_list ul li {
    float: left;
    display: block;
    height: 60px;
    line-height: 60px;
    text-align: center;
    width: 100%;
}

.nav_list ul li a {
    color: #FFFFFF;
    font-size: 20px;
    display: block;
    white-space: nowrap;
    padding: 0 5px;
}

.nav_list ul li a:link,
.nav_list ul li a:visited{
    color: #333333;
    text-decoration: none;
}

form {
    position: absolute;
    width: 228px;
    height: 50px;
    border: 1px solid #ccc;
    background: #FFFFFF;
    border-radius: 25px;
    z-index: 999;
    top: -10px;
    right: -20px;
    display: none;
}

.form_search {
    background-size: 24px;
    position: absolute;
    top: 32px;
    right: 0;
    width: 28px;
    height: 28px;
}

form .search_txt {
    margin-left: 30px;
    outline: 0;
    font-size: 16px;
    border: 0;
    height: 50px;
    line-height: 50px;
    color: #333;
    width: 65%;
    background: rgba(255, 255, 255, -0.81);
    float: left;
}

form .search_tj {
    background: none;
    margin-top: -2px;
    margin-left: 2px;
    width: 28px;
    height: 50px;
    float: left;
    line-height: 50px;
    background-size: 24px;
    position: relative;
    z-index: 999;
}

.gepic-fangdajingsuosou--xian:before {
    font-size: 27px;
    font-weight: bold;
    color: #004CAB;
}

#section0 div.gepic-fangdajingsuosou--xian:before {
    color: #FFFFFF;
}

form.gepic-fangdajingsuosou--xian:before {
    color: #004CAB;
    position: absolute;
    right: 20px;
    top: 9px;
}

#section0 .opa .gepic-fangdajingsuosou--xian:before {
    color: #004CAB;
}

/***新加导航下拉样式***/
.nav {
    display: block;
}

.nav_wap {
    display: none;
}

.nav_list ul,
.nav {
    overflow: visible;
}

.nav_list {
    margin-top: 0;
}

.nav_list ul li .nav-child-list {
    display: none;
    width: 160px;
    position: absolute;
    top: 90px;
    left: 50%;
    margin-left: -80px;
    z-index: 4;
    background: #FFFFFF;
    border-top: 3px solid #004cab;
}

.nav_list ul li .nav-child-list .nav-child-list-con {
    max-width: 1080px;
    margin: 0 auto;
    padding: 10px 0;
}

.nav_list ul li .nav-child-list .nav-child-list-con dl dt {
    text-align: center;
    line-height: initial;
}

.nav_list ul li .nav-child-list .nav-child-list-con dl dt a {
    padding: 8px 0;
    display: block;
    font-size: 16px;
    color: #333 !important;
    line-height: 26px;
}

.nav_list ul li .nav-child-list .nav-child-list-con dl dt:nth-child(4) {
    margin-right: 0;
}

.nav_list ul li .nav-child-list .nav-child-list-con dl dt:nth-child(8) {
    margin-right: 0;
}

/* 主站导航栏 ************************************************************************************************************/
#section0 .nav {
    position: absolute;
    top: 0;
    z-index: 999;
}

#section0 .nav_list ul li a {
    color: #FFFFFF;
}

.nav_list ul li.active a {
    color: #004cab;
}

/*#section0 .nav_list {
    width: 60%;
    margin-top: 20px;
    margin-right: 5%;
}*/

#section0 .nav_list .form_search {
    background-size: 24px;
}

#section0 .nav_list ul li:hover > a,
#section0 .nav_list ul li.active > a {
    color: #004cab !important;
}

#section0 .logo a img:first-child,
.logo a img:nth-child(2) {
    display: block;
}

#section0 .logo a img:nth-child(2) {
    display: none;
}

#section0 .fp-overflow {
    height: 100%;
}

/* 栏目页 文章页导航区 */
.nav_list ul li a {
    color: #333333;
}

.nav_list ul li {
    line-height: 90px;
    height: 90px;
    position: relative;
}

/* 第二屏展示 ************************************************************************************************************/
#section1 {
    justify-content: center !important;
}

#section1 .news {
    width: 1200px;
    overflow: hidden;
    border-bottom: 1px solid #999999;
    margin: auto;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 840px;
    position: relative;
}

#section1 .news_left {
    float: left;
    width: 677px;
}

#section1 .news_right {
    float: left;
    margin-left: 30px;
    width: 434px;
}

#section1 .news_left .swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: inherit;
    height: 400px;
}

#section1 .news_left .swiper-container2 {
    width: 650px;
    float: left;
}

#section1 .news_left .swiper-container .swiper-slide > a > img {
    width: 100%;
    height: 100%;
}

#section1 .news_left .swiper-container .swiper-slide .lbt_title {
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: initial;
    background: url(tpxw_list.png) repeat-x;
    height: 90px;
    line-height: 90px;
}

#section1 .news_left .swiper-container .swiper-slide .lbt_title a {
    font-size: 24px;
    padding-left: 27px;
    color: #FFFFFF;
    width: calc(100% - 130px);
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-align: initial;
}

#section1 .news_left .swiper-container .swiper-slide .lbt_title a:hover {
    color: #f99e21 !important;
}

#section1 .news_left .swiper-container .pagination {
    position: absolute;
    bottom: 30px;
    right: 20px;
    left: inherit;
    width: auto;
    z-index: 999;
}

#section1 .news_left .swiper-container .pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 7px;
    background: #d2d2d2;
    display: block;
    float: left;
    border-radius: 50%;
    cursor: pointer;
}

.xwzx_nav .jtyw_title {
    width: 100%
}

/*#section1 .news_left .swiper-slide{position: relative;}*/

#section1 .news_left .swiper-container .pagination .swiper-pagination-bullet-active {
    background: #004cab;
}

/* 集团要闻 ************************************************************************************************************/
#section1 .news_jtyw {
    position: absolute;
    bottom: 14px;
    width: 651px;
}

#section1 .news_jtyw .xwzx-txt {
    height: initial;
}

.jtyw_title {
    border-bottom: 1px solid #CBCBCB;
    padding-top: 5px;
    margin-right: 30px;
    height: 73px;
}

.jtyw_title li {
    font-size: 24px;
    font-weight: 400;
    color: #999999;
    float: left;
    margin: 0 50px 0 0;
    height: 100%;
}

.jtyw_title li.active {
    margin-left: 0;
    border-bottom: 2px solid #004cab;
    height: 68px;
}

#section1 .jtyw_title li.active {
    border-bottom: 2px solid #f99e21;
}

.jtyw_title li:last-child {
    margin: 0;
}

.jtyw_title li a {
    color: #999999;
    display: block;
    line-height: 65px;
    height: 100%;
}

.jtyw_title li.active a {
    color: #004cab;
    font-weight: bold;
}

.xwzx-list li:last-child {
    border: 0;
}

.xwzx-list li {
    padding: 10px 0;
    border-bottom: 1px dashed #D8D8D8;
}

.new_right .xwzx-list li {
    padding: 17px 0;
}

.xwzx-link .time {
    background: url(time_bg_onblue.png) no-repeat;
    float: left;
    width: 60px;
    height: 70px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    margin-right: 15px;
}

.xwzx-link .time .day {
    font-size: 22px;
    display: block;
    color: #FFFFFF;
    text-align: center;
}

.xwzx-link .time .month {
    display: block;
    color: #FFFFFF;
    font-size: 13px;
    text-align: center;
    margin-top: 5px;
}

.swiper-containers {
    margin-left: 30px;
    overflow: hidden;
}

.xwzx-link {
    overflow: hidden;
}

.xwzx-p {
    font-size: 12px;
    color: #333333;
    display: flex;
    margin: 2px 0;
    height: 63px;
    align-items: center;
}

.xwzx-p a {
    color: #333333;
    font-size: 18px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.new_right {
    float: left;
    width: 493px;
    padding-left: 30px;
    border-left: 1px solid #999999;
}

/* 头条 ************************************************************************************************************/
.top_line {
    height: 40px;
    width: 1200px;
    margin: auto auto 40px;
}

.top_line > * {
    display: block;
}

.top_line a.col_top {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    background: #f99e21;
    color: #FFFFFF;
    line-height: 40px;
    width: 80px;
    height: 40px;
    border-top-left-radius: 16px;
    border-bottom-right-radius: 16px;
    float: left;
    margin-left: 40px;
}

.top_line span {
    font-size: 16px;
    line-height: 21px;
    color: #666666;
    display: none;
}

.top_line .ttxw_list {
    display: flex;
    align-items: center;
}

.top_line a.col_title {
    line-height: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 1060px;
    font-size: 32px;
    color: #f99e21;
    font-weight: bold;
    margin-left: 30px;
    margin-right: 40px;
    text-align: center;
}

.top_line > p {
    color: #999999;
    line-height: 30px;
    font-size: 16px;
    display: none;
}

.top_line > p a {
    color: #006FB3;
    margin-left: 5px;
}

.new_right .swiper-container .xwzx-list li:last-child {
    border-bottom: none;
}

.new_right .swiper-container .xwzx-list li > * {
    display: block;
}

.new_right .swiper-container .xwzx-list li p,
.notice ul.xwzx-list li p {
    color: #0b9062;
    font-size: 16px;
    line-height: 30px;
}

.new_right .swiper-container .xwzx-list li p {
    color: #006FB3;
}

.new_right .swiper-container .xwzx-list li a {
    line-height: 32px;
    font-size: 18px;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.new_right .swiper-container .xwzx-list li a:hover,
.xwzx-p a:hover {
    color: #006FB3 !important;
}

.notice ul.xwzx-list li a {
    line-height: 32px;
    font-size: 18px;
    color: #333333;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 5px;
}

.notice {
    margin-top: 15px;
}

.notice ul.title li {
    border-bottom: 1px solid #CBCBCB;
}

.notice ul.title li a {
    color: #004cab;
    font-size: 24px;
    line-height: 32px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: -1px;
    height: 49px;
    border-bottom: 2px solid #004cab;
}

.notice ul.xwzx-list li a {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

/* 第三屏 ************************************************************************************************************/
#section2 {
    background: #F3F6FA !important;
    justify-content: center !important;
}

#section2 .collection {
    margin-bottom: 100px;
    position: relative;
    z-index: 1;
}

#section2 .fp-overflow,
#section5 .fp-overflow {
    height: 100%;
    max-height: initial;
}

#section2 .slideTxtBox .bd ul {
    height: 522px;
    position: relative;
    background-image: var(--linear-gradient-ywtx);
    -o-background-image: var(--linear-gradient-ywtx);
    -moz-background-image: var(--linear-gradient-ywtx);
    -webkit-background-image: var(--linear-gradient-ywtx);
    background-color: #009F88;
}

.slideTxtBox .bd ul:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
}

#section2 .slideTxtBox .bd li {
    width: 1200px;
    margin: 58px auto 0;
    position: relative;
    z-index: 2;
}

#section2 .slideTxtBox .bd li .gather * {
    display: block;
    color: #FFFFFF;
}

#section2 .slideTxtBox .bd li img {
    display: initial;
    float: left;
    width: 470px;
    height: 570px;
    margin-top: -48px;
    position: relative;
    z-index: 1;
}

#section2 .slideTxtBox .bd li .gather {
    float: left;
    width: 650px;
    margin-left: 80px;
    margin-top: 80px;
}

#section2 .slideTxtBox .bd li .gather p {
    font-size: 32px;
    line-height: 43px;
}

#section2 .slideTxtBox .bd li .gather span {
    font-size: 18px;
    line-height: 35px;
    margin: 35px 0 45px;
    -webkit-line-clamp: 4;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#section2 .slideTxtBox .bd li .gather a {
    width: 155px;
    height: 44px;
    border: 1px solid #FFFFFF;
    line-height: 44px;
    text-align: center;
    font-size: 14px;
}

#section2 .slideTxtBox .bd li .gather a:hover {
    color: #f99e21 !important;
    border: 1px solid #f99e21;
}

#section2 .slideTxtBox {
    position: absolute;
    bottom: 2%;
    width: 100%;
    left: 0;
}

.slideTxtBox .bd ul.dlrl:before {
    background: url(dlrl_bg.png) no-repeat center bottom;
}

.slideTxtBox .bd ul.nyhg:before {
    background: url(nyhg_bg.png) no-repeat center bottom;
}

.slideTxtBox .bd ul.sjxx:before {
    background: url(sjxx_bg.png) no-repeat center bottom;
}

.slideTxtBox .bd ul.hzwc:before {
    background: url(hzwc_bg.png) no-repeat center bottom;
}

.slideTxtBox .bd ul.cyzy:before {
    background: url(cyzy_bg.png) no-repeat center bottom;
}

.slideTxtBox .bd ul.cyjr:before {
    background: url(cyjr_bg.png) no-repeat center bottom;
}

.slideTxtBox .bd ul {
    background-size: cover;
}

.slideTxtBox .hd {
    position: relative;
    border-top: 10px solid #f99e21;
}

.slideTxtBox .hd ul {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 200px;
}

.slideTxtBox .hd ul li > a,
.slideTxtBox .hd ul li {
    cursor: pointer;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
}

.slideTxtBox .hd ul li p {
    font-size: 22px;
    line-height: 37px;
    width: 100%;
    margin-top: 6px;
    text-align: center;
}

.slideTxtBox .hd ul li span {
    font-size: 16px;
    line-height: 18px;
    width: 100%;
    text-align: center;
}

.slideTxtBox .hd ul li i {
    font-size: 50px;
    text-align: center;
    width: 100%;
    font-style: normal;
}

.slideTxtBox .hd ul li.on {
    background: #EBF3F5;
    color: #f99e21;
}

.slideTxtBox .hd ul li.on a p,
.slideTxtBox .hd ul li.on a span,
.slideTxtBox .hd ul li.on a i {
    color: #f99e21;
}

.slideTxtBox .hd ul li.dlrl.on {
    background: #EBF3F5;
}

/* 第四屏 ************************************************************************************************************/
.tzqy .tzqy_title {
    font-size: 40px;
    font-weight: 700;
    color: #000000;
    text-align: center;
    margin-top: 80px;
}

.tzqy span {
    font-size: 24px;
    color: #000000;
    text-align: center;
    display: block;
    margin-top: 24px;
}

.tzqy_list ul {
    display: flex;
    width: 1200px;
    flex-direction: row;
    margin: auto;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sec3 .tzqy_list ul li {
    display: block;
    text-align: center;
    height: 652px;
    width: 265px;
    border-top-right-radius: 60px;
    border-bottom-left-radius: 60px;
}

.sec3 .tzqy_list ul li:nth-child(1) a {
    background: url(ctr1.png) no-repeat center 20%;
}

.sec3 .tzqy_list ul li:nth-child(2) a {
    background: url(ctr2.png) no-repeat center 20%;
}

.sec3 .tzqy_list ul li:nth-child(3) a {
    background: url(ctr3.png) no-repeat center 20%;
}

.sec3 .tzqy_list ul li:nth-child(4) a {
    background: url(ctr4.png) no-repeat center 20%;
}

.sec3 .tzqy_list ul li:hover {
    background: linear-gradient(to bottom, #07A88E, #016FAF);
    opacity: 0.8;
}

.sec3 .tzqy_list ul li:nth-child(1) a:hover {
    background: url(ctr1_on.png) no-repeat center 20%;
}

.sec3 .tzqy_list ul li:nth-child(2) a:hover {
    background: url(ctr2_on.png) no-repeat center 20%;
}

.sec3 .tzqy_list ul li:nth-child(3) a:hover {
    background: url(ctr3_on.png) no-repeat center 20%;
}

.sec3 .tzqy_list ul li:nth-child(4) a:hover {
    background: url(ctr4_on.png) no-repeat center 20%;
}

.sec3 .tzqy_list ul li .counter {
    font-size: 96px;
    color: #006FB3;
    font-weight: 700;
    margin: auto;
    text-align: center;
    width: 118px;
}

.sec3 .tzqy_list ul li a {
    display: block;
    width: 100%;
    height: 100%;

    padding-top: 100%;
}

.sec3 .tzqy_list ul li a span {
    font-size: 20px;
    color: #333333;
    display: block;
    margin-top: 50px;
    position: relative;
}

.sec3 .tzqy_list ul li a:hover .counter,
.tzqy_list ul li a:hover span {
    color: #FFFFFF;
}

.sec3 .tzqy_list ul li a span:after {
    display: block;
    content: "";
    width: 30px;
    height: 3px;
    background: url(hx_obg.png) no-repeat;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    top: 50px;
}

.sec3 .tzqy_list ul li a:hover span:after {
    background: url(hx_obg_on.png) no-repeat;
}

.sec3 .tzqy_list {
    margin: 52px 0;
}

.tzqy_bg {
    height: calc(1200px / 2);
    width: 1200px;
    background-size: 100%;
    position: absolute;
    bottom: -100px;
    left: 50%;
    margin-left: -600px;
}

#section3 .fp-overflow {
    height: 100%;
}

.sec3 {
    height: 100%;
}

.tzqy_bg::after {
    content: '';
    height: 1200px;
    width: 1200px;
    background: url(dq_bg.png) no-repeat top;
    display: block;
    position: absolute;
    top: 24px;
    background-size: 100%;
    animation: changeright 42s linear infinite;
    -webkit-animation: changeright 42s linear infinite;
}

@-webkit-keyframes changeright {
    0% {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }

    50% {
        transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
    }

    100% {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}

.tzqy_bg .tzqy_dq {
    position: absolute;
    left: 50%;
    top: 0;
    width: 100px;
    height: 100px;
    margin-left: -50px;
    margin-top: -27px;
    z-index: 99;
}

.tzqy_bg .tzqy_dq ul li .banner_list {
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    border-radius: 50%;
    background: #FFFFFF;
    border: 1px solid #cccccc;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tzqy_bg .tzqy_dq ul li .banner_list img {
    max-width: 50px;
    max-height: 50px;
}

.block {
    display: block !important;
}

#section3 .swiper-container9 {
    height: 64px;
}

#section3 .swiper-container9 .swiper-wrapper {
    height: 100% !important;
}

#section3 .swiper-slide {
    position: relative;
    overflow: hidden;
}

.sec3 {
    overflow: hidden;
}

.sec3 .collection {
}

/* 第五屏幕 ************************************************************************************************************/
.ztzttl {
    width: 100%;
    overflow: hidden;
    height: 120px;
}

#section4 .ztzttl .swiper-container {
    width: 100%;
    height: 100%;
    position: relative;
}

#section4 .ztzttl .swiper-container .pagination {
    position: absolute;
    width: auto;
    left: 50%;
    transform: translate(-50%);
    z-index: 99;
}

#section4 .ztzttl .swiper-container .pagination .swiper-pagination-bullet {
    background: #FFFFFF;
    opacity: 1;
}

#section4 .ztzttl .swiper-container .pagination .swiper-pagination-bullet-active {
    background: #004cab
}

.ztzttl img {
    vertical-align: top;
    width: 100%;
    height: 100%;
}

.qyxcsp {
    width: 1400px;
    margin: 60px auto 0;
}

.qyxcsp_title {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
}

.qyxcsp span {
    font-size: 24px;
    display: block;
    margin-top: 24px;
    font-weight: initial;
    text-align: center;
}

#section3 {
    background: #FFFFFF url(section3_bg.png) no-repeat top !important;
}

/** 企业投资效果2**/
#fullpage .section3_bg2 {
    background: #FFFFFF url(section3_on.png) no-repeat top !important;
}

#section4 .collection {
    margin-bottom: 30px;
}

.section3_bg2 .sec3 {
    width: 1200px;
    margin: 0 auto;
}

.section3_bg2 .swiper-container {
    width: 278px;
    height: 308px;
    display: block !important;
    margin: 0 auto;
}

.section3_bg2_pagination {
    display: none;
}

.section3_bg2 .tzqy_list ul li a {
    width: 278px;
    height: 308px;
    background: url(bh_bg_on.png);
    background-size: cover;
    padding-top: 70px;
}

.sec3 .swiper-container {
    display: none;
}

.section3_bg2 .tzqy_list ul li .counter {
    color: #0B9062;
}

.section3_bg2 .tzqy_list ul li a span {
    color: #333;
    margin-top: 10px;
}

.section3_bg2 .tzqy_list ul li a:hover,
.section3_bg2 .tzqy_list ul li.active a {
    background: url(bh_bg.png);
    background-size: 100% 100%;
}

.section3_bg2 .tzqy_list ul {
    position: relative;
}

.section3_bg2 .tzqy_list ul li {
    position: absolute;
    width: auto;
    height: auto
}

.section3_bg2 .tzqy_list ul li:nth-child(1) {
    left: 0;
    top: -360px;
}

.section3_bg2 .tzqy_list ul li:nth-child(2) {
    left: 248px;
    top: -23px;
}

.section3_bg2 .tzqy_list ul li:nth-child(3) {
    left: 688px;
    top: -23px;
}

.section3_bg2 .tzqy_list ul li:nth-child(4) {
    left: 920px;
    top: -360px;
}

.section3_bg2 .tzqy_list ul li:hover {
    background: none;
}

.section3_bg2 .tzqy_list ul li a:hover .counter,
.section3_bg2 .tzqy_list ul li.active a .counter {
    color: #FFFFFF !important;
}

.section3_bg2 .tzqy_list ul li a:hover span,
.section3_bg2 .tzqy_list ul li.active a span {
    color: #FFFFFF;
}

.section3_bg2 .tzqy_list ul li a span:after {
    background: url(hx_obg.png);
}

.section3_bg2 .tzqy_list ul li a:hover span:after,
.section3_bg2 .tzqy_list ul li.active a span:after {
    background: url(hx_obg_on.png);
}

/** 企业投资效果2结束**/
.video {
    background: url(video_leri_bg.png) no-repeat center;
    z-index: 9;
    width: 1400px;
    text-align: center;
    position: relative;
}

.video video {
    width: 1200px;
    height: 600px;
    background-size: cover;
    position: relative;
    z-index: 999;
}

/* 第六屏幕 ************************************************************************************************************/
#section5 {
    background: url(section6.png) center bottom #FFFFFF no-repeat !important;
}

.about_us {
    width: 1200px;
    margin: 0 auto;
    border-bottom: 1px solid #F0F0F0;
    padding-bottom: 70px;
}

.about_us .collect * {
    display: block;
}

.about_us .collect {
    width: 690px;
    float: left;
}

.about_us .collect span {
    font-size: 24px;
    line-height: 32px;
}

.about_us .collect p {
    font-size: 18px;
    line-height: 36px;
    margin: 30px auto 50px;
}

.about_us .collect a {
    width: 155px;
    height: 43px;
    text-align: center;
    line-height: 43px;
    font-size: 14px;
    color: #006FB3;
    border: 1px solid #006FB3;
}

.about_us .collect a:hover {
    background: #006FB3;
    color: #FFFFFF !important;
}

.about_us img {
    float: right;
}

.about_us_other {
    width: 1200px;
    margin: 60px auto 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
}

.about_us_other li {
    height: 155px;
    position: relative;
    text-align: center;
}

.about_us_other a {
    display: block
}

.about_us_other li img {
    width: 91px;
    height: 92px;
}

.about_us_other li:after {
    content: '';
    width: 1px;
    height: 88px;
    background: url(section6-1.png) no-repeat center right;
    display: block;
    position: absolute;
    top: 50%;
    right: -90px;
    margin-left: 120px;
    margin-top: -44px;
}

.about_us_other li:last-child:after {
    display: none;
}

.about_us_other li p {
    margin-top: 40px;
    font-size: 20px;
    color: #333333;
}

.about_us_other li a:hover p {
    color: #f99e21;
}

/* 第七屏幕 ************************************************************************************************************/
.ztzl {
    height: calc(100% - 60px);
    width: 100%;
    position: relative;
}

#ztzl {
    width: 1200px;
    height: 390px;
    border-radius: 10px;
    margin-top: 63px;
    margin-left: 90px;
    overflow: hidden;
}

#ztzl .ztzl_left {
    width: 542px;
    height: 390px;
    background: #FFFFFF;
    float: left;
    display: inline-block;
}

#ztzl .ztzl_right {
    display: inline-block;
    width: 650px;
    float: left;
    margin-left: -8px;
    position: relative;
    z-index: 999;
    height: 390px;
}

#ztzl .ztzl_right::before {
    content: '';
    background: url(100zt.png) no-repeat right;
    height: 296px;
    width: 49px;
    position: absolute;
    top: 50px;
    right: -7px;
    border-radius: 4px;
    background-size: 1000% 1000%;
    z-index: 9;
    filter: blur(2px);
    opacity: 0.2;
}

#ztzl .ztzl_right::after {
    content: '';
    background: url(100zt.png) no-repeat right;
    height: 341px;
    width: 48px;
    position: absolute;
    top: 25px;
    right: 37px;
    border-radius: 4px;
    background-size: 1000% 1000%;
    z-index: 9;
    filter: blur(2px);
    opacity: 0.5;
}

#ztzl .ztzl_right img {
    width: 569px;
    height: 390px;
    border-radius: 4px;
    vertical-align: initial;
}

.ztzl_left .ztzl_link {
    font-size: 28px;
    font-weight: 400;
    color: #000000;
    margin-left: 41px;
    margin-top: 60px;
    margin-right: 25px;
}

.ztzl_left .ztzl_content {
    font-size: 16px;
    color: #666666;
    line-height: 32px;
    width: 460px;
    margin-left: 41px;
    margin-top: 25px;
    margin-right: 41px;
    -webkit-line-clamp: 5;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ztzl_time {
    overflow: hidden;
    margin-top: 14px;
    padding-right: 41px;
}

.ztzl_time span {
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    color: #666666;
    float: left;
    line-height: 32px;
    margin-top: 0;
    margin-left: 41px;
}

.ztzl_time a {
    width: 65px;
    font-size: 16px;
    font-weight: 400;
    color: #006FB3;
    line-height: 32px;
    float: right;
}

.ztzl_list {
    width: 1366px;
    margin: auto;
    position: relative;
    z-index: 99;
    /*top: calc(50% - 280px);*/
    top: 0;
}

.ztzl_list .swiper-button-prev {
    position: absolute;
    top: 175px;
    left: 0;
    width: 53px;
    height: 53px;
    background: url(ztzl_left_bg.png) no-repeat;
    background-size: cover;
    cursor: pointer;
}

.ztzl_list .swiper-button-prev:after,
.ztzl_list .swiper-button-next:after {
    display: none
}

.ztzl_list .swiper-button-next {
    position: absolute;
    top: 175px;
    right: 5px;
    width: 53px;
    height: 53px;
    background: url(ztzl_left_bg.png) no-repeat;
    background-size: cover;
    transform: rotate(180deg);
    cursor: pointer;
}

.ztzl_list .swiper-button-next:hover {
    background: url(ztzl_right_bg.png) no-repeat;
    transform: rotate(0deg);
}

.ztzl_list .swiper-button-prev:hover {
    background: url(ztzl_right_bg.png) no-repeat;
    transform: rotate(180deg);
}

/* 第七屏幕 底部 ************************************************************************************************************/
#section6.fp-is-overflow > .fp-overflow {
    height: calc(100vh - 270px);
    background: url(ztzl_content.jpg) no-repeat bottom;
    background-size: 100% 100%;
}

#section6 .collection a {
    color: #FFFFFF;
}

#section6 .collection p {
    color: #FFFFFF;
}

/* 主站首页底部背景颜色 */
#section6 .footer {
    background: #FFFFFF;
    position: absolute;
    bottom: 0;
    z-index: 1;
}

/* 投资地图 ************************************************************************************************************/
/*.tzdt_title {
    text-align: center;
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: bold;
}

.tzdt img {
    width: 850px;
    height: 650px;
    object-fit: contain;
}*/

/* 投资企业 ************************************************************************************************************/
#tzqy ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: center;
    margin-bottom: 17px;
}

#tzqy ul li {
    width: 25%;
    height: 50px;
    border: 1px solid #e6e6e6;
    line-height: 50px;
    color: #333333;
    font-size: 18px;
}

#tzqy ul li.active {
    color: #FFFFFF;
    background: #004cab;
    border: 0;
    position: relative;
}

#tzqy ul li a {
    color: #333333;
    display: block;
}

#tzqy ul li.active a {
    color: #FFFFFF !important
}

#tzqy ul li.active::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 6px solid #004cab;
    position: absolute;
    bottom: -6px;
    z-index: 99;
    left: 50%;
    margin-left: -10px;
}

.tzqy_title ul li:first-child {
    border-left: 1px solid #e6e6e6;
}

#tzqy_list {
    margin: 10px 0;
}

#tzqy_list ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

#tzqy_list ul li {
    width: 412px;
    border-bottom: 2px dashed #f1f1f1;
    text-align: left;
    background: url(bmpd-arrow-right.png) no-repeat 402px center;
}

#tzqy_list ul li a {
    color: #333333;
    width: 95%;
    display: flex;
    line-height: 25px;
    padding: 22px 0;
}

/* 集团领导样式 ************************************************************************************************************/
.content ul.jtld_list {
    padding: 20px 0 16px 0;
    border-bottom: 2px solid #eaeaea;
    display: flex;
    flex-wrap: wrap;
}

.content ul.jtld_list:first-child {
    padding-top: 0;
}

.content ul.jtld_list li {
    width: calc(100% / 3);
    text-align: center;
}

.content ul.jtld_list li img {
    width: 150px;
    height: 181px;
}

.ty_list li > a:hover .ty_lb,
.ty_list li > a:hover .ty_time {
    color: #004cab
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background: #004cab !important
}

.content ul.jtld_list:nth-child(3) li {
    padding-bottom: 16px;
    position: relative;
    padding-top: 20px;
}

.content ul.jtld_list:nth-child(3) li::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: 2px solid #eaeaea;
}

.content ul.jtld_list:nth-child(3) {
    padding: 0;
    border-bottom: none;
}

.content ul.jtld_list li span {
    font-size: 16px;
    color: #333333;
    margin-top: 7px;
    margin-bottom: 7px;
    font-family: "微软雅黑", serif !important;
}

.content ul.jtld_list li p {
    color: #666;
    font-size: 16px;
    font-family: "微软雅黑", serif !important;
}

.lmy_banner {
    height: 240px;
}

/* 企业文苑样式 ************************************************************************************************************/
.zgzj_list ul {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
}

.zgzj_list ul li {
    width: 262px;
    margin-top: 24px;
}

.zgzj_list ul li p {
    display: block;
    width: 0;
    height: 3px;
    background: #004cab;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
}

.zgzj_list ul li .zgzj_first img {
    width: 263px;
    height: 148px;
}

.zgzj_list ul li .zgzj_two {
    width: 263px;
    height: 114px;
    background: #F3F6FA;
    padding: 23px 20px 0 18px;
    position: relative;
}

.zgzj_list ul li .zgzj_two a {
    font-size: 16px;
    color: #333333;
    margin-bottom: 18px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.zgzj_list ul li + li + li + li {
    margin-top: 30px;
}

.zgzj_list ul li .zgzj_two span {
    color: #999999;
    font-size: 14px;
}

/* 发展历程样式 ************************************************************************************************************/
.fzlc {
    margin-bottom: 20px;
}

ul.fzlc_list {
    display: flex;
    width: 98%;
    text-align: center;
    margin-bottom: 20px;
    padding-top: 40px;
    background: url(fzlc_border.png) no-repeat top;
}

ul.fzlc_list li {
    font-size: 24px;
    color: #999999;
    width: 25%;
    position: relative;
    cursor: pointer;
    margin-top: -50px;
    height: 70px;
    line-height: 110px;
}

ul.fzlc_list li p {
    width: 31px;
    height: 31px;
    display: block;
    position: absolute;
    top: -4px;
    left: 50%;
    margin-left: -16.5px;
    background: #FFFFFF;
}

ul.fzlc_list li p::after {
    content: '';
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 7px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #DFF1FF;
    background: url(active_kxy.png) no-repeat center;
    margin-left: -10px;
    background-size: 16px;
}

ul.fzlc_list li.active p::after,
.fzlc_list li:hover p::after {
    background: url(active_kxy.png) no-repeat;
    background-size: 16px;
    border: 2px solid #1c71db;
}

ul.fzlc_list li.active,
ul.fzlc_list li:hover {
    color: #1c71db;
}

ul.fzlc_list li.active span,
ul.fzlc_list li:hover span {
    color: #1c71db;
}

ul.fzlc_list li span {
    font-size: 16px;
    color: #999999;
    margin-left: 7px;
    display: inline-block;
}

.fzlc_content img {
    width: 100%;
    height: auto;
}

.fzlc_content p {
    line-height: 36px;
    font-size: 16px;
    color: #333333;
    text-indent: 2rem;
    margin-top: 20px;
}

/* 媒体中心轮播图 ************************************************************************************************************/
.mtzx_content {
    width: 100%;
    height: 640px;
    background: #F3F6FA;
}

.mtzx_center {
    width: 1200px;
    margin: 0 auto;
}

#mtzx_lbt {
    width: 700px;
    height: 558px;
}

#mtzx_lbt .slideBox {
    position: relative;
}

#mtzx_lbt .hd {
    position: absolute;
    left: 0;
    z-index: 999;
    bottom: 128px;
}

#mtzx_lbt .hd ul {
    display: flex;
}

#mtzx_lbt .hd ul li {
    width: 80px;
    height: 80px;
    display: block;
    text-align: center;
    background: rgba(0, 121, 105, 0.8);
}

#mtzx_lbt .hd ul li.on {
    cursor: pointer;
    background: #FFFFFF;
    border-bottom: 1px solid #004cab;
}

#mtzx_lbt .hd ul li.on span {
    color: #004cab;
}

#mtzx_lbt .hd ul li.on p {
    color: #004cab;
}

#mtzx_lbt .hd ul li span {
    color: #FFFFFF;
    font-size: 36px;
}

#mtzx_lbt .hd ul li p {
    color: #FFFFFF;
    font-size: 14px;
}

#mtzx_lbt .bd ul li > a {
    width: 700px;
    height: 430px;
    text-align: center;
    line-height: 430px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-around;
}

#mtzx_lbt .bd ul li img {
    width: 100%;
    height: 100%;
}

#mtzx_lbt .bd ul li .mtzx_title {
    width: 700px;
    background: #FFFFFF;
    padding: 24px 30px 24px 20px;
    height: 128px;
}

#mtzx_lbt .bd ul li .mtzx_title a {
    font-size: 22px;
    line-height: 40px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.mtzx_center {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.mtzx_right {
    width: 469px;
    background: #FFFFFF;
    padding: 0 20px;
}

.mtzx_right .wris {
    width: 100%;
    float: none;
    margin-top: 0;
    height: 558px;
}

.jtyw_title .yrt_ll ul li:last-child a {
    border-bottom: 0;
}

.new_right .jtyw_title {
    height: 55px;
}

.new_right .jtyw_title li a {
    line-height: 24px;
}

.new_right .jtyw_title li.active {
    height: 50px;
}

.jtyw_title .yrt_ll ul li a p {
    height: auto;
}

.jtyw_title .lmy_right ul li span {
    color: #004cab;
}

/* 业务领域栏目页轮播图 *******************************************************************************************************/
.Business_area_title {
    margin: 30px 0 20px 0;
}

.Business_area_title h3 {
    font-size: 24px;
    color: #666;
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 20px;
    font-weight: 600;
}

.Business_area {
    width: 100%;
    /* overflow: hidden; */
}

.Business_area .picScroll-left {
    position: relative;
}

.Business_area .pic a img {
    width: 100%;
    height: 200px;
}

.Business_area .picList {
    overflow: hidden;
}

.Business_area .picList li {
    width: 265px;
    position: relative;
    margin: 0 10px;
    float: left;
}

.Business_area .title a {
    display: block;
    width: 100%;
    font-size: 14px;
    color: #FFFFFF;
    padding: 12px 4%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.Business_area a.prev,
.Business_area a.next {
    position: absolute;
    top: 50%;
    background: url(./swiper-btn-r.png) no-repeat center;
    width: 23px;
    display: block;
    height: 41px;
    right: -30px;
    margin-top: -20.5px;
    cursor: pointer;
}

.Business_area a.next {
    right: initial;
    left: -30px;
    background: url(./swiper-btn-l.png) no-repeat center;
}

.Business_area .bd > div {
    margin: 0 auto;
}

.Business_area .title a:hover {
    color: #f99e21 !important;
}

/**视频之窗 ************************************************************************************************************/

.content ul.jtry_list li.spzc a img {
    width: 100%;
    height: 100%;
}

/*.content ul.jtry_list_four li {
    width: 190px;
    margin-right: 29px;
}

.content ul.jtry_list_four li:nth-child(3n) {
    margin-right: 29px;
}

.content ul.jtry_list_four li:nth-child(4n) {
    margin-right: 0;
}

.content ul.jtry_list_four > li > a {
    display: block;
    width: 190px;
    height: 107px;
    text-align: center;
    line-height: 107px;
}

.content ul.jtry_list_four a img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.content ul.jtry_list_four li p {
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 30px;
}

.content ul.jtry_list_four li p a {
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: block;
}
*/
/**（新闻资讯）************************************************************************************************************/
.dorck {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 40px
}

.wris {
    width: 585px;
    float: left;
    height: 615px;
}

.dorck .wris {
    margin-top: 10px;
}

.wrisr {
    float: right;
}

.wris .lmy_right {
    width: 100%;
    margin-left: 0;
}

.wris .lmy_right > ul {
    width: 100%;
    border-bottom: 1px solid #999999;
    margin-bottom: 0
}

.wris .border {
    width: 88px;
}

.yrt_ll ul li a {
    display: block;
    font-size: 18px;
    color: #333333;
    line-height: 28px;
    padding: 12px 0;
    border-bottom: 1px dashed #C7C7C7;
}

.mtzx_right .wris {
    border-bottom: none;
}

.wris li {
    float: none;
}

.yrt_ll ul li a p {
    height: auto;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.zgzj_title ul li.active {
    background: #004cab;
}

.zgzj_title ul li.active::after {
    border-top: 6px solid #004cab;
}

.yrt_ll ul li a span {
    font-size: 16px;
    color: #333;
    font-weight: normal;
}

.dorck1 .wris {
    height: auto;
}

.dorck1 .yrt_ll ul li a p {
    height: auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.mtzx_right .wris .lmy_right > ul {
    display: flex;
}

.mtzx_right .wris .border {
    display: none;
}

.mtzx_right div.wris.jtyw_title .lmy_right ul li.active span {
    color: #004cab;
}

.mtzx_right div.wris.jtyw_title .lmy_right ul li span {
    color: #333333;
}

.mtzx_right div.wris.jtyw_title .lmy_right ul li {
    margin: -2px 50px -1px 0;
}

.mtzx_right div.wris.jtyw_title .lmy_right div.yrt_ll ul li {
    margin: -2px 0 -1px 0;
}

.mtzx_right div.wris.jtyw_title .lmy_right ul li + li {
    margin: -2px 0 -1px 0;
}

.mtzx_right .wris .yrt_ll > ul + ul {
    display: none;
}

/**组织机构**/
.zzjg {
    width: 107px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 18px;
    color: #FFFFFF;
    margin-top: 50px;
    margin-bottom: 25px;
}

.dlrl_title {
    background: #27A897;
}

.dlrl_title:after {
    width: 850px;
    height: 1px;
    background: #27A897;
    content: "";
    display: block;
}

.nyhg_title {
    background: #F08A26;
}

.nyhg_title:after {
    width: 850px;
    height: 1px;
    background: #F08A26;
    content: "";
    display: block;
}

.sjxx_title {
    background: #0084D5;
}

.sjxx_title:after {
    width: 850px;
    height: 1px;
    background: #0084D5;
    content: "";
    display: block;
}

.xdh_title {
    background: #CCCC66;
}

.xdh_title:after {
    width: 850px;
    height: 1px;
    background: #CCCC66;
    content: "";
    display: block;
}

.hzwc_title {
    background: #5FCCBE;
}

.hzwc_title:after {
    width: 850px;
    height: 1px;
    background: #5FCCBE;
    content: "";
    display: block;
}

.cyjr_title {
    background: #D89F67;
}

.cyjr_title:after {
    width: 850px;
    height: 1px;
    background: #D89F67;
    content: "";
    display: block;
}

.gqtz_title {
    background: #6699FF;
}

.gqtz_title:after {
    width: 850px;
    height: 1px;
    background: #6699FF;
    content: "";
    display: block;
}

.zzjglist {
    overflow: hidden;
}

.zzjglist li {
    float: left;
    width: 32%;
    height: 40px;
    line-height: 40px;
    background: #F5F5F5;
    text-align: center;
    color: #333;
    margin-bottom: 20px;
    margin-left: 2%;
    font-size: 14px;
    position: relative;
}

.zzjglist li:after {
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    content: "";
    display: block;
    border-left: 30px solid transparent;
    border-top: 30px solid #27A897
}

.gqtz_list li:after {
    display: none
}

.zzjglist li.three:after {
    opacity: 0.4;
}

.lmy_right .zzjglist li span {
    color: #FFFFFF;
    font-size: 12px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    width: 20px;
    height: 20px;
    font-weight: normal;
    line-height: 20px;
}

.zzjglist li:nth-child(3n+1) {
    margin-left: 0;
}

.nyhg_list li:after {
    border-top: 30px solid #F08A26;
}

.sjxx_list li:after {
    border-top: 30px solid #0084D5;
}

.xdh_list li:after {
    border-top: 30px solid #CCCC66;
}

.gqtz_list li:after {
    border-top: 30px solid #6699FF;
}

.hzwc_list li:after {
    border-top: 30px solid #5FCCBE;
}

.cyjr_list li:after {
    border-top: 30px solid #D89F67;
}

/**（党群工作四级栏目）**/
.silm {
    margin-bottom: 20px;
}

.silm dd {
    float: left;
    font-size: 18px;
    margin-right: 18px;
    line-height: 40px;
}

.silm dd.active a {
    color: #004cab;
}

@media screen and (min-width: 1920px) {
    #section4 .ztzttl img {
        max-width: 1920px;
    }

    #section4 .ztzttl .swiper-wrapper {
        text-align: center;
    }
}

@media screen and (max-height: 900px) {
    #section4 .qyxcsp, #section4 .qyxcsp .video {
        width: 100%;
    }

    .collection {
        margin: 30px 0;
    }

    .qyxcsp {
        margin: 0;
    }

    .nav_list {
        width: calc(90% - 440px);
    }

    .new_right .xwzx-list li {
        padding: 130px 0;
    }

    #section1 .news {
        height: 760px;
    }

    .top_line {
        margin-bottom: 20px;
    }

    .nav_list ul li {
        width: auto;
    }

    #section1 .xwzx-link .time {
        height: 60px;
    }

    #section1 .xwzx-link .time .month {
        margin-top: -4px;
    }

    #section1 .xwzx-list li {
        padding: 2px 0;
    }

    #section1 .new_right .xwzx-list li {
        padding: 13px 0;
    }

    .sec3 .tzqy_list ul li {
        height: 500px;
    }

    .sec3 .tzqy_list ul li a {
        padding-top: 80%;
    }

    #section2 .slideTxtBox .hd ul {
        height: 140px;
    }

    #section4 .video video {
        height: 500px;
        margin: 0 auto;
    }

    #section4 .fp-overflow {
        overflow: hidden;
    }

    #section5 .about_us {
        padding-bottom: 25px;
    }

    #section6 #ztzl {
        margin-top: 0;
    }

    #section6 .ztzl {
        /* height: 500px; */
    }
}

@media screen and (max-height: 769px) {
    #section1 .news {
        height: 627px;
        border-bottom: none;
    }

    #section1 .new_right .xwzx-list li,
    .xwzx-list li {
        padding: 7px 0;
    }

    #section1 .news_left .swiper-container2 {
        height: 360px
    }

    #section1 .jtyw_title {
        height: 50px;
    }

    #section1 .jtyw_title li.active {
        height: 45px;
    }

    #section1 .jtyw_title li a {
        line-height: 43px;
    }

    #section1 .notice {
        margin-top: 5px;
    }

    #section1 .top_line {
        width: 100%;
        height: auto;
    }

    #section1 .xwzx-link .time,
    #section1 .xwzx-p {
        height: 60px;
    }

    #section1 .new_right .swiper-container .xwzx-list li a {
        line-height: 28px;
    }

    #section1 .news_jtyw .xwzx-list li:nth-child(3) {
        display: none;
    }

    #section2 .slideTxtBox .bd ul {
        height: 400px;
    }

    #section2 .slideTxtBox .bd li img {
        height: 430px;
        width: 340px;
        margin-top: -30px;
    }

    #section5 .about_us .collect p {
        margin-bottom: 30px;
    }

    #section3 .sec3 {
        height: 100%;
    }

    #section3 .tzqy_bg {
        height: 400px;
    }

    #section3 .collection {
        margin: 30px 0;
    }

    #section3 .fp-overflow {
        height: 100%;
    }

    #section4 .ztzttl {
        display: none;
    }

    #section4 .collection {
        margin-top: 30px;
        margin-bottom: 20px;
    }

    #section4 .qyxcsp {
        margin-top: 30px;
        width: 100%;
    }

    #section4 .video {
        width: 100%;
    }

    #section4 .video video {
        width: 900px;
        height: 450px;
    }

    #section5 .collection {
        margin: 30px 0;
    }

    #section5 .about_us {
        padding-bottom: 20px;
        border-bottom: none;
    }

    #section5 .about_us_other {
        margin: 0 auto;
    }

    #section6 .collection {
        margin: 20px auto 0;
    }

    #section6 #ztzl {
        margin-top: 20px;
        height: 230px;
    }

    #section6 .ztzl .ztzl_list {
        top: calc(50% - 120px);
    }

    #section6 #ztzl .ztzl_left {
        height: 230px;
        width: 700px;
    }

    #section6 #ztzl .ztzl_right {
        height: 230px;
        width: 500px
    }

    #section6 .ztzl_content {
        -webkit-line-clamp: 2;
        width: 620px;
    }

    #section6 .ztzl_left .ztzl_link {
        margin-top: 30px;
    }

    #section6 #ztzl .ztzl_right img {
        width: 100%;
        height: 100%;
    }

    #section6 .ztzl_list .swiper-button-prev,
    #section6 .ztzl_list .swiper-button-next {
        top: 90px;
    }
}

.footer_bottom {
    background: #004cab;
}

.footer_bottom_left,
.footer_bottom_right a {
    color: #FFFFFF;
    opacity: 0.9;
}

.footer_bottom_left a {
    color: #FFFFFF;
}

.footer_bottom_left a:hover,
.footer_bottom_right a:hover {
    color: #FFFFFF !important;
    text-decoration: underline;
}

@media screen and (min-width: 1024px) {
    .footer_center ul li.active a,
    .footer_center > ul > li a:hover,
    .footer_content .footer_left p a:hover {
        color: #004cab;
    }

    #section0 .opa {
        background: #FFFFFF;
    }

    #section0 .nav {
        transition: all 0.3s;
    }

    #section0 .opa ul li a {
        color: #333333;
    }

    #section0 .opa .logo > a img:first-child {
        display: none;
    }

    #section0 .opa .logo > a img:last-child {
        display: block;
    }

    .nav_list ul li .nav-child-list .nav-child-list-con dl dt:hover {
        background: #004cab;
    }

    .nav ul li .nav-child-list .nav-child-list-con dl dt:hover a {
        color: #FFFFFF !important;
    }

    .top_line a.col_title:hover,
    .collection a:hover,
    .ztzl .collection a:hover,
    .top_line a.col_top:hover {
        color: #f99e21 !important;
    }

    .xwzx-list li:hover .time .day,
    .xwzx-list li:hover .time .month {
        color: #FFFFFF;
    }

    .top_line a.col_top:hover {
        color: #FFFFFF !important;
    }

    .zgzj_list ul li:hover p {
        width: 100%;
    }

    .tzqy_list ul li:hover a {
        color: #004cab;
        background: url(bmpd-arrow-right-hover.png) no-repeat 402px center;
    }

    .nav_list ul li:hover > a {
        color: #004cab !important;
    }

    .content ul.jtry_list li:hover a,
    #ztzl:hover .ztzl_link a,
    #ztzl:hover .ztzl_a,
    #mtzx_lbt .bd ul li:hover .mtzx_title a,
    .zgzj_list ul li:hover a,
    .wris .lmy_right > ul > li > a:hover span,
    .yrt_ll ul li a:hover,
    .yrt_ll ul li a:hover span {
        color: #004cab;
    }

    .slideTxtBox .hd ul li:hover,
    .slideTxtBox .hd ul li > a:hover {
        color: #f99e21 !important;
        background: #EBF3F5;
    }

    .lmy_left {
        border-left: 5px solid #004cab;
    }

    .border {
        border-bottom: 2px solid #004cab;
    }

    .dqwz {
        border-right: 5px solid #004cab;
    }

    .dqwzs {
        border-right: none;
    }

    .lmy_left_list ul li:hover,
    .lmy_left_list ul li.active {
        border-bottom: 1px solid #004cab;
    }

    .lmy_left_list ul li a:hover,
    .dqlm,
    .xiaa > a,
    .tres li a:hover,
    .lmy_left_list ul li.active a,
    .footer_center ul li.active a,
    .footer_center > ul > li a:hover,
    .footer_content .footer_left p a:hover {
        color: #004cab;
    }

    .footer_center ul li.active:after {
        background-color: #004cab;
    }
}

/* 头部响应式 */
@media screen and (max-width: 750px) {
    #section1 .top_line {
        margin-bottom: 0;
        width: auto;
        height: auto;
    }

    .top_line a.col_top {
        display: none;
    }

    .nav {
        display: none;
    }

    .nav_wap {
        display: block;
    }

    .nav_wap .wap_logo {
        padding-top: 0;
        height: 1.4rem;
        line-height: 1.4rem;
        text-align: center;
        margin-bottom: 0.2rem;
    }

    .nav_wap .wap_logo img {
        max-width: 90%;
    }

    .wap_nav {
        display: flex;
        width: 100%;
        justify-content: flex-start;
        background: #004cab;
        overflow: hidden;
        flex-wrap: wrap;
        text-align: center;
        align-items: center;
        align-content: center;
    }

    .wap_nav > li {
        width: 25%;
    }

    .wap_nav > li > a {
        white-space: nowrap;
        color: #FFFFFF;
        font-size: 0.34rem;
        display: block;
        height: 0.9rem;
        line-height: 0.9rem;
        width: 100%;
    }

    .wap_nav > li > a:hover {
        color: #ffffff !important;
    }

    .lmy_left_list ul li {
        width: 25% !important;
        line-height: 0.7rem;
        text-align: center;
    }

    .lmy_left_list ul li a {
        padding: 0 !important;
        font-size: 0.38rem !important;
        color: #000;
        font-weight: bold;
    }

    .zgzj_title ul li a {
        font-size: 0.34rem;
    }

    .silm dd {
        width: 25%;
        margin-right: 0;
        font-size: 0.32rem;
        line-height: 0.5rem;
        text-align: center;
    }

    .dqlm {
        text-indent: 0.1rem !important;
    }

    .Business_area .picList li {
        width: 100%;
    }

    .Business_area .pic a img {
        height: 4rem;
    }

    .Business_area a.prev,
    .Business_area a.next {
        right: 0;
        z-index: 99;
    }

    .Business_area a.next {
        left: 0;
    }

    .Business_area .picList li {
        margin: 0;
    }

    .content ul.jtld_list {
        flex-wrap: nowrap;
        justify-content: normal;
        width: 100%;
        flex-direction: column;
        display: block;
        overflow: hidden;
        border: none;
        padding-top: 0;
    }

    .content ul.jtld_list li {
        width: calc(100% / 2);
        float: left;
    }

    .content ul.jtld_list:nth-child(3) li,
    .content ul.jtld_list:last-child {
        padding-top: 0;
    }

    .content ul.jtld_list li + li + li {
        float: left;
    }

    .content ul.jtld_list li p {
        height: 0.7rem;
        font-size: 0.32rem;
    }

    .content ul.jtld_list li img {
        width: auto;
        height: auto;
    }

    .content ul.jtld_list li span {
        margin: 0;
        font-size: 0.32rem;
    }

    .content ul.jtld_list:nth-child(2) li p {
        white-space: nowrap;
    }

    .content ul.jtld_list:nth-child(3) li:last-child::after {
        content: '';
        border: none;
    }

    .content ul.jtld_list:last-child {
        padding-bottom: 0;
    }

    .content ul.jtld_list:nth-child(3) li::after {
        border: none;
    }

    #section1 .new_right .xwzx-list li:nth-child(4),
    .xwzx-list li:nth-child(4) {
        border-bottom: none;
    }

    #section1 .new_right .xwzx-list li:nth-child(n+5),
    .xwzx-list li:nth-child(n+5) {
        display: none;
    }

    /***新闻中心***/
    .dqwzs {
        display: none;
    }

    .mtzx_content {
        height: auto;
        background: none;
    }

    .mtzx_center {
        display: block;
        width: 96%;
        margin: 0 2%;
    }

    .mtzx_left {
        margin-top: 0.2rem;
    }

    #mtzx_lbt {
        width: 100%;
        height: auto;
    }

    #mtzx_lbt .bd ul li > a {
        display: block;
        width: 100%;
        height: 4.7rem;
        line-height: 3.7rem;
    }

    #mtzx_lbt .bd ul li .mtzx_title {
        width: 100%;
    }

    .mtzx_right,
    .dorck,
    #mtzx_lbt .hd {
        width: 100%;
    }

    #mtzx_lbt .hd ul {
        width: 100%;
        display: block;
    }

    #mtzx_lbt .hd ul li {
        height: 1rem;
        line-height: 0.4rem;
        float: left;
        width: 20%;
        background: url(mtzx_title_bg.png) no-repeat;
        background-size: cover;
    }

    #mtzx_lbt .hd ul li span {
        font-size: 0.5rem;
    }

    #mtzx_lbt .hd ul li p {
        font-size: 0.24rem;
    }

    #mtzx_lbt .hd {
        bottom: 1.69rem;
    }

    #mtzx_lbt .bd ul li .mtzx_title {
        padding: 0.2rem 0;
        height: 1.69rem;

    }

    #mtzx_lbt .bd ul li .mtzx_title a {
        font-size: 0.3rem;
        line-height: 200%;
    }

    .mtzx_right div.wris.jtyw_title .lmy_right > ul li {
        margin-right: 0.4rem;
    }

    .mtzx_right div.wris.jtyw_title .lmy_right .yrt_ll ul li {
        margin: 0;
    }

    .mtzx_right div.wris.jtyw_title .lmy_right .yrt_ll ul li span,
    .yrt_ll ul li a span {
        text-align: right;
        font-size: 0.3rem !important;
    }

    .mtzx_right {
        padding: 0;
        margin-top: -20px;
    }

    .yrt_ll ul li a {
        padding: 0.2rem 0;
        font-size: 0.3rem;
        line-height: 200%;
    }

    .jtyw_title .yrt_ll ul li a p {
        height: auto;
        font-size: 0.3rem;
        white-space: normal;
    }

    .mtzx_right .wris {
        height: auto;
    }

    .wris {
        width: 100%;
        margin-top: 0;
    }

    .wris .lmy_right > ul {
        display: block;
    }

    .dorck {
        width: 96%;
        margin: 0 2%;
    }

    .dorck1 .yrt_ll ul li a p {
        white-space: normal;
        font-size: 0.3rem;
    }

    .yrt_ll ul li:last-child a {
        border-bottom: 1px dashed #C7C7C7 !important;
    }

    .mtzx_right div.wris.jtyw_title .lmy_right div.yrt_ll ul li:nth-child(n+5) {
        display: none;
    }

    /* 投资企业 */
    #tzqy ul,
    #tzqy_list {
        margin: 0;
    }

    #tzqy_list ul li {
        width: 100%;
        background: none;
    }

    #tzqy_list ul li:last-child {
        border-bottom: 0;
    }

    #tzqy_list ul li a {
        width: 100%;
        line-height: normal;
        font-size: 0.3rem;
        padding: 15px 0;
    }

    ul.fzlc_list li span {
        display: none;
    }

    /**首页**/
    #section0,
    #section1,
    #section2,
    #section3,
    #section4,
    #section5,
    #section6,
    .banner_bg {
        height: auto;
    }

    .banner_bg .swiper-container,
    .banner_bg .pagination,
    .mouseIcon {
        display: none;
    }

    #section1 .news {
        width: 100%;
        position: inherit;
        height: auto;
    }

    #section1 .news_left {
        float: none;
        width: 100%;
        border: none;
    }

    .new_right {
        float: none;
        width: 96%;
        margin: 0.4rem auto 0;
        padding: 0;
        border: none;
    }

    #section1 .news_left .swiper-container2 {
        width: 100%;
        height: 4.8rem;
        float: none;
    }

    #section1 .news_left .swiper-container .swiper-slide .lbt_title a {
        font-size: 0.32rem;
        padding-left: 0.2rem;
        width: calc(100% - 100px);
    }

    #section1 .news_left .swiper-container .swiper-slide .lbt_title {
        width: 100%;
        height: 0.8rem;
        line-height: 0.8rem;
    }

    #section1 .news_left .swiper-container .pagination {
        bottom: 0.3rem;
        right: 0.2rem;
    }

    #section1 .news_left .swiper-container .pagination .swiper-pagination-bullet {
        margin: 0 3px;
    }

    #section1 .news_jtyw {
        padding-right: 0;
        width: 96%;
        margin: 0.4rem auto 0;
        border-right: none;
        float: none;
        position: inherit;
    }

    .jtyw_title li {
        font-size: 0.4rem;
        margin-right: 0.5rem;
    }

    .xwzx-p a {
        font-size: 0.32rem;
    }

    .top_line .ttxw_list {
        height: auto;
    }

    .top_line a.col_top {
        font-size: 0.4rem;
        height: 0.8rem;
        line-height: 0.8rem;
    }

    .top_line a.col_title {
        font-size: 0.36rem;
        line-height: 0.5rem;
        margin: 0.2rem;
        width: 100%;
        overflow: auto;
        text-overflow: inherit;
        white-space: inherit;
        text-align: left;
    }

    .top_line > p {
        font-size: 0.3rem;
        line-height: 0.45rem;
    }

    .new_right .swiper-container .xwzx-list li p,
    .notice ul.xwzx-list li p,
    .new_right .swiper-container .xwzx-list li p,
    .notice ul.xwzx-list li p {
        font-size: 0.24rem;
    }

    #section1 .new_right .swiper-container .xwzx-list li a,
    .notice ul.xwzx-list li a {
        font-size: 0.32rem;
        line-height: 0.44rem;
        white-space: normal;
    }

    #section2 {
        background: none !important
    }

    #section2 .slideTxtBox {
        position: inherit;
    }

    .collection {
        margin-bottom: 0.3rem !important;
        line-height: 0.6rem;
        margin: 0;
    }

    .collection a {
        font-size: 0.5rem;
    }

    .collection p {
        font-size: 0.28rem;
    }

    #section2 .slideTxtBox .bd li img {
        display: none;
    }

    #section2 .slideTxtBox .bd li {
        margin-top: 0;
        width: 100%;
    }

    #section2 .slideTxtBox .bd ul {
        width: 100%;
        height: auto;
    }

    #section2 .slideTxtBox .bd li {
        width: 100%;
    }

    #section2 .slideTxtBox .bd li .gather {
        width: 100%;
        float: none;
        margin-top: 0;
        margin-left: 0;
        padding: 0.3rem;
    }

    #section2 .slideTxtBox .bd li .gather p {
        font-size: 0.5rem;
        line-height: 1rem;
    }

    #section2 .slideTxtBox .bd li .gather span {
        margin: 0;
        font-size: 0.26rem;
        line-height: 2;
    }

    #section2 .slideTxtBox .bd li .gather a {
        font-size: 0.32rem;
        height: 0.6rem;
        line-height: 0.6rem;
        width: 2.5rem;
        margin-top: 0.2rem;
    }

    #section2 .slideTxtBox .hd ul {
        width: 100%;
        height: auto;
        display: block;
        overflow: hidden;
    }

    #section2 .slideTxtBox .hd ul li {
        display: block;
        width: 33.333%;
        float: left;
        padding-top: 0.3rem;
    }

    #section2 .slideTxtBox .hd ul li span {
        display: none
    }

    #section2 .slideTxtBox .hd ul li p {
        font-size: 0.32rem;
        line-height: 0.6rem;
    }

    #section3 .tzqy_bg {
        display: none;
    }

    #section3 .tzqy_list {
        margin: 0;
    }

    #section3 .tzqy_list ul {
        width: 100%;
    }

    .sec3 .tzqy_list ul li {
        width: 25%;
        height: 4rem;
        border-top-right-radius: 0.6rem;
        border-bottom-left-radius: 0.6rem;
    }

    .sec3 .tzqy_list ul li a {
        padding-top: 2rem;
        background-position-y: 0.4rem !important;
        background-size: 1.4rem 1.4rem !important;
    }

    #section3 .tzqy_list ul li .counter {
        font-size: 0.8rem;
    }

    #section3 .tzqy_list ul li .counter {
        width: auto;
    }

    #section3 .tzqy_list ul li a span {
        margin-top: 0;
        font-size: 0.3rem;
    }

    #section3 {
        background: none !important;
    }

    #section4 .ztzttl {
        height: 0.7rem;
    }

    #section4 .qyxcsp {
        margin-top: 0;
    }

    #section4 .collection {
        margin-top: 0.4rem;
    }

    #section4 .video video {
        width: 100%;
        height: auto;
    }

    #section5 {
        background: none !important;
    }

    #section5 .about_us {
        width: 100%;
    }

    #section5 .about_us img {
        width: 100%;
    }

    #section5 .about_us .collect {
        width: 96%;
        margin: 0 auto;
        float: none;
    }

    #section5 .about_us .collect span {
        font-size: 0.4rem;
        line-height: 1rem;
    }

    #section5 .about_us .collect p {
        font-size: 0.32rem;
        line-height: 0.6rem;
        margin: 0;
    }

    #section5 .about_us .collect a {
        font-size: 0.32rem;
        height: 0.6rem;
        line-height: 0.6rem;
        width: 2.5rem;
        float: right;
    }

    #section5 .about_us_other {
        width: 96%;
        margin: 0.2rem auto 0.4rem;
    }

    #section5 .about_us_other li:nth-child(3),
    #section5 .about_us_other li:after,
    #section6:after,
    #section6:before {
        display: none;
    }

    #section5 .about_us_other li {
        height: auto;
    }

    #section5 .about_us_other li img {
        width: 1rem;
        height: auto;
    }

    #section5 .about_us_other li p {
        margin-top: 0.2rem;
        font-size: 0.3rem;
        color: #004CAB;
    }

    #section6 .collection {
        margin-top: 0;
    }

    #section6.ztzl_list {
        width: 100%;
    }

    #section6 #ztzl {
        width: 100%;
        margin-left: 0;
        height: auto;
    }

    #section6 #ztzl .ztzl_left,
    #section6 #ztzl .ztzl_right {
        width: 100%;
        float: none;
    }

    #section6 #ztzl .ztzl_left,
    #section6 #ztzl .ztzl_right::after {
        display: none;
    }

    #section6 .ztzl_left .ztzl_content {
        width: 100%;
    }

    #section6 .ztzl_list {
        width: 100%;
        height: auto;
    }

    #section6 #ztzl .ztzl_right {
        display: block;
        width: 75%;
        float: none;
        margin: 0 auto;
        height: 3rem;
    }

    #section6 .ztzl_list .swiper-button-next {
        right: 0;
    }

    #section6 .ztzl_list .swiper-button-prev,
    #section6 .ztzl_list .swiper-button-next {
        top: 1.5rem;
        width: 0.6rem;
        height: 0.6rem;
    }

    #section6 .ztzl_list .swiper-button-prev:hover {
        top: 1.5rem;
        width: 0.6rem;
        height: 0.6rem;
        background: url(ztzl_left_bg.png) no-repeat;
        transform: rotate(0deg);
        background-size: cover;
    }

    #section6 .ztzl_list .swiper-button-next:hover {
        top: 1.5rem;
        width: 0.6rem;
        height: 0.6rem;
        background: url(ztzl_left_bg.png) no-repeat;
        transform: rotate(180deg);
        background-size: cover;
    }

    #section6 .ztzl {
        height: auto;
        padding-bottom: 0.7rem;
        display: none;
    }

    #ContentDetail p a img {
        display: block;
        max-width: 100%;
    }

    #section1 .news_left::after {
        content: '';
        clear: both;
        display: table;
    }

    .zzjglist li {
        width: 100%;
        float: none;
        height: 0.8rem;
        line-height: 0.8rem;
        margin-bottom: 0.3rem;
        font-size: 0.3rem;
        margin-left: 0;
    }

    .zzjg {
        width: 2rem;
        height: 0.8rem;
        line-height: 0.8rem;
        margin-bottom: 0.3rem;
        margin-top: 0.4rem;
        font-size: 0.34rem;
    }

    .zzjg:after {
        width: 7.1rem !important;
    }

    .lmy_right .zzjglist li span {
        width: 0.8rem;
        height: 0.8rem;
        line-height: 0.5rem;
        padding-left: 0.3rem;
    }

    .zzjglist li:after {
        border-left: 0.8rem solid transparent;
        border-top: 0.8rem solid #27A897;
    }

    .nyhg_list li:after {
        border-top: 0.8rem solid #F08A26;
    }

    .sjxx_list li:after {
        border-top: 0.8rem solid #0084D5;
    }

    .xdh li:after {
        border-top: 0.8rem solid #CCCC66;
    }

    .hzwc_list li:after {
        border-top: 0.8rem solid #5FCCBE;
    }

    .cyjr_list li:after {
        border-top: 0.8rem solid #D89F67;
    }

    #tzqy ul li {
        font-size: 0.32rem;
    }

    ul.fzlc_list li {
        font-size: 0.4rem;
        height: 1.2rem;
        line-height: 2rem;
    }

    .xwzx-link .time .day {
        margin-top: 10px;
    }

    .xwzx-link .time .month {
        margin-top: 0;
    }
}

/* 栏目页左侧同级栏目 */
.lmy_left_list {
    padding-bottom: 50px;
}

@media screen and(max-width: 750px) {
    .lmy_left_list {
        margin-bottom: 0;
    }
}