@charset "utf-8";
/* CSS Document */
*::selection{background:#ce0002; color:#fff; text-shadow:none;}
*{margin:0;padding:0;}
body{font-size:14px; color:#000; font-family:"Microsoft YaHei","微软雅黑","黑体",sans-serif; background:#fff;}
body a{text-decoration:none; -webkit-transition:all .3s; -moz-transition:all .3s; -ms-transition:all .3s; -o-transition:all .3s; transition:all .3s;}
.transition{-webkit-transition:all .3s; -moz-transition:all .3s; -ms-transition:all .3s; -o-transition:all .3s; transition:all .3s;}
a:link,a:visited{color:#000;}
a:hover{color:#ce0002;}

/*网站变灰哀悼风格*/
/* html {
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    -webkit-filter: grayscale(100%);
}
*/

/*去掉图形热点的点击时出现的边线*/
a,area{blr:expression(this.onFocus=this.blur());}  /*for IE*/   
:focus{-moz-outline-style:none; outline:none;}     /* for Firefox*/
img{border:0;}
ul,li{list-style-type:none;}
.clear{clear:both; height:0;}
table,table td{border-collapse:collapse;margin: auto;}
.overHidden{overflow:hidden; position:fixed;}

/*video禁止显示下载按钮*/
video::-internal-media-controls-download-button{display:none;}
video::-webkit-media-controls-enclosure{overflow:hidden;}
video::-webkit-media-controls-panel{width:calc(100% + 30px);}


.pc{display:block;}
.wap{display:none;}


/* 头部 */
.head{width:100%; height:118px; background:#125f69; position:relative; z-index:999;}
.logo{width:1260px; height:118px; margin:0 auto; background:url(logo.png) no-repeat left center;}


/* search */
.search{width:275px; height:24px; line-height:24px; margin-top:47px; float:right;}

.headNav{width:80px; height:24px; line-height:24px; float:left;}
.headNav a:link, .headNav a:visited{display:block; height:24px; padding-left:20px; color:#fff; background:url(i01.png) no-repeat left center;}
.searchBtn{-webkit-transition:none; -moz-transition:none; -ms-transition:none; -o-transition:none; transition:none;}
.closeBtn{background-image:url(iclose.png); -webkit-transition:all .3s; -moz-transition:all .3s; -ms-transition:all .3s; -o-transition:all .3s; transition:all .3s;}
.closeBtn:hover{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2); -moz-transform:rotate(180deg); -o-transform:rotate(180deg); -webkit-transform:rotate(180deg); transform:rotate(180deg);}

.searchCon{width:170px; height:24px; background:#fff; position:relative; -webkit-border-radius:12px; border-radius:12px; padding-left:10px; float:left; margin-left:15px;}
.searchCon .keyvalue{width:140px; height:24px; line-height:24px; background:none; border:0; padding:0; margin:0; font-size:14px; padding:0; float:left;}
.searchCon a{display:block; width:24px; height:24px; background:url(sbtn.png) no-repeat center center; float:left;}
.searchCon div{float:left;}


/* 菜单 */
.menu{height:45px; background:#fff;}
.menuFix{position:fixed; left:0; top:0; width:100%; z-index:100; box-shadow:0 2px 5px rgba(0,0,0,.1);}
.menu ul{width:1060px; margin:0 auto;}
.menu ul .nLi{float:left; width:126px; height:45px; text-align:center; position:relative; z-index:4;}
.menu ul .n01{width:94px;}
.menu ul .n02{width:158px;}
.menu ul .on{background:url(a01.png) no-repeat center bottom;}
.menu .nLi p a:link, .menu .nLi p a:visited{display:block; height:45px; line-height:45px; font-size:16px; color:#125f69;}
.menu .nLi p a:hover{color:#fff; background:#125f69;}
.menu .subBox{display:none; width:126px; position:absolute; left:0; top:45px; background:#fff; box-shadow:0 6px 10px rgba(0,0,0,.2); z-index:1;}
.menu .subBox li{height:36px; line-height:36px;}
.menu .subBox li a:link, .menu .subBox li a:visited{color:#000; font-size:15px; display:block; height:36px;}
.menu .subBox li a:hover{color:#fff; background:#125f69;}


.bannerWrap{width:100%; overflow:hidden;}
.banner{width:100%; position:relative; overflow:hidden;}
.banner .bd{position:relative; z-index:0; overflow:hidden;}
.banner .bd ul{width:100%;}
.banner .bd li{width:100%; overflow:hidden;}
.banner .bd li p{width:100%; height:400px; background-repeat:no-repeat; background-position:center center; background-size:cover;}
.banner .bd li a{display:block; width:100%; height:100%;}
.banner .hd{display:none;}
.banner .prev, .banner .next{width:40px; height:60px; background-repeat:no-repeat; background-position:center center; background-color:rgba(0,0,0,.3); position:absolute; top:50%; margin-top:-30px;}
.banner .prev{background-image:url(l.png); left:2%;}
.banner .next{background-image:url(r.png); right:2%;}
.banner .prev:hover, .banner .next:hover{background-color:rgba(206,0,2,.6);}


.iconLink{width:1260px; height:60px; margin:0 auto;}
.iconLink ul{margin-left:-5px;}
.iconLink ul li{width:calc(20% - 5px); height:100px; margin:-40px 0 0 5px; position:relative; z-index:10; float:left;}
.iconLink ul li a:link, .iconLink ul li a:visited{display:block; height:100px; background:#fff; color:#8c8b8b; box-shadow:0 2px 3px rgba(0,0,0,.1);}
.iconLink ul li p{width:100px; height:100px; background-repeat:no-repeat; background-position:center center; float:left;}
.iconLink ul li h2{height:28px; line-height:28px; font-size:16px; font-weight:normal; padding-top:26px; color:#125f69;}
.iconLink ul li h3{height:20px; line-height:20px; font-size:12px; font-weight:normal; color:#b9b9b9; font-family:Arial, Helvetica, sans-serif;}
.iconLink ul li h2, .iconLink ul li h3{-webkit-transition:all .3s; -moz-transition:all .3s; -ms-transition:all .3s; -o-transition:all .3s; transition:all .3s;}
.iconLink ul li a:hover h2, .iconLink ul li a:hover h3{color:#fff;}
.iconLink ul .i01 p{background-image:url(i02a.png);}
.iconLink ul .i02 p{background-image:url(i03a.png);}
.iconLink ul .i03 a:link, .iconLink ul .i03 a:visited{background:#125f69;}
.iconLink ul .i03 h2, .iconLink ul .i03 h3{color:#fff;}
.iconLink ul .i03 p{background-image:url(i04.png);}
.iconLink ul .i04 p{background-image:url(i05a.png);}
.iconLink ul .i05 p{background-image:url(i06a.png);}
.iconLink ul li a:hover{color:#fff; background:#f90 !important;}
.iconLink ul .i01 a:hover p{background-image:url(i02b.png);}
.iconLink ul .i02 a:hover p{background-image:url(i03b.png);}
.iconLink ul .i04 a:hover p{background-image:url(i05b.png);}
.iconLink ul .i05 a:hover p{background-image:url(i06b.png);}


.content{width:1260px; margin:0 auto;}
.newsBoxL{width:calc(50% - 30px); float:left;}
.newsBoxR{margin-left:calc(50% + 30px);}

.indH01{height:38px; line-height:38px; background:#f6f5f4; font-weight:normal;}
.indH01 a:link, .indH01 a:visited{display:block; height:38px; background:url(m01.png) no-repeat right center; font-size:14px; color:#a09281; margin-right:10px; padding-right:30px; float:right;}
.indH01 a:hover{color:#c30d23; background-image:url(m02.png);}
.indH01 p{width:134px; height:38px; text-align:center; font-size:20px; color:#fff; background:#125f69; border-right:#fff 1px solid; float:left; position:relative;}
.indH01 p i{display:block; width:26px; height:11px; background:url(h01.png) no-repeat; position:absolute; left:50%; margin-left:-13px; bottom:-11px;}

.indH02{height:38px; line-height:38px; font-size:20px; font-weight:normal;}
.indH02 a:link, .indH02 a:visited{display:block; height:38px; background:url(m01.png) no-repeat right center; font-size:14px; color:#a09281; padding-right:30px; float:right;}
.indH02 a:hover{color:#c30d23; background-image:url(m02.png);}
.indH02 img{vertical-align:text-top; margin-right:10px;}

.newsList li{height:41px; line-height:41px; padding-left:14px; background:url(a01.jpg) no-repeat left center; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; border-bottom:#e4e1df 1px dashed;}
.newsList li span{float:right; padding-left:20px; color:#999;}
.newsList li span i{font-style:normal;}


.F01{width:1260px; height:255px; margin:36px auto 40px;}
.F01 .newsBoxL, .F01 .newsBoxR{height:255px;}
.F01 .newsList{margin-top:27px;}
.F01 .newsList li{height:38px; line-height:38px; border-bottom:none;}

.F02{height:258px; background:url(bg01.jpg) no-repeat center center; background-size:cover; padding:30px 0 40px;}
.F02 .newsBoxL, .F02 .newsBoxR{height:258px;}
.F02 .newsList{margin-top:10px;}

.F03{width:1260px; height:402px; margin:30px auto 40px;}
.szjy{width:calc(50% - 17px); height:402px; float:left;}
.szjyCon{height:342px; border:#eee 1px solid; margin-top:20px;}
.szjyCon .bd{width:calc(100% + 1px); height:342px; margin-left:-1px;}
.szjyCon .bd ul li{width:calc(33.3333% - 1px); height:320px; padding-top:22px; border-left:#eee 1px solid; float:left;}
.szjyCon .bd ul li h3{height:26px; line-height:26px; border-left:#e74444 2px solid; font-size:16px; font-weight:normal; padding:0 28px; margin-left:-1px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.szjyCon .bd ul li .pic{width:148px; height:215px; background-repeat:no-repeat; background-position:center top; background-size:cover; -ms-behavior:url(backgroundsize.min.htc); behavior:url(backgroundsize.min.htc); margin:16px auto;}
.szjyCon .bd ul li .txt{height:72px; line-height:24px; color:#999; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:3; overflow:hidden; margin:15px 28px 0;}
.szjyCon .hd{display:none;}


.mtjj{height:402px; margin-left:calc(50% + 17px);}
.mtjjBox{height:342px; border:#eee 1px solid; padding:0 30px; margin-top:20px;}
.mtjjBox ul{height:327px; overflow:hidden;}
.mtjjBox ul li{height:60px; border-bottom:#dcdcdc 1px dashed; padding:11px 0 10px;}
.mtjjBox ul li h3{height:32px; line-height:32px; font-size:16px; font-weight:normal; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.mtjjBox ul li p{height:28px; line-height:28px; color:#999;}


.iLink{height:210px; background:url(bg02.jpg) no-repeat center center; background-size:cover;}
.iLink ul{width:1260px; height:210px; margin:0 auto;}
.iLink ul li{width:calc(33.3333% - 1px); height:210px; border-left:rgba(255,255,255,0.1) 1px solid; float:left; text-align:center;}
.iLink ul li:last-child{width:calc(33.3333% - 2px); border-right:rgba(255,255,255,0.1) 1px solid;}
.iLink ul li a{display:block; width:240px; height:210px; margin:0 auto;}
.iLink ul li a img{width:93px; height:93px; margin:35px auto 0;}
.iLink ul li a span{display:block; width:210px; height:1px; background:rgba(255,255,255,0.48); margin:17px auto 0;}
.iLink ul li a span i{display:block; width:14px; height:3px; background:#e74444; margin:0 auto; position:relative; top:-1px;-webkit-transition:all .3s; -moz-transition:all .3s; -ms-transition:all .3s; -o-transition:all .3s; transition:all .3s;}
.iLink ul li a p{height:22px; line-height:22px; color:#fff; font-size:16px; margin-top:15px;}
.iLink ul li a:hover span i{width:100%;}


/* 页底 */
.foot{background:#125f69; color:#fff; padding:25px 0 15px;}
.foot .ewm{width:262px; height:128px; float:left;}
.foot .ewm li{width:96px; height:128px; float:left; padding-right:35px; text-align:center;}
.foot .ewm li img{width:96px; height:96px; vertical-align:top;}
.foot .ewm li p{height:32px; line-height:32px; color:#e0b2b2; font-size:13px;}
.foot .contact{height:128px; line-height:118px; margin-left:192px; text-align:right;   color: white;}
.foot .contact span{padding-left:2em;}

.copy{height:36px; line-height:36px; text-align:center; color:#c48e8e; background:#094c55; font-size:13px;}
.copy i{font-style:normal; display:none;}

.nyBanner img{width:100%; vertical-align:top;}


.ny{width:1260px; margin:30px auto 50px;}
.left{width:220px; float:left;}
.left h2{height:70px; line-height:70px; background:#125f69; color:#fff; text-align:center; font-size:26px; font-weight:normal;}
.left ul{padding:0 15px 20px; border:#e9e9e9 1px solid;}
.left ul li{line-height:24px; border-bottom:#e9e9e9 1px dashed;}
.left ul li a:link, .left ul li a:visited{display:block; padding:15px 20px 15px 15px; line-height:24px; font-size:16px; background:url(a02.png) no-repeat right center; color:#333;}
.left ul li a:hover, .left ul li a.on{background-image:url(a03.png); color:#a30505;}


.right{margin-left:260px;_margin-left:257px;}
.post{height:45px; line-height:45px; border-bottom:#e9e9e9 1px solid;}
.post p{float:left; height:44px; line-height:44px; padding:0 12px; font-size:18px; border-bottom:#c11000 3px solid; position:relative; bottom:0;}
.post span{display:inline-block; padding-left:22px; background:url(ipost.png) no-repeat left center; float:right; color:#666;}
.post span i, .post span em{font-style:normal;}


.list01{padding:20px 0 50px;}
.list01 li{height:50px; line-height:50px;}
.list01 li a{display:block; height:50px; line-height:50px; padding:0 12px 0 24px; background:url(a04.jpg) no-repeat 12px center; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.list01 li a span{float:right; padding-left:20px; color:#999;}
.list01 li a span i{font-style:normal;}


.articleTitle{padding:50px 20px 20px; line-height:30px; font-size:20px; font-weight:600; text-align:center;}
.articleSubTitle, .articleIntroTitle{display:none;}
.articleInfo{width:80%; font-size:14px; height:30px; line-height:30px; background:#f5f5f5; color:#666; text-align:center; margin:0 auto;}
.articleInfo span{padding-left:20px;}
.articleInfo2{border:#ddd 1px solid; padding:10px 20px; font-size:12px; color:#666; line-height:24px; vertical-align:middle; margin:10px auto; background-color:#f5f5f5; display:none;}
.articleCon{font-size:14px; line-height:30px; padding:15px 0; min-height:300px;}
.articleCon p, .articleCon div{text-justify:inter-ideograph;text-align:justify;}
.articleCon img{max-width:800px; height:auto !important; margin:0 auto;_width:expression(document.body.clientWidth > 800 ? "800px" : "auto");}
.article2 .articleCon img{max-width:1260px; height:auto !important; margin:0 auto;_width:expression(document.body.clientWidth > 1260 ? "1260px" : "auto");}

/*江服后台自带翻页代码样式修改 开始*/
.simple_pgToolbar{margin:30px auto 0 !important; background:#fff !important; width:100%; min-height:72px !important; text-align:center; border-top:none !important;}
.simple_pgToolbar .simple_pgPanel{margin:0 auto;}
.simple_pgBtn{width:80px !important; height:30px !important; line-height:30px; text-align:center; margin:0 5px !important;}
.simple_pgBtn.simple_pgRefresh{width:20px !important;}
.simple_pgFirstDisabled, .simple_pgPrevDisabled, .simple_pgNext, .simple_pgLast{background-size:20px 20px;}
.simple_separator{display:none !important;}

.simple_pgCurrentPage{border:0 !important; background:none !important; height:32px !important; line-height:32px !important; width:30px  !important; text-align:right; padding:0 !important; margin:0 !important;}
.simple_pgTotalPage{display:inline-block; width:30px; height:32px; line-height:32px;}

.simple_pgFirst,.simple_pgLast,.simple_separator{border:#d2d2d2 1px solid; background:#f5f5f5 !important; border-radius:2px; color:#545454;}
.simple_pgPrev,.simple_pgPrevDisabled,.simple_pgNext,.simple_pgNextDisabled{border:#d2d2d2 1px solid; background:#f5f5f5 !important; border-radius:2px; color:#545454;}
.simple_pgFirstDisabled,.simple_pgLastDisabled,.simple_pgPrevDisabled,.simple_pgNextDisabled{cursor:auto; color:#c2c2c2;}
.simple_pgFirst:after,.simple_pgFirstDisabled:after{content:"<<"; font-size:18px;}
.simple_pgLast:after,.simple_pgLastDisabled:after{content:">>"; font-size:18px;}
.simple_pgPrev:after,.simple_pgPrevDisabled:after{content:"<"; font-size:18px;}
.simple_pgNext:after,.simple_pgNextDisabled:after{content:">"; font-size:18px;}
/*江服后台自带翻页代码样式修改 结束*/

.kfqq{width:90px; height:150px; position:fixed; right:10px; top:50%; margin-top:-75px; z-index:100;}
.kfqq #qq{display:block; width:90px; height:150px; background:url(kfqq.png) no-repeat; z-index:1;}
#closeQQ{display:block; width:20px; height:20px; border-radius:50%; background:url(close.png) no-repeat left top; position:absolute; right:-10px; top:-10px; z-index:2;}
#closeQQ:hover{background-position:right top;}



@media screen and (max-width:1259px){
	body{min-width:100%;_width:100%;}
	
	/* 头部 */
	.logo{width:auto; margin:0 10px;}

	.menu ul{width:auto;}
	.menu ul .nLi{width:10%;}
	.menu ul .n01{width:8%;}
	.menu ul .n02{width:12%;}
	
	.iconLink, .content, .iLink ul{width:auto; margin:0 10px;}
	.F01, .F03{width:auto; margin:30px 10px;}

	.ny{width:auto; margin:30px 10px 50px;}
	
	.articleCon img{max-width:100%;_width:100%;}
}

@media screen and (max-width:960px){
	body{min-width:100%;_width:100%; font-size:62.5%;}
	div{font-size:0.45rem;}
	.floatAd img{width:5rem !important;}
	
	/* 头部 */
	.head{width:100%; height:1.6rem; position:fixed; left:0; top:0;}
	.logo{height:0.8rem; background-position:0.3rem center; background-size:auto 0.9rem; padding:0.4rem 0.3rem; position:relative; margin:0;}
	
	.menu{display:none;}
	
	/* search */
	.searchBtn{display:block; width:0.64rem; height:1.6rem; background:url(searchbtn.png) no-repeat center center; background-size:.64rem .64rem; position:absolute; top:0; right:1.7rem;}
	.closeBtn{background-image:url(iclose.png);}
	.search{height:1.2rem; padding:0.3rem; top:1.6rem; left:0; position:absolute; width:calc(100% - 0.6rem); background:#0f565f; margin:0; float:none;}
	.searchCon{width:100%; height:1.2rem; padding:0; margin:0; position:relative;}
	.searchCon .keyvalue{width:calc(100% - 1.8rem); height:1.2rem; line-height:1.2rem; font-size:.45rem;}
	.searchCon a{width:1.2rem; height:1.2rem; background-size:.6rem .6rem; position:absolute; right:0; top:0;}
	
	.navWap{display:block; width:0.9rem; position:absolute; cursor:pointer; height:0.9rem; top:0.45rem; right:0.3rem;}
	.navWap span{display:block; background:#fff; width:100%; height:2px; position:absolute; left:0; transition:all ease 0.35s;}
	.navWap span:nth-of-type(1){top:0;}
	.navWap span:nth-of-type(2){top:0.3rem;}
	.navWap span:nth-of-type(3){top:0.6rem;}
	.navCur span:nth-of-type(1){top:0.3rem; transform:rotate(45deg);}
	.navCur span:nth-of-type(2){width:0;}
	.navCur span:nth-of-type(3){top:0.3rem;transform:rotate(-45deg);}
	.navList{display:block; position:fixed; z-index:998; background:#eee; width:100%; font-size:0.45rem; top:-300%; overflow:auto; overflow-x:hidden; transition:top ease 0.35s; box-shadow:0 2px 2px 0 rgba(0,0,0,0.4);}
	.navShow{top:1.6rem;}
	.navList ul li i{position:absolute; top:0.1rem; right:0; border-left:1px #ddd solid; width:0.8rem; height:0.8rem; line-height:0.8rem; text-align:center; box-sizing:border-box; cursor:pointer;}
	.navList ul li i svg{transform:rotate(-90deg); transition:all ease 0.35s; width:20px; height:20px; position:absolute; left:50%; top:50%; margin:-10px 0 0 -10px; fill:#555;}
	.navList ul li{position:relative; line-height:1rem; font-size:0.5rem; border-bottom:#ddd 1px solid;}
	.navList ul li ul{display:none; border-top:#ddd 1px solid; padding:0.3rem 0.5rem;}
	.navList ul li ul li{border-bottom:0; border-top:0; font-size:0.45rem;}
	.navList ul li a{color:#666; width:100%; display:block; padding-left:0.5rem;}
	.navList ul li ul li a{color:#999; display: block; text-align:left; border-bottom:0;}
	.navList ul li:first-child{overflow:hidden; border-top:0;}
	.navList ul li a:hover{color:#ce0002;}
	.navList ul li .navListCur svg{fill:#ce0002; transform:rotate(0deg);}
	
		
	.iconLink{width:calc(100% - 0.3rem); height:auto; padding:0.15rem; margin:0;}
	.iconLink ul{margin:0;}
	.iconLink ul li{width:calc(50% - 0.3rem); height:auto; margin:0; padding:0.15rem;}
	.iconLink ul .i05{width:calc(100% - 0.3rem);}
	.iconLink ul li a:link, .iconLink ul li a:visited{height:1.2rem; padding:0.2rem 0 0.2rem 0.1rem; box-shadow:0 0 0 rgba(0,0,0,0);}
	.iconLink ul li p{width:1.2rem; height:1.2rem; margin-right:0.1rem; background-size:auto 0.9rem;}
	.iconLink ul li h2{height:0.6rem; line-height:0.6rem; font-size:0.45rem; padding-top:0; color:#fff;}
	.iconLink ul li h3{height:0.6rem; line-height:0.6rem; font-size:0.3rem; color:#fff;}
	.iconLink ul .i01 a:link, .iconLink ul .i01 a:visited{background:#69b8b2; color:#fff;}
	.iconLink ul .i02 a:link, .iconLink ul .i02 a:visited{background:#e7b75a; color:#fff;}
	.iconLink ul .i03 a:link, .iconLink ul .i03 a:visited{background:#e8646f; color:#fff;}
	.iconLink ul .i04 a:link, .iconLink ul .i04 a:visited{background:#2276be; color:#fff;}
	.iconLink ul .i05 a:link, .iconLink ul .i05 a:visited{background:#5ab4f3; color:#fff;}
	.iconLink ul .i01 p{background-image:url(i02b.png);}
	.iconLink ul .i02 p{background-image:url(i03b.png);}
	.iconLink ul .i04 p{background-image:url(i05b.png);}
	.iconLink ul .i05 p{background-image:url(i06b.png);}

	
	.bannerWrap{margin-top:1.6rem;}
	.banner .bd li p{height:6rem;}
	.banner .hd{display:block; width:100%; height:.3rem; position:absolute; left:0; bottom:.6rem; text-align:center;}
	.banner .hd li{display:inline-block; width:.3rem; height:.3rem; background:#fff; overflow:hidden; border-radius:50%; text-indent:-9rem; margin:0 .2rem; vertical-align:top;}
	.banner .hd li.on{background:#ce0002;}
	
	
	.banner .prev, .banner .next{display:none;}

	.content{margin:0;}
	.newsBoxL{width:auto; float:none; padding:0.5rem 0.3rem 0;}
	.newsBoxR{margin-left:0; padding:0.5rem 0.3rem 0;}
	
	.indH01{height:1rem; line-height:1rem;}
	.indH01 a:link, .indH01 a:visited{height:1rem; font-size:0.4rem; color:#a09281; margin-right:0.2rem;}
	.indH01 p{height:1rem; font-size:0.54rem;}
	
	.indH02{height:1rem; line-height:1rem; font-size:0.54rem;}
	.indH02 a:link, .indH02 a:visited{height:1rem; font-size:0.4rem;}
	.indH02 img{margin-right:0.1rem;}
	
	.newsList li{height:1rem; line-height:1rem; padding-left:0; background:none;}
	.newsList li span{padding-left:0.3rem;}

	.F01, .F03{width:auto; height:auto; margin:0;}
	.F01 .newsBoxL{padding-top:0.4rem;}
	
	
	.F01 .newsBoxL, .F01 .newsBoxR{height:auto;}	
	.F01 .newsList{margin-top:0.3rem;}
	.F01 .newsList li{height:1rem; line-height:1rem;}
	
	.F02{height:auto; margin-top:0.5rem; background:none; padding:0;}
	.F02 .newsBoxL{background:url(bg01.jpg) no-repeat left center; background-size:cover; height:auto;}
	.F02 .newsBoxR{background:url(bg01.jpg) no-repeat right bottom; background-size:cover; padding-bottom:0.5rem; height:auto;}
	.F02 .newsList{margin-top:0.1rem;}


	.szjy{width:auto; height:auto; float:none; margin:0.5rem 0.3rem 0;}
	.szjyCon{height:auto; border:none; margin-top:0;}
	.szjyCon .bd{width:100%; height:auto; margin:0;}
	.szjyCon .bd ul li{width:auto; height:auto; border:#eee 1px solid; padding:0.3rem; margin-top:0.2rem; float:none;}
	.szjyCon .bd ul li a{display:block; height:3.2rem; position:relative; padding-left:3.3rem;}
	.szjyCon .bd ul li h3{height:0.8rem; line-height:0.8rem; font-size:0.45rem; padding:0 0 0 0.3rem; margin-left:0;}
	.szjyCon .bd ul li .pic{width:3rem; height:3.2rem; margin:0; position:absolute; left:0; top:0;}
	.szjyCon .bd ul li .txt{height:2.1rem; line-height:0.7rem; font-size:0.4rem; margin:0.3rem 0 0;}
	.szjyCon .hd{display:none;}
	
	
	.mtjj{height:auto; margin-left:0; margin:0.5rem 0.3rem;}
	.mtjjBox{height:auto; border:#eee 1px solid; padding:0 0.4rem 0.4rem; margin-top:0.2rem;}
	.mtjjBox ul{height:auto; overflow:hidden;}
	.mtjjBox ul li{height:1.5rem; border-bottom:#dcdcdc 1px dashed; padding:0.12rem 0;}
	.mtjjBox ul li h3{height:0.8rem; line-height:0.8rem; font-size:0.45rem;}
	.mtjjBox ul li p{height:0.7rem; line-height:0.7rem; font-size:0.4rem;}
	
	
	.iLink{height:auto;}
	.iLink ul{width:auto; height:auto; margin:0;}
	.iLink ul li{height:auto; border-left:0; border-right:rgba(255,255,255,0.1) 1px solid;}
	.iLink ul li:last-child{border-right:0; width:33.3333%;}
	.iLink ul li a{width:auto; height:auto; padding:0.5rem 0.3rem; margin:0 auto;}
	.iLink ul li a img{width:93px; height:93px; margin:0.1rem auto 0;}
	.iLink ul li a span{display:none;}
	.iLink ul li a p{height:1.2rem; line-height:1.2rem; font-size:0.4rem; margin-top:0.2rem;}
	.iLink ul li:last-child a p{line-height:0.6rem;}
	
	
	/* 页底 */
	.foot{padding:0.8rem 0.3rem 0.3rem;}
	.foot .ewm{width:auto; height:auto; float:none;}
	.foot .ewm li{width:calc(50% - 0.6rem); height:auto; padding:0 0.3rem; text-align:center;}
	.foot .ewm li p{height:0.8rem; line-height:0.8rem; font-size:0.4rem;}
	.foot .contact{height:auto; line-height:0.8rem; margin-left:0; text-align:left; padding-top:0.5rem;}
	.foot .contact span{padding-left:0; display:block;}
	.copy{height:1.2rem; line-height:1.2rem; font-size:0.4rem; padding:0 0.5rem;}
	
	.ny{margin:0;}
	.nyBanner{margin-top:1.6rem;}
	

	.right{margin-left:0;_margin-left:0;}
	.post{height:1.2rem; line-height:1.2rem; padding:0 .3rem; font-size:.4rem;}
	.post span{padding-left:.6rem; background:url(now.png) no-repeat left center; background-size:auto .5rem; float:none;}
	.post span i{display:none;}
	.post span em{color:#c11000;}
	
	
	.list01{padding:.3rem .3rem .6rem;}
	.list01 li{height:1.4rem; line-height:1.4rem;}
	.list01 li a{height:1.4rem; line-height:1.4rem; padding:0 .2rem; background:none; font-size:.45rem;}
	.list01 li a span{padding-left:.5rem;}

		
	.article{padding:0 .3rem;}
	.articleTitle{padding:.3rem 0 .2rem; line-height:1rem; font-size:.56rem;}
	.articleInfo{width:96%; font-size:.4rem; height:1rem; line-height:1rem;}
	.articleInfo span{padding-left:.0rem;}
	.articleCon{font-size:.45rem; line-height:1rem; padding:.3rem 0 .6rem; min-height:5rem;}
	.articleCon img, .article2 .articleCon img{max-width:100%;_width:100%; height:auto !important;}
	.articleCon .tableBox{overflow-x:auto;}
	
	.simple_pgToolbar{margin:.3rem auto 0 !important; min-height:.8rem !important;}
	.simple_pgToolbar .simple_pgPanel{height:.8rem !important; line-height:.8rem !important; font-size:.42rem !important;}
	.simple_pgToolbar td{font-size:.42rem !important;}
	.simple_pgBtn{width:auto !important; padding:0 .3rem !important; height:.8rem !important; line-height:.8rem; text-align:center; margin:0 .1rem !important;}
	.simple_pgBtn.simple_pgRefresh{width:20px !important; padding:0 .15rem !important;}
	.simple_pgFirstDisabled, .simple_pgPrevDisabled, .simple_pgNext, .simple_pgLast{background-size:20px 20px;}
	.simple_pgNext{margin-left:.6rem !important;}
	.simple_pgCurrentPage{height:.8rem !important; line-height:.8rem !important; width:1rem !important; font-size:.42rem; text-align:right !important;}
	.simple_pgTotalPage{width:auto !important; height:.8rem; line-height:.8rem; font-size:.42rem;}
	
	.simple_pgFirst:after, .simple_pgFirstDisabled:after,
	.simple_pgLast:after, .simple_pgLastDisabled:after,
	.simple_pgPrev:after, .simple_pgPrevDisabled:after,
	.simple_pgNext:after, .simple_pgNextDisabled:after{font-size:.42rem;}
	
	.pc{display:none;}
	.wap{display:block;}
}

@media screen and (max-width:640px){
	.articleInfo{width:90%; font-size:.3rem;}
	.articleCon{font-size:.45rem;}
}

@media screen and (max-width:480px){
	.logo{padding:0.4rem 0.5rem; background-position:0.5rem center;}
	.searchBtn{right:1.8rem;}
	.navWap{right:0.5rem;}
	
	.iconLink{width:calc(100% - 0.8rem); padding:0.4rem 0.4rem 0;}
	.iconLink ul li{width:calc(50% - 0.2rem); padding:0.1rem;}
	.iconLink ul .i05{width:calc(100% - 0.2rem);}
	
	.newsBoxL, .newsBoxR{padding:0.8rem 0.5rem 0;}
	
	.navList ul li i{width:1rem; height:1rem; line-height:1rem;}
	.navList ul li{line-height:1.2rem;}
	.navList ul li ul li{font-size:0.45rem;}
	.navList ul li:first-child a{float:left;width:calc(100% - 2rem);}
	.navList ul li:first-child .language{width:2rem; overflow:hidden; height:1rem; line-height:1rem;}
	.navList ul li:first-child .language a{width:1rem;}
	
	.szjy{margin:0.8rem 0.5rem 0;}
	.mtjj{margin:0.8rem 0.5rem;}
	
	.foot{padding:0.8rem 0.5rem 0.4rem;}
	
	.copy i{display:inline;}
	.copy span, .newsList li span i, .list01 li span i{display:none;}
	
	.post{padding:0 .5rem;}
	.post span{padding-left:0.5rem; background-size:auto .45rem;}
	
	.list01{padding:0.5rem 0.5rem 0.8rem;}
}


.nyimg {width:220px; height:210px; float:left; margin-left:20px;} 
.nyimg table td { width:220px; height:170px; border:1px solid #f0f0f0; text-align:center;}


.nytext {height:30px; background:#00a651; text-align:center;}
.nytext a { color:#FFF;}

.nyetp { background:#f0f0f0; text-align:center; padding:20px 0px;}
.nyetp img {width:400px; border:5px solid #ffffff;}

/* 弹窗 */
   .black_overlay{ 
            display: none; 
            position: absolute; 
            top: 0%; 
            left: 0%; 
            width: 100%; 
            height: 100%; 
            background-color: black; 
            z-index:1001; 
            -moz-opacity: 0.8; 
            opacity:.80; 
            filter: alpha(opacity=88);} 
        .white_content { 
            display: none; 
            position: absolute; 
            top: 25%; 
            left: 25%; 
            width: 55%; 
            height: 55%; 
            padding: 20px; 
            border: 10px solid orange; 
            background-color: #ffffff; 
            z-index:1002; 
            overflow: auto;} 