a,a:hover{
	text-decoration: none;
}
img,a{
	border: none;
}
ul,li{
	padding: 0px;
	list-style: none;
	margin: 0px;
}
body{
	font-family:"微软雅黑","黑体","STHeiti","Microsoft YaHei";
	font-size: 16px;
	
}
.clear{
	clear: both;
}
.header{
	width:100%;
	position:fixed;
	top:0;
	left:0;
	background: #fff;
	z-index:999;
}
.header>.container{
	background: url("../images/head-bg.jpg") no-repeat right bottom;
	background-size: auto 90%;
	padding:15px 0px;
}
/*左侧logo*/
.header .left{
	width: 20%;
	float: left;
}
.header .left a img{
	height: 86px;
	margin-top: 5px;
	margin-bottom: 5px;
}
/*右侧*/

.header .nav{
	background: #122e66;
}
.header .navbar_nav{
	width: 80%;
	float: left;
}
.header .navbar_nav>li{
	float:left;
	position: relative;
	display: block;
	width: 14%;
	line-height: 64px;
}
.header .navbar_nav>li:hover:after{
    width: 100%;
}
.header .navbar_nav>li>a{
	text-decoration: none;
	height: 100%;
	width: 100%;
	display: block;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	color: #fff;
	font-size: 16px;
	
}
.header .navbar_nav>li:hover>a{
	color: #ffcb00;
}
.header .navbar_nav>li.dropdown{
	display: inherit;
	position: relative;
}
.header .navbar_nav>li.dropdown>.dropdown_menu{
	display: none;
	position: absolute;
	z-index: 99999;
	top:64px;
	background: #fff;
	box-shadow: 0 15px 27px 0 rgba(167,165,165,0.38);
	width: 180px;
	left: -30%;
	border-top:2px solid #ffcb00;
}
.header .navbar_nav>li.dropdown>.dropdown_menu>li>a{
	display: block;
	width: 100%;
	font-size: 14px;
	color: #666;
	padding: 0px;
	line-height: 46px;
	text-align: center;
	background: #fff;
}
.header .navbar_nav>li.dropdown:hover>.dropdown_menu{
	display: block;
	background: #102f5a;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.header .navbar_nav>li.dropdown:hover>.dropdown_menu>li>a{
	color: #666;
}
.header .navbar_nav>li.dropdown:hover>.dropdown_menu>li>a:hover{
	background:#102f5a;
	width:100%;
	display:block;
	color: #fff;
}
.f-searchs{
	float: left;
	width: 20%;
	margin-top: 15px;
}
.f-search{
	color: #666;
	padding:5px 5px;
	display: block;
	border: 1px solid #dcdcdc;
	width: 232px;
	background: #fff;
}
.f-search input[type="text"]{
    width:180px;
    height:24px;
	display: inline;
	background: none;
	border: 0px;
	transition: all 0.5s;
}
.f-search button{
    width:34px;
    height:24px;
    background:none;
    text-align:center;
    color:#fff;
	line-height: 24px;
	display: inline;
	border: none;
	border-left: 1px solid #dcdcdc;
}
.f-search i{
	font-size:14px;
	color: #dcdcdc;
}

.f-search2{
	padding-top: 15px;
	padding-left: 15px;
}
.f-search2 input[type="text"]{
    width:200px;
    height:32px;
	display: inline;
	background: #d7d7d7;
	transition: all 0.5s;
	border: 0px;
}
.f-search2 button{
    width:32px;
    height:32px;
    background:#0d2f6e;
    text-align:center;
    color:#fff;
	line-height: 24px;
	display: inline;
	border:0px;
}
.f-search2 i{
	font-size:14px;
	color: #fff;
}
.m_nav .status{
	padding-left: 15px;
	padding-top: 15px;
}
.m_nav .status span a{
	width:100%;
	display: block;
}
/*白色背景的头部*/
#navToggle{
	display: none;
}

