@charset "utf-8";
/* CSS Document */

* {
	padding: 0;
	margin: 0;
	border: 0;
}

body {
	font-family: "微软雅黑";
	font-size: 14px;
	color: #595c5b;
	background: #f6f6f6;
	overflow-x: hidden;
}

ul li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #828282;
}

a:hover, a:visited {
	text-decoration: none;
}

a:hover {
	color: #006ec7;
}

p, ul {
	margin: 0;
}

.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	zoom: 1;
}

.col-md-3, .col-sm-3, .col-xs-12, .col-md-4, .col-md-6, .col-md-12, .col-sm-6, .col-xs-12, .col-sm-12 {
	padding: 0;
}

/*网页头部*/

.container {
	padding: 0;
}


/* 头部logo信息 */

.header{
	position: absolute;
	left: 0;
	top:0;
	width: 100%;
	z-index: 3;
}

.header-top {
	background: #0fa9b9;
}

.header1 .header-top {
	background-color: rgba(63,186,199,0.8);
}

.top-home {
	float: left;
	width: 7.3%;
	height: 33px;
	line-height: 33px;
	border-left: 1px solid #5cc5d0;
	border-right: 1px solid #5cc5d0;
}

.top-home a {
	display: block;
	font-size: 14px;
	color: #fff;
}

.top-home a img {
	margin: 0 8px 2px 8px;
}

.top-link {
	width: 90%;
	float: right;
}


.top-link ul li {
	float: right;
	position: relative;
	width: 39px;
	height: 33px;
	line-height: 33px;
	text-align: center;
	border-left: 1px solid #5cc5d0;
}

.top-link ul li:first-child{
	border-right: 1px solid #5cc5d0;
}



/* 搜索 */

.searchbox {
    z-index: 9;
	position:absolute;
    top:-33px;
    right:-1px;
    width: 260px;
	height: 32px;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    background: #efefef;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all .3s;
    transition: all .3s;
}


