@charset "utf-8";
@import url(/css/animate.css);
.common_title {
    display: block;
    text-align: center;
    margin: 28px 0;
    font-size: 0;
}

.common_title hr {
    margin: 0;
    vertical-align: middle;
}

.common_title hr:first-of-type,
.common_title hr:last-of-type {
    display: inline-block;
    height: 1px;
    border: 0;
    background-color: #1b1b1b;
    width: 114px;
    margin-top: 1px;
}

.common_title hr:nth-of-type(2),
.common_title hr:nth-of-type(3) {
    display: inline-block;
    height: 4px;
    border: 0;
    background-color: #cd2b29;
    width: 15px;
}

.common_title span {
    display: inline-block;
    padding: 0 40px;
    overflow: hidden;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    font-size: 36px;
    color: #403737;
    font-weight: bold;
}

.quqing_situation {
    overflow: unset;
    margin-top: 0;
    position: relative;
    height: 801px;
}

.quqing_situation .common_title {
    margin-top: 0;
    padding-top: 38px;
}

.quqing_situation img {
    width: 100%;
    height: 695px;
}

.quqing_situation .situation_bh_box {
    position: absolute;
    width: 100%;
    height: 143px;
    bottom: 0;
    left: 0;
    z-index: 10;
}

.quqing_situation .situation_bh {
    position: absolute;
    bottom: 0;
    background-color: rgba(47, 93, 184, 0.7);
    width: 100%;
    height: 143px;
}

.quqing_situation .situation_bh ul {
    font-size: 0 !important;
    margin-top: 30px;
}

.quqing_situation .situation_bh li {
    display: inline-block;
    width: calc(100%/3);
    position: relative;
    text-align: center;
}

.quqing_situation .situation_bh li div {
    position: absolute;
    width: 35%;
    padding: 10px 0;
    box-sizing: border-box;
    left: 90px;
    top: 75px;
    right: 0;
    margin: 0 auto;
    background-color: rgba(4, 27, 76, 0.3);
    border-radius: 3px;
    display: none;
    overflow: hidden;
    transition: all .3s;
}

.quqing_situation .situation_bh li div a {
    height: 35px;
    line-height: 35px;
    display: block;
    border-right: 0;
    padding: 0;
    box-sizing: border-box;
    position: relative;
}

.quqing_situation .situation_bh li div a span {
    font-size: 16px;
    margin-left: 0;
}

.quqing_situation .situation_bh li div a:last-of-type span::after {
    display: none;
}

.quqing_situation .situation_bh li:hover div {
    display: block;
    animation: fadeIn .3s;
}

.quqing_situation .situation_bh li a {
    font-size: 16px;
    text-align: center;
    position: relative;
    color: #FFF;
    display: flex;
    height: 88px;
    border-right: 1px solid;
    border-right-color: rgba(255, 255, 255, 0.8);
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}

.quqing_situation .situation_bh li:last-of-type a {
    border: 0;
}

.quqing_situation .situation_bh li a i {
    font-size: 38px;
}

.quqing_situation .situation_bh li:first-of-type a i:last-of-type {
    font-size: 22px;
    margin-left: 6px;
}

.quqing_situation .situation_bh li a span {
    font-size: 22px;
    text-align: center;
    margin-left: 18px;
}

.quqing_situation .situation_bh li a:hover i {
    animation: rotateIn 1s;
}

.quqing_situation .situation_bh li:first-of-type a:hover i:last-of-type {
    animation: none;
    transform: rotate(90deg);
}

.quqing_situation .layui-carousel-ind {
    top: auto;
    bottom: 170px;
}

.quqing_situation .layui-carousel-ind ul {
    background-color: rgba(47, 93, 184, 0.7);
}

.quqing_situation .layui-carousel-arrow {
    width: 65px;
    height: 65px;
    line-height: 65px;
    font-size: 45px;
    background-color: rgba(205, 43, 41, 0.4);
}

.layui-carousel-arrow:hover,
.layui-carousel-ind ul:hover {
    background-color: rgba(205, 43, 41, 0.7);
}

.quqing_situation .layui-carousel[lay-arrow=always] .layui-carousel-arrow {
    left: calc( (100% - 1200px) / 2);
}

.quqing_situation .layui-carousel:hover .layui-carousel-arrow[lay-type=add],
.quqing_situation .layui-carousel[lay-arrow=always] .layui-carousel-arrow[lay-type=add] {
    right: calc( (100% - 1200px) / 2);
}

.quqing_environment {
    background: url(/css/../images/first/quqing_envirnoment.jpg);
    background-position: center center;
    background-size: cover;
    width: 100%;
    overflow: hidden;
}

.quqing_environment .common_title {
    margin: 40px 0;
}

.quqing_environment .common_title hr:first-of-type,
.quqing_environment .common_title hr:last-of-type {
    background-color: #FFF;
}

.quqing_environment .common_title hr:nth-of-type(2),
.quqing_environment .common_title hr:nth-of-type(3) {
    background-color: #edd51d;
}

.quqing_environment .common_title span {
    color: #FFF;
}

.quqing_environment p {
    display: block;
    font-size: 16px;
    color: #FFF;
    line-height: 30px;
    width: 95%;
    margin: 0 auto 45px;
    text-align: center;
}

.quqing_environment ul {
    background-color: rgba(255, 255, 255, 0.5);
    overflow: hidden;
    height: 94px;
    font-size: 0;
    margin-bottom: 37px;
}

.quqing_environment ul li {
    width: 20%;
    display: inline-block;
    line-height: 54px;
}

.quqing_environment ul li a {
    display: block;
    text-align: center;
    font-size: 20px;
    color: #FFF;
    padding-top: 20px;
    overflow: hidden;
}

.quqing_environment ul li a i {
    display: inline-block;
    font-size: 38px;
    margin-right: 15px;
}

.quqing_environment ul li a:hover {
    color: #e2cd24;
}

.quqing_environment ul li a:hover i {
    color: #e2cd24;
}

.quqing_area a {
    display: block;
    background-color: #ffffff;
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 270px;
    margin-bottom: 70px;
}

.quqing_area a p {
    display: block;
    width: 140px;
    height: 140px;
    margin: 0 auto;
    line-height: 140px;
    border-radius: 100px;
    background-color: #fafafa;
    margin-top: 40px;
    overflow: hidden;
}

.quqing_area a p img {
    max-width: 150px;
}

.quqing_area div:first-of-type a p img {
    width: 80px;
    border-radius: 100px;
}

.quqing_area a span {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 35px;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    display: block;
}

.quqing_area a span.double_line {
    bottom: 20px;
}

.quqing_area a:hover img {
    animation: rotateIn 1s;
}

.quqing_impression {
    background-color: #f7f7fe;
    overflow: hidden;
    padding-bottom: 50px;
    box-sizing: border-box;
}

.quqing_impression .common_title {
    margin: 40px 0;
}

.quqing_impression #video_pic {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.quqing_impression #video_pic img {
    cursor: pointer;
}

.quqing_impression video {
    object-fit: fill;
    height: 490px;
    z-index: 1;
}

.quqing_impression li a {
    display: block;
    position: relative;
    margin-bottom: 10px;
}

.quqing_impression li a img {
    transition: all .3s;
    -webkit-transition: all .3s;
}

.quqing_impression li:last-of-type a {
    margin-bottom: 0;
}

