@charset "utf-8";
/*头部*/
.header {
    position: relative;
}
.head-tool-bar {
    height: 70px;
    line-height: 70px;
}
.menus li {
    float: left;
    color: #5f6060;
}
.menus li a {
    color: #5f6060;
}
.menus li span {
    display: inline-block;
    padding-left: 5px;
    padding-right: 10px;
}
.header-content .container {
    position: relative;
    height: 464px;
    padding-top: 130px;
    z-index: 2;
    text-align: center;
}
.header-content .container img {
    margin: 0 auto;
}
.header-content {
    position: relative;
}
.header-content .head-banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.header-content .head-banner img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.nav-box {
    background: #105dba;
}
.nav {
    width: 80%;
}
.nav li {
    float: left;
    width: 12.5%;
    line-height: 58px;
}
.nav li:first-child {
    width: 8%;
}
.nav li a {
    position: relative;
    color: #fff;
    font-weight: bold;
    font-size: 1.25em;
}
.nav li a:before {
    content: "";
    width: 0px;
    height: 6px;
    background: none;
    border-radius: 1px;
    position: absolute;
    left: 50%;
    bottom: -18px;
    margin-left: -14px;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}
.nav-box .nav li.on a:before,
.nav-box .nav li a:hover:before {
    width: 28px;
    border-radius: 3px;
    background: #fff;
}
.search {
    width: 20%;
    margin-top: 12px;
}
.search dl {
    position: relative;
    border: 2px solid #fff;
    border-radius: 100px;
    background: #fff;
    box-shadow: 0 0 8px rgba(0, 92, 196, .2);
}
.search dl dt.icon {
    position: absolute;
    top: 50%;
    left: 15px;
    width: 24px;
    height: 24px;
    margin-top: -12px;
}
.search dl dt img {
    display: block;
    width: 100%;
    height: 100%;
}
.search dl dd {
    margin-right: 70px;
    margin-left: 50px;
}
.search dl dd input[type="text"] {
    width: 100%;
    height: 35px;
    font-size: 1em;
    color: #666;
    line-height: 54px;
    border: none;
    background: none;
}
.search dl dt.button {
    position: absolute;
    top: -10px;
    right: -10px;
    bottom: -10px;
    width: 74px;
    cursor: pointer;
}
.m-show {
    display: none;
}
.header-mobile-tool {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
    width: 48px;
    height: 45px;
    z-index: 10;
    background: rgba(0, 0, 0, .25);
}
.toggle-btn {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    width: 28px;
    display: block;
    color: #fff;
    cursor: pointer;
}
.toggle-btn div {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: -10px auto 0;
    display: block;
    width: 28px;
    height: 20px;
    cursor: pointer;
}
.toggle-btn span {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 15%;
    background: #fff;
    transition: all .3s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 100px;
}
.toggle-btn span:nth-child(1) {
    top: 0%;
}
.toggle-btn span:nth-child(2){
    width: 80%;
    top: 50%;
}
.toggle-btn span:nth-child(3){
    top: 100%;
}
.toggle-btn-open span:nth-child(1){
    top:50%;
    -webkit-transform:translateY(-50%) rotate(-45deg);
    -ms-transform:translateY(-50%) rotate(-45deg);
    transform:translateY(-50%) rotate(-45deg);
}
.toggle-btn-open span:nth-child(2) {
    -webkit-transform:translateY(-50%) scaleX(0);
    -ms-transform:translateY(-50%) scaleX(0);
    transform:translateY(-50%) scaleX(0);
}
.toggle-btn-open span:nth-child(3) {
    top:50%;
    bottom:auto;
    -webkit-transform:translateY(-50%) rotate(45deg);
    -ms-transform:translateY(-50%) rotate(45deg);
    transform:translateY(-50%) rotate(45deg);
}
.header-mobile-menu {
    position: fixed;
    top: 0;
    right: -100%;
    bottom: 0;
    z-index: 99;
    width: 236px;
    height: 100%;
    background: #005293;
    transition: all .3s;
    -webkit-transition: all .3s;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}
