/*# sourceURL=/templates/site/css/subpage.css */
/*@ sourceURL=/templates/site/css/subpage.css */
@charset "UTF-8";


.wes,
.fzbj .swiper-slide .content .name,
.article-more a,
.subpage-list-item .title {
    overflow: hidden;
    word-wrap: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
}



.subpage-top {
    height: 600px;
    position: relative;
}

.subpage-top img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.subpage-top .location {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    bottom: 0;
}

.subpage-top .location .name {
    font-size: 40px;
    font-weight: bold;
    color: #fff;
}

.subpage-top .location-info {
    margin-top: 27px;
    margin-bottom: 14px;
    line-height: 26px;
    font-size: 14px;
    color: #fff;
}

.subpage-top .location-info span {
    padding-left: 30px;
    background: url("http://cq-gyw.com/templates/site/css/../images/home-icon.png") no-repeat left center;
    color: #fff;
}

.subpage-top .location-info a {
    color: #fff;
    transition: all 0.5s;
}

.subpage-top .location-info a:hover {
    font-weight: bold;
    color: #115eac;
}

.subpage-nav {
    padding-top: 11px;
    position: relative;
}

.subpage-nav::after {
    height: 1px;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 1px;
    background-color: #dadada;
}

.subpage-nav .swiper-wrapper {
    justify-content: center;
}

.subpage-nav .swiper-slide {
    width: auto;
    text-align: center;
    padding: 0 40px;
    position: relative;
    padding-bottom: 15px;
    transition: all 0.5s;
    background: url("http://cq-gyw.com/templates/site/css/../images/subpage-nav-line.png") no-repeat right center;
}
.subpage-nav.only .swiper-slide {
    background:none;
}

.subpage-nav .swiper-slide::after {
    width: 100px;
    height: 3px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0px;
    background-color: #115eac;
    opacity: 0;
    transition: all 0.5s;
}

.subpage-nav .swiper-slide .zn {
    font-size: 28px;
    line-height: 40px;
    color: #333333;
    transition: all 0.5s;
}

.subpage-nav .swiper-slide .en {
    line-height: 40px;
    font-size: 14px;
    color: rgba(51, 51, 51, 0.6);
    transition: all 0.5s;
}

.subpage-nav .swiper-slide:hover::after,
.subpage-nav .swiper-slide.on::after {
    opacity: 1;
}

.subpage-nav .swiper-slide:hover .zn,
.subpage-nav .swiper-slide.on .zn {
    font-weight: bold;
    color: #115eac;
    animation: fadeIn 0.5s;
}

.subpage-nav .swiper-slide:hover .en,
.subpage-nav .swiper-slide.on .en {
    color: rgba(17, 94, 172, 0.6);
}

.subpage-list {
    padding-bottom: 57px;
    padding-top: 58px;
    background: url("http://cq-gyw.com/templates/site/css/../images/subpage-bg.jpg") no-repeat top center;
    background-size: cover;
}

.subpage-list-item {
    width: 100%;
    display: block;
    background-color: rgba(255, 255, 255, 0.502);
    margin-right: 0;
    box-shadow: 0px 0px 15px 0px rgba(1, 72, 154, 0.17);
    padding-left: 28px;
    padding-right: 26px;
    margin-bottom: 13px;
    transition: all 0.5s;
    overflow: hidden;
    line-height: 56px;
    position: relative;
}

.subpage-list-item:before {
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 3px;
    height: 20px;
    background: #115eac;
}

.subpage-list-item .title {
    font-size: 20px;
    color: #333333;
    transition: all 0.5s;
    float: left;
    width: calc(100% - 120px);
}

.subpage-list-item .info,
.subpage-list-item .time {
    font-size: 16px;
    color: #888888;
    transition: all 0.5s;
}

.subpage-list-item .info {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 2;
    min-height: 64px;
    display: none;
}

.subpage-list-item .time {
    float: right;
}

.subpage-list-item:nth-child(2n) {
    margin-right: 0;
}

.subpage-list-item:hover {
    transform: translateY(-10px);
    background-color: #1886d3;
    box-shadow: 0 0 10px 0 rgba(17, 94, 172, 0.7);
}

.subpage-list-item:hover * {
    color: #fff;
}

.subpage-list-item:hover .title {
    font-weight: bold;
    animation: fadeIn 0.5s;
}

.article-t {
    margin-top: 35px;
    text-align: center;
}

.article-t .title {
    font-size: 32px;
    color: #333;
    font-weight: bold;
    line-height: 2;
}

.article-t .sub-title {
    margin-top: 4px;
    font-size: 24px;
    color: #888888;
    line-height: 1.5;
    font-weight: bold;
}

.article-info {
    margin-top: 22px;
    background-color: #f2f2f2;
    font-size: 16px;
    color: #666666;
    padding: 0 17px;
}

.article-info-l {
    float: left;
    line-height: 44px;
}

.article-info-r {
    float: right;
    padding: 10px 0 0;
    vertical-align: top;
}

.article-info-r #wb {
    width: 90px;
    height: 16px;
    color: #666666;
    line-height: 16px;
    margin: 6px 6px 6px 0;
    background: url("http://cq-gyw.com/templates/site/css/../images/icons_0_16.png") no-repeat;
    background-position: 100% -104px;
}

.article-info-r .bdsharebuttonbox {
    float: right;
}

.article-info-r .bdsharebuttonbox a {
    line-height: 44px;
}

.article-content {
    padding-top: 30px;
    padding-bottom: 50px;
    font-size: 18px;
    font-family: "Microsoft YaHei";
    color: rgb(51, 51, 51);
    line-height: 2.556;
    text-align: left;
    /* text-indent: 2em; */
}

.article-content * {
    font-size: 16pt !important;
    line-height: 2 !important;
}

.article-content img {
    max-width: 98% !important;
    margin: 1vw auto;
    height: auto !important;
}

.article-more {
    border-top: 1px solid #d6d6d6;
    padding-top: 27px;
    margin-bottom: 40px;
}

.article-more a {
    width: 100%;
    display: block;
    font-size: 16px;
    line-height: 36px;
    color: #115eac;
    transition: all 0.5s;
    position: relative;
}

.article-more a span {
    color: #333;
}

.article-more a:hover {
    font-weight: bold;
    animation: fadeIn 0.5s;
}

.zshz-t .title {
    overflow: hidden;
}

.zshz-t .title-l {
    text-align: center;
    float: left;
    width: calc(100% - 75px);
}

.zshz-b .title-l {
    text-align: center;
    float: left;
    width: calc(100% - 50px);
}
.zshz-b .title-r{
       float: right;
}

.zshz-t .title .zn,
.zshz-b .title .zn {
    color: rgb(17, 94, 172);
    font-weight: bold;
    font-size: 28px;
    line-height: 1.429;
}

.zshz-t .title .en,
.zshz-b .title .en {
    color: rgba(17, 94, 172, 0.6);
    font-size: 16px;
    line-height: 2.5;
}

.zshz-t .title-r,
.zshz-b .title-r {
    margin-top: 21px;
    color: rgb(17, 94, 172);
    font-size: 14px;
    line-height: 1.857;
    padding-right: 19px;
    background: url("http://cq-gyw.com/templates/site/css/../images/more-icon1.png") no-repeat right;
}

.zshz-t {
    padding-top: 40px;
    padding-bottom: 66px;
    background-color: #fff;
}

.zshz-b {
    padding-top: 53px;
    background: url("http://cq-gyw.com/templates/site/css/../images/subpage-bg.jpg") no-repeat center;
    background-size: cover;
}

.zshz-b .subpage-list {
    margin-top: 36px;
    padding-bottom: 15px;
    background: transparent;
}

.zshz-banner {
    margin-top: 65px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.21);
}

.zshz-banner-tag {
    font-size: 0;
    text-align: center;
    transform: translateY(-50%);
}

.zshz-banner-tag-item {
    font-size: 22px;
    color: #333333;
    line-height: 50px;
    width: 200px;
    text-align: center;
    border-radius: 9px;
    background-color: #f2f5f9;
    transition: all 0.5s;
    margin: 0 30px;
}

.zshz-banner-tag-item.on {
    background-color: #115eac;
    color: #fff;
    font-weight: bold;
}

@media screen and (max-width: 1330px){
    .zshz-banner-tag-item{
        width: 18%;
        margin: auto 1%;
    }
}

.zshz-banner-wrap {
    overflow: hidden;
}

.zshz-banner-item {
    display: none;
}

.zshz-banner-item.on {
    display: block;
    animation: fadeInLeft 1s;
}

