@charset "utf-8";
/* CSS Document */

* {
	padding: 0;
	margin: 0;
	border: 0;
}

body {
	font-family: "微软雅黑";
	font-size: 14px;
	color: #595c5b;
}

ul li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #828282;
}

a:hover, a:visited, a:focus {
	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;
}

/*样式开始*/

.header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
        background: url(../images/header-t.png)top center  no-repeat;
	z-index: 25;
	-webkit-transition: all .3s;
	transition: all .3s;
        background-size: 100%;
}

.header.on, .header.hover {
	background: #fff;
	box-shadow: 0 0 10px rgb(0 0 0 / 15%);
}

/* 搜索 */

.header-container {
	margin: 0 auto;
	position: relative;
}

.search {
	height: 0;
	width: 100%;
	background: #454545;
	z-index: 9999;
	overflow: hidden;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.search.show {
	height: 85px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.search1 {
	width: 51%;
	height: 45px;
	margin: 20px auto;
	-webkit-box-shadow: 0 1px 2px rgb(0 0 0);
	-moz-box-shadow: 0 1px 2px rgb(0, 0, 0);
	-ms-box-shadow: 0 1px 2px rgb(0, 0, 0);
	box-shadow: 0 1px 2px rgb(0 0 0);
	position: relative;
	z-index: 9999;
}

.search_kuang {
	width: 74%;
	padding-left: 2%;
	height: 45px;
	background: #fff;
	font-size: 14px;
	outline: none;
}

.search_submit {
	width: 26%;
	height: 45px;
	background: #416baf;
	vertical-align: bottom;
	color: #fff;
	font-size: 16px;
	outline: none;
}

.search1 a.close {
	width: 24px;
	height: 24px;
	position: absolute;
	top: 10px;
	right: -40px;
	background: url(../images/close.png) -86px 0 no-repeat;
	opacity: 1;
	-webkit-transition: all 1.5s;
	-moz-transition: all 1.5s;
	-ms-transition: all 1.5s;
	-o-transition: all 1.5s;
	transition: all 1.5s;
}

/* 右侧切换 */

.top-link {
	width: 135px;
	z-index: 40;
	position: absolute;
	right: 0;
	top: 51px;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.header.on .top-link, .header.hover .top-link {
	top: 41px;
}

.top-link a {
	border: 2px solid #fff;
}

.top-link a.a1 {
	padding: 5px 7px 2px;
	border-radius: 25px;
	float: left;
	font-size: 14px;
	color: #fff;
	margin-left: 42px;
}

.top-link a.a2 {
	display: block;
	width: 32px;
	height: 32px;
	line-height: 23px;
	text-align: center;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0;
}

.header.on .top-link a, .header.hover .top-link a {
	color: #416baf;
	border: 2px solid #416baf;
}

.header.on .top-link a.a2, .header.hover .top-link a.a2 {
	background: #416baf;
}

.top-link a.a1 img {
	margin-bottom: 3px;
}

.top-link a.a1 img.en-n {
	display: none;
}

.header.on .top-link a.a1 img.en, .header.hover .top-link a.a1 img.en {
	display: none;
}

.header.on .top-link a.a1 img.en-n, .header.hover .top-link a.a1 img.en-n {
	display: inline-block;
}

.logo {
	display: block;
	width: 33%;
	width: 30%;
	float: left;
	margin: 30px 0;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.header.on .logo, .header.hover .logo {
	margin: 20px 0;
}

.logo .logo-img {
	display: none;
}

.header.on .logo .logo-b-img, .header.hover .logo .logo-b-img {
	display: none;
}

.header.on .logo .logo-img, .header.hover .logo .logo-img {
	display: inline-block;
}

.navbar-toggle {
	display: none;
	position: relative;
	float: right;
	width: 24px;
	height: 22px;
	background: url(../images/anniu.png) no-repeat;
	margin-top: 15px;
	padding: 0;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 8px;
	border: none;
	border-radius: 0px;
}

/*导航*/

.nav {
	width: 58%;
	width: 61%;
	float: left;
	position: relative;
}

.nav .top-link {
	display: none;
}

.nav ul li {
	float: left;
	width: 12%;
        width: 10.61%;
	margin-left: 0.5%;
	height: 110px;
	position: relative;
	text-align: center;
}

.nav ul li .nav-box {
	position: relative;
	overflow: hidden;
	height: 22px;
	line-height: 22px;
	margin: 55px 0;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.header.on .nav ul li .nav-box, .header.hover .nav ul li .nav-box {
	margin: 45px 0;
}

.nav ul li a {
	display: block;
	font-size: 20px;
	color: #fff;
	-webkit-transition: transform .3s ease-out;
	transition: transform .3s ease-out;
}

.header.on .nav ul li a.nb-cn, .header.hover .nav ul li a.nb-cn {
	color: #333;
}

.nav ul li a.nb-cn .nav-arow-n {
	display: none;
}

.header.on .nav ul li a.nb-cn .nav-arow-b, .header.hover .nav ul li a.nb-cn .nav-arow-b {
	display: none;
}

.header.on .nav ul li a.nb-cn .nav-arow-n, .header.hover .nav ul li a.nb-cn .nav-arow-n {
	display: inline-block;
}

.nav ul li a.nb-en {
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	color: #416baf;
}

.nav ul li.active a.nb-cn {
	color: #416baf;
}

.nav ul li:hover a.nb-cn {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}

.nav ul li:hover a.nb-en {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.nav ul li .nav_item {
	position: absolute;
	background: #fff;
	width: 200%;
	left: 50%;
	top: 100%;
	padding: 10px 0;
	visibility: hidden;
	clip-path: polygon(0 -20%, 100% -20%, 100% 0, 0 0);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 24;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.nav ul li:hover .nav_item {
	opacity: 1;
	visibility: visible;
	clip-path: polygon(0 -20%, 100% -20%, 100% 100%, 0 100%);
}

.nav ul li:after {
	-webkit-transition: width .3s ease-out;
	transition: width .3s ease-out;
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 0;
	height: 6px;
	background-color: #416baf;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.nav ul li:hover:after {
	width: 60px;
}

.nav ul li .nav_item li {
	float: none;
	width: 100%;
	height: 38px;
	line-height: 38px;
	text-align: center;
	border-bottom: none;
	background: none;
	margin-left: 0;
}

.nav ul li .nav_item li:after {
	display: none;
}

.nav ul li .nav_item li a {
	font-size: 16px;
	color: #000;
	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 {
	color: #416baf;
}

.nav ul li .nav_item li.active a {
	color: #416baf;
}

.searchbox {
	display: none;
}

/*banner相关设置*/

.banner img {
	width: 100%;
}

#full-width-slider {
	width: 100%;
	min-height: 120px;
	color: #000;
}

#full-width-slider .rsContent video {
	width: 100%;
}

#full-width-slider .rsGCaption {
	font-size: 16px;
	color: #fff;
	width: 70px;
	position: absolute;
	left: 50%;
	bottom: 20px;
	text-align: center;
	overflow: hidden;
	z-index: 15;
animation: bb 2s linear 0s infinite;
transform: translateX(-50%);
}

@keyframes bb{
0%{transform:translate(-50%,0);opacity:0;}
20%{transform:translate(-50%,3px);opacity:1;}
80%{transform:translate(-50%,10px);opacity:1;}
90%{transform:translate(-50%,10px);opacity:0;}
100%{transform:translate(-50%,10px);opacity:0;}
}


#full-width-slider .rsGCaption span img {
    width: 19px;
}

#full-width-slider .rsGCaption p {
	margin-bottom: 5px;
       color: #fff;
}

#full-width-slider .rsArrow {
	display: none;
	background: #003f97;
	width: 2.3%;
	z-index: 32;
}

.rsMinW .rsBullets {
	position: absolute;
	bottom: 30px;
	right: 8%;
	z-index: 15;
	height: 35px;
	text-align: center;
	overflow: hidden;
}

.rsMinW .rsBullet {
	/*width: 45px;*/
	height: 35px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	box-sizing: content-box;
	padding: 0 12px;
}

.rsMinW .rsBullet span {
	display: block;
	font-size: 18px;
	font-family: "Tahoma";
	color: #fff;
	position: relative;

}

.rsMinW .rsBullet span::after{
    content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 0;
	height: 2px;
	background: #00a2b2;
transition: all 0.5s ease-out 0s; 


}

.rsMinW .rsBullet.rsNavSelected span{
    font-size: 24px;
}

.rsMinW .rsBullet.rsNavSelected span::after {
	transition: all 0.5s ease-out 0s;


	width: 100%;

}

#full-width-slider .rsGCaption img {
	width: auto;
}

/* 首页标题 */

.title {
	margin-bottom: 35px;
}

.title h3 {
	font-size: 40px;
	color: #203b85;
	font-weight: normal;
	margin: 15px 0 10px;
}

.title h3 span{
   position: relative;
}

.title h3 span:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -190px;
    transform: translateY(-50%);
    width: 178px;
    height: 30px;
    background: url(../images/index-title-left.png) left center no-repeat;
}