.header-mobile-place {
    position: relative;
    z-index: 95;
    height: 45px;
}
.header-mobile-place .toggle-btn {
    left: -48px;
    right: auto;
    width: 48px;
    background: #005293;
}
.header-mobile-menu .mainnav-box {
    position: absolute;
    top: 0;
    width: 100%;
    bottom: 120px;
    overflow: hidden;
    z-index: 99;
}
.header-mobile-menu .mainnav-over {
    position: absolute;
    top: 0;
    right: -20px;
    bottom: 0;
    left: 0;
    overflow: hidden;
}
.header-mobile-menu .mainnav-scroll {
    position: relative;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}
.header-mobile-menu .mainnav-m {
    margin-right: 20px;
}
.header-mobile-menu .mainnav-m li {
    padding: 0 20%;
}
.header-mobile-menu .mainnav-m li > a {
    display: inline-block;
    padding: 10px 0;
    color: #fff;
}
/*市情概况*/
.sqgk {
    min-height: 810px;
    background: url(../images/zjjx/zjjx_bg.png) top center no-repeat;
}
.top-gk {
    margin: 0 auto;
    padding-top: 100px;
}
.top-gk dt,.top-gk dd {
    float: left;
}
.top-gk .map {
    width: 45%;
    margin: 0 110px;
}
.top-gk .map img {
    width: 100%;
    height: 100%;
}
.top-gk dd {
    width: 20%;
    color: #333;
    line-height: 30px;
    text-indent: 2em;
    letter-spacing: 1.5px;
}
a.detail {
    float: right;
    color: #c00;
}
/*视频*/
.bottom-video {
    position: relative;
    height: 595px;
    margin: 0 auto;
    margin-top: 15px !important;
    background: url(../images/zjjx/sp_bg.png) center no-repeat;
    background-size: 100% 100%;
}
.bottom-video .swiper-container {
    height: 100%;
}
.bottom-video .video {
    height: 94%;
    padding: 2%;
}
.bottom-video .video img {
    height: 100%;
    border-radius: 6px;
}
.bottom-video .swiper-pagination {
    left: 50%;
    bottom: 30px;
    margin-left: -4px;
}
.bottom-video .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff;

}
.bottom-video .swiper-pagination-bullet {
    background: #8394b8;
}
/*资源*/
.til {
    text-align: center;
    margin-top: 90px;
    margin-bottom: 80px;
}
.zy-con dd {
    float: left;
    width: 54%;
    text-indent: 2em;
    line-height: 30px;
    padding-top: 50px;
    margin-right: 30px;
    color: #333;
}
.zy-con dd p {
    display: inline;
}
.zy-con dt {
    float: right;
    width: 37%;
    overflow: hidden;
}
.zy-con dt .img {
    text-align: left;
}
.zy-con dt .img2 {
    text-align: right;
    margin-top: -195px;
}
/*生态*/
.st-con .container {
    position: relative;
}
.st-con img {
    height: 635px;
}
.txt {
    position: absolute;
    right: 0;
    top: 110px;
    width: 805px;
    padding: 65px 85px;
    line-height: 30px;
    background: #fff;
    border-top-left-radius: 60px;
    border-bottom-right-radius: 60px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}
