@charset "utf-8";
*{margin:0;padding:0;list-style-type:none;}
a,img{border:0;}
html, body, div, p, span, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, q, a, address, cite, del, em, img, strong, sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
}
fieldset, object, iframe, img {
	border: 0 none;
}
/* for html5 */
article, aside, details, figrue, figcaption, footer, header, hgroup, nav, section {
	display: block;
}
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;
}
address, caption, cite, em, strong, th {
	font-style: normal;
}
sup {
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}
input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
*font-size:100%;
}
del {
	text-decoration: line-through;
}
button {
	border: 0;
	background: none;
	cursor: pointer;
}
:focus {
	outline: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
/* 布局 */
.fl {
	float: left;
	_display: inline;
}
.fr {
	float: right;
	_display: inline;
}
.cl {
	clear: both;
}
.mask {
	position: relative;
	overflow: hidden;
}
.mask ul {
	position: relative;
}
.preview, .next {
	position: absolute;
	right: 0;
	top: 0;
	width: 28px;
	height: 28px;
	line-height: 24px;
	text-align: center;
	font-size: 26px;
	color: #005187;
    border: 1px #005187 solid;
	cursor: pointer;
}
.preview {
	right: 40px;
}
.previewnew .active {
	background-color: #de3a3a;
}
.carousel-indicators {
	position: absolute;
	left: 0;
	bottom: 10px;
	width: 100%;
	text-align: center;
	font-size: 0;
}
.carousel-indicators span {
	display: inline-block;
	width: 12px;
	height: 12px;
	background-color: #fff;
	margin: 0 4px;
	border-radius: 50%;
	cursor: pointer;
}
.carousel-indicators span.active {
	background-color: #de3a3a;
}
.more {
	float: right;
	margin-right: 0px;
	font-size: 14px;
	color: #005187;
}
.moreright {
	color: #999;
}
/*.more i { width:100%; height:60px; background:url(../image/more.png) no-repeat center center; }*/
/*--------------- 
总体 
---------------*/
body {
	width: 100%;
	font: normal 14px/26px "微软雅黑";
	color: #777;
}
a {
	text-decoration: none;
	color: #005187;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
}
a:hover {
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
}
.wrapper {
	position: relative;
	margin: 0 auto;
	width: 1200px;
	margin-top: 10px;
}
/*--------------- 
头部 
---------------*/
.top {
	height: 50px;
	line-height: 50px;
	background: #333;
}
.top p {
	border-left: 1px #555 solid;
}
.top a {
	display: inline-block;
	padding: 0 20px;
	border-right: 1px #555 solid;
	color: #fff;
}
header {
	width: 100%;
	text-align: left;
	background: url(../image/header.png) no-repeat left top;
}
header h1 {
	display: inline-block;
	margin: 35px 0;

}
header h2 {
	display: inline-block;
	float: right;
	margin: 45px 0;
	margin-right: 30px;
}
header h2 span {
	display: block;
	font-family: Arial;
	font-size: 16px;
}
header nav {
	height: 60px;
	line-height: 60px;
	background: #005187;
}
header li {
	display: block;
	float:left;
	/* margin: 0 29px; */
	width:10%;
	text-align:center;
	font-size: 16px;
}
header li a {
	color: #fff;
}
header li.active a {
	color: #2fa3dc;
}


/*--------------- 
首页
---------------*/
.banner {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
}
/*.banner ul li { position:absolute; left:0; top:0; width:100%; height:100%; line-height:normal; background: no-repeat center top; }
.banner ul section { padding-top:200px; text-align:right;display:none; }
.banner ul p { display:inline-block; padding:20px; font-size:20px; background:#83c7e1; color:#fff; }
.banner ul a { display:block; width:100%; height:100%; }
.banner ol { position:absolute; left:0; bottom:35px; width:100%; }
.banner ol li { display:inline-block; margin:0 3px; width:10px; height:10px; border-radius:10px; background:#fff; cursor:pointer; }
.banner ol li.active { background:#005187; }
.banner .preview, .banner .next { top:335px; color:#fff; border-color:#fff; }

.covervid-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
*/

.indexTitle {
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 15px;
	line-height: normal;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px #ddd solid;
	color: #005187;
}
.indexTitle:after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 80px;
	height: 2px;
	background: #005187;
}
.indexTitle-n {
	border-bottom: none;
}
.indexTitle-n:after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 80px;
	height: 2px;
	background: #005187;
	display: none;
}
.index {
	padding: 25px 0 25px 0;
}
.index1 {
	float: left;
	margin-right: 50px;
	width: 240px;
}
.index2 {
	position: relative;
	float: left;
	width: 480px;
}
.index2 .preview, .index2 .next {
	top: 25px;
}
.index3 {
	float: right;
	width: 380px;
}
.index1 li, .subNav2 li {
	float: left;
	margin-bottom: 10px;
	
	height: 70px;
	text-align: center;
	font-size: 14px;
	color: #333;
}
.index1 li.li1, .subNav2 li.li1 { 
background:#fec20f;
width: 100%;
}
.index1 li.li2, .subNav2 li.li2 { 
background:#bfd62f;
width: 100%;
}
.index1 li.li3, .subNav2 li.li3 { 
background:#2fa3dc;
width: 100%;
}
.index1 li.li4, .subNav2 li.li4 { 
background:#476c7e;
width: 100%;
}
.index1 li.li5, .subNav2 li.li5 { 
background:#6fc9f5;
width: 100%;
}
.index1 li:last-child {
	margin-bottom: 0;
}
.index1 li:hover, .subNav2 li:hover {
	box-shadow: inset 0 0 10px #fff;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	border-color:#cc6633;
}
.index1 i, .subNav2 i {
	display: block;
	width: 40%;
	float:left;
	height: 65px;
	background: url(../image/ico1.png) no-repeat center center;
}

