body {
  margin: 0;
  padding: 0;
  font-family: "Microsoft YaHei", sans-serif,'Poppins',"Arial" !important;
  font-size: 15px;
  line-height: 1.5;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  /* background: #f8f8f8; */
  outline: 0;
  overflow-x: hidden;
  overflow-y: auto;
  color: #222222;
  position: relative;
}

div{box-sizing: border-box;}
a {
  text-decoration: none;
  color: #222222;
  outline: none;
  -webkit-transition: color 0.1s ease-in-out;
  -moz-transition: color 0.1s ease-in-out;
  -ms-transition: color 0.1s ease-in-out;
  -o-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
}
a:hover {
  text-decoration: none;
  color: #191919;
  outline: none;
  transition:0.5s all;
  /* -webkit-transition:0.5s all;
  -moz-transition:0.5s all;
  -o-transition:0.5s all;
  -ms-transition:0.5s all; */
}
a:focus {
  color: #222;
  text-decoration: none;
  outline: none;
}
:focus {
  outline: none;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
input[type="button"],input[type="submit"]{
  transition:0.5s all;
  -webkit-transition:0.5s all;
  -moz-transition:0.5s all;
  -o-transition:0.5s all;
  -ms-transition:0.5s all;
}
h1,h2,h3,h4,h5,h6{
  margin:0;
  font-weight:400;
  line-height: 1.5em;
}
p{
  line-height: 1.5em;
  font-size:16px;
  margin:0;
  text-align: justify;
}
label{
  margin:0;
}
li{
  font-size:16px;
  list-style:none;
  margin:0;
  padding:0;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}
.clearfix:after {
  clear: both;
}
.clear {
  clear: both;
}
.relative {
  position: relative;
}
.left{
  float:left;
}
.right{
  float:right;
}
.navbar img{max-width: 100%;}
section,.p-t-80{
  padding: 80px 0;
}
.m-t-40{margin-top: 40px}
.p-b-40{padding-bottom: 40px;}
.p-b-0{padding-bottom: 0;}
section img,.p-t-40 img,.logo img{
  width: 100%;
  height: auto!important;
}
.indexA_list img,.img-width{
  width: 100%;
}
.relative{position: relative;}
.m-t-30{margin-top: 30px;}
@media (max-width:1200px) {
section,.p-t-80{padding:60px 0;}
.m-t-30{margin-top: 20px;}
}
@media (max-width:992px) {
section,.p-t-80{padding:40px 0;}
.m-t-30{margin-top: 20px;}
}


/* 导航 */
.header-top{
  z-index: 9999;
  width: 100%;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  background: rgba(255,255,255,0.6);
}
.logo-box{
  padding: 20px 0;
}
.logo{
  width: 420px;
}
.logo-box i{
  display: block;
  background: #bf0707;
  width: 52px;
  height: 52px;
  line-height: 52px;
  border-radius: 52px;
  font-size: 36px;
  text-align: center;
  color: #ffffff;
  margin-right: 10px;
}
.logo-box p{
  font-size: 14px;
  color: #666666;
}
.logo-box h3{
  font-size: 28px;
  color: #bf0707;
  font-weight: 800;
}

.mobile-menu-b{
  text-align: center;
}
.navtab{
  background: #420701;
}
.nav-box{
  width: 100%;
  border-top: 2px solid #420701;
  border-bottom: 2px solid #420701;
}
.nav-box .mobile-menu-b li {
  display: inline-block;
  position: relative;
}
.nav-box .mobile-menu-b li:nth-child(3),.nav-box .mobile-menu-b li:nth-child(5),.nav-box .mobile-menu-b li:nth-child(8),.nav-box .mobile-menu-b li:nth-child(11){display: none;}
.nav-box .mobile-menu-b li:nth-child(5){display: none;}
.nav-box .mobile-menu-b li .mobile-n{
  display: block;
  color: #DEC390;
  font-size: 18px;
  position: relative; 
  letter-spacing: 2px;
  font-weight: 600;
  padding: 15px 20px;
}
.nav-box .mobile-menu-b li:hover  .mobile-n{
  background: #bf0707;
  color: #ffffff;
}
.nav-box .mobile-menu-b li .active{
  background: #bf0707;
  color: #ffffff;
}
.nav-box ul li:hover > .submenu {
  opacity: 1;
  visibility: visible;
  top: 102%;
  transform: scaleY(1);
}
.nav-box .submenu {
  position: absolute;
  top: 102%;
  left: 0;
  width: 100%;
  height: 0;
  background: #ffffff;  
  z-index: 11;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  padding: 0;
  margin: 0;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.nav-box ul li:hover .submenu{
  height: auto;
}
.submenu-a li{
  width: 100%;
  font-size: 16px;
  color: #666;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.submenu-a li:nth-child(1){
  margin-top: 10px;
}
.submenu-a li:last-child{
  margin-bottom: 10px;
}
.submenu-a li a{
  display: block;
  width: 100%;
  padding: 6px 5px;
}
.submenu-a li a:hover{
  color: #bf0707;
}
.header-right-btn{
  display: none;

}
.mobile-toggle-bar{display: none}
.mobile-toggle-bar i{
  display: block;
  width: 50px;
  height: 50px;
  z-index: 9;
  line-height: 50px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  background: #bf0707;
  border-radius: 10px;
  cursor: pointer;
}

/* 关闭 */
.close-icon i {
  display: block;
  margin-top: -16px;
  text-align: right;
  border: 0 none;
  color: #ff4a57;
  cursor: pointer;
  font-size: 20px;
  padding: 0;
}
.logo-side img {width: 155px;}
.side-info {
  border-top: 1px solid #344159;
  padding: 13px 0 0;
  margin-top: 20px
}
.contact-list h4 {
  color: #fff;
  font-size: 16px;
  margin-bottom: 4px;
  margin-top: 10px;
}
.contact-list h4::after {
  display: none;
}
.contact-list p {
  color: #fff;
  opacity: 0.5;
  margin: 0;
  margin-bottom: 4px;
  font-size: 13px;
}
/* 手机端切换 */
.responsive-logo img {
  width: 226px;
}
.mobile-nav-close {
  padding: 0;
  position: absolute;
  right: 20px;
  top: 0;  
  line-height: 50px;
  border: 0;
  border-radius: 50%;
}
.mobile-nav-close i{
  font-size: 20px;
  color: #222;
  cursor: pointer;
}
.mean-container .mean-nav {
  background: #ffffff none repeat scroll 0 0;
  float: left;
  width: 100%;
}
.mean-container .mean-bar, .mean-container .mean-bar * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.mean-container .mean-bar {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  float: left;
  position: relative;
  width: 100%;
  z-index: 99;
  padding: 0 7px;
}
a.meanmenu-reveal {
  display: none !important;
}
.responsive-logo {
  padding: 30px 20px;
}
.mobile-nav {
  position: fixed;
  top: 0;
  background: #ffffff none repeat scroll 0 0;
  right: -100%;
  transition: all 0.5s;
  width: 300px;
  z-index: 9999999;
  height: 100%;
  padding-top: 0;
}
.mobile-nav ul li a {
  display: block;
  color: #222;
  font-size: 16px;
  margin-bottom: 6px;
  font-weight: 500;
  text-transform: uppercase;
}
.mobile-nav ul li li {
  padding-left: 15px;
}
.mobile-nav ul li li a {
  text-transform: capitalize;
  font-weight: 400;
}
.show-nav {
  right: 0;
}
.mobile-nav .nav a.nav-link {
  display: block;
  width: 50%;
  float: left;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.8px;
  line-height: 1;
  padding: 10px 0;
}
.mobile-nav .nav a.nav-link.active {
  background-color: #111;
}
.mean-container .mean-nav ul li a {
  border: 0;
  color: #fff;
}
.mean-container .mean-nav ul li a.mean-expand {
  border-color: #2a3a57;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  background: transparent;
}
.mean-container .mean-nav ul li li a:hover{
  color: #ffffff;
  background-color: #bf0707;
}
.mean-container .mean-nav ul li a.mean-expand:hover{
  color: #bf0707;
  background: none;
}
.mean-container .mean-nav ul li:hover .mean-expand{
  color: #fff;
}
/* .mean-container .mean-nav ul li:not(:first-child) a {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
} */
.mean-nav > ul {
  display: block !important;
}
.mean-container .mean-nav ul li {
	position: relative;
	float: left;
	width: 100%;
  border: none;
}
.mean-container .mean-nav ul li a {
	color: #222;
	display: block;
  padding:4px 10px;
  border-radius: 5px;
	text-align: left;
	text-decoration: none;
  background:#e5e7ed;
  padding: 10px 20px;
  border: none;
  width: 82%;
}
.mean-container .mean-nav ul li li a {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  opacity: 0.75;
  padding: 10px 16px;
  text-shadow: none;
  visibility: visible;
  width: 80%;
}
.mean-container .mean-nav ul li a.mean-expand {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-image: none;
	border-style: none none solid solid;
	border-width: medium medium 1px 1px;
	font-weight: 700;
	height: 28px;
	margin-top: 1px;
	padding: 7px 12px;
	position: absolute;
	right: 15px;
	text-align: center;
	top: 0;
	width: 26px;
	z-index: 2;
  border: none;
}
.instaream-list{
  width: 32%;
  display: block;
  margin-right: 2%;
  margin-top: 20px;
  float: left;    
}
.instaream-list:nth-child(3n){margin-right: 0;}
.instaream-list img{width: 100%;}
.mean-container .mean-nav ul li a:hover{
  background: #bf0707;
  color: #ffffff;
}
/* 滚动时-导航浮窗 */


@media (max-width: 1400px) {
.nav-box .mobile-menu-b li .mobile-n{margin: 0 10px;}
}
@media (max-width: 1300px) {
.nav-box .mobile-menu-b li .mobile-n{margin: 0 8px;padding: 15px;}
.logo{width: 350px;}
}
@media (max-width: 1200px) {
.mobile-toggle-bar,.header-right-btn{display: block;}
.submenu-a li:nth-child(1){margin-top: 0;}
.submenu-a li:last-child{margin-bottom: 0;}
.header-top.on,.header-top{background: none;box-shadow:none}
.icon-sanjiaoxing1{display: none;}
.header-call{display: none;}
}
@media (max-width:992px) {
.header-call{display: none;}
.logo{width: 320px;}
.logo-box{padding: 15px 0;}
}
@media (max-width:750px) {
.logo{width: 260px;}
}


@media (max-width:580px) {
.mobile-toggle-bar i{width: 44px;height: 44px;line-height: 44px;border-radius: 6px;}
}
@media (max-width:480px) {
.headerTop p:nth-child(2){display: none;}
.logo{width: 270px;}
.headerTop p, .headerTop p a{font-size: 12px;}
}
@media (max-width:400px) {
.mobile-toggle-bar, .header-right-btn{margin-top: 0;}
}

.headerLogo{
  background: url(../images/4_1.jpg) no-repeat top / cover;
}
/*-- banner --*/
#slider {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 auto;
}
.rslides_tabs {
  list-style: none;
  padding: 0;
  background: rgba(0, 0, 0, .25);
  font-size: 18px;
  list-style: none;
  margin: 0 auto 10px;
  max-width: 540px;
  padding: 10px 0;
  text-align: center;
  width: 100%;
}
.rslides_tabs li {
  display: inline;
  float: none;
  margin-right: 1px;
}
.rslides_tabs a {
  width: auto;
  line-height: 20px;
  padding: 9px 20px;
  height: auto;
  background: transparent;
  display: inline;
}
.rslides_tabs li:first-child {
  margin-left: 0;
}
.rslides_tabs .rslides_here a {
  background: rgba(255, 255, 255, .1);
  color: #fff;
  font-weight: bold;
}
.events {
  list-style: none;
}
.callbacks_container {
  position: relative;
  float: none;
  text-align: center;
  width: 100%;
  overflow: hidden;
}
.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.callbacks li {
  position: absolute;
  left: 0;
  top: 0;
}
.callbacks .caption {
  display: block;
  position: absolute;
  z-index: 2;
  font-size: 20px;
  text-shadow: none;
  color: #fff;
  left: 0;
  right: 0;
  padding: 10px 20px;
  margin: 0;
  max-width: none;
  top: 10%;
  text-align: center;
}
.callbacks_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  bottom: 46%;
  left: 0;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  width: 48px;
  height: 48px;
  background: transparent url(../images/arrows.png) no-repeat left top;
}
.callbacks_nav.next {
  left: auto;
  background-position: right top;
  right: 22px;
}
.callbacks_nav.prev {
  right: auto;
  background-position: left top;
  left: 22px;
}
.callbacks_nav.next:hover{
  background: transparent url(../images/arrows2.png) no-repeat  right top;
}
.callbacks_nav.prev:hover{
  background: transparent url(../images/arrows2.png) no-repeat  left top;
}
#slider-pager a {
  display: inline-block;
}
#slider-pager span {
  float: left;
}
#slider-pager span {
  width: 100px;
  height: 15px;
  background: #fff;
  display: inline-block;
  border-radius: 30em;
  opacity: 0.6;
}
#slider-pager .rslides_here a {
  background: #fff;
  border-radius: 30em;
  opacity: 1;
}
#slider-pager a {
  padding: 0;
}
#slider-pager li {
  display: inline-block;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 0;
  width: 100%;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  left: 0%;
  top: 0;
  width: 100%;
}
.rslides li {
  position: relative;
  display: block;
  float: none;
}
.rslides img {
  width: 100%;
  height: auto;
  border: 0;
  height: 100%;
  transition:none!important;
  /* transition:all 1s ease 2.5s;
  transform:perspective(1000px) translate3d(0, 0, 0px); */
}
/* .rslides .callbacks1_on img{
  transition:all 1s ease 0s;
  transform:perspective(1000px) translate3d(0, 0, 50px);
} */
.callbacks_tabs {
  list-style: none;
  position: absolute;
  bottom: 20px;
  z-index: 99;
  left: 0;
  text-align: center;
  width: 100%;
}
.callbacks_tabs li {
  display: inline-block;
}
.callbacks_tabs a {
  visibility: hidden;
}
.callbacks_tabs a:after {
  content: "\f111";
  font-size: 0;
  font-family: FontAwesome;
  visibility: visible;
  display: block;
  width: 42px;
  height: 4px;
  display: inline-block;
  background: rgba(255,255,255,0.4);
  border: none;
  border-radius: 4px;
}
.callbacks_here a:after {
  background: #ffffff;
}
.m-banner{display: none;}
@media (max-width:992px) {
.callbacks_nav{width: 36px;height: 36px;background: transparent url(../images/arrows.png) no-repeat left top / cover;opacity: 1;}
.callbacks_nav.next:hover{
  background: transparent url(../images/arrows2.png) no-repeat  right top;
  background-size: 72px;
}
.callbacks_nav.prev:hover{
  background: transparent url(../images/arrows2.png) no-repeat  left top;
  background-size: 72px;
}
.callbacks_tabs a:after{width: 15px;}
.callbacks_tabs{bottom: 10px;}
}
@media (max-width:650px) {
.m-banner{display: block;}
.pc-banner{display: none;}
}
@media (max-width:480px) {
.slider-img-w3layouts{overflow: hidden;}
.callbacks_nav{bottom: 10px;z-index: 99999;}
.callbacks_nav.prev{left: 74%;}
}

