img{
	max-width: 100%;
}
.top_head{
	height: 40px;
	line-height: 40px;
	color: #fff;
	background: #044987;
	font-size: 14px;
}
.top_head a{
	color: #fff;
}
.top_head .date a{
	margin-left: 10px;
}
.top_head .mail a{
	margin-left: 10px;
}

.head{
	height: 125px;
	padding-top: 25px;
}
.head_group p{
	font-size: 14px;
	color: #737373;
	text-align: right;
}
.head_group p span{
	color: #C70000;
	font-weight: bold;
	font-size: 20px;
}
.head_group .search{
  width: 220px;
  height: 37px;
  margin-top: 11px;
  border:1px solid #E5E5E5;
  border-radius: 40px;
}
.head_group .search input{
  width: 183px;
  height: 36px;
  border:none;
  background: none;
  text-indent: 15px;
  color: #ccc;
  font-size: 13px;
  line-height: 35px;
  float: left;
}
.head_group .search button{
  width: 30px;
  height: 30px;
  background: #044987;
  margin:2px 3px 0 0 ;
  cursor: pointer;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  float: right;
  border:none;
}
.head_nav{
	height: 60px;
	line-height: 60px;
	background: #EBF4F9;
}
.head_nav ul li{
	width: calc(100% / 11);
	text-align: center;
	position: relative;
	transition: all .5s ease;
}
.head_nav ul li a{
	transition: all .5s ease;
}
.head_nav ul li i{
	margin-left: 6px;
	transition: all .5s ease;
	font-size: 14px;
}
.head_nav ul li:hover{
	background: #044988;
	color: #fff;
}
.head_nav ul li:hover>a{
	color: #fff;
}
.head_nav ul li ul{
	position: absolute;
	width: 100%;
	background: #EBF3F9;
	left: 0px;
	top: 60px;
	z-index: 9;
	transition: all .5s ease;
	visibility: hidden;
	opacity: 0;
}
.head_nav ul li ul li{
	height: 50px;
	line-height: 50px;
	font-size: 15px;
	text-align: center;
	border-bottom: 1px solid #ccc;
	width: 100%;
}
.head_nav ul li ul li a{
	color: #044988;
	font-size: 15px;
}
.head_nav ul li ul li:last-child{
	border-bottom: none;
}
.swiper-container{
	position: relative;
	overflow: hidden;
}
.head_nav ul li ul li:hover{
	font-weight: bold;
	background: #EBF3F9;
}
.head_nav ul li ul li:hover a{
	color: #C70000;
}
.head_nav ul li:hover ul{
	visibility: visible;
	opacity: 1;
}

.glo_title{
	width: 100%;
	margin-bottom: 25px;
	position: relative;
}
.glo_title:before{
	content: '';
	display: block;
	width: 46px;
	border-bottom: 2px solid #000;
	position: absolute;
	left: 0px;
	bottom: -5px;
}
.glo_title.w:before{
	border-bottom: 2px solid #fff;
}
.glo_title h3{
	font-size: 24px;
	font-weight: bold;
	width: 100%;
	display: block;
}
.glo_title.w h3{
	color: #fff;
}
.glo_title h3 b{
	color: #044987;
}
.glo_title.w h3 b{
	color: #fff;
}
.glo_title h3 span{
	font-size: 18px;
	color: #ccc;
}
.glo_title.w h3 span{
	color: #fff;
}
.glo_title h3 a{
	font-size: 14px;
	font-weight: normal;
	float: right;
	color: #044987;
	margin-top: 13px;
	transition: all .5s ease;
}
.glo_title h3 a:hover{
	color: #C70000;
}

body .swiper-button-next,
body .swiper-button-prev{
  width: 40px;
  height: 40px;
  background: #00448C;
  border-radius: 50%;
}
body .swiper-button-next:hover,
body .swiper-button-prev:hover{
  background: #da0000;
}
body .swiper-button-next::after,
body .swiper-button-prev::after{
  font-size: 14px;
  color: #fff;
}

/*新闻*/
.news_index{
	padding: 30px 0 40px;
	background: url(../images/bglogo.jpg) no-repeat center;
	background-size: cover;
}
.news_index .s_news{
	width: 800px;
	padding-top: 25px;
}
.news_index .s_news .f_news h3 a{
	font-size: 18px;
	color: #044987;
	font-weight: bold;
}
.news_index .s_news .f_news h3 a:hover{
	color: #C70000;
}
.news_index .s_news .f_news .content{
	font-size: 15px;
	color: #555555;
	line-height: 26px;
	margin:10px 0;
}
.news_index .s_news .f_news .time{
	font-size: 14px;
	color: #555555;
}
.news_index .s_news .f_news{
	padding-bottom: 15px;
	border-bottom: 1px solid #E5E5E5;
}
.news_index .next_news{
	margin-top: 30px;
}
.news_index .next_news .img{
	width: 340px;
}
.news_index .next_news .list{
	width: 440px;
}
.news_index .next_news .list ul.only li:before{
	top: 16px;
}