.quqing_impression li a:hover img {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.quqing_culture .common_title {
    margin: 40px 0;
}

.quqing_culture .quqing_culture_box {
    position: relative;
    overflow: hidden;
    height: 358px;
    margin-bottom: 70px;
}

.quqing_culture .quqing_culture_box .small_box {
    height: 175px;
    width: 24%;
    position: absolute;
    overflow: hidden;
    color: #FFF;
}

.quqing_culture .quqing_culture_box .small_box img:first-of-type {
    display: block;
    width: 100%;
}

.quqing_culture .quqing_culture_box .small_box img:last-of-type {
    display: none;
}

.quqing_culture .quqing_culture_box .big_box {
    height: 358px;
    width: 75%;
    position: absolute;
    overflow: hidden;
    color: #FFF;
}

.quqing_culture .quqing_culture_box .big_box img:first-of-type {
    display: none;
}

.quqing_culture .quqing_culture_box .big_box img:last-of-type {
    display: block;
    cursor: pointer;
}


/* 投资环境中各功能区左侧浮动导航css */

.quqing_area_dh {
    position: fixed;
    width: 66px;
    top: calc((100% - 408px) / 1.4);
    left: calc((((100% - 1200px) / 2) - 66px) / 1.3);
    z-index: 100;
}

.quqing_area_dh li a {
    height: 66px;
    background-color: #f4f4f4;
    border-radius: 4px;
    display: block;
    margin-bottom: 2px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.quqing_area_dh li a img {
    width: 48px;
    display: inline-block;
    margin-top: 12px;
}

.quqing_area_dh li:first-of-type a img {
    width: 100%;
    margin-top: 0;
}

.quqing_area_dh li:nth-of-type(5) a img {
    width: 28px;
}

.quqing_area_dh li:nth-of-type(5) a span {
    margin-top: 3px;
}

.quqing_area_dh li:nth-of-type(6) a img {
    width: 42px;
}

.quqing_area_dh li:nth-of-type(6) a span {
    margin-top: 5px;
}

.quqing_area_dh li a span {
    display: block;
    margin-top: 7px;
    font-size: 14px;
}

.quqing_area_dh li a div {
    line-height: 66px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #2f5db8;
    width: 100%;
    color: #FFF;
    visibility: hidden;
    font-size: 20px;
}

.quqing_area_dh li a:hover div {
    animation: fadeIn .3s;
    visibility: visible;
}

.quqing_area_dh li a.hover div {
    visibility: visible;
}


/* 投资环境中各功能区css */

.touzi_title {
    display: block;
    width: 485px;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px #000 solid;
    height: 75px;
    line-height: 75px;
    margin: 0 auto;
    padding: 0 10px;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 25px;
}

.touzi_title hr {
    position: absolute;
    width: 240px;
    left: 0;
    right: 0;
    bottom: -2px;
    margin: 0 auto;
    height: 4px;
    background-color: #2f5db8;
    border: 0;
}

.quqing_introduce_box {
    position: relative;
    height: 592px;
}

.quqing_introduce_box img {
    width: 100%;
    height: 592px;
}

.quqing_introduce_box .quqing_introduce {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
}

.quqing_introduce_box .quqing_introduce_con {
    position: absolute;
    width: 604px;
    height: 434px;
    right: 0;
    top: 79px;
    background-color: rgba(47, 93, 184, 0.7);
    padding: 38px 24px 0 35px;
    box-sizing: border-box;
}

.quqing_introduce_box .quqing_introduce_con p {
    font-size: 16px;
    color: #FFF;
    line-height: 30px;
    text-indent: 2em;
    margin-bottom: 34px;
}


/* 区情中自贸区页面css */

.zmq_box1 {
    margin: 10px auto 57px;
}

.zmq_box2 .touzi_title {
    margin-bottom: 36px;
}

.zmq_box2 .zmq_zone_box {
    padding: 28px 24px;
    box-sizing: border-box;
    background-color: #f7f7f7;
    position: relative;
    height: 570px;
}

.zmq_box2 .zmq_zone_box img {
    display: block;
    margin-bottom: 32px;
}

.zmq_box2 .zmq_zone_box h1 {
    display: block;
    font-size: 22px;
    text-align: center;
    margin-bottom: 23px;
}

.zmq_box2 .zmq_zone_box p {
    font-size: 14px;
    color: #555555;
    line-height: 20px;
    display: block;
}

.zmq_box2 .zmq_zone_box a {
    position: absolute;
    display: block;
    background-color: #2f5db8;
    text-align: center;
    line-height: 36px;
    width: 131px;
    font-size: 16px;
    color: #FFF;
    left: 0;
    right: 0;
    bottom: 30px;
    margin: 0 auto;
}

.zmq_box2 .zmq_zone_box a i {
    font-size: 14px;
    display: inline-block;
    margin-left: 5px;
}

.zmq_box2 .zmq_zone_box a:hover {
    background-color: rgba(47, 93, 184, 0.7);
}

.zmq_box3 {
    width: 100%;
    background: url(/css/../images/first/quqing_service_bg.jpg);
    margin-top: 40px;
    overflow: hidden;
    box-sizing: border-box;
    background-size: cover;
}

.zmq_box3 .touzi_title {
    margin-top: 26px;
    color: #FFF;
    border-bottom-color: #FFF;
}

.zmq_box3 ul {
    margin: 53px auto 78px;
}

@media screen and (min-width: 992px) {
    .zmq_box3 .layui-col-md2 {
        width: 20%;
    }
}

.zmq_box3 a {
    display: block;
    height: 220px;
    border: 1px #FFF solid;
    box-sizing: border-box;
    position: relative;
}

.zmq_box3 a i {
    font-size: 44px;
    display: block;
    text-align: center;
    color: #FFF;
    margin-top: 60px;
}

.zmq_box3 a span {
    font-size: 20px;
    color: #FFF;
    display: block;
    text-align: center;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 58px;
}

.zmq_box3 a:hover {
    border-color: #cd2b29;
    background-color: #FFF;
}

.zmq_box3 a:hover i {
    color: #cd2b29;
    animation: tada .5s;
}

.zmq_box3 a:hover span {
    color: #cd2b29;
}


/* 区情中经开区页面css */

.jkq_box1 {
    margin-top: 10px;
    margin-bottom: 56px;
    position: relative;
}

.jkq_box1_con {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 16px;
    line-height: 30px;
    color: #FFF;
    background-color: rgba(47, 93, 184, 0.7);
    padding: 10px 17px;
    box-sizing: border-box;
    width: 100%;
}

.jkq_box2 {
    margin-bottom: 25px;
}

.jkq_box2 .touzi_title {
    margin-bottom: 43px;
}

.jkq_box2 .businessEnvironmentContent {
    margin-top: 75px;
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 50px;
}

.jkq_box2 .businessEnvironmentContent>ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 40px;
}

.jkq_box2 .businessEnvironmentContent>ul>a>li {
    width: 385px;
    height: 130px;
    margin-bottom: 20px;
    border: 1px solid rgba(229, 229, 229, 1);
    border-radius: 4px;
    padding: 37px 32px 0 34px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.jkq_box2 .businessEnvironmentContent>ul>a>li .businessEnvironmentItemTitle {
    font-size: 20px;
    margin-bottom: 10px;
}

.jkq_box2 .businessEnvironmentContent>ul>a>li .businessEnvironmentItemEnTitle {
    font-size: 16px;
    color: rgba(151, 151, 151, 1);
}

.jkq_box2 .businessEnvironmentContent>ul>a>li img {
    margin-top: 23px;
}

.jkq_box2 .businessEnvironmentContent>ul>a>li img:nth-child(2) {
    display: none;
}

.jkq_box2 .businessEnvironmentContent>ul>a>li:hover img:nth-child(2) {
    display: block!important;
}

.jkq_box2 .businessEnvironmentContent>ul>a>li:hover img:nth-child(1) {
    display: none;
}

.jkq_box2 .businessEnvironmentContent>ul>a>li:hover .businessEnvironmentItemTitle {
    color: #fff;
}

.jkq_box2 .businessEnvironmentContent>ul>a>li:hover .businessEnvironmentItemEnTitle {
    color: #fff;
}

.jkq_box2 .businessEnvironmentContent>ul>a>li:hover {
    background: url(https://www.teda.gov.cn/images/InvestingInTeda/businessEnvironmentBackground.png) no-repeat!important;
    background-size: 100% 100%;
}

.jkq_box3 {
    background: url(/css/../images/first/quqing_teda_bg.jpg);
    background-size: cover;
    padding: 64px 0 70px;
    box-sizing: border-box;
    overflow: hidden;
    font-size: 0;
}

.jkq_box3 .jkq_box3_left {
    width: 80%;
    display: inline-block;
    background-color: #FFF;
    padding: 0 23px;
    box-sizing: border-box;
}

.jkq_box3 .jkq_box3_left h1 {
    display: block;
    font-size: 24px;
    color: #000;
    position: relative;
    line-height: 70px;
}

.jkq_box3 .jkq_box3_left h1 a {
    position: absolute;
    right: 0;
    top: 0;
}

.jkq_box3 .jkq_box3_left h1 a i {
    font-size: 22px;
}

.jkq_box3 .jkq_box3_left ul {
    margin-bottom: 9px;
}

.jkq_box3 .news-list {
    border-bottom: 0;
}

.jkq_box3 .news-list a {
    height: 41px;
    line-height: 41px;
    margin-bottom: 7px;
    font-size: 18px;
}

.jkq_box3 .news-list a:hover {
    color: #4c3fc6;
}

.jkq_box3 .news-list span {
    line-height: 41px;
}

.jkq_box3 .jkq_box3_right {
    width: 18%;
    display: inline-block;
    margin-left: 2%;
    vertical-align: top;
}

.jkq_box3 .jkq_box3_right li {
    display: block;
    background-color: #FFF;
    margin-bottom: 8px;
    padding: 14px 13px 10px;
    box-sizing: border-box;
}

.jkq_box3 .jkq_box3_right li:last-of-type {
    margin-bottom: 0;
}

.jkq_box3 .jkq_box3_right li a {
    display: block;
    background-color: #f4f8ff;
    line-height: 62px;
    height: 62px;
    padding-left: 20px;
    box-sizing: border-box;
    font-size: 16px;
}

.jkq_box3 .jkq_box3_right li a i {
    font-size: 28px;
    color: #3e8af1;
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
}

.jkq_box3 .jkq_box3_right li a:hover {
    color: #3e8af1;
}

.jkq_box3 .jkq_box3_right li a:hover i {
    animation: tada 1s;
}

.jkq_box4 .touzi_title {
    margin: 36px auto 55px;
}

.news_part2 {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    overflow: visible;
    margin-bottom: 30px;
}

.pic_news_left {
    width: 100%;
    height: 321.52px;
    overflow: hidden;
}

.pic_news_left img {
    width: 100%;
    height: 100%;
    cursor: default;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.pic_news_right {
    width: 100%;
    background: #effaff;
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-sizing: border-box;
}

#tab {
    padding: 70px 40px 65px 65px;
}

.teda_news_itemWord {
    display: flex;
}

.teda_news_itemWord div:nth-child(1) img {
    cursor: default;
}

.news_part2 .slick-initialized .slick-slide {
    display: flex;
}

.teda_news_itemContent {
    width: 790px;
    margin-left: 32px;
}

.slick-dots-woo li {
    display: block;
}

.slick-dots-woo {
    width: 20px;
}

#listCon .teda_news {
    display: flex;
    justify-content: space-between;
}

.slick-dots-woo li button:before {
    left: -6px
}

.teda_news .slick-dots-woo li button:before {
    font-size: 50px;
}

.slick-slider {
    margin-bottom: 0px;
}

.viewWorld {
    margin-bottom: 60px;
    margin-top: 58px;
}

.viewWorldTitle {
    margin-bottom: 47px;
}

.viewWorldTitle img {
    cursor: default;
}

.teda_news .news_title {
    font-size: 24px;
    line-height: 38px;
    color: #323232;
    /*height: 114px;*/
    overflow: hidden;
    font-weight: bold;
    margin-top: 20px;
    cursor: default;
}

.teda_news .news_title a {
    color: #323232;
}

.teda_news .news_con {
    margin-top: 10px;
    font-size: 16px;
    color: #323232;
    line-height: 28px;
    text-indent: 2em;
}

.teda_news_itemContent .news_conBlod {
    font-weight: bold;
}

.news ul {
    margin-top: 0px;
    display: flex;
    flex-direction: column-reverse;
    zoom: 1;
}

.slick-dots-woo li {
    display: block;
}

.slick-dots-woo {
    width: 20px;
    border: 0 !important;
}

.slick-dots-woo li button:before {
    left: -6px
}

.teda_news .slick-dots-woo li button:before {
    font-size: 50px;
}

.slick-dots-woo li {
    margin-top: 16px;
}

.slick-dots-woo li button {
    width: 15px;
    height: 15px;
}

.slick-dots-woo li button:before {
    left: -4px;
    top: -5px;
}

.slick-dots-woo {
    /*position: absolute;*/
    bottom: -30px;
    list-style: none;
    display: block;
    padding: 0px;
}

.slick-dots-woo li {
    position: relative;
    display: inline-block;
    height: 20px !important;
    width: 16px !important;
    padding: 0px;
    cursor: pointer;
    border: 0 !important;
}

.slick-dots-woo li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    cursor: pointer;
    outline: none;
}

.slick-dots-woo li.slick-active button:before {
    color: #2f5db8;
}

.slick-dots-woo li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "\2022";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: #C4C4C4;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots-woo li button:before {
    font-size: 40px;
}


/* 区情中保税区页面css */

.bsq_box1 {
    margin-top: 10px;
}

.bsq_box1_dh {
    background-color: #2f5db8;
    line-height: 54px;
    text-align: center;
    font-size: 24px;
    color: #FFF;
    cursor: pointer;
}

.bsq_box1_dh i {
    display: inline-block;
    margin-right: 10px;
}

.bsq_box1_dh.hover {
    background-color: rgba(47, 93, 184, 0.5);
}

.bsq_box1_outer {
    margin-bottom: 27px;
}

.bsq_box1_box a {
    display: block;
    overflow: hidden;
    position: relative;
    height: 360px;
}

.bsq_box1_box a>span {
    display: block;
    position: absolute;
    line-height: 52px;
    bottom: 0;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
}

.bsq_box1_box a div {
    position: absolute;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    text-align: center;
    overflow: hidden;
    bottom: 0;
    width: 100%;
    visibility: hidden;
}

.bsq_box1_box a div h1 {
    display: inline-block;
    margin: 60px auto 0;
    border: 1px #687179 solid;
    box-sizing: border-box;
    border-left: 0;
    border-right: 0;
    color: #FFF;
    font-size: 18px;
    line-height: 58px;
    margin-bottom: 20px;
}

.bsq_box1_box a div p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    width: 80%;
    margin: 0 auto 20px;
    line-height: 28px;
}

.bsq_box1_box a div span {
    border-radius: 50px;
    border: 1px #FFF solid;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    display: block;
    margin: 0 auto;
    color: #FFF;
    text-align: center;
    line-height: 40px;
}

.bsq_box1_box a:hover div {
    animation: fadeInUp .5s;
    visibility: visible;
}

.bsq_box1_box a:hover>span {
    animation: fadeOut .5s;
    visibility: hidden;
}

.bsq_box2 {
    background-color: #e4eeff;
    padding: 44px 0 40px;
    box-sizing: border-box;
}

.bsq_box2 .bsq_box2_outer {
    background-color: #FFF;
    padding: 15px;
    box-sizing: border-box;
    margin-top: 30px;
    border-radius: 5px;
    overflow: hidden;
}

.bsq_box2 .bsq_box2_outer .bsq_box2_left {
    width: 52%;
    float: left;
    overflow: hidden;
    padding-left: 5px;
    box-sizing: border-box
}

.bsq_box2 .bsq_box2_outer .bsq_box2_left h1 {
    line-height: 36px;
    font-size: 24px;
    display: block;
    margin-bottom: 22px;
    position: relative;
}

.bsq_box2 .bsq_box2_outer .bsq_box2_left h1 a {
    position: absolute;
    font-size: 24px;
    right: 28px;
    top: 0;
    color: #8b8b8b;
}

