body {
	color: #333333;
	font-family: "microsoft yahei";
	background: #fff;
	font-size: 14px;
}
.clx:before,.clx:after{content:"";display:block;}.clx:after{clear:both;}.clx{*zoom:1;}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

dl {
	margin: 0;
}

dt {
	font-weight: normal;
}

ul,
li {
	list-style-type: none;
	margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

a {
	color: #333;

	outline: none;
}

a:hover {
	text-decoration: none;
	color: #0b3775;
}

a:focus {
	text-decoration: none;
	color: inherit;
}

img {
	border: 0;
	vertical-align: middle;
	transition: all 0.6s;
}

table {
	border-collapse: collapse;
}

input,
textarea,
select,
button {
	border: 0;
	outline: none;
}

.wrap {
	width: 100%;
	overflow: hidden;
}

/*公共样式勿删除*/
.clearfix:after {
	content: " ";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	zoom: 1;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.flex {
	display: flex;
	align-items: center;
}

.flex_item {
	flex: 1;
}

/**/

.header {
	line-height: 100px;
	z-index: 99;
	padding: 0 30px;
	font-size: 16px;
	position: relative;
	text-align: center;
}

.header .navbar-collapse {
	position: absolute;
	width: 1020px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.header .logo {
	width: 188px;
}

.header .navbar-default .navbar-nav>li>a {
	font-size: 18px;
	padding: 0 30px;
	line-height: 100px;
	position: relative;
	color: #333;
}
.header .lang {
	padding-right: 15px;
}
.header .lang a {
	margin-left: 10px;
}

.header .navbar-default .navbar-nav>.active>a,
.header .navbar-default .navbar-nav>:hover>a,
.header .navbar-default .navbar-nav>.active>a:focus,
.header .navbar-default .navbar-nav>.active>a:hover {
	background: none;
	color: #0b3775;
	font-weight: bold;
}

.header .navbar-default {
	margin: 0;
	background: none;
	border: none;
}

.footer {
	background: #28417c;
	color: #fff;
	padding: 80px 0;
}

.footer a {
	color: #fff;
}

.footer .col-lg-8 dt {
	font-weight: bold;
	line-height: 28px;
}

.footer .col-lg-8 dd {
	line-height: 28px;
}

.footer .col-lg-8 h4 {
	border-bottom: 1px solid #34529a;
	padding-bottom: 10px;
	margin: 0;
}

.footer .col-lg-8 .row {
	margin: 20px -10px 25px;
}

.footer .col-lg-4 {
	line-height: 28px;
}

.footer .col-lg-4 .row {
	margin: 25px -10px;
}

.footer .code>div {
	display: inline-block;
	text-align: center;
	margin-right: 35px;
}

.footer .code>div p {
	margin: 10px 0 0;
}

/**/
.searchpage {
	background: url(../images/6_02.jpg) center top no-repeat;
	padding-top: 90px;
}

.infotitle {
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 40px;
	margin: 0;
	letter-spacing: 20px;
}

.searchpage .bd {
	background: #fff;
	padding: 20px;
	margin-top: 35px;
	margin-bottom: 50px;
}

.searchpage .bd .title {
	font-weight: bold;
	font-size: 18px;
	color: #0b3775;
	line-height: 50px;
	padding: 0 15px;
	background: #e6ebf1;
}

.searchpage .bd a {
	display: block;
	border: 1px solid #eee;
	border-radius: 5px;
	margin-top: 20px;
	padding: 20px;
	font-size: 16px;
}

.searchpage .bd a img {
	width: 56px;
	height: 63px;
}

.searchpage .bd a dt {
	font-weight: bold;
	margin: 10px 0;
}

.searchpage .search {
	margin-top: 35px;
}

.searchpage .search .input-group .form-control {
	height: 40px;
}

.searchpage .input-group-btn>.btn {
	height: 40px;
	background: #c81233;
	color: #fff;
	border: 1px solid #c81233;
	padding: 0 20px;
}

/**/
.liuxueitem {
	background: url(../images/6_02.jpg) center top no-repeat;
	padding-top: 90px;
}

.liuxueitem .bd {
	background: #fff;
	padding: 20px;
	margin-top: 87px;
	margin-bottom: 50px;
}

.liuxueitem .bd .a {
	margin: 10px 0 25px;
}

.liuxueitem .bd .a .search {
	width: 326px;
}

.liuxueitem .bd .a .input-group .form-control,
.liuxueitem .bd .a .input-group-btn>.btn {
	height: 40px;
}

.liuxueitem .bd .a .input-group-btn>.btn {
	background: #0b3775;
	border: 1px solid #0b3775;
	font-size: 16px;
	padding: 0 20px;
	color: #fff;
}

.liuxueitem .bd .a .pic {
	width: 93px;
	height: 97px;
	margin-right: 15px;
}

.liuxueitem .bd .a h4 {
	font-size: 24px;
	font-weight: bold;
	color: #0b3775;
	margin-top: 0;
}

.liuxueitem .bd .a p {
	color: #666;
}

.liuxueitem .bd .a .red {
	color: #c81233;
}

.liuxueitem .bd .b {
	background: #f3f5f8;
}

.liuxueitem .bd .b .box span {
	display: block;
	color: #666666;
	line-height: 28px;
}

.liuxueitem .bd .b h3 {
	font-weight: bold;
	color: #0b3775;
	font-size: 18px;
	padding: 20px 0 12px;
	margin: 0;
	font-weight: bold;
}

.liuxueitem .bd .b .box {
	padding-top: 10px;
}

.liuxueitem .bd .b .box span {
	background: url(../images/6_09.png) left center no-repeat;
	padding-left: 18px;
}
.liuxueitem .bd .c p {
	text-indent: 2em;
	line-height: 28px;
	margin-top: 20px;
}
.liuxueitem .bd .c {
	padding: 0 0 10px;
}
.liuxueitem .bd .d .title,.zixun .col-lg-9 .title {
	font-weight: bold;
	font-size: 18px;
	color: #0b3775;
	line-height: 50px;
	padding: 0 15px;
	margin-bottom: 20px;
	background: #e6ebf1;
}
.liuxueitem .bd .d p{
	margin: 0;
	text-indent: 2em;
	line-height: 28px;
}
.liuxueitem .bd .b .swiper-pagination-bullet{
	background: #fff;
	width: 20px;
	border-radius: 0;
	opacity: 1;
	height: 5px;
}
.liuxueitem .bd .b .swiper-pagination-bullet-active{
	background: #c81233;
}
/**/
.zixun {
	background: url(../images/4_02.jpg) center top no-repeat;
	padding-top: 90px;
}

.zixun .bd {
	background: #fff;
	padding: 20px;
	margin-top: 87px;
	margin-bottom: 50px;
}
.zixun .left{
	border: 1px solid #eee;
	font-size: 16px;
}
.zixun .left h3{
	margin: 0;
	font-weight: bold;
	line-height: 50px;
	padding: 0 15px;
	color: #fff;
	background: url(../images/4_03.png) right center no-repeat #0b3775;
}
.zixun .left ul{
	padding:20px 15px;
}
.zixun .left ul li{
	margin-bottom:20px;
	background: url(../images/4_07.png) left -44px no-repeat;
	padding-left: 18px;
}
.zixun .left ul li.on,.zixun .left ul li:hover{
	background: url(../images/4_07.png) left 5px no-repeat;
}
.zixun .left ul li.on a,.zixun .left ul li:hover a{
	color: #c81233;
	font-weight: bold;
}
.zixun .col-lg-9 .hd{
	text-align: center;
	font-size: 16px;
	
}
.zixun .col-lg-9 .hd h1{
	font-weight: bold;
	font-size: 32px;
	margin: 0;
	padding: 30px 0 6px;
}
.zixun .col-lg-9  h3{
	font-weight: bold;
	font-size: 16px;
	margin-top: 30px;
}
.zixun .col-lg-9 p{
	line-height: 28px;
	text-indent: 2em;
	margin: 0;
}
.zixun .col-lg-9 .ft{
	line-height: 28px;
}
/**/
.guanfang{
	background: url(../images/5_02.jpg) center top no-repeat;
	padding-top: 90px;
}
.guanfang .title{
	font-weight: bold;
	    font-size: 18px;
	    color: #0b3775;
	    line-height: 50px;
		padding-left: 50px;
	    margin-bottom: 30px;
	    background:url(../images/3_03.png) 20px top no-repeat #e6ebf1;
}
.guanfang .bd {
	background: #fff;
	padding: 20px 20px 30px;
	margin-top: 87px;
}
.guanfang .bd .box img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.guanfang .col-lg-5 p{
	line-height: 28px;
	text-indent: 3em;
	position: relative;
	margin: 30px 0;
}
.guanfang .col-lg-5 p::before{
	content: '';
	display: block;
	width: 35px;
	height: 31px;
	background: url(../images/5_07.png) center no-repeat;
	position: absolute;
	top: -10px;
	left: 0;
}
.guanfang .col-lg-5 p::after{
	content: '';
	display: block;
	width: 35px;
	height: 31px;
	background: url(../images/5_11.png) center no-repeat;
	position: absolute;
	bottom:0;
	right: 0;
}
.guanfang .col-lg-5 .pic{
	width: 148px;
	height: 148px;
	border-radius: 50%;
	margin: 20px 0 10px;
}
.guanfang .col-lg-5 h4{
	font-size: 16px;
}
.guanfang .right{
	border: 1px solid #eee;
}
/**/
.banner_info{
	height: 600px;
	line-height: 600px;
	background: url(../images/2_02.jpg) center no-repeat;
}
.aboutpage .a{
	text-align: center;
	padding: 90px 0;
}
.aboutpage .a li{
	float: left;
	width: 14.285%;
	line-height: 30px;
}
.aboutpage .a li p{
	margin: 10px 0 0;
}
.aboutpage .b{
	color: #fff;
	font-size: 16px;
	background: url(../images/2_29.jpg) right center no-repeat #0b3775;
}
.aboutpage .b .pic{
	margin-right: 110px;
}
.aboutpage .b p{
	line-height: 32px;
	margin: 0;
	text-indent: 2em;
}
.aboutpage .b h2{
	font-size: 50px;
	margin-top: 0;
}
.aboutpage .b h3{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 60px;
}
.aboutpage .c {
	background: url(../images/bg.png) bottom center no-repeat;
}
.aboutpage .c .title{
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	padding: 50px 0 30px;
}
.aboutpage .c h3{
	font-size: 18px;
	margin-top: 40px;
}
.aboutpage .c .bd{
	height: 174px;
	overflow: hidden;
}
.aboutpage .c .bd.on{
	height: auto;
}
.aboutpage .c .col-lg-3 a{
	text-align: center;
	display: block;
	margin-top: 20px;
}
.aboutpage .c .col-lg-3 a img{
	width: 100%;
}
.aboutpage .c .col-lg-3 a p{
	margin-top: 10px;
}
.aboutpage .c .more{
	color: #999;
	border: 1px solid #eee;
	display: inline-block;
	border-radius: 5px;
	width: 160px;
	line-height: 40px;
	margin-top: 30px;
	background: url(../images/2_75.png) 80% center no-repeat;
}
.aboutpage .c .swiper-slide{
	    -webkit-transition: transform 1.0s;
	    -moz-transition: transform 1.0s;
	    -ms-transition: transform 1.0s;
	    -o-transition: transform 1.0s;
	    -webkit-transform: scale(0.8);
	transform: scale(0.85);
	    margin-top: 70px;
	    margin-bottom: 70px;
}
.aboutpage .c .swiper-slide-active{
	-webkit-transform: scale(1.2);
	    transform: scale(1.2);
	    z-index: 1002;
}
.aboutpage .c .swiper-slide .school{
	background: #fff;
	border: 1px solid #eee;
	border-radius: 5px;
	padding: 30px;
}
.aboutpage .c .swiper-slide .school>p{
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 20px;
}
.aboutpage .c .swiper-slide .school .pic{
	width: 118px;
	text-align: center;
	margin-right: 30px;
	font-size: 12px;
}
.aboutpage .c .swiper-slide .school img{
	width: 118px;
	height: 118px;
	border-radius: 50%;
}
.aboutpage .c .swiper-slide .school .flex_item p{
	line-height: 24px;
	text-indent: 3em;
	position: relative;
	font-size: 12px;
}
.aboutpage .c .swiper-slide .school .flex_item p::after{
	content: '';
	display: block;
	width: 27px;
	height: 22px;
	background: url(../images/home_124-40.png) center no-repeat;
	position: absolute;
	left: 0;
	top: -5px;
}
.aboutpage .c .swiper-container{
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.aboutpage .c .swiper-pagination-bullet-active{
	background: #c92440;
	width: 30px;
	border-radius: 10px;
}
.aboutpage .c .swiper-slide .school .flex_item p::before{
	content: '';
	display: block;
	width: 27px;
	height: 22px;
	background: url(../images/home_128.png) center no-repeat;
	position: absolute;
	right: 0;
	bottom: -5px;
}
.aboutpage .d{
	height: 400px;
	color: #fff;
	padding-top: 80px;
	background: url(../images/2_82.jpg) center no-repeat;
}
.aboutpage .d dt{
	font-size: 60px;
	font-weight: bold;
}
.aboutpage .d dd{
	font-size: 24px;
	letter-spacing: 10px;
	margin: 10px 0 65px;
}
.aboutpage .d a{
	color: #fff;
	background: #c92440;
	font-size: 16px;
	padding:10px 40px;
	border-radius: 25px;
}
.aboutpage .e{
	padding: 50px 0;
	line-height: 28px;
}
.aboutpage .e dd{
	line-height: 28px;
}
.aboutpage .e dl{
	padding-bottom: 35px;
}
.aboutpage .e dt{
	font-weight: bold;
	line-height: 28px;
}
.aboutpage .e .col-lg-3{
	text-align: center;
}
.aboutpage .e .col-lg-3 p{
	margin: 10px 0 0;
}
/**/

.homepage .header{
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	color: #fff;
}
.homepage .logo{
	-webkit-filter: grayscale(100%) brightness(1000%);
	filter: grayscale(100%) brightness(1000%);
}
.homepage .header .navbar-default .navbar-nav>li>a{
	color: #fff;
}
.homepage .a{
	position: relative;
}
.homepage .a video{
	vertical-align: middle;
}
.homepage .a .container{
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%,0);
}
.homepage .a .container .flex{
	background: rgba(0,0,0,0.5);
	padding: 20px;
	color: #fff;
}
.homepage .a .container .pic{
	margin-right: 10px;
	width: 137px;
}
.homepage .a .container .pic img{
	width: 100%;
}
.homepage .a .container p{
	margin: 10px 0 0;
	line-height: 28px;
	font-size: 16px;
}
.homepage .a .container .flex_item{
	padding-left: 20px;
}
.homepage .a .container .btn{
	color: #fff;
	font-size: 16px;
	background: #c92440;
	padding: 10px 30px;
	border-radius: 30px;
}
.homepage .title{
	display: flex;
	align-items: center;
	font-size: 16px;
	position: relative;
	margin-bottom: 40px;
	padding-bottom: 15px;
}
.homepage .title a{
	color: #666;
}
.homepage .title::after{
	content: '';
	border-bottom: 1px solid #0d37bf;
	display: block;
	width: 176px;
	position: absolute;
	bottom: 0;
}
.homepage .title .flex_item{
	position: relative;
	font-size: 20px;
}
.homepage .title .flex_item::after{
	content: '';
	border-bottom: 3px solid #c92440;
	display: block;
	width: 38px;
	position: absolute;
	bottom: -16px;
	z-index: 3;
}
.homepage .b{
	background: #f5f5f5;
	padding: 80px 0;
}
.homepage .b .box{
	background: #fff;
	border: 1px solid #eee;
	border-radius: 5px;
	overflow: hidden;
}
.homepage .b .box .pic{
	position: relative;
	width: 340px;
	color: #fff;
}
.homepage .b .box .pic .btn{
	background: #c92440;
	color: #fff;
	position: absolute;
	left: 20px;
	bottom: 20px;
}
.homepage .b .box>.flex> .flex_item{
	padding: 15px;
}
.homepage .b .box .flex_item ul{
	line-height: 28px;
	color: #666;
}
.homepage .b .box h3{
	margin-bottom: 10px;
	font-weight: bold;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	height: 48px;
	line-height: 24px;
	overflow: hidden;
}
.homepage .b .swiper-pagination{
	bottom: 0;
}
.homepage .b .swiper-container{
	padding-bottom: 50px;
}
.homepage .b .swiper-pagination-bullet-active{
	width: 30px;
	border-radius: 10px;
	background: #c92440;
}
.homepage .c{
	padding: 80px 0;
}
.homepage .c .col-md-7{
	text-align: center;
}
.homepage .c .col-md-7 .right{
	padding-left: 30px;
}
.homepage .c p{
	text-align: left;
	color: #666;
	line-height: 31px;
	font-size: 15px;
	margin-top: 20px;
}
.homepage .c .btn{
	background: #c92440;
	color: #fff;
}
.homepage .c .col-md-7 h2{
	font-weight: bold;
	margin-top: 30px;
	font-size: 32px;
}
.homepage .c .col-md-7 h5{
	color: #999;
}
.homepage .c .ft{
	margin-top: 50px;
}
.homepage .c .ft p{
	margin-bottom: 25px;
}
.homepage .c .ft .pic{
	display: block;
	position: relative;
	padding: 0 10px 10px;
}
.homepage .c .ft .pic:before{
	content: '';
	display: block;
	background: #28417c;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	top: 50%;
}
.homepage .c .ft .pic img{
	width: 100%;
	position: relative;
	z-index: 3;
}
.homepage .c .ft .row{
	margin:0 -18px ;
}
.homepage .c .ft .col-lg-6{
	padding: 0 18px;
}
.homepage .d{
	height: 900px;
	background: url(../images/bg_02.jpg) center no-repeat;
	padding-top: 100px;
}
.homepage .d .box{
	padding-top: 30px;
}
.homepage .d .title,.homepage .d .title a{
	color: #fff;
}
.homepage .d .title::after{
	border-bottom: 1px solid #fff;
}
.homepage .d .swiper-slide a{
	display: block;
	background: #fff;
	border-radius: 5px;
	font-size: 16px;
	padding: 20px;
}
.homepage .d .swiper-slide a p{
	font-weight: bold;
	margin-top: 10px;
}
.homepage .d .swiper-slide a img{
	width: 56px;
	height: 63px;
}
.homepage .d .swiper-pagination{
	bottom: 0;
}
.homepage .d .swiper-container{
	padding-bottom: 50px;
}
.homepage .d .swiper-pagination-bullet{
	background: #fff;
	opacity: 1;
}
.homepage .d .swiper-pagination-bullet-active{
	width: 30px;
	border-radius: 10px;
	background: #c92440;
}
.homepage .e{
	padding: 60px 0;
}
.homepage .e h3{
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	margin-top: 30px;
}
.homepage .e .col-lg-4 .flex{
	line-height: 28px;
	color: #666;
	margin-top: 15px;
}
.homepage .e .col-lg-4 .flex img{
	margin-right: 15px;
}
.homepage .e .col-lg-2 a,.homepage .e ul li a{
	display: block;
	text-align: center;
	margin-top: 20px;
	color: #666;
}
.homepage .e .col-lg-2 a img,.homepage .e ul li img{
	border: 2px solid #d8e3ee;
	width: 100%;
	margin-bottom: 10px;
}
.homepage .e .col-lg-2 a p{
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.homepage .e ul{
	margin: 0 -10px;
}
.homepage .e ul li{
	float: left;
	width: 20%;
	padding:0 10px;
}
.homepage .f{
	background: url(../images/bg_04.jpg) center no-repeat;
	height: 700px;
	padding-top: 76px;
}
.homepage .f .pic{
	border: 10px solid #28417c;
}
.homepage .f p{
	line-height: 28px;
	text-indent: 2em;
}
.homepage .f .row{
	margin: 0 -20px;
}
.homepage .f .col-lg-4{
	padding: 0 20px;
}
.homepage .f h4{
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 25px;
}
.homepage .f .btn{
	background: #c92440;
	    color: #fff;
		margin-top: 20px;
}
.homepage .f .photo {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	margin-top: -100px;
	margin-right: 35px;
}
.homepage .f .txt p{
	text-indent: 3em;
	position: relative;
}
.homepage .f .txt p::after {
    content: '';
    display: block;
    width: 27px;
    height: 22px;
    background: url(../images/home_124-40.png) center no-repeat;
    position: absolute;
    left: 0;
    top: -5px;
}
.homepage .f .txt p::before {
    content: '';
    display: block;
    width: 27px;
    height: 22px;
    background: url(../images/home_128.png) center no-repeat;
    position: absolute;
    right: 0;
    bottom: -5px;
}
.homepage .g{
	background: url(../images/bg_05.jpg) center no-repeat;
	height: 380px;
	padding-top: 76px;
	text-align: center;
	color: #fff;
	line-height: 31px;
	font-size: 16px;
}
.homepage .h{
	height: 600px;
	background: url(../images/home_161.png) center no-repeat;
	padding-top: 85px;
}
.homepage .h dt{
	font-weight: bold;
	font-size: 42px;
	color: #c92440;
}
.homepage .h dd{
	color: #28417c;
	font-size: 28px;
	font-weight: bold;
}
.homepage .h p{
	margin: 15px 0 060px;
	font-size: 23px;
}
.homepage .h h3{
	font-size: 28px;
}
.homepage .h .form-control{
	margin-bottom: 20px;
}
.homepage .h .btn{
	width: 166px;
	height: 35px;
	background: #c92440;
	color: #fff;
}
/**/
.zixun .bd .homepage .b{
	background: none;
	padding: 0;
}
.zixun .bd .homepage .b .box{
	margin-bottom: 20px;
}
.pagination>li>a, .pagination>li>span{
	color: #666;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
	background: #c92440;
	border: 1px solid #c92440;
}
.zixun .bd .homepage .e{
	padding: 0;
	margin-top: -20px;
}

/**/
.newitem h1{
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}
.newitem h5{
	text-align: center;
	color: #999;
}
.newitem .box{
	padding:15px 30px;
}
.newitem .box p{
	line-height: 24px;
	margin: 15px 0;
}
.newitem .ft{
	margin-top: 15px;
}
.newitem .ft a{
	display: block;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}





@media screen and (min-width:981px) and (max-width:1400px) {
	.header .navbar-default .navbar-nav>li>a {
		padding: 0 15px;
		
	}
	.header .navbar-collapse{
		width: 820px;
	}
	.homepage .f .pic{
		width: 100%;
	}
}

@media screen and (min-width:769px) and (max-width:980px) {

	.logo img {
		width: 110px;
	}
.homepage .b .box .flex{
		display: block;
	}
	.homepage .b .box .flex .pic{
		width: 100%;
	}
	.homepage .b .box .flex_item ul{
		margin: 0;
	}
	.homepage .f,.homepage .h{
		height: auto;
		padding: 30px 0;
		background-size: cover;
	}
	.header .navbar-default .navbar-nav>li>a {
		padding: 0 5px;
		font-size: 14px;
	}
	.header .navbar-collapse{
		width: 600px;
		margin-left: 30px;
	}
	.homepage .f .btn{
		margin: 10px 0 30px;
	}
	.footer .code>div{
		margin-right: 10px;
	}
	.footer .code img{
		width: 80px;
	}
	.zixun .left{
		font-size: 14px;
	}
	.aboutpage .b .pic{
		width: 400px;
		margin-right: 30px;
	}
	.aboutpage .b{
		font-size: 14px;
	}
	.aboutpage .b p{
		line-height: 26px;
	}
	.aboutpage .c .swiper-slide .school .flex{
		display: block;
	}
	.aboutpage .c .swiper-slide .school .pic{
		margin: 0 auto;
	}

}

@media (max-width:768px) {
	.header {
		line-height: 45px;
		padding: 0 15px;
		font-size: 14px;
	}

	.navbar-collapse {
		float: none;
	}

	.header .navbar-default .navbar-nav>li>a {
		line-height: 40px;
		padding: 0 15px;
		font-size: 14px;
	}

	.header .lang {
		padding-right: 10px;
	}

	.header .logo {
		width: 110px;
		margin-left: 15px;
	}

	.header .navbar-collapse {
		position: static;
		transform: translate(0, 0);
		width: 100%;
		text-align: left;
	}

	.infotitle {
		font-size: 24px;
		letter-spacing: 10px;
	}

	.searchpage {
		padding-top: 50px;
	}

	.searchpage .bd {
		margin-bottom: 10px;
	}
	.liuxueitem .bd .a .flex{
		display: block;
	}
	.liuxueitem .bd .a .search{
		width: 100%;
		margin-top: 15px;
	}
	.liuxueitem .bd .a .pic{
		margin: 0 0 10px 0;
	}
	.liuxueitem .bd .b .box{
		padding: 0 15px 15px;
	}
	.liuxueitem .bd{
		margin-top: 30px;
		margin-bottom: 20px;
	}
	.liuxueitem .bd .d img{
		margin-bottom: 10px;
	}
	.guanfang .title{
		line-height: 22px;
		padding: 10px 10px 10px 50px;
	}
	.aboutpage .b .flex{
		display: block;
	}
	.aboutpage .b .pic{
		margin: 0;
		width: 100%;
	}
	.aboutpage .a li{
		width: 50%;
	}
	.banner_info {
		height: 300px;
		line-height: 300px;
	}
	.banner_info img{
		width: 70%;
	}
	.footer{
		padding: 30px 0;
	}
	.aboutpage .a{
		padding: 30px 0;
	}
	.aboutpage .b .flex_item{
		padding: 15px;
	}
	.aboutpage .b h3{
		font-size: 14px;
		margin: 10px 0;
	}
	.aboutpage .b h2{
		font-size: 25px;
	}
	.aboutpage .b{
		font-size: 12px;
	}
	.aboutpage .c .title{
		padding: 30px 0 0;
	}
	.aboutpage .c h3{
		margin-top: 20px;
		font-size: 16px;
	}
	.aboutpage .c .swiper-slide-active{
		    -webkit-transform: none;
		    transform: none;
	}
	.aboutpage .c .swiper-slide{
		margin: 30px 0;
	}
	.aboutpage .c .swiper-slide .school .flex{
		display: block;
	}
	.aboutpage .c .swiper-slide .school .pic{
		margin: 0 auto;
	}
	.aboutpage .d dt{
		font-size: 36px;
	}
	.aboutpage .e .col-lg-3 p{
		margin: 10px 0;
	}
	.homepage .a .container {
		display: none;
	}
	.homepage .b .box .flex{
		display: block;
	}
	.homepage .b .box .flex .pic{
		width: 100%;
	}
	.homepage .b .box .flex_item ul{
		margin: 0;
	}
	.homepage .b,.homepage .c,.homepage .e{
		padding: 30px 0;
	}
	.homepage .c .col-md-7 h2 {
		font-size: 20px;
	}
	.homepage .c .col-md-7 .right{
		padding: 0;
	}
	.homepage .c .btn{
		margin-bottom: 30px;
	}
	.homepage .c .ft{
		margin: 0;
	}
	.homepage .d{
		padding: 30px 0;
		height: auto;
	}
	.homepage .d .title{
		margin-bottom: 0;
	}
	.homepage .e h3{
		line-height: 24px;
	}
	.homepage .f .btn{
		margin: 0 0 20px 0 ;
	}
	.homepage .f .title{
		margin-bottom: 20px;
	}
	.homepage .f .pic{
		width: 100%;
		margin-top: 20px;
	}
	.homepage .e ul li{
		width: 50%;
	}
	.homepage .f,.homepage .g,.homepage .h{
		height: auto;
		padding: 30px 0;
		background-size: cover;
	}
	.homepage .h dt{
		font-size: 24px;
	}
	.homepage .h dd,.homepage .h h3{
		font-size: 18px;
	}
	.homepage .h p{
		font-size: 14px;
		margin: 10px 0;
	}
	.zixun .bd,.guanfang .bd{
		margin-top: 30px;
		margin-bottom: 0;
	}
	.zixun,.guanfang{
		padding-top: 40px;
	}
	.liuxueitem .bd .d .title, .zixun .col-lg-9 .title{
		margin: 10px 0;
	}
	.zixun .col-lg-9 .hd h1{
		font-size: 20px;
		padding-top: 15px;
	}
	.guanfang .right{
		margin-top: 15px;
	}
	.homepage .header{
		position: static;
		background: #fff;
	}
	.homepage .header .navbar-default .navbar-nav>li>a,.homepage .header{
		color: #666;
	}
	.newitem .ft .text-right{
		text-align: left;
	}
}
	/* 核心团队 */
.fl {
  float: left;
}

.fr {
  float: right;
}
.team {
  position: relative;
}

.team ul {
  margin-top: 6.63%;
}

.team ul li {
  display: inline-block;
  width: 90%;
  margin:0 5% 2.77% 5% ;
  background: #0b3775;
}

.team ul li img {
  width: 100%;
  display: block;
}

.team ul li:hover img {
  transform: scale(1.1);
}


.team ul li:nth-child(5),
.team ul li:nth-child(6),
.team ul li:nth-child(7),
.team ul li:nth-child(8),
.team ul li:nth-child(9),
.team ul li:nth-child(10) {
  display: none;
}

.team .img-box {
  width: 38%;
  overflow: hidden;
}

.team .fr {
  width: 62%;
  padding: 2% 3.71%;
  color: #ffffff;
}

.team .fr p,
.team .fr h6 {
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.28rem;
}

.team .fr p.name {
  margin-top: 4%;

  margin-bottom: 4%;
  font-size: 2rem;
  font-weight: bold;
  padding: 16px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.team .fr p{  text-indent: 0;}
.team .more-box {
  text-align: center;
}

.team .more-box a {
  width: 31.25%;
  height: 0.88rem;
  line-height: 0.88rem;
}
@media screen and (max-width: 768px){
.team .img-box, .team .fr {
    width: 100%;
}
  .team ul li {
    width: 100%;
    margin:0;
  }
}
