@charset "utf-8";
a:hover {
    color: #0b44b3;
}

.index-fzlc-box {
    background: #fff;
    padding-top: 30px;
    padding-bottom: 30px
}

.index-fzlc {
    width: 1690px;
    margin: 0 auto;
    position: relative;
}

.regular {
    width: 1690px;
    margin: 30px auto;
}

.slick-prev {
    left: -80px;
}

.slick-next {
    right: -80px;
}

.regular a {
    display: block;
    position: relative;
    color: #333;
}

.regular a img {
    transition: all 0.5s ease-in-out;
}

.regular a img:hover {
    transform: scale(1.1);
    opacity: 0.85;
}

.regular a p {
    margin-top: 30px;
    height: 36px;
    overflow: hidden;
}

.regular a p::before {
    position: absolute;
    content: '';
    bottom: 46px;
    /*! left:0; */
    background: #e6e8fa;
    height: 2px;
    width: 146px;
    /*! padding-bottom: ; */
}

.regular a p:hover {
    font-weight: bold;
}

.lanmu-black {
    height: 38px;
    /*! border-bottom: 3px solid #e6e8fa; */
    display: flex;
    justify-content: space-between;
    /*! flex-grow: 0; */
}

.lanmu-black h4 {
    font-size: 26px;
    line-height: 26px;
    position: relative;
}

.lanmu-black h4::after {
    content: '';
    position: absolute;
    top: 38px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #0b44b3;
    z-index: 2;
}

.lanmu-black h4 a {
    color: #333;
}

.lanmu-black h4 a:hover {
    color: #0b44b3;
}

.lanmu-black span {
    font-size: 16px;
    padding-top: 12px;
}

.lanmu-black span a {
    color: #333;
}

.lanmu-black span a:hover {
    color: #0b44b3;
}

#fzsSwiper {
    padding-top: 34px;
    padding-bottom: 40px;
}

#fzsSwiper ul {
    display: flex;
}

#fzsSwiper ul li {
    padding-left: 10px;
    padding-right: 10px;
}

#zdtp1Swiper,
#zdtp2Swiper {
    padding-bottom: 40px;
}

#zdtp1Swiper .swiper-pagination-bullet,
#zdtp2Swiper .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: rgba(0, 0, 0, 0.2);
}

#zdtp1Swiper .swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
#zdtp2Swiper .swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 10px;
}

#zdtp1Swiper .swiper-pagination-bullet-active,
#zdtp2Swiper .swiper-pagination-bullet-active {
    color: #fff;
    background: #007aff;
}

.zdtp-swiper1,
.zdtp-swiper2 {
    position: absolute;
    bottom: -104px;
    width: 100%;
}

#fzsSwiper .swiper-slide img {
    display: block;
    object-fit: cover;
    transition: all 0.5s ease-in-out;
}

#fzsSwiper .swiper-slide img:hover {
    transform: scale(1.1);
}

#fzsSwiper .swiper-slide p {
    margin-top: 30px;
    font-size: 16px;
    color: #333;
    line-height: 24px;
}

#fzsSwiper .swiper-slide a {
    display: block;
    position: relative;
}

#fzsSwiper .swiper-slide p::before {
    position: absolute;
    content: '';
    bottom: 56px;
    /*! left:0; */
    background: #e6e8fa;
    height: 2px;
    width: 146px;
    /*! padding-bottom: ; */
}

#fzsSwiper .swiper-slide p:hover {
    font-weight: bold;
}

.index-zdtp-box {
    background: url(zdtp-bg-fzs.jpg);
    background-position: center center;
    background-size: cover;
    padding: 30px 0;
}

.index-zdtp {
    width: 1690px;
    margin: 0 auto;
    padding-bottom: 80px;
}

.lanmu-white {
    height: 38px;
    /*! border-bottom: 3px solid #e6e8fa; */
    display: flex;
    justify-content: space-between;
}

.lanmu-white h4 {
    font-size: 26px;
    line-height: 26px;
    position: relative;
}

.lanmu-white h4::after {
    content: '';
    position: absolute;
    top: 38px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #0b44b3;
    z-index: 2;
}

.lanmu-white h4 a {
    color: #fff;
}

.lanmu-white h4 a:hover {
    color: #0b44b3;
}

.lanmu-white span {
    font-size: 16px;
    padding-top: 12px;
}

.lanmu-white span a {
    color: #fff;
}

.lanmu-white span a:hover {
    color: #0b44b3;
}

.index-zdtp-main {
    padding-top: 140px;
    display: flex;
    justify-content: space-between;
    padding-left: 24px;
    /*! flex-wrap: wrap; */
}

.zdtp-items {
    /*! flex-shrink: 1; */
    width: 50%;
}

.zdtp-items:nth-of-type(1) {
    margin-right: 80px;
}