.bsq_box2 .bsq_box2_outer .bsq_box2_left h1 a i {
    font-size: 22px;
}

.bsq_box2 .bsq_box2_outer .bsq_box2_left .news-list {
    border: 0;
}

.bsq_box2 .bsq_box2_outer .bsq_box2_left .news-list a {
    height: 40px;
}

.bsq_box2 .bsq_box2_outer .bsq_box2_left .news-list span {
    height: 40px;
    text-align: center;
}

.bsq_box2 .bsq_box2_outer .bsq_box2_middle {
    width: 25%;
    float: left;
    overflow: hidden;
    border-left: 1px #e6e6e6 solid;
    box-sizing: border-box;
    padding-left: 24px;
    margin-top: 21px;
}

.bsq_box2 .bsq_box2_outer .bsq_box2_middle .layui-collapse {
    border: 0;
    border-bottom: 1px #e6e6e6 solid;
    box-sizing: border-box;
}

.bsq_box2 .bsq_box2_outer .bsq_box2_middle .layui-colla-title {
    background-color: #FFF;
    padding: 0 15px 0 2px;
    line-height: 50px;
    height: 50px;
    font-size: 18px;
    color: #666666;
}

.bsq_box2 .bsq_box2_outer .bsq_box2_middle .layui-colla-title i {
    color: #2f5db8;
    display: inline-block;
    margin-right: 12px;
    font-size: 26px;
}

.bsq_box2 .bsq_box2_outer .bsq_box2_middle .layui-colla-content {
    border-top: 0;
    padding: 0 0 16px 0;
}

.bsq_box2 .bsq_box2_outer .bsq_box2_middle .layui-colla-content a {
    line-height: 29px;
    color: #2f5db8;
    display: inline-block;
    text-align: center;
    padding: 0 7px;
    margin-right: 9px;
    font-size: 16px;
    border-radius: 5px;
    position: relative;
}

.bsq_box2 .bsq_box2_outer .bsq_box2_middle .layui-colla-content a::after {
    position: absolute;
    content: '';
    width: 1px;
    height: 60%;
    top: 22%;
    right: -8px;
    background-color: #e6e6e6;
}

.bsq_box2 .bsq_box2_outer .bsq_box2_middle .layui-colla-content a:last-of-type::after {
    display: none;
}

.bsq_box2 .bsq_box2_outer .bsq_box2_middle .layui-colla-content a:hover {
    color: rgba(47, 93, 184, 0.8);
}

.bsq_box2 .bsq_box2_outer .bsq_box2_middle .layui-colla-content a:last-of-type {
    margin-right: 0;
}

.bsq_box2 .bsq_box2_outer .bsq_box2_middle .layui-colla-icon {
    display: none !important;
}

.bsq_box2 .bsq_box2_outer .bsq_box2_right {
    width: 20%;
    float: right;
    background-color: #2f5db8;
    border-radius: 5px;
    padding: 0 10px;
    box-sizing: border-box;
    height: 218px;
    padding-top: 20px;
}

.bsq_box2 .bsq_box2_outer .bsq_box2_right h1 {
    padding: 20px 0 13px;
    overflow: hidden;
    box-sizing: border-box;
    font-size: 14px;
    color: #FFF;
}

.bsq_box2 .bsq_box2_outer .bsq_box2_right h1 img {
    margin-right: 10px;
    display: inline-block;
}

.bsq_box2 .bsq_box2_outer .bsq_box2_right h1 span {
    display: inline-block;
    vertical-align: middle;
}

.bsq_box2 .bsq_box2_outer .bsq_box2_right h1 span font {
    font-size: 24px;
    display: block;
}

.bsq_box2 .bsq_box2_outer .bsq_box2_right a {
    background-color: #ff8a73;
    display: inline-block;
    line-height: 35px;
    color: #FFF;
    text-align: center;
    padding: 0 8px;
    border-radius: 5px;
    margin-right: 8px;
    margin-bottom: 20px;
}

.bsq_box2 .bsq_box2_outer .bsq_box2_right a:last-of-type {
    margin-right: 0;
}

.bsq_box2 .bsq_box2_outer .bsq_box2_right a i {
    font-size: 20px;
    display: inline-block;
    margin-right: 5px;
}

.bsq_box2 .bsq_box2_outer .bsq_box2_right a:hover {
    background-color: rgba(255, 138, 115, 0.8);
}

.bsq_box2 .bsq_box2_outer .bsq_box2_right h2 {
    font-size: 18px;
    color: #FFF;
    margin-bottom: 10px;
    white-space: nowrap;
}

.bsq_box2 .bsq_box2_outer .bsq_box2_right h2 i {
    display: inline-block;
    font-size: 20px;
    margin-right: 4px;
    margin-top: 5px;
}

.bsq_box2 .bsq_box2_outer .bsq_box2_right h2 span {
    display: inline-block;
    white-space: normal;
    vertical-align: top;
    line-height: 28px;
}

.bsq_box2 .bsq_box2_outer .bsq_box2_right h2:last-of-type {
    margin-bottom: 0;
}

.bsq_box2 .bsq_box2_line {
    margin-top: 22px;
}

.bsq_box2 .bsq_box2_line a {
    display: block;
    box-sizing: border-box;
    padding-left: 60px;
    line-height: 101px;
    background-color: #FFF;
    border-radius: 5px;
}

.bsq_box2 .bsq_box2_line a img {
    width: 34px;
    display: inline-block;
    margin-right: 20px;
}

