@charset "utf-8";
/* CSS Document */
*::selection{background:#1e50ae; color:#fff; text-shadow:none;}
*{margin:0;padding:0;}
body{font-size:16px; color:#000; font-family:"Microsoft YaHei","微软雅黑","黑体",sans-serif; min-width:1260px;_width:1260px; 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;}
a:link, a:visited{color:#000;}
a:hover{color:#1e50ae;}
/*去掉图形热点的点击时出现的边线*/
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;}

/*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);}


.ie6{text-align:center; font-size:16px; background:#FC6; line-height:100px; z-index:100000; width:100%; position:absolute; height:100px; top:0; left:0;}
.ie6 span{float:right; margin-right:30px; cursor:pointer;}
.ie6 a:link, .ie6 a:visited{text-decoration:underline; color:#df002b;}
.ie6 a:hover{color:#b91010;}

/* 头部 */
.head{height:100px; background:#1e50ae url(headBg.jpg) no-repeat left top; position:relative; z-index:999;}
.logo{width:1260px; height:100px; margin:0 auto; background:url(logo.png) no-repeat left center; position:relative;}

.searchBtn{width:30px; height:30px; background:url(iSearch.png) no-repeat center center; position:absolute; right:0; top:37px; -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);}

.search{width:320px; height:40px; position:absolute; right:0; top:100px; z-index:100000; background:#fff; padding:20px;}
.search .keyValue{width:258px; height:38px; line-height:38px; border:#ccc 1px solid; border-right:none; font-size:15px; padding:0 10px; background:none; float:left;}
.search .submitBtn{display:block; width:40px; height:40px; background:#1e50ae url(iSearch.png) no-repeat center center; overflow:hidden; text-indent:-99px; float:left;}

/* 菜单 */
.menu{height:96px; padding-top:4px; float:right; margin-right:40px;}
.menu .nav{height:96px; position:relative; z-index:20;}
.menu .nav .nLi{float:left; height:96px; position:relative; display:inline;}
.menu .nav .nLi h3{font-weight:normal; font-size:16px; width:106px; height:96px; text-align:center;}
.menu .nav .nLi.last h3{width:200px;}
.menu .nav .nLi h3 a:link, .menu .nav .nLi h3 a:visited{display:block; height:96px; line-height:96px; background-repeat:no-repeat; background-position:center bottom; background-image:none; color:#fff;}
.menu .nav .nLi h3 a:hover, .menu .nav .nLi:hover h3 a{background-image:url(menuH.jpg);}
.menu .nav .sub{display:none; width:106px; left:0; top:96px; position:absolute; background:#4b73be; line-height:40px; text-align:center;}
.menu .nav .subW144{width:144px; left:-19px;}
.menu .nav .sub li{zoom:1;}
.menu .nav .sub a:link, .menu .nav .sub a:visited{display:block; padding:0 10px; height:40px; line-height:40px; font-size:15px; color:#fff;}
.menu .nav .sub a:hover{background:#ffbc15; color:#fff;}


.navWap, .navList{display:none;}


.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 ul li{width:100%; overflow:hidden;}
.banner .bd ul li p{width:100%; height:550px; background-repeat:no-repeat; background-position:center center; background-size:cover;}
.banner .bd ul li a{display:block; width:100%; height:100%;}
.banner .hd{width:100%; height:10px; position:absolute; left:0; bottom:30px; z-index:1; text-align:center;}
.banner .hd ul li{width:10px; height:10px; overflow:hidden; text-indent:-99px; cursor:pointer; display:inline-block; *display:inline; vertical-align:top; zoom:1; background:#fff; margin:0 5px; border-radius:5px; -webkit-transition:all .3s; -moz-transition:all .3s; -ms-transition:all .3s; -o-transition:all .3s; transition:all .3s;}
.banner .hd ul li.on{width:40px; background:#ffbc15;}
.banner .prev, .banner .next{position:absolute; top:50%; margin-top:-25px; display:block; width:50px; height:50px; background-color:rgba(0,0,0,.1); background-repeat:no-repeat; background-position:center center; border-radius:5px;}
.banner .prev{left:2%; background-image:url(l.png);}
.banner .next{right:2%; background-image:url(r.png);}
.banner .prev:hover, .banner .next:hover{background-color:rgba(0,0,0,.5);}


.indH{height:57px; font-weight:normal;}
.indH p{height:36px; line-height:36px; font-size:24px; color:#1e50ae;}
.indH p a{display:block; width:20px; height:20px; background:url(m01.png) no-repeat center center; float:right; margin-top:12px; -webkit-transition:all .6s; -moz-transition:all .6s; -ms-transition:all .6s; -o-transition:all .6s; transition:all .6s;}
.indH p a:hover{transform:rotate(180deg); -ms-transform:rotate(180deg); -moz-transform:rotate(180deg); -webkit-transform:rotate(180deg); -o-transform:rotate(180deg);}
.indH span{display:block; height:21px; position:relative;}
.indH span em{display:block; height:21px; line-height:21px; font-size:16px; color:#bababa; font-style:normal; background:#fff url(iH.jpg) no-repeat right center; float:left; padding-right:21px; position:relative; z-index:1;}
.indH span i{display:block; width:100%; height:1px; background:#ebebeb; position:absolute; left:0; top:10px; z-index:0;}

.indNewsList{padding-top:16px;}
.indNewsList li{height:42px; line-height:42px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.indNewsList li span{float:right; color:#999; padding-left:20px;}
.indNewsList li span i{font-style:normal;}


.indF1{width:1260px; height:410px; margin:50px auto 0;}
.news{width:820px; height:410px; float:left;}
.newsCon{height:348px; padding-top:5px;}
.picNews{width:410px; height:330px; padding-top:18px; position:relative; float:left;}
.picNews .bd{height:330px; overflow:hidden;}
.picNews .bd li{width:410px; height:330px; position:relative; float:left;}
.picNews .bd li .pic{width:410px; height:270px; overflow:hidden;}
.picNews .bd li .pic p{display:block; height:270px; -webkit-transition:all .3s; -moz-transition:all .3s; -ms-transition:all .3s; -o-transition:all .3s; transition:all .3s;}
.picNews .bd li a:hover .pic p{-webkit-transform:scale(1.1); -moz-transform:scale(1.1); -ms-transform:scale(1.1); -o-transform:scale(1.1); transform:scale(1.1);}
.picNews .bd li .txt{height:52px; padding-top:8px;}
.picNews .bd li .txt h3{height:27px; line-height:27px; font-size:16px; font-weight:normal; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.picNews .bd li .txt span{display:block; height:25px; line-height:25px; font-size:14px; color:#999; background:url(iTime.png) no-repeat left center; padding-left:22px;}
.picNews .hd{height:20px; position:absolute; right:2px; bottom:60px;}
.picNews .hd li{width:18px; height:18px; line-height:18px; text-align:center; font-size:12px; font-family:Arial, Helvetica, sans-serif; background:rgba(0,0,0,.6); color:#fff; margin-left:2px; float:left; cursor:pointer;}
.picNews .hd li.on{background:#ffbc15; color:#fff;}
.picNews .prev, .picNews  .next{display:block; width:30px; height:40px; position:absolute; top:133px; background-color:#1e50ae; background-repeat:no-repeat; background-position:center center; filter:alpha(opacity=0); opacity:0;}
.picNews .prev{left:0; background-image:url(l.png);}
.picNews .next{right:0; background-image:url(r.png);}
.picNews:hover .prev, .picNews:hover .next{filter:alpha(opacity=90); opacity:.9;}
.picNews .prev:hover, .picNews .next:hover{background-color:#ffbc15;}

.txtNews{height:348px; margin-left:430px; overflow:hidden;}
.txtNews ul{padding-top:0;}
.txtNews ul li{height:57px; line-height:57px; border-bottom:#eaeaea 1px dashed;}
.txtNews ul li span i{display:none;}


.tzgg{height:410px; margin-left:865px;}
.tzgg ul{padding-top:5px;}
.tzgg ul li{height:57px; line-height:57px; border-bottom:#eaeaea 1px dashed;}
.tzgg ul li span i{display:none;}


.zlxz{width:1260px; height:57px; margin:36px auto 0;}
.zlxz .indH span em{background:none;}
.zlxzBox{height:210px; padding:40px 0; background:url(bg.jpg) no-repeat center center; background-size:cover; margin-top:12px;}
.zlxzCon{width:1260px; height:210px; margin:0 auto; overflow:hidden;}
.zlxzCon ul{margin-left:-90px; height:210px; padding-top:0;}
.zlxzCon ul li{width:565px; margin-left:90px; padding-left:20px; background:url(a01.png) no-repeat left center; float:left; color:#fff;}
.zlxzCon ul li span{color:#fff;}
.zlxzCon ul li a:link, .zlxzCon ul li a:visited{color:#fff;}
.zlxzCon ul li a:hover{color:#ffbc15;}


.indF2{width:1260px; height:313px; margin:50px auto;}
.fdyzj{width:650px; height:313px; float:left;}
.fdyzj ul li{height:40px; line-height:40px;}

.login{width:300px; height:308px; padding:5px 0 0 45px; float:left;}
.login h2{height:50px; line-height:50px; text-align:center; font-size:22px; font-weight:normal; color:#fff; background:#0075c9;}
.login ul{height:213px; background:#fafafa; border:#e6e6e6 1px solid; border-top:none; padding:34px 34px 0;}
.login ul li{height:40px; padding-top:9px; position:relative;}
.login ul li.loginBtn{padding-top:25px;}
.login ul li span{display:block; width:38px; height:38px; position:absolute; left:1px; bottom:1px; border-radius:5px 0 0 5px; z-index:1;}
.login ul li.iUser span{background:url(iUser.png) no-repeat 12px center;}
.login ul li.iPWD span{background:url(iPWD.png) no-repeat 12px center;}
.login ul li .inpTxt{width:190px; height:38px; line-height:38px; background:#fff; border:#dcdcdc 1px solid; padding-left:38px; border-radius:5px;}
.login ul li .inpTxt::placeholder{color:#ababab;}
.login ul li div{float:left;}
.login ul li .inpBtn{width:100%; height:40px; line-height:40px; border:none; background:#0075c9; color:#fff; cursor:pointer; font-size:16px; border-radius:5px; -webkit-transition:all .3s; -moz-transition:all .3s; -ms-transition:all .3s; -o-transition:all .3s; transition:all .3s;}
.login ul li .inpBtn:hover{background:#ffbc15;}

.link{height:313px; margin-left:1040px;}
.picLink{height:200px;}
.picLink a{display:block; height:90px; margin:5px auto; float:left;}
.picLink a img{width:100%; height:90px; vertical-align:top;}

.selLink{height:100px;}
.selLink select{width:100%; height:44px; line-height:44px; border:#e5e5e5 1px solid; margin:5px 0; float:left; box-sizing:border-box;}


/* 页底 */
.foot{background:#1e50ae; color:#afbfdf; font-size:14px;}
.footCon{width:1260px; height:209px; margin:0 auto;}
.footCon h2{height:48px; line-height:27px; font-size:16px;}
.footCon h2 span{display:block; height:21px; line-height:21px; font-size:12px; text-transform:uppercase; font-weight:normal;}
.contact{width:401px; height:152px; padding:30px 40px 27px; border-left:#3464bf 1px solid; border-right:#3464bf 1px solid; float:left;}
.contact p{height:90px; line-height:30px; padding-top:14px;}

.fNav{width:168px; height:152px; padding:30px 30px 27px 60px; border-right:#3464bf 1px solid; float:left;}
.fNav ul{padding-top:14px; height:90px;}
.fNav ul li{width:50%; height:30px; line-height:30px; float:left;}
.fNav ul li.w100{width:100%;}
.fNav ul li a:link, .fNav ul li a:visited{color:#afbfdf;}
.fNav ul li a:hover{color:#fff;}

.copy{height:39px; line-height:39px; text-align:center; border-top:#3464bf 1px solid;}
.copy em{display:none; font-style:normal;}
.copy label{padding-left:1em;}
.copy a:link, .copy a:visited{color:#afbfdf;}
.copy a:hover{color:#fff;}

.ny{width:1260px; padding:30px 0 50px; margin:0 auto; min-height:500px;}
.left{width:240px; min-height:270px; background:#f4f8fa; float:left;}
.left h2{height:60px; line-height:60px; color:#fff; background:#1e50ae; font-size:20px; font-weight:normal; text-align:center;}
.left ul{padding:20px 0 50px 20px;}
.left li{height:44px; padding-bottom:10px;}
.left li a{display:block; height:44px; line-height:44px; border-left:#f4f8fa 2px solid; background:#f4f8fa; padding-left:15px; position:relative;}
.left li a:after{display:none; content:""; width:9px; height:44px; position:absolute; right:20px; top:0; background:url(a02.png) no-repeat center center;}
.left li a:hover, .left li a.on{border-left-color:#0075c9; background:#fff; color:#0075c9;}
.left li a.on:after{display:block;}

.right{margin-left:280px;}
.nyH{height:48px; line-height:48px; border-bottom:#ccc 1px solid;}
.nyH p{height:48px; line-height:48px; color:#1e50ae; font-weight:normal; font-size:20px; float:left;}
.nyH span{font-size:14px; color:#666; float:right; margin-top:12px; display:block; height:36px; line-height:36px;}
.nyH span i, .nyH span em{font-style:normal;}

.list01{padding-top:20px;}
.list01 ul li{height:40px; line-height:40px; padding-left:16px; background:url(a01.png) left center no-repeat; border-bottom:#dcdcdc 1px dashed;}
.list01 ul li h3{height:40px; font-size:16px; font-weight:normal; margin-right:100px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.list01 ul li span{float:right; color:#999;}
.list01 ul li span i{font-style:normal;}

.article{padding-bottom:60px;}
.articleTitle{padding:50px 20px 20px; line-height:30px; font-size:20px; font-weight:600; text-align:center;}
.articleInfo{width:80%; font-size:14px; height:30px; line-height:30px; background:#f5f5f5; color:#666; text-align:center; margin:0 auto;}
.articleInfo label{padding-left:20px;}
.articleCon{font-size:14px; line-height:30px; padding:15px 0; min-height:300px;}
.articleCon img{max-width:1000px; height:auto !important; margin:0 auto;_width:expression(document.body.clientWidth > 1000 ? "1000px" : "auto");}
.articleGn{padding-top:20px; text-align:center; line-height:30px; font-weight:bold; font-size:14px;}


#goHeadBtn{display:block; width:50px; height:50px; z-index:999; background:url(goHeadBtn.png) no-repeat; position:fixed; right:20px; bottom:50px;}

.pc{display:block;}
.wap{display:none;}

@media screen and (max-width:960px){
	body{min-width:100%;_width:100%; font-size:62.5%;}
	.overHidden{overflow:hidden; height:100%;}
	
	/* 头部 */
	.head{height:2rem; width:100%; position:fixed; left:0; top:0; z-index:1000; background-size:auto 93%;}
	.logo{width:auto; height:2rem; background-position:.3rem center; background-size:70% auto;}
	
	.searchBtn{width:1rem; height:1rem; background:url(iSearch2.png) no-repeat center center; background-size:.7rem .7rem; position:absolute; right:1.4rem; top:.5rem;}
	.closeBtn{background-image:url(iClose.png);}
	
	.search{width:100%; height:1.6rem; top:2rem; padding:.3rem; box-sizing:border-box;}
	.search .keyvalue{width:calc(100% - 1rem); height:1rem; line-height:1rem; font-size:.45rem; padding:0 1.2rem 0 .2rem; box-sizing:border-box;}
	.search .iSearch:link, .search .iSearch:visited{width:1rem; height:1rem; background-size:.5rem .5rem;}
	
	
	/* 菜单 */
	.menu{display:none;}
	.navWap{display:block; width:.9rem; height:1rem; float:right; position:absolute; right:.3rem; top:0; cursor:pointer; margin-top:.7rem;}
	.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:.3rem;}
	.navWap span:nth-of-type(3){top:.6rem;}
	.navCur span:nth-of-type(1){top:.3rem; transform:rotate(45deg);}
	.navCur span:nth-of-type(2){width:0;}
	.navCur span:nth-of-type(3){top:.3rem;transform:rotate(-45deg);}

	.navList{display:block; position:fixed; z-index:999; background:#0075c9; width:100%; font-size:.45rem; top:-300%; overflow:auto; overflow-x:hidden; transition:top ease 0.35s; box-shadow:0 3px 10px 0 rgba(0,0,0,0.4);}
	.navShow{top:2rem;}
	.navList ul li{position:relative; line-height:1.2rem; font-size:.5rem; border-bottom:#005897 1px solid; border-top:#0a91f1 1px solid;}
	.navList ul li a{display:block; height:1.2rem; line-height:1.2rem; padding:0 .5rem; color:#fff;}
	.navList ul li i{display:block; width:1.2rem; height:1.2rem; text-align:center; cursor:pointer; position:absolute; top:0; right:0;}
	.navList ul li i svg{transform:rotate(-90deg); transition:all ease .35s; width:20px; height:20px; position:absolute; left:50%; top:50%; margin:-10px 0 0 -10px; fill:#fff;}
	.navList ul li:first-child{overflow:hidden; border-top:0}
	.navList ul li ul{display:none; padding:.3rem 0 .3rem .5rem;}
	.navList ul li ul ul{padding:.3rem 0 .3rem .3rem;}
	.navList ul li ul li{border-bottom:0; border-top:0; font-size:.45rem; margin-left:.5rem;}
	.navList ul li ul li a{color:#fff; display:block; text-align:left; border-bottom:0; padding-left:0;}
	.navList ul li a:hover{color:#fff;}
	.navList ul li .navListCur svg{fill:#fff; transform:rotate(0deg);}
	

	.bannerWrap{margin-top:2rem;}
	.banner .bd ul li p{height:6rem;}
	.banner .hd{left:0; bottom:.4rem;}
	.banner .hd ul li{width:.3rem; height:.3rem; margin:0 .2rem; border-radius:.15rem;}
	.banner .hd ul li.on{width:1rem;}
	.banner .prev, .banner .next{margin-top:-.4rem; width:.8rem; height:.8rem;}
	.banner .prev{left:.3rem;}
	.banner .next{right:.3rem;}
	
	
	.indH{height:auto; font-weight:normal;}
	.indH p{height:1rem; line-height:1rem; font-size:.54rem;}
	.indH p a{width:.6rem; height:.6rem; background-size:.6rem .6rem; margin-top:.4rem;}
	.indH span em{font-size:.45rem; padding-right:21px;}
	
	.indNewsList{padding-top:.3rem;}
	.indNewsList li{height:1.2rem; line-height:1.2rem; font-size:.45rem;}
	.indNewsList li span{padding-left:.3rem;}
	
	
	.indF1{width:auto; height:auto; margin:.5rem auto 0;}
	.news{width:auto; height:auto; float:none; padding:0 .3rem;}
	.newsCon{height:auto; padding-top:0;}
	.picNews{width:auto; height:auto; padding-top:.2rem; float:none;}
	.picNews .bd{height:auto;}
	.picNews .bd li{width:100%; height:auto;}
	.picNews .bd li .pic{width:100%; height:auto;}
	.picNews .bd li .pic p{height:6rem;}
	.picNews .bd li .txt{height:1.6rem; padding-top:.2rem;}
	.picNews .bd li .txt h3{height:.9rem; line-height:.9rem; font-size:.45rem;}
	.picNews .bd li .txt span{height:.8rem; line-height:.8rem; font-size:.4rem;}
	.picNews .prev, .picNews  .next{display:none;}
	
	.txtNews{height:auto; margin-left:0; margin-top:.5rem; border-top:#eaeaea 1px solid; padding-top:.3rem; overflow:hidden;}
	.txtNews ul li{height:1.2rem; line-height:1.2rem; border-bottom:none; font-size:.45rem;}
	.txtNews ul li span i{display:inline;}
	
	
	.tzgg{height:auto; margin-left:0; padding:.5rem .3rem;}
	.tzgg ul{padding-top:.3rem;}
	.tzgg ul li{height:1.2rem; line-height:1.2rem; border-bottom:none;}
	.tzgg ul li span i{display:inline;}
	
	
	.zlxz{width:auto; height:auto; margin:0 .3rem;}
	.zlxzBox{height:auto; padding:.4rem .3rem; margin-top:.2rem;}
	.zlxzCon{width:auto; height:auto;}
	.zlxzCon ul{margin-left:0; height:auto; padding-top:0;}
	.zlxzCon ul li{width:auto; margin-left:0; padding-left:.5rem; float:none; color:#fff;}
	
	
	.indF2{width:auto; height:auto; margin:.5rem .3rem;}
	.fdyzj{width:auto; height:auto; float:none;}
	.fdyzj ul li{height:1.2rem; line-height:1.2rem;}
	
	.login{width:auto; height:auto; padding:.5rem 0 0; float:none;}
	.login h2{height:1.4rem; line-height:1.4rem; font-size:.6rem;}
	.login ul{height:auto; padding:.6rem .6rem .9rem;}
	.login ul li{height:1.2rem; padding-top:.3rem;}
	.login ul li.loginBtn{padding-top:.6rem;}
	.login ul li span{width:1.2rem; height:1.2rem;}
	.login ul li .inpTxt{width:100%; height:1.2rem; line-height:1.2rem; padding-left:1.2rem; box-sizing:border-box; font-size:.45rem;}
	.login ul li .inpBtn{width:100%; height:1.2rem; line-height:1.2rem; font-size:.45rem;}
	
	.link{height:auto; margin-left:0;}
	.picLink{height:auto; margin-left:-.3rem;}
	.picLink a{width:50%; height:auto; margin:.3rem 0 0; padding-left:.3rem; box-sizing:border-box;}
	.picLink a img{height:auto;}
	
	.selLink{height:auto;}
	.selLink select{height:1.2rem; line-height:1.2rem; margin:.3rem 0 0; float:none; font-size:.45rem; box-sizing:border-box;}
	
	
	/* 页底 */
	.foot{font-size:.4rem;}
	.footCon{width:auto; height:auto; margin:0 auto;}
	.footCon h2{height:1.5rem; line-height:.8rem; font-size:.45rem;}
	.footCon h2 span{height:.7rem; line-height:.7rem; font-size:.36rem;}
	.contact{width:auto; height:auto; padding:.5rem; border:none; border-bottom:#3464bf 1px solid; float:none;}
	.contact p{height:auto; line-height:.8rem; padding-top:.2rem;}
	
	.fNav{display:none;}
	
	.copy{height:auto; line-height:0.8rem; padding:0.3rem 0; border-top:none;}
	

	.ny{width:auto; padding:0; margin:2rem 0 0; min-height:12rem;}
	
	.right{margin-left:0; min-height:8rem;}
	.nyH{height:1.2rem; line-height:1.2rem; border-bottom:0; background:#f5f5f5; padding:0 .3rem;}
	.nyH p, .nyH span em{display:none;}
	.nyH span{font-size:.45rem; float:left; margin-top:0; height:1.2rem; line-height:1.2rem;}
	.nyH span i{color:#ffbc15;}


	.list01{padding:.3rem .3rem .6rem;}
	.list01 ul li{height:1.2rem; line-height:1.2rem; font-size:.45rem; padding-left:.5rem;}
	.list01 ul li h3{height:1.2rem; font-size:.45rem; margin-right:3rem;}

		
	.article{padding:0 .3rem 1rem;}
	.articleTitle{padding:.3rem 0 .2rem; line-height:1rem; font-size:.56rem;}
	.articleInfo{width:96%; font-size:.4rem; height:1rem; line-height:1rem;}
	.articleInfo label{padding-left:.5rem;}
	.articleCon{font-size:.45rem; line-height:1rem; padding:.3rem 0; min-height:5rem;}
	.articleCon img{max-width:100%;_width:100%; height:auto !important;}
	.articleCon .tableBox{overflow-x:auto;}
		
	#goHeadBtn{width:1.4rem; height:1.4rem; right:.3rem; bottom:.3rem; background-size:1.4rem 1.4rem;}
	
	.pc{display:none;}
	.wap{display:block;}
}

@media screen and (max-width:640px){
	.sjjs ul li span i{display:none;}
	
	.copy span{display:none;}
	.copy em{display:inline;}
	.copy label{padding-left:0;display:block;}

	.articleInfo{width:90%; font-size:.4rem;}
	.articleCon{font-size:.45rem;}
}

@media screen and (max-width:480px){
	.list01 ul li h3{margin-right:1.6rem;}
	.txtNews ul li span i, .tzgg ul li span i, .indNewsList li span i, .list01 li span i{display:none;}
}