body {
	font: normal 12px/1.4 "PingFang SC", "Lantinghei SC", "Hiragino Sans GB",
		'Microsoft YaHei', Helvetica, arial, simsun, sans-serif;
	(
	英文字体
	)
	font-size
	:
	12px;
} /* for IE/Win */
html>body {
	font-size: 12px;
	-webkit-text-size-adjust: none;
} /* for everything else 去除chrome最小字体限制 */
input[type="button"], input[type="submit"], input[type="reset"] {
	-webkit-appearance: none;
}

textarea {
	-webkit-appearance: none;
}
/*字体边框等初始化*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form,
	fieldset, input, textarea, p, blockquote, th, td {
	padding: 0;
	margin: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset, img {
	border: 0;
}

address, caption, cite, code, dfn, th, var {
	font-weight: normal;
	font-style: normal;
}

ol, ul {
	list-style: none;
}

caption, th {
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;
}

q:before, q:after {
	content: '';
}

abbr, acronym {
	border: 0;
}

a {
	text-decoration: none;
	color: #232323;
}
/*去除 拖动和黄色边框*/
textarea {
	resize: none;
}

textarea:focus, input:focus {
	outline: none;
}

.clear {
	clear: both;
}
/*修改input里面placeholder字体颜色*/
input::-webkit-input-placeholder {
	color: #000;
}

::-webkit-input-placeholder { /* WebKit browsers */
	　　color: #999;
	　　
}

　　:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	　　color: #999;
	　　
}

　　::-moz-placeholder { /* Mozilla Firefox 19+ */
	　　color: #999;
	　　
}

　　:-ms-input-placeholder { /* Internet Explorer 10+ */
	　　color: #999;
	　　
}

.w100 {
	width: 100%;
	min-width: 1200px;
}

.w1200 {
	width: 1200px;
	margin: 0px auto;
}

.over {
	overflow: hidden;
}

.bgblack {
	background-color: #444;
}

.bgblue {
	background-color: #0052a5;
}

.header {
	width: 1200px;
	margin: 0px auto;
	overflow: hidden;
	font-size: 14px;
}

.head-left {
	float: left;
	margin: 10px 0px;
	overflow: hidden;
	width: 464px;
}

.head-left span {
	display: block;
	float: left;
	color: #CECECE;
	margin-right: 30px;
	line-height: 30px;
}

.head-left span i {
	display: block;
	float: left;
	width: 20px;
	height: 30px;
	margin-right: 5px;
}

.head-left span i.headicon1 {
	background: url(../images/icon-zxxs.jpg) left center no-repeat;
}

.head-left span i.headicon2 {
	background: url(../images/icon-jzg.jpg) left center no-repeat;
}

.head-left span i.headicon3 {
	background: url(../images/icon-xy.jpg) left center no-repeat;
}

.head-left span i.headicon4 {
	background: url(../images/icon-fk.jpg) left center no-repeat;
}

.head-search {
	float: left;
	margin: 10px 0px;
	border-radius: 50px;
	border: 1px solid #878787;
	padding: 0px 12px;
	line-height: 28px;
}

.head-search input {
	float: left;
	border: 0;
	color: #cecece;
	display: block;
	background-color: transparent;
}

.searchinput {
	width: 191px;
	height: 28px;
	line-height: 28px;
}

.searchbtn {
	width: 23px;
	height: 28px;
	line-height: 28px;
	background: url(../images/icon-search.jpg) center center no-repeat;
}

.head-right {
	float: right;
	margin: 10px 0px;
	line-height: 30px;
	color: #cecece;
}

.head-right a {
	color: #cecece;
}

.head-right a:hover {
	color: #fff;
}

.logo {
	width: 230px;
	float: left;
	margin-top: 18px;
}

.logo img {
	display: block;
	max-width: 100%;
}
/*menu*/
#nav {
	float: right;
	width: 960px;
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
}

#nav .mainlevel {
	float: left;
	line-height: 56px;
	text-align: center;
	width: 9%;
	font-size: 16px;
	position: relative; /*IE6 only*/
}

#nav .mainlevel a {
	color: #eee;
	display: block;
	text-align: center;
}

