*{
	margin: 0;padding: 0;
	box-sizing: border-box;
}
.clearfix:after{/*伪元素是行内元素 正常浏览器清除浮动方法*/
    content: "";
    display: block;
    height: 0;
    clear:both;
    visibility: hidden;
}
.clearfix{
    *zoom: 1;/*ie6清除浮动的方式 *号只有IE6-IE7执行，其他浏览器不执行*/
}
.header{
	width: 100%;height: auto;position: relative;
	box-shadow: 1px 7px 20px rgba(0, 0, 0, .15);
}
.top-nav{
	background-color: #1a265c;height: 37px;
}
.container{width: 1200px;margin: auto;}
.top-left,.top-right{width: 50%;height: 100%;text-align: right;}
ul.list-inline-top li{float: left;padding-right: 10px;}
ul.list-inline-top li a{color: #929ed4;display: block;}
ul.list-inline-top li a i{line-height: 37px;display: block;float: left;margin-right: 5px;width: 30px;height: 37px;}
ul.list-inline-top li a span{font-size: 12px;line-height: 37px;display: block;float: left;}
ul.list-inline-top li a i.icon_1{background: url(../img/mail-icon.png) no-repeat center;}
ul.list-inline-top li a i.icon_2{background: url(../img/phone-icon.png) no-repeat center;}
ul.list-inline-top li a i.icon_3{background: url(../img/map-icon1.png) no-repeat center;}
ul.list-inline li{line-height: 37px;float: right;}
ul.list-inline li a{font-size: 12px;color: #929ed4;}
.top-nav a:hover{color: #fff;}
.header-middle{background: #fff;}
.logo{position: absolute;display: inline-block;width: 240px;z-index: 10;}
.header .logo{top: 18px;left: 0;right: 0;margin: auto;}
.menu {padding: 26px 0 54px 0px;}
.menu .nav{margin-bottom: 1em;float: left;}
ul.nav li{width: 160px;position: relative;text-align: center;
    text-overflow: ellipsis;
    margin: 0px;
    padding: 0px;
    float: left;}
ul.nav>li>a{color: #1a265c;font-size: 16px;
    border-bottom: 2px solid #fff;
    text-overflow: ellipsis;
    max-width: 200px;
    overflow: hidden;
    white-space: nowrap;padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    display: inherit !important;}

ul.nav>li:nth-child(3) {
    margin-right: 240px;
}
ul.nav>li>ul.sub-menu{
	box-shadow: 2px 2px 6px rgba(0, 0, 0, .2);
	position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 99;
}
ul.nav>li>ul.sub-menu li {
    padding: 5px 6px;font-size: 14px;
    min-width: 160px;
	background: #fff;
    white-space: nowrap;
    *: ;
    white-space: normal;
    -webkit-transition: background .2s;
    transition: background .2s;
}
ul.nav>li>ul.sub-menu a {
    border-left: 1px solid #fff;
    border-top: 1px solid #dfeeff;
    border-top: 1px solid rgba(255, 255, 255, .5);
    padding: .25em 0;
    text-decoration: none;
    zoom: 1;display: block;
}
ul.nav>li>ul.nav li a:hover{color: #9acd32 !important;}
.area-mobile-content{display: none;}
ul.nav li a:hover{color: #9acd32;}
/* banner */
.slider-hero{width: 100%;height: auto;position: relative;}
.slider-hero .hd{
    position: absolute;z-index:100;
    left: 0;
    bottom: 50px;
    right: 0;
    margin: 0 auto;
    width: auto;
    text-align: center;
}
.slider-hero .hd li{
    background-color: #cfd0d1;
    vertical-align: middle;
    display: inline-block;
    width: 13px;margin-left: 10px;
    height: 13px;
    -moz-border-radius: 50%;overflow: hidden;
    -webkit-border-radius: 50%;
    border-radius: 50%;color:#cfd0d1;
	position: relative;
}
.slider-hero .hd li.on{
    border: 4px solid #99918a;
    width: 20px;
    height: 20px;
    vertical-align: middle;
}
.slider-hero .bd li img{
width:100%;display:block;object-fit: cover;
}
.slider-hero .bd li p{width: 1500px;height: 185px;position: relative;z-index: 99;position: absolute;top: 40%;padding-left: 3%;display: table;padding-right:120px;
background: rgba(97,11,74,.3);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C610b4a,endColorstr=#4C610b4a);
	clip-path: polygon(0% 0%, 90% 0%, 100% 100%, 0% 100%);
}
.slider-hero .bd li p span{display: table-cell;vertical-align: middle;font-size: 30px;color: #fff;}
/* news */
.news{
	width: 100%;padding: 40px 0 60px;background: #f9f6ef;
}
h2.title{
	width: 100%;text-align: center;font-size: 30px;color: #1a265c;font-weight: bold;
}
.new_d{width: 100%;margin-top: 40px;}
.new_dl,.new_dr{
	width: 585px;
}
.new_pic{width: 100%;height: 294px;position: relative;
-webkit-box-shadow: 0 3px 5px rgba(0,0,0,.2);
    -moz-box-shadow: 0 3px 5px rgba(0,0,0,.2);
    -ms-box-shadow: 0 3px 5px rgba(0,0,0,.2);
    box-shadow: 0 3px 5px rgba(0,0,0,.2);
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.new_pic:hover{
	-webkit-box-shadow: 0 15px 30px rgba(0,0,0,.1);
    -moz-box-shadow: 0 15px 30px rgba(0,0,0,.1);
    -ms-box-shadow: 0 15px 30px rgba(0,0,0,.1);
    box-shadow: 0 15px 30px rgba(0,0,0,.1);
}
.new_pic img{width: 100%;height: 100%;object-fit: cover;}
.new_pic p{position: absolute;bottom: 0;left: 0;height: 90px;width: 100%;display: table;
background: url(../img/new_bg.png) no-repeat;background-size: cover;
}
.new_pic p span{display: table-cell;vertical-align: middle;padding: 0 15px;box-sizing: border-box;font-size: 18px;color: #fff;}
.new_dl ul,.new_dr ul{width: 100%;margin-top: 35px;}
.new_dl ul li,.new_dr ul li{
	width: 277px;height: auto;float: left;margin-right: 31px;background: #fff;
	-webkit-box-shadow: 0 3px 5px rgba(0,0,0,.2);
	    -moz-box-shadow: 0 3px 5px rgba(0,0,0,.2);
	    -ms-box-shadow: 0 3px 5px rgba(0,0,0,.2);
	    box-shadow: 0 3px 5px rgba(0,0,0,.2);
	    -webkit-transition: all .3s ease-in-out 0s;
	    -moz-transition: all .3s ease-in-out 0s;
	    transition: all .3s ease-in-out 0s;
}
.new_dl ul li.mr,.new_dr ul li.mr{margin-right: 0;}
.new_dl ul li img,.new_dr ul li img{display: block;width: 100%;height: 148px;object-fit: cover;}
.new_dl ul li p,.new_dr ul li p{width: 100%;height: 142px;display: table;padding: 0 15px;box-sizing: border-box;}
.new_dl ul li p a,.new_dr ul li p a{display: table-cell;vertical-align: middle;font-size: 18px;color: #333;}
.new_dl ul li:hover,.new_dr ul li:hover{
	-webkit-box-shadow: 0 15px 30px rgba(0,0,0,.1);
	-moz-box-shadow: 0 15px 30px rgba(0,0,0,.1);
	-ms-box-shadow: 0 15px 30px rgba(0,0,0,.1);
	box-shadow: 0 15px 30px rgba(0,0,0,.1);
}
.new_dl ul li:hover a,.new_dr ul li:hover a{color: #9acd32;}
.new_dr ul{margin-top: 0;}
.new_dr>.new_pic{margin-top: 35px;}
.container a.more{display: table;margin: auto;padding: 0 50px;background: #1a265c;color: #fff;font-size: 18px;line-height: 55px;margin-top: 40px;}
/* research */
.research{width: 100%;padding: 40px 0 60px;background: #e2e6ed;}
.research_d{margin-top: 40px;width: 100%;}
.research_d ul li{
	float: left;width: 386px;margin-right: 20px;padding-bottom: 20px;height: 507px;
}
.research_d ul li.res_1{background: #4f5961;}
.research_d ul li.res_1 img,.research_d ul li.res_2 img{width: 100%;height: 210px;object-fit: cover;}
.res_d{width: 100%;padding: 0 15px;}
.res_d p{display: table;width: 100%;height: 126px;}
.res_d p a{font-size: 16px;color: #fff;display: block;width: 100%;border-bottom: 1px solid #fff;display: table-cell;vertical-align: middle;}
.res_d h2{height: 126px;padding-top: 28px;}
.res_d h2 a{font-size: 18px;color: #fff;display: block;width: 100%;display: table-cell;vertical-align: middle;font-weight: bold;}
.research_d ul li.res_2{background: #fff;}
.research_d ul li.res_2 .res_d a{color: #1a265c;}
.research_d ul li.res_2 .res_d p a{border-bottom: 1px solid #1a265c;}
.research_d ul li.res_3{background: #2d3f8d;margin-right: 0;padding: 0 15px;}
.research_d ul li.res_3 ol{padding-top: 25px;}
.research_d ul li.res_3 ol p a{font-size: 18px;color: #fff;line-height: 30px;font-weight: bold;}
.research_d ul li.res_3 ol a.lm{font-size: 18px;color: #fff;margin-top: 20px;display: block;}
.research_d ul li.res_3 ol a.lm i{margin-right: 10px;}
/* students */
.students{width: 100%;background: #fff;padding: 40px 0 60px;}
.students_d{width: 100%;margin-top: 40px;}
.stu_t{width: 100%;height: 506px;position: relative;}
.stu_t img{width: 100%;height: 100%;object-fit: cover;}
.stu_t p{width: 100%;height: 90px;display: table;position: absolute;bottom: 0;background: url(../img/new_bg.png) no-repeat;background-size: cover;padding: 0 15px;}
.stu_t p span{font-size: 18px;color: #fff;display: table-cell;vertical-align: middle;}
ul.stu_d{margin-top: 35px;width: 100%;}
ul.stu_d li{
	width: 583px;float: left;margin-right: 32px;
}
ul.stu_d li i{display: block;width: 27px;height: 8px;background: #1a265c;}
ul.stu_d li a{font-size: 18px;color: #333;display: block;padding: 20px 0 15px;}
ul.stu_d li p{font-size: 16px;color: #999;}
ul.stu_d li:hover a{color: #9acd32;}
ul.stu_d li.mr{margin-right: 0;}
/* video */
.video{width: 100%;height: 565px;position: relative;}
.video img{width: 100%;height: 100%;object-fit: cover;}
.video p{width: 109px;height: 109px;background: url(../img/open.png) no-repeat;background-size: cover;position: absolute;top: 35%;left:50%;margin-left: -54.5px;}
.video h2{font-size: 30px;color: #fff;text-align: center;position: absolute;top: calc(35% + 129px);width: 100%;}
/* 版权 */
.footer{width: 100%;padding: 55px 0 0;background: #1a265c;}
.footer-middle {
    padding-bottom: 30px;
}
.foot{float: left;}
.foot_1{width: 33.33%;padding: 0 15px;}
.foot_2{width: 41.66%;padding: 0 15px;}
.foot_3{width: 25%;padding: 0 15px;}
.contact-phone-email span{display: block;}
.logo-footer {
    display: block;
    margin-bottom: 10px;
}
.contact-phone-email{clear: both;margin-top: 40px;}
.contact-phone-email span{color: #fff;line-height: 30px;margin-bottom: 10px;}
.contact-phone-email span i{font-size: 18px;width: 25px;text-align: center;margin-right: 10px;}
.contact-phone-email span a{font-size: 14px;color: #fff;}
.links-footer h6 {
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #fff;font-weight: bold;
    font-size: 16px;
}
.links-footer ul li {
    line-height: 2;
    margin-right: 10px;
    display: block;
    margin-bottom: 5px;
}
.links-footer ul li a {
    font-size: 14px;color: #fff;
}
.foot_3 img{float: right;width: 180px;}
.footer-bottom{border-top: 1px solid #fff;width: 100%;padding: 30px 0;}
.footer-bottom p {
    color: #fff;font-size: 14px;text-align: center;
    margin-bottom: 0;line-height: 2;
}
.foot a:hover,.container a.more:hover{color: #929ed4;}
/* 图片列表 */
.banner-center{
	padding: 126px 0 155px 0px;
	background: url();
    background-size: cover;
    background-position: center;
    position: relative;
	text-align: center;
}
.banner-center img{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover;
}
h1.heading-bold{
	color: #fff;
    letter-spacing: 1px;
    font-size: 36px;
	line-height: 1.1538;
    margin-top: 1.8462em;
    margin-bottom: .9231em;
}
.event-list-content{
	margin: 20px 0 55px 0;
}
.event-list-item {
    border-bottom: 1px solid #e9e9e9;
    padding: 45px 0 35px 0px;
    width: 100%;
    display: block;
    float: left;
}
.event-list-item .date-item {
    float: left;
    padding: 0;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1.3;
    width: 15%;
    height: 200px;
    overflow: hidden;
}
.event-list-item .date-item img{
	display: block;
    object-fit: cover;width: 100%;height: 100%;
}
.event-list-item .date-desc-wrapper {
    float: left;
    padding-left: 2%;
    width: 85%;
}
.event-list-item .date-desc-wrapper .date-title {
    display: block;
    margin-bottom: 20px;
}
.date-title h4 {
    color: #2d2d2d;
    font-size: 21px;
    margin: 0;
}
.event-list-item .date-desc-wrapper .date-excerpt p {
    line-height: 2;
    font-size: 14px;
    margin-bottom: 0;
    word-break: break-all;
}
.fbtime {
    font-size: 14px;
    float: left;
    margin-top: 20px;
    padding-left: 2%;
    color: #CCC;
}
.event-list-item .date-links {
    width: 15%;
    float: right;
}
.event-list-item .date-links a{
    margin-top: 9px;
    padding: 12px;border-color: #9acd32 !important;
	font-size: 14px;
    float: right;
    display: block;
    width: 100%;
    margin-bottom: 15px;
	border-width: 2px;
    border-style: solid;
    color: #484848;
}
.date-title h4 a:hover{color: #9acd32;}
.event-list-item .date-links a:hover{background-color: #9acd32;color: #fff;}
.text-center {
    text-align: center;
}
.page{
	margin-bottom: 50px;
}
/* 内容页 */
.event-detail{margin-bottom: 40px;}
.event-detail-title h1.heading-bold {
    font-size: 35px;color: #484848;font-weight: 500;
    line-height: 1.5;
}
.dates p{color: #CCC;font-size: 16px;}
.desc {width: 100%;padding-bottom:40px;}
.desc p{
	font-size: 16px;
    color: #2d2d2d;
    line-height: 200%;
    margin: 15px 0px;
}
.desc img{max-width:100%;}
.nav-previou{padding: 30px 0;border-top: 1px solid #f1f1f1;}
.nav-previou a{display: block;font-size: 16px;color: #333;line-height: 30px;}
.nav-previou a:hover{color: #9acd32;}
/* 列表 */
.blog-content {
    padding: 55px 0;
}
.top-section {
    float: left;
    width: 240px;
}
.top-section h4{
	margin: 0px;
    line-height: 45px;
    background: #444;
    font-size: 16px;
    color: #FFF;
    text-indent: 1rem;
}
.um-clear {
    clear: both;
}
.mem-left {
    padding: 8px 0px;
    float: left;
    width: 100%;background: #fff;
}
.mem-left li {
    float: left;
    text-align: left;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-indent: 24px;
    background: url(../img/transparent_bg.png) no-repeat 12px 17px;
    border-bottom: #f2f2f2 solid 1px;
}
.mem-left li a {
    font-size: 14px;
}
.mem-left li .hover {
    color: #9acd32;
}
.mem-left li a:hover{color: #9acd32;}
.post-content-body {
    line-height: 2;
}
.post-content-body{width: 930px;float: right;}
.post-content-body h3{margin-bottom: 1.3333em;margin-top: 2.6667em;line-height: 1.3333;}
.post-content-body h3 a{font-size: 18px;
    line-height: 1.3333;}
.post-content-body h3 span{float: right;
    font-weight: normal;color: #484848;
    font-size: 16px;}
.post-content-body p{margin-bottom: 30px;
    line-height: 1.6;
    font-size: 16px;
    color: #999;}
.post-content-body h3 a:hover{color: #9acd32;}
.ejdh,.navSub1{display: none;}
.ejdh {
    height: 50px;
    background: #f3f1f2;
    line-height: 50px;
    padding: 0 15px;
    position: relative;
    border-bottom: 1px solid #ccc;
    margin-top: -3px;
}
.navSub1 {
    display: none;
    height: auto;
    overflow: hidden;
}
.navSub12 {
    position: relative;
}
.navSub12 ul li {
    width: 100%;
    padding-left: 15px;
    float: left;
    border-bottom: 1px solid #ccc;
    line-height: 40px;
    height: 40px;
    font-size: 16px;
}
.navSub12 ul li a {
    color: #333;
}
/*师资*/
.sz_c{margin-top:30px;margin-bottom:30px;}
.um-profile-photo{width: 260px;float: left;height:auto;
    margin: 0px;
    margin-top: 25px;}
.um-profile-photo img{display: block;
    overflow: hidden;width:100%;height:100%;object-fit: cover;
    border-radius: 0;
    margin: 0!important;}
.um-profile-meta{float: right;
    margin-top: 25px;}
.grjj {
    width: 900px;
}
.jbxx li {
    border-bottom: #f0f0f1 solid 2px;
    float: left;
    width: 50%;
    height: 50px;
    line-height: 50px;
    text-align: left;
    font-size: 15px;
}
.jbxx li span {
    width: auto;
    display: inline-block;
    text-align: left;
    margin-right: 5px;
}
.sz_d{margin-bottom:25px;}
/*师资列表*/
.galery-title h4{font-size: 20px;margin-top: 3.2em;line-height: 1.2;font-weight: 500;
    color: #484848;
    margin-bottom: 1.6em;}
.galery-item{float:left; padding:15px 0px; border-bottom:2px solid #e5e5e5; width:100%;}
.galery-item img{width:160px;float:left;}
.leader-content{float:right;line-height: 2;width:1000px;color:#757575;
    text-align: justify;}
.leader-content p.real{line-height: 1.9;
    margin-bottom: 30px;font-size:14px;
    padding-right: 15px;
    text-align: justify;
    margin-top: 5px;}
.leader-content p.realnamepc{font-size:20px;}
.pic_list li {
    float: left;
    width: 217px;
    margin-right: 20px;
    margin-bottom: 20px;
}
.pic_list li img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}
.pic_list li p {
    width: 100%;margin-bottom: 0px;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
}

.pic_list li.pic_mr{margin-right:0;}
.pic_list2{display:none;}