.article-body p{
    line-height: 32px!important;
    font-size: 16px!important;
    font-family: 'Î¢ÈíÑÅºÚ'!important;
    margin-bottom: 15px !important;
}
.v_news_content span,#vsb_content_501 span {
    line-height: 32px!important;
    font-size: 16px!important;
    font-family: 'Î¢ÈíÑÅºÚ'!important;
    margin-bottom: 15px !important;
}
/** Normalize to all browser**/
html, body, h1, h2, h3, h4, h5, h6, div, dl, dt, dd, ul, ol, li, p, blockquote, pre, hr, figure, caption, th, td, form, fieldset, legend, input, button, textarea, menu, img {
    margin: 0;
    padding: 0;
	font-family: "Microsoft YaHei";
	box-sizing:border-box
}

a, a:link, a:hover, a:visited {
	text-decoration: none;
	display: block;
}

input{
	margin: 0px;
}

ul{
	list-style: none;
}

.float-left{
    float: left;
}

.float-right{
    float: right;
}

.clearfix:before, .clearfix:after{
	content: "";
	display: block;
	clear: both;
}

.clearfix::before, .clearfix::after{
	content: "";
	display: block;
	clear: both;
}

.width96per{
	width: 96%;
	margin: 0 auto;
}

.width73per{
	width: 73%;
}

.width70per{
	width: 70%;
}

.width65per{
	width: 65.4%;
}


.width59per{
	width: 59%;
}


.width48per{
	width: 48%;
}


.width37per{
	width: 37%;
}

.width32per{
	width: 32%;
}

.width29per{
	width: 29%;
}

.width25per{
	width: 25%;
}

.absolute-elem-wraper{
    position: relative;
}

.absolute-elem{
    position: absolute;
}

.left{
	left: 0;
}

.right{
	right:0;
}

.center-aligned-wraper1280{
	width: 1280px;
	max-width: 96%;
	/* width: 96%;*/
	margin: 0 auto;
}

.center-aligned-wraper1400{
	max-width: 1400px;
	/*width: 100%;*/
	margin: 0 auto;
}

.center-aligned-wraper100per {
	width: 100%;
	margin: 0 auto;
}

.center-content-wraper{
	margin: 0 auto;
}

body{
	min-width: 1280px;
	width: 100%;
	margin: 0 auto;
	min-height: 160px;
}

/* header*/
.header table {width: 100%;}
.above-header{
    width: 100%;
	color: white;
}

.above-header div .home1,.above-header div .home2{
  margin-right: 10px;
    display: inline-block;
}

.above-header div div span, .above-header div div a{
    font-size: 13px;
    line-height: 2.2em;
	color: white;
	float: left;
}

.above-header div div a
{
	cursor:pointer;
}

.above-header div div span{
	margin: 0 0.5em;
}

/* header*/
.header table {width: 100%;}
.above-header{
    width: 100%;
	color: white;
}

.above-header div .home{
  margin-right: 10px;
    display: inline-block;
}

.above-header div div span, .above-header div div a{
    font-size: 13px;
    line-height: 2.2em;
	color: white;
	float: left;
}

.above-header div div a
{
	cursor:pointer;
}

.above-header div div span{
	margin: 0 0.5em;
}

.header{
    width: 100%;
    background: url(/2022-6-8Index/img/head-bg.png) right center;
    background-size:100%;
}

.header-logo{
    width: 50%;
    padding: 1.2em 0.8em;
    padding-top: 0;cursor:
    pointer;
}

.header-logo img{
    height:66px;
}

.search-tab{
    float: right;
}

.search-tab>input{
	line-height: 3em;
}

.input-tab{
	background-color: #FFFFFF;
	background-color: rgba(255,255,255,0.8);
	position: relative;
	padding-left: 1em;
	padding-right: 3em;
	width: 18em;
	float: left;
	height: 3em;
	left: 2.8em;
}

