  html, body{height: auto!important;}
.swiper-nav{margin-right:30%;}
.swiper-nav .swiper-slide{position:relative; float:left; margin-right:5%; text-align:center;}
.swiper-nav .swiper-slide .link{position:relative; display:inline-block; font-weight:bold; font-size:1.25em; line-height:63px; text-align:center; white-space:nowrap;}
.swiper-nav .swiper-slide .link:after{position:absolute; bottom:0; right:0; left:0; content: ""; width:0; height:3px; margin:0 auto; background:#fff; -webkit-transition:150ms; -moz-transition:150ms; -o-transition:150ms; transition:150ms;} 
.swiper-nav .swiper-slide:hover .link:after,
.swiper-nav .swiper-slide.checked .link:after{width:100%;} 

.header-xuanfu-bar{position:absolute; top:0; right:0; left:0;}
.header-xuanfu-bar .skip{position:relative; z-index:96; width:100%; border-top:5px solid #2d548f;}
.header-xuanfu-bar .skip ul{float:right;padding-right: 2%;}
.header-xuanfu-bar .skip ul li{position:relative; float:left; padding-right:6px; padding-left:6px; font-size:.9375em; line-height:60px;}
.header-xuanfu-bar .skip ul li.vLine:after{position:absolute; top:50%; right:0; content:""; margin-top:-7px; width:1px; height:14px; background-color:#fff;}
.header-xuanfu-bar .user a:first-child{float: left;}
.header-xuanfu-bar .user a:nth-child(2){float: right;}
.header-xuanfu-bar .skip ul li a{display:block;}
.header-xuanfu-bar .skip ul li a:before:first-child{display:inline-block; vertical-align:middle; width:20px; height:20px; margin-right:8px; background-image:url(/ncszf/xhtml/yxc/images/header_skip_icons.png);}
.header-xuanfu-bar .skip ul li a font{display:inline-block; vertical-align:middle;}
.header-xuanfu-bar .skip ul li.user a:before{content:"";}
.header-toggle-btn{position:absolute; top:0; right:0; z-index:108; width:99px; height:80px; color:#fff; background:url(/ncszf/xhtml/yxc/images/header_toggle_btn.png) no-repeat center top; cursor:pointer; background-size:100% 100%;}
.header-toggle-btn div{position:relative; width:35px; height:20px; margin-top:28px; margin-left:38px; cursor:pointer;}
.header-toggle-btn span{position:absolute; display:block; left:0; width:100%; height:10%; background:#fff; transition:all .3s; -webkit-transform:translateY(-50%); -ms-transform:translateY(-50%); transform:translateY(-50%);}
.header-toggle-btn span:nth-child(1){top:0;}
.header-toggle-btn span:nth-child(2){top:50%;}
.header-toggle-btn span:nth-child(3){top:100%;}
.header-open-the-picker .header-toggle-btn span:nth-child(1){
		top:50%;
		-webkit-transform:translateY(-50%) rotate(-45deg);
		-ms-transform:translateY(-50%) rotate(-45deg);
		transform:translateY(-50%) rotate(-45deg);
}
.header-open-the-picker .header-toggle-btn span:nth-child(2) {
		-webkit-transform:translateY(-50%) scaleX(0);
		-ms-transform:translateY(-50%) scaleX(0);
		transform:translateY(-50%) scaleX(0);
}
.header-open-the-picker .header-toggle-btn 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-picker-mark{position:fixed; top:0; bottom:0; left:0; right:0; z-index:9; display:none;}
.header-picker{position:absolute; top:0; right:0; left:auto; z-index:99; width:340px; height:0; opacity:0; transition:all .3s; -webkit-transition:all .3s; background-color:rgba(45,84,143,.8); box-sizing:border-box;}
.picker-hall-over{width:100%; height:100%;}
.picker-hall-scroll{position:relative; width:100%; height:100%;}
.picker-hall-main{padding:30px 10px 0; display:none; -webkit-transition:all .3s; transition:all .3s;}
.picker-hall-main dl{position:relative; float:left; width:33.33333%; margin-top:30px;}
.picker-hall-main dl dt a{display:block; font-size:.9357em; color:#fff;}
.picker-hall-main dl dt a:before{display:block; content:""; margin:0 auto 5px; width:40px; height:40px; background-image:url(/ncszf/xhtml/yxc/images/header_icons.png);}
.picker-hall-main dl dt a span{display:block; text-align:center;}
.picker-hall-main dl.dl0 dt a:before{background-position:0 0;}
.picker-hall-main dl.dl1 dt a:before{background-position:0 -40px;}
.picker-hall-main dl.dl2 dt a:before{background-position:0 -80px;}
.picker-hall-main dl.dl3 dt a:before{background-position:0 -120px;}
.picker-hall-main dl.dl4 dt a:before{background-position:0 -160px;}
.picker-hall-main dl.dl5 dt a:before{background-position:0 -200px;}
.picker-hall-main dl.dl6 dt a:before{background-position:0 -240px;}
.picker-hall-main dl.dl7 dt a:before{background-position:0 -280px;}
.picker-hall-main dl.dl8 dt a:before{background-position:0 -320px;}
.picker-hall-main dl.dl9 dt a:before{background-position:0 -360px;}
.picker-hall-main dl.dl10 dt a:before{background-position:0 -400px;}
.picker-hall-main dl.dl11 dt a:before{background-position:0 -440px;}
.picker-hall-main dl.on a{font-weight:bold;}
.picker-hall-main dl dd{position:absolute; left:50%; width:131px; margin-left:-66px; z-index:100;}
.picker-hall-main dl dd .cont{position:relative; display:none; margin-top:10px; background:#fff; -moz-box-shadow:0 0 5px 1px rgba(0,0,0,0.18); -ms-box-shadow:0 0 5px 1px rgba(0,0,0,0.18); -o-box-shadow:0 0 5px 1px rgba(0,0,0,0.18); -webkit-box-shadow:0 0 5px 1px rgba(0,0,0,0.18); box-shadow:0 0 5px 1px rgba(0,0,0,0.18); -moz-border-radius:2px; -ms-border-radius:2px; -o-border-radius:2px; -webkit-border-radius:2px; border-radius:2px;}
.picker-hall-main dl dd img{display:block; width:131px; height:153px;}
.picker-hall-main dl dd .cont:after{position:absolute; top:-20px; left:50%; content:""; margin-left:-10px; overflow:hidden; border:transparent solid 10px; border-bottom-color:#fff; }
.picker-hall-main dl dd.right{right:0; left:auto; margin-left:0;}
.picker-hall-main dl dd.right .cont:after{margin-left:0.4em;}
.picker-hall-main dl dd.share{width:154px;}
.picker-hall-main dl dd.share .cont{padding:5px;}
.picker-hall-main dl dd.share .cont:after{margin-left:1em;}

.header-picker-mobile{opacity:100; padding-top:40px; height:480px;}
.header-picker-mobile .picker-hall-main{display:block;}
.header-xuanfu-bar.fixed .skip{position:fixed; background-color:#2d548f; border-top:none;z-index: 99;}
.header-xuanfu-bar.fixed .skip ul li{line-height:42px; height: 72px;}
.header-xuanfu-bar.fixed .header-toggle-btn{position:fixed;}
.header-picker.fixed{position:fixed;z-index: 107;}
.header-picker-mobile.fixed{height:100%;}
.header-picker.fixed .picker-hall-over{overflow-x:hidden;}
.header-picker.fixed .picker-hall-scroll{padding-right:20px; overflow-x:hidden;}

.fixed-nav{position: fixed; z-index: 98;width:76%;top:10px;}
.fixed .skip ul li.vLine:after{margin-top: -22px;}
.ss_box{position: absolute; width: 36px; height: 36px; background: url(/ncszf/xhtml/yxc/images/ss_w.png) no-repeat; display: none;}
.ss_box a{display: block; height: 36px;}
.fixed-nav .ss_box{display: block; position: absolute; right: 15%; top: 14px;}

.index_header{position: fixed; width: 100%; z-index: 1000000; height: auto; background: none;}
.index_header .logo{float: left;padding-top: 50px; padding-bottom: 0;}
.index_header .swiper-nav{float:right;padding-top: 54px; margin-right: 0px;width: 70%;}
.swiper-nav .swiper-slide{width: 10.5%;margin-right: 0px; text-align: center;}
.index_header .logo dl dd span{font-size: 2.65em;}
.index_header .logo dl dd font{font-size: 0.6em;}
#mainnav li {
    display: none;
}
/* 滑动后头部 */
.fixed-main {
    top: 0px;
    background: url(/ncszf/xhtml/yxc/images/header_bj.png) repeat-x bottom #2d548f!important;
}
.fixed-main .header_logo {
    display: none;
}
.fixed-main .swiper-nav {
    width: 100%;
    padding-top: 0px;
	margin-right: 0px!important;
}
.fixed-main .fixed .skip{display: none;}
.fixed-main .fixed .header-toggle-btn{display: none;}
.fixed-main .header-xuanfu-bar{display: none;}
.home_headerbox .inhead{
	    padding-top: 10px;
	    padding-bottom: 4px;
}
.fixed-main #mainnav li {
    display: block;
    position: relative;
    float: left;
    padding-right: 10px;
    padding-left: 10px;
    font-size: .9375em;
    line-height: 80px;
}
.fixed-main .swiper-nav .swiper-slide .link {
    color: #fff;
    line-height: 80px;
}
.fixed-main .swiper-wrapper{
	display: -webkit-box!important;
}
.footer-links {
    padding: 15px 20px;
}
/* 南昌概况 S */
.ncgk{background: url(/ncszf/xhtml/yxc/images/ncgk_bg.jpg) no-repeat;padding: 80px 0px 50px 0px;}
/* .ncgk_bd{width: 50%;} */
.ncgk_bd{width: 100%;padding-top: 86px;}
.ncgk_con{width: 42%;padding-left: 8%;}
.ncgk_detial{text-indent: 2em;display: inline-block;padding-top: 10px;}
.ncgk_detial p{line-height: 35px;}
/* .ncgk .hd ul{padding: 0 10%;} */
.ncgk .hd ul li{float: left;width: 31.3%; margin-right: 2%;   line-height: 100px;}
.ncgk .hd ul li a{    
	/* padding-left: 40%; */
	font-size: 21px;line-height: 150px;display: block;} 
.ncgk .hd{padding-top: 30px;float: left; width: 100%;}
.ncgk .hd ul li a:before{content:''; display: inline-block; background-repeat: no-repeat; vertical-align: middle; transition: all 0.4s ease 0s;
width: 100px;
    height: 100px;
       margin: 0px 35px 0px 78px;
	}
.ncgk .hd ul li.on a{background: url(/ncszf/xhtml/yxc/images/ncgk_li_border.png) no-repeat;    background-size: 100% 100%;}
.lsmc a:before{background: url(/ncszf/xhtml/yxc/images/lsmc_icon.png) no-repeat 5% center;}
.ssdc a:before{background: url(/ncszf/xhtml/yxc/images/hgj_icon.png) no-repeat 5% center;}
.dgxc a:before{background: url(/ncszf/xhtml/yxc/images/zczc_icon.png) no-repeat 5% center;}
/* .ncgk_bd-slide{
    position: relative;
    width: 50%;
    height: 477px; 
    overflow: hidden;
} */
.ncgk_bd-slide .bd{
	position: relative;
	    width: 50%;
	    height: 477px;
	    overflow: hidden;
}
/* 南昌概况 E */
/* 基本市请S */
.jbsq{background: url(/ncszf/xhtml/yxc/images/jbsq1_bg.png) no-repeat center;}
.jbsq_container{width: 91%;display: flex;}
.jbsq_title{padding-top: 74px;}

.yqcq_title{display: none;}
.yqcq_con{display: flex;}
.yqpt{margin:0 20px;margin-top: 15%;position: relative;overflow: hidden;background: url(/ncszf/xhtml/yxc/images/yqpt.png) no-repeat top;width: 358px;height:577px;cursor: pointer;}
.yq_list{background: linear-gradient(180deg, rgba(140, 43, 25, 1) 0%, rgba(140, 43, 25, 0.56) 53.48%, rgba(255, 255, 255, 0) 100%);width:100%;height: 0;transition: height 2s;}

.cq{margin-top: 30%;position: relative;background: url(/ncszf/xhtml/yxc/images/cq.png) no-repeat top;width: 358px;height:577px;cursor: pointer;overflow: hidden;}
.cq_list{background: linear-gradient(180deg, rgba(0, 75, 133, 0.88) 0%, rgba(75, 154, 227, 0.44) 53.48%, rgba(75, 154, 227, 0.04) 100%);width: 100%;height: 0;transition: height 2s;}

.list_con{position: absolute;bottom: 0;box-sizing: border-box;border-radius: 0px 24px 10px 10px;}
.list_con ul{margin: 20px 0 0px 15px;}

.yq_list ul li{padding: 7px 0;}
.cq_list ul li{padding: 10px 0;}
.list_con ul li a:before{content: '';background: url(/ncszf/xhtml/yxc/images/list_icon.png) no-repeat 100%;width: 24px;height: 24px;display: inline-block;margin-right: 8px;vertical-align: middle;}
.list_con a{color: #fff;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}


.yqpt:hover .list_con,.cq:hover .list_con{height: 60%;}

/* 基本市情E */
/* 人居环境 S*/
.rjhj{background: url(/ncszf/xhtml/yxc/images/rjhj_bg1.png) no-repeat center;padding: 110px 0px 150px 0px;    background-size: 100% 100%;}
.rjhj_title{text-align: center;margin-bottom: 5%;}

.rjhj_con{display: flex;justify-content: space-between;}
.cy{position: relative;width:48%;height: 386px;cursor: pointer;}
.xxcy{background: url(/ncszf/xhtml/yxc/images/xxcy.png) no-repeat left;}
.tscy{background: url(/ncszf/xhtml/yxc/images/tscy.png) no-repeat left;}
.cy_con{right: 0;border-radius: 24px 0px 0px 0px;position: absolute;bottom: 0;box-sizing: border-box;height: 100%;width: 0;transition: width 2s;overflow: hidden;}

.cy_con ul li{padding: 14px;}
.cy_con ul li a:before{content: '';background: url(/ncszf/xhtml/yxc/images/list_icon.png) no-repeat 100%;width: 24px;height: 24px;display: inline-block;margin-right: 8px;vertical-align: middle;}
.cy_con a{color: #fff;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.xxcy_list{background: rgba(0, 0, 0, 0.27);padding:55px 0 0 0;}
.xxcy_list ul li{padding: 20px;}
.tscy_list{background: rgba(0, 0, 0, 0.27);padding:40px 0 0 0;}

.xxcy:hover .xxcy_list,.tscy:hover .tscy_list{width: 50%;}

/* 人居环境 E*/
/* 人文风光 S*/
.rwfg{background: url(/ncszf/xhtml/yxc/images/rwfg_bg.png) no-repeat;padding: 100px 0px 0px 0px;}
.rwfg_title1 { padding-top: 55px;}
.zjyc-rwfg .swiper-slide {
    padding-bottom: 60px;
    width: 720px;
	margin-top: 94px;
}
.zjyc-rwfg .pic {
    height: 462px;
    /* border: #fff 1px solid; */
    border-radius: 20px;
    overflow: hidden;
}
.zjyc-rwfg .pic img {
    display: block;
    width: 100%;
    height: 100%;
}
.zjyc-rwfg .tag {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    background: #6a7ddf;
    color: #fff;
    height: 50px;
    line-height: 50px;
    border-radius: 0 20px 0 20px;
    text-align: center;
    font-size: 1.125em;
    opacity: 0;
	/* display: none; */
}
.zjyc-rwfg .memo {
    position: absolute;
        left: 440px;
    right: -295px;
	bottom: 117px;
border: 1px solid #fff;
    padding: 30px 30px;
    background: rgba(255, 255, 255, .7);
    font-size: 1.125em;
    line-height: 2;
    text-indent: 2em;
    border-radius: 60px 5px 60px 5px;
	z-index: 1;
}
.zjyc-rwfg .memo .rwfg_title{
	font-weight: bold;
	border-bottom: 2px solid #0e54be;
	text-indent: 0;
	font-size: 20px;
	padding-bottom: 18px;
}
.zjyc-rwfg .memo .rwfg_con{
	    padding: 20px 0px;
}
.zjyc-rwfg .memo a{
	float: right;
	position: relative;
	padding-right: 34px;
}
.zjyc-rwfg .memo a:after{
	    position: absolute;
	    top: 0px;
	    right: 2px;
	    content: "";
	    margin-top: 0.8em;
	    width: 34px;
	    height: 5px;
	    background:url(/ncszf/xhtml/yxc/images/rwfg_arr.png) no-repeat center;
	    background-repeat: no-repeat;
	    border-radius: 50%;
}
.zjyc-rwfg .tit, .zjyc-rwfg .tag, .zjyc-rwfg .memo {
    opacity: 0;
	/* display: none; */
    transition: 300ms;
    z-index: -1;
}
/*.zjyc-rwfg .swiper-slide-active .tit, .zjyc-rwfg .swiper-slide-active .tag, .zjyc-rwfg .swiper-slide-active .memo {
    opacity: 1;
	
	transition: all 0.5s ease-in-out 0s;
} */
.zjyc-rwfg .swiper-slide-active:hover .memo{
    opacity: 1;
	z-index: 1;
	transition: all 0.5s ease-in-out 0s;

}
.zjyc-rwfg .swiper-slide{
	margin-left: 30px;
	margin-right: 30px;
}
.zjyc-rwfg .swiper-slide-active:hover{
	
	z-index: 1;
	
	
	transform: translate3d(-20px, 0px, 0px) ;
	transition: transform 0.8s linear 0s;
			
}
.zjyc-rwfg .swiper-slide-active:hover+.zjyc-rwfg .swiper-slide-next{
	
	transform: translate3d(20px, 0px, 0px) ;
	transition: transform 0.8s linear 0s;
}
.zjyc-rwfg .swiper-slide-active .pic{
	/* height: 610px; */
}
.zjyc-rwfg .swiper-container{
	/* margin-right:190px!important; */
	/* right: -168px; */
}
/* .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	background-image: url();
	left: 10px;
	right: auto;
	
} */
.zjyc-rwfg .swiper-button-next{ 
	background-image: url(/ncszf/xhtml/yxc/images/rwfg_arr1.png);
	right: 18%;
	top: 4%;
	width: 70px;
	height: 67px;
	background-size: 100%;
}
.zjyc-rwfg .swiper-button-prev{ 
	background-image: url(/ncszf/xhtml/yxc/images/rwfg_arr2.png);
	left: auto;
	right: 14%;
	top: 4%;
	width: 70px;
	height: 67px;
	background-size: 100%;
}
/* 人文风光 E*/
@media (max-width:1700px)and (min-width:1600px){
.mlwz_fullslide .item .btn{left: 11%;
    top: 87%;}
.container{width:82%;}
}
@media (max-width:1700px) {

.mb {
    margin-bottom: 20px;
    padding: 0 3%;
}
.header{min-width:inherit;}
.footer{min-width:inherit;}
.mainBox{margin-right:20px; margin-left:20px;}


.header .logo{padding-left:20px;}
.header .search{right:20px;}
.mainnav{padding-right:20px; padding-left:20px;}
.swiper-nav{margin-right:22%;}
.swiper-nav .swiper-slide{margin-right:4%;}
.header .search{width:22%;}
.header-xuanfu-bar .skip ul{margin-right:10%;}

.footer-menu{width:13%;}
.footer-contact{padding-left:13%;}
.fixed-nav .ss_box{right: 12%;}
.fixed-main .ss_box{right: 10%; top: 6%;}
.header-xuanfu-bar.fixed .skip ul .user{float: right;margin-right: 7%;}

.yqpt{margin-top: 0;}
.cq{margin-top: 6%;}
.rjhj{padding: 20px 0px 20px 0px;}

}


@media (max-width:1440px) {
.header .container{width: auto;}
.module-main{margin-right:-10px; margin-left:-10px;}
.module-box{margin-right:10px; margin-left:10px;}
.mb{margin-bottom:20px;    padding: 0 2%;}
.mt{margin-top:20px;}
.mb2{margin-bottom:20px;}
.layout{padding:20px 20px 0;}
.

.footer-mode{padding-right:20px; padding-left:20px;}
.footer-menu{position:static; margin-top:0; width:auto; margin-bottom:1em;}
.footer-menu ul li{position:relative; display:inline-block; padding-right:20px; line-height:20px;}
.footer-menu ul li:after{position:absolute; top:50%; right:7px; content:""; width:1px; height:14px; margin-top:-7px; background-color:#fff;}
.footer-menu ul li:last-child:after{content:normal;}
.footer-menu ul li a{display:inline-block;}
.footer-contact{padding-left:0;}
.footer-contact .module-span5{float:left; width:40%;}
.footer-contact .module-span7{float:left; width:60%;}
.footer-wzbz{top:auto; bottom:0; margin-top:0;}
.fixed .skip ul{margin-right: 6%;}
.fixed-nav .ss_box{right: 7%;top: 20px;}
.fixed-main .swiper-nav{width: 100%; float: none; overflow: hidden;/* top: 50px;*/}
.fixed-main .ss_box{right: 135px;}
.jbsq{padding: 20px 0;}
.rjhj{padding: 40px 0px 40px 0px;}
.yqcq{display: none;}
.jbsq_container{width: 1200px;display: block;margin: 0 auto;}
.cq{margin-top: 0;}
.yqcq_title{display: block;}
.yqcq_con{justify-content: space-around;}
}


@media (max-width:1199px) {
body{min-width:320px; font-size:15px;}
.header{min-width:320px; height:auto;}
.footer{min-width:320px;}

.jbsq_container{width: 96%;}
.swiper-nav .swiper-slide{margin-right:3%;}

.footer-copyright{padding:20px;}
.fixed-nav .swiper-nav .swiper-slide{width: 25%; margin-right: 0px;}
.fixed-nav .swiper-nav .swiper-slide .link{line-height: 40px;}
.header-xuanfu-bar.fixed .skip{height:100px;}
.fixed-nav .ss_box{display: none;}
.fixed-main .ss_box{display: none;}
.fixed-main .logo{display: none;}
.fixed-main{background-color: #2c548f;}
.fixed-main .swiper-nav .checked .link{color: #fff;}
.fixed-main .swiper-nav .swiper-slide .link{color: #fff;}
.fixed-main .swiper-nav .swiper-slide .link:after{background-color: #fff;}
.fixed-main .header-xuanfu-bar{display: block;}
.fixed-main .fixed .skip{display: block;}

}

@media (max-width:991px) {
.mainBox{margin-right:15px; margin-left:15px;}
.layout{padding:15px 15px 0;}
.module-main{margin-right:-8px; margin-left:-7px;}
.module-box{margin-right:8px; margin-left:7px;}
.module-span4{float:none; width:auto;}
.module-span3{float:none; width:auto;}
.module-span5{float:none; width:auto;}
.module-span6{float:none; width:auto;}
.module-span7{float:none; width:auto;}
.module-span8{float:none; width:auto;}
.mb{margin-bottom:15px;}
.mb2{margin-bottom:10px;}
.mt{margin-top:15px;}
.menu-icons{margin-right:-8px !important; margin-left:-7px !important;}
.menu-icons li a{margin:0 8px 15px 7px !important;}
.menu-icons li a:before{margin-right:10px; margin-left:10px;}
.general{padding:15px;}
.modeBox{padding-right:15px; padding-left:15px;}
.crumb{padding-bottom:15px; background-color:#ededed;}
.crumb dl dt{left:10px;}
.crumb dl dd{margin-left:30px;}
.pagediv{padding-bottom:5px;}

/* 产业介绍 */

.rjhj{padding: 20px 0px 40px 0px;}

/* .cy{width: 90%;} */
.tscy_list{padding: 20px 0 0 0;}


.header .logo{padding-bottom:30px; text-align:center;}
.header .search{position:static; width:auto; margin-top:0; margin-right:15px; margin-bottom:20px; margin-left:15px;}
/* .header-xuanfu-bar .skip ul{margin-right:60px;} */
.header-xuanfu-bar .skip ul{margin-right:48px;}
.header-xuanfu-bar .skip ul li{line-height:50px !important;font-size: 0.5em;}
.header-toggle-btn{width:50px !important; height:50px !important; background:#2d548f;}
.header-toggle-btn div{width:30px; margin-top:18px !important; margin-left:10px !important;}
.header-open-the-picker .header-toggle-btn{position:fixed;}
.header-picker{position:fixed;}
.picker-hall-main{padding-top:0;}
.mainnav{padding-right:0; padding-left:0;}
.mainnav .swiper-nav{margin-right:0;}
.swiper-nav.swiper-container{padding:5px 0;width: 100%;    z-index: 105;}
.swiper-nav .swiper-wrapper{display:block !important;}
.swiper-nav .swiper-slide{width:12.5%; margin-right:0;}
.swiper-nav .swiper-slide .link{display:block; margin:1px 5px; line-height:38px;}
.swiper-nav .swiper-slide .link:after{content:normal;}
.swiper-nav .swiper-slide:before{position:absolute; top:50%; left:0; z-index:1; content:""; width:1px; height:20px; margin-top:-10px; background-color:rgba(255,255,255,.35);}
.swiper-nav .swiper-home:before{visibility:hidden;}
.swiper-nav .swiper-slide.checked a,
.swiper-nav .swiper-slide a:hover{color:#fff; background-color:rgba(255,255,255,.2);}
.swiper-nav .swiper-slide a:after{content:normal;}
.fixed-nav .swiper-nav .swiper-slide{width: 25%; margin-right: 0px;}
.header-xuanfu-bar.fixed .skip{height:128px;}
.fixed-nav{width: 100%; margin-top: 33px;}
.fixed-main .fixed .header-toggle-btn{display: block;}

.fixed .skip ul li.vLine:after{margin-top: -18px;}
.fixed .skip ul{width: 100%;margin-right: 0px; float: left;}
.fixed .skip ul .user{float: right; margin-right: 80px;}

.footer-link{display:none;}
.footer-link-menu{padding-right:0; padding-left:0;}
.footer-link-menu ul{margin-right:-1px; margin-left:-1px;}
.footer-link-menu ul li{width:50% !important; height:auto;}
.footer-link-menu ul li a{margin:0 0 -1px -1px; padding-top:8px; padding-bottom:8px; border:1px solid #43659a;}
.footer-link-menu ul li a font{width:166px; text-align:left;}
.footer-link-content{padding-right:0; padding-left:0;}
.footer-link-content ul li{width:33.33333%;}
.footer-mode{padding:15px;}
.footer-contact{padding-right:0;}
.footer-wzbz{position:static; margin-top:15px; width:auto; text-align:left;}
.footer-copyright{padding:15px;}

.fixed-main #mainnav li{display: none;}
.footer-links {
	    margin: 0 -5px;
	}
	.footer-links .item {
	    width: 33.3333%;
	    margin-bottom: 10px;
	}
	.footer-links dl {
	    margin: 0 5px;
	}
	.footer-mode{padding:15px;}
	.footer-contact{padding-right:0;}
	.footer-wzbz{position:static; margin-top:15px; width:auto; text-align:left;}
	
	.footer-copyright{padding:15px;}

.mainContent{padding-top: 240px;}
/* 南昌概况 S*/
.ncgk_bd-slide .bd{width: 100%;height: auto;}
.ncgk_con {width: 96%;padding: 0px 2%;}
.ncgk .hd ul li{width: 100%;} 
.ncgk_bd{padding-top: 0px;} 
/* 南昌概况 E*/
/* 基本市情 S*/
.jbsq_li{padding-top: 200px;}
.jbsq_li ul li{width: 50%;}
/* .jbsq {background: url(/ncszf/xhtml/yxc/images/jbsq_bg.png) no-repeat bottom;padding: 50px 0px 50px 0px;} */
/* 基本市情 E*/

/* 人文风光 S */
.zjyc-rwfg .swiper-slide{
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
        padding-bottom: 0px;
        margin-top: 10px;
}
.zjyc-rwfg .swiper-button-prev{
	top: 50%;
	left: 10px;
	left: auto;
	display: none;
}
.zjyc-rwfg .swiper-button-next{
	top: 50%;
	right: 7px;
	left: auto;
	display: none;
}
.zjyc-rwfg .memo{
	left: 25px;
	right: 25px;
	    bottom: 15px;
	padding: 15px 16px;
	font-size: 0.8em;
	    line-height: 1.7;
	border-radius: 30px 5px 30px 5px;

}
.zjyc-rwfg .memo .rwfg_con{
	    padding: 8px 0px 4px;
}
.zjyc-rwfg .memo .rwfg_title{
	font-size: 1.25em;
	padding-bottom: 1px;
}
.zjyc-rwfg .pic{height: auto;}
.zjyc-rwfg .swiper-slide-active{
	transform: translate3d(0px, 0px, 0px);
	margin-top: 10px;
}
.zjyc-rwfg .swiper-slide-active:hover{transform: translate3d(0px, 0px, 0px);}
.zjyc-rwfg .memo{opacity: 1;z-index: 1;}
.zjyc-rwfg{padding-bottom: 20px;}
/* 人文风光 E */
}


/* xs mobile*/
@media (max-width: 768px) {
.swiper-nav .swiper-slide{width:25%;}
.swiper-nav .swiper-slide .link{line-height:35px; font-size:1.125em;}

.footer-link-content ul li{width:50%;}

.fixed-nav .swiper-slide{width:25%; }
.header-xuanfu-bar.fixed .skip{height:140px;}
.fixed-main .swiper-nav .swiper-slide{width: 25%;}
.fixed-main .swiper-nav .swiper-slide .link{line-height: 35px; font-size:1.125em;}
.fixed-main{background: none;}
.fixed-main .swiper-nav{width: 100%; float: none; overflow: hidden; top: 50px;}

.yqcq_con{display: block;}
.yqpt ,.cq{width: 100%;height: 480px;margin:5px 0;background-size: 100%;}
.yq_list,.cq_list{width: 100%;}

.yqpt:hover .list_con,.cq:hover .list_con{height: 70%;}
/* 产业介绍 */
.cy{width: 100%;height: 330px;}
.tscy{margin-top: 10px;}
.rjhj_con{display: block;}

/* .xxcy,.tscy{background-size: 100%;} */
.xxcy_list {padding: 20px 0 0 0;}
.tscy_list {padding: 20px 0 0 0;}
.tscy_list ul li {
    padding: 10px 20px;}
}


@media (max-width:680px) {
.imageList ul li span.pic{height:168px !important;}
}

@media (max-width:640px) {
.header .logo dl dt{margin-right:5px;}
.header .logo dl dt img{height:60px;}
.header .logo dl dd span{font-size:2.4em;}
.header .logo dl dd font{display:none;}

.footer-contact .module-span7{float:none; width:auto;}
.footer-contact .module-span5{float:none; width:auto;}
.footer-contact .module-span5 dt{display:none;}
.footer-links .item {
	    width: 100%;
	}

}

@media (max-width: 480px) {

.header-xuanfu-bar.fixed .skip ul .user{margin-right: 12%;}
.footer-links .item {
	    width: 100%;
	}
}

@media (max-width: 450px) {
.footer-link-menu ul li{width:100% !important;}
.footer-link-content ul li{width:50%;}

}

@media (max-width: 400px) {

.header-xuanfu-bar .skip ul li{font-size: 0.8em;}

.footer-wzbz img{height:45px;}
.footer-wzbz #conac img{height:65px;}
}

@media (max-width: 360px){
.header .logo dl dt img{height:50px;}
.header .logo dl dd span{font-size:2em;}
.header-picker{width:100%;}
.header-xuanfu-bar .skip ul li.gov{display:none;}
}
