/* ---- 幻灯片 Style ---- */
#banner_swiper {
	width: 100%;
	position: relative;
	margin-bottom: 45px;
}
.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	direction: ltr;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	/* Fix of Webkit flickering */
	z-index: 1;
}
.swiper-wrapper {
	position: relative;
	width: 100%;
	-webkit-transition-property: -webkit-transform, left, top;
	-webkit-transition-duration: 0s;
	-webkit-transform: translate3d(0px, 0, 0);
	-webkit-transition-timing-function: ease;
	-moz-transition-property: -moz-transform, left, top;
	-moz-transition-duration: 0s;
	-moz-transform: translate3d(0px, 0, 0);
	-moz-transition-timing-function: ease;
	-o-transition-property: -o-transform, left, top;
	-o-transition-duration: 0s;
	-o-transform: translate3d(0px, 0, 0);
	-o-transition-timing-function: ease;
	-o-transform: translate(0px, 0px);
	-ms-transition-property: -ms-transform, left, top;
	-ms-transition-duration: 0s;
	-ms-transform: translate3d(0px, 0, 0);
	-ms-transition-timing-function: ease;
	transition-property: transform, left, top;
	transition-duration: 0s;
	transform: translate3d(0px, 0, 0);
	transition-timing-function: ease;
}
.swiper-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}
.swiper-slide {
	float: left;
	position: relative;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
}
#banner_swiper .swiper-slide a {
	height: 100%;
	width: 100%;
	display: block;
}
#banner_swiper .swiper-slide img {
	visibility: hidden;
}
.pagination {
	position: absolute;
	right: 0;
	left: 0;
	text-align: right;
	bottom: 6.6%;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding-right: 50px;
	line-height: 0px;
	z-index: 8;
}
.pagination .swiper-pagination-switch {
	display: inline-block;
	width: 62px;
	height: 6px;
	background: #fff;
	margin: 0 3px;
	cursor: pointer;
	overflow: hidden;
}
.pagination .swiper-active-switch {
	background: #7d1e09;
}
@media (max-width:1200px) {
#banner_swiper {
	margin-bottom: 30px;
}
.pagination {
	padding-right: 4.25%;
}
.pagination .swiper-pagination-switch {
	width: 5%;
	height: 6px;
	margin: 0 0.25%;
}
}
@media (max-width:768px) {
#banner_swiper {
	margin-bottom: 20px;
}
#banner_swiper {
	height: auto;
}
.pagination .swiper-pagination-switch {
	height: 3px;
}
}
/* ---- 首页框架 Style ---- */
.leftmidd_coat {
	width: 59%;
	float:left;
}
.leftBox {
	width: 48%;
	float: left;
	margin-bottom: 20px;
}
.middBox {
	width: 48.5%;
	float: right;
	margin-bottom: 20px;
}
.right_coat{
	float: right;
	width: 38.5%;}