.submit-tab{
    background: url(/2022-6-8Index/img/search.png) #b3d465 no-repeat center;
    height: 3em;
    color: white;
    padding: 0 1.4em;
    width: 0em;
    float: right;
    position: relative;
	cursor:
    pointer
}

.links {width: 100%;margin-bottom: 14px;}

.links div span {
    display: inline;
    margin-left: 12px;
    padding-left: 12px;
    border-left: 1px solid #fff;
}

.links div span a {
    display: inline-block;
    color: #fff;
    font-weight: normal;
    line-height: 15px;
    font-size: 15px;
}

.links div span:first-child{
	border-left: none;
}


/** navi **/
.navigator{
	background-color: white;
	xmax-width: 1400px;
	display: block;
	margin: 0 auto;
	box-shadow: 0px 2px 7px rgba(120, 120, 120, 0.07);
	cursor:pointer;
}

.navigator-bar{
	position: relative;
	z-index: 1000;
}

.na-link{
	position: relative;
	float: left;
	width: 12.5%;
}

.dropdown{
	display: none;
	position: absolute;
	width: 100%;
	z-index: 1000;
	/* // IE10 */
	transition: background-color .3s;
	-moz-transition: background-color .3s; /* Firefox 4 */
	-webkit-transition: background-color .3s; /* Safari and Chrome */
	-o-transition: background-color .3s;
}

.na-link>a{
	color: black;
	width: 100%;
	background-color:
	white;
	text-align: center;
	height: 3em;
	line-height: 3em;
	letter-spacing: 2px;
	font-size: 18px;
	/* font-weight: bold; */
	position: relative;
	white-space: nowrap;
	/* // IE10 */
	transition: all .3s;
	-moz-transition: all .3s; /* Firefox 4 */
	-webkit-transition: all .3s; /* Safari and Chrome */
	-o-transition: all .3s;
}

.na-link>a span{
	background: url(/2022-6-8Index/img/dropdown.png) no-repeat center center; 
	background-size:75%;
}

.dropdown-content>a{
	color: black;
	width: 100%;
	background-color:white;
	text-align: center;
	height: 3em;
	line-height: 3em;
	/* // IE10 */
	transition: color .3s;
	-moz-transition: color .3s; /* Firefox 4 */
	-webkit-transition: color .3s; /* Safari and Chrome */
	-o-transition: color .3s;
}

.na-link:hover>a, .dropdown-content:hover>a{
	background-color: #b3d465;
	color: white;
	position: relative;
	white-space: nowrap;
}

.na-link:hover>a span{
	background: url(/2022-6-8Index/img/dropdown1.png) no-repeat center center; 
	background-size:75%;
}

.footer{
	background: url(/2022-6-8Index/img/foot-bg.png) no-repeat bottom center;
    background-color: #0085e9;
	padding: 0.94em 0 0.54em 0;
}

.footer .footer-wrap{
	width: 100%;
	padding: 15px 0;
}

.tail-logo{
	width: 35%;
	/* padding: 0.8em; */
	float: left;
}

.tail-logo img{
	width: 67%;
	cursor: pointer;
	max-width: 340px;
}

.contact{
	text-align: left;
	color:
	white;
	width: 208px;
	font-weight: lighter;
	font-size: 14px;
	float: left;
	line-height: 22.6px;
}

.email{
	float:left;
	margin-left: 70px;
}

.qrs{
	text-align: left;
	color:
	white;
	width: 102px;
	font-weight: lighter;
	font-size: 14px;
	float: left;
	line-height: 22.6px;
}

.contact .qrcodes div{
	width: 30%;
	float: left;
	margin-right: 3px;
}

.contact .qrcodes div img{
        width:77%;
	margin: 0 10%;
}

.contact .qrcodes div p{
	line-height: 1.3em;
	text-align: center;
        font-size: 10px;
        display: block;
}

.contact .contact-text{
	line-height: 27px;
        display: block;
}
.school-msg {
	margin-top:20px;
}

.all-right{
	text-align: right;
	color:	white;
	width: 47%;
	font-weight: lighter;
	font-size: 14px;
	float: right;
	line-height: 23px;
}