.title h3 span:after{
    content: "";
    position: absolute;
    top: 50%;
    right: -190px;
    transform: translateY(-50%);
    width: 178px;
    height: 30px;
    background: url(../images/index-title-right.png) left center no-repeat;
}

.title p {
	font-size: 20px;
	color: #203b85;
	margin-bottom: 35px;
}

/*.title .more:after, .title .more:before, .learning-more a:after, .learning-more a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: -webkit-transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease, -webkit-transform .3s ease;
}

.title .more:before, .learning-more a:before {
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: bottom;
	transform-origin: bottom;
	border-right: 3px solid #00a2b2;
	border-left: 3px solid #00a2b2;
}

.title .more:hover:after, .title .more:hover:before, .learning-more a:hover:after, .learning-more a:hover:before {
	-webkit-transform: none;
	transform: none;
}

.title .more:after, .learning-more a:after {
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	border-top: 3px solid #00a2b2;
}*/

.title .more, .learning-more a {
	font-size: 16px;
	color: #203b85;
	padding: 7px 12px 5px;
	position: relative;
	display: inline-block;
        padding-right: 50px;
	/*border-bottom: 3px solid #00a2b2;*/
background: url(../images/cont-ht.png) 80% center no-repeat;
    transition: all 0.4s;
    -ms-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.title .more:hover , .learning-more a:hover{
    background: url(../images/cont-ht.png) 85% center no-repeat;
}

/*首页新闻  */

.new {
	overflow: hidden;
         padding-top: 10px;
}

.new-content {
	background-color: #fff;
	background-image: url(../images/new-bj.png);
	background-position: center top;
	background-repeat: no-repeat;
	padding: 55px 0 0;
        background-size: 100%;
}

.index-new .title {
	text-align: center;     
        position: relative;

}

.index-new .title .more {
    font-size: 14px;
    padding-right: 50px;
    border-bottom: none;
    position: absolute;
    right: 0;
    top: 20px;
   background: url(../images/cont-ht.png) 80% center no-repeat;
   transition: all 0.4s;
    -ms-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.index-new .title .more:hover{
   background: url(../images/cont-ht.png) 85% center no-repeat;
}

.index-new .title .more:before{
   border: none;
}

.index-new .title .more:after{
   border: none;
}

.new-img {
	width: 43.3%;
	float: left;
}

#full-width-slider1 {
	width: 100%;
	background: #fff;
	overflow: hidden;
	box-shadow: 12px 5px 25px 5px rgba(4, 0, 0, 0.06);
	-webkit-box-shadow: 12px 5px 25px 5px rgba(4, 0, 0, 0.06);
	-moz-box-shadow: 12px 5px 25px 5px rgba(4, 0, 0, 0.06);
}

#full-width-slider1 .list_img {
	height: 343px;
	overflow: hidden;
	border-bottom: 6px solid #f0a215;
}

#full-width-slider1 .banner-title {
	font-size: 20px;
	color: #333;
	margin: 20px 30px 10px;
	height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#full-width-slider1 .banner-abstract {
	font-size: 14px;
	color: #333;
	line-height: 24px;
	height: 48px;
	margin: 0 100px 45px 30px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

#full-width-slider1 .rsBullets {
	display: none;
}

.new-right {
	margin-right: 2.1%;
}

.new-tel {
	width: 48.69%;
	float: left;
	position: relative;
}

.new-tel .new-tel-img {
	width: 100%;
	height: 362px;
	overflow: hidden;
}

.new-tel .new-tel-img 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;
}

.new-tel .new-tel-img:hover 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);
	-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;
}

.new-tel .new-tel-text {
	position: absolute;
	left: 0;
	bottom: -1px;
	right: 0;
	background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
	color: #fff;
}

.new-tel .new-tel-text a {
	display: block;
	padding: 30px 30px 20px 30px;
	font-size: 18px;
	color: #fff;
}

.new-list {
	width: 56.7%;
	width: 48.69%;
	float: left;
}
.new-list ul{
	margin-left: -4%;
}
.new-list ul li {
	width: 46%;
	/* width: 48.2%; */
	float: left;
	margin-left: 4%;
	/* margin-left: 3.6%; */
	
	border-top: 4px solid #00a2b2;
	padding: 39px 35px 72px;
	margin-bottom: 27.5px;
	background: #fff;
	box-shadow: 12px 5px 25px 5px rgba(4, 0, 0, 0.06);
	-webkit-box-shadow: 12px 5px 25px 5px rgba(4, 0, 0, 0.06);
	-moz-box-shadow: 12px 5px 25px 5px rgba(4, 0, 0, 0.06);
	-webkit-transition: transform .3s ease-out;
	transition: transform .3s ease-out;
}


.new-list ul li:hover{
     -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.new-list ul li:first-child{
	/* margin-left: 0; */
}

.new-list ul li .time {
	color: #d4d4d4;
	font-size: 20px;
	margin-bottom: 21px;
        font-weight: lighter;
}

.new-list ul li:hover .time{
   color: #e76251;
}

.new-list ul li .time span {
	/*font-size: 24px;*/
}

.new-list ul li h4 {
	font-size: 20px;
	line-height: 24px;
	color: #333;
	margin: 0 0 30px;
	height: 48px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	/* overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap; */
-webkit-transition: all .7s linear;
    transition: all .7s linear;
}

.new-list ul li:hover h4{
   color: #153683;

-webkit-transition: all .7s linear;
    transition: all .7s linear;
}

.new-list ul li .abstract {
	font-size: 16px;
	color: #666;
	line-height: 30px;
	height: 120px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

#full-width-slider3 {
    width: 100% !important;
}

#full-width-slider3 .rsGCaption {
    position: absolute;
    left: 0;
    bottom: -1px;
    right: 0;
    height: 75px;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
    color: #fff;
    padding: 35px 200px 15px 20px;
    font-size: 18px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#full-width-slider3  .rsBullets{
	height: 20px;
	right: 10px;
	bottom: 15px;
}


#full-width-slider3 .rsBullet{
	width: 10px;
	height: 10px;
	background: #fff;
	border-radius: 50%;
	opacity: 0.7;
	padding: 0 ;
	margin: 0 3px;
}

#full-width-slider3 .rsBullet.rsNavSelected{
	opacity: 1;
}

#full-width-slider3 .rsBullet span {
    display: none;
}

#full-width-slider3 .rsContent img{
  width: 100% !important;
      height: auto !important;
  margin-left: 0 !important;
}




/* 通知公告选项 */

.new-index-list {
	margin-top: 40px;
}

.new-index-list .item ul {
	text-align: center;
	margin-bottom: 60px;
}

.new-index-list .item ul li {
	font-size: 20px;
	display: inline-block;
	/*margin: 0 15px;*/
	padding-bottom: 9px;
	transition: all .4s linear;
	cursor: pointer;
	color: #333;
	position: relative;
        padding: 0 50px 0 25px;
       background: url(../images/index-new-blid.png) right center no-repeat;
}



.new-index-list .item ul li::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 4px;
	background: #f0a41e;
	transition: all .4s linear;
}

.new-index-list .item ul li.active {
	color: #e76251;
       font-weight: bold;
}

.new-index-list .item ul li.active::after {
	/*width: 100%;*/
}

.new-index-list .cont .cont-box ul {
	margin-left: -4%;
}

.new-index-list .cont .cont-box ul li {
    float: left;
    width: 46%;
    margin: 0 0 0 4%;
    border-bottom: 1px solid #ececec;
    /* position: relative; */
    /* background: url(../images/new-index-list.png) center no-repeat; */
    /* background-size: 100%; */
    /* transform: translateY(0px); */
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    /* -webkit-transform: translateY(0px); */
    /* overflow: hidden; */
    transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    position: relative;
}

.new-index-list .cont .cont-box ul li:hover{
   /*transform: translateY(-12px);
    -moz-transform: translateY(-12px);
    -o-transform: translateY(-12px);
    -webkit-transform: translateY(-12px);*/
  
}

.new-index-list .cont .cont-box ul li::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #153683;
    z-index: 2;
}

