a{
    text-decoration: none!important;
}
.page-box{
    position: relative;
}
.page-box .pageBanner .pic img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.page-box .all-widths{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
.page-box .all-widths .title{
    padding: 0;
    font-size: 40px;
    height: 40px;
    line-height: 40px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 2px;
	color: #ffffff;
    margin: 160px 0 20px 0;
    font-weight: 600;
}
.page-box .pageBanner .pic{
    height: 340px;
}
.pageTPList li{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #cccccc;
}

.pageTPList li .pic img{
width: 100%;
}
.pageTPList li .others .date-dd{
    text-align: center;
    font-size: 30px;
	line-height: 24px;
	letter-spacing: 2px;
	color: #666666;
}
.pageTPList li .others .date-ym{
	text-align: center;
    font-size: 14px;
	line-height: 24px;
	letter-spacing: 0px;
	color: #999999;
}
.pageTPList .title{
    overflow: inherit;
    font-size: 16px;
	line-height: 24px;
	color: #333333;
}
.pageTPList .intro{
    margin: 0;
    font-size: 14px;
	line-height: 36px;
	color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.pageTPList li{
    position: relative;
    width:100%
}
.fbox{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
.fbox{
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.stian{
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    color: #666;
}
.yue{
    text-align: center;
    color: #999;
}
.pageTPList li .title a{
    position: relative;
}
.pageTPList li .con em{
    display:block;
    width: 90px;
    height: 4px;
    background: #D96070;
    margin: 10px 0 15px;
}
.pageDdjs .title{
    padding-left: 25px;
    background: url(../img/dangjian_icon.png) 0 center no-repeat;
}
.pageDdjs li .con em{
    background: transparent;
}



/* 文章内容页 -----------------------------------------*/
.subheading {
    font-size: 16px;
}
.noSideContent .printArea .conTxt {
    padding: 0 30px;
}
.articleCon {
    text-align: left;
    padding: 20px;
}
.printArea .title {
    font-size: 32px;
    padding: 0 30px;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 30px;
    word-wrap: break-word;
}
.printArea .subTitle {
    font-size: 20px;
    color: #555;
    text-align: center;
    margin-bottom: 20px;
}
.printArea .property {
    font-size: 14px;
    margin-bottom: 20px;
    padding: 6px 10px;
    text-align: center;
    color: #777;
    border: 1px solid #ddd;
    background: #F8F8F8;
}
.printArea .property span {
    padding: 0 5px;
}
.printArea .conTxt {
    color: #333;
    font-size: 16px;
    line-height: 2;
    padding: 0 0 20px 0;
    overflow: hidden;
}
.printArea .conTxt img {
    max-width: 800px;
    height: auto !important;
}
.printArea .conTxt p {
    margin-bottom: 0;
    word-wrap: break-word;
}
.printArea .conTxt table p {
    margin: 0px
}
.printArea .conTxt a {
    color: blue;
    text-decoration: underline;
}
.printArea .conTxt em {
    font-style: italic;
}
.printArea .conTxt ul {
    padding-left: 2em;
    list-style: inherit;
}
.printArea .conTxt ol {
    padding-left: 2em;
    list-style: decimal;
}
.printArea .conTxt ul li {
    zoom: normal;
    list-style: inherit;
    text-indent: 0 !important;
}
.printArea .conTxt ol li {
    zoom: normal;
    list-style: inherit;
    text-indent: 0 !important;
}
.printArea .conTxt h1 {
    font-size: 2em;
    margin: .67em 0;
}
.printArea .conTxt h2 {
    font-size: 1.5em;
    margin: .75em 0;
}
.printArea .conTxt h3 {
    font-size: 1.17em;
    margin: .83em 0;
}
.printArea .conTxt h5 {
    font-size: .83em;
    margin: 1.5em 0;
}
.printArea .conTxt h6 {
    font-size: .75em;
    margin: 1.67em 0;
}
.printArea .conTxt h1,
.printArea .conTxt h2,
.printArea .conTxt h3,
.printArea .conTxt h4,
.printArea .conTxt h5,
.printArea .conTxt h6,
.printArea .conTxt b,
.printArea .conTxt strong {
    font-weight: bolder;
}
.printArea .videoPlayer {
    position: relative;
    z-index: 1500;
    /*background: #000;*/
    width: 800px;
    text-align: center;
    margin: 20px auto;
    height: 480px;
}
.articleCon .userControl {
    font-size: 14px;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
    text-align: left;
    margin-bottom: 20px;
    padding: 10px 0;
}
.articleCon .userControl .a {
    color: #777;
    margin: 10px 10px 0 0;
    float: left;
}
.articleCon .userControl .bdsharebuttonbox {
    float: right;
}
.articleCon .page {
    padding: 10px 0;
    text-align: center;
    overflow: hidden;
}
.articleCon .others {
    margin-bottom: 15px;
}
.articleCon .others .prev,
.articleCon .others .next {
    padding: 5px 0;
    word-wrap: break-word
}

/* 图片-列表页 ----------------------------------------- */
.picPageList {
	margin-top: 20px;
    margin-right: -3%;
    overflow: hidden;
    text-align: center;
}
.picPageList li {
    border: 1px solid #ddd;
    float: left;
    width: 30%;
    margin: 1.5% 3% 2.5% 0;
    *display: inline;
    position: relative;
    background: #fff;
    overflow: hidden;
}
.picPageList .pic {
    margin: 3%;
}
.picPageList .pic img {
    height: auto;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.picPageList .title,
.picPageList .titleBg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 94%;
    margin: 3%;
    display: block;
    overflow: hidden;
    line-height: 19px;
    padding: 5px 0;
    height: 26px;
    z-index: 3;
    color: #fff;
    -webkit-transition: 400ms;
    transition: 400ms;
}
.picPageList .titleBg {
    background: #000;
    filter: alpha(opacity=60);
    opacity: 0.6;
    z-index: 2;
}
.picPageList .title a {
    color: #fff;
    padding: 0 10px;
    display: block;
    font-size: 14px;
}
.picPageList li:hover {
    border-color: #bbb;
    -webkit-box-shadow: #eee 2px 2px 0;
    box-shadow: #eee 2px 2px 0;
}
.picPageList li:hover .title,
.picPageList li:hover .titleBg {
    height: 56px;
}


.leader-box{
    padding: 30px 0;
}
.leader-box .bd{
    margin-bottom: 50px;
}
.leader-box .leaderList li{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.leader-box .leaderList li .pic{
    margin-bottom: 20px;
}
.leader-box .leaderList li .pic img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.leader-box .intro{
    width: 77%;
}

.leader-box .leaderList li .con .title span{
	display: inline-block;
    line-height: 21px;
    border-bottom: 5px solid #f6c4c2;
    font-size: 25px;
    font-weight: 600;
}
.leader-box .leaderList li .con .title .job,.leader-box .leaderList li .con .intro {
    font-size: 14px;
	line-height: 26px;
	color: #666666;
    margin: 30px 0;
}

.leader-box .hd{
    padding: 0 10px;
}

.leader-box .hd ul li{
    float: left;
    width: 135px;
    height: 135px;
    padding: 15px;
    overflow: hidden;
}
.leader-box .hd ul li .pic img{
    width: 100%;
    height: 100%;
    -o-object-fit: none;
       object-fit: none;
    cursor: pointer;
}
.leader-box .hd ul li.on{
    padding: 0px;
    margin: 0 15px;
}
#turn-box{
	width: 100%;
    padding: 0 65px;
    margin: auto;
    position: relative;
}
#turn-box .prev,#turn-box .next{
	display:block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 38px;
}
#turn-box .prev{
    background: url(../images/left.png) center no-repeat;
    left: 0;
    z-index:99;
}
#turn-box .next{
    background: url(../images/right.png) center no-repeat;
    right: 0;
    z-index:99;
}

/* subMenuList */
.subMenuList{
    padding: 0;
}
.subMenuList li a{
    display:block;
    background-color: #f6eeed;
    color: #666666;
    font-size: 14px;
    text-align: center;
}
.subMenuList li.on a{
    background-color: #d96070;
    color: #fff;
}

.qwer{
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #eeeeee;
}
.qwer li{
    float:left;
    color: #212121;
    font-size: 16px;
}
.qwer .gwmc{
    width: 55%;
    text-indent: 20px;
}
.qwer .zpgw{
   width: 25%;
}
.qwer .fbsj{
    width: 20%;
    padding-right: 3%;
    text-align:right;
    
}
.printArea .conTxt .zp-box{
    margin-bottom: 0;
    border-left: 1px solid #d96070;
    margin-left: 10px;
    padding-bottom: 40px;
}
.zp-box .num{
	display:block;
    float:left;
    width: 50px;
	height: 30px;
    line-height: 30px;
	background-color: #fbf6f5;
    font-size: 24px;
	font-style: italic;
	font-stretch: normal;
    text-align: center;
	color: #d96070;
    font-weight: 600;
    border-bottom: 4px solid #d96070;
    position: relative;
    left: -10px;
}
.zp-box .zptitle,.zp-box .zpcon{
    display:block;
    padding-left: 65px;
}
.zp-box .zptitle{
    font-size: 22px;
	line-height: 36px;
	letter-spacing: 0px;
	color: #333333;
    font-weight: 600;
    margin-bottom: 10px;
}
.zp-box .zpcon{
    font-size: 18px;
	line-height: 36px;
	letter-spacing: 0px;
	color: #666666;
}
.printArea .conTxt .zp-box.last{
    border: none;
}
.jtfcList{
    padding: 30px 0;
}
.jtfcList li{
	float:left;
    position: relative;
    margin-bottom: 20px;
}
.jtfcList li .pic img{
    width: 100%;
    height: 255px;
}
.jtfcList li .tit{
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    bottom:0;
    background-color:rgba(0,0,0,0.6);
    font-size: 20px;
    color:#fff;
    text-align: center;
    font-weight: 600;
    line-height: 255px;
    display: none;
}
.jtfcList li:hover .tit{
    display:block;
}

.node-list{
	width:100%;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #ccc;
}
.node-list .on1 a{
    color: #d96070;
}
.node-list .menuDirList li,.node-list li{
	float:left;
    height: 40px;
    line-height: 40px;
}
.node-list .menuDirList .li1 .h1 .a1{
    padding: 0 17px;
    background-color: transparent;
}
.map-box{
    position: relative;
}
#maps{
    height: 350px;
    margin-bottom: 20px;
}
.map-box .mc{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 90;
}