#nav .mainlevel>a:hover {
	color: #fff;
	text-decoration: none;
	background: #2483e4;
}

#nav .mainlevel ul {
	display: none;
	position: absolute;
	z-index: 999;
}

#nav .mainlevel li {
	background: url(../images/writepng.png) repeat;
	width: 86.5px; /*IE6 only*/
}

#nav .mainlevel li a {
	color: #000;
}

#nav .mainlevel li a:hover {
	color: #000;
	text-decoration: none;
	background: #eee;
}

#nav .mainlevel .active {
	color: #fff;
	text-decoration: none;
	background: #2483e4;
}

#nav .mainlevel .triangle-down {
	vertical-align: middle;
	display: inline-block;
	font-size: 12px;
	margin-left: 5px;
	transition: transform 0.5s;
}

.triangle-down {
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #fff;
	position: absolute;
	top: 26px;
	right: 3px;
}

#nav .mainlevel:hover .triangle-down {
	transform: rotate(180deg);
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.bgwrite {
	background-color: #fff;
	padding-top: 15px;
	padding-left: 8px;
	padding-right: 8px;
}

.bgblue2 {
	width: 100%;
	min-width: 1200px;
	background-color: #f3f7fa;
	overflow: hidden;
}

.index-hocto {
	width: 340px;
}

.focus {
	position: relative;
	width: 340px;
	margin-top: 5px;
	height: 243px;
	float: left;
}

.focus img {
	width: 340px;
	height: 243px;
}

.focus .shadow .title {
	width: 260px;
	height: 65px;
	padding-left: 30px;
	padding-top: 20px;
}

.focus .shadow .title a {
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	font-weight: bolder;
	overflow: hidden;
}

.focus .btn {
	position: absolute;
	bottom: 34px;
	left: 510px;
	overflow: hidden;
	zoom: 1;
}

.focus .btn a {
	position: relative;
	display: inline;
	width: 13px;
	height: 13px;
	border-radius: 7px;
	margin: 0 5px;
	color: #B0B0B0;
	font: 12px/15px "\5B8B\4F53";
	text-decoration: none;
	text-align: center;
	outline: 0;
	float: left;
	background: #D9D9D9;
}

.focus .btn a:hover, .focus .btn a.current {
	cursor: pointer;
	background: #fc114a;
}

.focus .fPic {
	position: absolute;
	left: 0px;
	top: 0px;
}

.focus .D1fBt {
	overflow: hidden;
	zoom: 1;
	height: 16px;
	z-index: 10;
}

.focus .shadow {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0px;
	z-index: 10;
	height: 30px;
	line-height: 30px;
	background: rgba(0, 0, 0, 0.6);
	filter: progid:DXImageTransform.Microsoft.gradient( GradientType= 0,
		startColorstr= '#80000000', endColorstr= '#80000000') \9;
	display: block;
	text-align: left;
}

.focus .shadow a {
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	overflow: hidden;
	margin-left: 10px;
	font-family: "\5FAE\8F6F\96C5\9ED1";
}

.focus .fcon {
	position: relative;
	width: 100%;
	float: left;
	display: none;
	background: #000
}

.focus .fcon img {
	display: block;
}

.focus .fbg {
	bottom: 5px;
	right: 10px;
	position: absolute;
	height: 21px;
	text-align: center;
	z-index: 200;
}

.focus .fbg div {
	margin: 7px auto 0;
	overflow: hidden;
	zoom: 1;
	height: 14px
}

.focus .D1fBt a {
	position: relative;
	display: inline;
	width: 8px;
	height: 8px;
	border-radius: 7px;
	margin: 0 5px;
	color: #B0B0B0;
	font: 12px/15px "\5B8B\4F53";
	text-decoration: none;
	text-align: center;
	outline: 0;
	float: left;
	background: #D9D9D9;
}

.focus .D1fBt .current, .focus .D1fBt a:hover {
	background: #fc114a;
}

.focus .D1fBt img {
	display: none
}

.focus .D1fBt i {
	display: none;
	font-style: normal;
}

.focus .prev, .focus .next {
	position: absolute;
	width: 40px;
	height: 74px;
	background: url(../images/focus_btn.png) no-repeat;
}