.zdtp-items-cont {
    width: 100%;
    position: relative;
    background: url(zdtp-item-bg-fzs.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 0.9;
    filter: alpha(opacity=40);
    height: 100%;
}

.zdtp-items-cont p {
    font-size: 18px;
    line-height: 30px;
    padding: 80px 40px 180px 40px;
    max-height: 120px;
}

.zdtp-items-cont p a {
    color: #fff;
    transition: all 0.35s ease-in-out;
    display: block;
}

.zdtp-items-cont p a:hover {
    font-weight: bold;
    transform: scale(1.1);
}

.zdtp-items-cont-img {
    display: flex;
    justify-content: space-evenly;
    /*! position: absolute; */
    /*! bottom:-44px ; */
    /*! width: 100%; */
    /*! margin-left: 20px; */
    /*! margin-right: 20px; */
}

.zdtp-items-cont-img li {
    width: 30%;
    height: 180px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 1;
}

.zdtp-items-cont-img li img {
    transition: all 0.5s ease-in-out;
}

.zdtp-items-cont-img li img:hover {
    transform: scale(1.1);
    opacity: 0.85;
}

.zdtp-items-cont>img {
    position: absolute;
    top: -90px;
    left: -24px;
}

.index-kxjjs-box {
    /*! margin: 0 auto; */
    padding: 30px 0;
}

.index-kxjjs {
    width: 1690px;
    margin: 30px auto;
}

.index-kxjjs-main {
    padding-top: 38px;
    display: flex;
    justify-content: space-between;
}

.kxjjs-items {
    padding: 26px 26px 46px 26px;
    box-shadow: 6px 0px 17px 1px #aab8cf;
    flex-grow: 1;
    flex-shrink: 1;
    box-sizing: border-box;
    width: 50%;
    position: relative;
}

.kxjjs-items:nth-of-type(2) {
    margin-left: 40px;
}

.kxjjs-items-peo {
    display: flex;
    justify-content: space-between;
}

.peo-img {
    flex-shrink: 0;
}

.peo-img img {
    width: 100%;
    height: auto;
    transition: all 0.5s;
}

.peo-img img:hover {
    transform: scale(1.2);
}

.peo-img>a {
    display: block;
    overflow: hidden
}

.peo-text {
    flex-shrink: 1;
    padding-left: 20px;
    /*! max-height: 206px; */
}

.peo-text h3 a {
    font-size: 26px;
    color: #333;
}

.peo-text h3 a:hover {
    color: #0b44b3;
}

.peo-text p {
    margin-top: 30px;
    font-size: 16px;
    line-height: 30px;
    color: #444;
    max-height: 150px;
    overflow: hidden;
}

.kxjjs-items-list {
    margin-top: 40px;
}

.scroll,
.scroll2 {
    height: 56px;
    overflow: hidden;
    background: #FFFFFF;
}

.scroll li,
.scroll2 li {
    height: 56px;
}

.scroll li a,
.scroll2 li a {
    display: block;
    font-size: 16px;
    line-height: 28px;
    color: #333;
    padding-left: 14px;
    background: url(kxjjs-list-icon@2x-fzs.png) left 6px no-repeat;
    height: 56px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.kxjjs-items-list span {
    text-align: right;
    display: block;
    padding-top: 30px;
    font-size: 16px;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.kxjjs-items-list span a {
    color: #4d3acf;
}

a:hover {
    color: #0b44b3;
}

.index-djgz-box {
    background: url(djgz-bg2-cebsit-fzs.png) repeat-x;
    /*! padding: 30px 0; */
}

.index-djgz {
    margin: 0 auto;
    background: url(djgz-bg-cebsit-fzs.png) no-repeat;
    background-position: center center;
    background-size: cover;
    width: 1690px;
}

.djgz-box {
    padding: 30px 0;
}

.djgz-cont {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}

.lanm-title {
    display: flex;
    justify-content: flex-start;
}

.lanm-title span {
    margin-left: 10px;
    color: #666;
    font-weight: normal;
}

.djgz-cont-text {
    width: 338px;
    height: 272px;
    padding: 15px 30px;
    box-shadow: 0px -3px 3px 0px #cb3906;
    opacity: 0.6;
    flex-shrink: 0;
    flex-grow: 0;
}

.djgz-cont-text p {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: 0px;
    color: #333333;
}

.djgz-cont-img-item {
    margin-left: 20px;
}

.djgz-cont-img-item img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.djgz-cont-img-item p {
    display: block;
    height: 26px;
    overflow: hidden;
    width: 100%;
    /*! white-space: nowrap; */
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    line-height: 26px;
}

.djgz-cont-img-item p a {
    /*! padding: 13px; */
    /*! font-size: 16px; */
    /*! line-height: 26px; */
    color: #333333;
}

.djgz-cont-img-item a:hover {
    color: #0b44b3;
    font-weight: bold;
}

.index-cxwh-box {
    background: url(kxjjs-bg-fzs.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 30px 0;
}

.index-cxwh {
    width: 1690px;
    margin: 0 auto;
}

.index-cxwh-main {
    display: flex;
    justify-content: space-between;
}

.cxwh-items {
    margin-top: 30px;
    background: #fff;
    padding: 30px 30px 50px 24px;
    width: 50%;
    flex-grow: 1;
    flex-shrink: 1;
}

.cxwh-items:nth-of-type(2) {
    margin-left: 30px;
}

.cxwh-items h3 {
    margin-bottom: 26px;
}

.cxwh-items h3 a {
    font-size: 22px;
    font-weight: bold;
    line-height: 24px;
    color: #333;
    padding-left: 20px;
    background: url(cxwh-list-icon@2x-fzs.png) left center no-repeat;
}

.cxwh-items h3 span {
    font-size: 16px;
    line-height: 30px;
    color: #666;
    font-weight: normal;
}

.cxwh-cont {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.cxwh-cont-img1 {
    flex-shrink: 1;
    flex-grow: 1;
    height: 100%;
}

.cxwh-cont-img1 a {
    display: block;
    overflow: hidden;
}

.cxwh-cont-img1 a img {
    /*! width: 100%; */
    transition: all 0.5s;
}

.cxwh-cont-img1 a img:hover {
    transform: scale(1.1);
}

.cxwh-cont-img2 {
    flex-shrink: 1;
    margin-left: 30px;
    flex-flow: 1;
    flex-grow: 1;
}

.cxwh-cont-img2 a {
    display: block;
    max-height: 138px;
    overflow: hidden;
}

.cxwh-cont-img2 img {
    display: block;
    width: 100%;
    transition: all 0.5s;
}

.cxwh-cont-img2 img:hover {
    transform: scale(1.2);
}

.cxwh-cont-img2 a:nth-of-type(1) {
    margin-bottom: 10px;
}

.gjhz-bzjl-box {
    background: #fff;
    padding: 30px 0;
}

.index-gjhz-bzjl {
    width: 1690px;
    margin: 0 auto;
    display: flex;
}

.index-gjhz {
    background: #fff;
    flex-grow: 1;
    flex-shrink: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 77%;
}

#bzjlSwiper .swiper-wrapper .swiper-slide {
    box-sizing: border-box;
    padding: 35px 60px;
}

#gjhzimgSwiper .swiper-slide {
    padding-bottom: 80px;
}

.gjhz-list {
    margin-left: 30px;
    flex-shrink: 1;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 60%;
}

.gjhz-img {
    flex-shrink: 0;
    position: relative;
    margin-top: 20px;
    /*! width: 563px; */
}

.gjhz-img img {
    transition: all 0.5s ease-in-out;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.gjhz-img img:hover {
    transform: scale(1.05);
    opacity: 0.85;
}

.gjhz-title {
    padding: 14px 20px;
    background: url(gjhz-title-bg-fzs.jpg) center center no-repeat;
    background-size: cover;
    width: 65%;
    position: absolute;
    left: 0;
    bottom: 30px;
    z-index: 999;
}

.gjhz-title a {
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    display: block;
    max-height: 60px;
    overflow: hidden;
}

#gjhzimgSwiper .swiper-pagination {
    text-align: right;
    bottom: 90px;
    width: 98%;
}

.gjhz-list li {
    height: 58px;
    box-shadow: 6px 0px 17px 1px #f2eded;
    margin-bottom: 26px;
    transition: all 0.35s ease-out;
}

.gjhz-list li:hover {
    transform: translateX(10px);
}

.gjhz-list li:nth-of-type(6) {
    margin-bottom: 0px;
}

.gjhz-list li a {
    padding-left: 30px;
    font-size: 16px;
    line-height: 58px;
    max-height: 58px;
    overflow: hidden;
    color: #333;
    display: block;
    /*! padding-right: 80px; */
    background: url(gjhz-list-icon@2x-fzs.png) left center no-repeat;
    padding-right: 10px;
}

.gjhz-list li a:hover {
    color: #fff;
    background-color: #0448c4;
}

.index-bzjl {
    /*! padding:34px 120px 50px 0; */
    flex-grow: 1;
    flex-shrink: 1;
    padding-left: 50px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 20%;
}

.bzjl-main {
    margin-top: 16px;
    /*! padding: 29px 54px 29px 66px; */
    box-shadow: -4px 0px 12px 1px rgba(170, 184, 207, 0.79);
    /*! max-width: 428px; */
    flex-grow: 1;
    flex-shrink: 1;
}

#bzjlSwiper .swiper-slide img {
    width: 100%;
}

.bzjl-main>.swiper {
    padding: 50px;
    margin-top: 0;
}

.bzjl-items img {
    transition: all 0.5s ease-out;
}

.bzjl-items img:hover {
    transform: scale(1.03);
    opacity: 0.85;
}

.gjhz-img {
    /*! max-width: 564px; */
    width: 50%;
}

.gjhz-main {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    grid-template-columns: 50% 50%;
    flex-grow: 1;
    flex-shrink: 1;
}

.zzjg-yq-box {
    background-color: #f0f5fd;
    padding: 30px 0;
}

.index-zzjg-yq {
    width: 1690px;
    margin: 0 auto;
    display: flex;
}

#jszcpt .zzjg-cont-img {
    display: flex;
    /*     grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 60px 20px; */
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

#jszcpt .zzjg-cont-img li {
    margin: 0;
    width: 48%;
}

#glbm .zzgj-cont-text {
    display: flex;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr;
    /*! gap: 20px; */
    margin: 0;
    column-gap: 40px;
    flex-direction: row;
    flex-wrap: wrap;
}