/*列表样式*/
ul.only li{
	line-height: 38px;
	position: relative;
	padding-left: 20px;
}
ul.only li:before{
	content: '';
	display: block;
	border:2px solid #044987;
	position: absolute;
	left: 0px;
	top: 11px;
}
.fc ul.only p{
	width: 420px;
}
.fc ul.only li:before{
	top: 16px;
}
ul.only p{
	width: 320px;
	font-size: 16px;
	color: #666666;
}
ul.only span{
	color: #B4B4B4;
	font-size: 14px;
}
ul.only p a:hover{
	color: #C70000;
}



.news_index .notice{
	background: #fff;
	width: 360px;
	padding: 25px 25px 0;
}
.news_index .notice ul{
	border-bottom: 1px dashed #ccc;
	padding-bottom: 10px;
	margin-bottom: 25px;
}
.news_index .notice ul:last-child{
	margin-bottom: 0px;
	border-bottom: none;
}
.news_index .notice ul li{
	line-height: 26px;
	margin-bottom: 10px;
}
.news_index .notice ul li:first-child{
	font-weight: bold;
	color: #000;
	font-size: 17px;
}
.news_index .notice ul li:first-child span{
	font-weight: normal;
}
.news_index .notice ul li span{
	font-size: 14px;
	color: #A7A7A7;
}
.news_index .notice ul li p{
	width: 240px;
	padding-left: 15px;
	margin-left: 10px;
	border-left: 1px solid #BFBFBF;
}
.news_index .notice ul li a:hover{
	color: #C70000;
}

.scroll{
	padding: 30px 0;
}

/*简介*/
.com_index{
	padding: 60px 0;
	background: #044887;
}
.com_index .com_ad{
	margin-bottom: 60px;
}
.com_index .com_ad .img{
	width: 590px;
	height: 187px;
}
.com_index .com_content .text{
	width: 600px;
	color: #fff;
}
.com_index .com_content .text h4{
	display: inline-block;
	padding: 5px 20px;
	font-size: 18px;
	background: #0066C3;
}
.com_index .com_content .text .content{
	font-size: 16px;
	line-height: 32px;
	margin:20px 0;
}
.com_index .com_content .text a{
	display: inline-block;
	font-size: 15px;
	color: #044887;
	width: 190px;
	height: 50px;
	line-height: 50px;
	border-radius: 40px;
	background: #fff;
	text-align: center;
}
.com_index .com_content .text a i{
	margin-left: 20px;
}
.com_index .com_content .text a:hover{
	background: #C70000;
	color: #fff;
}
.com_index .com_content .list{
	width: 540px;
}
.com_index .com_content .list ul li{
	width: 170px;
	height: 140px;
	background: #fff;
	text-align: center;
	margin-bottom: 20px;
}
.com_index .com_content .list ul li img{
	margin:25px auto 20px;
	transition: all .5s ease;
	height: 56px;
}
.com_index .com_content .list ul li:hover img{
	transform: rotateY(180deg);
}
.com_index .com_content .list ul li:hover{
	color: #044887;
	font-weight: bold;
}


/*科研*/
.research_index{
	background: #B5D2E9;
	padding: 45px 0;
}
.research_index .re{
	width: 385px;
	background: #fff;
}
.research_index .re .title{
	height: 80px;
	line-height: 80px;
	padding: 0 15px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
}
.research_index .re .title img{
	float: left;
	margin: 24px 10px 0 0;
	height: 32px;
}
.research_index .re .title a{
	font-size: 14px;
	float: right;
	font-weight: normal;
	color: #fff;
	transition: all .5s ease;
}
.research_index .re .title a:hover{
	color: #C70000;
}
.research_index .res .title{
	background: #0066C3;
}
.research_index .stu .title{
	background: #00B868;
}
.research_index .par .title{
	background: #FB5E23;
}
.research_index .re .box{
	padding: 25px;
}
.research_index .re .top{
	padding-bottom: 15px;
	border-bottom: 1px solid #E5E5E5;
	margin-bottom: 15px;
}
.research_index .re .top h3{
	font-size: 18px;
	font-weight: bold;
	color: #000;
}
.research_index .re .top p{
	font-size: 14px;
	color: #A6A6A6;
	margin:5px 0 10px;
}
.research_index .re .top .content{
	font-size: 15px;
	line-height: 26px;
	color: #848484;
}
.research_index .re .top h3:hover a{
	color: #C70000;
}
.research_index ul.only li{
	line-height: 35px;
}
.research_index ul.only li:before{
	top: 15px;
}
.research_index ul.only li a{
	color: #666666;
}
.research_index ul.only li:hover a{
	color: #C70000;
}