.bsq_box2 .bsq_box2_line a span {
    display: inline-block;
    font-size: 24px;
    color: #333333;
    vertical-align: middle;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.bsq_box2 .bsq_box2_line a:hover img {
    animation: swing 1s;
}

.bsq_box2 .bsq_box2_line a:hover span {
    color: #5e4ac6;
}

.bsq_box3 {
    margin: 30px auto 80px;
    overflow: hidden;
}

.bsq_box3 .bsq_box3_box {
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.bsq_box3 .bsq_box3_box img {
    width: 100%;
}

.bsq_box3 .bsq_box3_box span {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.6);
    line-height: 77px;
    text-align: center;
    color: #FFF;
    font-size: 24px;
    bottom: 0;
    width: 100%;
    display: block;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.bsq_box3 .bsq_box3_box:hover span {
    background-color: rgba(0, 0, 0, 0.4);
}


/* 区情中高新区页面css */

.gxq_box1 {
    position: relative;
    margin-bottom: 55px;
    margin-top: 10px;
}

.gxq_box1 #gxq_situation {
    left: 0;
    top: 99px;
    width: 100%;
    z-index: 0;
    position: absolute;
}

.gxq_box1 .gxq_box1_con {
    width: 100%;
    height: 592px;
    position: relative;
    z-index: 1;
}

.gxq_box1 .gxq_box1_con>div,
.gxq_box1 .gxq_box1_con>div>div,
.gxq_box1 .gxq_box1_con>div>div>div {
    height: 100%;
}

.gxq_box1 .gxq_box1_dh {
    position: absolute;
    background-color: rgba(40, 127, 139, 0.7);
    width: 100%;
    height: 90px !important;
    left: 0;
    bottom: 0;
}

.gxq_box1 .gxq_box1_box {
    position: relative;
    height: 100%;
    width: 100%;
    display: block;
    overflow: hidden;
    left: 0;
    bottom: 0;
}

.gxq_box1 .gxq_box1_box span {
    position: absolute;
    width: 100%;
    height: 90px;
    line-height: 90px;
    text-align: center;
    left: 0;
    bottom: 0;
    font-size: 36px;
    color: #FFF;
}

.gxq_box1 .gxq_box1_box span a {
    position: absolute;
    background-color: rgba(40, 127, 139, 0.7);
    width: 100%;
    height: 0;
    text-align: center;
    left: 0;
    bottom: 90px;
}

.gxq_box1 .gxq_box1_box span a h1 {
    display: inline-block;
    margin: 72px auto 25px;
    border: 1px #FFF solid;
    box-sizing: border-box;
    border-left: 0;
    border-right: 0;
    color: #FFF;
    font-size: 24px;
    line-height: 58px;
    padding: 0 20px;
}

.gxq_box1 .gxq_box1_box a p {
    width: 80%;
    margin: 0 auto 10px;
    display: block;
    font-size: 18px;
    line-height: 32px;
    color: #FFF;
    text-indent: 2em;
    text-align: justify;
}

.gxq_box1 .gxq_box1_box span a i {
    margin-right: 0;
    font-size: 40px;
    color: #FFF;
}

.gxq_box1 .gxq_box1_box span:hover {
    background-color: transparent;
}

.gxq_box1 .gxq_box1_box span:hover a {
    height: 502px;
}

.gxq_box1 .gxq_box1_box span:hover>p {
    animation: fadeOut .3s;
    visibility: hidden;
}

.gxq_box2 {
    position: relative;
    margin-top: 56px;
}

.gxq_box2 a {
    display: block;
    overflow: hidden;
    position: relative;
    border-right: 1px #FFF solid;
    box-sizing: border-box;
}

.gxq_box2 a.noborder {
    border: 0;
}

.gxq_box2 a img {
    width: 100%;
    height: 173px;
}

.gxq_box2 a span {
    display: block;
    text-align: center;
    height: 65px;
    line-height: 65px;
    color: #000;
    font-size: 18px;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.gxq_box2 a div {
    position: absolute;
    width: 100%;
    height: 238px;
    background-color: rgba(0, 0, 0, 0.6);
    text-align: center;
    top: 0;
    left: 0;
    visibility: hidden;
}

.gxq_box2 a div h1 {
    display: inline-block;
    margin: 25px auto 15px;
    color: #FFF;
    font-size: 16px;
    line-height: 58px;
    padding: 0 15px;
}

.gxq_box2 a div i {
    border-radius: 100px;
    border: 2px #FFF solid;
    box-sizing: border-box;
    width: 100px;
    height: 100px;
    display: block;
    margin: 69px auto 0;
    color: #FFF;
    text-align: center;
    line-height: 100px;
    font-size: 50px;
}

.gxq_box2 a:hover div {
    animation: zoomIn .5s;
    visibility: visible;
}

.gxq_box2 a:hover div i {
    animation: rotateIn .5s;
}

.gxq_box2 a:hover span {
    background-color: #287f8b;
    color: #FFF;
}

.gxq_box3 {
    margin-top: 50px;
    background: url(/css/../images/first/gxq_bg2.jpg);
    background-size: cover;
    font-size: 0;
    padding: 54px 0;
    box-sizing: border-box;
}

.gxq_box3_con {
    background-color: #FFF;
    overflow: hidden;
    padding: 34px 0 23px;
}

.gxq_box3_con h1 {
    display: block;
    font-size: 24px;
    position: relative;
    padding-left: 24px;
}

.gxq_box3_con h1 a.more {
    position: absolute;
    right: 20px;
    top: 0;
}

.gxq_box3_con h1 a.more i {
    font-size: 22px;
}

.gxq_box3_left {
    width: 50%;
    display: inline-block;
    padding-left: 24px;
    padding-right: 30px;
    box-sizing: border-box;
}

.gxq_box3_left ul {
    margin: 20px 0 0;
}

.gxq_box3_left .news-list {
    border: 0;
}

.gxq_box3_left .news-list a {
    height: 36px;
    line-height: 36px;
}

.gxq_box3_left .news-list a:hover {
    color: #287f8b;
}

.gxq_box3_left .news-list span {
    height: 36px;
    line-height: 36px;
}

.gxq_box3_right {
    width: 50%;
    display: inline-block;
    padding-right: 20px;
    padding-left: 22px;
    box-sizing: border-box;
    vertical-align: top;
    border-left: 1px #d5d5d5 solid;
    margin-top: 20px;
}

.gxq_box3_right ul {
    margin: 0 0;
}

.gxq_box3_right .news-list {
    border: 0;
}

.gxq_box3_right .news-list a {
    height: 36px;
    line-height: 36px;
}

.gxq_box3_right .news-list a:hover {
    color: #287f8b;
}

.gxq_box3_right .news-list span {
    height: 36px;
    line-height: 36px;
}

.gxq_box4 {
    margin-top: 14px;
}

.gxq_box4 .touzi_title {
    margin-bottom: 55px;
}


/* .gxq_box4 ul {
    font-size: 0;
    border-left: 1px #dfdfdf solid;
    border-top: 1px #dfdfdf solid;
    box-sizing: border-box;
    margin-bottom: 66px;
    cursor: pointer;
}

.gxq_box4 ul li {
    width: 20%;
    display: inline-block;
    height: 130px;
    text-align: center;
    line-height: 130px;
    border-right: 1px #dfdfdf solid;
    border-bottom: 1px #dfdfdf solid;
    box-sizing: border-box;
    vertical-align: top;
}

.gxq_box4 ul li img {
    width: 70%;
    margin: 0 auto;
    display: inline-block;
}

.gxq_box4 ul li i {
    font-size: 64px;
    color: #edeef0;
    line-height: 130px;
} */

.gxq_box4 .touzi_title {
    color: #fff;
}

.gxq_box4_out {
    background-color: #fafafa;
    background: url(/css/../images/first/gxq_box4Bg.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    box-sizing: border-box;
    padding-top: 40px;
    padding-bottom: 30px;
    overflow: hidden;
}

.gxq_box4 .bottom_box {
    height: 330px;
    background-color: rgba(255, 255, 255, 0.141);
}

.gxq_box4 .bottom_title {
    display: flex;
}

.gxq_box4 .bottom_title .title {
    width: 25%;
    height: 77px;
    background-color: rgba(43, 56, 131, 0.749);
    font-size: 18px;
    cursor: pointer;
}

.gxq_box4 .bottom_title .title a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    color: #fff;
    height: 100%;
}

.gxq_box4 .bottom_title div.cut {
    background-color: transparent;
}

.gxq_box4 .bottom_title .title img {
    margin-right: 12px;
}

.gxq_box4 .bottom_list {
    box-sizing: border-box;
    padding: 0 24px;
    margin-top: 40px;
    color: #fff;
}

.gxq_box4 .bottom_list .item {
    justify-content: space-between;
    display: none;
}

.gxq_box4 .bottom_list .company_introduction {
    width: 655px;
    height: 100%;
    font-size: 16px;
    line-height: 30px;
    text-indent: 2em;
    text-align: justify;
    color: #fff;
    margin-top: 20px;
    float: left;
}

.gxq_box4 .bottom_list .company_logo_list {
    width: 470px;
    height: 100%;
    float: right;
}

.gxq_box4 .bottom_list .company_logo_list ul {
    /* display: grid; */
    grid-template-columns: repeat(3, 140px);
    justify-content: flex-start;
    grid-gap: 20px;
    display: flex;
    flex-wrap: wrap;
}

.gxq_box4 .bottom_list .company_logo_list ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
    /* margin-right: 20px; */
    width: 130px;
}

.gxq_box4 .bottom_list .company_logo_list ul li .rmt_img_box {
    display: block;
    width: 66px;
    height: 66px;
    border-radius: 50%;
    background-color: #fff;
    outline: 8px solid rgba(255, 255, 255, 0.4);
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
}

.gxq_box4 .bottom_list .company_logo_list ul li img {
    width: 100%;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.gxq_box4 .bottom_list .company_logo_list ul li img.rm_qrCode {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.gxq_box4 .bottom_list .company_logo_list ul li p {
    color: #fff;
    text-align: center;
    display: none;
}


/* 区情中东疆页面css */

.dj_box .touzi_title hr {
    background-color: #219c34;
}

.dj_box1 {
    position: relative;
    margin-top: 10px;
}

.dj_box1 .quqing_introduce_box .quqing_introduce_con {
    padding: 30px 17px 0 0px;
    width: 609px;
    background-color: rgba(255, 255, 255, 0.3);
    height: 349px;
}

.dj_box1 .quqing_introduce_box .quqing_introduce_con p {
    text-indent: 0;
    margin-bottom: 0;
    padding-left: 22px;
    text-align: justify;
}

.dj_box1 .quqing_introduce_box .quqing_introduce_con p:last-of-type {
    margin-top: 32px;
}

.dj_box2 {
    background-color: #edeef0;
    box-sizing: border-box;
    overflow: hidden;
    padding: 56px 0 54px;
}

.dj_box2 .touzi_title {
    margin-bottom: 62px;
}

.dj_box2 a {
    display: block;
    position: relative;
}

.dj_box2 a div {
    position: absolute;
    background-color: rgba(5, 93, 172, 0.6);
    bottom: 0;
    min-height: 142px;
    overflow: hidden;
    width: 100%;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.dj_box2 a div h1 {
    font-size: 24px;
    color: #FFF;
    margin: 17px 48px 10px 48px;
    font-weight: bold;
}

.dj_box2 a div h2 {
    font-size: 18px;
    color: #FFF;
    margin: 0 25px 0 48px;
    text-align: left;
    line-height: 32px;
}

.dj_box2 a:hover div {
    background-color: rgba(5, 93, 172, 0.9);
}

.dj_box3 {
    margin-top: 14px;
    margin-bottom: 60px;
}

.dj_box3 .touzi_title {
    margin-bottom: 55px;
}

.dj_box3 ul {
    font-size: 0;
    border-left: 1px #dfdfdf solid;
    border-top: 1px #dfdfdf solid;
    box-sizing: border-box;
    margin-bottom: 66px;
    cursor: pointer;
}

.dj_box3 ul li {
    width: 20%;
    display: inline-block;
    height: 115px;
    text-align: center;
    line-height: 130px;
    border-right: 1px #dfdfdf solid;
    border-bottom: 1px #dfdfdf solid;
    box-sizing: border-box;
}

.dj_box3 ul li img {
    width: 99%;
    margin: 0 auto;
    display: inline-block;
}


/* 区情中东疆页面css */

.stc_box1 {
    position: relative;
    margin-bottom: 42px;
    margin-top: 10px;
}

.stc_box2 {
    background-color: #edeef0;
    overflow: hidden;
}

.stc_box2 .touzi_title {
    margin: 14px auto 80px;
}

.stc_box2 img {
    display: block;
    margin: 0 auto 90px;
}

.stc_box3 .touzi_title {
    margin: 30px auto 55px;
}

.stc_box3 ul {
    font-size: 0;
    border-left: 1px #dfdfdf solid;
    border-top: 1px #dfdfdf solid;
    box-sizing: border-box;
    margin-bottom: 48px;
    cursor: pointer;
}

.stc_box3 ul li {
    width: 20%;
    display: inline-block;
    height: 115px;
    text-align: center;
    line-height: 115px;
    border-right: 1px #dfdfdf solid;
    border-bottom: 1px #dfdfdf solid;
    box-sizing: border-box;
    vertical-align: top;
}

.stc_box3 ul li img {
    width: 48%;
    margin: 0 auto;
    display: inline-block;
}

.stc_box3 ul li i {
    font-size: 64px;
    color: #edeef0;
    line-height: 115px;
}


/* 区情中读名家页面css */

.culture_read_box {
    background: url(/css/../images/first/culture_read_bg.png);
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #f8f8f8;
}

.culture_read_box .culture_title {
    width: 359px;
    display: block;
    margin: 18px 0 33px auto;
}

.culture_read_box .layui-carousel[lay-arrow=always] .layui-carousel-arrow {
    left: -85px;
}

.culture_read_box .layui-carousel[lay-arrow=always] .layui-carousel-arrow[lay-type=add] {
    right: -85px;
}

.culture_read_box .layui-carousel-arrow {
    background-color: transparent;
    color: #cccccc;
    font-size: 60px;
}

.culture_read_box .culture_read_list {
    margin: 40px auto;
    font-size: 0;
    box-sizing: border-box;
}

.culture_read_box .culture_read_list a {
    display: block;
    overflow: hidden;
    background-color: #FFF;
}

.culture_read_box .culture_read_list a>div {
    height: 172px;
    overflow: hidden;
}

.culture_read_box .culture_read_list a>div img {
    width: 100%;
}

.culture_read_box .culture_read_list a div:last-of-type {
    display: block;
    padding: 0 16px 18px;
    color: #0a0204;
    position: relative;
    box-sizing: border-box;
    height: 184px;
}

.culture_read_box .culture_read_list a span {
    box-sizing: border-box;
    line-height: 65px;
    font-size: 18px;
    display: block;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.culture_read_box .culture_read_list a p {
    font-size: 14px;
    line-height: 30px;
    text-align: justify;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.culture_read_box .culture_read_list a i {
    position: absolute;
    right: 16px;
    bottom: 14px;
    font-size: 20px;
    color: #767676;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.culture_read_box .culture_read_list a:hover * {
    color: #2f5db8;
}

.culture_read_box .culture_read_more {
    text-align: center;
    margin: 15px auto 60px;
}

.culture_read_box .culture_read_more i {
    color: #b7b7b7;
    font-size: 40px;
    cursor: pointer;
}


/* 区情中尝美食页面css */

.culture_taste_box {
    background: url(/css/../images/first/culture_taste_bg.jpg);
    background-position: 0 253px;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #f8f8f8;
}

.culture_taste_box .culture_title {
    width: 359px;
    display: block;
    margin: 18px 205px 33px auto;
}

.culture_taste_box .culture_taste_scroll {
    background-color: #FFF;
    padding: 15px 13px;
    box-sizing: border-box;
    overflow: hidden;
}

.culture_taste_box .culture_taste_scroll .scroll_pic {
    height: 384px;
    overflow: hidden;
    padding-top: 6px;
    box-sizing: border-box;
}

.culture_taste_box .culture_taste_scroll img {
    min-height: 384px;
    width: 100%;
}

.culture_taste_box .culture_taste_scroll a {
    display: block;
    padding-left: 20px;
    box-sizing: border-box;
    color: #0a0a0a;
    cursor: default;
}

.culture_taste_box .culture_taste_scroll a h1 {
    font-size: 24px;
    line-height: 32px;
    margin: 6px auto 4px;
}

.culture_taste_box .culture_taste_scroll a p {
    display: block;
    font-size: 16px;
    line-height: 35px;
    text-indent: 2em;
    color: #6d6d6d;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.culture_taste_box .layui-carousel[lay-arrow=always] .layui-carousel-arrow {
    left: -85px;
}

.culture_taste_box .layui-carousel[lay-arrow=always] .layui-carousel-arrow[lay-type=add] {
    right: -85px;
}

.culture_taste_box .layui-carousel-arrow {
    background-color: transparent;
    color: #cccccc;
    font-size: 60px;
}

.culture_taste_box2 {
    margin: 24px auto;
}

.culture_taste_box2 .item {
    overflow: hidden;
    height: 600px;
    background: #fff;
    position: relative;
    cursor: pointer
}

.culture_taste_box2 .item img {
    width: 298px;
    height: 322px
}

.culture_taste_box2 .item .con h2 {
    line-height: 60px;
    font-size: 24px;
    text-align: center
}

.culture_taste_box2 .item .con p {
    font-size: 16px;
    line-height: 36px;
    padding: 0 15px
}

.culture_taste_box2 .item .con .detail {
    display: none;
    padding: 0 15px;
    line-height: 30px
}

.culture_taste_box2 .item .con .detail h3 {
    font-size: 14px;
    padding-top: 15px
}

.culture_taste_box2 .item .con .detail p {
    padding: 0;
    font-size: 14px;
    line-height: 28px
}

.culture_taste_box2 .item:hover .con {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #000;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    animation: slideInUp .3s;
}

.culture_taste_box2 .item:hover .con p {
    line-height: 28px
}

.culture_taste_box2 .item:hover .detail {
    display: block
}

.culture_taste_box3 {
    margin-bottom: 34px;
}

.culture_taste_box3 .item {
    overflow: hidden;
    height: 600px;
    background: #f0f0f0;
    text-align: center;
    position: relative;
}

.culture_taste_box3 .item img {
    width: 172px;
    height: 172px;
    margin-top: 32px;
    cursor: pointer
}

.culture_taste_box3 .item img:hover {
    animation: rotateIn .3s;
}

.culture_taste_box3 .item .con h2 {
    line-height: 60px;
    font-size: 24px;
    text-align: center
}

.culture_taste_box3 .item .con p {
    font-size: 16px;
    line-height: 36px;
    padding: 0 15px;
    text-align: left
}

.culture_taste_box3 .item .con .detail {
    display: none;
    padding: 0 15px;
    line-height: 30px;
    text-align: left;
}

.culture_taste_box3 .item .con .detail h3 {
    font-size: 14px;
    padding-top: 15px
}

.culture_taste_box3 .item .con .detail p {
    padding: 0;
    font-size: 14px;
    line-height: 36px
}

.culture_taste_box3 .item:hover .con {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #000;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    animation: slideInUp .3s;
}

.culture_taste_box3 .item:hover .detail {
    display: block
}


/* 区情中尝美食页面css */

.culture_travel_box {
    background: url(/css/../images/first/culture_travel_bg.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #f8f8f8;
    background-position: 0 253px;
}

.culture_travel_box .culture_title {
    width: 359px;
    display: block;
    margin: 48px 162px 75px auto;
}

#culture_travel_con1 {
    padding: 22px 21px;
    background-color: #FFF;
    box-sizing: border-box;
    margin: 0 0 40px auto;
}

#culture_travel_con1>[carousel-item]>* {
    background-color: #FFF;
}

#culture_travel_con1 .layui-carousel {
    background-color: transparent;
}

#culture_travel_con1 .layui-carousel>[carousel-item]>* {
    background-color: transparent;
}

#culture_travel_con1 .layui-carousel>[carousel-item]:before {
    display: none;
}

#culture_travel_con1 .layui-carousel[lay-arrow=always] .layui-carousel-arrow {
    left: -92px;
}

#culture_travel_con1 .layui-carousel[lay-arrow=always] .layui-carousel-arrow[lay-type=add] {
    right: -85px;
}