.txt p {
    display: inline;
    line-height: 30px;
    color: #333;
    font-size: 20px;
    text-indent: 2em;
    margin-bottom: 15px;
}
/*人文*/
.rw-con {
    width: 100%;
    height: 860px;
    background: url(../images/zjjx/rw_bg.png) center no-repeat;
}
.rw-con .rw-txt {
    width: 46%;
    line-height: 30px;
    margin-top: 205px;
    margin-left: 85px;
}
.rw-txt p {
    line-height: 30px;
    text-indent: 2em;
    color: #333;
    font-size: 20px;
}
.rw-txt a {
    display: inline-block;
    color: #c00;
    font-size: 20px;
   /* width: 195px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    margin-top: 20px;
    color: #fff;
    font-size: 20px;
    background: url(../images/zjjx/more_bg.png) center no-repeat;*/
}
.rw-con img {
    margin-right: 50px;
    margin-top: 125px;
}
/*旅游*/
.ly-con li {
    float: left;
    width: 32%;
    margin-left: 25px;
}
.ly-con li p {
    position: relative;
}
.ly-con li span {
    position: absolute;
    bottom: 15px;
    right: 10px;
    color: #fff;
    font-size: 18px;
}
.ly-con li span i {
    display: inline-block;
    width: 25px;
    height: 25px;
    vertical-align: middle;
    margin-top: -5px;
    margin-right: 5px;
    background: url(../images/zjjx/icon_location.png) center no-repeat;
    background-size: 100% 100%;
}
.ly-con .li0 {
    margin-left: 0;
}
.ly-con .li0  p {
    height: 149px;
}
.ly-con .li0  p:first-child {
    height: 286px;
    margin-bottom: 20px;
}
.ly-con .li0 p:first-child span,
.ly-con .li1 p:first-child span {
    left: 10px;
}
.ly-con .li1 p {
    height: 224px;
}
.ly-con .li1 p:first-child {
    height: 218px;
    margin-bottom: 15px;
}
.ly-con .li1 p:last-child img {
    border-radius: 8px;
}
.ly-con .li2 p {
    height: 135px;
    margin-top: 28px;
}
.ly-con .li2 p:first-child {
    margin-top: 0;
}
.ly-con .li2 p:first-child span,
.ly-con .li2 p:nth-child(3) span {
    left: 10px;
}
.ly-con li  p img{
    width: 100%;
    height: 100%;
    border-radius: 6px;
}
/*美食*/
.ms-con li {
    float: left;
    position: relative;
    width: 22.8%;
    margin-right: 40px;
}
.ms-con li.li1 {
    width: 48%;
}
.ms-con li span {
    display: inline-block;
    position: absolute;
    width: 190px;
    height: 55px;
    text-align: center;
    line-height: 55px;
    color: #fff;
    font-size: 20px;
    background: rgba(0,0,0,.3);
}
.ms-con li.li3,
.ms-con li.li7{
    margin-right: 0;
}
.ms-con li.li1,
.ms-con li.li2,
.ms-con li.li3 {
    margin-bottom: 40px;
}
.ms-con li img {
    height: 318px;
    width: 100%;
}
.ms-con li.li1 span,
.ms-con li.li7 span {
    top: 10px;
    left: 10px;
}
.ms-con li.li2 span {
    bottom: 20px;
    left: 10px;
}
.ms-con li.li3 span,
.ms-con li.li5 span {
    top: 10px;
    right: 10px;
}
.ms-con li.li4 span {
    bottom: 10px;
    left: 10px;
}
.ms-con li.li6 span {
    bottom: 10px;
    right: 10px;
}
/*住宿*/
.zs-con {
    position: relative;
}
.zs-con .swiper-container {
    width: 100%;
    height: 100%;
}
.slide-detail {
    position: absolute;
    top: 30px;
    left: 25%;
    width: 70%;
}
.slide-detail h3 {
    margin-bottom: 15px;
}
.slide-detail p {
    font-size: 14px;
    margin-bottom: 15px;
}
.slide-detail p.img-box {
    color: #f8b975;
    font-size: 30px;
    margin-bottom: 60px;
}
.slide-detail .icon {
    vertical-align: middle;
    margin-top: -5px;
    margin-right: 5px;
}
.zs-con .swiper-pagination {
    position: absolute;
    left: 50%;
    margin-left: -90px;
    margin-top: 15px;
}
.zs-con .swiper-pagination-bullet-active {
    width: 50px;
    border-radius: 10px;
}
.zs-con .swiper-pagination-bullet {
    margin-left: 15px;
}
/*尾部*/
.mobFooter{
    display: none;
}
.footer{
    padding-top: 20px;
    margin-top: 50px;
    position: relative;
    z-index: 11;
}
.footerList{
    width: 1400px;
    margin: 0 auto;
    overflow: hidden;
}
.footerList li{
    float: left;
    width: 184px;
    height: 31px;
    line-height: 31px;
    text-align: center;
    background: #fff;
    margin-left: 18px;
    color: #252525;
    cursor: pointer;
}
.footerList li:first-child {
    margin-left: 0;
}
.footerList li:hover{
    color: #29599c;
}
.footerActive{
    color: #29599c!important;
}
.footerCon{
    width: 1400px;
    margin: 10px auto;
}
.footerNext{
    overflow: hidden;
    width: 100%;
}
.footerNext li{
    width: 20%;
    float: left;
    color: #737373;
    text-align: left;
    margin-bottom: 10px;
    cursor: pointer;
}
.footerNext li:hover{
    color: #c00;
}
.footerNext li a{
    color: #737373;
}
.footerNext li a:hover{
    color: #c00;
}
.footer_2 {
    overflow: hidden;
    padding: 30px 0 50px 0;
    background: #f5f5f5;
}
.footer_2 p a {
    color: #737373;
}
.footer_2 p a:hover{
    color: #737373;
}