.by-bg{
  background: url(../images/index_bg.jpg);
}


/* banner下 */
.advantages-list{
  width: 32%;
  margin-right: 2%;
  margin-top: 60px;
  background: #3c3229 url(../images/1.jpg) no-repeat right bottom;
  background-size: 100%;
  padding: 15px;
}
.advantages-list:nth-child(2){
  background: #3c3229 url(../images/2.jpg) no-repeat right bottom;
  background-size: 100%;
}
.advantages-list:nth-child(3){
  background: #3c3229 url(../images/3.jpg) no-repeat right bottom;
  background-size: 100%;
}
.advantages-list:last-child{margin-right: 0;}
.advantages-list i{
  font-size: 36px;
  color: #fff;
  display: block;
}
.advantages-border{
  border: 2px solid rgba(255,255,255,0.6);
  padding: 20px;
}
.advantages-list i{
  display:block;
  width: 64px;
  height: 64px;
  background: #ffffff;
  text-align: center;
  font-size: 42px;
  line-height: 64px;
  color: #bf0707;
  border-radius: 60px;
  float: left;
}
.advantages-text{
  display: block;
  margin-left: 15px;
  width: calc( 100% - 80px);
  float: left;
}
.advantages-text h3{
  font-size: 24px;
  color: #fff;
}
.advantages-text p{
  font-size: 14px;
  color: #fff;
  opacity: 0.8;
  min-height: 42px;
}
@media (max-width:1300px) {
.advantages-text h3{font-size: 20px;}
}
@media (max-width:1200px) {
.advantages-list i{width: 52px;height: 52px;line-height: 52px;font-size: 32px;}
.advantages-text p{min-height: 63px;}
.advantages-border{border-width: 2px;}
}
@media (max-width:992px) {
.advantages-list{margin-top: 40px;padding: 10px;}
.advantages-list i{float: none;display: block;margin: 0 auto;}
.advantages-text{width: 100%;text-align: center;margin: 0;}
.advantages-text h3{font-size: 18px;margin-top: 10px;}
.advantages-border{padding: 15px;}
}
@media (max-width:480px) {
.advantages-list{width: 100%;margin-top: 20px;}
.advantages-text p{min-height: auto;}
.advantages-list i{float: left;}
.advantages-text{width: calc( 100% - 80px);text-align: left;margin-left:15px}
.advantages-text h3{margin-top: 0;}

}