/* 交易大数据 */
.alltitle {
    width: 1200px;
    margin: 0 auto;
    color: #D96070;
    font-size: 26px;
    font-weight: 600;
    padding-top: 30px;
    position: relative;
    margin-bottom: 30px;
    padding-left: 15px;
}
.alltitle::after {
    content: "";
    position: absolute;
    width: 40px;
    height: 4px;
    background: #fff;
    left: 15px;
    bottom: -12px;
}
.JY_banner{
    background: url(../images/jydsj-bj.jpg) 100% 100%;
    background-size: 100% 100%;
    color: #fff;
    padding: 30px 0;
}
.JY_banner .alltitle,.JY_banner .alltitle a{
    color: #fff;
}
.JY_banner .alltitle::after{
    background: #fff;
}
.JYtitile{
    font-size: 18px;
    font-weight: 600;
}
.JYtitile span{
    font-size: 14px;
    font-weight: 500;
    color: #FFE9E7;
}
.pareas{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.JYbanner{
    background: url(../images/sjzs-bj.png) 100% 100% no-repeat;
    background-size: 100% 100%;
    padding: 20px 15px;
    min-height: 145px;
    margin-bottom: 15px;
}
.prepenchilder{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-top: 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
@font-face{
    font-family: SHUZI;
    src: url(../../home/font/QuartzRegular.ttf);
}
@font-face{
    font-family: SHUZI;
    src: url(../fonts/quartzregular.ttf);
}
.firstnum{
    height: 38px;
    width: 88px;
    line-height: 38px;
    display: inline-block;
    font-family: SHUZI;
    font-size: 24px;
    text-align: center;
    background: url(../images/sz-bj-2.png) 100% 100% no-repeat;
    background-size: 100% 100%;
}
.danbanner{
    display: inline-block;
    width: 36px;
    height: 60px;
    background: url(../images/sz-bj.png) 100% 100% no-repeat;
    background-size: 100% 100%;
    font-size: 24px;
    font-family: SHUZI;
    text-align: center;
    line-height: 60px;
}
.JYdian{
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #febd90;
    margin: 0 5px;
}
.JYrightbox{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.JYleixbox{
    margin: 30px auto;
    width: 100%;
    height: 400px;
    background: url(../images/tubiao-bj.png) center center no-repeat;
    background-size: 100% 100%;
}
.JYleixbox #main,.JYleixbox #maps,.JYleixbox #barline{
	margin: auto;
	width: 98%;
    height: 400px;  
}

.SC_banner{
    background: url(../images/scfy-bj.jpg) 100% 100%;
    background-size: 100% 100%;
    color: #fff;
}
.sclist{
    padding: 30px 0 50px; 
}
.sclist ul{margin-right: -2%;}
.sclist ul li {
    float: left;
    width: 18%;
    padding: 15px 15px 0;
    background-color: #fff;
    border-radius: 4px;
    margin-right: 2%;
    margin-bottom: 2%;
    position: relative;
}
.sclist ul li .tit{
    height: 45px;
    display: block;
    line-height: 45px;
    background: url(../images/jt-icon.png) right center no-repeat;
}
.sclist ul li img{
    width: 100%;
    height: 100%;
}

.ZDTJ_banner{
    background: url(../images/zdtj-bj.jpg) 100% 100%;
    background-size: 100% 100%;
    color: #fff;
}
.zdtjlist{
	padding: 30px 0 50px;
}
.zdtjlist ul li .box{
	padding: 5%;
	background-color: #fff;
    border-radius: 4px;
}
.zdtjlist ul li .box .tit2{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    display: block;
    color: #333;
}
.zdtjlist ul li .box .topicList li .pic{
    margin-bottom: 20px;
}
.zdtjlist ul li .box .topicList li .pic img{
	width: 100%;
}
.zdtjlist ul li .box .topicList li .con{
    margin:0;
    padding: 0;
    border: 0;
}
.zdtjlist ul li .box .topicList li .con .title,.zdtjlist ul li .box .topicList li .con .intro{
    width: 100%;
}
.zdtjlist ul li .box .topicList li .con .intro{
    margin-bottom: 10px;
}
.zdtjlist ul li .box .more{
    display: block;
    text-align: right;
    color: #d96070;
    font-size: 14px;
}
.ddjs-box .hd{
    background: url(../images/ddjs-aixuan-bj.jpg) 100% 100%;
    background-size: 100% 100%;
    color: #fff;
}
.ddjs-box .hd ul li a{
	padding: 20% 0 2%;
    display:block;
    font-size: 22px;
    color: #d96070;
    text-align: center;
}
.ddjs-box .hd ul li.on{
	background-color: #fef2f3;
}
.ddjs-box .hd ul .li1 a{
    background: url(../images/zyjs-icon.png) 50% 24% no-repeat;
    background-size: 15%;
}
.ddjs-box .hd ul .li2 a{
    background: url(../images/djyw-icon.png) 50% 24% no-repeat;
    background-size: 14%;
}
.ddjs-box .hd ul .li3 a{
    background: url(../images/ljjs-icon.png) 50% 24% no-repeat;
    background-size: 20%;
}
.DDJS_banner{
    background: url(../images/ddjs-bj.jpg) 100% 100%;
    background-size: 100% 100%;
    color: #fff;
    padding: 50px 0 70px;
}
.DDJS_banner .bd{
    margin-top: 20px;
}
.DDJS_banner .list li{
    height: 60px;
    padding-left: 5%;
    background: url(../images/list-icon3.png) 0 2% no-repeat;
}
.DDJS_banner .list li.last{
    background: url(../images/list-icon2.png) 0 0% no-repeat;
}
.DDJS_banner .list li a{
    color: #333333;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width:80%;
    display: block;
}
.DDJS_banner .list li .date{
    font-size: 14px;
    float:right;
    color: #666666;
}
.ddjs{
    float:right!important;
}
.ddjs .DJ-Box{
    border-radius: 4px;
	border: solid 2px #d96070;
    padding: 3%;
    position: relative;
}
.ddjs .DJ-Box .title2{
    background-color: #d96070;
    padding: 20px 20px 10px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.ddjs .DJ-Box .title2 a{
    font-size: 26px;
    color:#fff;
    font-weight: 600;
}
.ddjs .DJ-Box .mbd .piclist li .title{
	width:100%;
    padding: 5px 20px 10px;
    background-color: #d96070; 
}
.ddjs .DJ-Box .mbd .piclist li .title a{
	font-size: 14px;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}
.ddjs .DJ-Box .mbd .piclist li .pic img{
    width: 100%;
    height: 100%;
}
.ddjs .DJ-Box .mhd{
    position: absolute;
    left: 0;
    bottom: 20px;
    text-align: center;
    right: 0;
}
.ddjs .DJ-Box .mhd li{
    display:inline-block;
    width: 8px;
	height: 8px;
    border-radius: 50%;
    margin: 0 5px;
    background-color: #ffffff;
    cursor: pointer;
}
.ddjs .DJ-Box .mhd li.on{
    width: 12px;
	height: 12px;
    position:  relative;
    top: 1px;
}

#zdapp ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
#zdapp ul  li a{
    padding: 10px;
    display: block;
}
#zdapp ul .on a {
    background: #E5BABA;
    color: #ffffff;
}

@media (max-width: 1400px) {
    #banner {
        height: 613px;
    }
}