.new-index-list .cont .cont-box ul li:hover::after{
     width: 100%;
     transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.new-index-list .cont .cont-box ul li .cont-info {
	padding: 62px 39px 40px 34px;
}

.new-index-list .cont .cont-box ul li .cont-info h4 {
	font-size: 16px;
	color: #333;
	line-height: 30px;
	margin: 0;
	height: 60px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.new-index-list .cont .cont-box ul li .time {
	/*background-color: #013d88;
	background-image: url(../images/plan-time.png);
	background-position: 10px center;
	background-repeat: no-repeat;
	padding: 5px 15px 5px 45px;
	position: absolute;
	left: 4px;
	top: 4px;*/
       

        
}

.new-index-list .cont .cont-box ul li h4 {
    font-size: 20px;
    color: #333;
    line-height: 30px;
    /* height: 61px; */
    padding: 23px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0;
}

.new-index-list .cont .cont-box ul li:hover h4{
   color: #153683;
}

.new-index-list .cont .cont-box ul li h4 .time{
   font-size: 20px;
	color: #bebebe;
	font-family: "Tahoma";
      margin-right: 10px;
}

.new-index-list .cont .cont-box ul li:hover  h4  .time{
      color: #153683;

}

/*.new-index-list .cont .cont-box ul li .time p {
	font-size: 16px;
	color: #fff;
	font-family: "Tahoma";
}

.new-index-list .cont .cont-box ul li .time span {
	font-size: 14px;
	color: #fff;
	font-family: "Tahoma";
}*/


.new-index-list .cont .cont-box .more {
    color: #416baf;
    padding: 10px 55px 10px 20px;
    border: 1px solid #416baf;
    display: block;
    width: 150px;
    margin: 30px auto 0;
     font-size: 13px;
    background: url(../images/cont-ht.png) 80% center no-repeat ;
 transition: all 0.4s;
    -ms-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
}


.new-index-list .cont .cont-box .more:hover{
   background: url(../images/cont-ht.png) 85% center no-repeat ;
}



.nav-item3 {
    background: #edf1f5;
    margin-bottom: 30px;

}

.nav-item3 ul li {
    float: left;
   -webkit-transition: all .7s linear;
    transition: all .7s linear;
    position: relative;
}

.nav-item3 ul li.active{
    background: #416baf;
}

.nav-item3 ul li:hover{
    background: #416baf;
}

.nav-item3 ul li a {
    font-size: 18px;
    color: #333;
    padding: 0 30px;
    height: 60px;
    line-height: 60px;
}

.nav-item3 ul li.active a{
  color: #fff;
}


.nav-item3 ul li:hover a{
      color: #fff;
}
.nav-item3 ul li ul {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    background: #edf1f5;
    z-index: 21;
    padding: 5px 0;
}

.nav-item3 ul li:hover ul{
    display:block;
}

.nav-item3 ul li ul li {
    width: 100%;
}


.nav-item3 ul li ul li a {
    font-size: 16px;
    height: 35px;
    line-height: 35px;
}


.nav-item3 ul li:hover ul li a{
       color: #333;
}

.nav-item3 ul li ul li:hover a ,.nav-item3 ul li ul li.active a{
       color: #fff;
}

/* 服务信息 */

.service {
	margin: 25px 0 60px;
	overflow: hidden;
}

.service h4 {
	float: left;
	font-size: 30px;
	color: #203b85;
	background: url(../images/service-h4.png) 55px top no-repeat;
	padding: 4px 66px 40px 0;
	margin: 50px 0 0;
}

.service ul {
	float: left;
}

.service ul li {
	width: 157px;
	height: 157px;
	float: left;
	text-align: center;
	margin-left: 20px;
        -webkit-transition: all .7s linear;
    transition: all .7s linear;
}

.service ul li:hover {
	background: #00a2b2;
	border-radius: 50%;
        -webkit-transition: all .7s linear;
    transition: all .7s linear;
}

.service ul li .img-link {
	margin-top: 30px;
	height: 59px;
	background-image: url(../images/service-icon.png);
	background-repeat: no-repeat;
}

.service ul li .img-link1 {
	background-position: center 0px;
}

.service ul li:hover .img-link1 {
	background-position: center -413px;
}

.service ul li .img-link2 {
	background-position: center -59px;
}

.service ul li:hover .img-link2 {
	background-position: center -472px;
}

.service ul li .img-link3 {
	background-position: center -118px;
}

.service ul li:hover .img-link3 {
	background-position: center -531px;
}

.service ul li .img-link4 {
	background-position: center -177px;
}

.service ul li:hover .img-link4 {
	background-position: center -590px;
}

.service ul li .img-link5 {
	background-position: center -236px;
}

.service ul li:hover .img-link5 {
	background-position: center -649px;
}

.service ul li .img-link6 {
	background-position: center -295px;
}

.service ul li:hover .img-link6 {
	background-position: center -708px;
}

.service ul li .img-link7 {
	background-position: center -354px;
}

.service ul li:hover .img-link7 {
	background-position: center -767px;
}

.service ul li p {
	font-size: 16px;
	color: #333;
	margin-top: 8px;
}

.service ul li:hover p {
	color: #fff;
}

/* 学术科研 */

.learning-content {
	background: url(../images/learning-beijin.jpg) center no-repeat;
	background-size: 100% auto;
	padding: 25px 0 50px;
        padding: 65px 0 50px;
}

.learning-top {
	margin-bottom: 30px;
	overflow: hidden;
}

.learning-top .title {
	text-align: center;
}

.learning-top .title h3 {
	color: #fff;
}

.learning-top .title h3 span:before{
  background: url(../images/index-title-leftb.png) left center no-repeat;
  
}

.learning-top .title h3 span:after{
    background: url(../images/index-title-rightb.png) left center no-repeat;
}

.learning-top .title p {
	color: #fff;
}

.learning-top .cont {
	width: 51.73%;
	float: left;
	overflow: hidden;
	position: relative;
}

.learning-top .cont .cont-box-item {
	transition: margin .6s;
	-moz-transition: margin .6s;
	-webkit-transition: margin .6s;
	-o-transition: margin .6s;
}

.learning-top .cont .cont-box {
	float: left;
	height: 470px;
	overflow: hidden;
}

.learning-top .cont .cont-box 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;
}

.learning-top .cont .cont-box:hover 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);
	-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;
}

.learning-top .item {
	float: left;
	width: 48.27%;
}

.learning-top .item ul li {
	padding: 18px 45px 18px 35px;
	border-bottom: 1px solid #e3e3e3;
	background: #fff;
	position: relative;
	overflow: hidden;
}

.learning-top .item ul li a p {
	width: 85%;
	float: left;
	font-size: 18px;
	line-height: 61px;
	color: #333;
	height: 61px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
	z-index: 15;
}

.learning-top .item ul li.active a p {
	color: #203b85;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
	-ms-transition: all .4s linear;
	transition: all .4s linear;
}

.learning-top .item ul li::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 100%;
	background:#cddcf5;
	z-index: 2;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
	-ms-transition: all .4s linear;
	transition: all .4s linear;
}

.learning-top .item ul li.active::after {
	width: 100%;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
	-ms-transition: all .4s linear;
	transition: all .4s linear;
}

.learning-top .item ul li a .time {
	width: 15%;
	float: left;
	text-align: right;
	position: relative;
	z-index: 15;
}

.learning-top .item ul li a .time h4 {
	font-size: 36px;
	color: #203b85;
	font-family: "Tahoma";
	margin: 0 0 2px;
}

.learning-top .item ul li.active a .time h4 {
	color: #203b85;
}

.learning-top .item ul li a .time span {
	font-size: 14px;
	color: #203b85;
}

.learning-top .item ul li.active a .time span {
	color: #203b85;
}

.learning-more {
	background: #fff;
	height: 78px;
	padding-top: 21px;
	padding-left: 35px;
}

.learning-top .rsNav {
	height: 35px;
	line-height: 30px;
	position: absolute;
	bottom: 20px;
	right: 10px;
	z-index: 15;
}

.learning-top .rsNav span {
	width: 22px;
	height: 35px;
	font-size: 20px;
	color: #fff;
	border-bottom: 3px solid none;
	margin: 0 5px;
font-family: "Tahoma";
        transition: all 0.5s ease-out 0s;
}

.learning-top .rsNav span.active {
	color: #00a2b2;
        font-size: 24px;
	border-bottom: 3px solid #00a2b2;
        transition: all 0.5s ease-out 0s;
}

.learning-xinxi .title {
	position: relative;
}

.learning-xinxi .title h3 {
	font-size: 30px;
	font-weight: normal;
	color: #fff;
	text-align: center;
}