#culture_travel_con1 .layui-carousel-arrow {
    background-color: transparent;
    color: #cccccc;
    font-size: 60px;
    width: 50px;
    height: 50px;
}

#culture_travel_con1 .travel_line h1 {
    display: block;
    line-height: 43px;
    font-size: 18px;
    margin-bottom: 0;
    font-weight: bold;
}

#culture_travel_con1 .travel_line .left {
    overflow: hidden;
    padding-right: 20px;
    box-sizing: border-box;
    height: 211px;
}

#culture_travel_con1 .travel_line .left img {
    width: 100%;
}

#culture_travel_con1 .travel_line p {
    padding-left: 8px;
    box-sizing: border-box;
    font-size: 16px;
    color: #7f7f7f;
    line-height: 32px;
    margin-bottom: 8px;
    position: relative;
}

#culture_travel_con1 .travel_line p::before {
    display: inline-block;
    width: 15px;
    height: 15px;
    content: '';
    background: url(/css/../images/first/traval_icon.png);
    background-size: 100%;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 4px;
}

#culture_travel_con1 .travel_line p::after {
    content: '';
    position: absolute;
    height: 80%;
    width: 1px;
    background-color: #53c5ae;
    left: 15px;
    top: 25px;
}

#culture_travel_con1 .travel_line p:last-of-type::after {
    display: none;
}

#culture_travel_con1 .travel_line p:first-of-type {
    margin-top: 8px;
}

#culture_travel_con1 .travel_line p strong {
    color: #000;
    display: inline-block;
    margin-right: 8px;
}

#culture_travel_con1 .travel_line.m_b_25 {
    margin-bottom: 25px;
}

.culture_travel_title h1 {
    font-size: 30px;
    color: #2f5db8;
    font-weight: bold;
    display: block;
    margin-bottom: 40px;
}

.culture_travel_title hr {
    position: absolute;
    width: 1px;
    height: calc(100% - 50px);
    background-color: #b5b5b5;
    margin: 0;
    top: 50px;
    left: 25px;
}

.culture_travel_con2 #culture_travel_con2 {
    margin: 0 0 40px auto;
    width: 95%;
    padding: 22px 21px;
    box-sizing: border-box;
    background-color: #FFF;
}

@media screen and (min-width: 992px) {
    .culture_travel_con2 #culture_travel_con2 .layui-col-md2 {
        width: 20%;
    }
}

.culture_travel_con2 #culture_travel_con2 .travel_con2_box img {
    width: 100%;
    height: 213px;
}

.culture_travel_con2 #culture_travel_con2 .travel_con2_box div {
    border-left: 1px #dedede solid;
    box-sizing: border-box;
    padding: 12px 3px 8px 7px;
}

.culture_travel_con2 #culture_travel_con2 .travel_con2_box div h1 {
    font-size: 18px;
    color: #000;
    font-weight: normal;
    margin-bottom: 14px;
}

.culture_travel_con2 #culture_travel_con2 .travel_con2_box div span {
    margin-top: 14px;
    font-size: 16px;
    color: #7f7f7f;
    line-height: 30px;
    min-height: 90px;
}

.culture_travel_con2 #culture_travel_con2 .travel_con2_box div span font {
    display: inline-block;
}

.culture_travel_con2 #culture_travel_con2 .travel_con2_box div span font:first-of-type {
    width: 50px;
}

.culture_travel_con2 #culture_travel_con2 .travel_con2_box div span font:last-of-type {
    width: calc(100% - 50px);
    height: 88px;
    vertical-align: top;
}

.culture_travel_con3.culture_travel_title h1 {
    margin-bottom: 18px;
}

.culture_travel_con3 #culture_travel_con3,
.culture_travel_con3 #culture_travel_con4 {
    margin: 0 0 52px auto;
}

.culture_travel_con3 .travel_con3_box {
    font-size: 0 !important;
    height: 130px;
}

.culture_travel_con3 .travel_con3_box div:first-of-type {
    overflow: hidden;
    display: inline-block;
    width: 48%;
    height: 100%;
}

.culture_travel_con3 .travel_con3_box div:first-of-type img {
    height: 100%;
}

.culture_travel_con3 .travel_con3_box div:last-of-type {
    overflow: hidden;
    display: inline-block;
    background-color: #FFF;
    padding: 0 8px;
    box-sizing: border-box;
    height: 100%;
    width: 52%;
}

.culture_travel_con3 .travel_con3_box div:last-of-type h1 {
    font-size: 18px;
    font-weight: normal;
    color: #000;
    display: block;
    margin: 10px auto 6px;
}

.culture_travel_con3 .travel_con3_box div span {
    margin-top: 14px;
    font-size: 16px;
    color: #7f7f7f;
    line-height: 30px;
    min-height: 90px;
}

.culture_travel_con3 .layui-carousel[lay-arrow=always] .layui-carousel-arrow {
    display: none;
}

.culture_travel_con3 .layui-carousel[lay-arrow=always] .layui-carousel-arrow[lay-type=add] {
    right: -85px;
    display: block;
}

.culture_travel_con3 .layui-carousel-arrow {
    background-color: transparent;
    color: #cccccc;
    font-size: 60px;
    width: 50px;
    height: 50px;
}


/* 区情中品艺术页面css */

