/*自定义样式*/
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0
}
* :before, * :after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
blockquote, body, button, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, hr, input, legend, li, ol, p, pre, td, textarea, th, ul {
	margin:0;
	padding:0
}
address, cite, dfn, em, var {
	font-style:normal
}
code, kbd, pre, samp {
	font-family:courier new, courier, monospace
}
ol, ul {
	list-style-type:none;
}
a {
	text-decoration:none
}
sup {
	vertical-align:text-top
}
sub {
	vertical-align:text-bottom
}
legend {
	color:#000
}
fieldset, img {
	border:0
}
button, input, select, textarea {
	font-size:100%
}
table {
	border-collapse:collapse;
	border-spacing:0
}
button, input, select, textarea {
	-webkit-font-smoothing: antialiased;
}
button, input, select, textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
  * vertical-align: middle;
	outline:none;
}
button, input {
	line-height: normal
}
button, select {
	text-transform: none
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
* overflow: visible
}
button[disabled], html input[disabled] {
	cursor: default
}
input[type="checkbox"], input[type="radio"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
* height: 13px;
* width: 13px
}
input[type="search"] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none
}
button::-moz-focus-inner, input::-moz-focus-inner {
border: 0;
padding: 0
}
textarea {
	overflow: auto;
	vertical-align: top
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
body {
	font-family:"Microsoft Yahei", Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
}
html {
	font-size:16px;
	min-height:100%;
	width:100%;
}
body {
	font-size:100%;
	min-height:100%;
	width:100%;
	min-width: 1200px;
	background:#fff;
	color:#333;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal
}
h1 {
	font-size: 2em
}
h2 {
	font-size: 1.667em
}
h3 {
	font-size: 1.5em
}
h4 {
	font-size: 1.333em
}
h5 {
	font-size: 1.166em
}
h6 {
	font-size: 1em
}
.clearfix:before, .clearfix:after {
	content: " ";
	display: table
}
.clearfix:after {
	clear: both
}
img {
	display:inline-block;
}
.left {
	float: left
}
.right {
	float: right
}
.center {
	margin-left: auto;
	margin-right: auto
}
.inleft {
	text-align: left
}
.inright {
	text-align: right
}
.incenter {
	text-align: center
}
.posi {
	position: relative
}
.col-1 {
	width: 100%
}
.col-2 {
	width: 50%
}
.col-3 {
	width: 33.333333%
}
.col-4 {
	width: 25%
}
.col-5 {
	width: 20%
}
.col-6 {
	width: 16.666666%
}
.col-7 {
	width: 14.285714%
}
.col-8 {
	width: 12.5%
}
.col-9 {
	width: 11.111111%
}
.a {
	text-decoration:none;
}
.mg0 {
	margin:0 auto;
}
.lump {
	display: block;
}
.lineLump {
	display:inline-block;
}
.hidden {
	overflow:hidden;
}
.flex {
	display:box;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
}
.flex_item {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex:1;
}

a {
	color:#333;
}
.wow {
	visibility:hidden;
}
input, select, img {
	vertical-align:middle;
	outline:none
}
.img img {
	width: 100%;
	display: block;
	transition: all ease-in 0.2s;
	-ms-transition: all ease-in 0.2s;
	-moz-transition: all ease-in 0.2s;
	-webkit-transition: all ease-in 0.2s;
	-o-transition: all ease-in 0.2s;
}
.img img:hover {
	transform: scale(1.05);
	-ms-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-o-transform: scale(1.05);
}

.cer {
	width: 90%;
	max-width:1536px;
	margin: 0 auto;
}

.fl {
	float:left
}
.fr {
	float:right
}
.table {
	display:table;
	table-layout: fixed;
	text-align:center;
	width:100%;
	height:100%
}
.table_cell {
	display:table-cell;
	vertical-align:middle
}
.overfloat-dot {
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap
}

/*head*/
.top_bg {
	width:100%;
	text-align:center;
}
.top_a {
	float:right;
	height:100px;
	line-height:100px;
}
.top_a ul li {
	background:url(../images/top_bg1.png) left center no-repeat;
	padding-left:30px;
	float:left;
	margin-left:24px;
}
.top_a ul li:first-child {
	margin-left:0;
	background:none;
}
.top_a a {
	display:block;
	color: #666666;
	font-size:14px;
}
.top_a a:hover {
	transition:all 0.3s;
	color:#08387f;
}
.top_one {
	height:120px;
	overflow:hidden;
	background:#006ac8;
}
.logo_l {
	float:left;
	display:inline;
}
.logo_l img {
	max-height: 70%;
	margin-top:20px;
}
.logo_r {
	float:right;
	display:inline;
	margin-top:40px;
}
.logo_r .sea {
	overflow: hidden;
	height: 40px;
	line-height: 40px;
}
.logo_r .sea .k {
	background:#fff;
	width: 240px;
	height: 40px;
	line-height: 38px;
	padding: 0 10px;
	color: #989898;
	font-size:15px;
	border:none;
}
.logo_r .sea .b {
	width: 50px;
	cursor: pointer;
	line-height: 38px;
	font-size:14px;
	text-align: center;
	color: #fff;
	background:#005bb5;
	border:1px #005bb5 solid;
}
/*nav*/
.header-bottom {
	width: 100%;
	height: 60px;
	background: #005bb5;
	z-index:999;
}
.topmenu {
	z-index:900;
	margin: 0 auto;
}
.topmenu ul {
	margin: 0px;
	padding: 0px;
	position: relative;
	z-index:900;
}
.topmenu li {
	float: left;
	list-style-type: none;
	width: 9.09%;
	line-height: 59px;
	text-align: center;
	position: relative;
	z-index:900;
	background: url(../images/jtd-nv.png) center right no-repeat;
}
.topmenu li:last-child {
	background:none;
}
.topmenu li a {
	font-size: 16px;
	color: #ffffff;
	text-decoration: none;
}
.topmenu li:hover {
	background: #006ac8 url(../images/jtd-nv.png) center right no-repeat;
	color:#fff
}
.topmenu li:last-child:hover {
	background: #006ac8;
}
.topmenu li.firstitem a {
	border-left-width : 0px;
}
.topmenu li.firstover {
	background-color : #006ac8;
}
.topmenu li.firstover a {
	border-left-width : 0px;
}
.topmenu li.itemover {
	background-color : #006ac8;
}
.topmenu li .secmenu {
	z-index: 999;
	position: absolute;
	width:100%;
	display: none;
	height: auto;
	top: 60px;
	padding: 0px;
	margin: 0px;
	left: 0px;
	background-color: #005bb5;
	text-align: center;
}
.topmenu li .secmenu a {
	padding-left:0px;
	display:block;
	width:100%;
	line-height: 50px;
	color: #ffffff;
	font-size: 16px;
	font-weight:normal;
	border-bottom: 1px solid #086dc6;
}
.topmenu li .secmenu a:hover {
	background-color : #006ac8
}
.topmenu li .secmenut {
	z-index: 999;
	position: absolute;
	width: 349px;
	display: none;
	height: auto;
	top: 42px;
	padding: 0px;
	margin: 0px;
	left: 0px;
	background-color : #5d6a7d;
}
.topmenu li .secmenut a {
	padding-left:0px;
	display:block;
	float:left;
	width:115px;
	height:30px;
	line-height: 30px;
	color: #ffffff;
	font-size: 12px;
	border-top-width : 1px;
	border-top-style : solid;
	border-top-color : #73839a;
}
.topmenu li .secmenut a:hover {
	background-color : #006ac8;
}
/* 手机导航全局 */
.touch-top {
	width:100%;
	z-index:99;
	background:#006ac8;
	display:none;
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
	text-align:left;
	height:50px;
}
.touch-top-wrapper {
	width:96%;
	margin:0 auto;
}
.touch-top-wrapper .touch-logo {
	float:left;
	margin-top:8px;
}
.touch-top-wrapper .touch-logo img {
	width:82%;
	display: block;
}
header nav {
	text-align: center;
	background: #efefef;
}
header nav ul {
	margin: 0;
	padding: 1em;
	list-style-type: none;
}
header nav ul li {
	display: inline;
	margin-left: 1em;
}
header nav ul li:first-child {
	margin-left: 0;
}
header nav ul li ul {
	display: none;
}
a.meanmenu-reveal {
	display:none
}
.mean-container .mean-bar {
	float:left;
	width:100%;
	right:0;
	position: absolute;
	padding:4px 0;
	min-height:42px;
	z-index:999999
}
.mean-container a.meanmenu-reveal {
	width:22px;
	height:22px;
	padding:16px 13px 11px;
	position:absolute;
	top:0;
	right:0;
	cursor:pointer;
	color:#fff;
	text-decoration:none;
	font-size:16px;
	text-indent:-9999em;
	line-height:22px;
	font-size:1px;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:700
}
.mean-container a.meanmenu-reveal span {
	display:block;
	background:#fff;
	height:3px;
	margin-top:3px
}
.mean-container .mean-nav {
	float:left;
	width:100%;
	background:#08387f;
	margin-top:46px;
	position:absolute;
}
.mean-container .mean-nav ul {
	padding:0;
	margin:0;
	width:100%;
	list-style-type:none
}
.mean-container .mean-nav ul li {
	position:relative;
	float:left;
	width:100%
}
.mean-container .mean-nav ul li a {
	display:block;
	float:left;
	width:90%;
	font-size:15px;
	padding:1em 5%;
	margin:0;
	text-align:left;
	color:#fff;
	border-top:1px solid #383838;
	border-top:1px solid rgba(255, 255, 255, .5);
	text-decoration:none;
	text-transform:uppercase
}
.mean-container .mean-nav ul li li a {
	width:80%;
	padding:1em 10%;
	border-top:1px solid #f1f1f1;
	border-top:1px solid rgba(255, 255, 255, .25);
	opacity:.75;
	filter:alpha(opacity=75);
	text-shadow:none!important;
	visibility:visible
}
.mean-container .mean-nav ul li.mean-last a {
	border-bottom:0;
	margin-bottom:0
}
.mean-container .mean-nav ul li li li a {
	width:70%;
	padding:1em 15%
}
.mean-container .mean-nav ul li li li li a {
	width:60%;
	padding:1em 20%
}
.mean-container .mean-nav ul li li li li li a {
	width:50%;
	padding:1em 25%
}
.mean-container .mean-nav ul li a:hover {
	background:#252525;
	background:rgba(255, 255, 255, .1)
}
.mean-container .mean-nav ul li a.mean-expand {
	margin-top:1px;
	width:26px;
	height:26px;
	padding:12px!important;
	text-align:center;
	position:absolute;
	right:0;
	top:0;
	z-index:2;
	font-weight:700;
	background:rgba(255, 255, 255, .1);
	border:0!important;
	border-left:1px solid rgba(255, 255, 255, .4)!important;
	border-bottom:1px solid rgba(255, 255, 255, .2)!important
}
.mean-container .mean-nav ul li a.mean-expand:hover {
	background:rgba(8, 56, 127, .9)
}
.mean-container .mean-push {
	float:left;
	width:100%;
	padding:0;
	margin:0;
	clear:both
}
.mean-nav .wrapper {
	width:100%;
	padding:0;
	margin:0
}
.mean-container .mean-bar, .mean-container .mean-bar * {
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box
}
.mean-remove {
	display:none!important
}
 @media screen and (max-width:1100px) {
.cer {
width: 94%;
margin: 0 3%;
}
}

/* banner */
.homebanner {
	position:relative;
	clear:both;
}
.homebanner img {
	display: block;
	width:100%;
	height:auto;
}
.homebanner .swiper-container {
	height:100%;
}
.homebanner .swiper-container .swiper-slide {
	background-position:50% 50%;
	background-size:cover;
	background-repeat:no-repeat;
}
.homebanner .swiper-button-next, .homebanner .swiper-button-prev {
	width:21px;
	height:37px;
	background-size:100% 100%;
}
.homebanner .swiper-button-next {
	background-image:url(../images/h2.png);
}
.homebanner .swiper-button-next:hover {
	background-image:url(../images/h2h.png);
}
.homebanner .swiper-button-prev {
	background-image:url(../images/h1.png);
}
.homebanner .swiper-button-prev:hover {
	background-image:url(../images/h1h.png);
}
.homebanner .swiper-pagination {
	width:100%;
	bottom:20px;
}
.homebanner .swiper-pagination .swiper-pagination-bullet {
	width:26px;
	height:6px;
	margin:0 5px;
	background:#D5D5D5;
	opacity:1;
	border-radius:6px;
}
.homebanner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color:#DE1824;
}