#glbm .zzgj-cont-text li {
    width: 46%;
    background: #f0f5fd;
    box-shadow: none;
}

#glbm .zzgj-cont-text li a {
    line-height: 51px;
    height: 51px;
}

#glbm .zzgj-cont-text li a:hover {
    background: #013f9d;
    color: #fff;
}

.tab-content>.tab-pane {
    display: none;
}

.tab-content>.active {
    display: block;
    /*! height: 100%; */
    flex-grow: 1;
    flex-shrink: 1;
    display: flex;
    justify-content: flex-start;
    /*! width: 100%; */
}

.index-zzjg {
    /*! padding: 34px 50px 50px 120px; */
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    width: 77%;
    flex-shrink: 1;
}

.zzjg-main {
    margin-top: 14px;
    flex-grow: 1;
    flex-shrink: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.zzjg-lable {
    /*! display: flex; */
    justify-content: center;
    align-items: center;
}

.zzjg-lable ul {
    display: flex;
    justify-content: center;
    height: 56px;
}

.zzjg-lable ul li {
    margin-right: 60px;
}

.zzjg-lable ul li.active {
    background: url(zzjg-list-icon@2x-fzs.png) center bottom no-repeat;
}

.zzjg-lable ul li:nth-of-type(4) {
    margin-right: 0;
}

.zzjg-lable ul li a {
    font-size: 20px;
    line-height: 24px;
    color: #333333;
    display: block;
}

.zzjg-lable ul li a:hover,
.zzjg-lable ul li.active a {
    color: #1d3897;
}

.zzjg-cont {
    padding: 35px 40px;
    background: #fff;
}

.zzjg-main .tab2_list {
    flex-grow: 1;
    flex-shrink: 1;
    display: flex;
    justify-content: flex-start;
}

.zzjg-cont-yjdy {
    margin-top: 20px;
    background: #fff;
    padding: 35px 40px;
    display: flex;
    /*! justify-content: space-between; */
    grid-template-columns: 1fr 1fr;
    /*! grid-template-rows: 1fr 1fr; */
    flex-grow: 1;
    flex-shrink: 1;
    /*! flex-direction: column; */
}

.zzjg-cont-img {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 50%;
    align-items: center;
}

#jszcpt {
    /*! padding-top:65px; */
    /*! padding-bottom: 60px; */
}

