@charset "utf-8";
/* CSS Document */
/* 全局样式 */
* {
	font-family: "微软雅黑";
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video,table,tbody,tr,td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	font: 16px/1.5 Microsoft YaHei,simsun,SimHei,arial,helvetica,sans-serif;
	color: #000;
}

h1 {
	font-size: 34px;
}

h2 {
	font-size: 26px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 12px;
}

fieldset, img {
	border: 0;
}

li,dl,dd {
	list-style-type: none;
}

ol,ul {
	list-style: none;
}

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

input, textarea, select, button {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	outline: none;
}

input[type="button"], input[type="submit"], input[type="reset"] {
	-webkit-appearance: none;
}

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px white inset;
}

input {
	padding: 0 10px;
}

input:focus, textarea:focus {
	outline: none;
}

input:focus {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-user-modify: read-write-plaintext-only;
}

textarea {
	-webkit-appearance: none;
}

textarea {
	overflow: auto;
	padding: 10px;
}


/*全站链接颜色*/
a:link {
	color: #000;
}

a:visited {
	color: #000;
}

a:hover {
	color: #de171c;
}

a:active {
	color: #000;
}

strong {
	font-weight: bold;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #de171c;
	text-decoration: underline;
}

.main_conR a {
	text-decoration: none;
}

.only_mobile {
	display: none;
}

body {
	min-width: 1230px;
	margin: 0 auto;
}

/*通用样式*/
.hidden {
	display: none;
}

.invisible {
	visibility: hidden;
}

.fb {
	font-weight: bold;
}

.fn {
	font-weight: normal;
}

.text-c {
	text-align: center
}

.text-l {
	text-align: left
}

.text-r {
	text-align: right;
}

.fl {
	float: left;
	*display: inline;
	*zoom: 1;
}

.fr {
	float: right;
	*display: inline;
	*zoom: 1;
}

.pr {
	position: relative
}

.pa {
	position: absolute;
}

input {
	background-color: none;
}

.header {
	display: block;
	margin: 0 auto;
	width: 100%;
	height: 138px;
	background: #004098;
	background-position: 0 0;
	background-repeat-x: initial;
	background-repeat-y: inherit;
}

.header-up {
	height: 38px;
	min-width1230px;
	width: 90%;
	max-width: 1380px;
	margin: 0 auto;
}

.header-up-left {
	float: left;
	font-size: 13px;
	color: #ffffff;
	padding-left: 0px;
	
	line-height: 30px;
	padding-top: 5px;
}

#yindong {
	color: #6b6a6a;
}

.header-up-right {
	float: right;
	font-size: 13px;
	color: #6b6a6a;
	line-height: 30px;
	padding-top: 5px;
	background-image: url(../images/img-cn.png);
	background-position: 2px 12px;
	background-repeat: no-repeat;
	padding-left: 24px;
}

.header-up-right a {
	padding: 0 6px;
}

.header-up-right-2 {
	float: right;
	font-size: 13px;
	color: #6b6a6a;
	line-height: 30px;
	padding-top: 5px;
	background-image: url(../images/img-letter.png);
	background-position: 2px 13px;
	background-repeat: no-repeat;
	padding-left: 24px;
}

.header-up-right-2 a {
	padding: 0 6px;
}

.active-6 {
	color: #F88D2F;
}

.header-down {
	width: 90%;
	margin: 0 auto;
	height: auto;
	max-width: 1380px;
}

.header-down-left {
	float: left;
	width: 50%;
	padding-top: 5px;
}

.header-down-right {
	float: right;
	width: 296px;
}

.box-down {
	width: 230px;
	height: 32px;
	margin-top: 34px;
	border-radius: 20px;
	border: solid 1px #ddd;
	background-color: #fff;
	float: right;
}

.search-text {
	float: right;
	font-size: 12px;
	color: #dedede;
	margin-top: 42px;
	margin-left: 16px;
}