.learning-xinxi .title .more {
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	border-bottom: none;
	position: absolute;
	right: 0;
	bottom: -5px;
	/*border-bottom: 3px solid #fff;*/
         padding-right: 50px;
background: url(../images/cont-htb.png) 80% center no-repeat;
    transition: all 0.4s;
    -ms-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.learning-xinxi .title .more:hover{
   background: url(../images/cont-htb.png) 85% center no-repeat;
}

/*.learning-xinxi .title .more:after, .learning-xinxi .title .more:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: -webkit-transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease, -webkit-transform .3s ease;
}

.learning-xinxi .title .more:before {
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: bottom;
	transform-origin: bottom;
	border-right: 3px solid #fff;
	border-left: 3px solid #fff;
}

.learning-xinxi .title .more:hover:after, .learning-xinxi .title .more:hover:before {
	-webkit-transform: none;
	transform: none;
}

.learning-xinxi .title .more:after {
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	border-top: 3px solid #fff;
}*/

.learning-xinxi ul li {
	float: left;
	width: 33.33%;
       -webkit-transition: all .7s linear;
    transition: all .7s linear;
}

.learning-xinxi ul li:hover {
	background: #456eb1;
}

.learning-xinxi ul li .time {
	float: left;
	width: 30%;
	text-align: center;
	/* margin: 0 50px 0 35px; */
}

.learning-xinxi ul li .time .date {
	font-size: 40px;
	color: #fff;
	font-family: "Tahoma";
	height: 50px;
}

.learning-xinxi ul li .time .month {
	font-size: 14px;
	color: #fff;
	font-family: "Tahoma";
}

.learning-xinxi ul li .cont-xinxi {
	float: left;
	width: 70%;
	margin-bottom: 15px;
}

.learning-xinxi ul li .cont-xinxi h3 {
	font-size: 18px;
	color: #fff;
	margin-bottom: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.learning-xinxi ul li .cont-xinxi .learning-people, .learning-xinxi ul li .cont-xinxi .learning-time, .learning-xinxi ul li .cont-xinxi .learning-adress {
	font-size: 14px;
	color: #fff;
	line-height: 28px;
	padding-left: 25px;
}

.learning-xinxi ul li .cont-xinxi .learning-people {
	background: url(../images/index-people.png) left center no-repeat;
}

.learning-xinxi ul li .cont-xinxi .learning-time {
	background: url(../images/index-time.png) left center no-repeat;
}

.learning-xinxi ul li .cont-xinxi .learning-adress {
	background: url(../images/index-adress.png) left center no-repeat;
}

/* 校园文化 */
.szdw-content {
    background-color: #eaf4fe;
    background-image: url(../images/bg-szdw.png);
    background-size: 100% auto;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.campus {
	margin: 70px 0 90px;
	overflow: hidden;
}




.campus .title {
	/*margin-top: 35px;*/
	margin-bottom: 60px;
       text-align: center;
}

.campus-tuwen-box ul{
    margin-left: -2.03%;
}

.campus-tuwen-box ul li {
    float: left;
    width: 31.3%;
    margin-left: 2.03%;
    position: relative;
}

.campus-tuwen-box ul li video{
	display:none;
}

.campus-tuwen-box ul li .campus-tuwen-img {
    width: 100%;
    height: 309px;
    overflow: hidden;
    background-color: #000;
}

.campus-tuwen-box ul li .campus-tuwen-img 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;
  /* position: relative; */
}

.campus-tuwen-box ul li:hover .campus-tuwen-img 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);
	-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;
}
.campus-tuwen-box ul li .campus-tuwen-img a{
	display:block;
	width:100%;
	height:100%;
	position:relative;
}
.campus-tuwen-box ul li .campus-tuwen-img a::before{
	content:"";
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	background:url(../images/video-icon-new.png) no-repeat;
	width: 47px;
	height: 47px;
	background-size: contain;
	z-index: 10;
}

   .campus-tuwen-text {
    padding: 10px 30px 25px;

}


.campus-tuwen-text.tuwen-text-l{
   background: #409abd;
  
}

.campus-tuwen-text.tuwen-text-sl{
   background: #3983ca;
  
}


.campus-tuwen-text.tuwen-text-z{
   background: #5b348d;
  
}


.campus-tuwen-text h3 {
    font-size: 30px;
    color: #fff;
    padding-bottom: 10px;
   /* border-bottom: 1px solid #fff;*/
    position: relative;
}

 .campus-tuwen-text.tuwen-text-l h3 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);

}

.campus-tuwen-text.tuwen-text-sl h3{
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}
.campus-tuwen-text.tuwen-text-z h3{
 border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

.campus-tuwen-text h3 a {
    font-size: 16px;
    color: #fff;
    position: absolute;
    right: 5px;
    bottom: 10px;
}

.campus-tuwen-text .campus-tuwen-title {
    font-size: 16px;
    color: #fff;
    margin-bottom: 10px;
   height: 44px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.campus-tuwen-text .campus-tuwen-abstract{
  font-size: 14px;
  color: #fff;
  height: 40px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
     opacity: 0.7;

}

.campus-left {
	width: 37.95%;
	float: left;
}

.campus .campus-box {
	background: #1e3883;
	padding-right: 15px;
       position: relative;
}

.campus .campus-box .campus-box-img {
	width: 100%;
        position: relative;
    z-index: 2;
}

.campus-left .campus-box {
	float: right;
}

.campus .campus-box a {
	display: block;
	/*position: relative;*/
}

.campus .campus-box-text {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 70px;
	background: none;
	transition: all 500ms;
       z-index: 3;
}

.campus .campus-box-text::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/campus-shadow.png) left top repeat-x;
}


 .videos-box {
   display: none;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 100;
    background: rgb(0, 0, 0);
    opacity: 0.95;
    width: 100%;
}

.videos-box .videos{
     width: 640px;
    margin: 120px auto;
    background: #f8f8f8;
    position: relative;
}

 .videos-box .videos #video{
    display: block;
    
    padding: 10px;
}

 .videos-box .videos .vclose {
    position: absolute;
    right: 20px;
    top: 20px;
    border-radius: 100%;
    cursor: pointer;
}

.campus .campus-box .campus-box-text:hover::after {
	background: none;
}

.campus .campus-box .campus-box-text:hover {
	height: 100%;
	background: url(../images/campus-shadow-img.png) top center repeat;
	transition: all 500ms;
}

.campus .campus-box .campus-box-text:hover .campus-box-text-box {
	margin: 33% 0 0;
}

.campus .campus-left .campus-box:first-child .campus-box-text:hover .campus-box-text-box {
	margin: 16% 0 0;
}

.campus .campus-center .campus-box+.campus-box .campus-box-text:hover .campus-box-text-box {
	margin: 15% 0 0;
}

.campus .campus-box-text .campus-icon {
	display: none;
}

.campus .campus-box .campus-box-text:hover .campus-icon {
	display: block;
	margin: 0 auto;
}

.campus .campus-box-text .campus-arrow {
	margin: 10px 15px;
	float: left;
}

.campus .campus-box .campus-box-text:hover .campus-arrow {
	display: none;
}

.campus .campus-box-text p {
	float: left;
	font-size: 30px;
	color: #f6f3f1;
	margin-top: 13px;
}

.campus .campus-box .campus-box-text:hover p {
	font-size: 40px;
	float: initial;
	text-align: center;
}

.campus-left .campus-left-tu {
	position: absolute;
	left: -70px;
	top: 0;
	z-index: 1;
}

.campus-center {
	width: 41.7%;
	float: left;
}

.campus-center .campus-box:first-child {
	margin-top: -44.5%;
}

.campus-center .campus-box .mask {
	position: absolute;
	right: -35px;
	top: 0;
}

.campus-right {
	width: 20.35%;
	float: left;
}

.campus-right .campus-right-tu {
	position: absolute;
	right: -6px;
	top: -160px;
	z-index: 2;
}


.neirong-right .xisuo-nav ul {
    background: #f2f5fa;
     padding: 15px 0 ;
}

.neirong-right .xisuo-nav ul li {
    padding-left: 50px;
    border-bottom: none;
    padding: 0;
}

.neirong-right .xisuo-nav ul li.active{
     background: #dde6f5;
}

.neirong-right .xisuo-nav ul li a {
    font-size: 16px;
    color: #333;
    display: block;
    position: relative;
    padding: 14px 0 14px 68px;
}

.neirong-right .xisuo-nav ul li.active a{
      color: #416bae;
}

.neirong-right .xisuo-nav ul li a::after {
    content: "";
    position: absolute;
    left: 35px;
    top: 41%;
    width: 14px;
    height: 13px;
    /* background: #f4b81e; */
    background: url(../images/teacheing-bigicon.png) center no-repeat;
}


.column-nav {
    margin-top: 40px;
    margin: 40px 50px 0 50px;
    border-bottom: 1px solid #cfdbeb;
    overflow: hidden;
}

.column-nav h4 {
    border-bottom: 3px solid #406baf;
    float: left;
    margin: 0;
    font-size: 26px;
    padding: 17px 0;
}

.xisuo-content {
    padding: 0 50px;
}

.xisuo-content h3 {
    font-size: 24px;
    color: #416bae;
    margin: 30px 0 10px;
}

.xisuo-content p {
    font-size: 16px;
    color: #666;
    line-height: 29px;
}

.xisuo-content p img {
    max-width: 100%;
    height: auto;
}




/* 内页背景 */

.article-content {
	background: #f2f3f5;
}

/* 当前位置 */

.location {
	text-align: right;
	margin: 20px 0;
	font-size: 14px;
	color: #333;
}

.location a {
	font-size: 14px;
	color: #333;
}

/* 内页左侧 */

.left-box {
	padding-right: 12.5px;
	margin-bottom: 80px;
}

.left-nav .current {
	font-size: 36px;
	color: #fff;
	text-align: center;
	height: 148px;
	line-height: 148px;
	margin: 0 0 4px;
	background: url(../images/navigation.jpg) center no-repeat;
	background-size: 100% 100%;
	position: relative;
}


.left-nav .current span {
    width: 8%;
    height: 3px;
   /* background: #f4ba24;*/
    display: block;
    position: absolute;
    left: 46%;
    bottom: 45px;
}

.left-nav ul {
	background: #fff;
}

.left-nav ul li {
	text-align: center;
}

.left-nav ul li a {
	position: relative;
	padding: 0 15px;

}

.left-nav ul li a span {
	display: block;
	position: relative;
	z-index: 15;
}

.left-nav ul li a::before, .left-nav ul li a::after {
	content: "";
	width: 0;
	height: 100%;
	position: absolute;
	
	top: 0;
}

