@charset "UTF-8";
/*样式重置*/
* {
  padding:0;
  margin:0;
  /*border:none;*/
  outline: none;
  transition: all 0.3s;
}
body {
  font:16px '微软雅黑','Microsoft YaHei',arial,Helvetica,sans-serif;
  color:#666;
  background:#fff;
  min-width: 1300px;
}
ul,li {list-style:none;}
table {
  border-collapse:collapse;
  border-spacing:0
}
img {vertical-align:middle;}
a {
  text-decoration:none;
  color:inherit;
  cursor:pointer;

}
a:hover {color:#ee7800;}
/*flex 盒模型布局*/
.flex {
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
  justify-content:space-between;
  align-content: space-between;
}
/*清除浮动方法*/
.clearfix:after {
  content:"";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
/*ie6清除浮动的方式 *号只有IE6-IE7执行，其他浏览器不执行*/
.clearfix {*zoom:1;}
.clear {clear:both}
/*两端对齐 布局*/
.justify {
  text-align:justify;
  text-justify:inter-ideograph;
  font-size:0;
}
.justify::after {
  display:inline-block;
  content:'';
  width:100%;
  height:0;
  overflow:hidden;
  vertical-align:top;
}
/*网站默认宽度*/
.wrap {
  width:1280px;
  margin:auto;
}

/*头部样式*/
.top {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  background: #eaeaea;
}
.top_left b {
  padding: 5px;
  margin-right: 5px;
  background: #cf000e;
  color: #fff;
  border-radius: 5px;
}
.top_menu {
  width: 320px;
}
.top_menu li {
  cursor: pointer;
  position: relative;
  z-index: 999;
}
.top_menu li img {
  width: 200px;
  transform-origin: 50% 0;
  -webkit-transform-origin: 50% 0;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
  position: absolute;
  top: 40px;
  left: 50%;
  margin-left: -100px;
}
.top_menu li:hover {color: #ee7800;}
.top_menu li:hover img {transform: scaleY(1); -webkit-transform: scaleY(1);}

.header_logobox {padding: 30px 0;align-items: center;}
.header_search {width: 320px;}
.header_search_form {
  height: 40px;
  line-height: 40px;
  border: 1px solid #d4d4d4;
  border-radius: 8px;
  text-indent: 10px;
  margin-bottom: 10px;
}
.header_search_keywords {
  background: transparent;
  width: 80%;
    border: none;
}
.header_search_submit {
  width: 27px;
  height: 40px;
  background: url("/src/images/public/icon-1.png") no-repeat center;
  vertical-align: middle;
    border: none;
}
.header_search_p {font-size: 12px;}

.navbox {background: #0746b8;}
.nav a {
  height: 60px;
  line-height: 60px;
  color: #fff;
  font-size: 20px;
  caret-color: transparent;/*鼠标光标*/
}
.nav a:hover {color: #FFFF00;}
.nav a.active {color: #FFFF00;}
.header_telbox {
  font-size: 18px;
  color: #cf000e;
}
.header_tel_b {
  font-size: 30px;
  color: #cf000e;
}
/*头部样式 结束*/


/*底部样式*/
footer {
  background: #616161;
  color: #fff;
}
.flink {
  height: 60px;
  line-height: 60px;
  background: #414141;
}
.flink a {padding-left: 20px;}

footer>.flex {align-items:center;}
.footer_logobox {
  width: 345px;
  padding: 20px 0;
  text-align: center;
}
.footer_logobox figure {padding: 20px 15px;}
/*.footer_nav {
  width: 700px;
  padding: 20px;
}
.footer_nav li {
  width: 120px;
  font-size: 14px;
  line-height: 2em;
  text-align: center;
}
.footer_nav li b {font-size: 16px;}*/
.address {
  width: 600px;
  padding: 20px 0;
  font-style: unset;
  text-align: center;
  line-height: 2em;
}
.address span {padding: 0 15px;}
.address a {padding-left: 20px;}
.footerform {width: 240px;}
.footerform_title {
  padding-bottom: 20px;
  font-size: 24px;
}
.footerform_input {
  width: 200px;
  height: 35px;
  line-height: 35px;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-bottom: 15px;
  text-indent: 10px;
}
.footerform_submit {
  width: 200px;
  height: 35px;
  line-height: 35px;
  background: #000;
  border-radius: 5px;
  margin-bottom: 15px;
  color: #fff;
  cursor: pointer;
}
/*底部样式 结束*/

/*多彩校园*/
.news_school {background: #f8f8f8}
.school_title {
  border-bottom: 1px solid #aaa;
  padding: 15px;
}
.school_title strong {font-size: 24px;}
.school_list .swiper-pagination {
  position: relative;
  bottom: 0 !important;
  text-align: left;
}
.school_list .swiper-slide  a {
  width: 300px;
  height: 200px;
  overflow: hidden;
}
.school_list .swiper-pagination .swiper-pagination-bullet {
  width: 198px;
  height: 38px;
  line-height: 38px;
  border: 1px solid #616161;
  border-radius: 100px;
  background: transparent;
  color: #616161;
  text-align: center;
  opacity: 1;
  margin: 0 10px !important;
}
.school_list .swiper-pagination .swiper-pagination-bullet-active {
  border: 1px solid #c10900;
  background: #c10900;
  color: #fff;
}
.school_list img:hover {transition: all 0.3s;}
.school_list img:hover {transform: scale(1.1);}



/* PC学历模板 */
.xueli_p{
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	margin: 30px auto;
}
.xueli_div .xueli_left{
	width: 35%;
}
.xueli_div .xueli_right{
	width: 62%;
}
.xueli_right .xueli_top strong{
    font-size: 26px;
    color: #325dcb;
	line-height: 60px;
    display: block;
}
.xueli_right .xueli_top p{
    font-size: 20px;
    line-height: 30px;
}
.xueli_right .xueli_top a{
    background-color: #87a8e3;
    color: #fff;
    display: block;
    width: 300px;
    text-align: center;
	line-height: 44px;
    margin: 2% 0;
    border-radius: 12px;
}
.xueli_right .center{
    text-indent: 40px;
    font-size: 20px;
    line-height: 34px;
    margin: 22px 0;
}
.xueli_list li{
	width: 32%;
}
.xueli_list li img{
	width: 100%;
}

/* PC升学专业新模板 */

.newSxbt strong{
	font-size: 34px;
}
.newSxbt .left{
	margin-left: 20px;
}
.newSxbt .right {
	width: 50%;
}
.newSxbt .right p{
	width: 60%;
	line-height: 30px;
    display: inline-block;
}
.newSxbt .right a{
	float: right;
    width: 38%;
    line-height: 46px;
    background: #ee7800;
    text-align: center;
    display: block;
    color: #fff;
    font-size: 18px;
    margin: 10px auto;
}
.newzy_list li{
	width: 23%;
	margin: 10px auto;
	border: 1px solid #7d7d7d;
	border-radius: 10px;
}
.newzy_list li img{
	width: 100%;
}
.newzy_list li strong{
	text-align: center;
	background-color: #eeeeee;
	display: block;
	color: #666666;
	line-height: 38px;
}
.newzy_list li p{
    width: 92%;
    margin: 10px auto;
    height: 134px;
    line-height: 26px;
}
.zydiv_a a{
	width: 40%;
    line-height: 32px;
    background: #fbad68;
    text-align: center;
    display: block;
    border-radius: 30px;
    color: #fff;
    margin: 0 auto 20px;
}