.zzjg-cont-img li:nth-of-type(1) {
    margin-bottom: 20px;
}

.zzjg-cont-img li a {
    display: block;
    position: relative;
    overflow: hidden;
}

.zzjg-cont-img li a img {
    transition: all 0.5s;
}

.zzjg-cont-img li a img:hover {
    transform: scale(1.1);
}

.zzjg-cont-img li a p {
    position: absolute;
    top: 50%;
    left: 50%;
    background: rgba(66, 133, 236, 0.8);
    padding: 22px;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    border: solid 1px #7996f3;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    display: block;
    white-space: nowrap;
}

.zzjg-cont-yjxpt {
    display: flex;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    /*! gap: 32px; */
    row-gap: 42px;
    column-gap: 30px;
    flex-wrap: wrap;
    /*! justify-content:space-around; */
    flex-wrap: wrap;
    justify-content: space-around;
    align-content: flex-start;
}

.zzjg-cont-yjxpt li {
    width: 30%;
    text-align: center;
}

.zzjg-cont-yjxpt li a {
    text-align: center;
    color: #444;
    font-size: 16px;
}

.zzjg-cont-yjxpt li a:hover {
    font-weight: bold;
    color: #1d3897;
}

.zzjg-cont-img li a p:hover {
    background: rgba(66, 133, 236, 1);
}

.zzjg-cont-img li:nth-of-type(2) a p {
    /*! left: 50%; */
}

.zzgj-cont-text {
    margin-left: 30px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-content: flex-start;
}

.zzgj-cont-text li {
    height: 51px;
    box-shadow: 6px 0px 17px 1px #f2eded;
    margin-bottom: 30px;
    transition: all 0.15s ease-out;
}

.zzgj-cont-text li:hover {
    transform: translateX(-10px);
    background: #013f9d;
}

.zzgj-cont-text li:nth-of-type(5) {
    margin-bottom: 0;
}

.zzgj-cont-text li a {
    padding-left: 30px;
    font-size: 20px;
    line-height: 64px;
    max-height: 64px;
    overflow: hidden;
    color: #013f9d;
    display: block;
    padding-right: 5px;
    background: url(list-icon-10@2x-fzs.png) left center no-repeat;
}

.zzgj-cont-text li a:hover {
    color: #fff;
}

.index-yq {
    /*! padding: 34px 120px 50px 0; */
    padding-left: 50px;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    width: 20%;
    flex-grow: 1;
    flex-shrink: 1;
}