.zshz-banner .swiper-slide {
    padding-left: 29px;
    padding-top: 11px;
    padding-bottom: 30px;
    padding-right: 38px;
    display: block;
    width: 100%;
}

.zshz-banner .swiper-slide .pic {
    width: 49.61%;
    float: left;
    outline: 1px solid #dfdfdf;
    border: 5px solid #fff;
    height: 419px;
    overflow: hidden;
}

.zshz-banner .swiper-slide .pic img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.zshz-banner .swiper-slide .content {
    width: 46.87%;
    float: right;
    padding-top: 11px;
}

.zshz-banner .swiper-slide .content .title {
    font-size: 24px;
    line-height: 50px;
    color: #333;
    font-weight: bold;
}

.zshz-banner .swiper-slide .content .info {
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 16px;
    color: #888888;
    line-height: 40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    transition: all 0.5s;
}

.zshz-banner .swiper-slide .content span {
    font-size: 14px;
    color: #666666;
    line-height: 90px;
    padding-right: 41px;
    background: url("http://cq-gyw.com/templates/site/css/../images/more-icon2.png") no-repeat right center;
    transition: all 0.5s;
}

.zshz-banner .swiper-slide:hover .content span {
    /* display: inline-block; */
    /* font-size: 0; */
    font-weight: bold;
    color: #115eac;
}

.zshz-banner .swiper-slide:hover .content .title {
    animation: fadeInUp 0.5s;
    font-weight: bold;
    color: #115eac;
}

.zshz-banner .swiper-slide:hover .content .info {
    color: #115eac;
}

.zshz-banner .swiper-pagination {
    left: auto;
    right: 40px;
    width: auto;
    bottom: 66px;
}

.zshz-banner .swiper-pagination span {
    background-color: rgb(205, 205, 205);
    opacity: 1;
    width: 8px;
    height: 8px;
    border-radius: 4px;
}

.zshz-banner .swiper-pagination span.swiper-pagination-bullet-active {
    width: 40px;
    background-color: #115eac;
}

.qygk .fzbj {
    margin-top: 50px;
    padding-top: 50px;
}

.fzbj {
    overflow: hidden;
    background: url("http://cq-gyw.com/templates/site/css/../images/subpage-bg.jpg") no-repeat top center;
    background-size: cover;
    padding-top: 30px;
}

.fzbj-tag {
    margin-top: 20px;
    text-align: center;
    background-color: #fff;
}

.fzbj-tag .swiper-slide {
    cursor: pointer;
}

.fzbj-tag span {
    display: inline-block;
    text-align: center;
    line-height: 50px;
    border-radius: 6px;
    background-color: #fff;
    width: 175px;
    height: 50px;
    border-radius: 10px 0 10px 0;
    text-align: center;
    line-height: 50px;
    font-size: 22px;
    cursor: pointer;
    margin: 0 10px;
    transition: all 0.5s;
}

.fzbj-tag span.active,
.fzbj-tag span:hover {
    background-color: #1886d3;
    color: #fff;
}


/* fzbj-add */

.fzbj-add-tag {
    position: relative;
}

.fzbj-add-wrap .fzbj-add-tag {
    transform: translateY(-50%);
}

.fzbj-add-tag::after {
    left: 0;
    right: 0;
    width: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url("http://cq-gyw.com/templates/site/css/../images/fzbj-add-line.png") no-repeat center;
}

.fzbj-add-tag .swiper-container {
    padding: 20px 0;
    margin-top: 20px;
}

.fzbj-add-tag .swiper-wrapper {
    justify-content: center;
}

.fzbj-add-wrap {
    background: rgba(255, 255, 255, 0.702);
    padding-bottom: 30px;
}

.fzbj-add-newList {
    margin-top: -30px;
}

.fzbj-add-newList .subpage-list-item {
    background: transparent;
    box-shadow: none;
    margin-bottom: 4px;
}

.fzbj-add-newList .subpage-list-item:hover * {
    color: #115eac;
}

.fzbj-add-newList-item {
    display: none;
}

.fzbj-add-newList-item.active {
    display: block;
    animation: fadeInLeft 0.5s;
}

@media screen and (max-width: 1000px) {
    .fzbj-add-tag .swiper-container {
        padding-left: 10px;
        padding-right: 10px;
    }
    .fzbj-add-tag .swiper-wrapper {
        justify-content: start;
    }
    .fzbj-add-wrap .fzbj-add-tag .swiper-wrapper {
        justify-content: center;
    }
    .fzbj-add-tag.lang .swiper-container {
            overflow-x:auto;
    }
}

.fzbj-add-tag .swiper-slide {
    width: auto;
    padding: 0 24px;
    line-height: 60px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.16);
    border-radius: 10px 0 10px 0;
    text-align: center;
    margin-right: 1vw;
    font-size: 24px;
    color: #333333;
    transition: all 0.5s;
}

.fzbj-add-tag .swiper-slide.on,
.fzbj-add-tag .swiper-slide:hover {
    background-color: #115eac;
    color: #fff;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    .fzbj-add-tag {
        margin: 4vw auto;
    }
    .fzbj-add-wrap .fzbj-add-tag {
        margin: 0 auto;
        /* transform: translateY(-25%); */
    }
    .fzbj-add-wrap .fzbj-add-tag .swiper-container {
        padding: 10px;
    }
    .fzbj-add-tag .swiper-slide {
        /* width: 120px; */
        line-height: 38px;
        font-size: 18px;
    }
}

.fzbj-t {
    margin-top: 26px;
}

.subpage-list .fzbj-t {
    margin-top: 0;
    margin-bottom: 60px;
}

.subpage-list .fzbj-t .info {
    /* text-indent: 2em; */
    margin-top: 0;
}

.fzbj-t .name {
    font-size: 36px;
    font-weight: bold;
    color: #115eac;
    text-align: center;
}

.fzbj-t .info {
    margin-top: 19px;
    font-size: 24px;
    line-height: 40px;
    color: #333333;
    text-align: justify;
    text-indent: 2em;
}

.fzbj .fzbj-list-item {
    display: none;
}

.fzbj .fzbj-list-item.active {
    display: block;
    animation: fadeInLeft 0.5s;
}

.fzbj .fzbj-list-banner {
    margin-top: 30px;
    margin-bottom: 50px;
}

 .fzbj-list-banner-box .fzbj-list-banner {
    display: none;
}
                                
.fzbj-list-banner-box .fzbj-list-banner.active {
   display: block;
   animation: fadeInLeft 0.5s;
}

.fzbj .fzbj-list-banner .swiper-button-next,
.fzbj .fzbj-list-banner .swiper-button-prev {
    transition: all 0.5s;
    margin: auto;
    /* transform: translateY(-50%); */
    margin-top: -30px;
}

.fzbj .fzbj-list-banner .swiper-button-next:hover,
.fzbj .fzbj-list-banner .swiper-button-prev:hover {
    transform: translateY(-10px);
    filter: drop-shadow(0 0 5px rgba(20, 20, 180, 0.8));
}

.fzbj .fzbj-list-banner .swiper-container {
    padding-top: 10px;
}

.fzbj .fzbj-list-banner .swiper-slide {
    width: 520px;
    /* height: 408px; */
    /* background: #fff; */
    /* box-shadow: 0 8px 30px #ddd; */
    position: relative;
    border-radius: 8px;
    /* overflow: hidden; */
}

.fzbj .fzbj-list-banner .swiper-slide .pic {
    height: 360px;
    width: 100%;
    overflow: hidden;
}

.fzbj .fzbj-list-banner .swiper-slide .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fzbj .fzbj-list-banner .swiper-slide .name {
    display: none;
    font-size: 20px;
    color: #115eac;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
    margin: 10px auto;
}

.fzbj .fzbj-list-banner .swiper-slide::after {
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    /* height: calc(100% - 60px); */
    background-color: rgba(0, 0, 0, 0.4);
    transition: all 0.5s;
}

.fzbj .fzbj-list-banner .swiper-slide.swiper-slide-active .pic {
    padding: 4px;
    background-color: rgba(255, 255, 255, 0.7);
    box-shadow: 0 0px 10px #797979;
}

.fzbj .fzbj-list-banner .swiper-slide.swiper-slide-active::after {
    opacity: 0;
    /* display: none; */
}

.fzbj .fzbj-list-banner .swiper-slide.swiper-slide-active .name {
    animation: fadeInUp 0.5s;
    display: block;
}

#page {
    text-align: center;
}