#_span_jiucuo {
    margin-top: 10px;
    display: block;
}
.footer-left,.footer-middle,.footer-right {
    float: left;
    width: 310px;
    height: 140px;
    margin-left: 30px;
    background: #f0f0f0;
    padding: 25px 68px;
}
.footer-left {
    margin-left: 0;
}
.link-other {
    text-align: center;
}
.zbdw {
    text-align: left;
}
.footer-middle p:first-child {
    margin-top: 40px;
}
.footer-middle i {
    display: inline-block;
    margin: 0 20px;
    font-style: normal;
}
.footer-right li {
    margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
    .m-hide {display: none;}
    .m-show {display: block;}
    .header-mobile-tool {display: block;}
    .head-tool-bar {height: auto;line-height: unset;}
    .head-tool-bar .menus {margin-bottom: 10px;}
    .head-tool-bar .fl,.head-tool-bar .fr {float: none;}
    .header-content .container {height: auto;padding-top: 0;padding-bottom: 15px;}
    .header-content .logo img {width: 60%;margin-top: 40px;}
    .header-content .search {width: auto;}
    .container-width1000 {width: auto;}
    .sqgk {min-height: auto;}
    .top-gk dd,.top-gk dt {float: none;}
    .top-gk .map {width: 100%;margin: 0;}
    .top-gk dd {width: auto;color: #fff;}
    .bottom-video {height: auto;margin-top: 20px;}
    .til {margin: 35px 0;}
    .til img {width: 40%;}
    .zy-con dt {display: none;}
    .zy-con dd {width: auto;padding-top: 0;margin-right: 0;}
    .st-con .fl {float: none;padding: 0 15px;}
    .st-con img {height: auto;}
    .txt {position: unset;width: auto;padding: 10px 10px 40px;}
    .rw-con {height: auto;background: unset;}
    .rw-con .rw-txt {width: auto;margin: 0;}
    .rw-txt a {display: block;margin: 0 auto;}
    .rw-con img {margin: 0;}
    .ly-con li {float: none;width: auto;margin-left: 0;}
    .ly-con .li0 p, .ly-con .li0 p:first-child {height: auto;}
    .ly-con .li1 p, .ly-con .li1 p:first-child {height: auto;}
    .ly-con .li2 p, .ly-con .li2 p:first-child {height: auto;}
    .ms-con li, .ms-con li.li1 {width: auto;margin-right: 0;}
    .ms-con li.li1 {margin-bottom: 5px;}
    .ms-con li {width: 48.7%;}
    .ms-con li.li2,.ms-con li.li4,.ms-con li.li6 {margin-right: 2%;}
    .ms-con li img {height: auto;}
    .ms-con li.li2, .ms-con li.li3 {margin-bottom: 5px;}
    .ms-con li.li2 span,.ms-con li.li3 span,.ms-con li.li4 span,.ms-con li.li6 span,.ms-con li.li7 span, .ms-con li.li5 span {width: 100%;}
    .ms-con li.li2 span,.ms-con li.li4 span,.ms-con li.li6 span {left: 0; }
    .ms-con li.li1 span, .ms-con li.li7 span, .ms-con li.li5 span {right: 0;}
    .slide-detail {margin-top: 19px;}
    .footer_2,.link-box {display: none;}
    .mobFooter {display: block;text-align: center; padding: 20px 0; font-size: 1.4rem;background: #f5f5f5;}
}
@media screen and (max-width: 443px) {}