﻿/*首页背景相关*/
.zoom-home{position:fixed;left:0;right:0;top:0;bottom:0;z-index:0;}
.zoom-admissions{background:url(../images/1010.jpg) no-repeat center bottom;background-size:100% 100%;position:fixed;left:0;right:0;top:0;bottom:0;z-index:-1;}
.zoom-news{background:url(../images/3030.jpg) no-repeat center bottom;background-size:100% 100%;position:fixed;left:0;right:0;top:0;bottom:0;z-index:-2;}
.zoom-history{background:url(../images/2020.jpg) no-repeat center bottom;background-size:100% 100%;position:fixed;left:0;right:0;top:0;bottom:0;z-index:-3;}
@media (max-width:960px){
	.zoom-home{position:relative;width:100%;height:100%;height:100vh;}
	.zoom-admissions,
	.zoom-news,
	.zoom-history{display:none;}
}

/*首屏图片切换*/
.cbp-bislideshow {
	list-style: none;
	width: 100%;
	height: 650px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	padding: 0;
	margin: 0;
	margin-top:7%
}
.cbp-bislideshow li {
	position: absolute;
	width: 101%;
	height: 101%;
	top: -0.5%;
	left: -0.5%;
	opacity: 0;
	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
	transition: opacity 1s;
}
@media (max-width:960px){
	.cbp-bislideshow{position:relative;}
}
/* If background-size supported we'll add the images to the background of the li */
.backgroundsize .cbp-bislideshow li {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-position: center center;
}

/* ...and hide the images */
.backgroundsize .cbp-bislideshow li img {
	display: none;
}

.cbp-bislideshow li img {
	display: block;
	width: 100%;
}
/* Fallback */

.no-js.no-backgroundsize .cbp-bislideshow li:first-child {
	opacity: 1;
}

.no-js.backgroundsize .cbp-bislideshow li:first-child img {
	display: block;
}