.culture_art_box {
    background: url(/css/../images/first/culture_art_bg.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: #f8f8f8;
    background-position: 0 253px;
}

.culture_art_box .culture_title {
    width: 359px;
    display: block;
    margin: 48px 162px 75px auto;
}

.culture_art_con1 {
    padding: 15px 13px;
    background-color: #FFF;
    box-sizing: border-box;
    margin-bottom: 40px;
}

.culture_art_con1 .art_con1_pic {
    overflow: hidden;
    height: 420px;
}

.culture_art_con1 .art_con1_pic img {
    width: 100%;
}

.culture_art_con1 .art_con1_content {
    display: block;
    padding-left: 20px;
    box-sizing: border-box;
    color: #0a0a0a;
}

.culture_art_con1 .art_con1_content h1 {
    font-size: 24px;
    line-height: 32px;
    margin: 6px auto 4px;
}

.culture_art_con1 .art_con1_content p {
    display: block;
    font-size: 16px;
    line-height: 35px;
    text-indent: 2em;
    color: #6d6d6d;
}

.culture_art_con2 {
    overflow: hidden;
    margin-bottom: 40px;
}

.culture_art_con2 a {
    display: block;
    position: relative;
    overflow: hidden
}

.culture_art_con2 a img {
    width: 100%;
    height: 180px;
}

.culture_art_con2 a span {
    display: block;
    font-size: 24px;
    color: #000;
    text-align: center;
    line-height: 92px;
    position: relative;
    background-color: #FFF;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.culture_art_con2 a:hover img {
    animation: pulse 1s;
}

.culture_art_con2 a:hover span {
    color: #fff;
    background-color: #2f5db8;
}


/* 区情中赏文物页面css */

.culture_relic_box {
    background: url(/css/../images/first/culture_relic_bg.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: #f8f8f8;
    background-position: 0 253px;
}

.culture_relic_box .culture_title {
    width: 359px;
    display: block;
    margin: 48px 162px 75px auto;
}

.culture_relic_con {
    padding: 0 21px 23px;
    background-color: #FFF;
    box-sizing: border-box;
    margin-bottom: 40px;
    overflow: hidden;
}

.culture_relic_con .layui-carousel>[carousel-item]>* {
    background-color: #FFF;
}

.culture_relic_con .travel_line .left {
    overflow: hidden;
    padding-right: 20px;
    box-sizing: border-box;
}

.culture_relic_con .travel_line .left img {
    width: 100%;
}

.culture_relic_con .travel_line a h1 {
    display: block;
    line-height: 28px;
    font-size: 16px;
    color: #000;
    font-weight: bold;
}

.culture_relic_con .travel_line a p {
    padding-left: 8px;
    box-sizing: border-box;
    font-size: 16px;
    color: #7f7f7f;
    line-height: 30px;
    margin-top: 10px;
    margin-bottom: 5px;
    text-indent: 2em;
    text-align: justify;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.culture_relic_con .travel_line a:hover p {
    color: #2f5db8;
}

.culture_relic_con .travel_line.m_b_58 {
    margin: 20px auto 30px;
}

.culture_relic_con .travel_line.m_b_58:last-of-type {
    margin-bottom: 0;
}

.culture_relic_con .layui-carousel[lay-arrow=always] .layui-carousel-arrow {
    left: -92px;
}

.culture_relic_con .layui-carousel[lay-arrow=always] .layui-carousel-arrow[lay-type=add] {
    right: -85px;
}

.culture_relic_con .layui-carousel-arrow {
    background-color: transparent;
    color: #cccccc;
    font-size: 60px;
    width: 50px;
    height: 50px;
}

@media screen and (max-width:768px) {
    .common_title {
        text-align: left;
        margin: 0 auto;
    }
    .common_title span {
        line-height: 35px;
        color: #000;
        font-size: 1.125rem;
        display: inline-block;
        padding: 15px 10px 15px 0;
        text-align: left;
        font-weight: bold;
        margin: 0 8px 0 0;
        word-break: keep-all;
        height: 35px;
        min-width: 80px;
    }
    .common_title hr {
        display: none !important;
    }
    /* 区情首页样式开始 */
    .quqing_situation {
        padding: 0 15px;
        height: auto;
        background-color: rgba(247, 247, 247, 0.1);
    }
    .quqing_situation .common_title {
        margin-top: 0;
    }
    .quqing_situation .common_title span {
        padding-left: 0;
        padding-bottom: 5px;
    }
    .quqing_situation img {
        height: 200px;
    }
    .quqing_situation .layui-carousel-ind {
        top: -35px;
        bottom: auto;
    }
    .quqing_situation .layui-carousel[lay-arrow=always] .layui-carousel-arrow {
        left: 20px;
    }
    .quqing_situation .layui-carousel:hover .layui-carousel-arrow[lay-type=add],
    .quqing_situation .layui-carousel[lay-arrow=always] .layui-carousel-arrow[lay-type=add] {
        right: 20px;
    }
    .quqing_situation .layui-carousel-arrow {
        width: 36px;
        height: 36px;
        font-size: 20px;
        line-height: 36px;
        top: 55%;
    }
    .quqing_situation .situation_bh_box {
        position: relative;
        height: auto;
        margin-bottom: 10px;
    }
    .quqing_situation .situation_bh {
        position: relative;
        background-color: rgba(47, 93, 184, 1);
        height: auto;
    }
    .quqing_situation .situation_bh .layui-container {
        padding: 0;
    }
    .quqing_situation .situation_bh ul {
        margin-top: 0;
    }
    .quqing_situation .situation_bh li a {
        border-right: 0;
        height: 55px;
    }
    .quqing_situation .situation_bh li a i {
        font-size: 15px !important;
    }
    .quqing_situation .situation_bh li a span {
        font-size: 1.02rem;
        margin-left: 10px;
    }
    .quqing_environment {
        padding-bottom: 15px;
    }
    .quqing_environment .common_title {
        margin: 0;
    }
    .quqing_environment p {
        width: 100%;
        font-size: 14px;
        line-height: 150%;
        text-align: justify;
        text-indent: 2em;
        margin-bottom: 10px;
    }
    .quqing_environment p br {
        display: none;
    }
    .quqing_area a {
        margin-bottom: 0;
        height: auto;
        box-sizing: border-box;
        overflow: hidden;
        display: flex;
        flex-wrap: wrap;
        height: 113px;
    }
    .quqing_area a p {
        width: 55px;
        height: 55px;
        line-height: 55px;
        text-align: center;
        text-indent: 0;
        margin-top: 10px;
        margin-bottom: 4px;
    }
    .quqing_area a span {
        position: relative;
        bottom: auto;
        line-height: 18px;
        font-size: 0.875rem;
        margin-bottom: 8px;
    }
    .quqing_area a span.double_line {
        bottom: auto;
    }
    .quqing_area a span br {
        display: none;
    }
    .quqing_area div:first-of-type a p img {
        width: 45px;
    }
    .quqing_area a p img {
        width: 45px;
    }
    .quqing_impression {
        padding-bottom: 0;
    }
    .quqing_impression .common_title {
        margin: 0;
    }
    .quqing_impression video {
        height: auto;
    }
    .quqing_culture .common_title {
        margin: 0;
    }
    .quqing_culture .quqing_culture_box {
        height: auto;
        margin-bottom: 20px;
    }
    /* 区情首页样式结束 */
    /* 区情概况样式开始 */
    .quqing-mobile-dh {
        display: block;
        box-sizing: border-box;
        font-size: 0;
        position: relative;
        overflow: hidden;
        margin: 15px 0 10px;
    }
    .quqing-mobile-dh li {
        display: inline-block;
        font-size: 1rem;
        color: #4d4d4d;
        position: relative;
        text-align: center;
        width: calc(100%/3);
    }
    .quqing-mobile-dh li img {
        width: 50%;
        display: block;
        margin: 0 auto 8px;
    }
    .quqing-mobile-dh li div {
        position: absolute;
        bottom: -8px;
        left: 0;
        right: 0;
        width: 18px;
        height: 8px;
        margin: 0 auto;
        background: url(/css/../images/first/qq-mobile-dh.png);
        display: none;
    }
    .quqing-mobile-dh li.hover {
        color: #2352c3;
    }
    .quqing-mobile-dh li.hover div {
        display: block;
    }
    #quqing-mobile-con {
        padding: 0 10px 20px;
        overflow: hidden;
        box-sizing: border-box;
    }
    .quqing-mobile-con {
        padding: 0;
        box-sizing: border-box;
    }
    .quqing-mobile-con img {
        width: 100%;
        display: block;
    }
    .quqing-mobile-con p {
        font-size: 1.125rem;
        line-height: 32px;
        color: #4d4f53;
        padding-top: 10px !important;
        text-align: justify;
    }
    .quqing_introduce_box {
        height: auto;
    }
    .quqing_introduce_box .quqing_introduce {
        position: relative;
    }
    .quqing_introduce_box img {
        display: none;
    }
    .quqing_introduce_box .quqing_introduce_con {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        height: auto;
        padding: 10px;
    }
    /* 区情概况样式结束 */
    /* 区情投资样式开始 */
    .quqing_area_dh {
        position: relative;
        top: auto;
        left: auto;
        width: auto;
        margin: 15px;
    }
    .quqing_area_dh #quqing_area_dh {
        display: flex;
        flex-wrap: wrap;
        font-size: 0 !important;
    }
    .quqing_area_dh li:first-of-type a img {
        height: 66px;
    }
    .quqing_area_dh li {
        width: calc((100% - 8px) / 3);
        margin-bottom: 4px;
        margin-right: 4px;
    }
    .quqing_area_dh li:nth-of-type(3n) {
        margin-right: 0;
    }
    .quqing_area_dh li a {
        margin-bottom: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        position: relative;
        height: 90px;
        background-color: #FFF;
    }
    .quqing_area_dh li a img {
        margin-top: -15px;
        width: 60% !important;
    }
    .quqing_area_dh li:first-of-type a img {
        height: 90px;
        width: 100% !important;
    }
    .quqing_area_dh li:nth-of-type(5) a img {
        width: 45% !important;
    }
    .quqing_area_dh li a span {
        position: absolute;
        margin-top: 0 !important;
        bottom: 4px;
    }
    .quqing_area_dh li a div {
        line-height: 90px;
    }
    #content .index_top {
        display: none;
    }
    #content .top_box {
        display: none;
    }
    #content .dhtitle-fix {
        display: none;
    }
    #content .quqing_area_dh {
        display: none;
    }
    #content .location {
        display: none;
    }
    #content .mobile_bottomdh {
        display: none;
    }
    #content .bottom-con-box {
        display: none;
    }
    .touzi_title {
        font-size: 1.125rem;
        padding: 15px 10px 10px;
        height: auto;
        line-height: normal;
        border-bottom: 0;
        margin-bottom: 0;
        width: auto;
    }
    .touzi_title hr {
        display: none;
    }
    .zmq_box {
        background-color: #f6f6f6;
    }
    .zmq_box1 {
        padding: 0 15px 15px;
        margin: 0 15px;
        background-color: #FFF;
    }
    .zmq_box1 img {
        height: 200px;
        display: block;
    }
    .quqing_introduce .layui-container {
        padding: 0;
    }
    .quqing_introduce_box .quqing_introduce_con p {
        font-size: 14px;
        line-height: 200%;
        margin-bottom: 0;
        text-align: justify;
    }
    .zmq_box2 {
        margin: 15px 0;
    }
    .zmq_box2 .touzi_title {
        text-align: left;
        margin-bottom: 0;
        background-color: #FFF;
    }
    .zmq_box2 .layui-col-space30 {
        margin: -5px;
    }
    .zmq_box2 .layui-col-space30>* {
        padding: 5px;
    }
    .zmq_box2>div>div:first-of-type .zmq_zone_box {
        padding-top: 0;
    }
    .zmq_box2 .zmq_zone_box {
        background-color: #FFF;
        padding: 10px 10px;
        font-size: 0 !important;
        height: auto;
        margin-bottom: 0;
    }
    .zmq_box2 .zmq_zone_box img {
        width: 40%;
        display: inline-block;
    }
    .zmq_box2 .zmq_zone_box div {
        width: 56%;
        margin-left: 4%;
        margin-top: -5px;
        display: inline-block;
        vertical-align: top;
    }
    .zmq_box2 .zmq_zone_box h1 {
        margin-bottom: 0;
        text-align: left;
        vertical-align: top;
        font-size: 1.02rem;
        line-height: 24px;
        margin-bottom: 5px;
    }
    .zmq_box2 .zmq_zone_box a {
        position: relative;
        bottom: auto;
        width: 100%;
        margin-top: 8px;
        background-color: #fff6e6;
        border: 1px #dabc85 solid;
        color: #000;
        line-height: 35px;
        font-size: 1rem !important;
    }
    .zmq_box2 .zmq_zone_box a i {
        display: none;
    }
    .zmq_box2 .zmq_zone_box a::before {
        content: '查看';
    }
    .zmq_box2 .zmq_zone_box a:hover {
        background-color: #fff6e6;
    }
    .zmq_box2 .zmq_zone_box p {
        text-align: justify;
        line-height: 150%;
    }
    .jkq_box {
        background-color: #f6f6f6;
    }
    .jkq_box .touzi_title {
        width: auto;
    }
    .jkq_box1 {
        padding: 0 15px 15px;
        margin: 0 15px;
        background-color: #FFF;
    }
    .jkq_box1 #jkq_situation {
        height: 200px !important;
    }
    .jkq_box1 #jkq_situation img {
        height: 200px;
    }
    .jkq_box1_con .layui-container {
        padding: 0;
    }
    .jkq_box1_con .p-indent {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 0;
        text-align: justify;
        line-height: 200%;
    }
    .jkq_box1_con {
        position: relative;
    }
    .jkq_box2 {
        background-color: #FFF;
        margin-top: 15px;
        margin-bottom: 15px;
        padding: 0 15px 10px;
    }
    .jkq_box2 .touzi_title {
        text-align: left;
        margin-bottom: 0;
        padding-left: 0;
    }
    .jkq_box2 .businessEnvironmentContent {
        margin-top: 5px;
        border: 0;
        margin-bottom: 0;
    }
    .jkq_box2 .businessEnvironmentContent>ul {
        flex-direction: column;
        padding-bottom: 0;
    }
    .jkq_box2 .businessEnvironmentContent>ul>a>li {
        width: auto;
        height: auto;
        padding: 10px;
        align-items: center;
    }
    .jkq_box2 .businessEnvironmentContent>ul>a>li img {
        margin-top: 0;
    }
    .jkq_box3 {
        background: none;
        padding: 0;
        margin-bottom: 18px;
    }
    .jkq_box3 .jkq_box3_left {
        width: 100%;
        padding: 0 15px;
    }
    .jkq_box3 .jkq_box3_left h1 {
        font-size: 1.125rem;
        padding: 15px 10px 10px 0;
        font-weight: bold;
        height: auto;
        line-height: normal;
    }
    .jkq_box3 .jkq_box3_left h1 a {
        display: none;
    }
    .jkq_box3 .news-list a {
        width: 100%;
        padding-top: 4px;
        height: auto;
        line-height: normal;
        padding: 15px 0;
        border-bottom: 1px #d6d6d6 solid;
        box-sizing: border-box;
        display: block;
        font-size: 1.02rem;
        margin-bottom: 0;
    }
    .jkq_box3 .jkq_box3_right {
        margin-left: 0;
        width: 100%;
        margin-top: 10px;
    }
    .jkq_box3 .jkq_box3_right li {
        width: 49%;
        display: inline-block;
        margin-right: 2%;
        padding: 8px;
    }
    .jkq_box3 .jkq_box3_right li:nth-of-type(2n) {
        margin-right: 0;
    }
    .jkq_box3 .jkq_box3_right li:last-of-type {
        margin-right: 0;
    }
    .jkq_box3 .jkq_box3_right li a {
        padding-left: 10px;
        height: 45px;
        line-height: 45px;
    }
    .jkq_box3 .jkq_box3_right li a i {
        font-size: 20px;
        margin-right: 8px;
    }
    .jkq_box3 .jkq_box3_right li span {
        line-height: 18px;
        font-size: 0.875rem;
    }
    .jkq_box3 .jkq_box3_right li a:hover {
        color: #000;
    }
    .bsq_box1 {
        padding: 0 15px 15px;
        background-color: #FFF;
        margin-top: 0;
        margin-bottom: 15px;
    }
    .bsq_box1_outer {
        margin-bottom: 0;
    }
    .bsq_box1 #quqing_bsq_scroll img {
        min-width: 100%;
        height: 200px;
    }
    .bsq_box1 .mobile_bsq_dh a {
        color: #FFF;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .bsq_box1 .mobile_bsq_dh a i {
        font-size: 15px;
        margin-right: 0;
    }
    .bsq_box1 .mobile_bsq_dh a span {
        font-size: 1.02rem;
        margin-left: 10px;
    }
    .bsq_box2 {
        background-color: transparent;
        padding: 0;
    }
    .bsq_box2 .bsq_box2_outer {
        margin-top: 0;
        padding: 0 15px 0;
    }
    .bsq_box2 .bsq_box2_outer .bsq_box2_left {
        width: 100%;
        padding-left: 0;
    }
    .bsq_box2 .bsq_box2_outer .bsq_box2_left h1 {
        font-size: 1.125rem;
        padding: 15px 0 10px 0;
        height: auto;
        line-height: normal;
        margin-bottom: 0;
        font-weight: bold;
    }
    .bsq_box2 .bsq_box2_outer .bsq_box2_left h1 a {
        display: none;
    }
    .bsq_box2 .bsq_box2_outer .bsq_box2_left .news-list a {
        height: auto;
    }
    .bsq_box2 .bsq_box2_line {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .bsq_box2 .bsq_box2_line .layui-col-space24 {
        margin: -7.5px;
    }
    .bsq_box2 .bsq_box2_line .layui-col-space24>* {
        padding: 7.5px;
    }
    .bsq_box2 .bsq_box2_line a {
        padding-left: 0;
        line-height: 40px;
        padding-left: 15px;
        box-sizing: border-box;
    }
    .bsq_box2 .bsq_box2_line a img {
        width: 22px;
    }
    .bsq_box2 .bsq_box2_line a span {
        font-size: 1.02rem;
    }
    .bsq_box2 .bsq_box2_line a:hover span {
        color: #333333;
    }
    .gxq_box {
        background-color: #f6f6f6;
    }
    .gxq_box1 {
        padding: 0 15px 15px;
        background-color: #FFF;
        margin: 0 15px 15px;
    }
    .gxq_box1 #gxq_situation {
        position: relative;
        top: auto;
        height: 200px !important;
    }
    .gxq_box1 #gxq_situation img {
        height: 200px;
    }
    .gxq_box1 .gxq_box1_con {
        height: auto;
    }
    .gxq_box1 .gxq_box1_dh {
        display: none;
    }
    .gxq_box1 .gxq_box1_con>div:nth-of-type(2) {
        padding: 10px 10px 4px !important;
        background-color: rgba(40, 127, 139, 0.7);
    }
    .gxq_box1 .gxq_box1_con>div>div {
        margin: -2.5px;
    }
    .gxq_box1 .gxq_box1_con>div>div>* {
        padding: 2.5px;
    }
    .gxq_box1 .gxq_box1_box span {
        position: relative;
        font-size: 0;
    }
    .gxq_box1 .gxq_box1_box span p {
        display: none;
    }
    .gxq_box1 .gxq_box1_box span a {
        position: relative;
        bottom: auto;
        margin-bottom: 8px;
        display: block;
        height: auto;
        width: 100%;
    }
    .gxq_box1 .gxq_box1_box span:hover a {
        height: auto;
    }
    .gxq_box1 .gxq_box1_box span {
        height: auto;
        line-height: normal;
        font-size: 1.02rem;
        width: 100%;
        display: block;
    }
    .gxq_box1 .gxq_box1_box span a i {
        display: none;
    }
    .gxq_box1 .gxq_box1_box span a h1 {
        font-size: inherit;
        margin: 0;
        line-height: 36px;
        padding: 0;
        border: 0;
    }
    .gxq_box2 {
        background-color: #FFF;
        margin-top: 15px;
        margin-bottom: 0;
        padding: 0 15px 10px;
    }
    .gxq_box2 .touzi_title {
        text-align: left;
        padding-left: 0;
    }
    .gxq_box2 a span {
        font-size: 1.02rem;
        height: 50px;
        line-height: 50px;
    }
    .gxq_box2 a:hover div {
        display: none;
    }
    .gxq_box2 a:hover span {
        color: #000;
        background-color: #FFF;
    }
    .gxq_box3 {
        margin-top: 15px;
        margin-bottom: 0;
        background: none;
        padding-top: 0;
        padding-bottom: 15px;
    }
    .gxq_box3_con {
        padding: 0 15px;
    }
    .gxq_box3_con h1 {
        font-size: 1.125rem;
        padding: 15px 0 10px 0;
        height: auto;
        line-height: normal;
        margin-bottom: 0;
        font-weight: bold;
    }
    .gxq_box3_con h1 a {
        display: none;
    }
    .gxq_box3_left {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }
    .gxq_box3_left ul {
        margin-top: 0;
    }
    .gxq_box3_left .news-list a {
        height: auto;
        line-height: normal;
    }
    .gxq_box3_right {
        display: none;
    }
    .dj_box {
        background-color: #f6f6f6;
    }
    .dj_box1 {
        padding: 0 15px 15px;
        background-color: #FFF;
        margin: 0 15px 15px;
    }
    .dj_box1 #dj_situation {
        position: relative;
        top: auto;
        height: 200px !important;
    }
    .dj_box1 #dj_situation img {
        display: block !important;
        width: auto;
        height: 200px;
    }
    .dj_box1 .quqing_introduce_box .quqing_introduce_con {
        width: auto;
        padding: 10px;
        background-color: rgba(47, 93, 184, 0.7);
        height: auto;
    }
    .dj_box1 .quqing_introduce_box .quqing_introduce_con p {
        padding-left: 0;
    }
    .dj_box1 .quqing_introduce_box .quqing_introduce_con p:last-of-type {
        margin-top: 0;
    }
    .dj_box2 {
        background-color: transparent;
        padding-top: 0;
        background-color: #FFF;
        margin: 0 15px;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .dj_box2 .touzi_title {
        text-align: left;
        margin-bottom: 0;
        padding-left: 0;
    }
    .dj_box2 .layui-col-space30 {
        margin: -5px;
    }
    .dj_box2 .layui-col-space30>* {
        padding: 5px;
    }
    .dj_box2 a {
        font-size: 0 !important;
    }
    .dj_box2 a img {
        width: 40%;
        height: 110px;
        display: inline-block;
    }
    .dj_box2 a div {
        position: relative;
        width: 60%;
        display: inline-block;
        vertical-align: top;
        min-height: 110px;
        background-color: #f6f6f6;
    }
    .dj_box2 a div h1 {
        font-size: 1.02rem;
        margin: 8px 10px;
        color: #000;
    }
    .dj_box2 a div h2 {
        font-size: 0.875rem;
        margin: 0 10px 10px;
        line-height: 22px;
        color: #000;
    }
    .dj_box2 a div h2 br {
        display: none;
    }
    .dj_box2 a:hover div {
        background-color: #f6f6f6;
    }
    .stc_box {
        background-color: #f6f6f6;
    }
    .stc_box1 {
        padding: 0 15px 15px;
        background-color: #FFF;
        margin-top: 0;
    }
    .stc_box1 video {
        height: auto;
    }
    /* 区情概况样式结束 */
    /* 滨海文化样式开始 */
    .culture_read_box {
        background: none;
        background-color: #f8f8f8;
    }
    .culture_read_box .culture_title {
        font-size: 1.125rem;
        padding: 15px 10px 10px;
        height: auto;
        line-height: normal;
        border-bottom: 0;
        margin: 0;
        width: auto;
        background-color: #FFF;
        font-weight: bold;
    }
    .culture_read_box .culture_title img {
        display: none;
    }
    .culture_read_box .culture_title::after {
        content: '读名家';
    }
    .culture_read_box .culture_read_list {
        margin-top: 0;
    }
    .culture_read_con .layui-col-space30 {
        margin: -7.5px;
    }
    .culture_read_con .layui-col-space30>* {
        padding: 7.5px;
    }
    .culture_read_box .culture_read_list a div:last-of-type {
        padding: 0 10px 10px;
    }
    .culture_read_box .culture_read_list a span {
        font-size: 1.02rem;
        line-height: 40px;
    }
    .culture_read_box .culture_read_list a div:last-of-type {
        height: 135px;
    }
    .culture_read_box .culture_read_list a p {
        font-size: 0.875rem;
        line-height: 150%;
    }
    .culture_travel_box {
        background: none;
        background-color: #f8f8f8;
    }
    .culture_travel_box .culture_title {
        font-size: 1.125rem;
        padding: 15px 10px 10px;
        height: auto;
        line-height: normal;
        border-bottom: 0;
        margin: 0;
        width: auto;
        background-color: #FFF;
        font-weight: bold;
    }
    .culture_travel_box .culture_title img {
        display: none;
    }
    .culture_travel_box .culture_title::after {
        content: '游胜地';
    }
    .culture_travel_con1 {
        background-color: #FFF;
        padding: 0 15px 0;
    }
    .culture_travel_title hr {
        display: none;
    }
    .culture_travel_title h1 {
        line-height: 30px;
        color: #000;
        font-size: 1.125rem;
        display: inline-block;
        padding: 15px 10px 0 0;
        text-align: left;
        font-weight: bold;
        margin: 0 8px 0 0;
        word-break: keep-all;
        height: 35px;
        min-width: 80px;
    }
    #culture_travel_con1 {
        padding: 0;
        width: 100% !important;
        margin-top: 8px;
        margin-bottom: 0;
        height: 2630px !important;
    }
    #culture_travel_con1 .travel_line .left {
        padding-right: 0;
        height: auto;
    }
    #culture_travel_con1 .travel_line h1 {
        padding: 0;
        font-size: 1.02rem;
        line-height: 45px;
    }
    #culture_travel_con1 .travel_line p {
        padding-left: 0;
        margin-bottom: 0;
        line-height: 170%;
    }
    #culture_travel_con1 .travel_line p::after {
        display: none;
    }
    #culture_travel_con1 .travel_line.m_b_25 {
        margin-bottom: 15px;
    }
    .culture_travel_con2 {
        background-color: #FFF;
        padding: 0 15px 0;
        margin-top: 15px;
    }
    .culture_travel_con2 #culture_travel_con2 {
        width: 100%;
        margin-bottom: 15px;
        padding: 0;
    }
    .travel_con2_box {
        font-size: 0;
    }
    .culture_travel_con2 #culture_travel_con2 .travel_con2_box img {
        width: 40%;
        height: auto;
    }
    .culture_travel_con2 #culture_travel_con2 .travel_con2_box div {
        width: 60%;
        border: 0;
        display: inline-block;
        box-sizing: border-box;
        padding: 0;
        vertical-align: top;
        padding-left: 8px;
    }
    .culture_travel_con2 #culture_travel_con2 .travel_con2_box div h1 {
        font-size: 1.02rem;
        margin-bottom: 0;
        margin-top: -12px;
        height: auto;
        padding: 0;
        word-break: normal;
    }
    .culture_travel_con2 #culture_travel_con2 .travel_con2_box div span font:last-of-type {
        width: auto;
        height: auto;
    }
    .culture_travel_con2 #culture_travel_con2 .travel_con2_box div span {
        font-size: 0.875rem;
        line-height: 150%;
    }
    .culture_travel_con2 #culture_travel_con2 .travel_con2_box div span br {
        display: none;
    }
    .culture_travel_con3 {
        background-color: #FFF;
        padding: 0 15px 0;
    }
    .culture_travel_con3.culture_travel_title h1 {
        margin-bottom: 0;
    }
    .culture_travel_con3 #culture_travel_con3 {
        height: auto !important;
    }
    .culture_travel_con3 #culture_travel_con4 {
        height: auto !important;
    }
    .culture_travel_con3 #culture_travel_con3,
    .culture_travel_con3 #culture_travel_con4 {
        margin-bottom: 15px;
        width: 100% !important;
    }
    .culture_travel_con3 .travel_con3_box {
        height: auto;
        margin-bottom: 15px;
    }
    .culture_travel_con3 .travel_con3_box div:first-of-type {
        width: 40%;
        height: 80px;
        overflow: hidden;
    }
    .culture_travel_con3 .travel_con3_box div:last-of-type {
        width: 60%;
        vertical-align: top;
        margin-top: -8px;
    }
    .culture_travel_con3 .travel_con3_box div:last-of-type h1 {
        font-size: 1.02rem;
        margin-bottom: 0;
        margin-top: 0px;
        height: auto;
        padding: 0;
        word-break: normal;
    }
    .culture_travel_con3 .travel_con3_box div span {
        font-size: 0.875rem;
        line-height: 22px;
    }
    .culture_art_box {
        background: none;
        background-color: #f8f8f8;
    }
    .culture_art_box .culture_title {
        font-size: 1.125rem;
        padding: 15px 10px 10px;
        height: auto;
        line-height: normal;
        border-bottom: 0;
        margin: 0;
        width: auto;
        background-color: #FFF;
        font-weight: bold;
    }
    .culture_art_box .culture_title img {
        display: none;
    }
    .culture_art_box .culture_title::after {
        content: '品艺术';
    }
    .culture_art_con1 {
        padding: 10px;
        margin-bottom: 15px;
    }
    .culture_art_con1 .art_con1_pic {
        height: auto;
    }
    .culture_art_con1 .art_con1_content {
        padding-left: 0;
    }
    .culture_art_con1 .art_con1_content h1 {
        font-size: 10.2rem;
    }
    .culture_art_con1 .art_con1_content {
        padding-left: 0;
    }
    .culture_art_con1 .art_con1_content h1 {
        font-size: 1.02rem;
        line-height: 40px;
        font-weight: bold;
    }
    .culture_art_con1 .art_con1_content p {
        font-size: 0.875rem;
        line-height: 150%;
    }
    .culture_art_con2 {
        margin-bottom: 15px;
    }
    .culture_art_con2 .layui-col-space22 {
        margin: -7.5px;
    }
    .culture_art_con2 .layui-col-space22>* {
        padding: 7.5px;
    }
    .culture_art_con2 a img {
        height: 110px;
    }
    .culture_art_con2 a span {
        font-size: 1.02rem;
        line-height: 45px;
    }
    .culture_taste_box {
        background: none;
        background-color: #f8f8f8;
    }
    .culture_taste_box .culture_title {
        font-size: 1.125rem;
        padding: 15px 10px 10px;
        height: auto;
        line-height: normal;
        border-bottom: 0;
        margin: 0;
        width: auto;
        background-color: #FFF;
        font-weight: bold;
    }
    .culture_taste_box .culture_title img {
        display: none;
    }
    .culture_taste_box .culture_title::after {
        content: '尝美食';
    }
    .culture_taste_box #culture_taste_scroll {
        height: 630px !important;
    }
    .culture_taste_box .culture_taste_scroll {
        height: 630px !important;
    }
    .culture_taste_box .culture_taste_scroll .scroll_pic {
        height: auto;
        padding-top: 0;
    }
    .culture_taste_box .culture_taste_scroll img {
        height: 222px;
        min-height: 222px;
        min-width: 100%;
    }
    .culture_taste_box .culture_taste_scroll a {
        padding-left: 0;
    }
    .culture_taste_box .culture_taste_scroll a h1 {
        font-size: 1.02rem;
        margin: 10px 0 5px;
    }
    .culture_taste_box .culture_taste_scroll a p {
        font-size: 0.875rem;
        line-height: 150%;
    }
    .culture_taste_box2 {
        margin: 15px auto;
    }
    .culture_taste_box2 .item {
        height: 440px;
    }
    .culture_taste_box2 .item img {
        width: 100%;
        height: auto;
    }
    .culture_taste_box2 .item:hover .con {
        position: relative;
        background-color: transparent;
        color: #000;
        animation: none;
    }
    .culture_taste_box2 .item .con p {
        line-height: 150%;
    }
    .culture_taste_box2 .item:hover .con p {
        line-height: 150%;
    }
    .culture_taste_box2 .item:hover .detail {
        display: none;
    }
    .culture_taste_box2 .item .con h2 {
        line-height: 45px;
        font-size: 1.02rem;
        text-align: left;
        padding-left: 10px;
    }
    .culture_taste_box2 .item .con p {
        font-size: 0.875rem;
        padding: 0 10px;
        text-indent: 2em;
        text-align: justify;
    }
    .culture_taste_box3>div>div:nth-of-type(1) .item,
    .culture_taste_box3>div>div:nth-of-type(2) .item {
        height: 410px;
    }
    .culture_taste_box3>div>div:nth-of-type(3) .item,
    .culture_taste_box3>div>div:nth-of-type(4) .item {
        height: 520px;
    }
    .culture_taste_box3 .item {
        background-color: #FFF;
    }
    .culture_taste_box3 .item img {
        width: 90%;
        height: auto;
        margin: 15px auto 0;
    }
    .culture_taste_box3 .item .con h2 {
        line-height: 45px;
        font-size: 1.02rem;
        text-align: left;
        padding-left: 10px;
    }
    .culture_taste_box3 .item .con p {
        font-size: 0.875rem;
        line-height: 150%;
        padding: 0 10px;
        text-align: justify;
        text-indent: 2em;
    }
    .culture_taste_box3 .item .con p br {
        display: none;
    }
    .culture_taste_box3 .item:hover .con {
        position: relative;
        background: transparent;
        color: #000;
        animation: none;
    }
    .culture_taste_box3 .item:hover .detail {
        display: none;
    }
    .culture_relic_box {
        background: none;
        background-color: #f8f8f8;
    }
    .culture_relic_box .culture_title {
        font-size: 1.125rem;
        padding: 15px 10px 10px;
        height: auto;
        line-height: normal;
        border-bottom: 0;
        margin: 0;
        width: auto;
        background-color: #FFF;
        font-weight: bold;
    }
    .culture_relic_box .culture_title img {
        display: none;
    }
    .culture_relic_box .culture_title::after {
        content: '赏文物';
    }
    .culture_relic_con .travel_line.m_b_58 {
        margin: 0 auto;
        border-bottom: 15px #f8f8f8 solid;
        padding: 15px;
    }
    .culture_relic_con {
        padding: 0;
        margin-bottom: 8px;
    }
    .culture_relic_con>div.travel_line.m_b_58:first-of-type {
        margin-top: 0;
    }
    .culture_relic_con .travel_line .left {
        padding-right: 0;
    }
    .culture_relic_con .travel_line a h1 {
        font-size: 1.02rem;
        margin: 7px auto 0;
    }
    .culture_relic_con .travel_line a p {
        padding-left: 0;
        margin-top: 0;
        font-size: 0.875rem;
        line-height: 150%;
    }
    /* 滨海文化样式结束 */
}