.index .t1, .index .t2, .index .t3, .index .t4, .index .t5 {
	display: inline-block;
	margin-bottom: -4px;
}
.index1 .t1 i, .index1 .t2 i {
	display: block;
	width: 40px;
	height: 22px;
	padding: 0;
	margin: 0;
	background: url(../image/titleico1.png) no-repeat center center;
}
.index2 .t3 i {
	display: block;
	width: 40px;
	height: 22px;
	padding: 0;
	margin: 0;
	background: url(../image/titleico3.png) no-repeat center center;
}
.index3 .t4 i {
	display: block;
	width: 40px;
	height: 22px;
	padding: 0;
	margin: 0;
	background: url(../image/titleico2.png) no-repeat center center;
}
.index3 .t5 i {
	display: block;
	width: 40px;
	height: 22px;
	padding: 0;
	margin: 0;
	background: url(../image/titleico4.png) no-repeat center center;
}
.indexTitle .titletxt {
	display: inline-block
}
.index1 .li2 i, .subNav2 .li2 i {
	background-image: url(../image/ico2.png);
}
.index1 .li3 i, .subNav2 .li3 i {
	background-image: url(../image/ico3.png);
}
.index1 .li4 i, .subNav2 .li4 i {
	background-image: url(../image/ico4.png);
}
.index1 .li5 i, .subNav2 .li5 i {
	background-image: url(../image/ico5.png);
}
.index1 a, .subNav2 a {
	display:block;
	color: #4a4a4a;
	height:100%;
	line-height:65px;
	color:#fff;
	font-size:16px;
	font-weight:600;
}
.index2 .mask {
	height: 300px;
}
.index2 .xxgs {
	margin-top: 0;
}
/*
.index2 .xxgs li {
	background: url(../image/liother.png) no-repeat left center;
	padding-left: 20px;
	line-height: 40px;
	height: 40px;
 }
.index2 .txtxxgs {
	display: inline-block;
	width: 310px;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}
.index2 .date {
	float: right;
	margin-right: 5px;
	height: 40px;
	line-height: 40px;
	text-align: center;
}
.index2 .date strong {
	display: block;
	line-height: 40px;
	font-size: 30px;
	font-weight: bold;
	background: #eee;
	color: #005187;
}
.index2 h3 {
	padding-bottom: 5px;
	font-size: 14px;
	color: #ff5411;
}
.index2 figure {
	position: relative;
}
.index2 figure img, .index2 figure span {
	width: 100%;
	height: 200px;
}
.index2 figure img {
	float: left;
}
.index2 figure span {
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0,0,0,.4) url(../image/play.png) no-repeat center center;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
}
.index2 figure:hover span {
	background-color: transparent;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
}
/*.index2 figcaption { clear:both; height:40px; line-height:40px; text-indent:15px; background:#005187; color:#fff; }*/