.focus .prev {
	top: 50%;
	margin-top: -37px;
	left: 0;
	background-position: 0 -74px;
	cursor: pointer;
}

.focus .next {
	top: 50%;
	margin-top: -37px;
	right: 0;
	background-position: -40px -74px;
	cursor: pointer;
}

.focus .prev:hover {
	background-position: 0 0;
}

.focus .next:hover {
	background-position: -40px 0;
}

.index-tit {
	width: 100%;
	overflow: hidden;
	margin-bottom: 5px;
	background: url(../images/linebg.png) left bottom no-repeat;
	line-height: 40px;
}

.index-tit span {
	float: left;
	font-size: 20px;
	color: #464646;
}

.index-tit span b {
	font-weight: normal;
	display: inline-block;
	float: left;
	color: #0052a5;
}

.index-tit i {
	display: inline-block;
	float: left;
	width: 28px;
	height: 40px;
}

.index-tit a {
	display: block;
	float: right;
	color: #999;
}

.icon1 {
	background: url(../images/icon01.png) left center no-repeat;
}

.icon2 {
	background: url(../images/icon02.png) left center no-repeat;
}

.icon3 {
	background: url(../images/icon03.png) left center no-repeat;
}

.icon4 {
	background: url(../images/icon04.png) left center no-repeat;
}

.icon5 {
	background: url(../images/icon05.png) left center no-repeat;
}

.icon6 {
	background: url(../images/icon06.png) left center no-repeat;
}

.icon7 {
	background: url(../images/icon07.png) left center no-repeat;
}

.icon8 {
	background: url(../images/icon08.png) left center no-repeat;
}

.icon9 {
	background: url(../images/icon09.png) left center no-repeat;
}

.icon10 {
	background: url(../images/icon10.png) left center no-repeat;
}

.icon11 {
	background: url(../images/icon11.png) left center no-repeat;
}

.icon12 {
	background: url(../images/icon12.png) left center no-repeat;
}

.index-schoolnews {
	width: 483px;
	margin-left: 25px;
}

.index-newlist1 {
	width: 100%;
	overflow: hidden;
}

.index-newlist1 li {
	width: 100%;
	overflow: hidden;
	line-height: 36px;
	background: url(../images/youicon.png) left center no-repeat;
	padding-left: 18px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-mask-box-image-slice: border-box;
}

.index-newlist1 p {
	float: left;
	width: 80%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
	color: #333;
}

.index-newlist1 p a {
	color: #333;
}

.index-newlist1 p a:hover {
	color: #999;
}

.index-newlist1 span {
	display: block;
	float: right;
	width: 18%;
	text-align: right;
	font-size: 14px;
	color: #999;
}

.index-tzgg {
	width: 328px;
}

.index-tzgg img {
	display: block;
	max-width: 100%;
	margin-bottom: 4px;
}

.index-newlist2 {
	width: 100%;
	overflow: hidden;
}

.index-newlist2 li {
	width: 100%;
	overflow: hidden;
	line-height: 36px;
	background: url(../images/youicon.png) 2px center no-repeat;
	padding-left: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
	color: #333;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-mask-box-image-slice: border-box;
}

.index-newlist2 li a {
	color: #333;
}

.index-newlist2 li a:hover {
	color: #999;
}

.index-dzjs {
	width: 341px;
}

.index-newlist3 {
	width: 100%;
	overflow: hidden;
}