/* index-A */
.title p{
  font-size: 16px;
  color: #666;
  text-align: center;
  text-transform: capitalize;
}
.title h1{
  font-size: 40px;
  text-align: center;
  color: #333333;
  font-weight: 800;
}
.title h1 span{color: #bf0707;}
@media (max-width:1400px) {
.title h1{font-size: 36px;}
}
@media (max-width:1200px) {
.m-t-30{margin-top: 20px;}
}
@media (max-width:992px) {
.title h1{font-size: 32px;}
.title p{font-size: 14px;}
}

.index-A-list{
  width: 16.6%;
  padding: 0 10px;
  text-align: center;
}
.index-A-list img{
  width: 160px;
  height: 160px;
  border-radius: 160px;
  border: 6px solid #ccc;
  margin-bottom: 20px;
}
.index-A-list p{
  text-align: center;
  margin-top: 6px;
}
@media (max-width:1200px) {
.index-A-list img{width: 136px;border-width: 4px;}
}
@media (max-width:1200px) {
.index-A-list h3{font-size: 22px;}
}
@media (max-width:992px) {
.index-A-list img{width: 108px;}
.index-A-list h3{font-size: 20px;}
}
@media (max-width:750px) {
.index-A-list{width: 33.33%;margin-top: 10px;}
}
@media (max-width:480px) {
.index-A-list{width: 50%;}
}

/* 首页-学校简介 */
.index-Bleft{
  width: 40%;
  border:6px solid #ccc;
  box-shadow: 0 8px 24px 0 rgba(0,0,0,.1);
}
.index-Bright{
  width: 60%;
  padding-left: 40px;
}
.index-Bright h3{
  /* background: linear-gradient(to bottom, #8d6043 0%, #271312 100%); */
  background: #ff8c00;
  padding: 6px 20px;
  color: #fff;
  display: inline-block;
  border-radius: 60px;
  margin: 40px 0 20px;
}
.index-Bright p{
  font-size: 20px;
  line-height: 1.8em;
}
.indexBright-btn{
  width: 25%;
  float: left;
  padding-right: 15px;
  margin-top: 30px;
}
.indexBright-btn a{
  display: block;
  background: #bf0707;
  padding: 6px 15px;
  font-size: 18px;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  opacity: 0.8;
}
.indexBright-btn a i{
  font-size: 24px;
}
.indexBright-btn a:hover{
  opacity: 1;
}
@media (max-width:1400px) {
.index-Bright h3{margin:0 0 20px;font-size: 20px;}
.indexBright-btn{margin-top: 20px;}
}
@media (max-width:1200px) {
.index-Bright p{font-size: 16px;}
.index-Bright{padding-left: 20px;}
.indexBright-btn a{font-size: 15px;}
.index-Bright h3{margin: 0 0 10px;}
}
.indexBimg{display: none;}
@media (max-width:992px) {
.indexAimg{display: none;}
.indexBimg{display: block;}
.index-Bleft{width: 100%;border-width: 3px;}
.index-Bright{padding-left: 0;width: 100%;margin-top: 20px;}
.index-Bright p{font-size: 18px;}
}
@media (max-width:580px) {
.indexBright-btn a i{display: block;line-height: 32px;}
.indexBright-btn{padding-right: 10px;}
.indexBright-btn a{padding: 6px 10px;}
}
/* 首页-学校优势 */
.index-C{
  background: url(../images/bg.jpg) no-repeat center bottom / cover;
}
.ys-list li{
  display: block;
  width: 10.5%;
  margin: 0 1%;
  float: left;
  padding: 8px 10px;
  background:rgba(255,255,255,0.3);
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  margin-top: 20px;
  border-radius: 6px;
  cursor: pointer;
}
.ys-list li:hover{
  background: #bf0707;
  color: #fff;
}
.index-Clist{
  width: 23.5%;
  margin-right: 2%;
  margin-top: 30px;
  background: #fff;
  padding: 15px;
  text-align: center;
  margin-bottom: 30px;
}
.index-Clist:last-child{margin-right: 0;}
.index-Clist h3{
  margin: 20px 0 10px;
}
.index-Clist p{
  color: #666;
}
@media (max-width:1300px) {
.index-Clist h3{font-size: 22px;}
.ys-list li{width: 23%;}
}
@media (max-width:1200px) {
.index-Clist h3{font-size: 20px;}
}
@media (max-width:992px) {
.index-Clist{width: 49%;margin-top: 20px;margin-bottom: 0;}
.index-Clist:nth-child(2n){margin-right: 0;}
.index-C{padding-bottom: 90px;}
.ys-list li{font-size: 16px;}
}
@media (max-width:580px) {
.index-Clist h3{margin-top: 10px;}
}

/* 首页-毕业学生案例 */
.index-Dlist{
  width: 32%;
  margin-top: 30px;
  margin-right: 2%;
  background: #f0f0f0;
  text-align: center;
}
.index-Dlist:nth-child(3n){margin-right: 0;}
.index-Dlisttxt{
  padding: 20px;
}
.index-Dlisttxt h3{
  height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.index-Dlisttxt p{
  font-size: 15px;
  margin-top: 10px;
}
.zlbtn{
  font-size: 15px;
  color: #ffffff;
  background: #bf0707;
  padding: 6px 20px;
  display: inline-block;
  margin-top: 20px;
  border-radius: 3px;
}
.index-Dimg{
  overflow: hidden;
}
.index-Dimg img,.xx-page-list-img img,.imghover img{
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.index-Dlist:hover .index-Dimg img,.xx-page-list:hover .xx-page-list-img img,.imghover:hover img{
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.index-Dlist:hover{
  box-shadow: 0 0 10px #ddd;
}

/* 喜报 */
.index-Ds-box{
  background: url(../images/grb.jpg) no-repeat center / cover;
  padding: 40px 30px;
}
.index-Ds-box img{width: 160px;margin-right: 30px;}
.index-Ds-right h3{
  font-size: 28px;
  color: #fff;
  font-weight: 600;
}
.index-Ds-right p{
  font-size: 18px;
  color: #fff;
  opacity: 0.8;
}
.grbr2{display: none;}

@media (max-width:1300px) {
.index-D{padding-top: 0;}
}
@media (max-width:1200px) {
.index-Dlisttxt h3{font-size: 20px;}
}
@media (max-width:992px) {
.index-Dlisttxt h3{font-size: 18px;}
.index-Dlist{margin-top: 20px;}
.index-Dlist{width: 49%;}
.index-Dlist:nth-child(3n){margin-right: 2%;}
.index-Dlist:nth-child(2n){margin-right: 0;}
}
@media (max-width:750px) {
.index-Dlist{width: 49%;}
.index-Dlist:nth-child(2n){margin-right: 0;}
.grbr{display: none;}
.grbr2{display: block;}
}
@media (max-width:650px) {
.index-Ds-box{display: block!important;text-align: center;}
.index-Ds-box img{margin-right: 0;margin: 0 auto;}
.index-Ds-right p{text-align: center;}
}

@media (max-width:500px) {
.index-Dlisttxt p{display: none;}
.zlbtn{display: none;}
.index-Dlisttxt{padding: 10px 6px;}
.index-Ds-right h3{font-size: 24px;}
}
/* 首页-育文武全才 */
.index-E-box P{
  font-size: 18px;
  text-align: center;
  padding: 15px;
  background: #ccc;
}
iframe{
  width: 50%;
  float: left;
  height: 400px;
}
.news-right{
  width: 50%;
  float: left;
  padding-left: 50px;
}
.news-left p{
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 80%;
  background: #bf0707;
  font-size: 18px;
  color: #fff;
  padding: 10px;
  font-weight: 800;
}
.newsf-right-num h4{
  font-size: 24px;
  color: #bf0707;
}
.newsf-right-num h4 span{
  display: block;
  font-size: 32px;
  font-weight: 800;
}
.newsf-right-num{
  width: 20%;
}
.newsf-right-listb{
  width: 80%;
}
.news-right h3{
  font-size: 18px;
  height: 27px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.news-right p{
  font-size: 15px;
  color: #666;
  border-top: 1px solid #ccc;
  padding-top: 10px;
  margin-top: 10px;
  height: 56px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.news-right h3 span{
  display:block;
  float: right;
  color: #666;
  font-size: 14px;
}
.news-right-list h3{
  margin-top: 6px;
}
.news-right-list{margin-top: 30px;}
.news-more{
  font-size: 16px;
  color: #47addb;
  display: block;
  width: 100px;
  line-height: 32px;
  border-radius: 3px;
  border: 1px solid #47addb;
  text-align: center;
  margin-top: 30px;
  float: right;
}
.news-more:hover{color: #47addb;}

#certify{
	position: relative;
}
#certify .swiper-pagination {
	width: 100%;
	bottom: 20px;
}
#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	background-color: #6f6f6f;
	width: 10px;
	height: 10px;
	opacity: 1;
}
#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	background-color: #e60012;
}
#certify .swiper-button-prev,#certify .swiper-button-next{
	width: 42px;
	height: 42px;
	background: url(../images/arrows3.png) no-repeat;
  opacity: 0.5;
  background-size: 84px;
}
#certify .swiper-button-prev{
  left: -42px;
  background-position: left top;
}
#certify .swiper-button-next{
  right: -42px;
  background-position: right top;
}
#certify .swiper-button-prev:hover,#certify .swiper-button-next:hover{
  opacity: 1;
}
.swiper-slide-ms{display: none;}
@media (max-width:1450px){
#certify .swiper-button-prev, #certify .swiper-button-next{width: 36px;height: 36px;background: #fff url(../images/arrows3.png) no-repeat;background-size: 72px;border-radius: 36px;opacity: 1;}
#certify .swiper-button-next{background-position: right top;}
#certify .swiper-button-next{right: 0;}
#certify .swiper-button-prev{left: 0;}
#certify .swiper-button-prev:hover,#certify .swiper-button-next:hover{background-size: 72px;}
}
@media (max-width:1200px) {
.news-right h3 span{display: none;}
}