.rightBox {
	width:100%;
	margin-bottom: 20px;
}
/* ---- 首页列表 Style ---- */
.indexList {
}
.indexList li {
	height: 30px;
	line-height: 30px;
	position: relative;
	font-size: 14px;
	color: #333;
	padding: 0 0 0 10px;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.indexList li::before {
	content: '';
	position: absolute;
	left: 0px;
	top: 14px;
	width: 3px;
	height: 3px;
	line-height: 0px;
	font-size: 0px;
	background: #666;
}
/* ---- 图文报道 Style ---- */	
.image_text {
	overflow: hidden;
	line-height: 30px;
	font-size: 14px;
	color: #333;
	text-indent: 2em;
}
.image_text .pic {
	width: 60%;
	overflow: hidden;
	position: relative;
	float: left;
	display: inline-block;
	margin-right: 2.2%;
	text-indent: 0;
}
.image_text .pic i {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 60px;
	height: 60px;
	margin-left: -30px;
	margin-top: -30px;
	border-radius: 50%;
	overflow: hidden;
	background: url(../image/icon_play.png) center center no-repeat rgba(255,255,255,0.5);
	background-size: 42.4% auto;
}
.image_text .pic img {
	width: 100%;
	height: auto;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.image_text .pic:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.image_text a {
	color: #7d1e09;
}
/* ---- 学校介绍 Style ---- */
.text_image {
	overflow: hidden;
	line-height: 28px;
	font-size: 14px;
	color: #333;
	text-indent: 2em;
}
.text_image .pic {
	width: 39.6%;
	overflow: hidden;
	position: relative;
	float: right;
	padding: 0 1.3% 1.3%;
	display: inline-block;
	margin-right: 2.2%;
	text-indent: 0;
	background: url(../image/image_text_bg.png) center bottom no-repeat;
	background-size: 100% auto;
	position: relative;
}
.text_image .pic i {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-left: -20px;
	margin-top: -20px;
	border-radius: 50%;
	overflow: hidden;
	background: url(../image/icon_play.png) center center no-repeat rgba(0,0,0,0.4);
	background-size: 42.4% auto;
}

.text_image .pic a{
	overflow:hidden;
	display:block;}
.text_image .pic img {
	width: 100%;
	height: auto;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.text_image .pic:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.text_image a {
	color: #7d1e09;
}
@media (max-width:1220px) {
.image_text {
	line-height: 24px;
	font-size: 12px;
}
.text_image {
	line-height: 24px;
	font-size: 12px;
}
}
@media (max-width:768px) {
.leftmidd_coat {
	width: 100%;
}
.leftBox {
	margin-bottom: 16px;
}
.middBox {
	margin-bottom: 16px;
}
.right_coat{
	width: 100%;}
.rightBox {
	width:100%;
	margin-bottom: 16px;
}
.right_top{
	float:left;
	width:48%}
.right_bottom{
	float:right;
	width:48%;}
.image_text .pic {
	width: 40%;
}
.text_image .pic {
	width: 40%;}
.image_text .pic i {
	width: 40px;
	height: 40px;
	margin-left: -20px;
	margin-top: -20px;
}
.text_image .pic i {
	width: 40px;
	height: 40px;
	margin-left: -20px;
	margin-top: -20px;
}
}
@media (max-width:500px) {
.leftBox {
	width:100%;
	margin-bottom: 14px;
}
.middBox {
	width:100%;
	margin-bottom: 14px;
}

.rightBox {
	margin-bottom: 14px;
}
.right_top{
	width:100%}
.right_bottom{
	width:100%;}

.indexList li {
	height: auto;
	min-height:30px;
	line-height: 20px;
	padding:5px 0 5px 10px;
	overflow: auto;
	white-space: normal;
	-o-text-overflow: normal;
	text-overflow: normal;
}
.image_text {
	line-height: 22px;
}
.text_image {
	line-height: 22px;
}
.text_image .pic{
	float:left;}
.image_text .pic i {
	width: 32px;
	height: 32px;
	margin-left: -16px;
	margin-top: -16px;
}
.text_image .pic i {
	width: 32px;
	height: 32px;
	margin-left: -16px;
	margin-top: -16px;
}
}
/* ---- 广告语 Style ---- */
.adsBox{
	margin-bottom:16px;}
.adsBox img{
	width:100% !important;
	height:auto !important;}
.adsBox embed{
	width:100% !important;
	height:auto !important;}
/* ---- 校园风光 Style ---- */
.showList{
	overflow:hidden;
	margin-bottom:45px;}
.showList li{
	width:23.5%;
	margin-right:2%;
	float:left;
	position:relative;
	overflow:hidden;}
.showList li:last-child{
	margin-right:0px;}
.showList li img{
	width:100%;
	height:100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;}
.showList li:hover img{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);}
.showList li p{
	position:absolute;
	left:0px;
	bottom:0px;
	width:100%;
	min-height:40px;
	padding:8px 10px;
	line-height:24px;
	font-size:16px;
	color:#fff;
	background:rgba(0,0,0,0.7);
	text-align:center;}
@media (max-width:1024px) {
.showList{
	margin-bottom:30px;}
.showList li p{
	min-height:30px;
	padding:5px 10px;
	line-height:20px;
	font-size:14px;}
}
@media (max-width:768px) {
.showList{
	margin-bottom:15px;}
.showList li{
	width:48.5%;
	margin-right:3%;
	margin-bottom:3%;}
.showList li:nth-child(2n){
	margin-right:0px;}
}
@media (max-width:500px) {
.showList{
	margin-bottom:10px;}
.showList li p{
	min-height:24px;
	padding:3px 6px;
	line-height:18px;
	font-size:12px;}
}
/* ---- 最新框架20171219增加 Style ---- */
.kobeBox{
	width:32%;
	margin-right:2%;
	float:left;
	margin-bottom:25px;}
.kobeBox:nth-child{3n}{
	margin-right:0;}
#kobe_swiper {
	width: 100%;
	position: relative;
}
#kobe_swiper .swiper-slide img {
	width: 100%;
	height: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
#kobe_swiper .swiper-slide:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

#kobe_swiper .swiper-slide p {
	min-height: 30px;
	line-height:24px;
	padding:3px 80px 3px 10px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	background: rgba(0,0,0,0.4);
	font-size:16px;
	color:#fff;
}
.kobe_pagination {
  position: absolute;
  right: 0;
  text-align: right;
  bottom:10px;
  width: 100%;
  padding-right:4px;
  line-height:0px;
  z-index:8;
}
.kobe_pagination .swiper-pagination-switch {
  display: inline-block;
  width: 8px;
  height: 8px;
  background:#fff;
  margin: 0 4px;
  cursor: pointer;
  overflow:hidden;
}