.index-newlist3 li {
	width: 100%;
	padding-left: 15px;
	line-height: 36px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: url(../images/dianicon.png) 3px center no-repeat;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.index-newlist3 li a {
	display: block;
	width: 100%;
	font-size: 14px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.smallbanner {
	width: 100%;
	overflow: hidden;
	margin: 10px auto;
}

.smallbanner img {
	display: block;
	width: 100%;
}

.index-yxzs {
	width: 482px;
	margin-left: 25px;
}

.index-newlist4 {
	width: 100%;
	overflow: hidden;
}

.index-newlist4 li {
	width: 100%;
	line-height: 36px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.index-newlist4 p {
	float: left;
	width: 80%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
	color: #333;
}

.index-newlist4 p a {
	color: #333;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.index-newlist4 p a:hover {
	color: #999;
}

.index-newlist4 span {
	display: block;
	float: right;
	width: 18%;
	text-align: right;
	font-size: 14px;
	color: #999;
}

.index-newlist4 li p i {
	display: inline-block;
	color: #145cb5;
	font-style: normal;
}

.index-video {
	width: 326px;
}

.index-zysz {
	width: 385px;
}

.zyszlistul {
	width: 97%;
	margin-left: 3%;
}

.zyszlistul li {
	width: 100%;
	font-size: 16px;
	line-height: 42px;
	overflow: hidden;
	line-height: 36px;
	background: url(../images/youicon.png) left center no-repeat;
	padding-left: 18px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-mask-box-image-slice: border-box;
}

.zyszlistul li a {
	color: #2868b8;
}

.index-zsjy {
	width: 385px;
	margin-left: 25px;
}

.index-twoimg {
	width: 375px;
	float: right;
}

.index-twoimg img {
	display: block;
	width: 100%;
	margin-top: 10px;
}

.mt15 {
	margin-top: 15px;
}

.index-jxky {
	width: 384px;
}

.index-successprople {
	width: 384px;
	margin-left: 25px;
}

.successnewlist {
	width: 100%;
	overflow: hidden;
}

.successnewlist li {
	width: 100%;
	overflow: hidden;
	margin-top: 14px;
}

.successnewlist li img {
	display: block;
	float: left;
	width: 126px;
	height: 135px;
}

.successnewlist li p {
	float: left;
	margin-left: 20px;
	width: 223px;
}

.successnewlist li span {
	display: block;
	font-size: 16px;
	line-height: 36px;
	color: #333;
	margin-bottom: 10px;
}

.successnewlist li i {
	display: block;
	font-style: normal;
	font-size: 14px;
	line-height: 24px;
	color: #333;
}

.index-newlist5 {
	width: 100%;
	overflow: hidden;
}

.index-newlist5 li {
	width: 100%;
	padding-left: 15px;
	line-height: 42px;
	border-bottom: 1px dashed #dbdbdb;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: url(../images/dianicon.png) 3px center no-repeat;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.index-newlist5 li a {
	display: block;
	width: 100%;
	font-size: 14px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.index-teacher {
	width: 384px;
}

.index-tacherul {
	width: 100%;
	overflow: hidden;
}

.index-tacherul li {
	float: left;
	width: 93px;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 14px;
	margin-bottom: 9px;
	position: relative;
}

.index-tacherul li img {
	display: block;
	width: 93px;
	height: 131px;
	overflow: hidden;
}

.index-tacherul li span {
	width: 100%;
	text-align: center;
	line-height: 26px;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	background: url(../images/png.png) left top repeat;
}

.index-tacherul li span a {
	color: #fff;
}

.index-xyfc {
	width: 100%;
	overflow: hidden;
	margin-top: 25px;
}

#marquee1 {
	width: 100%;
	height: 206px;
	overflow: hidden;
	margin-top: 20px;
}

#marquee1 ul li {
	float: left;
	padding: 0 1px;
	margin-right: 25px;
}

#marquee1 ul li img {
	display: block;
	width: 210px;
	height: 158px;
}

#marquee1 ul li span {
	display: block;
	width: 100%;
	line-height: 46px;
	text-align: center;
	font-size: 16px;
}

#marquee1 ul li span a {
	color: #333;
}

.linker {
	width: 100%;
	min-width: 1200px;
	background-color: #0a5498;
}

.linkdl {
	width: 1200px;
	overflow: hidden;
	margin: 0px auto;
}

.linkdl dt {
	float: left;
	width: 165px;
	height: 70px;
	background: url(../images/linktit.png) left center no-repeat;
}

.linkdl dd {
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	line-height: 70px;
	font-size: 14px;
}

.linkdl dd a {
	color: #fff;
}

.footer {
	width: 100%;
	min-width: 1200px;
	background: url(../images/footbg.jpg) top center;
	overflow: hidden;
}

.foot {
	width: 1200px;
	margin: 24px auto;
	overflow: hidden;
}

.footlogo {
	float: left;
	width: 394px;
	margin-right: 112px;
}