.yq-list {
    padding-top: 30px;
    flex-grow: 1;
    flex-shrink: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.yq-list li {
    margin-bottom: 10px;
}

.yq-list li:nth-of-type(3) {
    margin-bottom: 0;
}

.yq-list li a {
    display: block;
    position: relative;
    overflow: hidden;
}

.yq-list li a img {
    transition: all 0.5s;
    width: 100%;
}

.yq-list li a img:hover {
    transform: scale(1.1);
}

.yq-list li a span {
    padding: 10px;
    display: block;
    position: absolute;
    bottom: 8px;
    right: 8px;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    background: #3d55a7;
    opacity: 0.75;
}

.yq-list li a span:hover {
    padding: 20px;
    opacity: 1;
    font-size: 20px;
    font-weight: bold;
}


/* 发展历程 */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-prev:before,
.slick-next:before {
    color: #0448c4;
}

.slick-slide {
    transition: all ease-in-out .3s;
    opacity: .2;
}

.slick-active {
    opacity: 1;
}

.slick-current {
    opacity: 1;
}

.index-ysfc-box {
    background: #fff;
    padding: 30px 0;
    margin-top: 20px;
}

.index-ysfc {
    margin: 0 auto;
    width: 1690px;
}

.ysfc-cont {
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
    flex-wrap: nowrap;
}

.ysfc-cont-item {
    /*! margin-left: 10px; */
    margin-top: 20px;
    width: 10%;
}

.ysfc-cont-item:nth-of-type(1) {
    /*! margin-left: 0; */
}

.ysfc-cont-item h4 {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #3d55a7;
    /*! border-bottom: 2px solid #e6e8fa; */
    padding: 10px;
}

.ysfc-cont-item a {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #333333;
    margin-top: 10px;
    display: block;
    text-align: center;
}

.ysfc-cont-item a img {
    width: 180px;
    height: auto;
}


/*-----------------响应式系统-----------------------*/

@media(max-width:1919px) {
    .index-gjhz,
    .index-zzjg {
        width: 67%;
    }
    .index-bzjl,
    .index-yq {
        width: 20%;
    }
    .ysfc-cont-item a img {
        height: auto;
    }
    .djgz-cont-img-item{
        width: 25%;
        flex-shrink: 1;
        flex-grow: 1;
        box-sizing: border-box;
    }
}

@media(max-width:1690px) {
    .index-fzlc,
    .index-zzjg-yq {
        width: auto;
        padding: 34px 50px 30px 50px;
    }
    .index-zdtp {
        width: auto;
        padding: 30px 50px 50px 50px;
    }
    .index-kxjjs,
    .index-djgz,
    .index-cxwh,
    .index-ysfc,
    .index-gjhz-bzjl {
        width: auto;
        padding: 0 50px 0 50px;
    }
    .regular {
        width: auto;
        padding: 0 50px;
    }
    .slick-prev {
        left: 0;
    }
    .slick-next {
        right: 0;
    }
}

@media(max-width:1400px) {
    .zdtp-items-cont p {
        padding: 60px 40px 180px 40px;
        display: block;
    }
    .gjhz-img {
        /*! max-width: 564px; */
        flex-shrink: 1;
        flex-grow: 1;
        width: 40%;
    }
    .zzjg-cont-yjxpt {
        row-gap: 20px;
        column-gap: 20px;
    }
    .zzgj-cont-text li {
        margin-bottom: 15px;
    }
    #jszcpt .zzjg-cont-img {
        row-gap: 40px;
        width: 100%;
    }
    .zzjg-cont-img li a p {
        font-size: 20px;
        padding: 10px;
    }
    .gjhz-main {
        grid-template-columns: 40% 60%;
    }
    .gjhz-list li {
        height: 54px;
        margin-bottom: 10px;
    }
    .gjhz-list li a {
        line-height: 54px;
        max-height: 54px;
    }
    .ysfc-cont-item a img {
        height: auto;
    }
}

@media(max-width:1200px) {
    .zzjg-yq-box {
        padding: 20px 50px;
    }
    #jszcpt {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .zzjg-cont-yjxpt {
        row-gap: 16px;
        column-gap: 16px;
        width: auto;
    }
    .zzjg-cont-yjdy {
        padding: 20px 30px;
    }
    .index-zzjg {
        padding: 0;
    }
    .index-yq {
        padding: 0 0 0 50px;
    }
    .index-fzlc-box,
    .index-zdtp-box,
    .index-kxjjs-box,
    .index-cxwh-box,
    .djgz-box-box,
    .index-ysfc-box {
        padding: 20px 0;
    }
    .djgz-cont {flex-wrap: wrap;}
    .djgz-cont-text {
        width: 338px;
        height: auto;
        padding: 15px 30px;
        box-shadow: 0px 0 3px 0px #cb3906;
        opacity: 0.6;
        /*! flex-shrink: 1; */
        /*! flex-grow: 1; */
        width: 100%;
        margin-bottom: 20px;
        box-sizing: border-box;
    }
    .djgz-cont-img-item {
        margin-bottom: 20px;
        margin-left: 0;
        width: 24%;
        box-sizing: content-box;
        flex-grow: 0;
        flex-shrink: 0;
    }
    .index-bzjl,
    .index-yq {
        padding-left: 50px;
    }
    .zdtp-items-cont p {
        padding: 60px 40px 220px 40px;
        font-size: 16px;
    }
    .cxwh-cont-img1 a img {
        max-width: 100%;
        height: auto
    }
    .cxwh-cont-img2 {
        margin-left: 10px;
    }
    .index-gjhz-bzjl-box {
        padding: 20px 50px;
    }
    .index-gjhz-bzjl {
        display: flex;
    }
    .gjhz-main {
        /*! flex-direction: column; */
        padding-top: 0;
    }
    .gjhz-img {
        width: 50%;
    }
    .gjhz-img img {
        max-width: 350px;
    }
    .bzjl-main {
        width: 100%;
        max-width: 100%;
    }
    #bzjlSwiper .swiper-wrapper .swiper-slide img {
        width: 100%;
    }
    .gjhz-list {
        margin-top: 20px;
        width: 50%;
    }
    .gjhz-list li {
        margin-bottom: 10px;
        height: 48px;
    }
    .gjhz-list li a {
        line-height: 48px;
        max-height: 48px;
    }
    .gjhz-title {
        top: 200px;
    }
    .zzjg-cont-img li a img {
        max-width: 330px;
    }
    .zzjg-cont-img li a p {
        font-size: 18px;
        padding: 10px;
    }
    .zzgj-cont-text li {
        margin-bottom: 28px;
        height: 46px;
    }
    .zzgj-cont-text li a {
        font-size: 18px;
        line-height: 46px;
        max-height: 46px;
    }
    .yq-list li a img {
        max-width: 100%;
    }
    #zdtp1Swiper,
    #zdtp2Swiper {
        padding-bottom: 74px;
    }
    .ysfc-cont-item a img {
        height: auto;
    }
    .index-zzjg-yq {
        padding: 0;
    }
}