.bf-mobile-larger.quqing_situation .situation_bh li a i,
.bf-mobile-bigger.quqing_situation .situation_bh li a i {
    display: none;
}

.bf-mobile-larger .quqing_area>div,
.bf-mobile-bigger .quqing_area>div {
    width: 50%;
}

.bf-mobile-larger .quqing_area a,
.bf-mobile-bigger .quqing_area a {
    height: 140px;
}

.bf-mobile-larger .quqing_area a span,
.bf-mobile-bigger .quqing_area a span {
    line-height: 28px;
}

.bf-mobile-larger .quqing-mobile-dh,
.bf-mobile-bigger .quqing-mobile-dh {
    font-size: 0 !important;
}

.bf-mobile-bigger.quqing_area_dh,
.bf-mobile-larger.quqing_area_dh {
    padding: 0;
    margin: 10px 5px;
}

.bf-mobile-bigger.zmq_box1,
.bf-mobile-larger.zmq_box1,
.bf-mobile-bigger.jkq_box1,
.bf-mobile-larger.jkq_box1,
.bf-mobile-bigger.gxq_box1,
.bf-mobile-larger.gxq_box1,
.bf-mobile-bigger.dj_box1,
.bf-mobile-larger.dj_box1 {
    padding: 0 5px 15px;
    margin: 0 5px;
}