.left-nav ul li a::before {
	/*background: #f4b81e;*/
         background:url(../images/left-nav-left.png) 50% center no-repeat;
	-webkit-transition: width .3s ease-out;
	transition: width .3s ease-out;
	z-index: 10;
left: 0;
}

.left-nav ul li:hover a:before, .left-nav ul li.active a:before {
	width: 56px;
}

.left-nav ul li a::after {
	/*background: #f3eeeb;*/
        background:url(../images/left-nav-right.png) 50% center no-repeat;
	-webkit-transition: width .3s ease-out;
	transition: width .3s ease-out;
	z-index: 9;right: 0;
}

.left-nav ul li:hover a:after, .left-nav ul li.active a:after {
	width: 100%;
        width: 56px;

}

.left-nav ul li a {
	display: block;
	font-size: 20px;
	color: #333;
	height: 79px;
	line-height: 79px;
	text-decoration: none;
	border-bottom: 1px solid #ece6e1;
	position: relative;
	z-index: 10;
         margin: 0 20px;
}

.left-nav ul li:hover a,.left-nav ul li.active a{
    color: #e76251;
}

.left-nav ul li:last-child a {
	border-bottom: none;
}

.left-nav ul li ul {
	background: #fff;
	padding: 12px 0;
        border-top: 1px solid #ece6e1;
}


.left-nav ul li ul li a {
	font-size: 18px;
	height: 35px;
	line-height: 35px;
	border-bottom: none;
        text-align: left;
    padding-left: 38%;
}

.left-nav ul li:hover ul li a:before, .left-nav ul li.active ul li a:before {
	width: 0;
	background: #fff;
}

.left-nav ul li ul li a::after {
	background: #fff;
}

.left-nav ul li ul li.active a, .left-nav ul li ul li:hover a {
	color: #fff;
}

.left-nav ul li ul li.active a::after, .left-nav ul li ul li:hover a::after {
	background: #f4b81e;
}

.right-box {
	padding-left: 12.5px;
}

.right-list, .right-listbox {
	padding: 25px 27px;
	min-height: 500px;
}

.right-list-ov {
	overflow: hidden;
}

.right-list {
	background: #fff;
}

.right-list .column, .right-listbox .column {
	font-size: 30px;
	color: #456eb1;
	margin-bottom: 50px;
}

.article {
	background: #fff;
	padding: 46px 3.8%;
	position: relative;
}

.article h1.intro {
	text-align: center;
	font-size: 16px;
	color: #393939;
	font-family: "微软雅黑";
	line-height: 1.5;
	margin: 0;
}

.article h2.title {
	text-align: left;
	font-size: 28px;
	color: #333;
	line-height: 36px;
	margin: 8px 0;
	text-align: center;
	height: auto;
	border-bottom: none;
}

.article h3.subtitle {
	font-size: 16px;
	color: #393939;
	line-height: 1.5;
	text-align: center;
	margin: 0
}

.article h4.information {
	margin: 15px 0 30px;
	text-align: center;
	font-size: 16px;
	color: #666;
	padding: 15px 0;
	border-bottom: 1px solid #f2efed;
}

.article .content {
	color: #333;
	font-size: 16px;
	line-height: 36px;
	min-height: 250px;
	padding-bottom: 15px;
	margin-top: 20px;
}

.article .content p {
	margin: 5px 0;
	color: #333;
	font-size: 16px;
	line-height: 36px;
	margin-bottom: 20px;
}

.article .content p img {
        border: none !important;
	max-width: 100%;
}


.article .m-tips{padding:27px 40px 25px;background:#f1f4f8;font-size:14px;color:#416baf;line-height:20px}


.article .m-tips p{padding-bottom:14px}
.bdsharebuttonbox {
	position: absolute;
	left: -50px;
	top: 0px;
	width: 50px;
	background: #fff;
	padding: 10px;
}

.bdsharebuttonbox.fxfixed{
    position: fixed;
    left: auto;
    margin-left: -88px;
    top: 110px;
}

.neirong-right-box{
    border-left: 1px solid #efefef;
}

.neirong-right-box.rifixed{
    position: fixed;
    width: 441.25px;
    left: auto;
    top: 160px;
   
}

.bdsharebuttonbox .bds_more {
	float: none;
	display: block;
	width: 30px;
	padding-left: 0;
	line-height: 28px;
	height: 30px;
	background: #d7d7d7;
	margin: 0 20px 10px 0;
	text-indent: 0;
	text-align: center;
	border-radius: 5px;
	-webkit-transition: all .9s linear;
	transition: all .9s linear;
}

.bdsharebuttonbox .bds_more:hover {
	background: #416baf;
	-webkit-transition: all .9s linear;
	transition: all .9s linear;
}

.bdsharebuttonbox .bds_weixin {
	/* float: right; */
	display: block;
	width: 30px;
	padding-left: 0;
	line-height: 28px;
	height: 30px;
	background: #d7d7d7;
	/* background-image: url(../images/bds-shaow.jpg);
    background-position: -13px -10px;*/
	margin: 0 20px 10px 0;
	overflow: hidden;
	text-indent: 0;
	text-align: center;
	border-radius: 5px;
	-webkit-transition: all .9s linear;
	transition: all .9s linear;
}

.bdsharebuttonbox .bds_weixin:hover {
	background: #416baf;
	-webkit-transition: all .9s linear;
	transition: all .9s linear;
}

.bdsharebuttonbox .bds_tsina {
	/* float: right; */
	display: block;
	width: 30px;
	padding-left: 0;
	line-height: 28px;
	height: 30px;
	background: #d7d7d7;
	/* background-image: url(../images/bds-shaow.jpg);
    background-position: -13px -50px;*/
	margin: 0 20px 10px 0;
	text-indent: 0;
	text-align: center;
	border-radius: 5px;
	-webkit-transition: all .9s linear;
	transition: all .9s linear;
}

.bdsharebuttonbox .bds_tsina:hover {
	background: #317954;
	-webkit-transition: all .9s linear;
	transition: all .9s linear;
}

.bdsharebuttonbox .bds_qzone {
	float: none;
	display: block;
	width: 30px;
	padding-left: 0;
	line-height: 28px;
	height: 30px;
	background: #d7d7d7;
	/*  background-image: url(../images/bds-shaow.jpg);
    background-position: -13px -90px;*/
	margin: 0 20px 10px 0;
	text-indent: 0;
	text-align: center;
	border-radius: 5px;
	-webkit-transition: all .9s linear;
	transition: all .9s linear;
}

.bdsharebuttonbox .bds_qzone:hover {
	background: #416baf;
	-webkit-transition: all .9s linear;
	transition: all .9s linear;
}

/*老师详情*/

.teacher-content {
	background: #fff;
	padding: 60px 40px 0 75px;
	position: relative;
}

.teacher-left {
	width: 20.8%;
	float: left;
	margin-right: 5%;
}

.teacher-left .teacher-left-img {
	text-align: center;
	height: 364px;
	line-height: 364px;
	margin-bottom: 35px;
	overflow: hidden;
}

.teacher-left .teacher-left-img img{
	width: 100%;
}

.teacher-left-contact {
	border: 1px solid #e6e6e6;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.teacher-left-contact h4 {
	padding: 16px 0 16px 36px;
	margin: 0 0 20px;
	border-bottom: 1px solid #e6e6e6;
}

.teacher-left-contact p {
	padding: 0 10px 0 35px;
	font-size: 16px;
	line-height: 24px;
	color: #333;
	word-wrap: break-word;
}

.teacher-left-contact p span{
    font-size: 14px;
    margin: 7px 0;
   display: block;
}

.teacher-left-contact h4 span {
	display: block;
	font-size: 24px;
	color: #416baf;
	border-left: 2px solid #f4b81e;
	padding-left: 20px;
	height: 30px;
	line-height: 30px;
}

.teacher-right {
	float: left;
	width: 74.2%;
	padding-bottom: 80px;
}

.teacher-right .v_news_content{
  text-indent: 0 !important;
}

.teacher-right .v_news_content h3 {
	font-size: 30px !important;
	color: #416baf;
	/*border-left: 2px solid #f4b81e;
	padding-left: 20px !important;*/
	margin: 18px 0 15px;
}

.teacher-right .v_news_content h3 strong{
   font-size: 22px !important;
   font-weight: normal;
}

.teacher-right .v_news_content h4 {
	font-size: 24px !important;
	color: #416baf;
	border-left: 2px solid #f4b81e;
	padding-left: 20px !important;
	margin: 70px 0 15px;
}

.teacher-right .v_news_content p {
	font-size: 16px !important;
	color: #333;
	margin-bottom: 6px;
	line-height: 1.8;
	padding-left: 3px !important;
       text-indent: 0 !important;
}

/* 列表页 */

.list ul li {
	padding: 0 13px 0 31px;
	position: relative;
       -webkit-transition: 0.3s all;
	transition: 0.3s all;
}

.list ul li::before, .list ul li::after, .list-img ul li::before, .list-img ul li::after, .list-platform ul li::before, .list-platform ul li::after {
	content: '';
	position: absolute;
}

.list-platform{
   margin: 0 0 50px;
}

.list ul li::before {
	left: -27px;
	top: 50%;
	width: 3px;
	height: 80px;
       margin-top: -40px;
	background: #00a2b2;
	z-index: 11;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
}

.list ul li:hover{
    padding: 0 13px 0 41px;
}

.list ul li:hover::before {
	height: 100%;
	top: 0;
	left: -3.5%;
        margin-top: 0;
}

.list ul li::after, .list-img ul li::after, .list-platform ul li::after {
	left: 0;
    top: 0;
    background: #fff;
    height: 100%;
    z-index: 10;
    width: 100%;
    transition: 0.3s all;
}

.list ul li:hover::after, .list-img ul li:hover:after, .list-platform ul li:hover:after {
	width: 107%;
    left: -3.5%;
    background: #436db1;
   box-shadow: 7px 0 20px rgb(0 0 0 / 15%);
}

.list ul li a {
	display: block;
	padding: 40px 0;
	border-bottom: 1px solid #ece4df;
	position: relative;
	z-index: 20;
	text-decoration: none;
}

.list ul li:hover a {
	border-bottom: 1px solid #436db1;
}

.list ul li .time {
	width: 88px;
	float: left;
	margin-right: 40px;
	text-align: center;
	margin-top: 13px;
}

.list ul li .time p {
	font-size: 44px;
	line-height: 58px;
	color: #436db1;
	font-family: "Tahoma";
}

.list ul li:hover .time p {
	color: #fff;
}

.list ul li .time div {
	font-size: 14px;
	color: #9a9a9a;
}

.list ul li .time div span{
       margin: 0 3px;
}

.list ul li:hover .time div {
	color: #fff;
}

.list ul li .cont-info h4 {
	font-size: 24px;
	color: #333;
	margin-bottom: 15px;
	height: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.list ul li:hover .cont-info h4 {
	color: #fff;
}

.list ul li .cont-info p {
	font-size: 16px;
	color: #333;
	line-height: 30px;
	height: 60px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.list ul li:hover .cont-info p {
	color: #fff;
}

/* 图片列表页 */

.list-img ul li::before {
	left: -27px;
	top: 60px;
	width: 3px;
	height: 80px;
	background: #f4b81e;
	z-index: 11;
	-webkit-transition: .3s ease-out;
	transition: .3s ease-out;
}

.list-img ul li:hover::before, .list-platform ul li:hover::before {
	height: 0;
}

.list-img ul li {
	padding: 35px 13px 35px 31px;
	border-bottom: 1px solid #ece4df;
	position: relative;
}

.list-img ul li .list-img-box {
	width: 228px;
	height: 134px;
	overflow: hidden;
	float: left;
	margin-right: 40px;
	position: relative;
	z-index: 15;
}

.list-img ul li .list-img-box 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;
}

.list-img ul li:hover .list-img-box 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);
	-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;
}