.footlogo img {
	display: block;
	margin: 0px auto;
	max-width: 100%;
}

.foot-text {
	float: left;
	width: 416px;
	margin-right: 28px;
	color: #fff;
	margin-bottom: 30px;
}

.foot-text dt {
	font-size: 18px;
	line-height: 60px;
}

.foot-text dd {
	font-size: 14px;
	line-height: 30px;
}

.foot-ewm {
	margin-top: 40px;
}

.subbanner {
	width: 100%;
	min-width: 1200px;
	overflow: hidden;
}

.subbanner img {
	display: block;
	width: 100%;
}

.crumber {
	background-color: #f3f7fa;
	text-align: left;
	line-height: 35px;
	height: 35px;
	color: #888;
}

.crumber p {
	background: url(../images/crumbicon.png) left center no-repeat;
	padding-left: 27px;
	font-size: 14px;
}

.crumber a {
	color: #888;
}

.crumber a:hover {
	color: #138DF2;
}

.ny-tit {
	width: 100%;
	overflow: hidden;
}

.ny-tit span {
	display: block;
	line-height: 62px;
	margin-left: 15px;
	font-size: 35px;
	font-weight: bold;
	color: #000;
}

.ny-tit p {
	line-height: 22px;
	margin-bottom: 20px;
	margin-left: 15px;
	font-size: 25px;
	color: #cbcbcb;
	text-transform: uppercase;
}

.ny-left {
	float: left;
	width: 220px;
	margin-left: 10px;
}

.leftnavdl {
	width: 100%;
	text-align: center;
}

.leftnavdl dd {
	line-height: 40px;
	margin-bottom: 8px;
	background-color: #e3e3e3;
	border-left: 5px solid #0a5498;
	font-size: 15px;
}

.leftnavdl dd a {
	display: block;
	width: 100%;
	color: #333;
	transition: .3s;
}

.leftnavdl dd:hover a {
	color: #fff;
	background-color: #0a5498;
}

.leftnavdl dt {
	font-size: 18px;
	color: #fff;
	background-color: #0a5498;
	line-height: 40px;
	margin-bottom: 8px;
}

.ny-right {
	float: right;
	width: 925px;
	margin-right: 10px;
}

.mb15 {
	margin-bottom: 15px !important;
}

.newlistdl {
	width: 925px;
	padding: 0px 0px 10px 0px;
	overflow: hidden;
	margin-bottom: 30px;
	border-bottom: 1px solid #e3e3e3;
	transition: box-shadow .28s linear;
	-moz-transition: -moz-box-shadow .28s linear;
	-webkit-transition: -webkit-box-shadow .28s linear
}

.newlistdl dt {
	float: left;
	width: 126px;
	height: 135px;
}

.newlistdl dt img {
	display: block;
	width: 126px;
	height: 135px;
}

.newlistdl dd {
	width: 768px;
	float: right;
	height: 135px;
	overflow: hidden;
	position: relative;
}

.newlistdl dd span {
	font-size: 20px;
	display: block;
	color: #333;
	line-height: 25px;
	height: 47px;
}

.newlistdl dd span a {
	color: #333;
}

.newlistdl dd p {
	color: #858585;
	font-size: 14px;
	line-height: 24px;
	max-height: 100px;
}

.newlistdl dd p a {
	color: #858585;
}

.newlistdl dd em {
	font-style: normal;
	display: inline-block;
	margin-top: 20px;
	width: auto;
	background-color: #f4f4f4;
	border-radius: 30px;
	padding: 0px 20px;
	line-height: 20px;
	color: #a3a3a3;
}

.newlistdl p.time-more {
	width: 100%;
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 34px;
}

.newlistdl .time-more i {
	display: block;
	font-size: 12px;
	color: #b5b5b5;
	float: left;
	font-weight: normal;
	font-style: normal;
	margin-top: 6px;
}

.newlistdl .time-more b {
	display: block;
	float: right;
	font-size: 14px;
	font-weight: normal;
	background-color: #e7e7e7;
	line-height: 30px;
	border-radius: 30px;
	text-align: center;
	width: 150px;
}

.newlistdl .time-more b a {
	color: #333;
}