.searchbox .searchkang{
	width: 72%;
	margin: 0 3%;
	background: #efefef;
    height: 30px;
    line-height: 30px;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.searchbox .searchsubit {
	float: right;
	width: 22%;
	text-align: center;
    height: 32px;
    color: #fff;
   background: #cdcdcd;
}


.searchbox.show {
    right: -1px;
	 top: 33px;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

/* 头部微信 */
.wechatbox {
    z-index: 9;
    position: absolute;
    top: -33px;
    right: -1px;
    width: 78px;
    height: 78px;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    background: #fff;
    padding: 4px;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all .3s;
    transition: all .3s;
}

.wechatbox img{
	width: 100%;
}

.wechatbox.show {
    right: -1px;
	 top: 33px;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

/* 头部电话 */

.telbox {
    z-index: 9;
    position: absolute;
    top: -33px;
    right: -1px;
    width: 120px;
     /* height: 100px; */
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    background: #fff;
	font-size: 14px;
	color: #333;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all .3s;
    transition: all .3s;
}

.telbox.show {
    right: -1px;
	 top: 33px;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.header-xinxi {
    background: #148097;
    padding: 25px 0 15px;
}

.header1 .header-xinxi {
	background-color: rgba(22,137,159,0.8);
}

.logo {
	display: block;
	width: 37%;
	margin-right: 5%;
	float: left;
}

.navbar-toggle {
	display: none;
	position: relative;
	float: right;
	width: 24px;
	height: 22px;
	background: url(../images/anniu.png) no-repeat;
	margin-top: 10px;
	padding: 0;
	margin-right: 0;
	margin-bottom: 8px;
	border: none;
	border-radius: 0px;
}

/*导航*/

.nav {
	width: 58%;
	float: left;
	margin-top: 18px;
}

.nav ul li {
	float: left;
	width: 11.1%;
        width: 12.7%;
        width: 14.9%;
	margin-left: 0.5%;
	height: 38px;
	line-height: 38px;
	position: relative;
	text-align: center;
}


.nav ul li:first-child {
	width: 7.2%;
	margin-left: 0;
}

.header1 .nav ul li .nav_item li {
	width: 100%;
}

.nav ul li a {
	display: block;
	font-size: 18px;
	color: #fff;
	height: 38px;
	display: block;
	position: relative;
}

.nav ul li:hover a {
	background: #fff;
	color: #16899f;
}

.nav ul li.active a {
	background: #fff;
	color: #16899f;
}

.nav ul li a::after {
	content: "";
	position: absolute;
	top: -3px;
	left: 0;
	height: 3px;
	width: 0;
	background-color: #f1c62c;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.nav ul li:hover a::after {
	width: 100%;
	visibility: visible;
	opacity: 1;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.nav ul li.active a::after {
	width: 100%;
	visibility: visible;
	opacity: 1;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.nav ul li .nav_item {
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	background: #fff;
	width: 130%;
	padding: 0 0 10px;
	z-index: 999;
}

.nav ul li .nav_item li {
	float: none;
	width: 100%;
	height: 38px;
	line-height: 38px;
	text-align: left;
	border-bottom: none;
	background: none;
	margin-left: 0;
	margin-top: 1px;
}

.nav ul li .nav_item li a {
	font-size: 16px;
	color: #16899f;
	padding: 0 0 0 17px;
	height: 39px;
	line-height: 39px;
}

.nav ul li:hover .nav_item a {
	background: #fff;
}

.nav ul li:hover .nav_item a::after {
	width: 0;
}

.nav ul li .nav_item li:hover a {
	background: #f1c62c;
	color: #fff;
}

.nav ul li .nav_item li.active a {
	background: #f1c62c;
	color: #fff;
}

/*banner相关设置*/

#full-width-slider {
	width: 100%;
	min-height: 120px;
	color: #000;
}

#full-width-slider .rsArrow{
	width: 23px;
    height: 45px;
    position: absolute;
    bottom: 40%;
}

#full-width-slider .rsArrowLeft{
    left: 3%;
	background: url(../images/banner-left.png) left center no-repeat;
}

#full-width-slider .rsArrowRight{
    right: 3%;
	background: url(../images/banner-right.png) right center no-repeat;
}


/*首页内容部分*/
.index-content{
	padding: 32px 0  0;
	background: #f6f6f6;
}

/* 首页标题 */

.index-title {
	margin:0;
	border-bottom: 2px solid #16899f;
	position: relative;
}

.index-title h3 {
	text-align:left;
	font-size: 24px;
	line-height: 45px;
	color: #333;
	font-weight: bold;
	margin: 0;
}

.index-title .more {
	display: block;
	position: absolute;
	right: 0px;
	top: 14px;
	text-align: center;
	color: #148097;
	font-size: 16px;
}

.index-title .more::before {
    content: " ";
    width: 20px;
    height: 3px;
    background: #148097;
    position: absolute;
    left: -30px;
    bottom: 10px;
}



.index-title2 h3 {
	text-align:center;
	font-size: 28px;
	line-height: 45px;
	color: #16899f;
	font-weight: bold;
	margin: 0;
	background: #fbf9f2;
	padding: 20px 0;
	border-top: 3px solid #f1c62c;
}

.index-title2 h3 img{
	margin-right: 15px;
}

/* 研究生动态 */

.dynamic-tel ,.teaching-list {
    padding-right: 4.44%;
}

.dynamic-tel {
    padding-right: 4.44%;
	margin-top: 32px;
}

#full-width-slider1 {
    width: 100%;

}

#full-width-slider1 .rsGCaption{
    font-size: 16px;
    color: #333;
	line-height: 44px;
	height: 44px;
	text-align: left;
	background: #efefef;
	padding: 0 15px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	cursor: pointer;
}

#full-width-slider1 .rsGCaption:hover{
	background: #16899f;
	color: #fff;
}

.dynamic-list{
	margin-top: 10px;

}

.index-list ul li {
	border-bottom: 1px solid #e5e5e5;
}

.index-list ul li a{
	display: block;
	overflow: hidden;
	padding-top: 14px;
}