@media (max-width:992px){
#certify  .swiper-slide {width: 100%}
#certify .swiper-button-next, #certify .swiper-button-prev{width: 36px;height: 36px;}
.index-E iframe{display: none!important;}
.news-right{width: 100%;padding-left: 0;margin-top: 30px;}
.news-right h3 span{display: block;}
}
@media (max-width:772px){
#certify .swiper-button-next {right: 0;}
#certify .swiper-button-prev {left: 0;}
}

@media (max-width:580px) {
.news-right h3 span{display: none;}
}
@media (max-width:450px) {
.newsf-right-num{width: 28%;}
.newsf-right-listb{width: 72%;}
.news-right p{-webkit-line-clamp:3;height: 78px;}
}


.footerbanner{
  background: url(../images/bg2.jpg) no-repeat center top / cover;
  padding: 40px 0;
}
.zl-btn-more{
  display: inline-block;
  padding: 10px 40px;
  font-size:24px;
  color: #bf0707;
  margin-top: 20px;
  background: #ffffff;
  font-weight: 600;
  border-radius: 60px;
  opacity: 0.9;
}
.zl-btn-more i{
  font-size: 32px;
  margin-right: 10px;
}
.zl-btn-more:hover{
  opacity: 1;
  color: #bf0707;
}


@media (max-width:1200px) {
.footerbanner .title{width: calc( 100% - 248px);}
.footerbanner .title p{font-size: 24px!important;}
}
  
