ul,
ol,
dl,
table,
th,
tr,
td,
input,
textarea,
li,
a,
div,
span,
em,
i{
	margin: 0;
	padding: 0;
	border: 0;
}

img {
	margin: 0;
	padding: 0;
	border: 0;
}


a:hover {
	text-decoration: none;
}

li {
	list-style: none;
}


/*全局样式*/

html,
body {
	width: 100%;
	margin: 0 auto;
}


/*= 清除浮动=*/

.clear {
	clear: both;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
	overflow: hidden;
	display: block;
}

.clearfix:after {
	content: "";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
	font-size: 0px;
}


/* Hides from IE-mac \*/

* html .clearfix {
	height: 0%;
}


/* End hide from IE-mac */

* + html .clearfix {
	min-height: 0%;
}


/* 针对IE7 */

* + html .clearfix {
	min-height: 0%;
}

.w100 {
	width: 100%;
}

.fl {
	float: left;
}

.fr {
	float: right;
}


/*原文件配置*/

.w1200 {
	width: 1200px;
	margin: 0 auto;
}

body {
	color: #333;
	background: #ffffff;
	font: 14px/30px 'Microsoft YaHei', arial, sans-serif;
	min-width: 320px;
}

a {
	color: #000;
}

a:hover {
	color: #13498f;
}


/*块级转化*/

.di_in {
	display: inline-block;
}

.di_no {
	display: none;
}

.di_bl {
	display: block;
}


/*原文件配置  end*/


/* 到顶部间距 */

.mt0 {
	margin-top: 0px;
}

.mt5 {
	margin-top: 5px;
}

.mt10 {
	margin-top: 10px;
}

.mt15 {
	margin-top: 15px;
}

.mt20 {
	margin-top: 20px;
}

.mt25 {
	margin-top: 25px;
}

.mt30 {
	margin-top: 30px;
}

.mt35 {
	margin-top: 35px;
}

.mt40 {
	margin-top: 40px;
}

.mt45 {
	margin-top: 50px;
}

.mt50 {
	margin-top: 50px;
}

.mt55 {
	margin-top: 50px;
}

.mt60 {
	margin-top: 60px;
}


/* 到左边间距 */

.ml5 {
	margin-left: 5px;
}

.ml10 {
	margin-left: 10px;
}

.ml15 {
	margin-left: 15px;
}

.ml20 {
	margin-left: 20px;
}

.ml25 {
	margin-left: 25px;
}

.ml30 {
	margin-left: 25px;
}

.ml35 {
	margin-left: 35px;
}

.ml40 {
	margin-left: 35px;
}

.ml45 {
	margin-left: 35px;
}

.ml50 {
	margin-left: 50px;
}


/* 字体大小 */

.font14 {
	font-size: 14px;
}

.font16 {
	font-size: 16px;
}

.font18 {
	font-size: 18px;
}

.font20 {
	font-size: 20px;
}

.font22 {
	font-size: 22px;
}

.font24 {
	font-size: 24px;
}

.font26 {
	font-size: 26px;
}

.font28 {
	font-size: 28px;
}

.font30 {
	font-size: 30px;
}


/*纵向居中*/

.v_middle {
	vertical-align: middle;
}


/*横向居中*/

.te-align {
	text-align: center;
}


/*相对定位*/

.p_r {
	position: relative;
}


/* 白色背景 */

.bgfff {
	background: #fff;
}


@media (min-width: 1200px) {
	/*min-width 1200 */
	
}
input{
	outline: none;
}
p{
	margin: auto;
}
/*全局样式 start*/