#page a,
#page span {
    border: 1px solid #dcdcdc;
    display: inline-block;
    color: #333333;
    line-height: 40px;
    padding: 0 15.3px;
    transition: all 0.5s;
    margin-bottom: 5px;
    display: inline-block;
    margin-left: 2px;
    margin-right: 2px;
    cursor: pointer;
}

#page a.on,
#page a:hover,
#page span.strong,
#page span:hover {
    background-color: #115eac;
    color: #fff;
}

.zjgyw-top {
    height: 637px;
    background: url("http://cq-gyw.com/templates/site/css/../images/zjgyw-bg.png") no-repeat top center;
    background-size: cover;
    position: relative;
}

.zjgyw-top img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    transform: translateY(7%);
    max-width: 80%;
    max-height: 80%;
}

.zjgyw-title .en {
    color: rgba(17, 94, 172, 0.502);
    font-size: 16px;
    line-height: 2.522;
}

.zjgyw-center {
    margin-top: 18px;
    background: url("http://cq-gyw.com/templates/site/css/../images/zjgyw-bg2.png") no-repeat right, url("http://cq-gyw.com/templates/site/css/../images/zjgyw-bg2.png") no-repeat right;
    background-position-y: 600px, 2800px;
}

.zjgyw-center .gygyw {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.zjgyw-center .gygyw>img {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
}

.zjgyw-center .gygyw-wrap {
    position: relative;
}

.zjgyw-center .gygyw-wrap-b {
    padding-top: 10px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 68px;
    margin-top: -41px;
}

.zjgyw-center .gygyw-l {
    width: 40.5%;
    float: left;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden;
}

.zjgyw-center .gygyw-r {
    width: 55.4285%;
    float: right;
    height: 485px;
    overflow: hidden;
    border-style: solid;
    border-width: 3px;
    border-color: rgb(255, 255, 255);
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 8px 0px rgba(57, 57, 57, 0.25);
}

.zjgyw-center .gygyw-r video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.zjgyw-center .gydt {
    margin-top: 52px;
    text-align: center;
}

.zjgyw-center .gydt .subpage-list-wrap {
    margin-top: 40px;
}

.zjgyw-center .gydt .subpage-list-item {
    text-align: left;
}

.zjgyw-center .zhgyw>img,
.zjgyw-center .lsgyw>img {
    right: 53%;
}

.zjgyw-center .cxgyw>img {
    left: 53%;
}

.zjgyw-center .zhgyw {
    margin-top: 25px;
}

.zjgyw-center .tryb {
    margin-top: 56px;
    text-align: center;
    margin-bottom: 60px;
}

.zjgyw-center .tryb-pics {
    margin-top: 37px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}

.zjgyw-center .tryb-pics img {
    width: 100%;
    display: block;
}

.zjgyw-center .tryb-pics-l {
    width: 42.14285%;
}

.zjgyw-center .tryb-pics-l-b {
    margin-top: 12px;
    display: flex;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}

.zjgyw-center .tryb-pics-l-b img {
    width: calc(50% - 6px);
}

.zjgyw-center .tryb-pics-c {
    width: 32.14285%;
}

.zjgyw-center .tryb-pics-r {
    width: 23.9285%;
}

.zjgyw-center .tryb-pics-r img {
    margin-bottom: 12px;
}

.zjgyw-center .tryb-pics-r img:last-child {
    margin-bottom: 0;
}

.zjgyw-box {
    margin-top: 69px;
    width: 100%;
    overflow: hidden;
    position: relative;
    min-height: 462px;
}

.zjgyw-box>img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.zjgyw-box-wrap {
    margin-top: 22px;
    position: relative;
}

.zjgyw-box-r {
    width: 47%;
    float: right;
}

.zjgyw-box-l {
    width: 47%;
    float: left;
}

.zjgyw-box-r .info,
.zjgyw-box-l .info {
    margin-top: 32px;
    font-size: 18px;
    line-height: 40px;
    color: #333333;
    min-height: 200px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

.zjgyw-box-r .more,
.zjgyw-box-l .more {
    margin-top: 28px;
    width: 142px;
    line-height: 43px;
    text-align: center;
    border-radius: 15px 0 15px 0;
    background-color: #115eac;
    color: #fff;
    font-size: 16px;
    border: 1px solid transparent;
    transition: all 0.5s;
}

.zjgyw-box-r .more:hover,
.zjgyw-box-l .more:hover {
    border-color: #115eac;
    color: #115eac;
    background-color: #fff;
    font-weight: bold;
    transform: translateY(-10px);
}

.qygk-t {
    margin-top: 66px;
}

.qygk-t-wrap {
    position: relative;
}

.qygk-t-l {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.qygk-t-r {
    position: relative;
    z-index: 2;
    width: 719px;
    float: right;
    box-shadow: 0px 0px 10px 0px rgba(8, 57, 119, 0.39);
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 20px 100px 80px 50px;
    padding-left: 47px;
    padding-right: 15px;
    padding-top: 37px;
    padding-bottom: 79px;
}

.qygk-t-r .name img {
    display: block;
    max-width: 100%;
}

.qygk-t-r p {
    margin-top: 23px;
    font-size: 22px;
    line-height: 32px;
    color: #115eac;
}

.qygk-t-r .info {
    margin-top: 30px;
    max-height: 286px;
    font-size: 18px;
    line-height: 42px;
    color: #222222;
    overflow-y: auto;
    padding-right: 10px;
    text-align: justify;
}

.qygk-title {
    display: block;
    text-align: center;
    font-weight: bold;
    line-height: 1;
}

.qygk-title .en {
    color: rgba(17, 94, 172, 0.2);
    font-size: 36px;
}

.qygk-title .zn {
    transform: translateY(-50%);
    color: rgb(17, 94, 172);
    font-size: 36px;
}

.qygk .qywh {
    margin-top: 57px;
}

.qygk .qywh-banner {
    margin-top: -20px;
    position: relative;
}

.qygk .qywh-banner .swiper-wrapper {
    justify-content: center;
}

.qygk .qywh .swiper-container {
    padding-bottom: 60px;
    padding-top: 80px;
}

.qygk .qywh .swiper-slide {
    width: auto;
    transition: all 0.5s;
    position: relative;
    overflow: visible;
    margin-right: 9vw;
}

.qygk .qywh .swiper-slide:last-child {
    margin-right: 0;
}

.qygk .qywh .swiper-slide img,
.qygk .qywh .swiper-slide a {
    display: block;
}

.qygk .qywh .swiper-slide .title {
    max-width: 93px;
    position: absolute;
    left: 0;
    top: -6%;
    transition: all 0.5s;
    z-index: 1;
}

.qygk .qywh .swiper-slide .txt {
    position: absolute;
    left: 0;
    right: 0;
    top: 6%;
    margin: auto;
    max-height: 80%;
    max-width: 90%;
    z-index: 1;
    transition: all 0.5s;
}

.qygk .qywh .swiper-slide:hover {
    transform: translateY(-15px);
}

.qygk .qywh .swiper-slide:hover .bg {
    box-shadow: 0px 0px 11px 5px rgb(33 115 173 / 80%);
    transform: scale(0.9, 0.9);
    border-radius: 2.6vw;
}

.qygk .qywh .swiper-slide:hover .txt {
    transform: scale(0.7, 0.7);
}

.qygk .qywh .swiper-slide:hover .title {
    transform: scale(0.7, 0.7);
    left: 2vw;
    filter: drop-shadow(2px 4px 6px black);
}

.qygk .qywh .swiper-slide#slide1 .txt,
.qygk .qywh .swiper-slide#slide2 .txt,
.qygk .qywh .swiper-slide#slide3 .txt {
    /* max-height: 60%; */
}

.qygk .qywh .swiper-slide#slide1 .txt{
    left: 20%;
}

.qygk .qywh .swiper-slide#slide2 .txt {
    top: 10%;
    left: 20%;
}

.qygk .qywh .swiper-slide#slide4 .txt {
    top: 0;
    bottom: 0;
    transform: translateY(10%);
    width: 77%;
}

.qygk .qywh .swiper-slide#slide4:hover .txt {
    transform: scale(0.8, 0.8);
}

.qygk .qywh .swiper-slide#slide5 .txt {
    width: 59.7%;
    top: auto;
    bottom: 10%;
}

.qygk .qywh .swiper-slide#slide5:hover .txt {
    top: 10%;
    transform: scale(0.8, 0.8);
}

.qygk .qywh .swiper-slide .bg {
    border-radius: 0 2.6vw;
    transition: all 0.5s;
}

.qygk .qywh .swiper-slide-next,
.qygk .qywh .swiper-slide-prev {
    transform: translateY(50px);
}