.index2 li { margin-bottom:8px; padding-bottom:5px; height:20px; border-bottom:1px #ddd dashed; }
.index2 .date { float:left; margin-right:20px; width:60px; height:60px; line-height:25px; text-align:center; background:#FF5411; color:#fff; }
.index2 .date strong { display:block; line-height:30px; font-size:18px; font-weight:bold; background:#eee; color:#428BCA; }
.index2 h3 { padding-bottom:5px; font-size:15px;float:left;width:80%;overflow:hidden;text-overflow:ellipsis;white-space: nowrap; }
.index2 .mask span { padding-bottom:5px; font-size:15px;float:right; }

.index3 ul {
	height: 300px;
}
.zxch li {
	height: 40px;
	line-height: 40px; /*text-indent:15px;*/
}
.zxch li {
	float: left;
	margin-bottom: 12px;
	width: 25%;
	height: 40px;
	text-align: center;
	font-size: 14px; /*font-weight:bold; background:#81c2de;*/
}
.zxch i {
	display: block;
	width: 100%;
	height: 80px;
	background: url(../image/ico9.png) no-repeat center center;
}
.zxch .li2 i {
	background-image: url(../image/ico9-05.png);
}
.zxch .li3 i {
	background-image: url(../image/ico9-07.png);
}
.zxch .li4 i {
	background-image: url(../image/ico9-09.png);
}
.tzgk li {
	background: url(../image/liother.png) no-repeat left center;
	padding-left: 12px;
	line-height: 25px;
    height: 25px;
    margin-bottom: 8px;
    border-bottom: 1px #ddd dashed;
}
.tzgk .txttzgk {
	display: inline-block;
	width: 340px;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden
}
/*.index3 li:nth-child(2n) { background:#f5f5f5; }*/
.index4 {
	padding-top: 30px;
	padding-bottom:30px;
	background: url(../image/bg.jpg);
}
.index4 .mask {
	width: 100%;
	
}
.zszctext {
	text-align: center;
}
.index4 li {
	float: left;
	margin-right:0.5%;
	margin-left:0.5%;
	width: 24%;
	height: 215px;
	background: #fff;
	box-shadow: inset 0 0 1px #ccc;
}
.index4 figure {
	position: relative;
}
.index4 figure img{
	width: 100%;
	height:160px;
}
.index4 figcaption {
	position: absolute;
	left: 0;
	top: 0;
	padding: 2px;
	background: #2fa3dc;
	color: #fff;
}
.index4 h3 {
	padding: 5px 15px;
	text-align:center;
	
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}
.index4 p {
	padding: 0 15px;
	color:#333;
}
.index4 p.cer {
	text-align: center
}
.pubdate, .click {
	font-size: 12px;
	font-family: SimSun;
	color: #a0a0a0;
	text-align: center
}
.click {
	padding-left: 20px;
}
.butdetail {
	width: 120px;
	height: 32px;
	border: thin #CCC solid;
	margin: 20px auto;
	text-align: center;
	line-height: 30px;
}
.focus {
	padding-top: 26px;
}
.focuscon {
	background: none repeat scroll 0 0 #FFFFFF;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.fc {
}
.focusnum {
	height: 31px;
	margin: 20px auto 0;
	width: 165px;
}
.focusnum li {
	background: url("../image/fcnum_p.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	color: #FFFFFF;
	cursor: pointer;
	float: left;
	height: 31px;
	line-height: 31px;
	margin: 0 5px;
	text-align: center;
	width: 31px;
}
.focusnum li.numselect {
	background: url("../image/fcnum.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.fc ul {
	float: left;
	height: 466px;
	width: 930px;
}
.focuscon .fc .fc_first {
	float: left;
	height: 466px;
	margin-right: 0px;
	width: 269px;
}
.focuscon .fc .fc_first img {
	height: 466px;
	width: 269px;
}
.fc ul li {
	float: left;
	height: 233px;
	margin-bottom: 0px;
	margin-right: 0px;
	overflow: hidden;
	width: 310px;
}
#trangle_xz{
position: absolute;
/*初始位置为95，每一个单位是112*/
left:40%;
bottom:-33px;
width:20px;
height:20px;
background:#FFFFFF;
border-left:1px #CCCCCC solid ;
border-top:1px #CCCCCC solid ;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
-transform: rotate(45deg);
}
.fc_thr{background-color:#66bdff}
.fc_fiv{background-color:#ffb24c}
.fc_sev{background-color:#66cc66}


#engdivR {
	height: auto;
}
.fc ul li img {
	display: inline;
	height: 234px;
	overflow: hidden;
	width: 310px;

}
.focuscon .fc .fc_first a {
	display: inline-block;
	height:466px;
}
.fc a {
	display: inline-block;
	position: relative;
}
.fc a span {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height:100%;
	background: rgba(0,0,0,.4) url(../image/play.png) no-repeat center center;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
}
.fc a span:hover {
	background-color: transparent;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
}
.focuscon .fc .fc_first a span {
	display: none;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5) !important;
	filter: Alpha(opacity=50);
	background: #000;/*实现IE背景透明*/
	display: block;
	height: 25px;
	padding-top: 15px;
	width: 414px;
	color: #fff;
}
.fc a b {
	height: 180px;
	left: 0;
	position: absolute;
	top: 0;
	width: 310px;
}
.index5 .mask {
	width: 100%;
	height: 365px;
}
.index5 li {
	position: relative;
	float: left;
	width: 300px;
	height: 350px;
	text-align: center;
	background: #f9f9f9;
}
.index5 li a {
	display: block;
	width: 100%;
	height: 100%;
}
.index5 li:nth-child(2n) {
	background: #eee;
}
.index5 li:hover {
	background: #005187 url(../image/zoom2.png) no-repeat center 230px;
}
.index5 li:hover figure {
	display: none;
}
.index5 li:hover a {
	color: #fff;
}
.index5 li:hover p {
	padding-top: 60px;
}
.index5 img {
	margin: 30px 0 15px 0;
	width: 120px;
	height: 120px;
}
.index5 h3 {
	position: absolute;
	bottom: -20px;
	left: 50%;
	margin-left: -127px;
	width: 255px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	background: #2fa3dc;
	color: #fff;
}
.index5 p {
	padding: 0 20px;
	text-align: left;
}

.index6 {
	padding-top: 30px;
	padding-bottom:0px;
	background: url(../image/xytk_bg.png);
}
.index6 .mask {
	width: 100%;
	height: 340px;
}

.index7 {
	padding-top:10px;
	padding-bottom:30px;
}

.link_name {
    font-size: 14px;
    line-height: 30px;
    background-color: #fff;
}
.link_name a {display: block;float: left;height: 24px;line-height: 24px;margin-bottom: 8px;margin-left: 20px;overflow: hidden;width:151px;}
.link_name a img {height:54px;width:135px;}
.index8 {
	padding-top: 30px;
	padding-bottom:24px;
	background: url(../image/link_bg.png) no-repeat left  top ;
}
.index9{
	height:100%;
	padding-top: 30px;
	padding-bottom:30px;
	background-color:#005187}
	
.foottitle{font-size:16px;color:#FFF;}
.f1,.f2,.f3,.f4{ display: inline-block;float:left;}
/* margin:0 20px; */
.f1,.f2,.f3,.f4 {
    padding-top: 15px;
    height: 150px;
	width:360px;
	/* border-right-color:#266b99; */
	/* border-right-style:solid; */
	/* border-right-width:1px;  */
	
	
}
/* .f4{float:right;} */
.f2,.f3{width:320px;}
.f4{width:140px;padding-right:27px;}
.index9 ul li {color:#FFF;}
.index9 ul li.no{background:none;height:auto;float:left;}
.index9 ul li img{ border:#CCC 5px solid; border-radius:5px}
.index9 ul li img{ border-bottom-width:30px;}
.weixin{margin-top:-40px;width:120px; text-align:center; color:#005187}

.xxxctitle{font-size:16px; text-align:center;color:#fff;margin-top:30px;}
.xxxcdetail{padding:5px 25px;text-align:left; color:#fff}





/*--------------- 
内页
---------------*/
.subBanner {
	height: 200px;
	background: no-repeat center top;
}
.subBanner section {
	float: right;
	margin-top: 60px;
	padding: 20px 40px;
	font-size: 16px;
	text-align: left;
	background: rgba(0,0,0,.6);
	color: #fff;
}
.subBanner section strong {
	font-size: 32px;
	font-weight: normal;
}
.position {
	height: 50px;
	line-height: 50px;
	text-align: left;
	background: #f5f5f5;
	margin-top: 20px;
	overflow: hidden;
}
.position a {
    color: #005187;
    text-decoration: none;
}
.main {
	float: right;
	padding: 20px 0 100px 0;
	width: 890px;
	min-height: 400px;
}
.news1 {
	width: 915px;
}
.news1 li {
	float: left;
	margin-right: 25px;
	width: 280px;
	height: 380px;
}
.news1 figure {
	width: 280px;
	height: 187px;
	overflow: hidden;
}
.news1 img {
	width: 100%;
	height: 100%;
	transition-duration: .3s;
	-webkit-transition-duration: .3s;
	-o-transition-duration: .3s;
	-ms-transition-duration: .3s;
	-moz-transition-duration: .3s;
}
.news1 a:hover img {
	transform: scale(1.02, 1.02);
	-webkit-transform: scale(1.02, 1.02);
	-o-transform: scale(1.02, 1.02);
	-ms-transform: scale(1.02, 1.02);
	-moz-transform: scale(1.02, 1.02);
}
.news1 h3 {
	padding: 20px 0 10px 0;
	font-size: 20px;
	color: #2fa3dc;
}
.news2 li {
	margin-bottom: 20px;
	border-bottom: 1px #eee solid;
}
.news2 li:last-child {
	margin-bottom: 0;
	border-bottom: none;
}
.news2 h3 {
	float: left;
	font-size: 20px;
	color: #333;
}
.news2 h4 {
	float: right;
	color: #999;
}
.news2 p {
	clear: both;
	padding: 20px 0;
}
.news2 p.newP {
	clear: both;
	padding: 10px 0;
}
.news3 li {
	float: left;
	margin-bottom: 20px;
	padding-bottom: 20px;
	width: 100%;
	border-bottom: 1px #eee solid;
}
.news3 figure {
	float: left;
	margin-right: 30px;
	width: 280px;
	height: 180px;
	overflow: hidden;
}
.news3 h3 {
	font-size: 20px;
	color: #333;
}
.news3 h4 {
	color: #999;
}
.news3 p {
	padding-top: 10px;
}
.news3 span {
	display: inline-block;
	margin-top: 25px;
	width: 120px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #2fa3dc;
	color: #fff;
}
.news4 {
	/* margin-top: -20px; */
	padding-bottom: 30px;
	min-height: 270px;
}
.news4 li {
	padding: 10px 0;
	border-bottom: 1px #ccc dashed;
}
.news4 li:last-child {
	border-bottom: none;
}
.news4 h4 {
	float: right;
	margin-top: -25px;
	color: #999;
}
.news5 li {
	padding: 15px 0;
}
.news5 i {
	display: inline-block;
	position: relative;
	top: 3px;
	margin-right: 10px;
	width: 20px;
	height: 20px;
	background: url(../image/down.png) no-repeat center center;
}
.news5 h4, .news5 h5 {
	margin-top: -30px;
	padding: 2px 10px;
	line-height: 30px;
	border: 1px #2fa3dc solid;
	color: #2fa3dc;
}
.news5 h5 {
	float: right;
	margin-right: 120px;
	margin-left: -230px;
	font-size: 14px;
	border-color: #005187;
	color: #005187;
}
.news5 h5 i {
	background-image: url(../image/see.png);
}
.news6 {
	width: 940px;
}
.news6 li {
	position: relative;
	float: left;
	margin-right: 38px;
	margin-bottom: 25px;
	width: 265px;
	height: 260px;
	text-align: center;
	font-size: 16px;
	background: #f9f9f9;
	box-shadow: inset 0 0 1px #999;
}
.news6 img {
	margin: 25px 0 15px 0;
	width: 220px;
	max-height: 210px;
}
.news6 figcaption {
	color: #333;
}
.news6 span {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(47,163,220,.8) url(../image/zoom2.png) no-repeat center center;
}
.news6 a:hover span {
	display: block;
}
.news7 {
	margin-bottom: 10px;
	width: 100%;
}
.news7 tr {
	border: 1px #ccc solid;
}
.news7 th {
	padding: 15px 0;
	width: 180px;
	background: #f9f9f9;

}
.news7 td {
	padding: 20px 30px;
}
.news7 h3 {
	padding-bottom: 20px;
	margin-bottom: 20px;
	font-size: 20px;
	color: #333;
	border-bottom: 1px #ccc solid;
}
.news7 li {
	display: inline-block;
	width: 45%;
}
.year {
	position: relative;
	margin-bottom: 40px;
	text-align: center;
}
.year .mask {
	margin: 0 auto;
	width: 800px;
	height: 40px;
}
.year li {
	float: left;
	margin: 0 5px;
	width: 150px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	background: #f5f5f5;
}
.year li.active {
	background: #2fa3dc;
}
.year li.active a {
	color: #fff;
}
.year .preview, .year .next {
	top: 5px;
	border: none;
}
.year .preview {
	right: auto;
	left: 0;
}
.logo {
	margin-bottom: 40px;
	padding: 25px 0;
	text-align: center;
	border: 1px #ddd solid;
	background: #f9f9f9;
	vertical-align: top;
}
.logo img {
	display: inline-block;
	margin-right: 60px;
	width: 140px;
	height: 140px;
}
.logo section {
	display: inline-block;
	line-height: 30px;
	text-align: left;
	font-size: 16px;
	vertical-align: top;
}
.logo h3 {
	padding: 20px 0;
	font-size: 24px;
	color: #333;
}
.fck img {
	max-width: 100%;
}
.fck{
	line-height: 30px;
}
.newsTitle {
	padding-bottom: 50px;
	text-align: center;
	font-size: 24px;
	color: #333;
}
.newsTitle2 {
	padding-bottom: 50px;
	text-align: center;
	font-size: 16px;
}
.newsTitle3 {
	padding-bottom: 30px;
	text-align: center;
	font-size: 20px;
	color: #333;
}
.newsTitle4 {
	padding-bottom: 30px;
	text-align: center;
	font-size: 14px;
	color: #999;
}
.search1 {
	margin: 0 auto;
	text-align: center;
}
.search1 select, .search1 input {
	margin-right: 20px;
}
.wsbm3 h3 {
	font-size: 20px
}
/* 侧导航 */
.sub {
	float: left;
	margin-top: 20px;
	width: 265px;
}
.sub h3 {
	padding: 15px 30px;
	font-size: 18px;
	border-top: 3px #005187 solid;
	background: #2fa3dc;
	color: #fff;
}
.subNav li {
	font-size: 16px;
	/*background: #f9f9f9;*/
	border-bottom: 1px #ddd solid;
}

.subNav li:last-child {
	border-bottom:none;
}
.subNav li:hover {
	border-bottom-color:#2fa3dc;
}
.subNav a {
	display: block;
	padding: 15px 30px;
}

.subNav li.active a, .subNav li:hover a, .subNav li.active li.active a, .subNav li.active li a:hover {
	color: #2fa3dc;
}
.subNav li.active a {
	border-left: 5px #2fa3dc solid;
}
.subNav li li a {
	padding-left: 50px;
	font-size: 14px;
	color: #777;
	
}
.subNav li.active li a {
	border-left: none;
	color: #777;
}
.subNav2 {
	padding-top: 15px;
}
.subNav2 li {
	margin-bottom: 2px;
	height: 60px;
	line-height: 60px;
	text-align: left;
}
.subNav2 i {
	float: left;
	margin: 0 10px 0 20px;
	width: 60px;
}

.panel {
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.panel-primary {
    border-color: #428bca;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel-body {
    /* background-image: url(../image/bg.png) !important; */
    /* background: no-repeat ; */
	/* background-position:left top; */
}
.panel-primary>.panel-heading {
    color: #fff;
    background-color: #428bca;
    border-color: #428bca;
}
.bg-blue {
    background: #0071BD;
}
.font18 {
    font-size: 1.25em;
}

/* ---------
分页
----------- */
/* ---------
分页
----------- */
.page {
	clear: both;
	display: inline-block;
	padding-top: 30px;
	width: 100%;
	text-align: left;
}

.page span {
	display: inline-block;
 min-width: 50px;
    *width: auto;
    *padding: 0 10px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    border: 1px solid #eee;
    text-align: center;
    margin: 0 2px;
   
}
.page-num-current{
	background-color:#414f75;
	color:#ffffff;
}
.page-status{ display:none;}
.page-index span {
	min-width: 50px;
    *width: auto;
    *padding: 0 10px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    border: 1px solid #eee;
    text-align: center;
    margin: 0 2px;
    color: #4e4e4e;
	
}
.page-numbar .page-num-current{
	min-width: 50px;
    *width: auto;
    *padding: 0 10px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    border: 1px solid #eee;
    text-align: center;
    margin: 0 2px;
    color: #fff;
	
}
.page-numbar .page-num{
	min-width: 50px;
    
    height: 30px;
    line-height: 30px;
    display: inline-block;
   
    zoom: 1;
    
    text-align: center;
    margin: 0 2px;
    
	
}
.page-status{
	display:none;
}
/*--------------- 
底部 
---------------*/
footer {
	width: 100%;
	background: #005187;
	color: #fff;
}
footer a {
	color: #fff;
}
footer h1 {
	display: inline-block;
	margin: 20px 0 15px 0;
	width: 171px;
	height: 50px;
}
footer h2 {
	position: relative;
	top: -5px;
	display: inline-block;
	margin-left: 20px;
	line-height: 22px;
	font-size: 16px;
}
footer h2 span {
	display: block;
	font-family: Arial;
	font-size: 14px;
}
footer nav {
	float: right;
	margin-top: 35px;
}
footer nav li {
	display: inline-block;
	margin: 0 5px;
}
footer hr {
	height: 1px;
	border: 0 none;
	border-bottom: 1px #2fa3dc solid;
}
footer section {
	float: left;
	padding: 15px 0 50px 0;
}
footer td {
	padding: 0 10px 3px 0;
	font-size: 16px;
}
footer td img {
	margin-top: 5px;
}
footer td span {
	color: #2fa3dc;
}
footer figure {
	float: right;
	margin-top: 20px;
	margin-left: 30px;
	text-align: center;
}
.goTop {
	position: fixed;
	right: 0;
	bottom: 0;
	width: 60px;
	height: 60px;
	line-height: 38px;
	font-size: 16px;
	text-align: center;
	background: #005187 url(../image/top.png) no-repeat center 35px;
	color: #fff;
}
.goTop:hover {
	color: #fff;
}

.myhidden{display:none;}


@media screen and (max-width:1024px) {
.wrapper {
	padding: 0 20px;
	width: auto;
}

.top .wrapper, header nav .wrapper {
	
}
header li {
	/* margin: 0 10px; */
}
.preview {
	right: 60px;
}
.next {
	right: 20px;
}
.index1 {
	float: none;
	width: 100%;
}
.index2 {
    float: none;
    width: 100%;
}
.index3 {
    float: none;
    width: 100%;
}
.index1 li.li1 {
	width: 25%;
}
.index1 li.li2 {
	width: 25%;
}
.index1 li.li3 {
	width: 25%;
}
.index1 li .li4{
	width: 25%;
}
.index1 li.li5 {
	width: 25%;
}

.index4 .mask, .index5 .mask {
	margin: 0 auto;
	
}
.index5 li:hover {
	background: #f9f9f9;
}
.index5 li:nth-child(2n):hover {
	background: #eee;
}
.index5 li:hover figure {
	display: block;
}
.index5 li:hover a {
	color: inherit;
}
.index5 li:hover p {
	padding-top: 0;
}
footer section, footer figure {
	float: none;
}
footer section {
	padding-bottom: 0px;
}
footer figure {
	display: inline-block;
	margin-left: 0;
	margin-right: 20px;
}
.goTop {
	display: none;
}
/*--------------- 
内页
---------------*/
.main, .sub {
	float: none;
	width: auto;
}
.news1, .news6 {
	width: 100%;
}
.news1, .news6 {
	width: 103%;
}
.news1 li, .news6 li {
	margin-right: 3%;
	width: 30%;
}
.news2 h3 {
	float: none;
}
.news2 h4 {
	float: none;
	padding-top: 5px;
}
.news6 a:hover span {
	display: none;
}
.year .next {
	right: 0;
}
.subNav2 li {
	width: 33.3%;
}
}
@media screen and (max-width:800px) {
header {
	background: none;
}
header nav {
	height: 100px;
}
.search {display:none;}
header li {
	float: left;
	margin: 0;
	width: 20%;
	height: 50px;
	line-height: 50px;
}
.index {
	padding-bottom: 5px;
}
.index2, .index3 {
	float: left;
	width: 100%;
}
.index2 .preview {
	right: 40px;
}
.index2 .next {
	right: 0;
}
.index3 figure {
	float: left;
	width: 100%;
}
.index3 figure img{
	height:360px;
}
.index3 ul {
	padding-top: 0;
}
/* .index3 li { */
	/* height: 47px; */
/* } */
.index4 .mask, .index5 .mask {
	width: 100%;
}

.index6 br {
	display: block;
}
.index6 select:nth-child(2) {
	margin-right: 0;
	margin-bottom: 20px;
}
footer {
	text-align: center;
}
footer nav {
	float: none;
	margin-top: 5px;
}
footer table {
	margin: 0 auto;
}
footer td {
	text-align: left;
}
/*--------------- 
内页
---------------*/
.news1, .news6 {
	width: 105%;
}
.news1 li, .news6 li {
	margin-right: 5%;
	width: 45%;
}
.news3 figure {
	float: none;
	margin-right: 0;
	margin-bottom: 20px;
}
.news7 li {
	display: block;
	width: auto;
}
.year .mask {
	width: 650px;
}
.fck img {
	width: 100%;
}
.sub{
	display:none;
}
}
@media screen and (max-width:600px) {
/* .index1{padding-top:180px;} */
.f1, .f2, .f3, .f4{border-right:none;}
.search {display:none;}
.banner {display:none;}
.top {
	height: 30px;
	line-height: 30px;
	font-size: 12px;
}
header h1 {
	margin: 20px 0;
	width: 122px;
	height: 36px;
}
header h1 img {
	/*width: 100%;*/
	height: 100%;
}
header h2 {
	top: -3px;
	line-height: 20px;
	font-size: 16px;
}
header h2 span {
	font-size: 12px;
}
header nav {
	height: 80px;
}
header li {
	height: 40px;
	line-height: 40px;
	font-size: 14px;
}
.banner {
	height: 200px;
}
.banner ul li {
	font-size: 14px;
	background-size: cover;
}
.banner ul section {
	padding-top: 100px;
}
.banner ul p {
	padding: 10px;
	font-size: 16px;
}
.banner ol {
	bottom: 10px;
}
.index1 li {
	width: 49%;
	font-size: 16px;
}
.index1 li.li1 {
	width: 49%;
	font-size: 16px;
	margin-right:1%;
}
.index1 li.li2 {
	width: 49%;
	font-size: 16px;
	margin-right:1%;
}
.index1 li.li3 {
	width: 49%;
	font-size: 16px;
	margin-left:1%;
}
.index1 li.li4 {
	width: 49%;
	font-size: 16px;
}
.index1 li.li5 {
	width: 49%;
	margin-left:1%;
	font-size: 16px;
}
.index2 .mask {
	height: 300px;
}

.index2 li h3 {
	font-size: 14px;
}
.index2 li h3 {
	width:100%;
}
.index2 li p {
	display: none;
}
.index2 .mask span {
	display: none;
}
.index3 figure {
	float: none;
	width: 100%;
}
.index4 .mask, .index5 .mask {
	width: 100%;
}

.mask li {
	width: 100%;
}
.mask li img {
	width: 100%;
}
.index6 select {
	width: 250px;
	background-position: 220px center;
}
footer h1, footer h2 {
	display: none;
}
footer nav {
	padding-top: 10px;
	text-align: left;
}
footer nav li {
	float: left;
	margin: 0;
	padding: 5px 0;
	width: 25%;
	text-align: center;
}
footer nav li:first-child {
	display: none;
}
footer td {
	vertical-align: top;
	font-size: 12px;
}
footer td span {
	display: block;
}
footer figure {
	margin-right: 0;
}
footer figure img {
	width: 100px;
}
/*--------------- 
内页
---------------*/
.wrapper2 {
	padding: 0;
}
.subBanner {
	height: 100px;
	background-size: cover;
}
.subBanner section {
	float: right;
	margin-top: 40px;
	padding: 10px 20px;
	text-align: left;
	font-size: 12px;  
}
.subBanner section strong {
	font-size: 16px;
}
.position {
	text-align: left;
}
.main {
	padding: 30px 20px;
}
.news1, .news6 {
	width: 100%;
}
.news1 li, .news6 li {
	margin-right: 0;
	padding-bottom: 20px;
	width: 100%;
	height: auto;
}
.news4 {
	margin-top: 0;
	padding-bottom: 0;
}
.news4 h4, .news5 h5 {
	float: none;
	margin-top: 0;
	font-size: 12px;
}
.news5 h4, .news5 h5 {
	border: none;
}
.news5 h5 {
	margin: 0;
	margin-left: 100px;
	margin-bottom: -34px;
}
.news7 th, .news7 td {
	display: inline-block;
	width: 100%;
}
.news7 td {
	padding: 20px 5%;
	width: 90%;
}
.year .mask {
	width: 180px;
}
.logo img {
	margin-right: 0;
	width: 100px;
	height: 100px;
}
.logo section {
	display: block;
	text-align: center;
	font-size: 14px;
}
.logo h3 {
	padding: 10px 0;
	font-size: 20px;
}
.newsTitle, .newsTitle2, .newsTitle3, .newsTitle4 {
	padding-bottom: 20px;
}
.newsTitle2, .newsTitle4 {
	font-size: 14px;
}
.subNav2 {
	padding: 0;
}
.subNav2 li {
	margin-bottom: 0;
	width: 100%;
}
.search1 {
	text-align: left;
}
.search1 label {
	display: block;
}
.search1 select, .search1 input {
	width: 100%;
}
.sub{
	display:none;
}
}
@media screen and (max-width:360px) {
.wrapper {
	padding: 0 10px;
}
.wrapper2 {
	padding: 0;
}
.main {
	padding: 30px 10px;
}
.page {
	font-size: 12px;
}
.sub{
	display:none;
}
header h1 {
    margin: 20px 0;
    width: 122px;
    height: 36px;
}
}


.pic_con{padding:10px;margin:0px auto 0px;position:relative}
.pic_lists{float:left;width:8888px;height:220px;overflow:hidden;position:absolute;top:0px;left:0px}
.btn_change{width:40px;height:60px;position:absolute;text-indent:-9999px;cursor:pointer}
.left_btn{background:url(../image/leftstop.jpg) no-repeat;top:85px;left:50px;z-index:999;}
.pic_con a:hover .left_btn{background:url(../image/leftstop2.jpg)  no-repeat;top:85px;left:50px}
.right_btn{background:url(../image/rightstart.jpg) no-repeat;top:85px;right:50px;z-index:999;}
.pic_con a:hover .right_btn {background:url(../image/rightstart2.jpg )no-repeat;top:85px;right:50px}
.pic_content{overflow:hidden;height:220px;width:1000px;padding:10px;position:relative;margin:0px auto 0px}
.pic_content ul li{float:left;width:300px;height:220px;padding:3px;background:#9CC;text-align:center;margin:0 0 0 30px;position:relative}
.pic_content ul li p{height:40px;background:rgba(52, 51, 51, 0.8);line-height:40px;color:#fff;width:300px;position:absolute;bottom:9px;left:3px;text-align:center;display:none;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;}
.pic_content ul li a img{width:300px;height:214px}

.highlight_tip{width:50%;position:relative;margin:0 auto;top: 15px;left: 20%;}
.highlight_tip span{display: inline-block;
    width: 12px;
    height: 12px;
   background-color:rgba(0,0,0,.4);
    margin: 0 4px;
    border-radius: 50%;
    cursor: pointer;float:left;margin:0 2px;}
.highlight_tip span.current{
       background-color:#fff;
}
/*搜索*/
.search form {
    float: right;
    width: 435px;
    height: 50px;
    margin-top: 0px;
    background: url(../image/search.png) 0 0 no-repeat;
}

.search form input {
    float: left;
    background: none;
    height: 50px;
    line-height: 35px;
}
.search .reader_txt {
    width: 320px;
    height: 44px;
	font-size:14px;
	line-height:44px;
    outline: none;
    border: none;
    padding: 3px 0 3px 30px;
    color:#555;
}

.reader_btn {
    width: 82px;
    outline: none;
    border: none;
    cursor: pointer;
}
/*招生政策滑动*/
.example {
	width: 460px;
	height: 169px;
	text-align: center;
	margin: 0px auto;
	}		
.carousel-item{line-height: 169px;color: #fff;font-family:  Arial Black}
  
.index9 ul a li {
    height: 30px;
    line-height: 30px;
    padding-left: 20px;
    background: url(../image/lifooter.png) no-repeat left center;
    color: #FFF;
}

.img-responsive {
  display: inline-block;
  height: auto;
  max-width: 100%;
}
.index9  ul li a {color:#fff}

/***   幻灯片   ***/
.box1{
	overflow: hidden;
	position: relative;
	
}
.box1 li{
	float: left;
	list-style: none;
}
.box1 ol{
	width:100%;
	height: 20px;
	position: absolute;
	bottom: 0;
}
.box1 ol li{
	cursor:pointer;
	position: relative;
	margin-left: 15px;
	display: inline;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: gainsboro;
}
.box1 ol .action{
	background-color: #de6e6a;
}
.box1 ol li:hover{
	background-color: #DE6E6A;
}
.box1 ul{
	position: relative;
	left: 0;
}
.box1 .next{
	cursor:pointer;
	opacity: 0;
	position: absolute;
	right: 0;
	background: url("../image/next.png");
	width: 50px;
	height: 45px;
	display: block;
	line-height: 80px;
	border:none;
}
.box1 .prev{
	cursor:pointer;
	opacity: 0;
	background: url("../image/prev.png");
	display: block;
	position: absolute;
	width: 50px;
	height: 45px;
	text-align: center;
	line-height: 80px;
}
.box1 .prev,.next{
	transition: all 0.5s;
}
.box1 .next:hover,.prev:hover{
	-webkit-transform: scale(1.2,1.2);
	-moz-transform: scale(1.2,1.2);
	-ms-transform: scale(1.2,1.2);
	-o-transform: scale(1.2,1.2);
	transform: scale(1.2,1.2);
	opacity: 1!important;
	transition: all 0.3s;
}
.index3 figure { position:relative; }
.index3 figure img, .index3 figure span { width:100%; height:260px; }
.index3 figure img { float:left; }
.index3 figure span { position:absolute; left:0; top:0; background:rgba(0,0,0,.4) url(../image/play.png) no-repeat center center; transition:all .3s; -moz-transition:all .3s; -webkit-transition:all .3s; -o-transition:all .3s; -ms-transition:all .3s; }
.index3 figure:hover span { background-color:transparent; transition:all .3s; -moz-transition:all .3s; -webkit-transition:all .3s; -o-transition:all .3s; -ms-transition:all .3s; }
.index3 figcaption { clear:both; height:40px; line-height:40px; text-indent:15px; background:#005187; color:#fff; }
.index3 ul { padding-top:15px; }
.index3 li { height:40px; line-height:40px; text-indent:15px; background:#eee; border-bottom:1px #fff solid; }
.index3 li:nth-child(2n) { background:#f5f5f5; }
  