.m_nav{
	position: fixed;
	top: 0px;
	box-shadow: 0 15px 27px 0 rgba(167,165,165,0.38);
	width: 100%;
    height: 100%;
    background: #fff;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
	z-index: 1000000000;
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    overflow-y: auto;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    top: 0;
    transform: translateX(100%);
}
.m_nav.open{
    transform: translateX(0);
}
.m_nav .top{
	height: 60px;
	padding: 20px;
	box-sizing: border-box;
}
.m_nav .top .closed{
	width: 30px;
	height: 30px;
	vertical-align: middle;
	float:right;
	cursor: pointer;
}
.m_nav>.ul{
	margin-top: 30px;
}
.m_nav>.ul>li{
	padding: 0 20px;
	border-bottom: 1px solid #f5f5f5;
	transform: translateY(0);
	-webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    opacity: 0;
}
.m_nav.open>.ul>li{
	opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.m_nav>.ul>li:nth-child(1) {
    -webkit-transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav>.ul>li:nth-child(2) {
    -webkit-transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav>.ul>li:nth-child(3) {
    -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav>.ul>li:nth-child(4) {
    -webkit-transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav>.ul>li:nth-child(5) {
    -webkit-transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav>.ul>li:nth-child(6) {
    -webkit-transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav>.ul>li:nth-child(7) {
    -webkit-transition: all 1.4s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all 1.4s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav>.ul>li:nth-child(8) {
    -webkit-transition: all 1.6s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all 1.6s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav>.ul>li>a{
	display: block;
	text-decoration: none;
	color: #333;
	font-size: 16px;
	height: 42px;
	line-height: 42px;
	width: 100%;
}
.m_nav>.ul>li>.dropdown_menu,.m_nav>.ul>li>.dropdown_menu>.dropdown2>.dropdown-menu2{
	display: none;
}
.m_nav>.ul>li.dropdown.active>.dropdown_menu,.m_nav>.ul>li>.dropdown_menu>.dropdown2.active>.dropdown-menu2{
	display: block;
}
.m_nav>.ul>li>.dropdown_menu>li>a{
	display: block;
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
	box-sizing: border-box;
	border-bottom: 1px solid #f5f5f5;
	color: #333;
}
.m_nav>.ul>li>.dropdown_menu>li>a:last-child{
	border: none;
}


.main{
	width: 100%;
	margin-top: 123px;
	padding:50px 0px;
	padding-bottom: 0px;
	background: url("../images/body-bg.jpg") no-repeat top center;
}

.main-2{
	background: #ffffff;
	/* margin-top: 15px; */
	padding: 15px;
	padding-left: 30px;
	padding-right: 30px;
}

.banner{
	width: 100%;
	overflow-x: hidden;
}

/*轮番图*/
#slider .banner-title{position: absolute; bottom: 68px; right: 5%;z-index:181;}
#slider .banner-title a{ font-size: 32px;font-weight: bold; color: #fff; text-shadow: 2px 2px 2px #000;}



/*最新消息*/
.zxxx{
	padding-left: 0px;
}
.focus-top{
	background: url("../images/line.jpg") repeat;
	height: 35px;
	line-height: 35px;
}
.focus-title{
	width: 130px;
	color: #122e66;
	text-align: left;
	font-size: 20px;
	line-height: 35px;
	position: absolute;
	z-index: 9;
	background: #fff;
}

.zxxx .more,.notice .more,.kycg .more,.xsjl .more,.zszp .more{
	float: right;
	margin-top: -26px;
	font-size: 12px;
	margin-right: 15px;
}
.zxxx .more a,.notice .more a,.kycg .more a,.xsjl .more a,.zszp .more a{
	color: #B6B6B6;
}
.zxxx-con{
	margin-top: 15px;
}
.zxxx-item{
	width: 100%;
	margin-top: 15px;
	float: left;
}
.zxxx-item-img{
	width: 25%;
	float: left;
}
.zxxx-item-img img{
	width: 100%;
}
.zxxx-item-con{
	width: 75%;
	float: left;
	padding-left: 15px;
}
.zxxx-item-con2{
	border:1px solid #d9d9d9;
	padding:15px;
	width: 100%;
}
.zxxx-item-con2:hover{
	box-shadow: 0 0 20px #a1a1a1;
	-webkit-box-shadow:0 0 20px #a1a1a1;
	-o-box-shadow:0 0 20px #a1a1a1;
	-moz-box-shadow:0 0 20px #a1a1a1;
	transition: box-shadow 1s;
	-moz-transition: box-shadow 1s;	/* Firefox 4 */
	-webkit-transition: box-shadow 1s;	/* Safari 和 Chrome */
	-o-transition: box-shadow 1s;
}
.zxxx-item-title {
    font-weight: bold;
    overflow: hidden;
    text-align: justify;
    color: #000;
    line-height: 28px;
    /* 添加以下属性以确保省略号在所有浏览器中都能正常工作 */
    white-space: normal;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	height: 60px;
}

.zxxx-item-title a{
	color: #000;
}
.zxxx-item-title a:hover{
	color: #122e66;
}
.zxxx-item-info{
	height: 105px;
	line-height: 24px;
	color: #1D50A3;
	overflow: hidden;
	margin-top: 10px;
	font-size: 16px;
}
.zxxx-item-detail{
	width: 100%;
	text-align: right;
	margin-top: 10px;
}
.zxxx-item-detail a{
	color: #8a99b5;
	font-size: 14px;
}
/*通知公告*/
.notice{
	padding-right: 0px;
}
.notice-con{
	border: 1px solid #d9d9d9;
	padding:10px 15px;
	margin-top: 30px;
	padding-bottom: 25px;
}
.notice-item{
	width: 100%;
	margin-top: 15px;
	padding-bottom:10px;
}
.notice-item:nth-child(even){
	background: #e9effb;
}
.notice-item:nth-child(odd){
	background: #f4f4f4;
}
.notice-item:hover{
	box-shadow: 0 0 20px #a1a1a1;
	-webkit-box-shadow:0 0 20px #a1a1a1;
	-o-box-shadow:0 0 20px #a1a1a1;
	-moz-box-shadow:0 0 20px #a1a1a1;
	transition: box-shadow 1s;
	-moz-transition: box-shadow 1s;	/* Firefox 4 */
	-webkit-transition: box-shadow 1s;	/* Safari 和 Chrome */
	-o-transition: box-shadow 1s;
}
.notice-item-date{
	width: 25%;
	float: left;
	text-align: center;
	padding: 0 15px;
	border-radius: 10px;
}
.notice-item-con{
	width: 75%;
	float: left;
}
.notice-item-title{
	width: 100%;
    overflow: hidden;
	display: block;
	margin-top: 8px;
	padding-right: 15px;
	height: 56px;
	line-height: 28px;
}
.notice-item-title a{
	color: #000;
}
.notice-item-title a:hover{
	color: #122e66;
}
.notice-day{
	font-size:18px;
	font-weight: bold;
	line-height: 32px;
	padding-top: 10px;
}
.notice-month{
	font-size:14px;
	padding-bottom: 10px;
}
.xsjl-item:hover{
	background: #fff;
}

/*研讨班*/
.kycg{
	/* margin-top: 15px; */
	padding-right: 0px;
}
.kycg-con{
	margin-top: 15px;
}
.kycg-item{
	margin-top: 15px;
}
.kycg-item:nth-child(odd){
	width: 50%;
	float: left;
	padding-right: 8px;
}
.kycg-item:nth-child(even){
	width: 50%;
	float: left;
	padding-left: 8px;
}
.kycg-item2{
	width: 100%;
	border: 1px solid #d9d9d9;
	padding:15px;
}
.kycg-item2:hover{
	box-shadow: 0 0 20px #a1a1a1;
	-webkit-box-shadow: 0 0 20px #a1a1a1;
	-o-box-shadow: 0 0 20px #a1a1a1;
	-moz-box-shadow: 0 0 20px #a1a1a1;
	transition: box-shadow 1s, background-color 1s, color 1s;
	-moz-transition: box-shadow 1s, background-color 1s, color 1s;	/* Firefox 4 */
	-webkit-transition: box-shadow 1s, background-color 1s, color 1s;	/* Safari 和 Chrome */
	-o-transition: box-shadow 1s, background-color 1s, color 1s;
	background-color: #f5f3f3; /* 鼠标移上后的背景颜色 */
}
/* .kycg-item2:hover a,.kycg-item2:hover p, kycg-item2:hover .zxxx-item-title a{
	color: white; /* 鼠标移上后的链接颜色 */
} */


/*学术交流*/
.xsjl{
	margin-top: 15px;
	padding-left: 0px;
}
.xsjl-con{
	margin-top: 30px;
	padding:8px 15px;
	background: #f5f5f5;
}
.xsjl-item{
	padding-bottom: 15px;
	padding-top: 15px;
	border-bottom: 1px solid #d9d9d9;
}
.xsjl-item:hover{
	box-shadow: 0 0 20px #a1a1a1;
	-webkit-box-shadow:0 0 20px #a1a1a1;
	-o-box-shadow:0 0 20px #a1a1a1;
	-moz-box-shadow:0 0 20px #a1a1a1;
	transition: box-shadow 1s;
	-moz-transition: box-shadow 1s;	/* Firefox 4 */
	-webkit-transition: box-shadow 1s;	/* Safari 和 Chrome */
	-o-transition: box-shadow 1s;
}
.xsjl-item:last-child{
	border-bottom: 0px;
}
.xsjl .notice-day,.xsjl .notice-month{
	background: #1D50A3;
	color: #fff;
}
.xsjl .notice-item-title{
	padding-left: 15px;
}


/*招生招聘*/
.zszp{
	margin-top: 15px;
	padding-right: 0px;
}
.zszp-con{
	margin-top: 15px;
	overflow: hidden; /* 清除浮动 */
}
.zszp-item{
	margin-top: 15px;
	width: 25%;
	float: left;
	padding: 0 8px;
	box-sizing: border-box;
}
.zszp-item:first-child{
	padding-left: 0;
}
.zszp-item:last-child{
	padding-right: 0;
}
.zszp-item2{
	width: 100%;
	border: 1px solid #d9d9d9;
	padding: 15px;
}
.zszp-item2:hover{
	box-shadow: 0 0 20px #a1a1a1;
	-webkit-box-shadow: 0 0 20px #a1a1a1;
	-o-box-shadow: 0 0 20px #a1a1a1;
	-moz-box-shadow: 0 0 20px #a1a1a1;
	transition: box-shadow 1s;
	-moz-transition: box-shadow 1s;	/* Firefox 4 */
	-webkit-transition: box-shadow 1s;	/* Safari 和 Chrome */
	-o-transition: box-shadow 1s;
}



/*footer*/
.footer{ 
	background:#355188;
	width: 100%;
	padding:30px 0px;
	color: #fff;
	margin-top: 50px;
}
.footer-title{
	font-size: 24px;
	color: #fff;
	line-height: 42px;
}
.footer ul{
	margin-top: 15px;
}
.links li{
	width: 33.3%;
	float: left;
	padding-right: 15px;
	text-overflow:ellipsis;
	white-space: nowrap;
    overflow: hidden;
    text-align: justify;
	display: block;
}
.links li a{
	color: #fff;
}
.links li a:hover{
	color: #FFDD00;
}
.footer li{
	line-height: 32px;
}
.yqlj{
	padding-left: 0px;
}
.lxwm{
	padding-right: 0px;
}
@media(min-width:1600px){
	.header>.container,.nav>.container,.main>.container,.footer>.container,.banner>.container{
		width: 80%;
	}
}
@media(max-width:1599px){
	.header>.container,.nav>.container,.main>.container,.footer>.container,.banner>.container{
		width: 95%;
	}
	.focus-title{
		font-size: 18px;
	}
}
@media(max-width:1366px){
	body{
		font-size: 14px;
	}
	.header .navbar_nav>li.dropdown>.dropdown_menu{
		left:-37%;
	}
	.zxxx-item-title{
		line-height: 32px;
	}
	.zxxx-item-info{
		margin-top: 0px;
	}
	.zxxx-item-detail{
		margin-top: 5px;
	}
	.notice-item{
		margin-top: 11px;
	}
	.notice-month{
		padding-bottom: 2px;
	}
	.notice-con{
		padding-bottom: 15px;
		padding-top: 0px;
	}
	.notice-item-title{
		line-height: 24px;
		height: 48px;
		
	}
	.xsjl .notice-item-date{
		padding: 0px;
	}
	.xsjl .notice-day{
		padding-top: 5px;
	}
	.xsjl .notice-month{
		padding-bottom: 7px;
	}
	.xsjl-item{
		padding-top: 12px;
		padding-bottom: 11px;
	}
}
@media(max-width:1200px){
	body{
		font-size: 14px;
	}
	.header .left a img{
		height: 56px;
	}
	.header .nav{
		height: 48px;
	}
	.header .navbar_nav{
		width: 75%;
	}
	.header .navbar_nav li a{
		font-size: 14px;
	}
	.header .navbar_nav li{
		line-height: 48px;
	}
	
	.header .navbar_nav li.dropdown .dropdown_menu{
		width: 160px;
		top: 48px;
	}
	.header .navbar_nav>li:last-child .dropdown_menu{
		left: 0;
	}
	.focus-title{
		font-size: 16px;
	}
	.f-searchs{
		margin-top: 5px;
		padding-right: 5px;
		width: 25%;
	}
}
@media(max-width:1024px){
	.header>.container,.nav>.container,.main>.container,.footer>.container,.banner>.container,.xs-ky>.container{
		width: 100%;
	}
	.header .left a img{
		padding-left: 15px;
	}
	.header .navbar_nav>li.dropdown>.dropdown_menu{
		left:-37%;
		width: 120px;
	}
	.focus-title,.footer-title{
		font-size: 18px;
		width: 110px;
	}
	.yqlj{
		width: 60%;
	}
	.lxwm{
		width: 40%;
	}
}
@media screen and (max-width: 992px){
	.header>.container{
		padding-bottom: 15px;
	}
	.header #navToggle {
		height: 100%;
		padding: 9px 15px;
		display: inline-block;
		float: right;
		background: #102f5a;
		height: 42px;
	}
	.header #navToggle span {
		position: relative;
		width: 25px;
		height: 1px;
		margin-top: 19px;
	}
	.header #navToggle span:before,
	.header #navToggle span:after {
		content: '';
		position: relative;
		width: 100%;
		height: 1px;
		left: 0;
	}
	.header #navToggle span,
	.header #navToggle span:before,
	.header #navToggle span:after {
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
		display: block;
		background: #b1e3ff;
	}
	.header #navToggle span:before {
		top: 8px;
	}
	.header #navToggle span:after {
		bottom: 10px;
	}
	.header #navToggle.open span:before {
		top: 10px;
		-webkit-transform: translateY(-11px) rotate(-45deg);
		-moz-transform: translateY(-11px) rotate(-45deg);
		-ms-transform: translateY(-11px) rotate(-45deg);
		-o-transform: translateY(-11px) rotate(-45deg);
		transform: translateY(-11px) rotate(-45deg);
	}
	.header #navToggle.open span:after {
		bottom: 12px;
		-webkit-transform: translateY(10px) rotate(45deg);
		-moz-transform: translateY(10px) rotate(45deg);
		-ms-transform: translateY(10px) rotate(45deg);
		-o-transform: translateY(10px) rotate(45deg);
		transform: translateY(10px) rotate(45deg);
	}
	.header #navToggle.open span {
		background: none;
	}
	.header #navToggle.open span:before,
	.header #navToggle.open span:after {
		background: #4f4f4f;
	}
	.header .navbar_nav{
		display: none;
	}
	.f-searchs{
		display: none;
	}
	.zxxx,.kycg{
		padding-left: 15px;
		padding-right:15px;
	}
	.notice{
		padding-right: 15px;
		margin-top: 50px;
	}
	.xsjl{
		padding-right: 15px;
		margin-bottom: 15px;
	}
	.footer{
		padding-left: 15px;
		padding-right: 15px;
	}
	.info{
		line-height: 24px;
		padding:0px 15px;
	}
}
@media(max-width:767px){
	.header .navbar_nav>li{
		line-height: 42px;
	}
	.header #navToggle {
		height: 100%;
		padding: 3px 15px;
		height:42px;
	}
	.header>.container{
		background: none;
	}
	.banner{
		margin-bottom: -45px;
		margin-top: -20px;
	}
	.main{
		padding-top: 0px;
	}
	.main-2{
		padding-left: 15px;
		padding-right: 15px;
	}
	.kycg-item:nth-child(odd),.kycg-item:nth-child(even){
		width: 100%;
		padding-left: 0px;
		padding-right: 0px;
	}
	.zszp-item{
		width: 100%;
		padding: 0 15px 15px 0;
	}
	.footer-title{
		font-size: 16px;
		line-height: 32px;
	}
	.lxwm{
		margin-top: 30px;
	}
	.footer li{
		line-height: 24px;
	}
	.yqlj,.lxwm{
		width: 100%;
	}
	.lxwm{
		padding-left: 0px;
	}
}

/*返回顶部*/
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(101,121,51, 0.8) url(../images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
    z-index: 999999999999;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}