.list-img ul li .list-img-text {
	height: 134px;
	position: relative;
	z-index: 15;
}

.list-img ul li .list-img-text h5.media-heading, .list-platform ul li .list-platform-text h5.media-heading {
	font-size: 24px;
	color: #333;
	margin: 0 0 15px;
	padding-top: 12px;
	text-decoration: none;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}

.list-img ul li:hover .list-img-text h5.media-heading, .list-platform ul li:hover .list-platform-text h5.media-heading {
	color: #fff;
}

.list-img ul li .list-img-text .abstract, .list-platform ul li .list-platform-text .abstract {
	font-size: 16px;
	line-height: 30px;
	color: #333;
	height: 60px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-decoration: none;
}

.list-img ul li:hover .list-img-text .abstract, .list-platform ul li:hover .list-platform-text .abstract {
	color: #fff;
}

.list-platform ul li {
	padding: 50px 13px 50px 31px;
	border-bottom: 1px solid #ece4df;
	position: relative;
}

.list-platform ul li::before {
	left: -27px;
	top: 90px;
	width: 3px;
	height: 80px;
	background: #00a2b2;
	z-index: 11;
	-webkit-transition: .3s ease-out;
	transition: .3s ease-out;
}

.list-platform ul li .list-platform-text .more {
	font-size: 16px;
	color: #333;
	margin-top: 20px;
}

.list-platform ul li:hover .list-platform-text .more {
	color: #fff;
}

.list-platform ul li .list-platform-box {
	width: 228px;
	height: 172px;
	overflow: hidden;
	float: left;
	margin-right: 45px;
	position: relative;
	z-index: 15;
}

.list-platform ul li .list-platform-box a img{
	width: 100%;
}

.list-platform ul li .list-platform-text {
	height: 172px;
	position: relative;
	z-index: 15;
}

.list-platform ul li .list-platform-text .list-platform-icon {
	display: none;
	font-size: 18px;
	color: #fff;
	float: left;
	margin-right: 40px;
	margin-top: 10px;
}

.list-platform ul li:hover .list-platform-text .list-platform-icon {
	display: block;
}

.list-platform ul li .list-platform-text .list-platform-icon img {
	margin-right: 7px;
	margin-bottom: 3px;
}


/*校园文化*/

.list-culture ul {
    margin-left: -5.2%;
    overflow: hidden;
}
.list-culture ul li {
    width: 44.8%;
    float: left;
    margin-left: 5.2%;
   margin-bottom: 35px;
}

.list-culture ul li .list-culture-box {
    height: 273px;
    overflow: hidden;
   position: relative;
}

.list-culture ul li .list-culture-box 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;

}

.list-culture ul li:hover .list-culture-box 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);
	-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;
}

.list-culture ul li .list-culture-box h5.media-heading {
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    width: 100%;
    padding: 70px 15px 15px;
    position: absolute;
    left: 0;
    bottom: 0;
background: url(../images/culture-title.png) top center repeat;
 background-size: 100%;
    margin: 0;
overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}



/* 联系我们 */

.leader ul ,.contact ul{
	overflow: hidden;
}

.leader ul li {
	float: left;
	width: 48.5%;
	margin-right: 1.5%;
	margin-bottom: 40px;
}

.leader ul li .leader-img {
	/*width: 196px;
	height: 260px;*/
        width: 176px;
        height: 233px;
	float: left;
	overflow: hidden;
	margin-right: 15px;
}

.leader ul li .leader-img 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;
}

.leader ul li:hover .leader-img 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);
}

.leader ul li .leader-xinxi {
	border-top: 3px solid #436db0;
	margin-left: 211px;
        margin-left: 190px;
	padding-left: 3px;
	position: relative;
	padding-bottom: 12px;
        padding-bottom: 5px;
}

.leader ul li .leader-xinxi h3 {
	font-size: 24px;
	color: #013d88;
	margin-bottom: 12px;
}

.leader ul li .leader-xinxi h3 a{
   color: #013d88;
}

.leader ul li .leader-xinxi h5 {
	font-size: 16px;
	color: #333;
	margin-bottom: 72px;
}

.leader ul li .leader-xinxi p {
	font-size: 14px;
	color: #666;
	line-height: 18px;
	position: absolute;
	left: 3px;
	bottom: 90px;
	width: 70%;
	padding-left: 3px;
	padding-bottom: 8px;
}

.leader ul li .leader-xinxi p::after {
	content: "";
	left: 0;
	bottom: 0px;
	position: absolute;
	background: #436db0;
	width: 58%;
	height: 1px;
}

.leader ul li .leader-xinxi h6 {
	font-size: 14px;
	color: #666;
	line-height: 26px;
	padding-left: 23px;
	margin: 0;
}

.leader ul li .leader-xinxi h6.leader-tel {
	background: url(../images/leader-tel.png) left center no-repeat;
}

.leader ul li .leader-xinxi h6.leader-mail {
	background: url(../images/leader-mail.png) left center no-repeat;
}

.leader ul li .leader-xinxi h6.leader-adress {
	background: url(../images/leader-adress.png) left center no-repeat;
}

.neirong-bj{
   background: #fff;
   
}

.neirong-left {
    width: 69.5%;
    float: left;
}

.neirong-right {
    width: 30.5%;
    float: left;
    
    margin-top: 50px;
   padding-bottom: 100px;
}

.neirong-right h3 {
    margin: 0 50px;
    background: #416baf;
    height: 62px;
    line-height: 62px;
    padding-left: 35px;
    font-size: 18px;
    color: #fff;
}

.neirong-right ul{
     margin: 0 50px;
}

.neirong-right ul li {
    padding: 16px 0;
    border-bottom: 1px solid #eaeaea;
}

