@charset "utf-8";

/* 图片自适应 */
img { width: auto\9; max-width: 100%; height: auto; -ms-interpolation-mode: bicubic; object-fit: cover;
}
/* 去除苹果手机默认按钮样式 */
input[type='button'], input[type='submit'], input[type='reset'], textarea { resize: none; -webkit-appearance: none; }

/* 初始化 */
html, body, div, ul, li, ol, h1, h2, h3, h4, h5, h6, em, input, textarea, select, p, dl, dt, dd, a, span, i, img, button, form,label, table, th, tr, td, tbody, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, object,iframe ,strong,b{ -webkit-tap-highlight-color: rgba(0, 0, 0, 0); font-family: "微软雅黑","宋体", Arial; margin: 0; padding: 0; color: #333; border: none; -webkit-overflow-scrolling: touch; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; }
html, body { min-width: 320px; margin: 0 auto; overflow-x: hidden; width: 100%; }
html { -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { position: relative; overflow-x: hidden; color: #333; background-color: #fff; }
input, button, select, textarea { outline: none; }
.clearfix:after { display: block; visibility: hidden; clear: both; height: 0; content: ''; }
.clearfix { zoom: 1; }
.clear{ width: 100%; height: 0; height: 0; overflow: hidden; font-size:0; clear: both; zoom: 1;}
a { text-decoration: none; }
a:hover { text-decoration: none; color:#00913a; }
ul, li, ol { list-style: none; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; }
img { border: none; max-width: 100%;}
.fl { float: left; }
.fr { float: right; }
.conW { margin: 0 auto; width:75%;}
.over { overflow: hidden; }
/*编辑模式图标*/
.portlet-header{    position: relative;}
.portlet-header #menu{ position: relative;z-index: 999;}
.portlet-header>div{ left: 20px!important; top: 0px!important; }
/* 头部样式 */
.header{ background: #fff; width: 100%; padding-top: 0.325rem;position: relative;z-index: 10;}
.header .conW,.footer .conW{ width:75%;}
	/*logo*/
	.logo img {height:0.725rem; display: block;}
	.logo .logowhite{ display: none;}
	/*快捷按钮*/
	.loginBtn{ position: relative; font-size: 0; text-align: right; width: 50%;}
	.loginBtn span,.loginBtn a{ display: inline-block; width: 0.3375rem; height: 0.3375rem; line-height:0.3375rem; background:#22ac38;color:#fff; font-size:0.2625rem; cursor: pointer; font-size: 0.175rem; border-radius: 50%; vertical-align: top; text-align: center; margin-left: 0.075rem;}
	.loginBtn .navbtn{ display: none;}
		.navbtn{ padding-top:.125rem;font-size: 0;}
		.navbtn em{ display: block; width:60%; margin:0 auto .06rem; height: 0.04rem; background:#fff; font-size: 0; overflow: hidden; line-height: 0;}
		.cross em{width: 70%}
		.cross em:nth-of-type(1) {-webkit-transform: translateY(.1rem) rotate(45deg);-ms-transform: translateY(.1rem) rotate(45deg); transform: translateY(.1rem) rotate(45deg);}
		.cross em:nth-of-type(2) {opacity: 0;}
		.cross em:nth-of-type(3) {-webkit-transform: translateY(-.1rem) rotate(-45deg);-ms-transform: translateY(-.1rem) rotate(-45deg);transform: translateY(-.1rem) rotate(-45deg);}

	.loginBtn .searchbtn{ background:#22ac38 url("/uiFramework/commonResource/zip/chinapaper/icon_search_w.png") no-repeat center center; background-size: 60% auto;}
	.loginBtn .oa{ background:#22ac38 url("/uiFramework/commonResource/zip/chinapaper/icon_oa_w.png") no-repeat center center; background-size: 60% auto;}
	/*搜索*/
	.searchCon{ position: absolute;width:0;right: .8rem;  top: -0.12rem; overflow: hidden;transition: all .5s ease-out 0s;}
	.searchCon form{width:100%; height: 0.5rem; background: #fff; border-radius: 0.275rem;    border: 1px solid #e1e1e1;}
		.input1{ background: none; border:none; margin-right:.5rem; line-height: 0.5rem; height:0.5rem; width:80%; color:#666; font-size:.225rem; }
		.submit1{ background: url("/uiFramework/commonResource/zip/chinapaper/icon_search.png") no-repeat center center; width: 0.5rem; height: 100%; background-size: 0.25rem; position: absolute; right: 0; top: 0; cursor: pointer;}
	.searchShow{ width: 50%;}
	/*导航*/
	.nav {height:0.7rem;}
	.nav li{ font-size: 0; float: left; padding:0 0.35rem; position: relative;}
	.nav li:last-child{ padding-right:0;}
	.nav li:hover .onemenu{ color: #333;}
		.onemenu{ font-size:0.275rem;position: relative;padding-bottom:0.1rem; display: block; line-height:.6rem; }
		.onemenu:after{content: ""; height:0.05rem; border-top:1px solid #bfe3cd; background: #009139; position: absolute; left:50%; bottom:0; width:0;-o-transition: all 0.5s ease-out 0s; -webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s; display: block; margin-left:0;}
	.nav li.on .onemenu,.twomenu a:hover{ font-weight: bold;}
	.nav li.on .onemenu:after,.nav li:hover .onemenu:after{width:50%; margin-left:-25%;}
		.twomenu{ position: absolute; top:.7rem; left:0; width: 100%; background:rgba(255,255,255,.9);padding: 0.12rem 0 .2rem;box-shadow: 0 0 8px rgba(11,58,128,.3); display:none;}
		.twomenu a{ display: block; line-height:200%;text-align: center; font-size:0.25rem;}




/* 底部样式 */
.footer{ background: #f7f8f8; padding:.5rem 0; }
.footer .conW{ display: flex;justify-content: space-between;}
	.footlogo{ width: 1.825rem;}
	.footlogo img{ display: block; width: 100%;}
	.foot{}
	.foot h3{ font-size: 0.2rem; color: #00913a; font-weight: normal; line-height: 130%; margin-bottom: 0.1875rem;}
	.foot p,.foot p span,.foot p a{ font-size: 0.2rem; line-height: 0.375rem;}
	.foot p a{ color: #000;}
	.footewm{}
	.footewm span{ padding: 0.1rem .1rem 0; background: #fff; display: inline-block; margin-left: 0.1875rem;}
	.footewm span img{display: block; width: 1.325rem;}
	.footewm span em{ display: block; text-align: center; font-style: normal; line-height: 0.45rem; font-size: 0.2rem;}
.footlink h3{ margin:.2rem 0 .1rem;}
.link { position: relative;}
.link h4{font-weight: normal; font-size: .2rem;line-height: .4rem; margin-bottom: 0.1rem;cursor: pointer;    padding-right: 0.3rem; background: url(/uiFramework/commonResource/image/2024012916231450717.png) no-repeat right center;}
.link ul{ display:none;    position: absolute;background: #fff;border-radius: 0.1rem;padding: 0.05rem 0.2rem;z-index: 2;width: 3.5rem;left: -1rem; bottom:.4rem;max-height: 2.4rem;    overflow-y: auto;font-size:0;    box-shadow: 0 0 .25rem rgba(0,0,0,.1);}
.link ul.xgljt{ /*bottom:unset; top:.4rem;*/}
.link li{font-size:0;}
.link ul a{ display:block; font-size:.2rem; padding:.1rem 0; line-height:130%;}


@media screen and (max-width: 1200px){
	.conW,.header .conW,.footer .conW{width:84%;}
	.foot p, .foot p span, .foot p a{ line-height:.45rem;}
	.footewm span img{display: block; width: 1.7rem;}
}
@media screen and (max-width: 1024px){

}
@media screen and (max-width:900px){

}
@media screen and (max-width: 768px){
	.conW {width:92%;}
	/*头部*/
	.header{ padding:.3rem 0;}
	.loginBtn{ margin-top: .1125rem;}
	.loginBtn span, .loginBtn a{ height: .5rem; width: .5rem;line-height: 0.5rem;font-size: .25rem;}
	.nav{ display: none; height: 100vh;position: absolute; top:1.325rem; background: #fff; left:0; width: 100%;border-top: 1px solid #00913a;}
	.loginBtn .navbtn{display: inline-block;}
	.nav ul{ width: 92%; margin:0 auto;}
	.nav li{ width: 100%; float: unset; padding:.2rem 0; border-bottom:1px solid #eee;}
	.onemenu{ display: inline-block; padding-bottom:0; font-size:.35rem; font-weight: bold; color:#00913a;}
	.onemenu:after,.nav li.on .onemenu:after, .nav li:hover .onemenu:after{ width:0; left: 0; margin-left:0;}
	.twomenu{ display: block;position: relative;top:unset;left:unset;width: 100%;background:none;padding:.1rem 0;box-shadow:unset;}
	.twomenu a{ display: inline-block; margin-right:.4rem; font-size: .3rem; line-height: 200%;}	
	.nav li:hover .onemenu{ color: #00913a;}
	/*搜索*/
	.searchCon{  top:1.325rem; width:100%; height: 0;   position: fixed;left: 0;background: #fff; }
	.searchCon form{width: 92%; margin:0 auto;height: 0.8rem; position: relative;}
	.searchShow{padding: 0.4rem 0; height: auto;border-top: 1px solid #00913a;}
	.input1 {margin-right: 0.8rem;line-height: 0.72rem;height: 0.72rem;font-size: .3rem; width:88%;}
	.submit1 {background: url(/uiFramework/commonResource/zip/chinapaper/icon_search.png) no-repeat center center;width: 0.8rem;background-size: 0.4rem;}
	/*底部*/
	.header .conW,.footer .conW{ width:93%;}
	.footer .conW {justify-content: space-around;}
	.footlogo,.footewm{ width: 0; overflow: hidden; display: none;}
	.foot h3,.foot p, .foot p span, .foot p a{ font-size: .225rem;}
} 
@media screen and (max-width:500px){
	/*头部*/
	.logo img{ height: .8rem;}
	.nav{top:1.4rem;}
	/*底部*/
	.footer .conW {flex-wrap: wrap;}
	.foot{width: 100%;}
	.footlink{ padding-bottom: .4rem;}
	.footlink p{ display: inline-block;float: left; margin-right: .4rem;}
	.foot h3,.link h4{ font-size: .3rem; clear:both;}
	.foot p, .foot p span, .foot p a{ font-size:.275rem; line-height: 200%;}
	.link{ width:45%; float:left;}
	.footlink h3{ margin-bottom:.3rem;}
	.link ul{ left:0; width:100%; bottom:unset; top:.5rem;max-height: 3.5rem;}
	.link ul a{font-size:.275rem;}
	.link:last-child{ float:right;}


}