@media(max-width:992px) {
    .cxwh-cont-img1 a img {
        max-width: 100%;
    }
    .index-cxwh-box,
    .index-ysfc-box {
        padding: 20px;
    }
    .index-ysfc,
    .index-cxwh,
    .index-djgz,
    .index-kxjjs {
        padding: 0;
    }
    .cxwh-cont {
        /*! flex-direction: column; */
        width: auto;
    }
    .index-kxjjs-box {
        padding: 20px 20px;
    }
    .kxjjs-items-peo {
        /*! flex-direction: column; */
    }
    .peo-img img {
        width: auto;
    }
    .peo-text {
        padding-top: 20px;
        padding-right: 20px;
    }
    .peo-text p {
        margin-top: 10px;
        font-size: 14px;
    }
    .scroll li a,
    .scroll2 li a {
        font-size: 14px;
    }
    .kxjjs-items-list span a {
        font-size: 14px;
    }
    .kxjjs-items-list {
        margin-top: 15px;
    }
    .kxjjs-items-list ul {
        padding-left: 20px;
        padding-right: 20px;
    }
    .lanmu-white h4 {
        font-size: 18px;
    }
    .index-fzlc-box {
        padding: 20px 20px;
    }
    .index-fzlc,
    .index-zzjg-yq,
    .regular,
    .index-zdtp {
        padding: 0;
    }
    .regular {
        margin-top: 20px;
    }
    .slick-prev,
    .slick-next {
        width: 20px;
        height: 20px;
        top: 40%;
    }
    .slick-prev:before,
    .slick-next:before {
        font-size: 30px;
    }
    .slick-next {
        right: -10px;
    }
    .slick-prev {
        left: -15px;
    }
    .index-cxwh-main {
        flex-direction: column;
        width: 100%;
    }
    .cxwh-items {
        width: 100%;
        padding: 20px;
        box-sizing: border-box;
    }
    .cxwh-items:nth-of-type(2) {
        margin-left: 0;
    }
    .cxwh-cont-img2 {
        /*! display: flex; */
        justify-content: space-between;
        margin-left: 15px;
        /*! margin-top: 15px; */
    }
    .cxwh-cont-img2 a:nth-of-type(1) {
        /*! margin-right: 15px; */
    }
    .cxwh-cont-img2 a {
        max-height: auto;
    }
    .index-kxjjs-main {
        flex-direction: column;
    }
    .kxjjs-items {
        width: 100%;
        padding: 0;
        padding-bottom: 50px;
    }
    .kxjjs-items:nth-of-type(2) {
        margin: 20px 0;
    }
    .djgz-box {
        padding: 20px;
    }
    .index-zdtp-box {
        padding: 20px 20px;
        height: auto;
    }
    .index-zdtp-main {
        flex-direction: column;
        padding-top: 20px;
        padding-left: 0;
    }
    .zdtp-items:nth-of-type(1) {
        margin-bottom: 20px;
    }
    .zdtp-items {
        width: 100%;
    }
    .zdtp-items-cont>img {
        position: relative;
        top: 0;
        left: 0;
    }
    .zdtp-items-cont p {
        padding: 20px;
        font-size: 16px;
        height: auto;
        max-height: 100%;
    }
    .zdtp-swiper1,
    .zdtp-swiper2 {
        position: relative;
        bottom: 0;
    }
    #zdtp1Swiper,
    #zdtp2Swiper {
        padding-bottom: 40px;
    }
    .swiper-pagination-fraction,
    .swiper-pagination-custom,
    .swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: 0;
        padding-bottom: 8px;
    }
    .zdtp-items-cont-img li {
        height: auto;
    }
    .zdtp-items-cont-img {
        bottom: 0px;
        position: relative;
        margin: 0;
    }
    .gjhz-bzjl-box {
        padding: 20px;
    }
    .index-gjhz-bzjl {
        display: flex;
        flex-direction: column;
        padding: 20px 0;
    }
    .index-gjhz {
        width: auto;
    }
    .gjhz-img {
        width: 50%;
    }
    .gjhz-title {
        left: 0;
        top: 65%;
    }
    .gjhz-img img {
        width: 100%;
        max-width: 100%;
    }
    .gjhz-title a {
        font-size: 16px;
        line-height: 24px;
        max-height: 48px;
    }
    #gjhzimgSwiper .swiper-slide {
        bottom: 0;
        padding-bottom: 60px;
    }
    #gjhzimgSwiper .swiper-pagination {
        width: 97%;
        bottom: 60px;
    }
    .gjhz-list {
        margin-left: 20px;
        width: 50%;
    }
    .gjhz-list li {
        margin-bottom: 20px;
        height: 40px;
    }
    .gjhz-list li a {
        line-height: 40px;
        height: 40px;
        font-size: 16px;
    }
    .index-bzjl {
        padding: 0;
        margin-top: 20px;
        width: auto;
    }
    .gjhz-main {
        /*! flex-direction: column; */
        /*! padding: 20px 0; */
        padding-top: 0px;
        grid-template-columns: 1fr;
        /*! padding-left: 20px; */
        /*! grid-template-rows: 1fr 1fr; */
        display: flex;
        /*! flex-direction: column; */
        /*! width: 50%; */
    }
    .bzjl-main {
        width: 60%;
        /*! display: flex; */
        /*! justify-content: center; */
        /*! align-items: center; */
        margin: 20px auto;
    }
    #bzjlSwiper img {
        height: 100%;
    }
    #bzjlSwiper .swiper-wrapper .swiper-slide {
        position: relative;
        display: flex;
        justify-content: center;
    }
    #bzjlSwiper img {
        /*         position: absolute; */
    }
    .lanmu-black h4 {
        font-size: 18px;
    }
    .zzjg-yq-box {
        padding: 20px;
    }
    .index-zzjg-yq {
        display: flex;
        flex-direction: column;
    }
    .index-yq {
        padding: 20px 0;
        width: auto;
    }
    .yq-list {
        display: flex;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
        gap: 10px;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .yq-list li {
        width: 48%;
    }
    .yq-list li a img {
        max-width: 100%;
    }
    /* .yq-list li a img{
        max-width: auto;
    } */
    .index-zzjg {
        padding: 0;
        width: auto;
    }
    .zzjg-main {
        margin-top: 20px;
    }
    .zzjg-lable ul {
        /*! flex-wrap: wrap; */
        height: auto;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-template-rows: 1fr;
        gap: 10px;
    }
    .zzjg-lable ul li {
        margin: 0;
        padding: 0;
        text-align: center;
    }
    .zzjg-lable {
        flex-direction: column;
    }
    .zzjg-lable ul li a {
        padding: 10px;
        font-size: 16px;
        line-height: 20px;
    }
    .zzjg-lable ul li.active {
        background: none;
    }
    .zzjg-lable ul li a:hover,
    .zzjg-lable ul li.active a {
        background: rgba(66, 133, 236, 0.8);
    }
    .zzjg-lable ul li.active a {
        color: #fff;
        padding: 10px;
        font-size: 16px;
    }
    .zzjg-cont-yjdy {
        display: flex;
        flex-direction: column;
    }
    .zzjg-cont-yjdy {
        padding: 10px;
    }
    .zzjg-cont-img {
        display: flex;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr;
        /*! gap: 10px; */
        flex-direction: row;
        width: auto;
        justify-content: space-between;
    }
    .yq-list li a span {
        opacity: 1;
        font-size: 16px;
    }
    .zzjg-cont-img li a p {
        font-size: 16px;
        padding: 10px;
    }
    .zzgj-cont-text {
        margin: 20px 0;
    }
    .zzgj-cont-text li {
        height: 40px;
        margin-bottom: 15px;
    }
    .zzgj-cont-text li a {
        font-size: 16px;
        line-height: 40px;
    }
    .lanmu-black span a {
        font-size: 14px;
    }
    .djgz-cont-text {
        width: 98%;
        padding: 10px;
        margin-bottom: 10px;
    }
    .djgz-cont-img-item {
        width: 46%;
        padding: 0 10px;
    }
    .ysfc-cont {
        flex-wrap: wrap;
    }
    .ysfc-cont-item {
        width: 18%;
    }
    .djgz-cont-text {
        height: auto;
        margin-bottom: 20px;
    }
    .djgz-cont {
        flex-wrap: wrap;
    }
}