/*校园风采*/
.cul_index{
	padding: 40px 0;
	background: #ECF4F9;
}
.cul_index .swiper-slide p{
	display: block;
	background: #fff;
	height: 40px;
	line-height: 40px;
	transition: all .5s ease;
}
.cul_index .swiper-slide:hover p{
	background: #044887;
	color: #fff;
}
.cul_index .fc{
	width: 580px;
}

/*Link*/
.link_index{
	height: 55px;
	line-height: 55px;
	background: #EAEEF6;
	font-size: 16px;
}
.link_index.index{
	background: #fff;
}
.link_index a{
	margin-right: 10px;
	color: #555555;
}
.link_index a:hover{
	color: #C70000;
}

/*foot*/
.foot{
	background: #044987;
	padding: 45px 0;
	color: #fff;
	font-size: 16px;
}
.foot .inner{
	width: 950px;
}
.foot a{
	color: #fff;
}
.foot a:hover{
	color: #C70000;
}
.foot .top .text{
	line-height: 30px;
	padding-top: 10px;
}
.foot .top p i{
	margin-left: 25px;
	margin-right: 10px;
}
.foot .bottom{
	height: 50px;
	line-height: 70px;
	border-top: 1px solid rgba(255,255,255,.3);
	margin-top: 20px;
}
.foot .er img{
	width: 150px;
	height: 150px;
}

/*内页开始*/
.in_banner{
	height: 400px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	align-items: end;
}
.in_banner .container{
	color: #fff;
	font-size: 15px;
	height: 50px;
	line-height: 50px;
}
.in_banner .container a{
	color: #fff;
}

/*分页*/
.de-page-mian {
  overflow: hidden;
  text-align: center;
  font-size: 0;
  margin: 10px 0 35px;
}
.de-page-mian .page-inner {
  display: inline-block;
  overflow: hidden;
}
.de-page-mian .page-inner a {
  display: block;
  float: left;
  min-width: 26px;
  padding: 0 14px;
  height: 36px;
  border: 1px solid #dddddd;
  background: #fff;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #333;
  margin-right: -1px;
  overflow: hidden;
}
.de-page-mian .page-inner a.active,
.de-page-mian .page-inner a:hover {
  color: #fff;
  border-color: #1550A9;
  background: #1550A9;
}
.de-page-mian .page-inner a.prev {
  margin-right: 10px;
  background: #fff url(../images/prev.jpg) no-repeat center;
}
.de-page-mian .page-inner a.prev.on {
  background: #fff url(../images/prev-hover.jpg) no-repeat center;
}
.de-page-mian .page-inner a.prev:hover {
  background-color: #fff;
  border-color: #dddddd;
}
.de-page-mian .page-inner a.next {
  margin-left: 10px;
  margin-right: 15px;
  background: #fff url(../images/next.jpg) no-repeat center;
}
.de-page-mian .page-inner a.next.on {
  background: #fff url(../images/next-hover.jpg) no-repeat center;
}
.de-page-mian .page-inner a.next:hover {
  background-color: #fff;
  border-color: #dddddd;
}
.de-page-mian .page-inner a.page-btn {
  font-size: 12px;
  margin-right: 0;
  width: 63px;
  margin-left: 10px;
}
.de-page-mian .page-inner span {
  display: block;
  font-size: 12px;
  color: #333;
  float: left;
  line-height: 38px;
}
.de-page-mian .page-inner input {
  display: block;
  float: left;
  height: 36px;
  width: 36px;
  border: 1px solid #dddddd;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #333;
  margin: 0 5px;
}