@media (max-width:750px) {
.footerbanner{text-align: center;}
.footerbanner .title h1,.footerbanner .title p{text-align: center!important;}
.footerbanner .title{width: 100%;float: none;text-align: center;}
.zl-btn-more{display: block;width: 192px;float: none;margin: 15px auto 0;padding: 6px 20px;}
.footerbanner{padding: 30px 0;}
.footerbanner .title p{font-size: 20px!important;}
}

footer{
  background: #3c3229;
}
.footerlogo-box{
  width: 40%;
}
.footerright{
  width: 36%;
  padding-left: 40px;
}
.footerlogo{
  width: 260px;
}
.footerlogo-box p{
  font-size: 16px;
  color: #fff;
  margin-top: 20px;
  line-height: 1.5em;
  opacity: 0.8;
}
.footerlogo-box a{
  display: block;
  color: #777;
  margin-top: 10px;
}
.footerlogo img,.footerwx-list img{width: 100%;}

.footer-adress h3{
  font-size: 18px;
  opacity: 1;
  margin-bottom: 14px;
  color: #fff;
  font-weight: 600;
  text-align: center;
}
.footer-call{
  width: 280px;
  height: 52px;
  border-radius: 52px;
  border: 4px solid rgba(255,255,255,0.2);
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  padding:0 20px;
  margin-bottom: 15px;
}
.footer-call i{
  font-size: 32px;
  color: #bf0707;
  margin-right: 10px;
}
.footer-adress-a p{
  font-size: 14px;
  color: #fff;
  opacity: 0.4;
}
.footer-wx{
  padding-left: 30px;
  width: 140px;
}
.footerwx-list{
  width: 100%;
  float: left;
  text-align: center;
}
.footerwx-list p{
  font-size: 13px;
  color: #777;
  text-align: center;
  margin-top: 10px;
}
.footer-bottom{
  margin-top: 40px;
  border-top: 1px solid #777;
  padding: 20px 0;
  opacity: 0.5;
}
.footer-bottom p{
  font-size: 15px;
  color: #777;
}
.footer-bottom a{color: #777;}

@media (max-width:1400px) {
.footerright{width: 49%;}
}
@media (max-width:1200px) {
.footerright{width: 60%;}
}
@media (max-width:992px) {
.footerlogo-box{width: 100%;}
.footerright{width: 100%;padding-left: 0;margin-top: 30px;}
}
@media (max-width:580px) {
.footer-adress{display: block!important;}
.footer-adress-a p{display: none;}
.footer-wx{padding-left: 0;}
.footer-adress h3{display: none;}
.footer-call{margin: 0 auto;}
.footerright{text-align: center;}
.footer-wx{margin: 20px auto 0;width: 290px;float: none;}
.footerwx-list img{width: 160px;}
.footer-adress-a{float: none;}
}


/* 右侧悬浮窗 */
.toolbar {
  position: fixed;
  right: 0;
  bottom: 3%;
  transform: translateY(-50%);
  z-index: 99;
}
.toolbar .toolbar-icon {
  position: absolute;
  left: 0;
  top: 13px;
  width: 80px;
  text-align: center;
  font-size: 13px;
}
.toolbar .toolbar-con i{
  display: block;
  clear: both;
  font-size: 36px;
  color: #fff;
  text-align: center;
  line-height: 1em;
}
.toolbar .toolbar-item {
  padding-left: 80px;
  float: right;
  width: 80px;
  min-width: 80px;
  max-width: 80px;
  height: 80px;
  background: #6696ff;
  color: #fff;
  transition: all 0.5s ease;
  position: relative;
  cursor: pointer;
}
.toolbar .toolbar-value.ph {
  position: absolute;
  right: calc(100% + 0px);
  top: 50%;
  transform: translateY(-50%);
  width: 230px;
  height: 80px;
  background: #fff;
  border-radius: 4px;
  padding: 0 20px;
  overflow: hidden;
  display: none;
  border: 1px solid #f0f0f0;
}
.toolbar .toolbar-value.ph p{
  font-size: 22px;
  color: #222;
  line-height: 80px;
}

.toolbar .toolbar-value.tp {
  position: absolute;
  right: calc(100% + 0px);
  top: 50%;
  transform: translateY(-50%);
  width: 120px;
  height: 120px;
  background: #fff;
  border-radius: 4px;
  padding: 10px;
  overflow: hidden;
  display: none;
  border: 1px solid #f0f0f0;
}

.toolbar .toolbar-value.tp img {
  width: 100%;
  height: 100%;
  display: block;
}
.toolbar .toolbar-item.showImg:hover .toolbar-value.tp,.toolbar .toolbar-item.showLang:hover .toolbar-value.ph,.toolbar .toolbar-item.showImg:hover .toolbar-value.tp,.toolbar .toolbar-item.showEmail:hover .toolbar-value.ph {
  display: block;
}
.toolbar .toolbar-top i{
  line-height: 58px;
}
@media (max-width:992px) {
.toolbar{display: none;}
}

/* 位置路径 */
.location{
  padding: 10px 0;
  background: #f5f5f5;
}
.location p{
  font-size: 14px;
  color: #666;
}
.banners-box{overflow: hidden;}
@media (max-width:992px) {
.banners-box img{width: 130%;margin-left: -15%;}
}
@media (max-width:750px) {
.banners-box img{width: 180%;margin-left: -17%;}
}
@media (max-width:480px) {
.banners-box img{width: 200%;margin-left: -21%;}
}
/* 页码 */
.pagination{
  text-align: center;
  width: 100%;
  margin: 20px 0 0 ;
  display: flex !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.pagination li,.pagination li a{
  font-size: 16px;
  color: #666;
  border-radius: 30px!important;
}
.pagination li:nth-child(1),.pagination li:nth-child(1) a,.pagination li:last-child a,.pagination li:last-child{
  width: auto;
  height: auto;
}
.pagination li{
	display: inline-block;
  margin-left: 10px;
  cursor: pointer;
  font-size: 16px;
}
.pagination li a{
  display: block;
  padding:4px 10px;
  border:1px solid #e5e5e5;
  font-size: 16px;
}
.pagination li:first-child a,.pagination li:last-child a{
  border:none;
}
.pagination .active a{
  background:#bf0707!important;
  color: #fff;
  border-color:#bf0707!important;
}
/* 上下翻页 */
.index-artic{
  padding: 15px 20px;
  border: 1px solid #d9d9d9;
  background: #fff;
}
.index-artic span{display: block;float: none!important;}
.index-artic span:hover a{color: #bf0707;}
.index-artic span,.index-artic a{
  color: #666;
}
@media (max-width:580px) {
.pagination li a{font-size: 14px;}
.index-artic span{font-size: 16px;}
.index-artic{padding: 15px;}
}

/* 左侧栏目 */
.clumn-navtab{
  width: 24%;
}
.company-right{
  width: 76%;
  padding-left: 40px;
}

.clumn-navtab-title{
  background: url(../images/3.jpg) no-repeat center / cover;
  padding: 20px;
}
.clumn-navtab-title h3{
  font-size: 24px;
  color: #ffffff;
}
.clumn-navtab-title p{
  font-size: 14px;
  color: #fff;
  opacity: 0.5;
  text-transform: uppercase;
}
.clumn-navtab-nav{
  padding: 20px 0;
  background-color: #e6dfd5;
}
.clumn-navtab-n a{
  position: relative;
  padding-left: 40px;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  height: 58px;
  border-left: 4px solid #e6dfd5;
  font-size: 20px;
  margin-bottom: 2px;
}
.clumn-navtab-n i{
  width: 38px;
  font-size: 30px;
  color: #3c3229;
  margin-right: 15px;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}
.clumn-navtab-n a.cur,.clumn-navtab-n a:hover,.clumn-navtab-n a.cur i,.clumn-navtab-n a:hover i{
  background: #fff;
  border-color:  #bf0707;
  color: #bf0707;
  font-weight: 800;
}
.fangan-box-A-b a.cur i,.fangan-box-A-b a:hover i{color: #bf0707;}
.clumn-call{
  padding: 20px;
}
.clumn-wx{width: 90px;margin-right: 15px;}
.clumn-call h3{
  font-weight: 800;
  color: #bf0707;
}
.clumn-adress{
  font-size: 18px;
  margin-top: 20px;
}
@media (max-width:1200px) {
.clumn-wx{display: none;}
.clumn-adress{margin-top: 10px;}
}
@media (max-width:992px) {
.clumn-navtab{display: none;}
.company-right{width: 100%;padding-left: 0;}
}

/* 栏目-公司简介 */
.pro-box-titlezx {
  padding-bottom: 12px;
  border-bottom: 2px solid #ccc;
  text-transform: capitalize;
}
.company-txt p{
  font-size: 18px;
  line-height: 2em;
}
h3.company-title{
  display: inline-block;
  background: #bf0707;
  padding: 5px 20px;
  font-size: 18px;
  color: #fff;
  position: relative;
}
.company-ulbox li{
  font-size: 18px;
  margin-top: 15px;
  font-weight: 600;
}
.company-ulbox li span{
  display: inline-block;
  width: 28px;
  height: 28px;
  background: #bf0707;
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 28px;
  border-radius: 28px;
  margin-right: 6px;
}
.zs{
  padding: 30px;
  border: 2px solid #bf0707;
  font-size: 18px;
  line-height: 1.8em;
}
.zs h5{
  font-size: 28px;
  color: #bf0707;
  font-weight: 600;
  margin-bottom: 20px;
}



/* 栏目-课程设置 */
h3.courseh3{
  font-size: 18px;
  color: #fff;
  background: #bf0707;
  display: inline-block;
  padding: 4px 20px;
  border-radius: 60px;
  margin-bottom: 15px;
}



/* 栏目-校园风采 */
.xx-page-list{
  width: 32%;
  margin-right: 2%;
  margin-top: 30px;
  background: #f0f0f0;
}
.xx-page-list:nth-child(3n){
  margin-right: 0;
}
.xx-page-list-img{
  overflow: hidden;
  height: 250px;
}

.xx-page-list p,.honor-page-list p{
  font-size: 18px;
  color: #222;
  text-align: center;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp:1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  height: 27px;
}
@media (max-width:1300px) {
.xx-page-list-img{height: 200px;}
}
@media (max-width:1200px) {
.xx-page-list-img{height: 164px;}
}
@media (max-width:992px) {
.xx-page-list{margin-top: 20px;}
}
@media (max-width:750px) {
.xx-page-list{width: 49%;}
.xx-page-list:nth-child(3n){margin-right: 2%;}
.xx-page-list:nth-child(2n){margin-right: 0;}
.xx-page-list-img{height: 220px;}
}
@media (max-width:580px) {
.xx-page-list-img{height: 150px;}
}
@media (max-width:420px) {
.xx-page-list-img{height: 120px;}
}


/* 内容页 */
.show-title h1{
  font-size: 28px;
  text-align: center;
}
.show-title p{
  font-size: 14px;
  color: #666;
  text-align: center;
}
.show-content img{
  width: auto!important;
  max-width: 100%!important;
}
.show-content iframe{
  width: 100%;
  float: none;
  height: 550px;
}
/* 栏目——学校荣誉 */
.honor-page-list{
  width: 32%;
  margin-right: 2%;
  margin-top: 30px;
}
.honor-page-list:nth-child(3n){
  margin-right: 0;
}
.honor-page-list-img{
  overflow: hidden;
  height: 250px;
  border: 1px solid #f0f0f0;
}
.honor-page-list-img img{
  width: auto!important;
  height: 100%!important;
}
@media (max-width:1300px) {
.honor-page-list-img{height: 200px;}
}
@media (max-width:1200px) {
.honor-page-list-img{height: 160px;}
}
@media (max-width:750px) {
.honor-page-list{width: 49%; margin-top: 20px;}
.honor-page-list:nth-child(3n){ margin-right: 2%;}
.honor-page-list:nth-child(2n){ margin-right: 0;}
.honor-page-list-img{height: 230px;}
}
@media (max-width:680px) {
.honor-page-list-img{height: 160px;}
}
@media (max-width:480px) {
.honor-page-list-img{height: 120px;}
}
/* 栏目——升学光荣榜 */
.grb-page-list{
  width: 18.4%;
  margin-right: 2%;
  margin-top: 30px;
}
.grb-page-list:nth-child(5n){
  margin-right: 0;
}
.grb-page-list-img{
  overflow: hidden;
  height: 150px;
  border: 1px solid #f0f0f0;
}
.grb-page-list-img img{
  width: auto!important;
  height: 100%!important;
}
@media (max-width:760px) {
.grb-page-list{width: 23.5%;margin-top: 20px;}
.grb-page-list:nth-child(5n){  margin-right: 2%;}
.grb-page-list:nth-child(4n){  margin-right: 0;}
}
@media (max-width:610px) {
.grb-page-list{width:49%;}
.grb-page-list:nth-child(4n){  margin-right: 2%;}
.grb-page-list:nth-child(2n){  margin-right: 0;}
}


/* 栏目——课程介绍 */
.kcsz-box h4{
  display: inline-block;
  font-size: 20px;
  color: #fff;
  background: #bf0707;
  padding: 4px 25px;
  margin-bottom: 15px;
}
.kcsz-box-content,.kcsz-box-content p{
  font-size: 18px;
  line-height: 2em;
}

@media (max-width:1200px) {

.xx-page-list{margin-top: 20px;}
}
@media (max-width:750px) {
.xx-page-list p{min-height: auto;}
.show-title h1{font-size: 25px;}
}

/* 栏目——师资团队 */
.tc-page-list{
  width: 23.5%;
  margin-right: 2%;
  margin-top: 30px;
}
.tc-page-list:nth-child(4n){margin-right: 0;}
.tc-page-list-img{
  overflow: hidden;
  height: 185px;
  border: 1px solid #f0f0f0;
}
.tc-page-list-img img{
  width: 100%!important;
}
.tc-page-list p{
  font-size: 18px;
  text-align: center;
}
.tc-page-list p span{
  font-size: 14px;
  color: #666;
  margin-left: 6px;
}
@media (max-width:1300px) {
.tc-page-list-img{height: 130px;}
}
@media (max-width:750px) {
.tc-page-list{width: 32%;margin-top: 20px;}
.tc-page-list:nth-child(4n){margin-right: 2%;}
.tc-page-list:nth-child(3n){margin-right: 0;}
}
@media (max-width:450px) {
.tc-page-list{width: 49%;margin-top: 20px;}
.tc-page-list:nth-child(3n){margin-right: 2%;}
.tc-page-list:nth-child(2n){margin-right: 0;}
}

/* 栏目——新闻资讯 */
.news-list-aimg{
  width: 30%;
  padding-right: 40px;
  height: 226px;
  overflow: hidden;
}
.news-list-aimg img{
  height: 100%!important;
}
.news-list-rtxt{
  width: 70%;
}
.news-list-rtxt{
  padding: 25px 0;
  border-bottom: 1px solid #f0f0f0;
  border-top:1px solid #f0f0f0;
}
.news-list-title{
  font-size: 20px;
  margin: 10px 0;
  font-weight: 600;
}
.news-list-a .more{
  display: block;
  font-size: 16px;
  color: #999;
  margin-top: 30px;
  -webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s
}
.news-list-a:hover .more{
  letter-spacing: 5px;
  color: #bf0707;
}
.news-list-a:hover .index-E-title{
  color:  #bf0707;
}
@media (max-width:1200px){
.news-list-a .more{margin-top: 20px;}
.news-list-aimg{height: 190px;}
}
@media (max-width:992px){
.news-list-aimg{padding-right: 20px;height: 130px;}
.index-E-right-list p, .news-list-rtxt p{font-size: 14px;}
}
@media (max-width:630px){
.news-list-aimg{display: none;}
.news-list-rtxt{width: 100%;}
.news-list-a{margin-top: 0;}
.news-list-rtxt{border-top: none;}
.news-list-a:nth-child(1) .news-list-rtxt{border-top: 1px solid #8ea7d6;}
}

/* 栏目——联系我们 */
.about-box h3{
  color: #bf0707;
  margin-bottom: 10px;
  font-weight: 800;
}
.map-box {
	width: 100%;
	height:400px;
	position: relative;
  z-index: -1;
  overflow: hidden;
}
.map-box img {
	width: 36px;
}
.map-box #allmap {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.map-box .anchorBL {
	display: none;
}
@media (max-width:1200px) {
.map-box{height: 300px;}
}