.bf-mobile-bigger .jkq_box1_con,
.bf-mobile-larger .jkq_box1_con {
    padding: 10px 5px;
}

.bf-mobile-bigger.jkq_box3 .jkq_box3_right li,
.bf-mobile-larger.jkq_box3 .jkq_box3_right li {
    width: 100%;
}

.bf-mobile-bigger .bsq_box1,
.bf-mobile-larger .bsq_box1 {
    padding: 0 5px 15px;
}

.bf-mobile-bigger .bsq_box1 .mobile_bsq_dh a i,
.bf-mobile-larger .bsq_box1 .mobile_bsq_dh a i {
    display: none;
}

.bf-mobile-bigger.gxq_box1 .gxq_box1_con>div>div>div,
.bf-mobile-larger.gxq_box1 .gxq_box1_con>div>div>div {
    width: 100%;
}

.bf-mobile-bigger.gxq_box1 .gxq_box1_box span a,
.bf-mobile-larger.gxq_box1 .gxq_box1_box span a {
    margin-bottom: 0;
}

.bf-mobile-bigger.dj_box2,
.bf-mobile-larger.dj_box2 {
    margin: 10px 5px;
}

.bf-mobile-larger .culture_read_list a div:last-of-type {
    height: 190px;
}

.bf-mobile-bigger .culture_read_list a div:last-of-type {
    height: 235px;
}

.bf-mobile-bigger .travel_con2_box,
.bf-mobile-larger .travel_con2_box {
    font-size: 0 !important;
}

.bf-mobile-larger #culture_travel_con1 {
    height: 3174px !important;
}

.bf-mobile-bigger #culture_travel_con1 {
    height: 3382px !important;
}

.bf-mobile-larger .culture_taste_box #culture_taste_scroll,
.bf-mobile-larger .culture_taste_box .culture_taste_scroll {
    height: 900px;
}

.bf-mobile-bigger .culture_taste_box #culture_taste_scroll,
.bf-mobile-bigger .culture_taste_box .culture_taste_scroll {
    height: 1560px;
}

.bf-mobile-larger .culture_taste_box2 .item {
    height: 620px;
}

.bf-mobile-larger .culture_taste_box3>div>div:nth-of-type(1) .item,
.bf-mobile-larger .culture_taste_box3>div>div:nth-of-type(2) .item {
    height: 595px;
}

.bf-mobile-larger .culture_taste_box3>div>div:nth-of-type(3) .item,
.bf-mobile-larger .culture_taste_box3>div>div:nth-of-type(4) .item {
    height: 800px;
}

.bf-mobile-bigger .culture_taste_box2 .item {
    height: 710px;
}

.bf-mobile-bigger .culture_taste_box3>div>div:nth-of-type(1) .item,
.bf-mobile-bigger .culture_taste_box3>div>div:nth-of-type(2) .item {
    height: 700px;
}

.bf-mobile-bigger .culture_taste_box3>div>div:nth-of-type(3) .item,
.bf-mobile-bigger .culture_taste_box3>div>div:nth-of-type(4) .item {
    height: 960px;
}