.kobe_pagination .swiper-active-switch{
	background:#2ba1d3;
}

@media (max-width:768px) {
.kobeBox{
	width:48.5%;
	margin-right:0%;
	margin-bottom:20px;}
.kobeBox:nth-child(2n){
	float:right;}
#kobe_swiper {
	width: 100%;
}
#kobe_swiper .swiper-slide p {
	min-height:30px;
	line-height:18px;
	font-size:12px;
	padding:6px 62px 6px 6px;
}
.kobe_pagination {
  bottom:10px;
  padding-right:2px;
}
.kobe_pagination .swiper-pagination-switch {
  width: 6px;
  height:6px;
  margin: 0 3px;
}
}
@media (max-width:520px) {
.kobeBox{
	width:100%;
	margin-bottom:10px;}
}






/* ---- 校园影像20180116增加 Style ---- */
.showSwiper{
	max-width:1224px;
	position:relative;
	margin:0 auto 45px;
	}
.showSwiper .swiper-container{
	width:100%;
	margin:0 auto;}
.showSwiper .swiper-container{
	padding:0px;}
.showSwiper .swiper-slide{
	padding:0px 12px;}
.showSwiper .con{
	width:100%;
}
.showSwiper .con a{
	display:block;
	width:100%;
	height:100%;
	position:relative;
	overflow: hidden;}
.showSwiper .con img{
	width:100%;
	height:100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;}
.showSwiper .con:hover img{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);}
.showSwiper .con p{
	position:absolute;
	left:0px;
	bottom:0px;
	background:rgba(0,0,0,0.6);
	text-align:center;
	height:40px;
	width:100%;
	padding:0 10px;
	line-height:40px;
	font-size:16px;
	color:#fff;
	overflow:hidden;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;}
.showSwiper .show-left,.showSwiper .show-right {
	position:absolute;
	top:50%;
	margin-top:-45px;
	height:90px;
	width:40px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:45% auto;
	background-color: rgba(255,255,255,0.3);
	z-index:9;
	cursor:pointer;}
.showSwiper .show-left{
	right:100%;
	background-image: url(../image/arrow_left.png);}
.showSwiper .show-right{
	left:100%;
	background-image:url(../image/arrow_right1.png);}
@media screen and (max-width:1300px) {

.showSwiper{
	padding:0 35px;
	position:relative;
	margin:0 auto 30px;
	}
.showSwiper .swiper-slide{
	padding:0 5px;}
.showSwiper .con p{
	height:28px;
	padding:0 8px;
	line-height:28px;
	font-size:15px;}
.showSwiper .con p span.detail{
	line-height:28px;}
.showSwiper .show-left,.showSwiper .show-right {
	margin-top:-30px;
	height:60px;
	width:30px;}
.showSwiper .show-left{
	right:auto;
	left:0px;}
.showSwiper .show-right{
	left:auto;
	right:0px;}
}
@media screen and (max-width:990px) {
.showSwiper .show-left{
	right: auto;
	left:0px;}
.showSwiper .show-right{
	left: auto;
	right:0px;}
}
@media screen and (max-width:768px) {
.showSwiper{
	padding:0 25px;
	margin:0 auto 20px;
	}
.showSwiper .con p{
	height:24px;
	padding:3px 8px;
	line-height:18px;
	font-size:12px;}
}