.box-down input {
	width: 120px;
	outline: none;
	font-family: "微软雅黑";
	font-size: 12px;
	margin-top: 4px;
	float: left;
	margin-left: 20px;
	height: 22px;
	line-height: 16px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.box-down input.img2 {
	width: 16px;
	height: 13px;
	margin-top: 8px;
	float: right;
	margin-right: 20px;
}

.clearfix {
	clear: both;
}

/*页眉部分*/

/*menu*/

.header-menu-box {
	display: block;
	margin: 0 auto;
	width: 100%;
	height: 56px;
	background: #022f6d;
	z-index: 999;
}

.menu-box {
	min-width1230px;
	width: 90%;
	max-width: 1380px;
	margin: 0 auto;
}

.menu-box ul {
	margin: 0;
	padding: 0;
	z-index: 9000;
}

.menu {
	height: 55px;
	z-index: 999;
}

.menu li {
	text-align: center;
}

.menu li a {
	font-size: 18px;
	font-weight: normal;
	height: 55px;
	line-height: 55px;
	padding: 0 15px;
}

.menu .drop-menu a.tablink {
	width: 100%;
	text-align: center;
	height: 55px;
	line-height: 55px;
	display: block;
	color: #fff;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: normal;
	position: relative;
	z-index: 99;
}

.menu .drop-menu {
	height: 55px;
	line-height: 55px;
	float: left;
	position: relative;
	z-index: 99;
}

.submenu {
	margin: 0 auto;
	min-width: 130px;
	height: auto;
	position: absolute;
	top: 55px;
	left: 0;
	display: none;
	z-index: 9999999;
	background: #085195;
	filler: alpha(opacity:70);
	-moz-opacity: 0.9;
	opacity: 1;
	width: 100%;
}

.submenu li {
	text-align: center;

}

.submenu li a {
	display: block;
	padding:5px 0;
	height: auto;
	margin: 0;
	line-height:30px;
	
	font-size: 16px;
	font-weight: normal;
	color: #fff;
	/*float:left;*/
}

.submenu li a:hover {
	color: #fff;
	background: #04367b;
	text-decoration: none;
}

.menu .drop-menu a.tablink-fix:hover {
	color: #fff;
	background: #085195;
	text-decoration: none;
}

.menu .drop-menu a.tablink:hover {
	color: #fff;
	text-decoration: none;
	background-color: #1B7AD1;
}

.fixednav {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
}


/*导航部分*/


.content {
	width: 90%;
	margin: 0 auto;
	margin-top: 25px;
	margin-bottom: 30px;
	max-width: 1380px;
}

.content-first {
	float: left;
	width: 36%;
	height: auto;
	overflow: hidden;
	display: block;
}

.tab-menu {
	width: auto;
	height: 40px;
	background-color: #dfdede;
	overflow: hidden;
	display: block;
}

.xinwen {
	width: auto;
	height: 35px;
	font-family: "微软雅黑";
	font-size: 18px;
	color: #fff;
	padding-left: 15px;
	float: left;
	background-image: url(../images/img-blue-bg.png);
	background-position: 0 0px;
	background-repeat: no-repeat;
	position: relative;
	line-height: 40px;
	padding-bottom: 20px;
	padding-right: 30px;
}

.xinwen img {
	vertical-align: middle;
	padding-right: 10px;
}

.linkmenu {
	float: right;
	font-family: "微软雅黑";
	font-size: 13px;
	color: #035cac;
	padding-top: 13px;
	padding-right: 14px;
       line-height:20px;
}

.news-box {
	width: auto;
	min-height: 325px;
	margin-top: 16px;
}

.picture-box {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.picture-box img {
	width: 362px;
	height: auto;
}

.news-box2 {
	width: 100%;
	height: auto;
	margin-top: 6px;
}

.news-box2 ul {
	padding: 0 10px;
}

.news-text1 {
	width: 100%;
	height: auto;
	background-image: none;
}

.news-text1 h3 {
	font-size: 18px;
	color: #f7751f;
	float: left;
}

.jiantou1 {
	float: left;
	margin: 4px 7px 0 0;
}

.content-second {
	float: left;
	width: 35%;
	height: auto;
	margin-left: 20px;
	display: block;
}

.menu2-content {
	display: none;
}

.content-thred {
	float: right;
	width: 26%;
	height: auto;
	background: #F0F0F0;
}

.tab-menu3 {
	width: 100%;
	height: 40px;
	background-color: #dfdede;
	display: block;
}

.mingyi-text {
	width: auto;
	height: 100px !important;
	margin-left: 14px;
	margin-top: 16px;
}

.mingyi-text-left {
	float: left;
	width: 78px;
	height: 90px;
}

.mingyi-text-left a img, {
	width: 95px;
	height: 100px;
	vertical-align: middle;
	display: table-cell;
}

.mingyi-text-right {
	float: left;
	height: 100px;
	width: 70%;
	margin-left: 10px;
}

.name {
	font-family: "微软雅黑";
	font-size: 16px;
	color: #035CAC;
	line-height: 30px;
}

.mingyi-text-right p {
	font-size: 14px;
	color: #555;
	line-height: 17px;
}

.mingyi-text-right p a {
	font-size: 14px;
	color: #035CAC;
}

.work {
	font-size: 13px;
	color: #035CAC;
	line-height: 20px;
}

.active-3 {
	display: block;
}
	
/*内容*/

.topic {
	background: #fff;
    /*padding:38px 0 41px;*/
	padding: 20px 0 20px;
	display: block;
	overflow: hidden;
}

.topic .place {
	width: 90%;
	max-width: 1380px;
	margin: 0 auto;
}

.topic .place ul {
	width: 101%;
}

.topic .place li {
	float: left;
	/* width:232px; */
    /* height:96px; */
	width: 16%;
	height: 90px;
	margin-right: 8px;
}

.topic .place li:last-child {
	margin-right: 0px;
}

.topic .place li.last {
	margin-right: 0;
}

.topic .place li a {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 100%;
	color: #fff;
	overflow: hidden;
	background: #1d76c0;
}

.topic .place li a span {
	display: block;
	color: #fff;
}

.topic .place li a:hover span {
	display: block;
	color: #fff;
}

.topic .place li a:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}


/* 区域 */
.place-container {
	background: #fff;
    /*padding:38px 0 41px;*/
	padding: 20px 0 20px;
	display: none;
	overflow: hidden;
}

.place {
	width: 90%;
	max-width: 1380px;
	margin: 0 auto;
}

.place ul {
	width: 101%;
}

.place li {
	float: left;
	/* width:232px; */
    /* height:96px; */
	width: 16%;
	height: 90px;
	margin-right: 8px;
}

.place li:last-child {
	margin-right: 0px;
}

.place li.last {
	margin-right: 0;
}

.place li a {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.place li img {
	width: 100%;
	height: 100%;
	transform-origin: center center;
	-webkit-transform-origin: center center;
	transition: transform .5s;
	-webkit-transition: -webkit-transform .5s;
}

.place li a:hover span {
	display: block;
}

.place li a:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.place li span {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	line-height: 96px;
	text-align: center;
	background: rgba(0, 0, 0, 0.3);
	display: none;
}

/*链接内容*/
.link-content {
	width: 90%;
	max-width: 1380px;
	margin: 0 auto;
	height: auto;
	background-color: #f0efef;
	margin-bottom: 20px;
}

.link-box {
	width: 100%;
	height: 38px;
	margin: 0 auto;
	background-color: #B4CBEA;
	display: block;
	overflow: hidden;
}

.link-contain {
	width: 98px;
	height: 43px;
	font-family: "微软雅黑";
	font-size: 18px;
	color: #5075a7;
	padding-left: 45px;
	float: left;
	background-image: url(../images/img-blue-bg-2.png);
	background-position: 0 -1px;
	background-repeat: no-repeat;
	position: relative;
	line-height: 40px;
	padding-bottom: 10px;
}

.link-contain:hover {
	background-image: url(../images/img-blue-bg.png);
	color: #fff;
}

.active-4 {
	background-image: url(../images/img-blue-bg.png);
	color: #fff;
}

.link-img {
	position: absolute;
	top: 8px;
	left: 12px;
}

.m-link-items {
	margin-top: 12px;
	min-height: 80px;
	display: block;
	overflow: hidden;
}

.u-link-list ul {
	width: 100%;
}

.u-link-list ul li {
	padding: 5px 0;
	float: left;
	width: 16.66%;
        text-align:center;
}
/*链接内容*/

/*页脚*/
.footer {
	width: 100%;
	background-color: #00a0e9;
	background-image: url(../images/ftbg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 360px;
	z-index: 20;
}

.footer-box {
	width: 90%;
	max-width: 1380px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	padding-top: 80px;
}

.footer-left {
	float: left;
	width: 650px;
	height: auto;
	margin-top: 45px;
}

.logo-2 {
	float: left;
}

.footer-left-text {
	float: left;
	margin-left: 20px;
}

.footer-left-text p {
	font-family: "微软雅黑";
	font-size: 16px;
	color: white;
	line-height: 170%;
}

.footer-left-text p a {
	font-family: "微软雅黑";
	font-size: 13px;
	color: white;
	line-height: 22px;
}

.footer-right {
	float: right;
	width: auto;
	height: 100px;
	margin-top: 30px;
}

.footer-right-box1 {
	float: right;
	height: 100px;
	width: 120px;
	font-size: 14px;
	color: white;
	text-align: center;
	margin-left: 8px;
}

.footer-right-box2 {
	float: left;
	width: 76px;
	height: 100px;
	font-size: 12px;
	color: white;
	text-align: center;
}

.footer-downbox {
	width: 100%;
	height: 50px;
	background-color: #004098;
}

.footer-down-text {
	width: 90%;
	max-width: 1380px;
	margin: 0 auto;
	height: 48px;
}

.footer-down-p {
	float: left;
	font-family: "微软雅黑";
	font-size: 16px;
	color: white;
	margin-top: 15px;
}

.footer-down-text select {
	float: right;
}

.footer-copy {
	width: 100%;
	height:120px;
	background: #004098;
}

.footer-copy  .content {
	font-size: 14px;
	line-height: 50px;
	color: #99ccff;
	width: 90%;
	max-width: 1380px;
	margin: 0 auto;
}

.footer-copy .copy {
	margin-top: 5px;
	font-size: 14px;
	color: #99ccff;
	line-height: 100px
}

.footer-copy .beian {
	margin-top: 0px;
}

.footer-copy .beian  p {
	font-size: 14px;
	color: ##99ccff;
	padding-left: 12px;
	padding-right: 15px;
}

.footer-copy .beian  p a {
	color: ##99ccff;
}

.footer-copy .beian  img {
	vertical-align: middle;
	max-height: 40px;
}

.footer-right-box1 img {
	height: 100px;
	width: 100px;
	margin: 0 auto;
	display: block;
	overflow: hidden;
}

.footer-right-box2 img {
	height: 74px;
	width: 76px;
}



/*tab*/
.tab {
	width: 100%;
	text-align: left;
	margin: 0 auto;
	height: 40px;
	background-color: #dfdede;
}

.tab .hd {
	position: relative;
	width: 100%;
	float: left;
	margin: 0 auto;
	padding: 0px;
}

.tab .hd ul {
	margin: 0 auto;
	padding: 0px;
}

.tab .hd ul li {
	float: left;
	width: 67px;
	height: 43px;
	font-family: "微软雅黑";
	font-size: 15px;
	color: #fff;
	padding-left: 47px;
	padding-right: 10px;
	padding-top: 10px;
	float: left;
	position: relative;
}

.tab .hd ul li a {
	color: #0f0964;
}

.tab .hd ul li.on {
	background: url(../images/img-blue-bg.png) no-repeat left top;
	color: #258cd1 !important;
}

.tab .hd ul li.on a {
	color: #fff;
}

/*tab*/
.tab2 {
	width: 100%;
	text-align: left;
	margin: 0 auto;
	height: 40px;
	background-color: #dfdede;
}

.tab2 .hd {
	position: relative;
	width: 100%;
	float: left;
}

.tab2 .hd ul {
	float: left;
}

.tab2 .hd ul li {
	float: left;
	width: 67px;
	height: 43px;
	font-family: "微软雅黑";
	font-size: 15px;
	color: #fff;
	padding-left: 47px;
	padding-right: 10px;
	padding-top: 10px;
	float: left;
	position: relative;
}

.tab2 .hd ul li a {
	color: #0f0964;
}

.tab2 .hd ul li.on {
	background: url(../images/img-blue-bg.png) no-repeat left top;
	color: #258cd1 !important;
}

.tab2 .hd ul li.on a {
	color: #fff;
}


	
/*banner*/
.banner {
	max-height: 565px;
	display: block;
	width: 100%;
	overflow: hidden;
	background-color: #ffffff;
}

.fullSlide {
	width: 100%;
	position: relative;
	max-height: 565px;
	display: block;
	overflow: hidden;
}

.fullSlide .bd {
	margin: 0 auto;
	position: relative;
	z-index: 0;
	overflow: hidden;
}

.fullSlide .bd ul {
	width: 100% !important;
}

.fullSlide .bd li {
	width: 100% !important;
	height: 100%;
	overflow: hidden;
	text-align: center;
	background-position: center top;
}

.fullSlide .bd li img {
	width: 100%;
	height: 100%;
	overflow: hidden;
	text-align: center;
	background-position: center top;
}

.fullSlide .bd li a {
	display: block;
}

.fullSlide .hd {
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 0px;
	left: 0;
	height: 30px;
	line-height: 30px;
}

.fullSlide .hd ul {
	text-align: center;
}

.fullSlide .hd ul li {
	cursor: pointer;
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 30px;
	height: 8px;
	border-radius: 10px;
	margin: 10px;
	overflow: hidden;
	background: #fff;
	line-height: 999px;
}

.fullSlide .hd ul .on {
	background: #004098;
}

.fullSlide .prev,.fullSlide .next {
	display: block;
	position: absolute;
	z-index: 1;
	top: 50%;
	margin-top: -30px;
	left: 5%;
	z-index: 1;
	width: 40px;
	height: 60px;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: 0.5;
	display: none;
	width: 73px;
	height: 73px;
}

.fullSlide .prev {
	background: url(../images/left.png) no-repeat;
}

.fullSlide .next {
	left: auto;
	right: 5%;
	background: url(../images/right.png) no-repeat;
}

.div03 {
	padding-top: 50px;
	padding-bottom: 50px;
	background-image: url(../images/bg7.png);
	background-repeat: repeat-x;
	background-position: center top;
}

.del_div .tit {
	padding: 20px 20px 20px;
}

.del_div .tit h3 {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	color: #111;
	font-size: 30px;
	font-family: Simsun,NSimSun,FangSong;
	font-weight: 400;
	line-height: 180%;
}

.del_div .tit {
	color: #1f6ad3;
	background: none;
	background-color: #f8f8f8;
}

.over_f {
	color: #333;
	font-weight: 100;
	font-size: 16px;
	text-align: center
}

.txt_div img {
	display: block;
	margin: 0 auto;
	max-width: 80%;
	height: auto
}

.xgfj a:hover {
	text-decoration: underline;
}

.conbanner {
	display: none;
	position: relative;
	overflow: hidden;
	height: auto;
	z-index: 1;
	margin-top: 0px;
	width: 100%;
}

.conbanner img {
	display: block;
	width: 100%;
	overflow: hidden;
}

.mainWrap {
	width: 100%;
	padding-top: 0px;
	display: block;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	clear: both;
	position: relative;
}

.main_con {
	width: 100%;
}

.main_con2 {
	width: 100%;
	margin: 260px auto 0;
	position: absolute;
	top: 0px;
	left: 0%;
}

.main_con3 {
	width: 1230px;
	display: block;
	max-width: 1380px;
	margin: 0px auto;
	height: 100%;
	min-height: 600px;
	background-color: #fff;
	background-image: url(../images/l_bg.png);
	background-repeat: repeat-y;
	background-position: left top;
}

.main_conL {
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 22%;
	padding-bottom: 260px;
	min-height: 100%;
}

.dynamiccc {
	margin-top: 10px;
}

.column_button {
	min-height: 100%;
	background-color: #f9fbfd;
	position: relative;
}

.main_conR .bottom {
	position: absolute;
	bottom: 0px;
	margin-left: -255px;
}

.main_conR {
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 75%;
	min-height: 450px;
	margin-left: 25px;
	vertical-align: top;
}

.main_conR h2 {
	width: 100%;
	height: auto;
	line-height: 80px;
	border-bottom: 1px dashed #eee;
	font-size: 24px;
	color: #666666;
	text-align: center;
}

.main_conRC {
	padding-left: 40px;
	padding-bottom: 40px;
}

.main_conRC p {
	/*width: 721px;*/
	font-size: 14px;
	color: #666666;
	line-height: 32px;
	/*text-indent: 2em;*/
	margin-top: 20px;
	word-break: break-all;
	text-align: left;
	text-align: justify;
	text-justify: inter-ideograph;
}

.main_conRC img {
	margin: 0 auto;
	display: block;
	text-align: center;
}

.page {
	width: 90%;
	height: 40px;
	margin: 30px auto 30px;
	font-size: 15px;
}


/*列表页2*/
.main_conRCb {
	width: 90%;
	margin: auto;
}

.main_conRCb ul {
	width: 100%;
}

.main_conRCb ul li {
	width: 100%;
	font-size: 14px;
	color: #666666;
	height: 46px;
	line-height: 46px;
	border-bottom: 1px dashed #eee;
	background: url(../images/nicon3.gif) no-repeat left center;
	padding-left: 10px;
	text-indent: 15px;
	cursor: pointer;
	display: block;
}

.main_conRCb ul li:hover {
	background: #fcfcfc  url(../images/nicon3.gif) no-repeat left center;
	padding-left: 10px;
}

.main_conRCb ul li span {
	float: right;
	width: auto;
	margin-right: 0;
}

.main_conRCb ul li a em {
	float: left;
	display: block;
	width: 70%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.main_conRCb ul li a em span {
	color: #ff0000;
}




/*内容页*/



/***************************************/
.del_div .tit font {
	color: #fff;
	font-weight: bold;
}

.del_div .del_txt .txt_div {
	margin-top: 30px;
	padding: 10px 0 20px 0;
	border-top: 1px solid #cccccc;
	overflow: hidden;
}

.wp_single {
	width: 98%;
	overflow: hidden;
}
/***文章内容初始样式（包括之后文章页内容）***/
.wp_entry {
	width: 100%;
	line-height: 1.9em;
	overflow: hidden;
	text-align: justify;
	margin: auto
}

.wp_entry p {
	text-indent: 2em;
	margin-bottom: 5px;
}

.wp_entry a {
	text-decoration: none;
}

.wp_entry a:hover {
	text-decoration: none;
	color: #E10000;
}

.wp_entry img {
	max-width: 95%;
	min-width: 80%;
}

.content_nav {
	display: block;
	overflow: hidden;
	height: auto;
	margin-top: 12px;
	margin-bottom: 12px;
}

.content_nn {
	position: relative;
	margin-top: 6px;
	padding-left: 6px;
	font-size: 16px;
	border-bottom: 1px solid #d5d5d5;
	padding-bottom: 15px;
}

.content_nn span {
	position: relative;
	top: 2px;
	*top: 0px;
	left: 0px;
}

.content_nn span a {
	color: #000;
}

.content_nn span.titl {
	font-size: 22px;
	color: #000;
}

.content_nn_01 {
	position: absolute;
	top: 8px;
	color: #999898;
	right: 10px;
}

.content_nn_01 span a {
	color: #000;
	font-size: 14px;
}

.content_nn_01 span {
	left: 0px;
}

.content_nn_01 img {
	vertical-align: middle
}

.content_title {
	text-align: center;
	margin: 30px 0;
	width: 100%;
	border-bottom: 1px dotted #C0C0C0;
	padding-bottom: 30px;
}

.content_title h2 {
	font-size: 24px;
	color: #000;
	font-weight: normal;
	padding: 0 30px;
}

.content_title div {
	margin-top: 15px;
	position: relative;
	font-size: 16px;
}

.row3 {
	width: 1200px;
	margin: 0 auto;
	margin-top: 20px;
}





/* 内页列表 */

.n_newslist li {
	line-height: 48px;
	padding: 0 15px 20px;
	color: #de171c;
	border-bottom: 1px solid #d4d4d4;
	background-image: url(../images/dot_1.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.n_newslist li:hover {
	background: #fff7f7;
	animation: myfirst 1s;
	-moz-animation: myfirst 1s;
 /* Firefox */
	-webkit-animation: myfirst 1s;
 /* Safari and Chrome */
	-o-animation: myfirst 1s;
 /* Opera */
}

.n_newslist li:hover a {
	color: #de171c;
}

.n_newslist li span {
	float: right;
	font-size: 14px;
	color: #999;
}

.n_newslist li a:hover {
	text-decoration: none;
}

.n_newslist li i {
	margin-right: 10px;
}

.n_newslist0 li {
	line-height: 48px;
	padding: 0 15px;
	color: #de171c;
	border-bottom: 1px solid #d4d4d4;
}

.n_newslist0 li:hover {
	background: #fff7f7;
	animation: myfirst 1s;
	-moz-animation: myfirst 1s;
 /* Firefox */
	-webkit-animation: myfirst 1s;
 /* Safari and Chrome */
	-o-animation: myfirst 1s;
 /* Opera */
}

.n_newslist0 li:hover a {
	color: #de171c;
}

.n_newslist0 li i {
	float: right;
	font-size: 14px;
	color: #999;
	font-style: normal;
}

.n_newslist0 li a:hover {
	text-decoration: none;
}

.n_newslist0 span {
	font-size: 16px;
}

.lp_list .n_newslist li {
	float: left;
	display: block;
	width: 48%;
	border-bottom: 0px solid #d4d4d4;
	padding: 0 0px;
	background-image: none
}

.lp_list .n_newslist li span {
	display: none;
}

.lp_list .page {
	display: none;
}

.lp_list .n_newslist {
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 100%;
	margin: auto;
	overflow: hidden;
}

/*--图片列表--*/
.pic_list {
	display: block;
	width: 100%;
	overflow: hidden;
	margin: auto;
}

.pic_list li {
	width: 25%;
	height: 300px;
	margin-bottom: 10px;
	margin-left: 20px;
	color: #333;
	font-size: 16px;
	overflow: hidden;
	float: left;
	display: inline;
}

.pic_list li .li-div {
	width: 95%;
	margin: auto;
	text-align: center;
}

.pic_list li .li-img-box {
	width: 200px;
	height: 225px;
	border: 1px solid #e5e5e5;
	overflow: hidden;
	margin: auto;
}

.pic_list li .li-img {
	width: 100%;
	height: 100%;
	transition: 1s;
	overflow: hidden;
}

.pic_list li .li-img img {
	width: 100%;
	height: 100%;
}

.pic_list li .li-wen {
	height: 40px;
	line-height: 40px;
	color: #333;
	text-align: center;
	transition: 2s;
}

.pic_list li:hover .li-wen {
	color: #bb322d;
}

.pic_list li:hover .li-img {
	animation: hover-img 1.5s infinite;
	-webkit-animation: hover-img 1.5s infinite;
}

.pic_list li img {
	width: 100%;
	height: 225px;
}

.pic_list1 {
	display: block;
	width: 100%;
	overflow: hidden;
	margin: auto;
}

.pic_list1 li {
	width: 25%;
	height: 60px;
	margin-bottom: 10px;
	color: #333;
	font-size: 16px;
	overflow: hidden;
	float: left;
	display: inline;
}

.pic_list1 li .li-div {
	width: 95%;
	margin: auto;
	text-align: center;
}

.pic_list1 li .li-img-box {
	width: 100%;
	height: 225px;
	border: 1px solid #e5e5e5;
	overflow: hidden;
	margin: auto;
}

.pic_list1 li .li-img {
	width: 100%;
	height: 100%;
	transition: 1s;
	overflow: hidden;
}

.pic_list1 li .li-img img {
	width: 100%;
	height: 100%;
}

.pic_list1 li .li-wen {
	height: 40px;
	line-height: 40px;
	color: #333;
	text-align: center;
	transition: 2s;
}

.pic_list1 li:hover .li-wen {
	color: #bb322d;
}

.pic_list1 li:hover .li-img {
	animation: hover-img 1.5s infinite;
	-webkit-animation: hover-img 1.5s infinite;
}

.pic_list1 li .li-img1 img {
	width: 100%;
	height: 225px;
}

.pic_san {
	display: block;
	width: 95%;
	overflow: hidden;
	margin: auto;
}

.pic_san ul.pic_list1 {
	display: block;
	width: 100%;
	overflow: hidden;
	margin: auto;
}

.pic_san ul.pic_list1 li {
	width: 31.98%;
	height: 300px;
	margin-bottom: 10px;
	color: #333;
	font-size: 16px;
	overflow: hidden;
	float: left;
	display: inline;
}

.pic_san ul.pic_list1 li .li-div {
	width: 95%;
	margin: auto;
	text-align: center;
}

.pic_san ul.pic_list1 li .li-img-box {
	width: 100%;
	height: 225px;
	border: 1px solid #e5e5e5;
	overflow: hidden;
	margin: auto;
}

.pic_san ul.pic_list1 li .li-img {
	width: 100%;
	height: 100%;
	transition: 1s;
	overflow: hidden;
}

.pic_san ul.pic_list1 li .li-wen {
	height: 40px;
	line-height: 40px;
	color: #333;
	text-align: center;
	transition: 2s;
}

.pic_san ul.pic_list1 li:hover .li-wen {
	color: #bb322d;
}

.pic_san ul.pic_list1 li:hover .li-img {
	animation: hover-img 1.5s infinite;
	-webkit-animation: hover-img 1.5s infinite;
}

.pic_san ul.pic_list1 li img {
	width: 100%;
	height: 225px;
}



/*右侧滚动图片*/
.slideBox {
	width: 100%;
	height: 325px;
	overflow: hidden;
	position: relative;
	float: right;
}

.slideBox .hd {
	height: 20px;
	overflow: hidden;
	position: absolute;
	right: 5px;
	bottom: 10px;
	z-index: 1;
}

.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}

.slideBox .hd ul li {
	float: left;
	margin: 6px 8px 0 0;
	width: 8px;
	height: 8px;
	background: #fff;
	cursor: pointer;
	border-radius: 100%;
}

.slideBox .hd ul li.on {
	background: #c4c4c4;
	color: #fff;
	width: 12px;
	height: 12px;
	margin-top: 4px;
}

.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
	overflow: hidden;
	width: auto;
}

.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
	position: relative;
}

.slideBox .bd img {
	width: 100%;
	height: 325px;
	display: block;
}

.slideBox .bd li .bg {
	width: 100%;
	height: 40px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	background: #000;
	filter: alpha(opacity=60);
	opacity: 0.6;
}

.slideBox .bd li .title {
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-family: Microsoft YaHei,SimHei,simsun;
	font-size: 16px;
	font-weight: bold;
	font-color: #f7751f;
	left: 0;
	bottom: 0;
	position: absolute;
	z-index: 2;
}

.slideBox .bd li .title a {
	color: #fff;
	padding-left: 15px;
}

.slideBox .bd li .title a:hover {
	color: #d12e33;
}
/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
.slideBox .next {
	position: absolute;
	left: 3%;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 32px;
	height: 40px;
	background: url(../images/slider-arrow.png) -110px 5px no-repeat;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.slideBox .next {
	left: auto;
	right: 3%;
	background-position: 8px 5px;
}

.slideBox .prev:hover,
.slideBox .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

.slideBox .prevStop {
	display: none;
}

.slideBox .nextStop {
	display: none;
}


/* newsli */
.news_con {
	margin-top: 0px;
	display: block;
	overflow: hidden;
}

.news_con li {
	height: 35px;
	line-height: 35px;
	padding-left: 15px;
	background: url(../images/ico.gif) 0 15px no-repeat;
	overflow: hidden;
}

.news_con li.news-text1 {
	background: url(none) 0 15px no-repeat;
	overflow: hidden;
}

.news_con li span {
	font-size: 14px;
	color: #898989;
	float: right;
}

.news_con li a {
	font-size: 16px;
	font-style: normal;
	display: block;
	float: left;
	width: 84%;
	overflow: hidden;
/*注意不要写在最后了*/
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.news_con li.news-text1 {
	display: block;
	width: 95%;
	height: auto;
	background-image: none;
	height: auto;
	height: 35px;
	line-height: 35px;
}

.news_con li.news-text1 h1 {
	font-family: "微软雅黑";
	font-size: 20px;
	color: #f7751f;
	height: 35px;
	line-height: 35px;
	text-align: center;
}

.news_con li.news-text1 h1:hover {
	color: #f7751f;
}

.slideTxtBox {
	width: auto;
	text-align: left;
}

.slideTxtBox .hd {
	background-color: #dfdede;
	height: 40px;
	line-height: 40px;
	padding: 0;
	position: relative;
}

.slideTxtBox .hd ul {
	float: left;
	position: absolute;
	left: 0;
	top: -1px;
	padding-left: 20px;
	height: 32px;
}

.slideTxtBox .hd ul li {
	font-size: 20px;
	float: left;
	padding: 0 15px;
	cursor: pointer;
	height: 43px;
	line-height: 43px;
	font-family: "微软雅黑";
	padding-left: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
}

.slideTxtBox .hd ul li.on {
	background: url(../images/img-blue-bg.png) no-repeat left top;
	color: #0f0964 !important;
}

.slideTxtBox .hd ul li a {
	color: #0f0964;
}

.slideTxtBox .hd ul li a img {
	vertical-align: middle;
	padding-right: 10px;
}

.slideTxtBox .hd ul li.on a {
	color: #fff;
}

.slideTxtBox .bd ul {
	padding: 12px 0 0 0;
	zoom: 1;
}

.slideTxtBox .bd li {
	height: 35px;
	line-height: 35px;
	padding-left: 15px;
	background: url(../images/ico.gif) 0 15px no-repeat;
	overflow: hidden;
	font-weight: normal;
	font-color: #f7751f;
}

.slideTxtBox .bd li a {
	color: #222;
	font-weight: normal;
	font-color: #f7751f;
}

.slideTxtBox .bd li a:hover {
	color: #ffc000;
}

.slideTxtBox .bd li span {
	font-size: 14px;
	color: #f7751f;
	float: right;
	padding-right: 10px
}

.slideTxtBox .bd li span.hfont {
	WIDTH: auto;
	FONT-FAMILY: Georgia;
	FLOAT: left;
	COLOR: #8c0000;
	FONT-SIZE: 14px;
	float: left;
	padding-right: 10px
}



/*59新左侧*/

.zcl {
	width: 274px;
	position: relative;
	overflow: hidden;
	height: 100%;
	z-index: 1;
}

.subTit {
	background: #0049B5 url(../images/arrlogo.png) no-repeat right top;
	height: 50px;
	line-height: 50px;
	position: absolute;
	left: 0;
	top: 10px;
	width: 100%;
	z-index: 10;
}

.subTit h1 {
	font-size: 20px;
	color: #fff;
	padding-left: 38px;
	margin-left: 30px;
}

.zsj {
	position: absolute;
	width: 18px;
	height: 18px;
	background: url("../images/arr31.png") no-repeat;
	left: 0;
	bottom: -18px;
}

.ysj {
	position: absolute;
	width: 18px;
	height: 18px;
	background: url("../images/arr32.png") no-repeat;
	right: 0;
	bottom: -18px;
}

.ejcd {
	width: 240px;
	margin: 0 18px;
	background: #EEEEEE;
	padding-top: 80px;
	padding-bottom: 50px;
	z-index: 1;
}

.ejcd i {
	display: none;
	position: absolute;
	background: url(../images/arrbg.png) no-repeat;
	height: 88px;
	bottom: -88px;
	left: 0;
	width: 100%
}

.ejcd ul li a {
	border-bottom: 1px solid #D5D5D5;

	line-height: 50px;
	color: #666666;
	font-size: 18px;
	background: url(../images/arr1.png) no-repeat 35px center;
	padding-left: 50px;
	display: block;
}

.ejcd ul li.active a {
	border-left: 3px solid #0E419C;
	color: #0E419C;
	background: url(../images/arr2.png) no-repeat 35px center #FFFFFF;
}

.ejcd ul li:hover a {
	border-left: 3px solid #0E419C;
	color: #0E419C;
	background: url(../images/arr2.png) no-repeat 35px center #FFFFFF;
}

.ejcd2 {
	width: 100%;
	margin: 0px;
	background: #fff;
	padding-top: 0px;
	margin-bottom: 0px;
	position: relative
}

.ejcd2 ul li a {
	border-bottom: 1px solid #D5D5D5;
	height: 50px;
	line-height: 50px;
	color: #666666;
	font-size: 16px;
	background: url(../images/arr1.png) no-repeat 35px center;
	padding-left: 50px;
	display: block;
}

.ejcd2 ul li.cur a {
	border-left: 0px solid #0E419C;
	color: #0E419C;
	background: url(../images/arr2.png) no-repeat 35px center #FFFFFF;
}

.ejcd2 ul li:hover a {
	border-left: 0px solid #0E419C;
	color: #0E419C;
	background: url(../images/arr2.png) no-repeat 35px center #FFFFFF;
}


/* ztList */
.sppic {
	padding: 10px
}

.sppic a {
	width: 100%;
	height: 100%;
	text-align: center;
	color: #111;
	margin: 0px auto;
}

.sppic a img {
	width: 100%;
	height: 225px;
}





/*
* 首页快速通道
*/
.sy-tongdao{
	width: 100%;
	height: 240px;
	background: #fff;
	margin-top: 0px;
	padding-top: 0px;
    /*padding-bottom: 45px;*/
}
.sy-tongdao ul{
    width:100%;
margin:0 auto;
overflow:hidden;
}
.sy-tongdao li{
    float: left;
}
.sy-tongdao li p{
    text-align: center;
    padding-top: 20px;
    font-size: 14px;
    color: #333;
}
.sy-tongdao li img{
width:100%;
max-width:240px;
height:160px;
}
.sy-tongdao li:hover p{
    color: #336699;
}
.sy-tongdao .content .slick-prev{
    display:none;
}

.sy-tongdao .content .slick-next{
   display:none;
}


.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 0px;
    height: 0px;
    padding: 0;
    cursor: pointer;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);

    color: transparent;
    border: none;
    outline: none;
    background-repeat: no-repeat;
    background-position: center;
}
.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-next
{
    right: 0px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: 0px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 8px;

    cursor: pointer;
}
.slick-dots li button
{
    display: none;
}


.sy-sec11{
	width: 100%;
	height: 500px;
	
    /*padding-top: 20px;*/
}





/*
* 优秀学子
*/
.sy-tongdao2{
	width: 100%;
	height: 240px;
	background: #fff;
	margin-top: 0px;
	padding-top: 0px;
    /*padding-bottom: 45px;*/
}
.sy-tongdao2 ul{
    width:100%;
margin:0 auto;
overflow:hidden;
}
.sy-tongdao2 li{
    float: left;
}
.sy-tongdao2 li p{
    text-align: center;
    padding-top: 20px;
    font-size: 14px;
    color: #333;
}
.sy-tongdao2 li img{
width:100%;
max-width:240px;
height:160px;
}
.sy-tongdao2 li:hover p{
    color: #336699;
}
.sy-tongdao2 .content .slick-prev{
    display:none;
}
.sy-tongdao2 .content .slick-next{
   display:none;
}