.qygk .qywh .swiper-slide-prev:hover,
.qygk .qywh .swiper-slide-prev+a+a:hover {
    transform: translateY(80px);
}

.qygk .qywh .swiper-slide-next+a+a {
    transform: translateY(50px);
}

.qygk .qywh .swiper-button-prev,
.qygk .qywh .swiper-button-next {
    width: 32px;
    height: 54px;
}

.qygk .qywh .swiper-button-prev {
    left: -74px;
    background: url("http://cq-gyw.com/templates/site/css/../images/left-icon2.png") no-repeat center;
}

.qygk .qywh .swiper-button-next {
    right: -74px;
    background: url("http://cq-gyw.com/templates/site/css/../images/right-icon2.png") no-repeat center;
}

.qygk .fzlc {
    /* margin-top: 70px; */
    background: url("http://cq-gyw.com/templates/site/css/../images/qygk-bg.png") no-repeat center;
    background-size: cover;
    padding-top: 60px;
    width: 100%;
    overflow: hidden;
    padding-bottom: 113px;
}

.qygk .fzlc-banner {
    margin-top: 50px;
    height: 540px;
    position: relative;
}

.qygk .fzlc-map {
    position: relative;
    z-index: 2;
    height: 540px;
}

.qygk .fzlc-map-item {
    border-style: solid;
    border-width: 8px;
    border-color: rgb(220, 235, 250);
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 20px 0px rgba(17, 94, 172, 0.004);
    width: 144px;
    height: 144px;
    line-height: 130px;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    color: #115eac;
    position: absolute;
    transition: all 0.5s;
    cursor: pointer;
}

.qygk .fzlc-map-item:hover {
    background-color: rgb(17, 94, 172);
    color: #fff;
}

.qygk .fzlc-map-item:nth-child(1) {
    left: 110px;
}

.qygk .fzlc-map-item:nth-child(2) {
    left: 546px;
    top: 79px;
}

.qygk .fzlc-map-item:nth-child(3) {
    left: 963px;
    top: 10px;
}

.qygk .fzlc-map-item:nth-child(4) {
    right: -20px;
    top: 171px;
}

.qygk .fzlc-map-item:nth-child(5) {
    right: 281px;
    bottom: 50px;
}

.qygk .fzlc-map-item:nth-child(6) {
    right: 620px;
    bottom: 8px;
}

.qygk .fzlc-map-item:nth-child(7) {
    left: 268px;
    bottom: 120px;
}

.qygk .fzlc-banner::after {
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    background: url("http://cq-gyw.cn/templates/site/css/../images/qygk-line.png") no-repeat center;
}

@media screen and (max-width: 1450px) {
    /* .qygk .fzlc-banner::after {
        background-size: 90% 86%;
    } */
    .qygk .fzlc-map-item:nth-child(1) {
        left: 6.8965vw;
        top: -20px;
    }
    .qygk .fzlc-map-item:nth-child(2) {
        left: 37.65vw;
        top: 60px;
    }
    .qygk .fzlc-map-item:nth-child(3) {
        left: 66.41vw;
        top: -10px;
    }
    .qygk .fzlc-map-item:nth-child(4) {
        right: 0;
    }
    .qygk .fzlc-map-item:nth-child(5) {
        right: 19.37vw;
    }
    .qygk .fzlc-map-item:nth-child(6) {
        right: 42.75vw;
    }
    .qygk .fzlc-map-item:nth-child(7) {
        left: 18.482vw;
    }
}

@media screen and (max-width: 1100px) {
    .qygk .qywh-banner .swiper-wrapper {
        justify-content: start;
    }
}

@media screen and (max-width: 1000px) {
    .qygk .fzlc-map {
        /* height: 288px; */
        overflow: hidden;
        overflow-y: auto;
        padding-right: 10px;
    }
    .qygk .fzlc-map-item {
        position: static;
        border-radius: 10px;
        float: left;
        width: 31%;
        margin: 1%;
    }

}

@media screen and (max-width: 768px) {
    .qygk .fzlc-map {
        height: 224px;
    }
    .qygk .fzlc-map-item {
        height: 100px;
        line-height: 90px;
        font-size: 26px;
    }
    .fzbj-add-tag.lang:after {
        background: none;
    }
    .fzbj-add-tag.lang .swiper-container{
        overflow-x:hidden;
    }
    .fzbj-add-tag.lang .swiper-wrapper{
        display:block;
        overflow: hidden;
    }
    .fzbj-add-wrap .fzbj-add-tag.lang{
        transform:translateY(-20%);
    }
    .fzbj-add-tag.lang .swiper-slide {
        width: 48%;
        margin:auto;
        margin-right: 4%;
        float: left;
        display: block;
        margin-bottom:2vw;
        line-height: 46px;
    }
    .fzbj-add-tag.lang .swiper-slide:nth-child(2n){
        margin-right:0;
    }
}

@media screen and (max-width: 400px) {
    .qygk .fzlc-banner,
    .qygk .fzlc-map {
        height: auto !important;
    }
    .qygk .fzlc-map-item {
        width: 100%;
        height: 60px;
        line-height: 50px;
        font-size: 20px;
    }
}

