﻿@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%;
}
.header_search_submit {
  width: 27px;
  height: 40px;
  background: url("../images/icon-1.png") no-repeat center;
  vertical-align: middle;
}
.header_search_p {font-size: 12px;}

.navbox {background: #cf000e;}
.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);}