.header{
	background*: #1f4093;
	background*: linear-gradient(to bottom, #254baa 50px,#142d6b 100%);
	color: #fff;
           background:url(/images/headerbg.png) no-repeat #1965b3 center;
}
.top{
	padding: 5px 0;
	background: #1965b3;
}
.top a{
	display: inline-block;
	color: #fff;
	margin-left: 10px;
	margin-right: 15px;
	padding: 0 8px;
	border-left: #fff 2px solid;
	font-size: 12px;
	height: 12px;
	line-height: 12px;
}
.head{
	padding-top: 15px;
	padding-bottom: 25px;
}
.head a{
	display: inline-block;
}
.head .search_box{
	background: #8596bd;
	border-radius: 100px;
	height: 34px;
	margin-right: 25px;
}
.head .search-text{
	width: 0;
	height: 30px;
	line-height: 30px;
	margin-top: 2px;
	color: #fff;
	background: none;
	transition: all 0.3s;
}
.head .search_box:hover .search-text{
	width: 160px;
	margin-left: 20px;
	transition: all 0.3s;
}
.head .search-text::placeholder {
	color: #fff;
}
.head .search-icon{
	width: 34px;
	height: 34px;
}
.nav{
	border-top: #7788b1 1px solid;
          background: #1f4093;
}
.nav li{
	float: left;
	width: 8.111%;
	text-align: center;
	position: relative;
        
}
.nav li h3{
	margin: 0;
}
.nav li a{
	display: block;
	font-size: 16px;
	color: #fff;
	height: 46px;
	line-height: 46px;
}
.sub {
	display: none;
	position: absolute;
	top: 46px;
	left: 0;
	background: #254baa;
	padding: 10px 0;
	text-align: center;
	min-width: 120px;
	z-index: 2;
}
.sub li{
	float: none;
	width: 100%;
}
.sub li a {
	display: block;
	font-size: 14px;
	height: 28px;
	line-height: 28px;
	padding: 0 10px;
}
.nav li.on h3 a{
	background: #254baa;
}
.sub li.on a{
	background: #142d6b;
}

.banner a,.banner img{
	display: block;
	width: 100%;
          
}
.banner .swiper-pagination{
	position: absolute;
	bottom: 20px;
	text-align: center;
	width: 100%;
}
.page4_banner .swiper-pagination{
	text-align: right;
	bottom: -6px !important;
}
.banner .swiper-pagination-bullet,.banner .swiper-pagination li,.page4_banner .swiper-pagination-bullet{
	width: 15px;
	height: 15px;
	opacity: 0.7;
	margin: 0 10px !important;
	background: #ffffff;
	display: inline-block;
	border-radius: 100%;
}
.banner .swiper-pagination-bullet-active,.banner .swiper-pagination li.on,.page4_banner .swiper-pagination-bullet-active{
	background: #e8641b;
	opacity: 1;
}

.page1{
	padding: 45px 0;
}
.title h3{
	height: 40px;
	line-height: 40px;
	font-size: 22px;
	color: #134991;
	font-weight: bold;
	margin: auto;
}
.title a{
	font-weight: normal;
	font-size: 14px;
	color: #999;
}
.title a:hover{
	color: #134991;
}
.news-box a,.news-box img{
	display: block;
	width: 100%;
}
.news-box .col-md-4 .text{
	height: 32px;
	line-height: 32px;
	width: 90%;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	left: 0;
	background:url("/images/t_bg.png") no-repeat right;
	padding: 0 10px;
	transition: all 0.5s;
}
.news-box .col-md-4 .text a{
	color: #fff;
	font-size: 14px;
	overflow: hidden;
	text-overflow:ellipsis;    
	white-space: nowrap;
}
.page2{
	padding: 40px 0 45px;
	background: #dddddd;
}
.page2  .row{
	margin-left: -30px;
	margin-right: -30px;
}
.page2 .col-md-6{
	padding: 0 30px;
}
.notice-box li{
	margin-top: 16px;
	clear: both;
	overflow: hidden;
}
.notice-box li .date_box{
	background: #fff;
	width: 52px;
	line-height: 22px;
	text-align: center;
	color: #13498f;
}
.notice-box li .date_box .date{
	background: #13498f;
	color: #fff;
}
/*
.notice-box li .text{
	margin-left: 68px;
	line-height: 42px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
*/
.notice-box li .text{
	margin-left: 68px;
	line-height: 22px;
	overflow: hidden;
    text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.page3{
	padding: 45px 0 50px;
}
.mostb_school,.mostb_school img{
	width: 270px;
	height: 400px;
}
.page3 .row{
	width: 900px;
	margin: auto;
}
.page3 .row .col-md-4{
	padding: 0;
}
.page3-text-box,.page3-image-box{
	height: 200px;
}
.page3-text-box{
	padding: 25px;
	background: #ef767a;
	color: #fff;
}
.page3-text-box h4{
	margin:0;
	border-left: #fff 2px solid;
	padding-left: 12px;
}
.page3-text-box p{
	text-indent: 30px;
	margin-top: 15px;
	font-size: 16px;
	line-height: 30px;
	display: -webkit-box;    
	-webkit-box-orient: vertical;    
	-webkit-line-clamp: 4;
	white-space: inherit;
	overflow: hidden;
}
.page3-image-box img{
	width: 100%;
	height: 200px;
	display: block;
}
.page4{
	background: url('/images/bg.jpg') no-repeat center;
	background-size: cover;
	padding-top: 35px;
	padding-bottom: 40px;
	color: #fff;
	font-size: 18px;
}
.page4 .swiper-button-prev,.page4 .swiper-button-next{
	margin-top: 30px;
	right: -30px;
}
.page4 .swiper-button-prev{
	right: auto;
	left: -50px;
}
.page4_title h3{
	color: #d3d7e2;
	font-size: 38px;
}
.page4_title h3 img{
	display: block;
	margin: 0 auto 10px;
}
.page4_banner .item{
	margin: 30px 0 40px;
}
.page4_banner .text{
	margin-left: 20px;
}
.page4_banner img,.page4_banner .text{
	display: inline-block;
	vertical-align: middle;
}
.page4_banner .text strong{
	font-size: 26px;
	margin-right: 15px;
}
.page5{
	padding: 45px 0 50px;
}
.small_banner{
	padding: 17px 0;
	width: 340px;
	background: #e6e6e6;
	text-align: center;
}
.small_banner .swiper-container{
	width: 258px;
}
.small_banner .swiper-button-prev,.small_banner .swiper-button-next{
	width: 20px;
	height: 25px;
	margin-top: 0;
	background-size: cover;
}
.link_box{
	width: 465px;
	height: 146px;
	overflow: hidden;
}
.link_box h3{
	margin: auto;
	height: 44px;
	line-height: 44px;
	font-size: 28px;
	color: #0d4c91;
	text-indent: 70px;
	background: url('/images/icon_37.png') no-repeat left center;
}
.link_box a{
	font-size: 16px;
	color: #666;
	display: inline-block;
	margin-right: 25px;
}
.footer{
	background: #153071;
	padding: 30px 0;
	color: #fff;
	text-align: center;
}
.foot-logo{
	display: inline-block;
	margin-top: 20px;
}
.link_ot{
	margin-left: 26px;
	width: 125px;
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	border: #fff 1px solid;
	background: url("/images/xia.png") no-repeat 6px center;
}
.link_ot .sub2 {
	position: absolute;
	display: none;
	right: 0;
	bottom: 24px;
	background-color: #FFF;
	max-height: 282px;
	text-align: left;
	overflow-y: scroll;
	padding-right: 8px;
	border-top: 2px #eaeaea solid;
	border-right: 2px #eaeaea solid;
	border-left: 2px #eaeaea solid;
	padding: 10px;
	width: max-content;
	width: -moz-max-content;
	width: -webkit-max-content;
	min-width: 100%;
}

.link_ot .sub2 a {
	display: block;
	line-height: 26px;
	white-space: nowrap;
}

.link_ot:hover .sub2 {
	display: block;
}

.link_ot .sub2::-webkit-scrollbar {
	width: 5px;
	height: 5px;
	background-color: #C0C0C0;
}

.link_ot .sub2::-webkit-scrollbar-thumb {
	background-color: #999;
	border-radius: 5px;
}
.conent_us .erweima{
	display: inline-block;
	margin: 0 25px;
}
.photo_erweima{
	position: absolute;
    left: 0;
    top: -90px;
    z-index: 99;
    display: none;
    transition: all 0.3s;
}

.pull-left,.pull-right,.mobile{
	display: none;
}

/* 列表页 */
.banner_list,.banner_list .container{
	height: 425px;
}
.banner_title{
	width: 400px;
	height: 130px;
	padding: 20px;
	background: rgba(255,255,255,0.7);
	position: absolute;
	top: 70%;
	margin-top: -79px;
	left: 0;
}
.banner_title h2{
	font-size: 34px;
	color: #153071;
	margin: auto;
	height: 50px;
	line-height: 50px;
	border-left: #ff9900 8px solid;
	padding-left: 30px;
}
.banner_title p{ 
	margin-top: 20px;
	background: url(/images/home.png) no-repeat left 1px;
	padding-left: 30px;
	height: 22px;
	line-height: 22px;
}
.page_nav{
	margin-top: 35px;
	margin-bottom: 20px;
	line-height: 60px;
	background: #e8ebed;
	padding-left: 40px;
	clear: both;
	overflow: hidden;
	position: relative;
}
.page_nav::after{
	content: "";
	width: 8px;
	height: 44px;
	position: absolute;
	left: 13px;
	top: 50%;
	margin-top: -22px;
	background: #ff9900;
}
.page_nav ul li{
	float: left;
	margin-right: 50px;
}
.page_nav ul li a{
	height: 60px;
	padding: 0 18px;
	font-size: 18px;
	display: inline-block;
}
.page_nav ul li.on a{
	background: #1b3b87;
	color: #fff;
}
.page_list{
	margin-top: 60px;
	margin-bottom: 60px;
}
.page_list ul li{
	background: #e8ecef;
	margin-bottom: 42px;
	clear: both;
	overflow: hidden;
}
.page_list ul li .img{
	float: left;
	width: 282px;
	margin-right: 45px;
}
.page_list ul li .img a,.page_list ul li .img img{
	width: 100%;
	display: block;
}
.page_list ul li .text{
	padding: 30px 45px 0 0;
}
.page_list ul li .text h4{
	margin: auto;
	font-size: 18px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.page_list ul li .text .date{
	color: #999999;
}
.page_list ul li .text p{
	color: #666;
	line-height: 1.8;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.page_list ul li .text .content{
	color: #153071;
}
/* 内容页 */
.page_content{
	margin: 50px 0;
}
.page_content .page_head,.page_content .page_body{
	border-bottom: #cdcdcd 1px solid;
	padding-bottom: 15px;
	line-height: 2;
}
.page_content .page_head h2{
	font-size: 22px;
	line-height: 2;
	margin: auto;
}
.page_content .page_body{
	padding: 30px 0;
	font-size: 16px;
}
.page_content .page_body p{
	text-indent: 30px;
}
.page_content .page_body p a{
	overflow-wrap: anywhere;
}
.page_content .page_body *{
	max-width: 100%;
}
.page_content .page_body img{
	display: block;
	margin: 10px auto;
	width: 100%;
	height: auto;
}
.page_content .page_foot{
	margin-top: 20px;
	line-height: 36px;
}
.page_content .page_foot a{
	display: inline;
	margin-left: 10px;
}
/* 教师队伍 */
.team_list{
	margin-top: 55px;
}
.team_list .team_head{
	text-align: center;
	background: #3966a3;
	height: 44px;
}
.team_list .team_head h3{
	margin: auto;
	color: #fff;
	padding-left: 26px;
	font-size: 14px;
	line-height: 44px;
	display: inline-block;
	background: url(/images/left.png) no-repeat left center;
}
.team_list .team_body{
	padding: 15px;
	box-shadow: #d6d6d6 0 0 6px 0;
	margin: 55px 0;
}
.team_list .team_body .col-sm-3{
	margin:10px  0;
}
/* 星空网页版登录入口政机构 */
.institutions_box{
	margin: 60px 0;
}
.institutions_box .row{
	background: #ededed;
	padding: 15px;
}
.institutions_box .acc{
	background: #fff;
}
.institutions_box .col-sm-3{
	background: url(/images/left.png) no-repeat left 10px;
}
.institutions_box .col-sm-3 a{
	font-size: 16px;
	text-indent: 15px;
	display: inline-block;
}
/* 开云手机登录入口领导 */
.leadership_box{
	margin: 14px 0;
}

.leadership_box .col-md-6 .item{
	width: 520px;
	height: 450px;
	display: block;
	margin: 0 auto;
	padding: 25px 30px;
	border: #dcdcdc 2px solid;
text-align: center;
}

.leadership_box .item .image a,.leadership_box .item .image img{
	width: 100%;
	height: 100%;
	display: block;
	transition: all 0.5s;
}
.leadership_box .item .image:hover img{
	transform: scale(1.1);
	transition: all 0.5s;
}

.leadership_box .col-md-4,.leadership_box .col-md-6{
	margin-top: 60px;
}
.leadership_box .col-md-4 .item{
	width: 335px;
	text-align: center;
    margin: 0 auto;
	height: 450px;
	padding: 20px;
	border: #dcdcdc 2px solid;
}
.leadership_box .col-md-4 .item .image,.leadership_box .col-md-6 .item .image{
	width: 273px;
	height: 345px;
	display: block;
	margin: 0 auto;
	overflow: hidden;
}
.leadership_box .col-md-4 .item h4,.leadership_box .col-md-6 .item h4{
	position: relative;
}
.leadership_box .col-md-4 .item h4::after,.leadership_box .col-md-6 .item h4::after{
	content: "";
	border-bottom: #ededed 1px solid;
	width: 100%;
	position: absolute;
	top: 50%;
	left:0;
}
.leadership_box .col-md-4 .item h4 a,.leadership_box .col-md-6 .item h4 a{
	position: relative;
	background: #fff;
	color: #153071;
	padding: 0 30px;
	display: inline-block;
	z-index: 1;
}
.leadership_box .col-md-4 .item h4,.leadership_box .col-md-4 .item p,.leadership_box .col-md-6 .item h4,.leadership_box .col-md-6 .item p{
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
/* 列表2 */
.page_list2{
	margin: 60px 0;
}
.page_list2 ul li{
	background: #ededed;
	margin-bottom: 22px;
	padding: 15px 20px;
	line-height: 30px;
	position: relative;
}
.page_list2 ul li p{
	margin-right: 150px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.page_list2 ul li p a{
	display: inline-block;
	max-width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.page_list2 ul li span{
	position: absolute;
	right: 0;
	top: 50%;
	height: 30px;
	margin-top: -15px;
	width: 125px;
	padding-left: 30px;
	font-size: 12px;
	color: #999;
	background: url(/images/ico_07.png) no-repeat left center;
}

/*2019-05-30*/
.page_list3{
	margin-bottom: 60px;
}
.page_title_box {
	width: 285px;
	padding-bottom: 60px;
	background: #f6f6f6;
	margin-top: -58px;
}

.page_title_box h3 {
	margin: auto;
	height: 58px;
	line-height: 58px;
	text-indent: 18px;
	background: #134991;
	color: #fff;
	font-size: 22px;
	font-weight: normal;
}

.page_title_box li a {
	font-size: 18px;
	height: 50px;
	line-height: 50px;
	border-bottom: #e7e7e7 1px solid;
	text-indent: 35px;
	display: block;
}

.page_title_box li.on a {
	background: #fff;
	border-left: #e8641c 2px solid;
}
.page_content_box {
	margin-left: 330px;
	margin-top: 10px;
}

.page_box .list_ul li {
	position: relative;
	height: 38px;
	line-height: 38px;
	border-bottom: #d9d9d9 1px dashed;
}

.page_box .list_ul li p {
	margin-right: 115px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.page_box .list_ul li a {
	position: relative;
	padding-left: 15px;
	display: inline-block;
}

.page_box .list_ul li a::after {
	content: "·";
	position: absolute;
	left: 0;
}

.page_box .list_ul li span {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 12px;
	color: #999;
}
.local {
	width: 100%;
	height: 40px;
	border-bottom: #cccccc 1px solid;
}

.lmmc h2{
	margin: auto;
	color: rgb(51, 51, 51);
	font-size: 18px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	float: left;
	border-bottom: #134991 2px solid;
}

.dqwz {
	display: block;
	float: right;
	line-height: 30px;
	font-size: 14px;
	margin-top: 10px;
}
.dqwz,
.dqwz a,
.dqwz span {
	color: rgb(102, 102, 102);
	padding: 0px 10px;
	font-size: 12px;
}




/*
* css+
*/
.news-text-box{
	padding-top: 20px;
	border-top: #dadada 1px solid;
}
.news-text-box .date-box{
	color: #000;
}
.news-text-box .date-box strong{
	font-size: 46px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2;
	display: block;
}
.news-text-box .date-box p{
	font-size: 14px;
	line-height: 2;
}
.news-text-box .text{
	margin-left: 85px;
}
.news-text-box .text h4{
	margin: auto;
	margin-bottom: 10px;
}
.news-text-box .text h4 a{
	font-size: 18px;
	line-height: 1.5;
	color: #000;
	display: inline-block;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news-text-box .text p a{
	font-size: 14px;
	line-height: 1.5;
	color: #666;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}


.ba_black{
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.4);
	z-index: 1;
}
.popup-box{
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background: #fff;
	padding: 30px;
	border: rgba(34,61,98,0.5) 5px solid;
	max-width: 1200px;
    width: 94%;
	z-index: 2;
	border-bottom: #13498f 5px solid;
}

.popup-box img{
	width: 20%;
	float: left;
}

.popup-box .text{
	margin-left: 22%;
}
.popup-box .text *{
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
.popup-box .text h4 {
    font-weight: normal;
    line-height: 1.5;
	margin-bottom: 15px;
	font-size: 22px;
	color: #000;
}
.popup-box .text p{
	text-indent: 2em;
	font-size: 18px;
}
.popup-box .close{
	background: #13498f;
	color: #fff;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 35px;
	font-size: 30px;
	font-weight: normal;
	position: absolute;
	top: 0;
	right: 0;
	opacity: 1;
}
















/*全局样式 end*/

@media (min-width: 1025px) {
	/*所有hover写在这里面 兼容sofari的移动端不支持hover*/
	.sub li:hover a{
		background: #142d6b;
	}
	.news-box .col-md-4:hover .text{
		background: rgba(21,48,112,0.85);
		width: 100%;
		height: 40%;
		transition: all 0.5s;
		padding: 20px;
	}
	.news-box .col-md-4:hover .text a{
		display: -webkit-box;    
		-webkit-box-orient: vertical;    
		-webkit-line-clamp: 6;
		white-space: inherit; 
		line-height: 36px;
	}
	.conent_us .erweima:hover .photo_erweima{
		display: block;
	}
}
@media (min-width: 1230px) {
	.container {
		width: 1230px;
	}
}

@media (max-width: 1229px) {
	/*修改1229以下、小屏显示器*/
	.page3 .row{
		width: calc(100% - 290px);
	}
	.page4 .swiper-button-prev, .page4 .swiper-button-next{
		display: none;
	}
	
}

@media (max-width: 1199px) {
	/*修改1200以下、小屏显示器*/
	.link_box{
		width: 290px;
	}
	.link_box a{
		margin-right: 10px;
	}
	.foot-logo{
		display: none;
	}
	.head .search-text{
		width: 160px;
		margin-left: 20px;
	}
	.mostb_school{
		display: none;
	}
	.page3 .row{
		width: 100%;
	}
	.leadership_box .col-md-6 .item, .leadership_box .col-md-4 .item{
		width: 100%;
	}
	.leadership_box .col-md-6 .item .image{
		width: 49%;
		height: 242px;
	}
	.leadership_box .col-md-6 .item .text{
		width: calc(49% - 20px);
	}
	.leadership_box .col-md-6 .item{
		height: 345px;
	}
	.leadership_box .col-md-4 .item .image{
		width: 100%;
		height: 315px;
	}
	.leadership_box .col-md-4 .item{
		height: 420px;
	}
	.leadership_box .col-md-4{
		margin-top: 30px;
	}
}

@media (max-width: 1023px) {
	/*修改1024以下、平板*/
	
	.header{
		position: relative;
	}
	.head{
		padding: 25px 0;
		height: 100px;
		text-align: center;
	}
	.head img{
		height: 50px;
	}
	.head .search_box{
		margin-top: 10px;
	}
	.page5,.page3,.page1{
		padding: 25px 0;
	}
	.link_box{
		margin-top: 15px;
		width: 100%;
		height: auto;
	}
	.leadership_box .col-md-6 .item{
		height: auto;
		margin-top: 30px;
	}
	.leadership_box .col-md-6 .item .image{
		width: 300px;
		height: auto;
	}
	.leadership_box .col-md-6 .item .text{
		width: calc(100% - 325px);
	}
	.leadership_box .col-md-4 .item .image{
		height: 380px;
	}
	.leadership_box .col-md-4 .item{
		height: 490px;
	}
	/*2019-05-30*/
	.page_title_box{
		display: none;
	}
	.page_content_box{
		margin-left: 0;
	}

        .nav li a {
  
    font-size: 14px;
  
}


}

@media (max-width: 767px) {
	/*修改768以下、小屏平板*/
	.top,.nav,.search_box,.pc{
		display: none;
	}
	.mobile{
		display: block;
	}
	.head .logo{
		float: none;
		display: inline-block;
	}
	.pull-left,.pull-right{
		float: left;
		width: 50px;
		height: 50px;
		background: url(/images/caidan.png) center center no-repeat;
	}
	.pull-right{
		float: right;
		background:url(/images/search2.png) center center no-repeat;
		border-radius: 5px;
	}
	.pull-left.on,.pull-right.on{
		background:url(/images/del.png) center center no-repeat;
	}
	.head .search_box{
		position: absolute;
		top: 80px;
		z-index: 5;
		left: 0;
		margin-top: auto;
		height: 55px;
		width: 100%;
		padding: 10px 15px;
		background: #132c69;
		border-radius: 0;
	}
	.head .search_box:hover .search-text{
		width: calc(100% - 60px);
		font-size: 14px;
	}
	.nav{
		position: absolute;
		z-index: 5;
		background: linear-gradient(to bottom, #254baa 50px,#142d6b 100%);
	}
	.nav li{
		width: 100%;
		text-align: left;
		text-indent: 10px;
		position: relative;
	}
	.nav li h3{
		border-bottom: #ccc 1px solid;
	}
	.nav li em{
		width: 30px;
		height: 30px;
		background: url("/images/xia.png") no-repeat center;
		position: absolute;
		right: 0;
		top: 10px;
	}
	.nav li.on1 em{
		transform: rotate(180deg);
	}
	.sub{
		position: inherit;
		top: inherit;
		padding: 0;
		background: none;
	}
	.sub li,.sub li a{
		height: 35px;
		line-height: 35px;
	}
	.sub li{
		border-bottom: #ccc 1px dotted;;
	}
	.nav .mobile{
		padding: 15px;
		clear: both;
		overflow: hidden;
	}
	.nav .mobile a{
		float: left;
		width: 25%;
		color: #fff;
	}
	.page4_banner .swiper-slide{
		/* text-align: center; */
	}
	.page2 .row{
		margin-left: -15px;
		margin-right: -15px;
	}
	.page2 .col-md-6{
		padding: 0 15px;
		margin-top: 25px;
	}
	.page3-text-box, .page3-image-box{
		height: auto;
	}
	.small_banner{
		width: 100%;
		margin-left: auto;
	}
	.footer .fr{
		display: none;
	}
	.web_work{
		margin-top: 25px;
		display: block;
		width: 100%;
		text-align: center;
		margin: 25px auto 0;
	}
	.title_link .mt30{
		margin-top: 5px;
	}
	.page2{
		padding: 5px 0 30px;
	}
	.news-box{
		margin-top: auto;
	}
	.news-box .col-md-4{
		margin-top: 15px;
	}
	.head img{
		height: 30px;
	}
	.head{
		padding: 15px;
		height: 60px;
	}
	.pull-left, .pull-right{
		width: 30px;
		height: 30px;
	}
	.head .search_box{
		top: 60px;
	}
	.footer .text-left{
		width: 100%;
		text-align: center;
	}
	.banner img{
		/*height: 200px;*/
		/*width: auto;*/
		/*transform: translateX(-25%)*/
	}
	.link_box h3{
		background-size:auto 20px; 
		font-size: 20px;
		text-indent: 45px;
	}
	.page4_title h3{
		font-size: 28px;
	}
	
	.banner_list, .banner_list .container{
		height: auto;
		padding: 0;
		background-position: center bottom !important;
	}
	.page_nav{
		display: none;
	}
	.banner_title{
		position: inherit;
		width: 100%;
		height: auto;
		top: inherit;
		margin-top: auto;
	}
	.page_list ul li .img{
		width: 100%;
		float: none;
	}
	.page_list ul li .text{
		padding: 15px;
	}
	.page_list ul li{
		margin-bottom: 15px;
	}
	.page_list{
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.page_nav{
		height: inherit;
		line-height: 40px;
	}
	.page_nav ul{
		clear: both;
		overflow: hidden;
	}
	.page_nav ul li a{
		height: 40px;
		font-size: 16px;
		padding: 0 15px;
	}
	.page_nav ul li{
		margin-right: 0;
	}
	.page_nav::after {
		content: "";
		width: 8px;
		height: 36px;
		position: absolute;
		left: 13px;
		top: 50%;
		margin-top: -18px;
		background: #ff9900;
	}
	.banner_title h2{
		font-size: 28px;
		height: 38px;
		line-height: 38px;
	}
	.banner_title p{
		margin-top: 20px;
	}
	
	.page_content .page_head h2{
		font-size: 18px;
		line-height: 1.5;
	}
	.team_list{
		margin-top: 30px;
	}
	.team_list .team_body{
		margin: 20px 0;
	}
	.institutions_box .col-sm-3 a{
		font-size: 14px;
		text-indent:0;
	}
	.institutions_box{
		margin: 30px 0;
	}
	.leadership_box .col-md-6 .item .text{
		width: 100%;
		margin-left: auto;
		margin-top: 20px;
	}
	.leadership_box .col-md-6 .item .image{
		width: 100%;
	}
	.leadership_box .col-md-4 .item .image,.leadership_box .col-md-4 .item{
		height: auto;
	}
	.leadership_box .col-md-6 .item{
		padding: 20px;
	}
	.leadership_box{
		margin: 0 0 30px;
	}
        .page_list2 ul li{
		margin-bottom: 15px;
		padding: 5px 10px;
	}
	.page_list2 ul li p{
		margin-right: 0;
	}
	.page_list2 ul li span{
		display: none;
	}

	/*.page_list2 ul li{
		margin-bottom: 15px;
	}
	.page_list2 ul li p{
		margin-right: 130px;
	}*/
	.page_list2{
		margin: 30px 0;
	}
	/*2019-05-30*/
	.local{
		height: auto;
		border: none;
	}
	.lmmc{
		float: none;
		border-bottom: #cccccc 1px solid;
	}
	.lmmc h2{
		float: none;
	}
	.dqwz {
		width: 100%;
		float: none;
		text-align: right;
		margin-top: 10px;
		background: #ddd;
	}
	.page_box .list_ul li p{
		margin-right: 80px;
	}

        	/*  css + */
	.news-text-box .text p a{
		display: none;
	}
	.news-text-box .col-md-4{
		margin-bottom: 10px;
	}
	.news-text-box .text h4{
		margin-top: 15px;
	}

        	.popup-box{
		max-height: 80%;
		overflow: auto;
	}
	.popup-box img.fl{
		display: block;
		margin: 0 auto;
		max-width: 100%;
		width: auto;
		float: none;
	}
	.popup-box .text{
		margin-left: 0;
		margin-top: 20px;
	}


}





















@media (max-width: 424px) {
	/*修改425以下、普通的安卓手机屏*/
}

@media (max-width: 374px) {
	/*修改375以下、iPhone5，4，等小屏手机*/
}


.ld{width:50%;}
.ldy{width:520px;}


















/*7.25********/






#vsb_content img{height:auto!important;}
#vsb_content video{display: block;
    margin: 0 auto;}