.qygk .fzlc-banner .swiper-slide {
    height: 540px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.qygk .fzlc-banner .swiper-slide .time {
    border-style: solid;
    border-width: 8px;
    border-color: rgb(220, 235, 250);
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 20px 0px rgba(17, 94, 172, 0.004);
    width: 144px;
    height: 144px;
    line-height: 130px;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    color: #115eac;
    position: relative;
    transition: all 0.5s;
    cursor: pointer;
    top: 0;
}

.qygk .fzlc-banner .swiper-slide .time:hover {
    top: -20px;
    background-color: rgb(17, 94, 172);
    color: #fff;
}

.qygk .fzlc-banner .swiper-slide-active .time {
    transform: translate(-30px, -60px);
}

.qygk .fzlc-banner .swiper-slide-next .time {
    transform: translate(-30px, -16px);
}

.qygk .fzlc-banner .swiper-slide-next+.swiper-slide .time {
    transform: translate(0, 99px);
}

.qygk .fzlc-banner .swiper-slide-next+.swiper-slide+.swiper-slide .time {
    transform: translate(30px, 0px);
}

.qygk .fzlc-banner .swiper-slide-next+.swiper-slide+.swiper-slide+.swiper-slide .time {
    transform: translate(30px, -125px);
}

.qygk .fzlc-banner .swiper-button-prev,
.qygk .fzlc-banner .swiper-button-next {
    width: 48px;
    height: 47px;
    top: 0;
    margin-top: 0;
}

.qygk .fzlc-banner .swiper-button-prev {
    background: url("http://cq-gyw.com/templates/site/css/../images/left-icon3.png") no-repeat center;
}

.qygk .fzlc-banner .swiper-button-next {
    left: 71px;
    background: url("http://cq-gyw.com/templates/site/css/../images/right-icon3.png") no-repeat center;
}

.qygk .fzlc-banner .sj-wrap {
    position: absolute;
    z-index: 22;
    left: 0;
    right: 0;
    top: 12px;
    overflow: hidden;
}

.qygk .fzlc-banner .sj-item {
    border-radius: 60px;
    height: 533px;
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0px 0px 5px 0px rgba(124, 124, 124, 0.35);
    position: relative;
    padding-right: 36px;
    padding-left: 26px;
    padding-top: 40px;
    display: none;
}

.qygk .fzlc-banner .sj-item.active {
    display: block;
    animation: fadeInUp 1s;
}

.qygk .fzlc-banner .sj-item .close {
    cursor: pointer;
    position: absolute;
    right: 74px;
    top: 20px;
    background: url("http://cq-gyw.com/templates/site/css/../images/close-cion2.png") no-repeat right center;
    font-size: 16px;
    padding-right: 25px;
    color: #115eac;
}

.qygk .fzlc-banner .sj-item ul {
    min-height: 451px;
    max-height: 451px;
    overflow-y: auto;
    position: relative;
    padding-right: 26px;
    margin-top: 7px;
}

.qygk .fzlc-banner .sj-item li {
    overflow: hidden;
    position: relative;
    font-size: 16px;
    color: #555555;
    min-height: 60px;
    padding-bottom: 15px;
    padding-top: 15px;
}

.qygk .fzlc-banner .sj-item li:first-child {
    padding-top: 0;
}

.qygk .fzlc-banner .sj-item li:first-child::before {
    top: 10px;
}

.qygk .fzlc-banner .sj-item li::before {
    top: 25px;
    left: 149px;
    border-style: solid;
    border-width: 3px;
    border-color: rgb(17, 94, 172);
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    width: 16px;
    height: 16px;
    z-index: 2;
}

.qygk .fzlc-banner .sj-item li::after {
    top: 0;
    left: 157px;
    height: 100%;
    width: 1px;
    background-color: #115eac;
    transform: translateX(-50%);
}

.qygk .fzlc-banner .sj-item li span {
    width: 130px;
    float: left;
    text-align: right;
    line-height: 32px;
}

.qygk .fzlc-banner .sj-item li p {
    padding-left: 57px;
    width: calc(100% - 130px);
    float: left;
    line-height: 32px;
    text-align: justify;
}

.qygk .fzlc-banner .sj-item li:first-child::after {
    top: 10px;
}

.qygk .fzlc-banner .sj-item li:last-child::after {
    height: 35px;
}

.lxwm-t {
    padding-bottom: 60px;
    overflow: hidden;
    margin-top: 57px;
}

.lxwm-t-l {
    width: 44.571%;
    float: left;
    position: relative;
}

.lxwm-t-l::after {
    background-color: #f1f1f1;
    height: 339px;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.lxwm-t-l img {
    position: relative;
    width: auto;
    max-width: 99%;
    display: block;
    margin: auto;
    height: 411px;
    z-index: 2;
    -o-object-fit: cover;
    object-fit: cover;
}

.lxwm-t-r {
    float: right;
    width: 50%;
    padding-left: 1.5%;
    overflow: hidden;
}

.lxwm-info {
    margin-top: 20px;
    float: left;
}

.lxwm-info .name {
    display: block;
    position: relative;
    font-size: 24px;
    line-height: 40px;
    font-weight: bold;
    color: #333333;
    padding-bottom: 14px;
}

.lxwm-info .name::after {
    width: 48px;
    height: 3px;
    border-radius: 1.5px;
    background-color: #115eac;
    left: 0;
    bottom: 0;
}

.lxwm-info .phone p {
    margin-top: 29px;
    padding-left: 46px;
    background: url("http://cq-gyw.com/templates/site/css/../images/phone-icon.png") no-repeat center left;
}

.lxwm-info .addres {
    margin-top: 77px;
    font-size: 20px;
    line-height: 46px;
    color: #115eac;
}

.lxwm-info .addres ul{
    margin-top: 24px;
}
.lxwm-info .addres ul span{
       padding-left: 39px;
       line-height: 27px;
       float: left;
}

.lxwm-info .addres ul span:nth-child(1) {
    background: url("http://cq-gyw.com/templates/site/css/../images/dz-icon.png") no-repeat left center;
   /* background-position-x: 10px;*/
}

.lxwm-info .addres ul span:nth-child(2){
    background: url("http://cq-gyw.com/templates/202409/2024092916113745499.png") no-repeat left center;
    background-size: 27px;
    margin-left: 20px;
}

.lxwm-t-r{
      position: relative;
}

.lxwm-t-r-r{
     position: absolute;
    right: 0;
    top: 0;
}

.lxwm-qr {
    margin-top: 17px;
    float: right;
    width: 212px;
    height: 226px;
    background: url("http://cq-gyw.com/templates/site/css/../images/qr-code-bg.png") no-repeat center;
    text-align: center;
    padding-top: 28px;
}

.lxwm-qr img {
    max-width: 125px;
    margin-bottom: 10px;
}

.lxwm-qr p {
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    margin-top: -8px;
}

.lxwm .yjjy {
    padding-top: 49px;
    background: url("http://cq-gyw.com/templates/site/css/../images/yjjy-bg.png") no-repeat top center;
}

.lxwm .yjjy-title {
    margin-top: 16px;
    color: #fff;
    font-size: 16px;
    line-height: 34px;
    text-align: center;
}

.lxwm .yjjy-form {
    padding: 43px;
    margin-top: 50px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 20px 0px rgba(2, 75, 195, 0.25);
}

.lxwm .yjjy-form label {
    display: block;
    font-size: 18px;
    line-height: 34px;
    color: #333;
}

.lxwm .yjjy-form input,
.lxwm .yjjy-form textarea {
    margin-top: 14px;
    width: 100%;
    font-size: 14px;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(226, 226, 226);
    border-radius: 6px;
}

.lxwm .yjjy-form input::-moz-placeholder,
.lxwm .yjjy-form textarea::-moz-placeholder {
    color: #888888;
}

.lxwm .yjjy-form input::placeholder,
.lxwm .yjjy-form textarea::placeholder {
    color: #888888;
}

.lxwm .yjjy-form .label input {
    height: 54px;
    background-color: transparent !important;
    transition: all 0.5s;
}

.lxwm .yjjy-form .label input:-internal-autofill-selected {
    box-shadow: inset 0 0 0 1000px #fff !important;
    -webkit-text-fill-color: #333;
    padding-left: 20px !important;
}

.lxwm .yjjy-form .label textarea {
    height: 129px;
    background: url("http://cq-gyw.com/templates/site/css/../images/lyb-icon.png") no-repeat;
    background-position: 20px 15px;
    padding-top: 6px;
    text-indent: 31px;
    line-height: 34px;
    padding-left: 20px;
    padding-right: 20px;
    transition: all 0.5s;
}

.lxwm .yjjy-form .label textarea.fill {
    text-indent: 0;
    background: #fff;
}

.lxwm .yjjy-form-t {
    margin-bottom: 31px;
    overflow: hidden;
}

.lxwm .yjjy-form-t .label {
    width: calc(50% - 30px);
    float: left;
}

.lxwm .yjjy-form-t .label input {
    background: url("http://cq-gyw.com/templates/site/css/../images/user-icon.png") no-repeat left center;
    background-repeat: no-repeat;
    background-position-x: 19px;
    background-position-y: center;
    padding-left: 51px;
}

.lxwm .yjjy-form-t .label:last-child {
    float: right;
}

.lxwm .yjjy-form-t .label:last-child input {
    background: url("http://cq-gyw.com/templates/site/css/../images/phone-icon2.png") no-repeat left center;
    background-position-x: 17px;
    padding-left: 49px;
}

.lxwm .yjjy-form-b {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 50px;
}

.lxwm .yjjy-form-b input {
    height: 50px;
    display: inline-block;
    margin-top: 0;
}

.lxwm .yjjy-form-b img {
    height: 50px;
    margin: 0 30px;
}

.lxwm .yjjy-yzm {
    display: flex;
    align-items: center;
}

.lxwm .yjjy-yzm input {
    padding-left: 26px;
    width: 196px;
}

.lxwm .yjjy-yzm canvas {
    width: 120px;
    height: 50px;
    margin: 0 30px;
}

.lxwm .yjjy-submit {
    width: 257px !important;
    background-color: #1886d3;
    font-size: 16px;
    color: #fff;
}

.lxwm-title {
    text-align: center;
    color: #fff;
}

.lxwm-title .zn {
    font-size: 28px;
    font-weight: bold;
    line-height: 40px;
}

.lxwm-title .en {
    margin-top: 4px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.4);
}

.lxwm .jrwm {
    margin-top: 52px;
    margin-bottom: 53px;
}

.lxwm .jrwm .lxwm-title {
    color: #115eac;
}

.lxwm .jrwm .lxwm-title .en {
    color: rgba(17, 94, 172, 0.6);
}

.lxwm .jrwm-b {
    margin-top: 41px;
    overflow: hidden;
}

.lxwm .jrwm-l {
    width: 50%;
    height: 385px;
    float: left;
}

.lxwm .jrwm-l>iframe {
    width: 100%;
    height: 100%;
}

.lxwm .jrwm-r {
    height: 381px;
    width: 47.35%;
    float: right;
}

.lxwm .jrwm-r img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.lxwm .jrwm .zp-header {
    font-size: 0;
    line-height: 60px;
    overflow: hidden;
    padding: 0 29px;
    background-color: #115eac;
}

.lxwm .jrwm .zp-header span {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    display: block;
    float: left;
}

.lxwm .jrwm .zp-header .name {
    width: 45%;
}

.lxwm .jrwm .zp-header .xl {
    width: 20%;
    text-align: center;
}

.lxwm .jrwm .zp-header .rs {
    width: 35%;
    text-align: center;
}

.lxwm .jrwm .zp-body {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(231, 231, 231);
    background-color: rgb(255, 255, 255);
    height: 325px;
    overflow-y: auto;
}

.lxwm .jrwm .zp-body-txt {
    display: none;
    text-align: center;
    font-size: 18px;
    color: #333;
    margin: 30px auto;
    line-height: 40px;
}

.lxwm .jrwm .zp-btn {
    display: block;
    width: 246px;
    line-height: 42px;
    background-color: #115eac;
    margin: auto;
    border-radius: 21px;
    text-align: center;
    color: #fff;
    margin: 10px auto;
}

.lxwm .jrwm .zp-item {
    margin-top: 3px;
}

.lxwm .jrwm .zp-item-header {
    position: relative;
    padding: 0 29px;
    overflow: hidden;
    background-color: #c8a062;
}

.lxwm .jrwm .zp-item-header .btn {
    width: 17px;
    height: 17px;
    position: absolute;
    right: 21px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.lxwm .jrwm .zp-item-header .btn::before {
    width: 3px;
    height: 17px;
    background-color: #fff;
    left: 7px;
    transform-origin: 50%;
    transition: all 0.5s;
}

.lxwm .jrwm .zp-item-header .btn::after {
    width: 17px;
    height: 3px;
    background-color: #fff;
    transform-origin: 50%;
    top: 7px;
    transition: all 0.5s;
}

.lxwm .jrwm .zp-item-header span {
    font-size: 18px;
    color: #fff;
    display: block;
    float: left;
    line-height: 50px;
}

.lxwm .jrwm .zp-item-header .name {
    width: 45%;
    font-weight: bold;
}

.lxwm .jrwm .zp-item-header .xl {
    width: 20%;
    text-align: center;
}

.lxwm .jrwm .zp-item-header .rs {
    width: 35%;
    text-align: center;
}

.lxwm .jrwm .zp-item-info {
    padding: 15px 30px;
    background-color: #fdf9f2;
    display: none;
    animation: fadeOutUp 0.5s;
}

.lxwm .jrwm .zp-item-info li {
    font-size: 18px;
    line-height: 34px;
    color: #333333;
}

.lxwm .jrwm .zp-item-info li span {
    font-weight: bold;
}

.lxwm .jrwm .zp-item.open .zp-item-header .btn::after {
    transform: rotate(360deg);
}

.lxwm .jrwm .zp-item.open .zp-item-header .btn::before {
    transform: rotate(90deg);
    opacity: 0;
}

.lxwm .jrwm .zp-item.open .zp-item-info {
    display: block;
    animation: fadeInUp 0.5s;
}

.dj-location {
    padding: 10px 0;
    color: #333;
    border-bottom: 1px solid #d5d5d5;
}

.dj-location span,
.dj-location a {
    line-height: 30px;
    font-size: 16px;
    color: #333;
}

.dj-location span {
    padding-left: 30px;
    background: url("http://cq-gyw.com/templates/site/css/../images/home-icon2.png") no-repeat left center;
}

.dj-location a:hover {
    font-weight: bold;
    color: #aa0008;
    animation: fadeIn 0.5s;
}

.dj-center .subpage-list {
    margin-top: 27px;
    padding-bottom: 30px;
    background: transparent;
}

.dj-center .subpage-list-item:hover {
    background-color: #aa0008;
    box-shadow: 0 0 10px 0 rgba(170, 0, 8, 0.7019607843);
}

.dj-center #page a.on,
.dj-center #page a:hover,
.dj-center #page span.strong,
.dj-center #page span:hover {
    background-color: #aa0008;
}

.dj-center .article-info {
    background-color: #fff;
}

.dj-center .article-more {
    margin-bottom: 0;
    padding-bottom: 40px;
}

@media screen and (max-width: 1674px) {
    .zjgyw-center .gygyw>img {
        left: auto;
        right: 0;
    }
}

@media screen and (max-width: 1560px) {
    .qygk .qywh .swiper-button-prev {
        left: -32px;
    }
    .qygk .qywh .swiper-button-next {
        right: -32px;
    }
}

@media screen and (max-width: 1475px) {
    .qygk .qywh .swiper-container {
        width: calc(100% - 84px);
    }
    .qygk .qywh .swiper-button-prev {
        left: 0;
    }
    .qygk .qywh .swiper-button-next {
        right: 0;
    }
}

@media screen and (max-width: 1400px) {
    .w14 {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }
    .fzbj .swiper-container {
        padding: 0;
        /* width: 80vw; */
    }
    .fzbj .swiper-slide {
        /* padding: 0 80px;
        padding-bottom: 15px; */
    }
    .zjgyw-center .gygyw>img {
        left: auto;
        right: auto;
        left: -200px;
    }
}

@media screen and (max-width: 1230px) {
    .lxwm-t-l {
        width: 20%;
    }
    .lxwm-t-r {
        width: 75%;
    }
}

@media screen and (max-width: 1080px) {
   /* .zshz-banner-tag-item {
        width: calc(25% - 3vw);
        margin: 0 1.5vw;
    }*/
}

@media screen and (max-width: 1100px) {
    .subpage-nav .subpage-banner {
        /* max-width:100%; */
        overflow-x: auto;
    }
    .subpage-nav .swiper-wrapper {
        justify-content: flex-start;
    }
    .subpage-nav .swiper-slide {
        padding: 0 20px;
    }
}

@media screen and (max-width: 1000px) {
    .fzbj .swiper-container {
        width: 100%;
    }
    .qygk .fzlc-banner::after {
        display: none;
    }
    .qygk .fzlc-banner .swiper-slide-active .time {
        transform: translate(0, -60px);
    }
    .qygk .fzlc-banner .swiper-slide-next .time {
        transform: translate(0, 40px);
    }
    .qygk .fzlc-banner .swiper-slide-next+.swiper-slide .time {
        transform: translate(0, -60px);
    }
    .qygk .fzlc-banner .swiper-slide-next+.swiper-slide+.swiper-slide .time {
        transform: translate(0, 40px);
    }
    .qygk .fzlc-banner .swiper-slide-next+.swiper-slide+.swiper-slide+.swiper-slide .time {
        transform: translate(0, -60px);
    }
    .lxwm .jrwm-l,
    .lxwm .jrwm-r {
        width: 100%;
        float: none;
    }
    .lxwm .jrwm-r {
        margin-top: 40px;
    }
}

@media screen and (max-width: 900px) {
    .lxwm-t-l {
        display: none;
    }
    .lxwm-t-r {
        width: 100%;
        float: none;
    }
}

@media screen and (max-width: 810px) {
    .zshz-banner-tag-item {
        /* width: auto; */
        padding: 0 2vw;
    }
    .lxwm-t-l {
        display: none;
    }
    .lxwm-t-r {
        width: 100%;
        float: none;
    }
}

@media screen and (max-width: 768px) {
    .subpage-top {
        height: 50vw;
        min-height: 240px;
        margin-top: 30vw;
    }
    .subpage-top .location .name {
        font-size: 5.5vw;
    }
    .subpage-top .location-info {
        margin-top: 3vw;
        margin-bottom: 10px;
    }
    .subpage-nav {
        padding-top: 1vw;
    }
    .subpage-nav .subpage-banner {
        overflow-x: hidden;
    }
    .subpage-nav .swiper-wrapper {
        display: block;
    }
    .subpage-nav .swiper-slide {
        width: 100%;
        padding: 10px 0;
        background: none;
        border-bottom: 1px solid #eee;
    }
    .subpage-nav .swiper-slide .zn {
        font-size: 20px;
        line-height: 30px;
    }
    .subpage-nav .swiper-slide .en {
        font-size: 12px;
        line-height: 26px;
        display: none;
    }
    .subpage-list {
        padding-top: 6vw;
        padding-bottom: 6vw;
    }
    .subpage-list-item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
        padding: 0 10px;
    }
    .fzbj-add-newList .subpage-list-item {
        margin-bottom: 0;
    }
   .subpage-list-item:before{
        bottom:auto;
        top: 5px;
    }
    .subpage-list-item .title {
        font-size: 16px;
        width: 100%;
        float: none;
        line-height: 30px;
        overflow: visible;
        word-wrap: normal;
        white-space: wrap;
        text-overflow: inherit;
    }
     .subpage-list-item .time{
         display:block;
         float:none;
         line-height: 30px;
         height: auto;
     }
    .subpage-list-item .info,
    .subpage-list-item .time {
        font-size: 14px;
        /* min-height: 56px; */
    }
    .subpage-list-item:nth-child(3n) {
        margin-right: 0;
    }
    .subpage-list-item:nth-child(2n) {
        margin-right: 0;
    }
    #page a,
    #page span {
        font-size: 14px;
        line-height: 30px;
        padding: 0 10.7px;
    }
    .zshz-t {
        padding-top: 4vw;
        padding-bottom: 7vw;
    }
    .zshz-t .title .zn,
    .zshz-b .title .zn {
        font-size: 23px;
    }
    .zshz-t .title .en,
    .zshz-b .title .en {
        font-size: 14px;
    }
    .zshz-t .title-r,
    .zshz-b .title-r {
        margin-top: 15px;
    }
    .zshz-banner {
        margin-top: 40px;
    }
    .zshz-banner-tag-item {
        /* width: 29%; */
        padding: 0;
        /* margin: 0 2%; */
        font-size: 18px;
        line-height: 40px;
    }
    .zshz-banner .swiper-slide {
        padding: 10px 15px;
    }
    .zshz-banner .swiper-slide .pic {
        height: 300px;
    }
    .zshz-banner .swiper-slide .content {
        padding-top: 0;
    }
    .zshz-banner .swiper-slide .content .title {
        font-size: 18px;
        line-height: 36px;
    }
    .zshz-banner .swiper-slide .content .info {
        margin: 1vw auto;
        font-size: 14px;
        line-height: 30px;
    }
    .zshz-banner .swiper-slide .content span {
        font-size: 12px;
    }
    .zshz-b {
        padding-top: 5vw;
    }
    .zshz-b .subpage-list {
        margin-top: 4vw;
    }
    .article-t .title {
        font-size: 28px;
    }
    .article-t .sub-title {
        font-size: 18px;
    }
    .article-info {
        padding: 0 1vw 0 2vw;
        font-size: 14px;
        line-height: 30px;
    }
    .article-info-l {
        line-height: 30px;
    }
    .article-info-r {
        padding-top: 0;
    }
    .article-content {
        padding-top: 3vw;
        padding-bottom: 5vw;
    }
    .article-more {
        padding-top: 3vw;
        margin-bottom: 4vw;
    }
    .article-more a {
        font-size: 14px;
        line-height: 28px;
    }
    .qygk .fzbj {
        margin-top: 5vw;
        padding-top: 5vw;
    }
    .fzbj {
        padding-top: 3vw;
    }
    .fzbj-tag {
        margin-top: 3vw;
    }
    .fzbj-t {
        margin-top: 4vw;
    }
    .fzbj-t .name {
        font-size: 23px;
    }
    .subpage-list .fzbj-t {
        margin-bottom: 6vw;
    }
    .fzbj-t .info {
        margin-top: 2vw;
        font-size: 18px;
        line-height: 30px;
    }
    .fzbj-banner {
        margin-top: 5vw;
        margin-bottom: 7vw;
    }
    .fzbj .fzbj-list-banner {
        margin-top: 3vw;
        margin-bottom: 5vw;
    }
    .fzbj .fzbj-list-banner .swiper-button-next,
    .fzbj .fzbj-list-banner .swiper-button-prev {
        display: none;
    }
    .fzbj .swiper-container {
        width: 100%;
    }
    .fzbj .fzbj-list-banner .swiper-slide {
        width: 440px;
    }
    .fzbj .fzbj-list-banner .swiper-slide .pic {
        height: 300px;
    }
    .fzbj .fzbj-list-banner .swiper-slide .name {
        font-size: 18px;
    }
    .zjgyw{
        margin-top: 10rem;
    }
    .zjgyw-top {
        height: 70vw;
    }
    .zjgyw-title .en {
        font-size: 13px;
    }
    .zjgyw-center .gygyw .zjgyw-title img {
        height: 60px;
    }
    .zjgyw-center .gygyw-wrap-b {
        padding-bottom: 7vw;
        margin-top: 0px;
        flex-direction: column-reverse;
    }
    .zjgyw-center .gygyw-r,
    .zjgyw-center .gygyw-l {
        width: 100%;
        float: none;
    }
    .zjgyw-center .gygyw-l {
        margin-top: 4vw;
        font-size: 14px;
        line-height: 30px;
    }
    .zjgyw-center .gygyw-r {
        height: 60vw;
    }
    .zjgyw-center .gydt {
        margin-top: 5vw;
    }
    .zjgyw-center .gydt .zjgyw-title img {
        height: 60px;
    }
    .zjgyw-center .gydt .subpage-list-wrap {
        margin-top: 4vw;
    }
    .zjgyw-center .cxgyw>img {
        left: -200px;
    }
    .zjgyw-center .tryb {
        margin-top: 6vw;
        margin-bottom: 6vw;
    }
    .zjgyw-center .tryb .zjgyw-title img {
        height: 60px;
    }
    .zjgyw-box {
        margin-top: 6vw;
    }
    .zjgyw-box .zjgyw-title {
        display: block;
        text-align: center;
    }
    .zjgyw-box .zjgyw-title img {
        height: 45px;
    }
    .zjgyw-box-wrap{
        padding-top:5vw;
    }
    .zjgyw-box>img {
        opacity: 0.3 !important;
        right: 0;
        left: 0;
        margin: auto;
    }
    .zjgyw-box-l,
    .zjgyw-box-r {
        width: 100%;
        float: none;
    }
    .zjgyw-box-l .info,
    .zjgyw-box-r .info {
        margin-top: 4vw;
        font-size: 16px;
        line-height: 30px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 7;
        overflow: hidden;
        min-height: 210px;
    }
    .zjgyw-box-l .more,
    .zjgyw-box-r .more {
        width: 120px;
        line-height: 38px;
        font-size: 14px;
        display: block;
        margin: auto;
        margin-top: 8vw;
    }
    .qygk-t {
        margin-top: 6vw;
    }
    .qygk-t-l {
        display: none;
    }
    .qygk-t-r {
        border-radius: 20px;
        padding: 20px;
        width: 100%;
        float: none;
    }
    .qygk-t-r .name {
        max-width: 90%;
    }
    .qygk-t-r p {
        font-size: 18px;
        margin-top: 2vw;
    }
    .qygk-t-r .info {
        margin-top: 3vw;
        font-size: 16px;
        line-height: 30px;
        max-height: 200px;
    }
    .qygk-title .en,
    .qygk-title .zn {
        font-size: 4.7vw;
    }
    .qygk .qywh {
        margin-top: 6vw;
    }
    .qygk .qywh-banner {
        margin-top: -3vw;
    }
    .qygk .qywh .swiper-container {
        width: 100%;
        padding-bottom: 5vw;
        padding-top: 50px;
    }
    .qygk .qywh .swiper-slide {
        height: 80vw;
        min-height: 400px;
    }
    .qygk .qywh .swiper-slide .title {
        width: 10vw;
        min-width: 43px;
    }
    .qygk .qywh .swiper-slide#slide1 .txt,
    .qygk .qywh .swiper-slide#slide2 .txt,
    .qygk .qywh .swiper-slide#slide3 .txt {
        top: 0;
        bottom: 0;
        max-height: 90%;
    }
 
     .qygk .qywh .swiper-slide#slide2 .txt{
        width:43%;
        right:20px;
    }   

    .qygk .qywh .swiper-slide .bg {
        height: 100%;
    }
    .qygk .qywh .swiper-slide-next {
        transform: translateY(5vw);
    }
    .qygk .qywh .swiper-slide-next+a+a {
        transform: translateY(5vw);
    }
    .qygk .qywh .swiper-slide:hover {
        transform: translateY(-3vw);
    }
    .qygk .qywh .swiper-slide-next:hover,
    .qygk .qywh .swiper-slide-next+a+a:hover {
        transform: translateY(8vw);
    }
    .qygk .qywh .swiper-button-prev,
    .qygk .qywh .swiper-button-next {
        display: none;
    }
    .qygk .fzlc {
        /* margin-top: 7vw; */
        padding-bottom: 10vw;
        padding-top: 6vw;
    }
    .qygk .fzlc-banner {
        margin-top: 6vw;
        min-height: 400px;
        height: 60vw;
    }
    .qygk .fzlc-banner .swiper-container {
        height: 230px;
    }
    .qygk .fzlc-banner .swiper-slide {
        height: 100%;
    }
    .qygk .fzlc-banner .swiper-slide .time {
        width: 110px;
        height: 110px;
        line-height: 100px;
        font-size: 26px;
    }
    .qygk .fzlc-banner .swiper-button-prev,
    .qygk .fzlc-banner .swiper-button-next {
        display: none;
    }
    .qygk .fzlc-banner .sj-item {
        border-radius: 20px;
        min-height: 400px;
        height: 60vw;
        padding: 40px 20px;
    }
    .qygk .fzlc-banner .sj-item .close {
        top: 10px;
        right: 20px;
    }
    .qygk .fzlc-banner .sj-item ul {
        max-height: calc(60vw - 60px);
        min-height: 340px;
    }
    .lxwm-t {
        margin-top: 4vw;
        padding-bottom: 6vw;
    }
    .lxwm-info {
        margin-top: 0;
    }
    .lxwm-info span,
    .lxwm-t-r-r span {
        font-size: 20px;
        line-height: 30px;
        /* padding-bottom: 1vw; */
    }
    .lxwm-info .phone p {
        margin-top: 3vw;
        min-height: 30px;
        line-height: 30px;
        display: flex;
        align-items: center;
    }
    .lxwm-info .phone p img {
        /* width: calc(100% - 40px); */
        max-width: 291px;
        height: 1.1rem;
        min-height: 16px;
       
    }
    .lxwm-info .addres {
        margin-top: 8vw;
    }
    .lxwm-info .addres p {
        margin-top: 2vw;
        font-size: 16px;
        background-position-x: 0;
    }
    .lxwm-qr {
        margin-top: 0;
    }
    .lxwm .yjjy {
        padding-top: 5vw;
    }
    .lxwm .yjjy-title {
        text-align: justify;
        margin-top: 2vw;
        line-height: 30px;
    }
    .lxwm .yjjy-form {
        padding: 15px;
        margin-top: 5vw;
    }
    .lxwm .yjjy-form label {
        font-size: 16px;
        list-style: 28px;
    }
    .lxwm .yjjy-form input,
    .lxwm .yjjy-form textarea {
        margin-top: 1vw;
    }
    .lxwm .yjjy-form .label input {
        height: 40px;
        background-position-x: 2vw !important;
    }
    .lxwm .yjjy-form-b {
        margin-top: 4vw;
        display: block;
    }
    .lxwm .yjjy-yzm {
        justify-content: center;
    }
    .lxwm .yjjy-yzm input,
    .lxwm .yjjy-yzm canvas {
        height: 40px;
    }
    .lxwm .yjjy-yzm canvas {
        margin: 0 0 0 3vw;
    }
    .lxwm .yjjy-submit {
        display: block !important;
        margin: 3vw auto 0 !important;
    }
    .lxwm-title .zn {
        font-size: 24px;
    }
    .lxwm-title .en {
        font-size: 14px;
        margin-top: 0;
    }
    .lxwm .jrwm {
        margin-top: 5vw;
        margin-bottom: 5vw;
    }
    .lxwm .jrwm-r {
        display: none;
    }
    .lxwm .jrwm-l {
        height: 80vw;
    }
    .lxwm .jrwm .zp-header {
        padding: 0 3vw;
    }
    .lxwm .jrwm .zp-header span {
        font-size: 18px;
    }
    .lxwm .jrwm .zp-item-header {
        padding: 0 3vw;
    }
    .lxwm .jrwm .zp-item-header span {
        font-size: 16px;
    }
    .lxwm .jrwm .zp-item-info {
        padding: 1.5vw 2vw;
    }
    .lxwm .jrwm .zp-item-info li {
        font-size: 16px;
        line-height: 30px;
    }
    .dj-location {
        top: 0;
        color: #333;
    }
    .dj-location span,
    .dj-location a {
        font-size: 14px;
        color: #333;
    }
    .dj-center .article-more {
        padding-bottom: 4vw;
    }
    .lxwm-t-r-l,
    .lxwm-t-r-r {
        width: 100%;
    }
    .lxwm-info .phone {
        margin-top: 5vw;
    }
    .lxwm-t-r-r {
        margin-top: 4vw;
    }
    .lxwm-qr {
        margin: auto;
        background-size: cover;
        width: 191px;
        height: 202px;
        padding-top: 17px;
    }
    .lxwm-t-r-r .addres {
        margin-top: 5vw;
    }
    .lxwm-t-r-r .addres p {
        margin-top: 2vw;
    }
}