/*第一屏内容*/
header{height:100%;height:100vh;position:relative;overflow:hidden;text-align:center;}
/*第一屏文字*/
.Banner-Fonts{
  width: 100%;
  position:absolute;
  top: 40%;
  left: 0;
  z-index:1;
  text-align:center;	
  line-height:45px; 
  
  text-shadow:1px 1px 10px #333;
}
.Banner-Fonts h1{font-size:90px;color:#2155ca;line-height:90px;color:#fff;}
.Banner-Fonts h2{font-size:60px;color:#2155ca;line-height:90px;color:#fff;}

/*第一屏SCROLL*/
.bohua_scroll {
  position:fixed;
  bottom: 0;
  width: 100px;
  height:100px;
  margin:auto;
  display: block;
  cursor: pointer;
  left: 0;
  right: 0;
  z-index:1;
  padding-bottom:40px;
  text-transform: uppercase;
  line-height:30px;
  color:#fff; 
  font-size:16px;
}
.bohua_scroll .scroLine {
	width:5px;
	height:70px;
    display: block;
    -webkit-animation: pulse 2s infinite;
            animation: pulse 2s infinite;
    color: #2155ca; 
	background:#2155ca;
	margin:auto;
	
}
@media (max-width:960px){
	.bohua_scroll{display:none;}
}
/*滚屏内容*/
.section {width:100%;height:100%;height:100vh;overflow:hidden;}
.container {
  width:100%;
  margin:50px auto;
  max-width:1200px;
  -webkit-transform: translateZ(1000px);
          transform: translateZ(1000px);
		  position:relative;
		  z-index:10;
		  
}
@media (max-width:1000px){
.section{clear:both;height:auto;overflow:hidden;float:none;}
}
/*首页按钮*/
.button-link{border:#2155ca solid 2px;line-height:38px;padding:0 20px;clear:both;display:block;float:left;color:#2155ca;margin-top:20px;text-transform: uppercase;}
.button-link:hover{background:#2155ca;color:#fff;}

@media (max-width:1024px){
	.Banner-Fonts h1{font-size:60px;line-height:55px;}
	.Banner-Fonts h2{font-size:14px;}

}
@media (max-width:960px){
	.Banner-Fonts{padding:0 15px;}
	.Banner-Fonts h1{font-size:40px;line-height:45px;}
	.Banner-Fonts h2{font-size:18px;line-height:25px;}
	.button-link{margin-top:0;line-height:30px;}
	
}
@media (max-width:640px){
	.Banner-Fonts{padding:0 15px;}
	.Banner-Fonts h1{font-size:40px;line-height:45px;}
	.Banner-Fonts h2{line-height:25px;}
	.button-link{margin-top:0;line-height:30px;}
}
/*首页招生*/
.bohua-index-adm{clear:both;width:1170px;position:relative;padding:0;-webkit-box-sizing: border-box;box-sizing: border-box;display: block;color: #fff;margin:0 auto 32px;}
.bohua-index-adm .adm-title{color:#2155ca;font-size:40px;display:block;text-transform:uppercase;padding:0 0 20px 60px;font-family:"bohua-Regular-Bold",Microsoft YaHei;font-weight:bold;}
.bohua-index-adm .adm-content{width:100%;height:360px;background:#fff;padding:35px 60px;position:relative;}
.bohua-index-adm .adm-content b{clear:both;display:block;font-size:26px;color:#000;float:left;}
.bohua-index-adm .adm-content .redLine{clear:both;display:block;width:20px;height:3px;margin:30px 0;background:#2155ca;float:left;}
.bohua-index-adm .adm-content dd{clear:both;width:500px;height:auto;font-size:14px;color:#000;line-height:23px;float:left;}
.bohua-index-adm .adm-content a{margin-bottom:10px;float:left;}
.bohua-index-adm .adm-content a:hover b{color: #2155ca;opacity:1;}
.bohua-index-adm .adm-content .adm-img{width:520px;height:330px;position:absolute;right:55px;bottom:-45px;}
.bohua-index-adm .adm-content .adm-redimg{width:67px;height:334px;position:absolute;right:-30px;top:-20px;}
.bohua-index-adm .adm-content .adm-img-zoom{clear:both;height:230px;display:none;overflow:hidden;}
.bohua-index-adm .adm-content .adm-img-zoom img{width:50%;}

@media (max-width:1220px){
	.bohua-index-adm{width:100%;}
	.bohua-index-adm .adm-content{
		box-shadow: 0 0 0 rgba(0,0,0,0.2);
		-moz-box-shadow: 0 0 0 rgba(0,0,0,0.2);
		-webkit-box-shadow: 0 0 0 rgba(0,0,0,0.2);
		background:none;
		height:auto;
		overflow:hidden;
	}
	.bohua-index-adm .adm-content dd{width:50%;padding:20px 0 0;}
	.bohua-index-adm .adm-img{display:none;}
	.bohua-index-adm .adm-redimg{display:none;}
	.bohua-index-adm .redLine{display:none;}
	.bohua-index-adm .adm-img-zoom{display:block !important;}
	
}
@media (max-width:1000px){
.bohua-index-adm .adm-title{padding:0;font-size:30px;}
.bohua-index-adm .adm-content{padding:35px 0 0;}
.bohua-index-adm .adm-content .adm-img-zoom img{width:100%;}
.bohua-index-adm .adm-content b{font-size:22px;}
.bohua-index-adm .adm-content dd{width:100%;}
}
/*首页新闻*/
.bohua-index-news{position:relative;padding:0 0 0 18px;-webkit-box-sizing: border-box;box-sizing: border-box;margin-bottom: 32px;display: block;color: #fff;}
@media (max-width:1366px){	
.bohua-index-news{padding:0 0 3px 18px;}
}
.bohua-index-news .news-title{color:#2155ca;font-size:40px;display:block;text-transform:uppercase;padding:0 0 20px 35px;font-family:"bohua-Regular-Bold",Microsoft YaHei;font-weight:bold;}
.bohua-index-news .news-content{clear:both;width:1200px;}
.bohua-index-news .news-content .redLine{clear:both;display:block;width:20px;height:3px;margin:15px 0;background:#2155ca;float:left;}
.bohua-index-news .news-content .redLine_list{clear:both;display:block;width:50px;height:3px;margin:15px 0 0;background:#2155ca;float:left;display:none;}
.bohua-index-news .news-content .button-link{margin-left:35px;}
	/*置顶*/
.bohua-index-news .news-content .news-istop{clear:both;width:485px;height:480px;background:#fff;padding:30px;float:left;position:absolute;}
.bohua-index-news .news-content .news-istop em{display: block;opacity:.9;font-size: 12px;margin-bottom: 14px;text-transform:uppercase;}
.bohua-index-news .news-content .news-istop b{clear:both;display:block;font-size:24px;line-height:35px;}
.bohua-index-news .news-content .news-istop i{clear:both;display:block;width:25px;height:3px;margin:20px 0;background:#2155ca;float:left;}
.bohua-index-news .news-content .news-istop dd{clear:both;display:block;line-height:20px;color:#000;}
	/*推荐*/
.bohua-index-news .news-content .news-comm{width:695px;height:210px;background:#fff;padding:30px;float:right;}
.bohua-index-news .news-content .news-comm .comm-info{clear:both;width:350px;float:left;}
.bohua-index-news .news-content .news-comm em{display: block;opacity:.9;font-size: 12px;margin-bottom: 14px;text-transform:uppercase;}
.bohua-index-news .news-content .news-comm b{clear:both;display:block;font-size:20px;line-height:20px;font-weight:normal;}
.bohua-index-news .news-content .news-comm i{clear:both;display:block;width:25px;height:3px;margin:20px 0;background:#2155ca;float:left;}
.bohua-index-news .news-content .news-comm dd{clear:both;display:block;line-height:20px;color:#000;}
	/*列表*/
.bohua-index-news .news-content .news-list{width:695px;height:110px;background:#fff;padding:20px 30px;float:right;/*margin-top:20px;*/ margin-bottom:13.5px;}
.bohua-index-news .news-content .news-list .list-info{clear:both;width:100%;border-left:#2155ca solid 3px;display:block;padding-left:20px;}
.bohua-index-news .news-content .news-list em{display: block;opacity:.9;font-size: 12px;margin-bottom: 14px;text-transform:uppercase;}
.bohua-index-news .news-content .news-list b{clear:both;display:block;font-size:20px;line-height:20px;font-weight:normal;}
.bohua-index-news .news-content .news-list i{clear:both;display:block;width:25px;height:3px;margin:20px 0;background:#2155ca;float:left;}
.bohua-index-news .news-content .news-list dd{clear:both;display:none;line-height:20px;color:#000;}
	/*图片*/
.bohua-index-news .news-content .img1{max-width:100%;height:200px;overflow:hidden;margin-top:15px;position:absolute;bottom:35px;left:35px;right:35px;}
.bohua-index-news .news-content .img1 img{width:100%;}
.bohua-index-news .news-content .img2{width:220px;height:140px;overflow:hidden;float:right;margin-left:35px;}
.bohua-index-news .news-content .img2 img{width:100%;min-height:140px;}

.bohua-index-news .news-content tt{clear:both;font-size:14px;font-weight:bold;display:none;line-height:26px;}
.bohua-index-news .news-content .img-zoom{width:100%;height:230px;overflow:hidden;position:relative;left:0;right:0;display:none;padding:15px 0;}
.bohua-index-news .news-content .img-zoom img{width:100%;}

.bohua-index-news .news-content a:hover b{color: #2155ca;opacity:1;}

.redSquare{width:80px;height:25px;clear:both;float:left;overflow:hidden;background:#2155ca;display:none;}

@media (max-width:1220px){	
	.bohua-index-news{padding:0 0 30px;}
	.bohua-index-news .news-title{padding:0;font-size:30px;}
	.bohua-index-news .news-content{width:100%;}
	.bohua-index-news .news-content .news-istop,
	.bohua-index-news .news-content .news-comm,
	.bohua-index-news .news-content .news-list{
		clear:both;
		width:auto;
		height:auto;
		box-shadow: 0 0 0 rgba(0,0,0,0.2);
		   -moz-box-shadow: 0 0 0 rgba(0,0,0,0.2);
		-webkit-box-shadow: 0 0 0 rgba(0,0,0,0.2);
		background:none;
		display:block;
		float:none;
		position:relative;
		padding:20px 0;
		margin:0;
	}
	.bohua-index-news .news-content .news-istop b{font-size:18px;}
	.redSquare{display:block;}
	.bohua-index-news .news-content .redLine{display:none;}
	.bohua-index-news .news-content .redLine_list{display:block;}
	.bohua-index-news .news-content .img1{display:none;}
	.bohua-index-news .news-content .img2{display:none;}
	.bohua-index-news .news-content .img-zoom{display:block;}
	
	.bohua-index-news .news-content .news-comm .comm-info,
	.bohua-index-news .news-content .news-list .list-info{width:100%;}
	
	.bohua-index-news .news-content tt{display:block;}
	.bohua-index-news .news-content .news-comm b,
	.bohua-index-news .news-content .news-list b{
		font-weight:bold;	
		font-size:18px;
	}
	.bohua-index-news .news-content .news-list .list-info{border:none;padding:0;}
	.bohua-index-news .news-content .news-list dd{display:block;}
	.bohua-index-news .news-content em{display:none !important;}
	.bohua-index-news .news-content dd{padding:15px 0;}
	.bohua-index-news .news-content .button-link{margin-left:0;}
	
}
/*首页 视频 开始*/
.bohua-index-video{clear:both;width:1170px;position:relative;padding:0;-webkit-box-sizing: border-box;box-sizing: border-box;display: block;color: #fff;margin:0 auto 32px;}
.bohua-index-video .video-title{color:#2155ca;font-size:40px;display:block;text-transform:uppercase;padding:0 0 20px 60px;font-family:"bohua-Regular-Bold",Microsoft YaHei;font-weight:bold;}
.bohua-index-video .video-content{width:100%;height:450px;background:#fff;padding:20px 40px;position:relative;}
.bohua-index-video .video-content video{width:100%;height:100%;}
@media (max-width:1220px){
.bohua-index-video{clear:both;width:100%;position:relative;padding:0;-webkit-box-sizing: border-box;box-sizing: border-box;display: block;color: #fff;margin:0 auto 32px;}
.bohua-index-video .video-title{color:#2155ca;font-size:40px;display:block;text-transform:uppercase;padding:0 0 20px 60px;font-family:"bohua-Regular-Bold",Microsoft YaHei;font-weight:bold;}
.bohua-index-video .video-content{width:100%;height:100%;background:#fff;padding:20px 40px;position:relative;}
.bohua-index-video .video-content video{width:100%;height:100%;}
}
/*首页学校历史*/
.bohua-index-history{clear:both;width:1170px;position:relative;padding:0;-webkit-box-sizing: border-box;box-sizing: border-box;display: block;color: #fff;margin:0 auto 32px;}
.bohua-index-history .history-title{color:#2155ca;font-size:40px;display:block;text-transform:uppercase;padding:0 0 20px 60px;font-family:"bohua-Regular-Bold",Microsoft YaHei;font-weight:bold;}
.bohua-index-history .history-content{width:100%;/*height:560px;*/background:#fff;padding:10px 40px;position:relative;}

.bohua-index-history .history-content ul{ margin: 0 -30px;}
.bohua-index-history .history-content li{ margin-bottom: 10px; float: left; width: 33.333%; padding: 0 30px; box-sizing: border-box;}
.bohua-index-history .history-content li:nth-child(3n+1){ clear: both;}
.bohua-index-history .history-content li .box{ position: relative; font-size: 0;}
.bohua-index-history .history-content li .box img{ width: 100%;}
.bohua-index-history .history-content li .box .text{  position:absolute; top:0; left:0; width: 100%;  height:0; overflow: hidden; background: rgba(0,0,0,.5); text-align: center; box-sizing: border-box; padding: 0 30px; color: #FFFFFF; -webkit-transition: all ease .4s; -moz-transition: all ease .4s; -ms-transition: all ease .4s; -o-transition: all ease .4s; transition: all ease .4s;}
.bohua-index-history .history-content li .box .text div{ display: inline-block; vertical-align: middle; font-size: 14px;}
.bohua-index-history .history-content li .box .text i{ display: inline-block; vertical-align: middle; height: 100%;}
.bohua-index-history .history-content li .box .text span{ margin-top: 30px; display: inline-block; border: 1px solid #FFFFFF; padding: 2px 25px;}
.bohua-index-history .history-content li .box .text em{ display: inline-block; margin-left: 10px;}
.bohua-index-history .history-content li .tit{ margin-top: 12px;}
.bohua-index-history .history-content li .tit span{ font-size: 18px; font-weight: bold; color: #353535; position: relative; display: inline-block; padding-left: 12px; line-height: 18px;}
.bohua-index-history .history-content li .tit span:before{ content:""; position: absolute; top:1px; left:0; width: 2px; height: 16px; background: #00a0e9;}
.bohua-index-history .history-content li .tit em{ margin-left:10px; display: inline-block; font-size: 12px; color: #cccccc; text-transform: uppercase;}
.bohua-index-history .history-content li a:hover .text{ height: 100%;}


@media (max-width:1220px){
	.bohua-index-history{width:100%;}
	.bohua-index-history .history-content{
		box-shadow: 0 0 0 rgba(0,0,0,0.2);
		   -moz-box-shadow: 0 0 0 rgba(0,0,0,0.2);
		-webkit-box-shadow: 0 0 0 rgba(0,0,0,0.2);
		background:none;
	}
	.bohua-index-history .history-content .his-info{width:50%;clear:both;display:block;float:none;}
	.bohua-index-history .history-content dd{width:100%;padding:20px 0 0;}
	.bohua-index-history .history-img{display:none;}
	.bohua-index-history .history-redimg{display:none;}
	.bohua-index-history .redLine{display:none;}
	.bohua-index-history .history-img-zoom{display:block !important;}
	
}
@media (max-width:1000px){
.bohua-index-history .history-title{padding:0;font-size:30px;}
.bohua-index-history .history-content{padding:35px 0 0;}
.bohua-index-history .history-content .history-img-zoom img{width:100%;}
.bohua-index-history .history-content .his-info{width:100%;}
.bohua-index-history .history-content b{font-size:22px;}
.bohua-index-history .history-content dd{width:100%;}
.bohua-index-history .history-content ul{ margin: 0 10px;}
.bohua-index-history .history-content li{ margin-bottom: 10px; float: left; width: 50%; padding: 0 10px; box-sizing: border-box;}
.bohua-index-history .history-content li:nth-child(3n+1){ clear:none !important;}
.bohua-index-history .history-content li .box{ position: relative; font-size: 0;}
.bohua-index-history .history-content li .box img{ width: 100%;}
.bohua-index-history .history-content li .box .text{  position:absolute; top:0; left:0; width: 100%;  height:0; overflow: hidden; background: rgba(0,0,0,.5); text-align: center; box-sizing: border-box; padding: 0 30px; color: #FFFFFF; -webkit-transition: all ease .4s; -moz-transition: all ease .4s; -ms-transition: all ease .4s; -o-transition: all ease .4s; transition: all ease .4s;}
.bohua-index-history .history-content li .box .text div{ display: inline-block; vertical-align: middle; font-size: 14px;}
.bohua-index-history .history-content li .box .text i{ display: inline-block; vertical-align: middle; height: 100%;}
.bohua-index-history .history-content li .box .text span{ margin-top: 30px; display: inline-block; border: 1px solid #FFFFFF; padding: 2px 25px;}
.bohua-index-history .history-content li .box .text em{ display: inline-block; margin-left: 10px;}
.bohua-index-history .history-content li .tit{ margin-top: 12px;}
.bohua-index-history .history-content li .tit span{ font-size: 18px; font-weight: bold; color: #353535; position: relative; display: inline-block; padding-left: 12px; line-height: 18px;}
.bohua-index-history .history-content li .tit span:before{ content:""; position: absolute; top:1px; left:0; width: 2px; height: 16px; background: #00a0e9;}
.bohua-index-history .history-content li .tit em{ margin-left:10px; display: inline-block; font-size: 12px; color: #cccccc; text-transform: uppercase; height:24px;}
.bohua-index-history .history-content li a:hover .text{ height: 100%;}
}
@media (max-width:800px){
.bohua-index-history .history-content li .tit{ height:34px !important;}
}
/*搜索*/
.bohua-search{clear:both;width:1200px;margin:50px 0 0;position:relative;background:#fff;transition: all 150ms linear 0s;margin:50px auto 0;}
.bohua-search .keywords{
	display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    font-weight: 700;
    font-size:56px;
    line-height: 1.2;
    padding: 30px 70px 10px 0;
    border: 0;
    color: #333;
    outline: 0;
	border-bottom:#2155ca solid 1px;
}
.bohua-search .searchBtn{width:25px;height:25px;position:absolute;right:0;top:60px;z-index:5;line-height:25px;text-align:center;border:none;background:none;font-size:20px;}
.bohua-search .searchBtn:hover{color: #2155ca;}
.bohua-search:after{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border-bottom: 2px solid #2155ca;
	bottom: 0px;
	content: " ";
	display: block;
	margin: 0 auto;
	-webkit-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
	width: 0;
	opacity:0;
	box-shadow: 0 0 15px rgba(177,44,57,0.8);
}
.bohua-search:hover:after{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border-color: #2155ca;
	-webkit-transition: width 200ms ease-in-out;
	transition: width 200ms ease-in-out;
	width:100%;
	opacity:1;
	box-shadow: 0 0 15px rgba(177,44,57,0.8);
}
.bohua-search-help{clear:both;width:1200px;line-height:30px;display:block;font-size:16px;color:#666;margin:10px auto 0;}
/*通用页面*/
.wrapper{clear:both;width:100%;height:auto;overflow:hidden;margin:0 auto;padding:0 0 20px;background:#fff;position:relative;z-index:10;}
.bohua-cent{clear:both;display:block;margin:185px auto 20px;}
.bohua-cent.shadowsBg{width:1130px;padding:50px 155px 0;background:#fff url(../images/contentbg.gif) no-repeat center center;background-size:1130px 100%;}
.bohua-cent.shadowsNo{width:1000px;padding:50px 0 0;}
@media (max-width:1360px){
	.bohua-cent{margin:100px auto 20px;}
	.bohua-cent.shadowsBg{width:100%;padding:100px 50px 0;background:none;}
	.bohua-cent.shadowsNo{width:100%;padding:50px 50px 0;}
}
@media (max-width:1130px){
	.bohua-cent{margin:100px auto 20px;}
	.bohua-cent.shadowsBg{width:100%;padding:100px 50px 0;background:none;}
	.bohua-cent.shadowsNo{width:100%;padding:50px 50px 0;}
}
@media (max-width:950px){
	.bohua-cent.shadowsBg{padding:50px 50px 0;}
	.bohua-cent.shadowsNo{padding:50px 50px 0;}
}
@media (max-width:640px){
	.bohua-cent.shadowsBg{padding:20px 20px 0;}
	.bohua-cent.shadowsNo{padding:20px 20px 0;}
}
/*标题样式*/
.bohua-cent h1{font-size:30px;color:#2155ca;text-transform:uppercase;margin:0 auto 15px;list-style:none;font-family:"bohua-Regular-Bold",Microsoft YaHei;}
.bohua-cent h2{font-size:16px;line-height:22px;margin:0 auto;color:#444;}
/*表格样式*/
.bohua-cent table{clear:both;width:100% !important;margin:20px auto !important;}
.bohua-cent table td{width:auto !important;border:#999 solid 1px;padding:3px 7px;}
/*边线*/
.bohua-cent .bdline{border:none !important;border-bottom:#d8d8d8 solid 1px !important;text-align:left !important;}
.bohua-cent .bdline b{font-size:16px;}
.bohua-cent .bdline p{font-size:14px;}
/*内容部分*/
.bohua-cent .content{line-height:28px;padding:30px 0 0;margin:0 auto;font-size:15px;color:#444;}
.bohua-cent .content p{ text-indent:2em;}
.bohua-cent .content img{max-width:100%;margin-bottom:20px;}
.bohua-cent .content .redLine{clear:both;display:block;width:50px;height:3px;margin:20px 0;background:#2155ca;}

.bohua-cent .content span.roundNo{width:20px;height:20px;border-radius:100%;background:#000;text-align:center;line-height:20px;color:#fff;display:inline-block;margin-right:5px;}
.bohua-cent .singleDown{clear:both;display:block;padding:50px 0 0;}
.bohua-cent .singleDown1{clear:both;display:block;padding:0px 0 0;}
.bohua-cent .singleDown b{color:#2155ca;font-size:20px;display:block;}
.bohua-cent .singleDown span{font-size:14px;color:#333;display:block;clear:both;line-height:30px;}
.bohua-cent .singleDown .editDown{clear:both;padding:0 0 10px;display:block;height:auto;}
.bohua-cent .singleDown .editDown a{display:block;margin-top:15px;font-size:16px;margin-right:20px;}
.bohua-cent .singleDown .editDown i{color:#2155ca;}
.bohua-cent .singleDown .editDown .code{width:140px;height:140px;position:absolute;right:-70px;bottom:30px;background:#fff;border-radius:10px;padding:10px;display:none;z-index:100;}
.bohua-cent .singleDown .editDown .code img{width:100%;}
.bohua-cent .sort-line{width:50px;height:3px;background:#2155ca;clear:both;display:block;margin:0 auto;}
.bohua-cent .map{line-height:28px;padding:30px 0 0;margin:0 auto;font-size:15px;color:#444;}
.process-img{clear:both;position:relative;margin-bottom:150px;}
.process-img .process-intro{width:800px;height:auto;overflow:hidden;background:#fff;position:absolute;z-index:10;bottom:-100px;right:50px;padding:40px 60px;font-size:13px;}
.process-img .process-intro-zoom{clear:2155ca;padding:20px 0 0;line-height:26px;font-size:13px;display:none;}
.process-rules{clear:both;width:75%;background:#2155ca;color:#fff;padding:25px;}
.process-rules b{list-style-type:disc;font-size:27px;display:block;}
.process-rules span{clear:both;display:block;font-size:16px;padding-left:23px;line-height:35px;}
.process-rules-zoom{clear:both;color:#2155ca;padding:20px 0;display:none;}
.process-title{clear:both;padding:80px 0 0;display:block;font-size:25px;color:#2155ca;font-weight:bold;}
.process-flow{clear:both;/*border-left:#2155ca solid 2px;margin:30px 0 0 25px;*/margin:30px 0 0;display:block;}
.process-flow .flow-item{clear:both;margin-top:50px;}
.process-flow .flow-item.noMg{margin-top:0;}
.process-flow .flow-item .iconImg{width:50px;float:left;margin-top:-20px;}
.process-flow .flow-item .iconImg img{width:100%}
.process-flow .flow-item .iconImg img{width:100%;}
.process-flow .flow-item .iconNum{width:25px;height:25px;float:left;border-radius:50px;background:#2155ca;text-align:center;line-height:25px;color:#fff;font-size:14px;}
.process-flow .flow-item .itemIntro{margin-left:45px;}
.process-flow .flow-item .itemIntro b{font-size:15px;font-weight:normal;}
.process-flow .flow-item .itemIntro img{margin:20px 0 15px !important;}
.process-flow .flow-item .itemIntro em{font-size:13px;color:#666;}

@media (max-width:1100px){
	.process-img{margin-bottom:50px;}
	.process-img .process-intro{display:none;}
	.process-img .process-intro-zoom{display:block;}
	.process-rules{display:none;}
	.process-rules-zoom{display:block;}
	
}
/*参观及体验学校 */
.visit-img{clear:both;position:relative;margin-bottom:50px;}
.visit-img .visit-intro{width:700px;height:auto;overflow:hidden;background:#fff;position:absolute;z-index:10;bottom:-60px;right:50px;padding:40px 60px;}
.visit-img .visit-intro-zoom{clear:2155ca;line-height:26px;font-size:13px;display:none;}
.visit-info{clear:both;padding:50px 0 0;}
.visit-info b{clear:both;display:block;font-size:26px;color:#2155ca;}
.visit-info div{clear:both;}
@media (max-width:1100px){
	.visit-img{margin-bottom:50px;}
	.visit-img .visit-intro{display:none;}
	.visit-img .visit-intro-zoom{display:block;}
	.visit-info{clear:both;padding:0 0 0;}
	
}
/*下载中心*/
.bohua-download{line-height:28px;height:auto;padding:30px 0 0;margin:0 auto;}
.bohua-download ul{display:block;margin-bottom:100px;}
.bohua-download li{clear:both;backgroundd:#fff;height:auto;overflow:hidden;background:#fff;clear:both;padding:10px;display:block;margin-top:50px;}
.bohua-download li .conBox{clear:both;float:left;width:720px;padding:15px 25px;}
.bohua-download li .conBox a{display:block;margin-top:15px;color:#2155ca;font-size:16px;margin-right:20px;}
.bohua-download li .conBox .code{width:140px;height:140px;position:absolute;right:-70px;bottom:30px;background:#fff;border-radius:10px;padding:10px;display:none;z-index:100;}
.bohua-download li .conBox .code img{width:100%;}
.bohua-download li img{width:200px;float:right;}
.bohua-download li .img1{display:none;}
.bohua-download b{clear:both;display:block;font-size:30px;line-height:35px;}
.bohua-download i{clear:both;display:block;width:25px;height:3px;margin:20px 0;background:#2155ca;float:left;}
.bohua-download dd{clear:both;display:block;line-height:20px;color:#333;}

.bohua-download .readMore{clear:both;display:block;padding:30px 0 0;color:#2155ca;text-transform:uppercase;}
.bohua-download .loadMore{font-size:30px;font-weight:bold;color:#2155ca;clear:both;display:block;text-align:center;}
.bohua-download .loadMore a{color:#2155ca;}
.bohua-download .readMore span{transition:0.5s;/*过渡效果*/margin-left:0;}
.bohua-download .readMore:hover span{margin-left:10px;}

@media (max-width:1100px){
	.bohua-download li{
		box-shadow: 0 0 0 rgba(0,0,0,0.2);
		   -moz-box-shadow: 0 0 0 rgba(0,0,0,0.2);
		-webkit-box-shadow: 0 0 0 rgba(0,0,0,0.2);
		background:none;
		padding:0;
	}
	.bohua-download li .conBox{clear:both;width:100%;float:none;padding:0;}
	.bohua-download li .img0{display:none;}
	.bohua-download li .img1{display:block;float:none;margin:10px 0 0;}
	
}
/*搜索*/
.bohua-search-list{clear:both;width:1000px;display:block;margin:130px auto;}
.bohua-search-list ul{display:block;margin:60px 0 100px;}
.bohua-search-list li{clear:both;height:auto;backgroundd:#fff;background:#fff;clear:both;padding:20px;display:block;margin-top:50px;}
.bohua-search-list li a{font-size:20px;}
.bohua-search-list i{width:100px;min-height:60px;display:block;margin-right:35px;border-right:#2155ca solid 3px;float:left;color:#2155ca;text-transform:uppercase;font-weight:bold;}
.bohua-search-list .listBox{width:800px;min-height:60px;margin-left:150px;}
.bohua-search-list em{display: block;opacity:.9;margin-bottom: 14px;text-transform:uppercase;}
.bohua-search-list b{display:block;line-height:35px;}

.bohua-search-list .readMore{clear:both;display:block;padding:30px 0 0;color:#2155ca;text-transform:uppercase;}
.bohua-search-list .loadMore{font-size:30px;font-weight:bold;color:#2155ca;clear:both;display:block;text-align:center;}
.bohua-search-list .loadMore a{color:#2155ca;}
/*内页标题*/
.bohua-title{clear:both;padding:50px 0 0;display:block;text-align:left;position:relative;z-index:10;}
.bohua-title h1{font-size:65px;color:#2155ca;text-transform:uppercase;}
.bohua-title .tab{font-size:14px;float:right;font-weight:bold;}
.bohua-title .tab a{color:#2155ca;margin-left:20px;line-height:80px;}
/*内页新闻*/
.bohua-news{clear:both;width:1200px;height:auto;display:block;margin:130px auto;}
.bohua-news .news-comm{height:400px;position:relative;margin-bottom:220px;}
.bohua-news .news-comm .comm-info{width:700px;height:340px;background:#fff;position:absolute;z-index:10;bottom:-130px;right:50px;padding:40px 60px;color: #000;}
.bohua-news em{display: block;opacity:.9;font-size: 12px;margin-bottom: 14px;text-transform:uppercase;}
.bohua-news b{clear:both;display:block;font-size:30px;line-height:35px;}
.bohua-news i{clear:both;display:block;width:25px;height:3px;margin:20px 0;background:#2155ca;float:left;}
.bohua-news dd{clear:both;display:block;line-height:20px;}
.bohua-news .readMore{clear:both;display:block;padding:30px 0 0;color:#2155ca;text-transform:uppercase;}
.bohua-news .readMore span{transition:0.5s;/*过渡效果*/margin-left:0;}
.bohua-news .readMore:hover span{margin-left:10px;}
.bohua-news ul{display:block;margin-bottom:100px;}
.bohua-news li{clear:both;position:relative;width:1000px;height:380px;background:#fff;clear:both;padding:50px 60px;display:block;margin-top:80px;}
.bohua-news li .conBox{width:550px;}
.bohua-news li .imgShow{width:485px;height:260px;position:absolute;right:-200px;top:60px;z-index:10;}
.bohua-news .loadMore{font-size:30px;font-weight:bold;color:#2155ca;clear:both;display:block;text-align:center;}
.bohua-news .loadMore a{color:#2155ca;}
@media (max-width:1200px){
	.bohua-news{width:1100px;}
	.bohua-news .news-comm .comm-info{width:600px;}
	.bohua-news li{width:1000px;}
	.bohua-news li .conBox{width:500px;}
	.bohua-news li .imgShow{right:-100px;}
}
@media (max-width:1100px){
	.bohua-news{width:1000px;}
	.bohua-news .news-comm .comm-info{width:500px;padding:20px 30px;}
	.bohua-news li{width:900px;}
	.bohua-news li .conBox{width:400px;}
}
@media (max-width:1000px){
	.bohua-title{padding:0;}
	.bohua-news{width:1000px;padding:15px;}
	.bohua-news .news-comm .comm-info{width:95%;padding:30px;height:auto;overflow:hidden;right:50%;margin-right:-47.5%;}
	.bohua-news li{width:100%;}
	.bohua-news li .conBox{width:400px;}
	.bohua-news li .imgShow{right:0;}
}
@media (max-width:960px){
	.bohua-news{width:100%;padding:15px;}
	.bohua-news li{height:auto;overflow:hidden;}
	.bohua-news li .conBox{width:40%;}
	
}
@media (max-width:800px){
	.bohua-title h1{font-size:50px;}
	.bohua-news{margin:100px auto 0;}
	.bohua-news i{margin:10px 0;}
	.bohua-news b{font-size:20px;}
	.bohua-news .news-comm{margin-bottom:120px;}
	.bohua-news .news-comm .comm-info b{line-height:23px;}
	.bohua-news li{padding:0;margin-top:0;
			box-shadow: 0 0 0 rgba(0,0,0,0.2);
       -moz-box-shadow: 0 0 0 rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 0 rgba(0,0,0,0.2);}
	.bohua-news li .imgShow{position:relative;clear:both;width:100%;height:130px;overflow:hidden;display:block;}
	.bohua-news li .conBox{clear:both;width:100%;display:block;height:auto;overflow:hidden;margin-top:70px;}
	.bohua-news li .conBox b{line-height:23px;}
	.bohua-news .readMore{padding:15px 0 0;}
}
@media (max-width:640px){
	.bohua-news .news-comm{margin-bottom:0;height:auto;overflow:hidden;background-position:top center !important;}
	.bohua-news .news-comm .comm-info{position:relative;clear:both;width:100%;padding:10px 0;height:auto;overflow:hidden;right:0;bottom:0;margin-right:0;margin-top:45%;}
}
/*新闻详情背景*/
.bohua-news-over{position:fixed;top:130px;left:30px;right:30px;bottom:30px;z-index:1;background:url(../images/black.png);opacity:0;}
.bohua-news-bottom{position:fixed;top:130px;left:30px;right:30px;bottom:30px;z-index:2;background:url(../images/imgbg.png) repeat-x center bottom;}
.bohua-news-imgbg{position:fixed;top:130px;left:30px;right:30px;bottom:30px;z-index:0;}
/*新闻详情页按钮*/
.bohua-news-back{width:60px;height:50px;line-height:50px;text-align:center;background:#fff;position:fixed;left:30px;top:170px;font-size:20px;z-index:5;}
.bohua-news-prev,.bohua-news-next{position:fixed;width:180px;height:80px;background:#2155ca;color:#fff;text-align:center;line-height:80px;z-index:15;}
.bohua-news-prev:hover,.bohua-news-next:hover{box-shadow: 0 0 15px rgba(177,44,57,0.8);}
.bohua-news-prev:hover,.bohua-news-next:hover{color:#fff;}
.bohua-news-prev{left:0;top:50%;margin-top:-40px;}
.bohua-news-next{right:0;top:50%;margin-top:-40px;}
.bohua-prev-next-box{width:290px;display:none;}
.bohua-prev-title,.bohua-next-title{width:290px;height:150px;position:fixed;top:50%;background:#fff;color:#2155ca;z-index:10;line-height:20px;}
.bohua-prev-title{padding:50px 20px 20px 50px;left:-290px;}
.bohua-next-title{padding:50px 30px 20px 20px;right:-290px;}
/*新闻详情内容*/
.bohua-news-title{width:940px;position:fixed;bottom:100px;left:50%;margin-left:-470px;text-align:left;color:#fff;z-index:5;}
.bohua-news-title b{clear:both;display:block;font-size:55px;line-height:60px;}
.bohua-news-title span{clear:both;display:block;font-size:20px;line-height:50px;}
.bohua-news-content{width:1080px;height:auto;overflow:hidden;position:relative;background:#fff;margin:0 auto;z-index:10;padding:100px 40px;}
.bohua-news-content b{font-size:26px;display:block;line-height:35px;}
.bohua-news-content i{clear:both;display:block;width:25px;height:3px;margin:20px 0;background:#2155ca;float:left;}
.bohua-news-content em{clear:both;display: block;opacity: .9;font-size: 14px;text-transform:uppercase;}
.bohua-news-content .viewshow{clear:both;line-height:28px;padding:20px 0;}
.bohua-news-content .viewshow img{margin:20px 0;display:block;max-width:100%;margin:0 auto;}
.bohua-news-content .viewshow p{clear:both;display:block;}
.newScreenS{display:none;}
.bohua-screen-news{clear:both;width:100%;height:auto;overflow:hidden;padding:100px auto 0;padding:15px;position:relative;}
.bohua-screen-news .screen-tit{position:absolute;width:100%;padding:10px 30px;bottom:5%;left:50%;margin-left:-50%;z-index:5;color:#fff;}
.bohua-screen-news .screen-tit b{clear:both;display:block;font-size:20px;line-height:25px;}
.bohua-screen-news .screen-tit span{clear:both;display:block;font-size:16px;line-height:30px;}
.bohua-screen-news .screen-img{clear:both;position:absolute;top:0;left:0;bottom:0;right:0;
background-size:auto 100% ;/*!important*/
z-index:1;}
.bohua-screen-content{width:100%;height:auto;overflow:hidden;background:#fff;margin:0 auto;padding:20px;}
.bohua-screen-content b{font-size:20px;display:block;line-height:25px;}
.bohua-screen-content i{clear:both;display:block;width:25px;height:3px;margin:20px 0;background:#2155ca;float:left;}
.bohua-screen-content em{clear:both;display: block;opacity: .9;font-size: 14px;text-transform:uppercase;}
.bohua-screen-content .viewshow{clear:both;line-height:28px;padding:20px 0;}
.bohua-screen-content .viewshow img{display:block;max-width:100%;}

@media (max-width:1000px){
	.bohua-news-title{padding:0 15px;}	
}
@media (max-width:960px){
	.newScreenB{display:none;}
	.newScreenS{display:block;}
	.bohua-screen-news .screen-tit b{font-size:30px;line-height:35px;}
	.bohua-screen-news .screen-tit span{font-size:20px;line-height:25px;}
}
@media (max-width:640px){
	.newScreenB{display:none;}
	.newScreenS{display:block;}
	.bohua-screen-news .screen-tit b{font-size:24px;line-height:25px;}
	.bohua-screen-news .screen-tit span{font-size:14px;line-height:20px;}
}
.mapContent{line-height:28px;height:600px;padding:30px 0 0;margin:0 auto;font-size:15px;color:#444;}
/*首页日历*/
.bohua-calendar{clear:both;width:1200px;height:auto;padding:45px 0;}
.bohua-calender-index{margin:0 auto;}
.bohua-calender-index b{clear:both;display:block;font-size:40px;color:#2155ca;float:left;}
.bohua-calender-index .calender-title{clear:both;padding:0 45px 60px;display:block;}
.bohua-calender-pages{margin:185px auto 20px;}
.bohua-calender-pages b{clear:both;display:block;font-size:40px;color:#2155ca;float:left;}
.bohua-calender-pages .calender-title{clear:both;padding:0 0 60px;display:block;}
.bohua-calendar .calender-title a{float:right;color:#2155ca;font-size:14px;margin-top:15px;}
.bohua-calendar .calender-title .cal_bak{color:#fff;margin-top:10px !important;}
.bohua-calendar .calendar-today{clear:both;width:290px;height:240px;overflow:hidden;float:left;border-right:#7f7f7f solid 1px;text-align:center;padding:15px 0 0;}
.bohua-calendar .calendar-today .getToday{width:116px;height:135px;display:inline-block;background:url(today.png) no-repeat center center;text-align:center;padding:20px 0 0;background-size:100%;}
.bohua-calendar .calendar-today .getToday .getMonth{line-height:23px;font-size:24px;font-weight:bold;display:block;}
.bohua-calendar .calendar-today .getToday .getDay{clear:both;font-size:50px;color:#2155ca;font-weight:bold;display:block;line-height:55px;}
.bohua-calendar .calendar-today .getToday .getWeek{clear:both;font-size:20px;color:#fff;font-weight:bold;display:block;line-height:26px;}
.bohua-calendar .calendar-today .getToday .today{clear:both;padding:10px 0 0;display:block;font-weight:bold;font-size:16px;color:#2155ca;line-height:30px;}
.bohua-calendar .calendar-today .getEvent{clear:both;font-size:16px;font-weight:bold;color:#000;display:block;line-height:20px;padding:10px 20px 0;}
.bohua-calendar .calendar-weeks{width:870px;height:240px;float:right;overflow:hidden;position:relative;}
.bohua-calendar .calendar-weeks .itemflag{clear:both;width:810px;height:240px;float:left;position:relative;overflow:hidden;}
.bohua-calendar .calendar-weeks ul{width:2000%;height:240px;position:absolute;top:0; left:0;}
.bohua-calendar .calendar-weeks ul li{float:left;width:270px;height:240px;}
.bohua-calendar .calendar-weeks ul li .getDate{width:75px;height:85px;display:inline-block;background:url(calendar.png) no-repeat center center;text-align:center;padding:10px 0 0;background-size:100%;float:left;margin-top:60px;}
.bohua-calendar .calendar-weeks ul li .getDate .getMonth{line-height:23px;font-size:14px;font-weight:bold;display:block;color:#666;}
.bohua-calendar .calendar-weeks ul li .getDate .getDay{clear:both;font-size:28px;color:#c26a71;font-weight:bold;display:block;line-height:23px;}
.bohua-calendar .calendar-weeks ul li .getDate .getWeek{clear:both;font-size:12px;color:#dedede;font-weight:bold;display:block;line-height:22px;}
.bohua-calendar .calendar-weeks ul li .getEvent{width:180px;padding:80px 20px 0 0;display:block;font-weight:bold;font-size:16px;color:#666;line-height:20px;float:right;}
.bohua-calendar .calendar-weeks .current-next{width:50px;height:50px; position:absolute; top:85px; right:0px;cursor:pointer;}
.bohua-calendar .calendar-weeks .current-next i{font-size:30px;}
/*内页日历*/
.bohua-calendar #calendar{width:100%;margin: 0 auto;}
.bohua-calendar .cal-title{clear:both;padding:20px 0;color:#000;font-size:18px;font-weight:bold;}
.bohua-calendar .cal-intro{clear:both;font-size:16px;color:#000;}
.bohua-calendar .cal-detail{clear:both;font-size:13px;line-height:30px;padding:10px 0;}
<!------>
.pages{ margin:20px auto; text-align:center; width:80%;}
.pages li{ float:left; margin:0; list-style-type:none; padding:10px; width:auto; height:auto; position:relative; display:block; font-size:16px; clear:none;!important;}
.pages li a{ display:block;}
/**内容页**/
.rt20{ text-align:right; padding-right:24px;}
.lt20{ text-align:left; padding-left:24px;}
.mt20{ margin:20px auto;}
.w1200{ width:1200px;}
.idea{}
.idea em{ max-width:253px; margin-right:3%; float:left; display:block;}
.idea h2{font-size: 24px; color: #333; margin: 1% 0 1.5% 0;}
/**介绍版块**/
.conimg{position: relative;}
.conimg .conimga{position: relative; }
.conimg .conimga .shfj{position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden;}
.conimg .conimga .shfj img{position: absolute; top: 0; left: 0; width: 100%; opacity: 0; transition:.3s; -webkit-transition:.3s; -moz-transition:.3s; -ms-transition:.3s; -o-transition:.3s;}
.conimg .abq{position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden;}
.conimg .abq a{float: left; width:25%; position: relative; height: 100%; display:block;}
.conimg .abq a img{position: absolute; bottom: 0; left: 20%; width: 60%;}
.conimg .abq a:nth-child(2) img{left: 25%; width: 50%;}
.conimg .abq a:nth-child(3) img{left: 0%; width: 100%;}
.conimg .conimga .shfj img.cur{opacity: 1;}