@media (max-width: 1200px) {
    #banner {
        height: 613px;
    }
    .jtfcList li .pic img{
        width: 100%;
        height: 175px;
    }
    .jtfcList li .tit{
        line-height: 175px;
    }
    .picPageList .pic img{
        height: 135px;
    }
    #maps{
        height: 400px;
    }
}
@media (max-width: 950px) {
    #banner {
        height: 475px;
        width: 100%;
    }
    .picPageList .pic img{
        height: 110px;
    }
    .swp-list{
        width: 450px!important;
    }
    .swp-list-cont{
        width: 364px!important;
    }
}
@media (max-width: 680px) {
    #banner {
        min-height: auto;
        height: 260px;
        width: 100%;
    }
    .jtfcList li .pic img{
        width: 100%;
        height: 200px;
    }
    .jtfcList li .tit{
        line-height: 200px;
    }
    .picPageList li{
        width: 90%;
        margin: 1.5% 0 2.5% 0;
    }
    .picPageList .pic img{
        height: 185px;
    }
    #maps{
        height: 300px;
    }
}
@media (max-width: 375px) {
    #banner {
        height: 220px;
        width: 100%;
    }
    #maps{
        height: 300px;
    }
}
@media (max-width: 1400px){
    .xwbox,.alltitle,.all-widths {
        width: 950px;
    }
}
@media (max-width: 1200px){
    .xwbox,.alltitle,.all-widths {
        width: 800px;
    }
}
@media (max-width: 950px){
    .xwbox,.alltitle,.all-widths {
        width: 650px;
    }
    .sclist ul{
        margin-right: -5%;
    }
    .sclist ul li{
    	width: 45%;
        margin-right: 5%;
    }
}
@media (max-width: 680px){
    .xwbox,.alltitle,.all-widths {
        width: 100%    }
    .sclist ul{
        margin-right: -5%;
    }
    .sclist ul li{
    	width: 45%;
        margin-right: 5%;
    }
    .con .title{
        margin-left:1% ! important;
    }
    .xuexi ul{
            margin-bottom: 20px;
    }
}