.neirong-right ul li a p {
    font-size: 16px;
    color: #333;
    line-height: 24px;
    height: 48px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.neirong-right ul li a .xinxi {
    margin-top: 8px;
}

.neirong-right ul li a .xinxi span {
    font-size: 14px;
    color: #999;
}

.neirong-right ul li a .xinxi .time img {
    margin-bottom: 4px;
}

.neirong-right ul li a .xinxi .time .liulan {
    margin-left: 10px;
}

.neirong-right ul li a .xinxi .liulan img {
    margin-bottom: 5px;
}

.neirong-right ul li a .xinxi .liulan {
    margin-left: 10px;
}


.contact table {
    width: 100%;
    border-top: none !important;
    border-left: 1px solid #e6e6e6 !important;
    border-right: 1px solid #e6e6e6 !important;
    border-bottom: 1px solid #e6e6e6 !important;
}


.contact table tr:nth-child(even){
background:  #f3f6fa;
  
}


.contact table tr.firstRow td {
    border: none !important;
    background: #6ea5dc;
    color: #fff;
    font-size: 18px;
    text-align: center;
    padding: 8px !important;
}

.contact table tr.firstRow td+td {
    background: #446db0;
}


.contact table tr+tr td {
    border: none !important;
    font-size: 16px;
    color: #333;
    padding: 9px 9px 9px 26px !important;
   /* width: 12%;*/
     width: 26%;
}

.contact table tr+tr td+td {
   /* width: 38%;*/
    width: 24%;
}

.contact table tr+tr td+td+td {
    width: 50%;
    text-align: center;
}

.contact table+table  tr+tr td{
   /*  width: 23%;*/
      width: 30%;
}

.contact table+table  tr+tr td+td{
    width: 27%;
     width: 20%;
}

.contact table+table  tr+tr td+td+td{
      width: 50%;
}

/*
.contact table+table+table  tr+tr td{
     width: 30%;
}


.contact table+table+table  tr+tr td+td{
     width: 20%;
}


.contact table+table+table  tr+tr td+td+td{
     width: 50%;
}*/




.contact ul{
	margin-left: -3%;
}

.contact ul li {
	float: left;
	width: 30.33%;
	margin-left: 3%;
	margin-bottom: 40px;
	border: 1px solid #e6e6e6;
}

.contact ul li .contact-img {
    width: 127px;
    height: 168px;
    float: left;
    overflow: hidden;
    margin-right: 18px;
}

.contact ul li .contact-img 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;
}

.contact ul li:hover .contact-img 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);
}

.contact ul li .contact-xinxi {
	margin-left: 145px;
	position: relative;
}

.contact ul li .contact-xinxi h3 {
	font-size: 24px;
	color: #013d88;
	margin-bottom: 12px;
}

.contact ul li .contact-xinxi h5 {
	font-size: 16px;
	color: #333;
	margin-bottom: 10px;

}

.contact ul li .contact-xinxi p {
	font-size: 14px;
	color: #666;
	line-height: 24px;
	padding-right: 30px;
}


/* 机构设置 */

.setup {
	margin-bottom: 30px;
}

.setup h3 {
	font-size: 24px;
	color: #fff;
	background: #3e69ad;
	padding: 10px 0 10px 35px;
	margin-bottom: 30px;
}


.setup ul li {
	overflow: hidden;
	border-bottom: 1px solid #e3e3e3;
	padding: 15px 0;
}

.setup ul li h4 {
	font-size: 22px;
	color: #333;
	padding-left: 40px;
	float: left;
	position: relative;
	width: 37%;
}

.setup ul li h4 a {
	color: #333;
}

.setup ul li h4::before {
	content: "";
	background: #f4b81e;
	width: 20px;
	height: 4px;
	position: absolute;
	left: 0;
	top: 12px;
}

.setup ul li p {
	font-size: 18px;
	color: #333;
	line-height: 48px;
	float: left;
	padding-left: 20px;
	position: relative;
	width: 21%;
}

.setup ul li p a {
	color: #333;
}

.setup ul li p::before {
	content: "";
	background: #f4b81e;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 21px;
}

.setup2 {
	padding-bottom: 30px;
}



.setup2 h3 {
	font-size: 24px;
	color: #3e69ad;
	padding-left: 33px;
	position: relative;
	width: 37%;
	margin-top: 25px;
        font-weight: bold;
}

.setup2 h3::before {
	content: "";
	background: #446fb3;
	width: 9px;
	height: 9px;
	position: absolute;
	left: 11px;
         top: 8px;
}

.setup2 ul{
	/*padding-left: 33px;*/
	overflow: hidden;
}

.setup2 ul li{
	float: left;
	/*margin-right: 35px;*/
       width: 33%;
}

.setup2 ul+h3+ul li{
   width: 25%;
}

.setup2 ul li+li+li+li+li{
   margin-bottom: 149px;
}

.setup2 ul li+li+li+li+li+li+li{
   margin-bottom: 0px;
}



.setup2 ul+h3+ul+h3+ul+h3+ul li+li{
   width: 75%;
}


.setup2 .list-pad li+li+li+li+li {
    margin-bottom: 0;
}


.setup2 ul li h4 {
	font-size: 18px;
	color: #333;
	/*padding: 10px 40px 10px 20px;
	position: relative;
	border: 1px solid #d1d1d1;
	border-radius: 5px;
	margin-bottom: 0;*/
        padding: 16px 40px 16px 15px;
        background: #f9f9f9;
}

.setup2 ul li h4 a{
	color: #333;
}

.setup2 ul li p{
	font-size: 18px;
	color: #333;
	line-height: 18px;
	margin-left: 8px;
	position: relative;
	/*padding-left: 30px;*/
        padding-left: 42px;
	padding-top: 15px;
	padding-bottom: 15px;
	min-width: 228px;
}

.setup2 ul li p a{
	color: #333;
}

.setup2 ul li p::before ,.setup2 ul li p::after{
	content: "";
	position: absolute;

}

.setup2 ul li p::before {
    /* width: 1px; */
    /* height: 100%; */
    /* background: #d1d1d1; */
    /* left: 0; */
    /* top: 0; */
}

.setup2 ul li p::after {
    width: 8px;
    height: 8px;
    background: #446fb3;
    border-radius: 50%;
    left: 16px;
    top: 20px;
}

.setup2 ul li p:last-child{
	padding-bottom: 0px;
	margin-bottom: 20px;
}

.setup2 ul li p:last-child::before{
	height: 25px;
}

/* 简介 */

.about {
	font-size: 18px;
	line-height: 36px;
	padding: 20px;
}

/* 学术信息 */

.learning ul {
	margin-left: -4%;
	overflow: hidden;
}

.learning ul li {
	width: 46%;
	float: left;
	margin-left: 4%;
	margin-bottom: 28px;
	background: url(../images/learning-list-bk.png) center no-repeat;
	background-size: 100% 100%;
	padding: 42px 25px 0 50px;
	position: relative;
        height: 235px;
        border-radius: 5px;
}

.learning ul li:hover {
	background: url(../images/learning-list-hov.png) center no-repeat;
}

.learning ul li .time {
	width: 68px;
	float: left;
	margin-right: 28px;
	text-align: center;
	margin-bottom: 70px;
}

.learning ul li .time p {
	font-size: 58px;
	line-height: 58px;
	color: #416baf;
	font-family: "Tahoma";
	margin-bottom: 5px;
}

.learning ul li:hover .time p {
	color: #fff;
}

.learning ul li .time div {
	font-size: 14px;
	color: #acaba9;
}

.learning ul li:hover .time div {
	color: #fff;
}

.learning ul li .cont-info h4 {
	font-size: 22px;
	color: #333;
	height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.learning ul li:hover .cont-info h4 {
	color: #fff;
}

.learning ul li .cont-info p {
	font-size: 16px;
	color: #666;
	line-height: 36px;
}

.learning ul li:hover .cont-info p {
	color: #fff;
}

.learning ul li .cont-info p img {
	margin-bottom: 3px;
	margin-right: 5px;
}

.learning ul li .cont-info p .icon-hover {
	display: none;
}

.learning ul li:hover .cont-info p .icon {
	display: none;
}

.learning ul li:hover .cont-info p .icon-hover {
	display: inline-block;
}

.learning ul li .cont-info-share {
	width: 64px;
	height: 64px;
	position: absolute;
	right: 0;
	bottom: -0.5px;
}

/* 师资队伍 */

.teacheing table {
	width: 100%!important;
}

.teacheing table tr {
       /*  border-bottom: 1px solid #e3e3e3;*/
	
       
	position: relative;
            display: block;
}

.teacheing table tr.firstRow{
  /* border-top: 1px solid #e3e3e3;*/
}

.teacheing table tr::before{
       display: table;
}


.teacheing table tr::after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.teacheing table tr:hover{
 border-top: none;
    border-bottom: none;
}

.teacheing table tr:hover::before {
	/*content: "";
	position: absolute;
	width: 120%;
	height: 100%;
	left: -10%;
	background: #e8ebf0;*/
}

.teacheing table tr td {
       width: 38%;
	width: 100%;
	float: left;
	/*padding: 10px 0;*/
/*padding: 5px 0;*/
      
}

.teacheing table tr td+td {
	width: 62%;
        width: 100%;
}

.teacheing table tr td h3 {
	/*font-size: 22px;*/
        font-size: 20px;
	/*line-height: 48px;*/
        line-height: 51px;
	/*color: #333;*/
        color: #416bae;
	/*padding-left: 33px;*/
        padding-left: 50px;
	position: relative;
	margin: 9px 0 10px ;
 background: #f2f5fa;
}

.teacheing table tr:hover td h3 {
	/*color: #456eb1;*/
	/*font-size: 30px;*/
}

.teacheing table tr td h3::after {
    content: "";
    position: absolute;
    left: 25px;
    top: 41%;
    width: 14px;
    height: 13px;
    /* background: #f4b81e; */
    background: url(../images/teacheing-bigicon.png) center no-repeat;
}

.teacheing table tr td ul {
	position: relative;
}

.teacheing table tr td ul li {
	overflow: hidden;
	/*margin: 18px 0;*/
           padding-left: 20px;
}

.teacheing table tr td ul li h4 {
	font-size: 18px;
	color: #333;
	position: relative;
	/*padding-left: 15px;*/
        padding-left: 30px;
	/*float: left;
	width: 210px;*/
        width: 100%;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 12px;
}

/*.teacheing table tr:hover td ul li h4{
      font-weight: bold;
}*/
.teacheing table tr td ul li h4::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 17%;
    width: 14px;
    height: 15px;
    /* background: #f4b81e; */
    /* border-radius: 50%; */
  background: url(../images/teacheing-smallicon.png) center no-repeat;
}

