/*个性化自定义*/
body{
    background-color: #f5f8f8;
    font-family: "icofont","Microsoft YaHei";
    width: 100%;
    height: auto;
    min-height: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-image: url(../images/gl/page_bg.png);
}
#header{
    background-color: rgba(0, 0, 0, 0.0);top: 8px;
}
.header_cen{
    width: 16rem;
}
.foot_cen_copy_ss{
    display: block;
    position: absolute;
    top: 20px !important;
    right: 0;
}



/*CONTENT*/
#content{
    display: block;
    position: relative;
    z-index: 256;
}
/*幻灯片背景墙*/
.con_xjc{
    display: block;
    width: 100%;
    height: 0;
	padding: 35% 0 0 0;
    margin: 0 auto 10% auto;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../images/index/con_banner.png);
}
/*banner幻灯片*/
.con_slide{
	display: block;
	margin: 0 auto;
	top: 1rem;
	left: 0;
	right: 0;
	margin: auto;
	position: absolute;
	width: 85%;
	height: auto;
	margin: 0 auto 0.6rem auto;
}
@media screen and (max-width: 1400px){
	.con_xjc{
	    display: none;
	}
	.con_slide{
	    display: block;
		position: relative;
	    margin: 0 auto 0.6rem auto;
	}
	.con_slide_rx{
	    display: block;
	}
}
.con_slide_rx{
    display: block;
}
/*BANNER幻灯片自定义效果*/
.con_slide_rx .slideSub_info{
    bottom: 15%;
    left: 0;
    right: 0;
    width: 14rem;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 0 0.4rem 0.45rem;
    box-sizing: border-box;
    position: absolute;
    z-index: 256;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
}
.con_slide_rx .slideSub_info.df{
    opacity: 0;
}
.con_slide_rx .slideSub_info.hov{
    opacity: 1;
}
.con_slide_rx .slideSub_info:before{
    content: "";
    display: block;
    position: absolute;
    left: 0.15rem;
    bottom: 0.13rem;
    width: 0.52rem;
    height: 0.74rem;
}
.con_slide_rx .slideSub_info.st01:before{
    background: linear-gradient(0deg,#51974c 0,rgba(81, 151, 76, 0.5) 50%,rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(90deg,#51974c 0,rgba(81, 151, 76, 0.5) 50%,rgba(0, 0, 0, 0) 100%);
}
.con_slide_rx .slideSub_info.st02:before{
    background: linear-gradient(0deg,#e6ce48 0,rgba(230, 206, 72, 0.5) 50%,rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(90deg,#e6ce48 0,rgba(230, 206, 72, 0.5) 50%,rgba(0, 0, 0, 0) 100%);
}
.con_slide_rx .slideSub_info.st03:before{
    background: linear-gradient(0deg,#297aad 0,rgba(41, 122, 173, 0.5) 50%,rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(90deg,#297aad 0,rgba(41, 122, 173, 0.5) 50%,rgba(0, 0, 0, 0) 100%);
}
.con_slide_rx .slideSub_info.st04:before{
    background: linear-gradient(0deg,#e885b2 0,rgba(232, 133, 178, 0.5) 50%,rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(90deg,#e885b2 0,rgba(232, 133, 178, 0.5) 50%,rgba(0, 0, 0, 0) 100%);
}
.con_slide_rx .slideSub_info.st05:before{
    background: linear-gradient(0deg,#f7917a 0,rgba(247, 145, 122, 0.5) 50%,rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(90deg,#f7917a 0,rgba(247, 145, 122, 0.5) 50%,rgba(0, 0, 0, 0) 100%);
}
.con_slide_rx .slideSub_info.st06:before{
    background: linear-gradient(0deg,#f88f7a 0,rgba(248, 143, 122, 0.5) 50%,rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(90deg,##f88f7a 0,rgba(248, 143, 122, 0.5) 50%,rgba(0, 0, 0, 0) 100%);
}
.con_slide_rx .slideSub_info > p{
    display: block;
    position: relative;
    color: #fff;
    font-size: 0.25rem;
    line-height: 0.35rem;
max-width: 4.5rem;
    margin: 0 0;
}
@media screen and (max-width: 960px){
    .con_slide_rx .slideSub_info{
        padding: 0 0 0.1rem 0.4rem;
    }
    .con_slide_rx .slideSub_info > p{
        font-size: 0.14rem;
        line-height: 0.24rem;
    }
}
@media screen and (max-width: 640px){
    .con_slide{
        margin: 0 auto 0.25rem auto;
    }
    .con_slide_rx .slideSub_info{
        display: none;
    }
}
.con_slide_rx.dfstrem .tabBtn{
    width: 14rem;
    height: auto;
    max-width: 100%;
    display: block;
    margin: 0 auto 2% auto;
    left: 0;
    bottom: 0.6rem;
    right: 0;
    position: absolute;
    z-index: 128;
    text-align: right;
    box-sizing: border-box;
    padding: 0 2.5% 0 0;
    font-size: 0;
}
.con_slide_rx.dfstrem .tabBtn > *{
    font-size: 0.16rem;
}
.con_slide_rx.dfstrem .tabBtn > span{
    margin: 0 0;
    border-radius: 0;
    font-family: cursive;
    -webkit-border-radius: 0;
    text-align: center;
    position: relative;
    vertical-align: bottom;
    border-bottom: 0.02rem #fff solid;
}
.mkSlideMod.dfstrem .tabBtn_dfst{
    width: 0.45rem;
    height: 0.4rem;
    background: none;
    border: none;
    padding: 0 0 0.12rem 0;
}
.mkSlideMod.dfstrem .tabBtn_hover{
    width: 0.45rem;
    height: 0.5rem;
    background: none;
    border: none;
    padding: 0.03rem 0 0.22rem 0;
}
/*生成背景色*/
.con_slide_rx.dfstrem .tabBtn > span[value="0"]{
    background: linear-gradient(0deg,#51974c 0,rgba(81, 151, 76, 0.5) 50%,rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(90deg,#51974c 0,rgba(81, 151, 76, 0.5) 50%,rgba(0, 0, 0, 0) 100%);
}
.con_slide_rx.dfstrem .tabBtn > span[value="1"]{
    background: linear-gradient(0deg,#e6ce48 0,rgba(230, 206, 72, 0.5) 50%,rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(90deg,#e6ce48 0,rgba(230, 206, 72, 0.5) 50%,rgba(0, 0, 0, 0) 100%);
}
.con_slide_rx.dfstrem .tabBtn > span[value="2"]{
    background: linear-gradient(0deg,#297aad 0,rgba(41, 122, 173, 0.5) 50%,rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(90deg,#297aad 0,rgba(41, 122, 173, 0.5) 50%,rgba(0, 0, 0, 0) 100%);
}
.con_slide_rx.dfstrem .tabBtn > span[value="3"]{
    background: linear-gradient(0deg,#e885b2 0,rgba(232, 133, 178, 0.5) 50%,rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(90deg,#e885b2 0,rgba(232, 133, 178, 0.5) 50%,rgba(0, 0, 0, 0) 100%);
}
.con_slide_rx.dfstrem .tabBtn > span[value="4"]{
    background: linear-gradient(0deg,#f7917a 0,rgba(247, 145, 122, 0.5) 50%,rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(90deg,#f7917a 0,rgba(247, 145, 122, 0.5) 50%,rgba(0, 0, 0, 0) 100%);
}
.con_slide_rx.dfstrem .tabBtn > span[value="5"]{
    background: linear-gradient(0deg,#f88f7a 0,rgba(248, 143, 122, 0.5) 50%,rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(90deg,##f88f7a 0,rgba(248, 143, 122, 0.5) 50%,rgba(0, 0, 0, 0) 100%);
}
/*生成数字*/
.con_slide_rx.dfstrem .tabBtn > span:after{
    color: #fff;
    font-size: 0.25rem;
    display: block;
}
.con_slide_rx.dfstrem .tabBtn > span[value="0"]:after{content: "1";}
.con_slide_rx.dfstrem .tabBtn > span[value="1"]:after{content: "2";}
.con_slide_rx.dfstrem .tabBtn > span[value="2"]:after{content: "3";}
.con_slide_rx.dfstrem .tabBtn > span[value="3"]:after{content: "4";}
.con_slide_rx.dfstrem .tabBtn > span[value="4"]:after{content: "5";}
.con_slide_rx.dfstrem .tabBtn > span[value="5"]:after{content: "6";}
/*生成图案*/
.con_slide_rx.dfstrem .tabBtn > span:before{
    content: "";
    width: 0.6rem;
    height: 0.6rem;
    display: block;
    position: absolute;
    bottom: 0.02rem;
    left: -0.05rem;
    right: 0;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 50% 50%;
}
.mkSlideMod.dfstrem .tabBtn > span.tabBtn_hover:before{
    bottom: 0.08rem;
}
.con_slide_rx.dfstrem .tabBtn > span[value="0"]:before{background-image: url(../images/index/con_banner_ys_01.png);}
.con_slide_rx.dfstrem .tabBtn > span[value="1"]:before{background-image: url(../images/index/con_banner_ys_02.png);}
.con_slide_rx.dfstrem .tabBtn > span[value="2"]:before{background-image: url(../images/index/con_banner_ys_03.png);}
.con_slide_rx.dfstrem .tabBtn > span[value="3"]:before{background-image: url(../images/index/con_banner_ys_04.png);}
.con_slide_rx.dfstrem .tabBtn > span[value="4"]:before{background-image: url(../images/index/con_banner_ys_05.png);}
.con_slide_rx.dfstrem .tabBtn > span[value="5"]:before{background-image: url(../images/index/con_banner_ys_06.png);}
/*新闻模块*/
.con_news{
    display: block;
    margin: 0 auto 0.4rem auto;
}
.con_news_cen{
    display: block;
    width: 14rem;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
    font-size: 0;
}
.con_news_cen > *{
    font-size: 0.16rem;
}
.con_newsCen_dt{
    width: 35%;
    height: auto;
    position: relative;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    padding: 0 0.8rem 0 0.2rem;
}
.con_newsCen_dt > h3{
    font-size: 0.3rem;
    font-weight: bold;
	font-family:Source Han Serif SC;
    color: rgba(0, 0, 0, 0.7);
    margin: 0 auto 0.35rem auto;
}
.con_newsCen_dt_more{
    display: block;
    position: absolute;
    top: 0.08rem;
    right: 0.9rem;
}
.con_newsCen_dt_more > a{
    color: #0d9e49;
    font-size: 0.13rem;
    display: block;
}
.con_newsCen_dt_lb{
    display: block;
}
.con_newsCen_dt_lb > li{
    display: block;
    margin: 0 auto 0.1rem auto;
}
.con_newsCen_dt_lb > li > a{
    display: block;
    position: relative;
    padding: 0.13rem 0.6rem 0.13rem 0.2rem;
    border: 0.01rem #51974c solid;
    border-radius: 0.1rem;
    background-size: auto;
    background-position: right bottom -0.04rem;
    background-repeat: no-repeat;
    transition: All 0.2s ease-in-out;
    -webkit-transition: All 0.2s ease-in-out;
}
.con_newsCen_dt_lb > li > a:hover{
    background-color: #d3efde;
}
.con_newsCen_dt_lb > li:nth-child(1) > a{background-image: url(../images/index/con_news_icon_01.png);}
.con_newsCen_dt_lb > li:nth-child(2) > a{background-image: url(../images/index/con_news_icon_02.png);}
.con_newsCen_dt_lb > li:nth-child(3) > a{background-image: url(../images/index/con_news_icon_03.png);}
.con_newsCen_dt_lb > li:nth-child(4) > a{background-image: url(../images/index/con_news_icon_04.png);}
.con_newsCen_dt_lb > li:nth-child(5) > a{background-image: url(../images/index/con_news_icon_05.png);}
.con_newsCen_dt_lb > li > a p{
    color: #000000c7;
    width: 100%;
    height: auto;
    min-height: 0.44rem;
    font-size: 0.16rem;
    margin: 0 auto 0.1rem auto;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.con_newsCen_dt_lb > li > a span{
    color: #b3b3b3;
    font-size: 0.15rem;
    display: block;
}
.con_newsCen_tp{
    width: 37%;
    height: auto;
    position: relative;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    padding: 0.15rem 0.6rem 0 0;
}
.con_newsCen_tp_rx{
    display: block;
}
/*新闻幻灯片自定义效果*/
.con_newsCen_tp_rx .slideSub > a{
    overflow: hidden;
}
.con_newsCen_tp_rx .slideSub > a > img{
    transform: scale(1);
    -weibkit-transform: scale(1);
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
}
.con_newsCen_tp_rx .slideSub:hover > a > img{
    transform: scale(1.1);
    -weibkit-transform: scale(1.1);
}
.con_newsCen_tp_rx.dfstrem .prevBtn,
.con_newsCen_tp_rx.dfstrem .nextBtn{
    top: auto;
    left: auto;
    bottom: 2.45rem;
    width: 0.4rem;
    height: 0.3rem;
    position: absolute;
    display: block !important;
    background: none;
}
.con_newsCen_tp_rx.dfstrem .prevBtn{
    right: 0.6rem;
    background: #333;
}
.con_newsCen_tp_rx.dfstrem .nextBtn{
    right: 0.15rem;
    background: #00a273;
}
.con_newsCen_tp_rx.dfstrem .prevBtn:after,
.con_newsCen_tp_rx.dfstrem .nextBtn:after{
    display: block;
    color: #fff;
    font-weight: bold;
    font-size: 0.2rem;
    line-height: 0.28rem;
    text-align: center;
}
.con_newsCen_tp_rx.dfstrem .prevBtn:after{
    content: "←";
}
.con_newsCen_tp_rx.dfstrem .nextBtn:after{
    content: "→";
}
.con_newsCen_tp_rx .slideSub_info{
    padding: 0.4rem 0.3rem;
    box-sizing: border-box;
    background-color: #fff;
min-height:2.56rem;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: auto;
    background-image: url(../images/index/con_newsTp_bg.png);
}
.con_newsCen_tp_rx .slideSub_info > h4{
    display: block;
    font-size: 0.13rem;
    color: #13ab51;
    font-weight: 500;
    margin: 0 auto 0.3rem auto;
}
.con_newsCen_tp_rx .slideSub_info > p{
    font-size: 0.20rem;
    color: #000;
    font-weight: 500;
    display: block;
    margin: 0 auto 0.45rem auto;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.con_newsCen_tp_rx .slideSub_info > span{
    display: block;
    color: #666666;
    font-size: 0.13rem;
    margin: 0 auto 0.15rem auto;
}
.con_newsCen_gg{
    width: 28%;
    height: auto;
    position: relative;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    padding: 0 0;
}
.con_newsCen_gg > h3{
    font-size: 0.3rem;
    font-weight: bold;
	font-family:Source Han Serif SC;
    color: rgba(0, 0, 0, 0.7);
    margin: 0 auto 0.45rem auto;
}
.con_newsCen_gg_more{
    display: block;
    position: absolute;
    top: 0.05rem;
    right: 0;
}
.con_newsCen_gg_more > a{
    color: #0d9e49;
    font-size: 0.13rem;
    display: block;
}
.con_newsCen_gg_lb{
    display: block;
}
.con_newsCen_gg_lb > li{
    display: block;
    margin: 0 auto 0.15rem auto;
}
.con_newsCen_gg_lb > li > a{
    display: block;
    position: relative;
    box-sizing: border-box;
    padding: 0.08rem 0 0.08rem 0.82rem;
}
.con_newsCen_gg_lb_date{
    display: block;
    position: absolute;
    top: 0.1rem;
    left: 0;
    width: 0.68rem;
    height: auto;
    padding: 0.08rem 0 0.12rem 0;
    text-align: center;
    background-color: #109f49;
}
.con_newsCen_gg_lb_date > strong{
    color: #fff;
    font-weight: 500;
    font-size: 0.25rem;
    display: block;
    position: relative;
    padding: 0 0 0.03rem 0;
    margin: 0 auto 0.05rem auto;
}
.con_newsCen_gg_lb_date > strong:after{
    content: "";
    width: 70%;
    height: 0.01rem;
    position: absolute;
    bottom: 0;
    left: 15%;
    background-color: rgba(255, 255, 255, 0.3);
}
.con_newsCen_gg_lb_date > span{
    color: #fff;
    font-size: 0.12rem;
    display: block;
}
.con_newsCen_gg_lb > li > a > p{
    color: #555;
    width: 100%;
    height: auto;
    min-height: 0.44rem;
    font-size: 0.165rem;
    line-height: 0.27rem;
    font-weight: bold;
    margin: 0 auto 0.12rem auto;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.con_newsCen_gg_lb > li > a > p:hover{
    color: #109f49;
}
.con_newsCen_gg_lb > li > a > span{
    display: block;
    color: #555;
    font-size: 0.10rem;
    margin: 0 auto;
}
@media screen and (max-width: 1400px){
    .con_slide_rx.dfstrem .tabBtn{

    bottom: 0rem;

}.con_newsCen_dt{
        width: 80%;
        height: auto;
        display: block;
        margin: 0 auto 0.7rem auto;
        padding: 0 0;
    }
    .con_newsCen_dt_more{
        right: 0.05rem;
    }
    .con_newsCen_tp{
        width: 80%;
        height: auto;
        display: block;
        margin: 0 auto 0rem auto;
        padding: 0 0;
    }
    .con_newsCen_tp_rx.dfstrem .prevBtn,
    .con_newsCen_tp_rx.dfstrem .nextBtn{
        bottom: 2.2rem;
    }
    .con_newsCen_gg{
        width: 80%;
        height: auto;
        display: block;
        margin: 0 auto;
        padding: 0 0;
    }
    .con_newsCen_dt_more{
        right: 0.05rem;
    }
}
@media screen and (max-width: 640px){
    .foot_cen{
padding:0.5rem 0.2rem
}
	
	
	.mkSlideMod.dfstrem .slideSub > a > img{
    width: 100%;
    height: 2.5rem !important;
    display: block;
}
.con_newsCen_dt{
        width: 94%;
        margin: 0 auto 0.3rem auto;
    }
    .con_newsCen_dt > h3{
        font-size: 0.3rem;
    }
    .con_newsCen_dt_more{
        top: 0;
    }
    .con_newsCen_dt_more > a{
        font-size: 0.12rem;
    }
    .con_newsCen_tp{
        width: 94%;
    }
    .con_newsCen_tp_rx.dfstrem .prevBtn,
    .con_newsCen_tp_rx.dfstrem .nextBtn{
        bottom: 2.45rem;
    }
}
/*办事指南*/
.con_bszn{
    display: block;
    margin: 0 auto 0.4rem auto;
}
.con_bszn_cen{
    display: block;
    width: 14rem;
    height: 1.7rem;
    max-width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0.1rem 0 0.1rem 3.4rem;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(../images/index/con_bszn_bg.png);
}
.con_bszn_cen_title{
    top: 0.06rem;
    left: 0;
    width: 3rem;
    height: auto;
    padding: 0.55rem 0 0.55rem 0.7rem;
    box-sizing: border-box;
    position: absolute;
    background-size: 70% auto;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/index/con_bszn_logo.png);
}
.con_bszn_cen_title > h3{
    display: block;
    color: #fff;
    font-size: 0.22rem;
    margin: 0 auto;
}
.con_bszn_cen_title > span{
    color: #fff;
    font-size: 0.13rem;
    line-height: 0.13rem;
    display: block;
}
.con_bszn_cen_link{
    display: block;
    font-size: 0;
    text-align: center;
}
.con_bszn_cen_link > *{
    font-size: 0.16rem;
}
.con_bszn_cen_link_sub{
    height: auto;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
}
.con_bszn_cen_link_sub:nth-child(1){
    width: 40%;
    padding: 0.2rem 0 0 0;
}
.con_bszn_cen_link_sub:nth-child(2){
    width: 60%;
    padding: 0.2rem 0 0 0;
}
.con_bszn_cen_link_sub > p{
    display: block;
    text-align: left;
    padding: 0 0 0 1.4rem;
    margin: 0 auto 0.05rem auto;
    background-repeat: no-repeat;
    background-position: left 0.5rem center;
}
.con_bszn_cen_link_sub:nth-child(1) > p:nth-child(1){
    background-image: url(../images/index/con_bszn_icon_01.png);
}
.con_bszn_cen_link_sub:nth-child(2) > p:nth-child(1){
    background-image: url(../images/index/con_bszn_icon_02.png);
}
.con_bszn_cen_link_sub:nth-child(2) > p:nth-child(2){
    background-image: url(../images/index/con_bszn_icon_03.png);
}
.con_bszn_cen_link_sub > p > a{
    color: #fff;
    font-size: 0.16rem;
    display: inline-block;
    padding: 0.15rem 0;
    margin: 0 0.7rem 0 0;
}
.con_bszn_cen_link_sub > p > a:hover{
    font-weight: bold;
}
@media screen and (max-width: 1400px){
    .con_bszn_cen{
        height: auto;
        padding: 0.15rem 0 0.35rem 0;
    }
    .con_bszn_cen_title{
        top: auto;
        left: auto;
        position: relative;
        margin: 0 auto -0.3rem auto;
        transform: scale(0.9);
        transform-origin: top center;
    }
    .con_bszn_cen_link_sub:nth-child(1){
        width: 50%;
    }
    .con_bszn_cen_link_sub:nth-child(2){
        width: 50%;
    }
}
@media screen and (max-width: 1200px){
    .con_bszn_cen_link_sub > p > a{
        font-size: 0.14rem;
        padding: 0.1rem 0;
        margin: 0 0.4rem 0 0;
    }
}
@media screen and (max-width: 960px){
    .con_bszn_cen_link_sub:nth-child(1){
        width: 80%;
    }
    .con_bszn_cen_link_sub:nth-child(2){
        width: 80%;
    }
}
@media screen and (max-width: 480px){
    .con_bszn_cen_link_sub:nth-child(1){
        width: 94%;
    }
    .con_bszn_cen_link_sub:nth-child(2){
        width: 94%;
    }
}