@media(max-width:768px) {
    #glbm .zzgj-cont-text li {
        width: 100%;
    }
    .peo-text h3 a {
        font-size: 20px;
    }
    .cxwh-items h3 a {
        font-size: 18px;
    }
    .cxwh-items h3 span {
        font-size: 14px;
    }
    .yq-list {
        grid-template-columns: 1fr;
        flex-direction: column;
    }
    .yq-list li {
        width: auto;
    }
    .yq-list li a img {
        max-width: 100%;
    }
    .zzjg-cont-yjxpt {
        grid-template-columns: 1fr;
    }
    .zzjg-cont-yjxpt li {
        width: auto;
    }
    .zzjg-cont-yjxpt li a {
        font-size: 14px;
    }
    .zzjg-cont-img {
        grid-template-columns: 1fr;
        width: auto;
        flex-direction: column;
    }
    #jszcpt .zzjg-cont-img {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .zzjg-cont-img li a img {
        max-width: 100%;
    }
    #jszcpt {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .cxwh-cont-img1 a img {
        width: 100%;
        max-width: 100%;
    }
    .index-cxwh-box {
        padding: 20px;
    }
    .cxwh-cont {
        flex-direction: column;
    }
    .index-kxjjs-box {
        padding: 20px 20px;
    }
    .kxjjs-items-peo {
        flex-direction: column;
    }
    .peo-img img {
        width: auto;
    }
    .peo-text p {
        margin-top: 10px;
        font-size: 14px;
    }
    .scroll li a,
    .scroll2 li a {
        font-size: 14px;
    }
    .kxjjs-items-list span a {
        font-size: 14px;
    }
    .kxjjs-items-list {
        margin-top: 15px;
    }
    .kxjjs-items-list ul {
        padding-left: 20px;
        padding-right: 20px;
    }
    .lanmu-white h4 {
        font-size: 18px;
    }
    .index-fzlc,
    .index-zzjg-yq,
    .index-kxjjs,
    .index-djgz,
    .index-cxwh,
    .index-ysfc,
    .index-gjhz-bzjl {
        padding: 0;
    }
    .regular {
        margin: 20px 0 30px 0;
    }
    .slick-next {
        right: 0;
    }
    .slick-prev {
        left: -10px;
    }
    .slick-prev,
    .slick-next {
        width: 20px;
        height: 20px;
        top: 40%;
    }
    .slick-prev:before,
    .slick-next:before {
        font-size: 26px;
    }
    .index-cxwh-main {
        flex-direction: column;
    }
    .cxwh-items {
        width: auto;
    }
    .cxwh-items:nth-of-type(2) {
        margin-left: 0;
    }
    .cxwh-cont-img2 {
        display: flex;
        justify-content: space-between;
        margin-left: 0;
        margin-top: 15px;
    }
    .cxwh-cont-img2 a:nth-of-type(1) {
        margin-right: 15px;
    }
    .cxwh-cont-img2 a {
        max-height: auto;
    }
    .index-kxjjs-main {
        flex-direction: column;
    }
    .kxjjs-items {
        width: 100%;
        padding: 0;
        padding-bottom: 50px;
    }
    .kxjjs-items:nth-of-type(2) {
        margin: 20px 0;
    }
    .index-zdtp-box {
        padding: 20px 20px;
        height: auto;
    }
    .index-zdtp-main {
        flex-direction: column;
        padding-top: 20px;
        padding-left: 0;
    }
    .zdtp-items:nth-of-type(1) {
        margin-bottom: 20px;
    }
    .zdtp-items {
        width: 100%;
    }
    .zdtp-items-cont>img {
        position: relative;
        top: 0;
        left: 0;
    }
    .zdtp-items-cont p {
        padding: 20px;
        font-size: 16px;
        height: auto;
        max-height: 100%;
    }
    .zdtp-swiper1,
    .zdtp-swiper2 {
        position: relative;
        bottom: 0;
    }
    #zdtp1Swiper,
    #zdtp2Swiper {
        padding-bottom: 40px;
    }
    .swiper-pagination-fraction,
    .swiper-pagination-custom,
    .swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: 0;
        padding-bottom: 8px;
    }
    .zdtp-items-cont-img li {
        height: auto;
    }
    .zdtp-items-cont-img {
        bottom: 0px;
        position: relative;
        margin: 0;
    }
    .gjhz-bzjl-box {
        padding: 20px;
    }
    .index-gjhz-bzjl {
        display: flex;
        flex-direction: column;
    }
    .index-gjhz {
        padding: 0;
        width: auto;
    }
    .gjhz-img {
        width: 100%;
    }
    .gjhz-title {
        left: 0;
        top: 60%;
    }
    .gjhz-title a {
        font-size: 16px;
        line-height: 24px;
        max-height: 48px;
    }
    #gjhzimgSwiper .swiper-slide {
        bottom: 0;
        padding-bottom: 60px;
    }
    #gjhzimgSwiper .swiper-pagination {
        width: 97%;
        bottom: 60px;
    }
    .gjhz-list {
        margin-left: 0;
        margin-top: 0;
        width: auto;
    }
    .gjhz-list li {
        margin-bottom: 20px;
        height: 40px;
    }
    .gjhz-list li a {
        line-height: 40px;
        height: 40px;
        font-size: 16px;
    }
    .index-bzjl {
        padding: 0;
        margin-top: 20px;
        width: auto;
    }
    .gjhz-main {
        flex-direction: column;
        /*! padding: 20px 0; */
        padding-top: 0px;
        /*! width: 100%; */
        /*! padding-right: ; */
        display: flex;
    }
    .bzjl-main {
        width: 100%;
    }
    #bzjlSwiper img {
        max-width: 220px;
        height: 100%;
    }
    .lanmu-black h4 {
        font-size: 18px;
    }
    .zzjg-yq-box {
        padding: 20px;
    }
    .index-zzjg-yq {
        flex-direction: column;
    }
    .index-yq {
        padding: 0;
        width: 100%;
    }
    .index-zzjg {
        padding: 0;
        width: auto;
    }
    .zzjg-main {
        margin-top: 20px;
    }
    .zzjg-lable ul {
        /*! flex-wrap: wrap; */
        height: auto;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
        gap: 10px;
    }
    .zzjg-lable ul li {
        margin: 0;
        padding: 0;
        text-align: center;
    }
    .zzjg-lable {
        flex-direction: column;
    }
    .zzjg-lable ul li a {
        padding: 10px;
        font-size: 16px;
        line-height: 20px;
    }
    .zzjg-lable ul li.active {
        background: none;
    }
    .zzjg-lable ul li a:hover,
    .zzjg-lable ul li.active a {
        background: rgba(66, 133, 236, 0.8);
    }
    .zzjg-lable ul li.active a {
        color: #fff;
        padding: 10px;
        font-size: 16px;
    }
    .zzjg-cont-yjdy {
        flex-direction: column;
    }
    .zzjg-cont-yjdy {
        padding: 10px;
    }
    .yq-list li a span {
        opacity: 1;
        font-size: 16px;
    }
    .zzjg-cont-img li a p {
        font-size: 16px;
        padding: 10px;
    }
    .zzgj-cont-text {
        margin: 20px 0;
    }
    .zzgj-cont-text li {
        height: 40px;
        margin-bottom: 15px;
    }
    .zzgj-cont-text li a {
        font-size: 16px;
        line-height: 40px;
    }
    .lanmu-black span a {
        font-size: 14px;
    }
    #jszcpt .zzjg-cont-img {
        width: 100%;
    }
    #jszcpt .zzjg-cont-img li {
        width: auto;
    }
}

@media(max-width:576px) {
    .djgz-cont-text {
        width: auto;
        margin-bottom: 20px;
        height: auto;
    }
    .djgz-cont-img-item {
        width: auto;
    }
    .djgz-cont {
        flex-direction: column;
        flex-wrap: nowrap;
    }
    .lanm-title span {
        font-size: 14px;
    }
    .ysfc-cont-item {
        width: 48%;
    }
    .ysfc-cont-item a img {
        height: auto;
    }
}