.index-list ul li a p {
	width: 75%;
	float: left;
	font-size: 16px;
	color: #333;
	line-height: 42px;
    overflow: hidden;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.index-list ul li:hover a p{
   color: #16899f;
}

.index-list ul li a span {
	width: 25%;
	float: left;
	font-size: 14px;
	line-height: 42px;
	color: #bbb;
	text-align: right;
}

.index-list ul li:hover a span{
   color: #16899f;
}

/* 教学动态 &就业服务*/
.teaching-list ,.service-list {
	margin-top: 20px;
}


/* 通知公告 */
.index-right{
	padding-left: 5.39%;
	margin-top: -105px;
}

.index-notice ul{
	background: #fff;
}

.index-notice ul li{
	border-bottom: 1px solid #e3e3e3;
}

.index-notice ul li a{
	display: block;
	padding: 20px 30px 5px;
}

.index-notice ul li a p{
	font-size: 16px;
    color: #333;
    line-height: 20px;
	margin-bottom: 10px;
    height: 40px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.index-notice ul li:hover a p{
	color: #16899f;
}


.index-notice ul li a span{
	font-size: 14px;
    color: #bbb;
	margin-bottom: 10px;
}

.index-notice ul li:hover a span{
	padding-left: 10px;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}


.index-notice ul li a span img{
	margin-right: 10px;
	margin-bottom: 4px;
}

.index-link{
	padding: 50px 0;
	background: #fff;
}

.index-linkimg ul {
    padding: 0 40px;
    overflow: hidden;
}

.index-link ul li{
	margin-bottom: 1px;
}


.index-link ul li a img{
	width: 100%;
    min-height: 100%;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;

}

.index-link ul li:hover a img {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
}


.index-linkimg{
	padding: 50px 0;
	background: #fff;
}

.index-linkimg h3{
    font-size: 20px;
    color: #097489;
    font-weight: bold;
    margin: 30px 40px;
    height: 30px;
    line-height: 30px;
}

.index-linkimg h3 span {
    width: 30px;
    height: 30px;
    line-height: 26px;
    margin-right: 10px;
    float: left;
    display: block;
    background: #f1c62c;
    text-align: center;
}

.index-linkimg ul{
	padding: 0 40px;
}
.index-linkimg ul li {
    width: 105px;
    height: 105px;
    margin-left: 13px;
    float: left;
    border: 1px dashed #148097;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 10px;
}


.index-linkimg ul li a .linkimg-box {
    width: 45px;
    height: 45px;
    margin: 15px auto 0px;
    overflow: hidden;
}

.index-linkimg ul li a .linkimg-box img{
   width: 100%;
    min-height: 100%;
}

.index-linkimg ul li a p{
   font-size: 14px;
   line-height: 17px;
    color: #148097;
}

/*子页面大图片*/

.x-banner {
	position: relative;
	background: #fafafa;
}

.x-banner-img {
	width: 100%;
}

.columntitle {
    /* margin: 20px 0 25px; */
    position: absolute;
    left: 0;
    bottom: 38%;
    width: 100%;
}

.columntitle span {
	font-size: 36px;
	color: #fff;
	font-weight: bold;
	text-shadow: #000 0px 3px 7px;
}

/* 当前位置 */

.location {
	font-size: 14px;
	color: #9d9d9d;
	margin-bottom: 30px;
}

.location img{
	margin-right: 10px;
	margin-bottom: 2px;
}

.location a {
	font-size: 14px;
	color: #9d9d9d;
}

.location span {
	margin: 0 10px;
}

/* 内页 */

.content-box {
	background: #fafafa;
	padding: 25px 0 0;
}

/* 内页左侧 */

.left-box {
	float: right;
	margin-top: -200px;
	border-top: 3px solid #f1c62c;
	border-left: 1px solid #f1f1f1;
	border-right: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
	background-color: #fff;
	background-image: url(../images/left-box-img.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-bottom: 264px;
	margin-bottom: 60px;

}
.left-box .left-nav .column {
	font-size: 28px;
	color: #148097;
	background: #fbf9f2;
	font-weight: bold;
	text-align: center;
	padding: 32px 0;
	margin: 0 0 25px;

}

.left-box .left-nav .column .nav-column img {
    margin-right: 10px;
    margin-bottom: 5px;
}

.left-box .left-nav .left-nav-item ul {
	background: #fff;
	margin: 0 50px;
	padding-bottom: 50px;
}

.left-box .left-nav .left-nav-item ul li {
	border-bottom: 1px solid #e9e9e9;
	position: relative;
}

.left-box .left-nav .left-nav-item ul li a {
	display: block;
	font-size: 16px;
	color: #333;
	text-align: center;
	padding: 20px 0;
}

.left-box .left-nav .left-nav-item ul li.active a {
	color: #fff;
	background-color: #148097;
	background-image: url(../images/left-nav-active.png);
	background-position: 10% center;
	background-repeat: no-repeat;
}

.left-box .left-nav .left-nav-item ul li:hover a {
	color: #fff;
	background-color: #148097;
	background-image: url(../images/left-nav-active.png);
	background-position: 10% center;
	background-repeat: no-repeat;
}

/* 内页右侧 */

.right-box{
	margin-top: -150px;

}
.right-content {
	margin-bottom: 20px;
	background: #fafafa;
	border-top: 4px solid #1ea1b4;
	padding: 25px 60px;
}

/* 列表 */

.list ul li {
	width: 100%;
	margin-bottom: 10px;
	border-bottom: 1px solid #ececec;
}

.list ul li a {
	display: block;
	line-height: 62px;
	height: 62px;
}

.list ul li a p {
	float: left;
	width: 75%;
	font-size: 17px;
	color: #333;
	line-height: 62px;
	height: 62px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.list ul li:hover a p {
	color: #148097;
	font-weight: bold;
}

.list ul li a span {
	float: left;
	width: 25%;
	color: #bcbcbc;
	text-align: right;
	font-size: 16px;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.list ul li a span img{
	margin-right: 10px;
	margin-bottom: 4px;
}

.list ul li:hover span {
	padding-right: 8px;
}

/* 简介 */

.about p {
	font-size: 16px;
	color: #666;
	line-height: 28px;
}

.about img {
	max-width: 100%;
}

.about p img {
	max-width: 100%;
}

/* 内容页 */

.article {
	padding-top: 20px;
}

.article h1.intro {
	text-align: center;
	font-size: 18px;
	color: #595c5b;
	font-family: "微软雅黑";
	line-height: 1.5;
	margin: 0;
}

.article h2.title {
	text-align: center;
	font-size: 24px;
	color: #333;
	font-family: "微软雅黑";
	line-height: 30px;
	margin: 0 0 15px;
}

.article h3.subtitle {
	font-size: 18px;
	color: #393939;
	line-height: 1.5;
	text-align: center;
	margin: 0
}

.article h4.information {
	margin: 0;
	text-align: center;
	line-height: 30px;
	font-size: 12px;
	color: #666666;
	margin: 10px 0 20px;
	background: url(../images/information.png) center repeat-y;
}

.article .content {
	font-size: 16px !important;
	color: #333 !important;
	line-height: 34px !important;
	min-height: 250px;
	margin-bottom: 50px;
	padding: 10px 0px;
}

.article .content p{
	font-size: 16px !important;
	color: #333 !important;
	line-height: 34px !important;
}


.article .content p span{
	font-size: 16px !important;
	color: #333 !important;
	line-height: 34px !important;
}


.article .content  span{
	font-size: 16px !important;
	color: #333 !important;
	line-height: 34px !important;
}

.article .content img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}

.article .bdsharebuttonbox .bds_mshare {
	float: right;
	display: block;
	width: 36px;
	padding-left: 0;
	line-height: 36px;
	height: 36px;
	background-image: url(../images/fenxiang.jpg);
	background-position: left center;
	margin: 0;
}

.article .bdsharebuttonbox .bds_weixin {
	float: right;
	display: block;
	width: 36px;
	padding-left: 0;
	line-height: 36px;
	height: 36px;
	background-image: url(../images/fenxiang.jpg);
	background-position: -45px center;
	margin: 0px;
}

.article .bdsharebuttonbox .bds_tsina {
	float: right;
	display: block;
	width: 36px;
	padding-left: 0;
	line-height: 36px;
	height: 36px;
	background-image: url(../images/fenxiang.jpg);
	background-position: -90px center;
	margin: 0px;
}

.article .bdsharebuttonbox .bds_qzone {
	float: right;
	display: block;
	width: 36px;
	padding-left: 0;
	line-height: 36px;
	height: 36px;
	background-image: url(../images/fenxiang.jpg);
	background-position: -140px center;
	margin: 0;
}

.article .bdsharebuttonbox a:hover {
	color: #333;
	opacity: .8;
	filter: alpha(opacity=80);
}

.article .bdsharebuttonbox p {
	float: right;
	margin-top: 7px;
}

/*尾部*/

.footer-bottom {
	background: #148097;
	border-bottom: 4px solid #06b1c2;
	padding: 20px 0;
}

.footer-bottom .footer-left {
	width: 39.12%;
	float: left;
	margin-top: 20px;
}

.footer-bottom .footer-left p, .footer-bottom .footer-center p {
	font-size: 16px;
	color: #fff;
	line-height: 36px;
}

.footer-bottom .footer-center {
	width: 34.25%;
	float: left;
	margin-top: 15px;
}

.footer-bottom .footer-right {
	width: 26.63%;
	float: left;
}

.footer-bottom .footer-right ul li {
	float: right;
	margin-left: 2%;
}

.footer-bottom .footer-right ul li div {
	width: 105px;
	height: 105px;
	background: #fff;
	padding: 7.5px;
}

.footer-bottom .footer-right ul li div img {
	width: 100%;
}

.footer {
	background-color: #fff;
	padding: 12px 0;
	text-align: center;
}

.footer p {
	font-size: 16px;
	color: #333;
}

/*分页栏*/

.pagebar {
	background: #f4f4f4;
	height: 45px;
	line-height: 45px;
	text-align: center;
	margin: 35px 0;
}

.p_first_d, .p_last_d {
	display: none;
}

.p_first, .p_last {
	display: none;
}

.p_prev_d, .p_prev {
	font-size: 12px;
	color: #808080;
	padding: 5px 9px;
	width: 60px;
	margin: 0px 4px;
}

.p_no {
	padding: 2px 8px;
	margin: 0px 4px;
	color: #333;
}

.p_no a {
	color: #333;
}

.p_no_d {
	background: #148097;
	color: #fff;
	padding: 2px 8px;
	margin: 0px 4px;
	border-radius: 20px;
}

.p_next, .p_next_d {
	font-size: 12px;
	color: #808080;
	padding: 5px 9px;
	width: 60px;
	margin: 0px 4px;
}