@charset "utf-8";
/*初始化*/
* { margin: 0px; padding: 0px; }
body { font-family: "微软雅黑"; font-size: 12px; color: #000; line-height: 24px; }
a { color: #000; text-decoration: none; }
a:hover { text-decoration: underline; }
ol, ul, li { list-style-type: none; }
img { border: none; }
/*公用样式*/
.w260 { width: 260px; }
.w300 { width: 300px; }
.w320 { width: 320px; }
.w350 { width: 350px; }
.w400 { width: 400px; }
.w440 { width: 440px; }
.w710 { width: 710px; }
.wrap { clear: both; width: 980px; height: 1%; min-height: 500px; overflow: hidden; margin: 0px auto; }
.both { clear: both; width: 100%; height: 10px; overflow: hidden; }
.fl { float: left; }
.fr { float: right; }
.border { border: 1px solid #CCC; }
.mLeft10 { display: inline; margin-left: 10px; }
.mBottom10 { margin-bottom: 10px; }
/*页面头部*/
#header{ background: #fff; z-index: 999;}
#LogoHead { height: 80px; overflow: hidden; margin: 0px 25px; }
.neirong_logo { float: left; padding-top: 10px; padding-right:50px; }
.seachformcss { display: inline; float: right; width: 565px; margin: 10px 0px 0px 32px;  }

.search {float: right; height: 38px; width: 454px; padding: 11px 0;}
.search-keyword {height: 34px;  width: 366px; border: 2px #ccc solid; border-right: none; line-height: 34px; font-size: 14px; color: #666; text-indent: 10px;}
.search-submit {height: 38px; width: 86px; line-height: 38px; text-align: center;    color: #fff; font-size: 16px; border: none; margin: 0; padding: 0; background: #db000a;
}
.seach_res em{ font-style: normal; font-weight: normal; color: #df514e;}

.navbg {background: #db000a; width: 100%; height: 36px; text-align: center;  padding-top: 14px;position:sticky; top:0;}
.navbox{width: 1050px; margin: 0 auto;}
.nav {width: 980px;height: 22px;overflow: hidden;text-align: center;float: left; padding-left:14px;}
.nav a {padding: 0 10px;height: 22px;line-height: 22px;font-size: 15px;color: #fff;}
#menu{ width:40px; float: left;  position: relative;}
#menu a{color: #fff; font-size: 15px;}
#menu ul{ width:100px;  position: absolute; left:-5px; top:20px; background:white; display: none; z-index:1000;}
#menu:hover ul{ display: block; background: #db000a; padding-bottom: 10px;}
#menu:hover ul li{ height: 30px; line-height: 30px;}
#menu:hover ul li a{font-size: 15px;}
#menu ul li:hover{ background:#CCC;}

/*页面版权*/
#footer {
    color: #FFF;
    background: #DD1111;
    text-align: center;
    clear: both;
    width: 100%;
    margin: 0px auto; 
    padding: 10px 0px;
}

#footer a {
    color: #FFF;
}


/*页面分页*/
/* #autopage { color: #CC0001; font-weight: bold; clear: both; padding-top: 20px; }
#autopage a { color: #003F7D; font-weight: bold; border: 1px solid #DDDDDD; padding: 5px; } */


#artBox { height: 1%; overflow: hidden; margin-bottom: 10px; padding-bottom: 10px; }
.curbox{width: 980px; margin: 0 auto;}
.art_current { line-height: 36px; clear: both; margin: 0px 20px; }
.font_change { text-align: right; width: 880px; height: 30px; overflow: hidden; margin: 0px auto; }
.newtitbox{ background: #fff; z-index: 1; width:980px; margin:0 auto;}
.art_title { font-family: "黑体"; font-size: 28px; line-height: 34px; text-align: center; width: 880px; border-bottom: dotted 1px #CCC;padding:20px 0px; margin: 10px auto; }
.artline{height:1%; overflow:hidden; clear:both; width:98%; margin:auto; padding:5px 0px 20px 0px;}
.artdes{text-align:center; padding-bottom:10px;}
.artdes span{padding: 0 10px;}
.art_content { font-size: 18px; line-height: 180%; width: 880px; margin: 0px auto; }
/*.art_content p{ text-indent:2rem;}*/
.art_content img{ max-width:880px; height:auto; text-align:center; display:block; margin:0 auto!important;}


/* 右侧二维码 */
.rlay{width: 120px; position: fixed; left: 4px; bottom: 75px; text-align: center; }

.rlay .appkhd{width: 118px; background-color: #F6F6F6; border: 1px solid #E8E8E8;text-align: center; font-size: 12px; line-height: 32px; font-family: '宋体'; padding-top: 10px; margin-bottom: 10px;}
.rlay .appkhd img{width: 100px; height: 100px;}

.cd-top {

	display: inline-block;

	height: 40px;

	width: 40px;

	position: fixed;

	border-radius: 2px;

	bottom: 75px;

	right: 10px;

	overflow: hidden;

	text-indent: 100%;

	white-space: nowrap;

	background: url(../images/bg_3.png) center center no-repeat #c00000;

	visibility: hidden;

	opacity: 0;

	-webkit-transition: all 0.5s;

	-moz-transition: all 0.5s;

	transition: all 0.5s;

}



.cd-top.cd-is-visible {

  /* the button becomes visible */

	visibility: visible;

	opacity: 1;

}



.cd-top .cd-fade-out {

  /* 如果用户继续向下滚动,这个按钮的透明度会变得更低 */

	opacity: .5;

}



.cd-top:hover {

	background-color: #333;

	opacity: 1;

}



@media only screen and (min-width: 768px) {

	.cd-top {

		right: 20px;

		bottom: 75px;

	}

}



@media only screen and (min-width: 1024px) {

	.cd-top {

		height: 60px;

		width: 60px;

		right: 30px;

		bottom: 75px;

	}

}