@media screen and (max-width: 600px) {
    .lxwm-info {
        width: 100%;
        float: none;
    }
    .lxwm-t-r-r{
           position: static;
    }
    .lxwm-qr {
        margin: auto;
        float: none;
    }
    .lxwm .yjjy-form-t {
        margin-bottom: 0;
    }
    .lxwm .yjjy-form-t .label {
        width: 100%;
        float: none;
    }
        .zshz-banner-tag {
        transform: translateY(-30%);
    }
    .zshz-banner-tag-item {
        width: 46%;
        margin: 1vw 2%;
    }
     .zshz-banner-tag-item:last-child{
        width:96%;
    }
}

@media screen and (max-width: 500px) {
    .qygk .fzlc-banner .swiper-slide .time {
        transform: translate(0, 0) !important;
    }
    .qygk .fzlc-banner .swiper-slide:nth-child(odd) .time {
        transform: translate(0, 40px) !important;
    }
    .zshz-banner .swiper-slide .pic {
        display: none;
    }
    .zshz-banner .swiper-slide .content {
        width: 100%;
        float: none;
    }
    .zshz-banner .swiper-slide .content .info {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        overflow: hidden;
    }
    .zshz-banner .swiper-slide .content span {
        line-height: 60px;
    }
    .zshz-banner .swiper-pagination {
        bottom: 30px;
    }
    .fzbj .fzbj-list-banner .swiper-slide {
        width: 100%;
        /* padding-left: 10px;
        padding-right: 10px;
        height: auto; */
    }
    .fzbj .fzbj-list-banner .swiper-slide .pic {
        height: 70vw;
    }
    .fzbj .swiper-slide .pic {
        width: 100%;
        height: 50vw;
        float: none;
        box-shadow: none;
    }
    .fzbj .swiper-slide .content {
        position: relative;
        overflow: hidden;
        width: 100%;
        height: auto;
        float: none;
        margin-top: -30px;
    }
    .fzbj .swiper-button-prev,
    .fzbj .swiper-button-next {
        top: auto;
        bottom: 0px;
        height: 50px;
        background-size: 100%;
        border-radius: 3px;
    }
    .fzbj .swiper-button-prev {
        left: 30px;
    }
    .fzbj .swiper-button-next {
        left: 80px;
    }
    .zjgyw-center .tryb-pics {
        flex-wrap: wrap;
        align-items: flex-start;
    }
    .zjgyw-center .tryb-pics-l {
        width: 100%;
    }
    .zjgyw-center .tryb-pics-c,
    .zjgyw-center .tryb-pics-r {
        width: calc(50% - 6px);
    }
    .zjgyw-center .tryb-pics-r img:last-child {
        display: none;
    }
    .qygk-title .en,
    .qygk-title .zn {
        font-size: 24px;
    }
    .qygk .fzlc-banner {
        margin-top: 0;
    }
    .qygk .fzlc-banner .sj-item ul {
        padding-right: 10px;
    }
    .qygk .fzlc-banner .sj-item li span {
        width: 71px;
        text-align: right;
        line-height: 24px;
    }
    .qygk .fzlc-banner .sj-item li p {
        width: calc(100% - 71px);
        padding-left: 40px;
    }
    .qygk .fzlc-banner .sj-item li::before {
        left: 82px;
    }
    .qygk .fzlc-banner .sj-item li::after {
        left: 90px;
    }

    .fzbj-add-wrap .fzbj-add-tag.lang{
        margin-top: 40px;
        /* transform:translateY(-10%); */
    }
    .fzbj-add-tag.lang .swiper-slide{
        width:100%;
        margin:auto;
        margin-bottom:10px;
        line-height:38px;
    }
    .lxwm-info .addres ul span {
        display:block;
        width:100%;
        float:none;
              font-size: 16px;
     }
    .lxwm-info .addres ul span:nth-child(2){
           margin-left: 0px;
           margin-top: 2vw;
    }
}

@media screen and (max-width: 460px){
    .qygk .qywh .swiper-slide{
        min-height: 34px;
    }
    .qygk .qywh .swiper-slide .title{
        width: 7vw;
        min-width: 30px;
    }
   .qygk .qywh .swiper-slide .bg{
       width:100%;
   }
    .qygk .qywh .swiper-slide#slide1 .txt{
        height:75%;
    }
    .qygk .qywh .swiper-slide#slide2 .txt{
        width:auto;
        height:56%;
    }
    .qygk .qywh .swiper-slide#slide3 .txt{
        height:68%;
    }

}


@media screen and (max-width: 400px) {
    .subpage-list-item {
        width: 100%;
        margin-right: 0%;
    }
    .subpage-list-item:nth-child(3n),
    .subpage-list-item:nth-child(2n) {
        margin-right: 0;
    }
    .lxwm .yjjy-yzm input {
        width: 180px;
    }
}