.newlistdl:hover span a {
	color: #0052a5
}

.newlistdl:hover .time-more b {
	background-color: #e70d0d;
	color: #fff;
}

.newlistdl:hover .time-more b a {
	color: #fff;
}
/*页码*/
.pages {
	width: 920px;
	margin: 20px auto;
	text-align: center;
}

.pages li {
	display: inline-block;
	color: #666;
	font-size: 14px;
	border: 1px solid #c9c9c9;
	border-radius: 5px;
	line-height: 34px;
	padding: 0px 10px;
	margin-left: 5px;
	margin-right: 5px;
}

.pages li a {
	color: #666;
}

.pages li:hover {
	border: 1px solid #0052a5;
	color: #0052a5;
}

.pages li:hover a {
	color: #0052a5;
}

.pages li.current {
	line-height: 42px;
	font-size: 20px;
	background-color: #0052a5;
	color: #fff;
	border: 0;
}

.pages li.current a {
	color: #fff;
}

.page-next {
	width: 920px;
	margin: 0px auto 40px auto;
	padding: 10px 0px;
	background-color: #f5f5f5;
	overflow: hidden;
}

.page-next li {
	width: 450px;
	margin-left: 10px;
	float: left;
	overflow: hidden;
}

.page-next li span {
	display: block;
	float: left;
	border: 1px solid #c9c9c9;
	border-radius: 5px;
	color: #333333;
	font-size: 14px;
	line-height: 28px;
	width: 88px;
	margin-right: 14px;
	text-align: center;
}

.page-next li a {
	color: #666;
	display: block;
	float: left;
	line-height: 30px;
	overflow: hidden;
	width: 346px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.page-next li a:hover {
	color: #0052a5;
}

.tacherul {
	width: 100%;
	overflow: hidden;
}

.tacherul li {
	float: left;
	width: 23%;
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 20px;
	position: relative;
}

.tacherul li img {
	display: block;
	width: 100%;
	height: 300px;
}

.tacherul li span {
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: url(../images/png.png) repeat;
	text-align: center;
	font-size: 14px;
	line-height: 36px;
}

.tacherul li span a {
	color: #fff;
}

.text-tit {
	width: 100%;
	overflow: hidden;
	overflow: hidden;
}

.text-tit span {
	display: block;
	text-align: center;
	line-height: 48px;
	margin-bottom: 10px;
	font-size: 28px;
	color: #111111;
	letter-spacing: 2px;
}

.text-tit p {
	line-height: 28px;
	border-bottom: 1px solid #777777;
	overflow: hidden;
}

.text-tit i {
	display: block;
	float: left;
	margin-left: 15px;
	margin-right: 30px;
	font-size: 12px;
	line-height: 20px;
	color: #999;
	font-style: normal;
}

.text-tit a {
	display: block;
	float: right;
	margin-bottom: 10px;
	font-size: 12px;
	color: #f56e45;
}

.bgf5 {
	width: 100%;
	background-color: #f5f5f5;
	padding: 8px 0px;
	margin: 20px auto 0px auto;
}

.text {
	width: 96%;
	margin: 15px auto;
}

.text p {
	font-size: 16px;
	line-height: 36px;
	color: #555;
	margin-bottom: 10px;
}

.text img {
	display: block;
	max-width: 80%;
	margin: 20px auto;
}

.newlistul {
	width: 100%;
	overflow: hidden;
}

.newlistul li {
	width: 100%;
	padding-left: 15px;
	line-height: 42px;
	border-bottom: 1px dashed #dbdbdb;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: url(../images/dianicon.png) 3px center no-repeat;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.newlistul p {
	float: left;
	width: 80%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
	color: #333;
}

.newlistul p a {
	color: #333;
}

.newlistul p a:hover {
	color: #999;
}

.newlistul span {
	display: block;
	float: right;
	width: 18%;
	text-align: right;
	font-size: 14px;
	color: #999;
}

.newlist {
	width: 100%;
	border-bottom: 1px solid #e5e5e5;
	padding: 10px 0px;
	overflow: hidden;
}

.newlist dt {
	float: left;
	width: 106px;
	color: #c99a2f;
	font-family: "微软雅黑";
}

.newlist dt span {
	display: block;
	width: 100%;
	font-size: 30px;
	line-height: 40px;
	color: #555;
	margin-top: 10px;
}

.newlist dt b {
	font-weight: normal;
	width: 100%;
	display: block;
	font-size: 20px;
	line-height: 30px;
	color: #aaa;
}

.newlist dd {
	width: 800px;
	float: right;
}

.newlist dd span {
	display: block;
	width: 100%;
	font-size: 18px;
	color: #333;
	font-weight: bold;
	line-height: 32px;
	padding-left: 15px;
}

.newlist dd span a {
	color: #333;
}

.newlist dd p {
	display: block;
	width: 100%;
	font-size: 14px;
	color: #666;
	line-height: 30px;
	padding-left: 15px;
}

.newlist dd p a {
	color: #666;
}

.newlist:hover a {
	color: #145CB5;
}

.imglistul {
	width: 100%;
	overflow: hidden;
}

.imglistul li {
	float: left;
	width: 23%;
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 20px;
}

.imglistul li img {
	display: block;
	width: 100%;
	height: 160px;
}

.imglistul li span {
	display: block;
	width: 100%;
	font-size: 14px;
	line-height: 36px;
	text-align: center;
}

.imglistul li a span {
	color: #333;
}

.imglistul li a:hover span {
	color: #0052A5;
}

/* play */
#play {
	width: 840px;
	text-align: center;
	position: relative;
	overflow: hidden;
	margin: 5px auto;
}