.com_inner .newsPage .page-a{
    padding: 0 5%;
    box-sizing: border-box;
    border-bottom: 1px solid #eeeeee;
    font-size: 14px;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.com_inner .newsPage{
    /*border-top:1px solid #eeeeee;*/
    margin-top: 2%;
}
.com_inner .newsPage .page-a a{
    color: #555;
    line-height: 55px;
    display: inline;
}
.com_inner .newsPage .cl1{
    position: relative;
    overflow: hidden;
}
.com_inner .newsPage .cl1:before{
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0px;
    border-bottom:2px solid #1550A9;
    left: 0px;
    bottom: 0px;
    transition: all 0.5s;
}
.com_inner .newsPage .cl1:hover:before{
    width: 100%;
}
.com_inner .newsPage .cl1:hover a{
    color: #1550A9;
}
.com_inner .news-img{
    margin-bottom: 30px;
}
.com_inner .news-img img{
    max-width: 100%;
}
.com_inner .newsPage i{
    position: absolute;
    left: 2%;
    top: 35%;
}
.com_right_info_content table{
	width: 100% !important;
	border:1px solid #000;
}
.com_right_info_content table tr,
.com_right_info_content table td{
	border:1px solid #000;
	border-collapse: all;
	height: 40px;
}

/*侧边栏*/
.com_inner .sider{
	width: 248px;
	background: #EFF1F4;
	margin-top: -74px;
	height: fit-content;
}
.com_inner .sider .title{
	height: 74px;
	color: #fff;
	line-height: 74px;
	font-size: 22px;
	padding-left: 30px;
	background: url(../images/gk.jpg) no-repeat center top;
}
.com_inner .sider ul li{
	height: 60px;
	line-height: 60px;
	text-align: center;
	border-bottom: 1px solid #fff;
}
.com_inner .sider ul li a{
	color: #044988;
	transition: all .5s ease;
}
.com_inner .com_right_box,
.com_inner .com_right_box_list{
	width: 900px;
	min-height: 600px;
	padding-bottom: 50px;
}
.com_inner .com_right_box .title{
	height: 50px;
	line-height: 50px;
	font-size: 22px;
	font-weight: bold;
	color: #044988;
	margin: 20px 0;
	border-bottom: 1px solid #000;
}
.com_inner .sider ul li a:hover,
.com_inner .sider ul li.active a{
	color: #C70000;
	font-weight: bold;
}

.com_inner .com_right_list ul li{
	width: 285px;
	margin-right: 15px;
	margin-bottom: 15px;
	background: #EFF1F4;
}
.com_inner .com_right_list ul li:nth-child(3n){
	margin-right: 0px;
}
.com_inner .com_right_list ul li .name{
	height: 45px;
	line-height: 45px;
	padding: 0 10px;
	font-size: 16px;
	font-weight: normal;
	color: #000;
	margin: 0px;
}
.com_inner .com_right_list ul li:hover .name{
	background: #044987;
	color: #fff;
}
.com_inner .com_right_info_title{
	font-size: 22px;
	font-weight: bold;
	color: #044987;
	padding-top: 20px;
}
.com_inner .com_right_info_des{
	text-align: center;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px dashed #cecece;
	margin-bottom: 30px;
	font-size: 15px;
	color: #555555;
}
.com_inner .info_img{
	margin-bottom: 25px;
}

.com_inner .com_right_box_list .glo_title{
	margin-top: 20px;
	margin-bottom: 0px;
}
.com_inner .com_right_box_list .glo_title:before{
	display: none;
}
.com_inner .com_right_box_list .glo_title h3{
	color: #044987;
	border-bottom: 1px solid #E5E5E5;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
}
.com_inner .com_right_box_list .glo_title h3 .fa.fa0:before{
	content: "\f1d9";
}
.com_inner .com_right_box_list .glo_title h3 .fa.fa1:before{
	content: "\f09e";
}
.com_inner .com_right_box_list .glo_title h3 .fa.fa2:before{
	content: "\f0f3";
}
.com_inner .com_right_box_list .glo_title h3 .fa.fa3:before{
	content: "\f02e";
}
.com_inner .com_right_box_list .glo_title h3 a{
	margin-top: 0px;
}
.com_inner .com_right_box_list_ul ul li{
	height: 50px;
	line-height: 50px;
	border-bottom: 1px dashed #E5E5E5;
}
.com_inner .com_right_box_list_ul ul li p{
	width: 700px;
	font-size: 15px;
}
.com_inner .com_right_box_list_ul ul li span{
	font-size: 14px;
	color: #AFAFAF;
}
.com_inner .com_right_box_list_ul ul li:hover a{
	color: #C70000;
}
.com_inner .com_right_box_list_ul .top_news{
	padding-bottom: 25px;
	margin-top: 20px;
	border-bottom: 2px solid #E5E5E5;
}
.com_inner .com_right_box_list_ul .top_news .img{
	width: 330px;
	height: 220px;
}
.com_inner .com_right_box_list_ul .top_news .text{
	width: 530px;
	padding-top: 25px;
}
.com_inner .com_right_box_list_ul .top_news .text h3 a{
	font-size: 18px;
	color: #044987;
	font-weight: bold;
}
.com_inner .com_right_box_list_ul .top_news .text span{
	font-size: 14px;
	color: #AFAFAF;
	margin: 6px 0 10px;
	display: block;
}
.com_inner .com_right_box_list_ul .top_news .text .content{
	font-size: 16px;
	color: #929292;
	line-height: 27px;
}
.com_inner .com_right_box_list_ul .top_news .text a.more{
	display: inline-block;
	width: 135px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background: #EFF1F4;
	margin-top: 15px;
	border-radius: 25px;
	font-size: 14px;
}
.com_inner .com_right_box_list_ul .top_news .text h3 a:hover{
	color: #C70000;
}
.com_inner .com_right_box_list_ul .top_news .text a.more:hover{
	background: #C70000;
	color: #fff;
}





