/* 标题样式 */
.w-news-hd {
	font-size: 25px;
	color: #0b0b0b;
	font-weight: bold;
	margin-bottom:30px;
}
.w-news-hd > * {
	vertical-align: middle;
}
.w-news-hd .btn-more {
	float: right;
}
.icon {
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
.icon-more {
	margin-top:4px;
	font-size:13px;
	color:#fff;
	font-style:normal;
	font-weight:normal;
	padding:5px 10px;
	background:#b3b3b3;
}
.icon-more:hover {
	background:#0072ca;
}
.icon-academic {
	width: 26px;
	height: 26px;
	background-image: url("../images/icon_academic.png");
	margin-right:12px;
}
.icon-note {
	width: 26px;
	height: 26px;
	background-image: url("../images/icon_note.png");
	margin-right:12px;
}
.icon-mien {
	width: 26px;
	height: 26px;
	background-image: url("../images/icon_fengcai.png");
	margin-right:12px;
}

/* 学院新闻 */
.academic-wrap {
	width: 70%;
	float: left;
	margin-right: 5%;
	margin-bottom:3%;
	margin-top:40px;
}
.container02 .left {
	width:40rem;
}
.container02 .right {
	width: calc(100% - 40rem);
	padding-left: 2rem;
}
.container02 .right ul {
	margin-top:-20px;
}

.focus {
	position:relative;
	width:100%;
	height:425px;
	background-color: #000;
	float: left;
}
.focus img {
	width:100%;
	height: 425px;
	object-fit:cover;
}
.focus .shadow .title {
	width: 260px;
	height: 65px;
	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;
	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;
	width:100%;
}
.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:35px;
	line-height: 35px;
	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:15px;
	overflow:hidden;
	margin-left:10px;
	margin-right:100px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.focus .fcon {
	position:relative;
	width:100%;
	float:left;
	display:none;
	background:#000
}
.focus .fcon img {
	display:block;
}
.focus .fbg {
	bottom:2px;
	right:10px;
	position:absolute;
	height:21px;
	text-align:center;
	z-index: 20;
}
.focus .fbg div {
	overflow:hidden;
	zoom:1;
	height:14px
}
.focus .D1fBt a {
	position:relative;
	display:inline;
	width:12px;
	height:12px;
	border-radius:7px;
	margin:0 5px;
	color:#B0B0B0;
	font:12px/15px;
	text-decoration:none;
	text-align:center;
	outline:0;
	float:left;
	background:#c3beab;
}
.focus .D1fBt .current, .focus .D1fBt a:hover {
	background:#d58637;
}
.focus .D1fBt img {
	display:none
}
.focus .D1fBt i {
	display:none;
	font-style:normal;
}
.focus .prev, .focus .next {
	position:absolute;
	width:40px;
	height:74px;
}
.focus .prev {
	margin-top:60px;
	left: 0;
	background-position:0 -74px;
	cursor:pointer;
}
.focus .next {
	margin-top:60px;
	right: 0;
	background-position:-40px -74px;
	cursor:pointer;
}
.focus .prev:hover {
	background-position:0 0;
}
.focus .next:hover {
	background-position:-40px 0;
}
.list_box4 li a {
	display:block;
	padding: 1.2925rem 0 1.2925rem;
	padding-left:1.5rem;
	position:relative;
	border-bottom:dashed 1px #dcdcdc;
transition:.5s
}
.list_box4 li a:before {
	content:"";
	position:absolute;
	width:5px;
	height:5px;
	background:#006ac8;
	border-radius:50%;
	left:0;
	top: 1.85rem;
}
.list_box4 li a h5 {
	font-size:16px;
	color:#333333;
transition:.5s;
	padding-right:0.5rem;
}
.list_box4 li a h6 {
	float:right;
	font-size:15px;
	color:#a4a4a4;
	position:relative;
}
.list_box4 li a:hover h5 {
	color:#006ac8
}
.list_box4 li a:hover h6:before {
	background:#006ac8;
}

/* 通知公告 */
.note-list-wrap {
	width:25%;
	float:right;
	margin-top:40px;
}
.academic-list {
}
.academic-list .item {
	position: relative;
	padding-left: 90px;
	padding-bottom: 28px;
	border-bottom: dashed 1px #dcdcdc;
	margin-bottom: 17px;
	height:100%;
	overflow:hidden;
}
.academic-list .item .date {
	position: absolute;
	width: 68px;
	left: 0;
	top: 0;
	padding-top: 5px;
	padding-bottom:5px;
	text-align: center;
	line-height: 1;
	background-color: #0072ca;
	color: #fff;
}
.academic-list .item .date .day {
	font-size: 24px;
	display: block;
	margin-bottom: 2px;
	color: #fff;
}
.academic-list.item .date .month {
	font-size: 12px;
	display: block;
	color: #fff;
}
.academic-list .item a {
	display: block;
	font-size: 16px;
	color:#333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	min-height:42px;
}
.academic-list .item .meta {
	margin-top: 12px;
	color: #999;
}
.academic-list .item:hover a {
	color:#0072ca
}

/* tab切换 */
.Hrelease {
	background-color:#f5f7f9;
	padding:60px 0;
	height:100%;
	overflow:hidden;
}
.box {
	float:left;
	width:32%;
	border: 1px solid #ddd;
	background-color: #fff;
	margin-right:2%;
}
.box .hd {
	background-color: #f5f5f5;
	height: 100%;
	overflow: hidden;
}
.box .hd .icoImg {
	float:left;
	margin:15px 0 0 10px;
}
.box .hd h3, .box .hd li {
	position: relative;
	float: left;
}
.box .hd h3 a, .box .hd h3 span {
	padding: 8px 20px;
	font-size: 18px;
	font-weight: bold;
	color: #0261a9;
}
.box .hd li a {
	display:block;
	margin: 0;
	padding: 0.9rem 1rem;
	background-color: #f5f5f5;
	font-size: 24px;
	color: #333;
	font-weight:bold;
}
.box .hd .on a {
	font-weight: bold;
	color: #0261a9;
}
.box .hd li:before {
	content: "";
	position: absolute;
	background: #ccc;
	width: 1px;
	height: 50%;
	top: 25%;
}
.box .hd li:first-child:before {
	background:none;
}
.box .hd .more {
	float:right;
	margin: 20px 10px 0 0;
	font-size:14px
}
#jxky {
}
#jxky .bd {
	padding: 5px;
	clear:both;
}
#jxky .bd .infoList {
	padding:10px;
}
#jxky .bd .introList li {
	padding: 11px 0;
}
#jxky .bd .introList li .pic {
	display: none;
}
#djgz {
}
#djgz .bd {
	padding: 5px;
	clear:both;
}
#djgz .bd .infoList {
	padding:10px;
}
#djgz .bd .introList li {
	padding: 11px 0;
}
#djgz .bd .introList li .pic {
	display: none;
}
#jyxx {
	margin-right:0;
}
#jyxx .bd {
	padding: 5px;
	clear:both;
}
#jyxx .bd .infoList {
	padding:10px;
}
#jyxx .bd .introList li {
	padding: 11px 0;
}
#jyxx .bd .introList li .pic {
	display: none;
}
.infoList li {
	position: relative;
	padding: 10px 0;
	overflow: hidden;
	display:block;
}
.infoList li:before {
	content:"";
	position:absolute;
	width:5px;
	height:5px;
	background:#006ac8;
	border-radius:50%;
	left:0;
	top: 18px;
}
.infoList>li>a, .infoList>li>.title>a {
	padding-left: 1.5rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.infoList li a:hover {
	color:#0072ca;
}
.infoList li .title {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
}
.infoList li .date {
	float: right;
	margin-left: 10px;
	color: #999;
}
.infoList li .dateRight {
	margin-left: 10px;
	color: #999;
}
.infoList li .comment {
	margin-left: 5px;
}
.infoList .noData {
	padding-left: 10px !important;
}
.infoList .split {
	margin: 10px 0;
	padding: 0;
	background: none;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
	border-bottom: 1px dotted #ddd;
}

/* 快速导肮 */
.klijrr {
	height:70px;
	margin:0 auto;
	margin-top:35px;
}
.klij01 {
	width:15%;
	height:70px;
	float:left;
	background:#eadfbf;
	line-height:70px;
	font-size:20px;
	text-align:center;
	margin-right:2%;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
.klij01 a {
	color:#af8c24;
}
.klij01 a .iconn {
	margin-right:15px;
}
.klij02 {
	width:15%;
	height:70px;
	float:left;
	background:#efd9bb;
	line-height:70px;
	font-size:20px;
	text-align:center;
	margin-right:2%;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
.klij02 a {
	color:#94672d;
}
.klij02 a .iconn {
	margin-right:15px;
}
.klij03 {
	width:15%;
	height:70px;
	float:left;
	background:#eedbcc;
	line-height:70px;
	font-size:20px;
	text-align:center;
	margin-right:2%;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
.klij03 a {
	color:#9b5015;
}
.klij03 a .iconn {
	margin-right:15px;
}
.klij04 {
	width:15%;
	height:70px;
	float:left;
	background:#b8d3fb;
	line-height:70px;
	font-size:20px;
	text-align:center;
	margin-right:2%;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
.klij04 a {
	color:#4f7aba;
}
.klij04 a .iconn {
	margin-right:15px;
}
.klij05 {
	width:15%;
	height:70px;
	float:left;
	background:#b7e2ef;
	line-height:70px;
	font-size:20px;
	text-align:center;
	margin-right:2%;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
.klij05 a {
	color:#158bae;
}
.klij05 a .iconn {
	margin-right:15px;
}
.klij06 {
	width:15%;
	height:70px;
	float:left;
	background:#7cb1e6;
	line-height:70px;
	font-size:20px;
	text-align:center;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
.klij06 a {
	color:#005bb5;
}
.klij06 a .iconn {
	margin-right:15px;
}

/* 学院风采 */
.container-3 {
	margin:40px auto 0 auto;
}
.cptype {
	position: relative;
	margin-bottom:5%;
}
.cptype .swiper-container-cptype {
	position: relative;
}
.cptype .imgbox {
	width:100%;
	margin: 0 auto;
	background-color: #ffffff;
	padding: 10px 10px;
	box-shadow: 0px 0px 18px 0px rgba(1, 1, 1, 0.08);
	border:1px rgba(1, 1, 1, 0.08) solid;
	position: relative;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition-timing-function: ease;
	-moz-transition-timing-function: ease;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
}
.cptype .imgbox img {
	width:100%;
	height:30vh;
	object-fit:cover
}
.cptype .swiper-slide:hover .imgbox {
	transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	-o-transform: translateY(-5px);
}
.cptype .title {
	color: #333;
	font-size: 16px;
	text-align:center;
	margin-top: 9%;
	transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition-timing-function: ease;
	-moz-transition-timing-function: ease;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-delay: 0.1s;
	overflow:hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.cptype .swiper-slide:hover .title {
	transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	-o-transform: translateY(-5px);
}
.swiper-button-next-cptype {
	width:40px;
	background: url("../images/icon-next.png") no-repeat center;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-timing-function: ease;
	-moz-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
	outline: none;
}
.swiper-button-next-cptype:hover {
	background:#245aa8 url("../images/icon-next.png") no-repeat center;
}
.swiper-button-prev-cptype {
	background: url("../images/icon-prev.png") no-repeat center;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-timing-function: ease;
	-moz-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
	outline: none;
}
.swiper-button-prev-cptype:hover {
	background:#245aa8 url("../images/icon-prev.png") no-repeat center;
}
.swiper-button-prev-cptype:after {
	display: none;
}
.swiper-button-next-cptype:after {
	display: none;
}
.cptype .cptype-button {
	position: absolute;
	width: 110px;
	top: -15%;
	right: 0;
}

/* 友情链接 */
.link {
	padding:26px 0;
	color:#fff;
	line-height:20px;
	background:#006ac8
}
.link .l {
	float:left;
	padding-right:10px
}
.link .a {
	overflow:hidden
}
.link .a a {
	color:#fff;
	float:left
}
.link .a a {
	padding-right:25px;
	background:url(../images/foot_1.png) no-repeat right center;
	margin-right:25px
}
.link .a a:last-child {
	margin:0;
	padding:0;
	background:0 0
}

/* 底部 */
.footer {
	background-color: #005bb5;
	clear:both;
}
.footer1 {
	overflow: hidden;
	padding: 40px 0 33px;
	line-height: 76px;
}
.footlogo {
	float: left;
	width:50%;
	height: 100%;
}
.footkouhao {
	float: right;
	font-size: 17px;
	line-height:30px;
	color: #fff;
}
.footlogo img, .footkouhao img {
	max-width: 100%;
	max-height: 100%;
	vertical-align:middle;
}
.footinfo {
	float: left;
	margin-top: 12px;
	margin-right:30px
}
.footinfo div {
	font-size: 15px;
	line-height: 30px;
	color: #fff;
}
.footinfo span {
	display: inline-block;
	margin-right: 14px;
}
.footinfo a {
	display: inline-block;
	color: #fff;
	margin-right: 14px;
}
.footinfo a:hover {
	color: #ccc;
	text-decoration: underline;
}
.footinfo a.jinwang {
	margin-right: 0;
}
.footewm {
	float: right;
	height: 80px;
	position: relative;
	padding-right: 32px;
	margin-right: 0px;
}
.footewm img {
	display: block;
	width: 100%;
	width:80px;
}
.footewm p {
	width: 20px;
	font-size: 14px;
	color: #fff;
	line-height:15px;
	text-align: center;
	position: absolute;
	right: 0;
	top:10px;
	z-index: 1;
}
@keyframes rotate {
 50% {
 border-radius:42%;
-webkit-border-radius:42%;
 transform: rotate(180deg);
-webkit-transform: rotate(180deg);
}
 100% {
 border-radius:45%;
-webkit-border-radius:45%;
 transform: rotate(360deg);
-webkit-transform: rotate(360deg);
}
}
@-webkit-keyframes rotate {
 50% {
 border-radius:42%;
-webkit-border-radius:42%;
 transform: rotate(180deg);
-webkit-transform: rotate(180deg);
}
 100% {
 border-radius:45%;
-webkit-border-radius:45%;
 transform: rotate(360deg);
-webkit-transform: rotate(360deg);
}
}
 @keyframes rotate1 {
 50% {
 border-radius:42%;
-webkit-border-radius:42%;
 transform: translateX(-30%) rotate(180deg);
-webkit-transform: translateX(-30%) rotate(180deg);
}
 100% {
 border-radius:45%;
-webkit-border-radius:45%;
 transform: translateX(-20%) rotate(360deg);
-webkit-transform: translateX(-20%) rotate(360deg);
}
}
@-webkit-keyframes rotate1 {
 50% {
 border-radius:42%;
-webkit-border-radius:42%;
 transform: translateX(-30%) rotate(180deg);
-webkit-transform: translateX(-30%) rotate(180deg);
}
 100% {
 border-radius:45%;
-webkit-border-radius:45%;
 transform: translateX(-20%) rotate(360deg);
-webkit-transform: translateX(-20%) rotate(360deg);
}
}
 @keyframes rotate2 {
 50% {
 border-radius:42%;
-webkit-border-radius:42%;
 transform: translateX(30%) rotate(180deg);
-webkit-transform: translateX(30%) rotate(180deg);
}
 100% {
 border-radius:45%;
-webkit-border-radius:45%;
 transform: translateX(20%) rotate(360deg);
-webkit-transform: translateX(20%) rotate(360deg);
}
}
@-webkit-keyframes rotate2 {
 50% {
 border-radius:42%;
-webkit-border-radius:42%;
 transform: translateX(30%) rotate(180deg);
-webkit-transform: translateX(30%) rotate(180deg);
}
 100% {
 border-radius:45%;
-webkit-border-radius:45%;
 transform: translateX(20%) rotate(360deg);
-webkit-transform: translateX(20%) rotate(360deg);
}
}
 @media screen and (max-width:1600px) {
.container02 .left {
 width: 32rem;
}
.container02 .right {
 width: calc(100% - 32rem);
 padding-left: 1rem;
}
}
 @media screen and (max-width:1400px) {
.nav>li>a {
font-size:17px;
}
.container02 .left {
 width: 28rem;
}
.container02 .right {
 width: calc(100% - 28rem);
 padding-left: 1rem;
}
.box .hd li a {
 padding: 0.9rem 0.6rem;
}
}

/* 内页banner */
.banner_er {
	display: block;
	clear: both;
	background: url(../images/inner_ban.jpg) no-repeat;
	width: 100%;
	height: 350px;
	background-position: center center;
	background-size: cover;
}


/* 左侧导航 */
.main_er {
	width: 100%;
	height: auto;
	padding:0px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.main_er_left {
	width: 19%;
	height: auto;
	margin-bottom: 50px;
	margin-top: -79px;
}
.nav_er {
	width: 100%;
	height: auto;
}
.nav_er_title {
	width: 100%;
	height: 79px;
	background-color: rgba(13, 89, 167, 0.85);
	margin-bottom: 6px;
}
.nav_er_title h2 {
	font-size: 24px;
	color: #fff;
	margin-left: 27px;
	line-height: 79px;
	font-weight: normal;
}
.nav_er_ul {
	width: 100%;
	height: auto;
	padding: 0;
}
.nav_er_li {
	width: 100%;
	height: 56px;
	margin:0 auto 1px;
	background-color: #f0f0f0;
}
.nav_er_li a {
	display: block;
	width: 100%;
	height:56px;
	font-size: 16px;
	color: #333333;
	line-height: 56px;
	text-align: left;
	margin: 0 auto;
	background: url(../images/history_bg2.png) no-repeat;
	background-position: right 26px center;
	padding-left: 27px;
	box-sizing: border-box;
}
.nav_er_li:hover {
	color: #0072ca;
}
.nav_er_li:hover a {
	color: #0072ca;
	background: url(../images/history_bg2_on.png) no-repeat;
	background-position: right 26px center;
}
.nav_er_li.on {
	color: #0072ca;
}
.nav_er_li.on a {
	color: #0072ca;
	background: url(../images/history_bg2_on.png) no-repeat;
	background-position: right 26px center;
}

/* 内页内容 */
.main_er_right {
	width: 78%;
	height: auto;
	margin-bottom: 0px;
}
.base_title {
	width: 100%;
	height: 58px;
	margin: 14px auto 0;
	padding-top:0px;
	border-bottom: 3px solid #d9d9dd;
}
.base_title1 {
	width: 100%;
	height: 58px;
	margin: 0 auto;
	max-width: 1360px;
}
.base_title1 h3 {
	float: left;
	font-size: 24px;
	color: #333;
	font-weight: bold;
	line-height: 58px;
}
.base_title1 h3 .icon {
	float: left;
	position:relative;
	top:20px;
	margin-right:15px;
}
.base_bdcnav {
	width: auto;
	height: 58px;
	margin: 0 auto;
}
.base_bdcnav_location {
	font-size: 15px;
	color: #888888;
	line-height: 58px;
	float: left;
	margin-right: 0px;
	padding-left: 26px;
	background: url(../images/home.png) no-repeat;
	background-position: left center;
}
.base_bdcnav_location a {
	font-size: 15px;
	color: #888888;
	margin: 0 5px;
}
.base_bdcnav_location a:hover {
	font-size: 15px;
	color: #1375c5;
}
.base_bdcnav_location_a_last-child {
	font-size: 14px;
	color: #1375c5!important;
}
.base_news_show {
	height: auto;
	background-color: #ffffff;
	width: 100%;
	margin: 20px auto 60px;
}
.base_news_title1 {
	background-color: #f3f3f3;
}
.base_news_title {
	height: auto;
	text-align: center;
}
.base_news_title>h3 {
	font-size: 22px;
	color: #333333;
	font-weight: bold;
	padding-top: 15px;
	width: auto;
	margin: 0 auto;
	padding-bottom: 15px;
}
.base_news_title_er {
	font-size: 14px;
	color: #999999;
	line-height: 1;
	padding-bottom: 10px;
	width: auto;
	margin: 0 auto;
	text-align: center;
	border-bottom: 0px solid #ddd;
}
.base_news_title_er1 span {
	padding-right:20px;
}
.base_news_main {
	padding: 20px 0px;
	min-height: 300px;
	line-height: 30px;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
}
.base_news_main img {
	max-width:70% !important;
	height: auto!important;
	margin:0 auto;
	display:block;
}
.base_news_main p {
	font-size: 16px;
	text-indent: 2em!important;
	line-height: 36px!important;
	text-align: justify;
	margin-bottom:15px;
}

/* 内页新闻列表 */
.list_news {
	width: 100%;
	height: auto;
	margin:11px auto 80px;
}
.list_news_ul {
	width: 100%;
	height: auto;
}
.list_news_li {
	width: 100%;
	height: 54px;
	border-bottom: 1px dashed #ddd;
	transition: all 0.3s;
}
.list_news_li a {
	display: block;
	position:relative;
	padding-left: 20px;
	width: 100%;
	height: 54px;
	box-sizing: border-box;
}
.list_news_li a:before {
	content:"";
	position:absolute;
	width:5px;
	height:5px;
	background:#006ac8;
	border-radius:50%;
	left:0;
	top: 25px;
}
.list_news_li h3 {
	transition: all 0.3s;
	float:left;
	font-size: 16px;
	color: #666666;
	font-weight: normal;
	width: 80%;
	line-height: 54px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.list_news_li span {
	transition: all 0.3s;
	float: right;
	font-size: 16px;
	color: #666666;
	line-height: 54px;
}
.list_news_li:hover {
	border-bottom: 1px solid #005bb5;
	transition: all 0.3s;
}
.list_news_li:hover h3 {
	color: #005bb5;
	transition: all 0.3s;
}
.list_news_li:hover span {
	color: #005bb5;
	transition: all 0.3s;
}
.pages {
	margin-top:40px;
	margin-bottom:40px;
}
.pages .pagination {
	text-align: center;
	height: auto;
	font-size:15px;
	line-height:40px;
}
.pages .pagination a {
	padding: 0 13px;
	line-height: 28px;
	height: 28px;
	font-size:15px;
	color: #bbb;
	float: none;
	display: inline-block;
	border: 1px #cccccc solid;
	margin-right: 10px;
	margin-bottom: 10px;
}
.pages .pagination p {
	padding: 0 13px;
	line-height: 28px;
	height: 28px;
	float: none;
	font-size:14px;
	display: inline-block;
	margin-bottom:0;
	overflow:inherit;
	color: #bbb;
	border: 1px #ccc solid;
	background: #fcfcfc;
	margin-right: 8px;
}
.pagination a.cur {
	border: none;
	background: #005bb5;
	border: 1px #005bb5 solid;
	color: #fff;
}
@media screen and (max-width: 640px) {
body {
min-width:auto;
}
.cer {
max-width:100%;
}
.top_bg {
 display: none;
}
.touch-top {
 display: block;
}
.homebanner .swiper-pagination {
bottom:10px;
}
.w-news-hd {
font-size:22px;
}
.academic-wrap {
width:100%;
margin-right:0;
margin-top:20px;
}
.container02 .left {
width:100%;
}
.focus {
height:260px;
}
.focus img {
height: 260px;
}
.list_box4 li a{
padding:0.8925rem 0 0.8925rem 1.2925rem;
}
.list_box4 li a:before{ 
top:1.35rem;
}
.container02 .right {
width:100%;
padding-left:0;
margin-top:20px;
}
.note-list-wrap {
width:100%;
}
.Hrelease {
padding:30px 0 20px 0;
}
.box {
width:100%;
margin-right:0;
margin-bottom:20px;
}
.box .hd li a {
font-size:22px;
}
.klijrr {
height:100%;
overflow:hidden;
}
.klij01 {
width:32%;
line-height:30px;
font-size:18px;
margin-bottom:15px;
}
.klij01 a .iconn {
display: block;
text-align: center;
margin: 8px auto 0 auto;
}
.klij02 {
width:32%;
line-height:30px;
font-size:18px;
margin-bottom:15px;
}
.klij02 a .iconn {
display: block;
text-align: center;
margin: 8px auto 0 auto;
}
.klij03 {
width:32%;
line-height:30px;
font-size:18px;
margin-bottom:15px;
margin-right:0;
}
.klij03 a .iconn {
display: block;
text-align: center;
margin: 8px auto 0 auto;
}
.klij04 {
width:32%;
line-height:30px;
font-size:18px;
margin-bottom:15px;
}
.klij04 a .iconn {
display: block;
text-align: center;
margin: 8px auto 0 auto;
}
.klij05 {
width:32%;
line-height:30px;
font-size:18px;
margin-bottom:15px;
}
.klij05 a .iconn {
display: block;
text-align: center;
margin: 8px auto 0 auto;
}
.klij06 {
width:32%;
line-height:30px;
font-size:18px;
margin-bottom:15px;
margin-right:0;
}
.klij06 a .iconn {
display: block;
text-align: center;
margin: 8px auto 0 auto;
}
.container-3 {
margin:20px auto 20px auto;
}
.link{ 
padding:15px 0;
}
.link .l { 
width:100%; 
margin-bottom:15px;
}
.link .a { 
width:100%;
}
.link .a a{ font-size:15px; margin-bottom:10px;}
.footer1 {
padding:5px 0 13px;
}
.footkouhao{ 
float:left;
}
.footlogo {
display:none;
}
.footinfo {
margin-right:0;
}
.footewm {
display:none;
}

.banner_er{ 
height:160px;
}

.main_er_left{
display:none;
}
.main_er_right{ 
width:100%;
}
.base_title1 h3{ 
font-size:22px;
}
.base_bdcnav{ 
display:none;
}
.base_news_title>h3{ 
font-size:20px;
}
.list_news_li h3{ 
width:65%;
}

}