.teacheing table tr td ul li p {
    float: left;
    font-size: 16px;
    color: #333;
    /*padding-right: 46px;*/
    padding-right: 16px;
    padding-left: 16px;
    margin-right: 40px;
    cursor: pointer;
   /* background: url(../images/teacher-link.png) 85% center no-repeat;*/
    margin-top: 12px;
    margin-bottom: 12px;
    margin-left: 20px;
padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 20px;
  text-align: justify;
    overflow: hidden;
    width: 80px;
    height: 38px;
}

.teacheing table tr td ul li p::after{
      content:'';
      display:inline-block;
      width:100%;
}

.teacheing table tr td ul li p a{
     color: #333;
}

.teacheing table tr td ul li p:hover {
	/*color: #3b67aa;
	background: url(../images/teacher-link-hov.png) right center no-repeat;*/
         color: #fff;
       background-color: #3c67ab;
  /*  background-image: url(../images/teacher-link-ba.png);
    background-position: 85% center;
    background-repeat: no-repeat;*/
}


.teacheing table tr td ul li p:hover a{
   color: #fff;
}

/* 下载中心 */

.download ul li {
	border: 1px solid #d7d6d6;
	margin-bottom: 20px;
}

.download ul li a {
	display: block;
	padding: 0 32px;
	overflow: hidden;
	background: url(../images/download.jpg) 98% center no-repeat;
}

.download ul li p {
	font-size: 18px;
	color: #333;
	line-height: 58px;
	width: 70%;
	float: left;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.download ul li:hover p {
	color: #456eb1;
}

.download ul li span {
	display: block;
	width: 30%;
	float: left;
	line-height: 58px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 封面页 */

.cover-content {
	background: #edf0f5;
	padding-bottom: 50px;
	position: relative;
}

.cover-content .container {
	width: 1200px;
	position: relative;
}

.banner {
	position: relative;
	overflow: hidden;
}



.cover-content .banner-nav {
	width: 50%;
	position: absolute;
	left: 0;
	top: -55px;
}

.banner-navigation {
	position: absolute;
	left: 0;
	top: -30px;
}

.banner-navigation ul li {
	float: left;
	font-size: 24px;
	color: #f2f3f5;
	margin-right: 80px;
}
.banner-navigation ul li a{
  color: #f2f3f5;
}

.cover-left {
	padding-right: 10%;
}

.cover-xinxi {
	margin-top: 40px;
}

.cover-xinxi h3 {
	font-size: 36px;
	color: #456eb1;
	overflow: hidden;
}

.cover-xinxi h3 strong {
	float: left;
	padding-bottom: 10px;
	border-bottom: 2px solid #9cb3d0;
}

.cover-info h4 {
	font-size: 24px;
	margin: 30px 0 15px;
}

.cover-info p {
	font-size: 16px;
	color: #333;
	line-height: 36px;
}

.cover-liaxi {
	margin-top: 40px;
	margin-bottom: 30px;
}

.cover-liaxi h4 {
	font-size: 30px;
	color: #013d88;
	border-left: 9px solid #9cb3d0;
	padding-left: 15px;
	margin-bottom: 30px;
}

.cover-liaxi p {
	font-size: 16px;
	color: #333;
	line-height: 24px;
	padding-left: 5px;
}

.cover-down h4 {
	font-size: 24px;
	color: #013d88;
	margin-bottom: 15px;
}

.cover-down ul li p {
	font-size: 16px;
	color: #333;
	line-height: 24px;
}

.cover-down ul li a {
	display: block;
	font-size: 16px;
	color: #333;
	margin-top: 15px;
	background: url(../images/cover-down-arrow.png) 75px center no-repeat;
}

/*分页栏*/

.pagebar {
	/* background: #fff; */
	margin: 40px auto;
}

.p_first_d, .p_last_d {
	font-size: 14px;
	color: #808080;
	padding: 5px 11px;
	border: 1px solid #e8e8e8;
	margin: 12px 4px;
	display: inline-table;
}

.p_first, .p_last {
	font-size: 14px;
	color: #808080;
	padding: 5px 11px;
	border: 1px solid #e8e8e8;
	margin: 12px 4px;
	display: inline-table;
}

.p_prev_d, .p_prev {
	font-size: 14px;
	color: #808080;
	padding: 5px 11px;
	border: 1px solid #e8e8e8;
	margin: 12px 4px;
	display: inline-table;
}

.p_no {
	padding: 5px 11px;
	border: 1px solid #e8e8e8;
	margin: 0px 4px;
	color: #595c5b;
}

.p_no_d {
	background: #456eb1;
	color: #fff;
	padding: 5px 11px;
	border: 1px solid #e8e8e8;
	margin: 0px 4px;
	display: inline-table;
}

.p_next, .p_next_d {
	font-size: 14px;
	color: #808080;
	padding: 5px 11px;
	margin: 12px 0 12px 4px;
	border: 1px solid #e8e8e8;
	display: inline-table;
}

.award table {
	border: none;
	width: 100%;
	border-top: 2px solid #416baf;
}

.award table tr {
	background: #edf3fc;
	border-bottom: 1px dashed #b6b6b6;
}

.award table tr+tr {
	background: none;
}

.award table tr td {
	border: none !important;
	padding: 15px !important;
}

.award table tr td p {
	font-size: 16px !important;
	color: #333 !important;
	font-weight: bold;
	font-family: "微软雅黑" !important;
}

.award table tr td p span {
	font-size: 16px !important;
	color: #333 !important;
	font-weight: bold;
	font-family: "微软雅黑" !important;
}

.award table tr+tr td p {
	font-weight: normal;
}

.award table tr+tr td p span {
	font-weight: normal;
}


/*尾部*/

.footer {
	background: url(../images/footer.jpg) center 100% no-repeat;
	padding: 70px 0  50px;
        background-size: 100%;
        position: relative;
       /* z-index: 99;*/
}

.footer-logo {
	margin-top: 18px;
	width: 40%;
	float: left;
}

.footer-xinxi {
	width: 29%;
	float: left;
}

.footer-xinxi p {
	font-size: 16px;
	color: #fff;
	line-height: 30px;
}

.footer-xinxi h3 {
	font-size: 18px;
	color: #fff;
	line-height: 24px;
	margin: 0 0 13px;
}

.footer-link {
	width: 31%;
	float: left;
}

.footer-link select {
	width: 48%;
	background: none;
	border: 1px solid #fff;
	padding: 6px 10px;
	font-size: 14px;
	color: #fff;
	margin-left: 2%;
	background: url(../images/select-icon.png) 95% center no-repeat;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	margin-bottom: 14px;
}

.footer-link select::-ms-expand {
	display: none;
}

.footer-link select:first-child {
	margin-left: 0;
}

.footer-link select option {
	background: #4562a1;
}

.footer-link-img .shiye {
	float: left;
	margin-right: 10px;
}

.footer-link-img a {
	/*height: 38px;
	width: 38px;
	display: block;
	float: left;
	text-align: center;
	line-height: 38px;
	border-radius: 50%;
	margin-left: 15px;
	position: relative;
	margin-top: 8px;
*/
color:#fff;

}

.wechatbox {
    /* z-index: 10; */
    /* position: absolute; */
    /* top: -33px; */
    /* right: -30px; */
width: 100%;
    height: 120px;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    /* opacity: 0; */
 
    padding: 1px;
    /* -webkit-transform: translateY(-100%); */
    /* transform: translateY(-100%); */
    -webkit-transition: all .3s;
    transition: all .3s;
}

.botewm { float:left; width:120px;  margin-right:20px; 
}



.wechatbox img {
	width: 100%;
	margin-bottom: 0;
}


.wechatbox p {
    text-align: center;
    color: #fff;
    margin: 4px 0;
}

.footer-link-img a .wechatbox img {
	width: 100%;
	margin-bottom: 0;
}

.footer-link-img a:hover .wechatbox {
	top: 60px;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.copy {
	text-align: center;
	padding: 20px 0;
background: #fff;
       position: relative;
  /*  z-index: 99;*/
}

.copy p {
	font-size: 14px;
	line-height: 24px;
	color: #333;
}