#play .change_a {
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 1;
	cursor: pointer;
	display: block;
	overflow: hidden;
	background: url(about:blank);
}

#play .prev_a {
	left: 0;
}

#play .next_a {
	right: 0
}

#play .change_a span {
	width: 24px;
	height: 43px;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -21px;
	display: none
}

#play .prev_a span {
	background: url(../images/s_gallery_2012110702.png) no-repeat 0px -50px;
	left: 0;
}

#play .next_a span {
	background: url(../images/s_gallery_2012110702.png) no-repeat -30px
		-50px;
	right: 0;
}

#play .img_ul {
	position: relative;
	z-index: 1;
}

.img_hd {
	width: 840px;
	background-color: #eee;
	overflow: hidden;
	height: 66px;
	padding: 2px 0;
	margin: 25px auto;
	position: relative;
}

.img_hd ul {
	position: absolute;
	z-index: 1
}

.img_hd ul li {
	float: left;
	width: 80px;
	height: 60px;
	border: 3px solid #eee;
	cursor: pointer;
	margin: 0 3px 0 1px;
	overflow: hidden;
	*display: inline;
	padding: 1px;
	text-align: center
}

.img_hd ul li img {
	height: 60px;
}

.img_hd ul li.on {
	border-color: rgb(45, 150, 233);
}

.img_hd .bottom_a {
	background: url(../images/s_gallery_2012110702.png) no-repeat;
	width: 22px;
	height: 22px;
	position: absolute;
	display: block;
	top: 50%;
	margin-top: -11px;
	cursor: pointer;
	z-index: 10
}

.img_hd .prev_a {
	background-position: 0 -24px;
	left: 5px;
}

.img_hd .next_a {
	background-position: -30px -24px;
	right: 5px;
}

/*新添友情链接列表页*/
.linkerul {
	width: 98%;
	margin: 0px auto 20px auto;
	padding: 10px 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	overflow: hidden;
	border-top: 2px solid #0A5498;
}

.linkerul li {
	float: left;
	width: 25%;
	font-size: 16px;
	line-height: 42px;
}

.linkerul li a {
	color: #333;
}

.linkerul li a:hover {
	color: #0052A5;
	font-weight: bold;
}

.xiazai {
	background-color: #0a5498;
	border-radius: 20px;
	width: 97%;
	padding: 0px 1%;
	display: block;
	text-align: center;
	background-color: #0a5498;
}

.xiazai a {
	width: auto;
	color: #fff;
	background: url(../images/xiazai.png) right center no-repeat;
	background-size: 20px;
	padding-right: 30px;
}

@media screen and (max-width:1200px) {
	.w1200 {
		width: 100%;
		min-width: 1200px
	}
}