@charset "UTF-8";
/* 
    说明，为了做图片响应式，所有图片相关都是用绝对定位改的，这块有疑问可以咨询我 我给讲下，最好别改那

*/
/* sass变量 */
*html {
  background-image: url(about:blank);
  background-attachment: fixed;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
i {
  font-style: normal;
  font-weight: normal;
}

code,
kbd,
pre,
samp {
  font-family: courier new, courier, monospace;
}

ul,
ol {
  list-style: none;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  color: #00356b;
}

input::-webkit-input-placeholder {
  font-size: 12px;
  color: #999;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: 12px;
  color: #999;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 12px;
  color: #999;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-size: 12px;
  color: #999;
}

fieldset,
img {
  border: 0;
  vertical-align: middle;
}

q:before,
q:after {
  content: '';
}

button,
input,
select,
textarea {
  font-size: 100%;
  outline: 0;
}

body {
  font-size: 18px;
  line-height: 1.5;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}

.clearfix:after {
  content: '\20';
  display: block;
  height: 0;
  clear: both;
}

.clearfix {
  zoom: 1;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.nav-cover {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 98;
  top: 0;
  left: 0;
}

.showNav {
  overflow: hidden;
  height: 100%;
}

.showNav body {
  overflow: hidden;
  height: 100%;
}

.showNav .nav-cover {
  display: block;
}

.showNav .header .main-nav {
  transform: translateX(0);
}

.main-tit {
  position: relative;
  padding: 40px 0;

  text-align: center;
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
  font-family: 'Times New Roman', Times, serif;
}
/*
.main-tit::before {
  content: '';
  position: absolute;
  bottom: 120px;
  left: 50%;
  height: 40px;
  width: 1px;
  background: #aaaaaa;
}
*/
.main-more {
  text-align: center;
  margin: 15px 0;
}

.main-more a {
  display: inline-block;
  padding: 0 3%;
  background: #00356b;
  line-height: 32px;
  border-radius: 23px;
  color: #fff;
}

.header {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  padding: 40px 2%;
  box-sizing: border-box;
  color: #fff;
}

.header a {
  color: #fff;
}

.header .logo {
  float: left;
  max-width: 70%;
}

.header .logo img {
  max-width: 100%;
}

.header .links {
  position: absolute;
  right: 45px;
  top: 30px;
  text-align: right;
  line-height: 36px;
  font-size: 12px;
}

.header .links a {
  display: inline-block;
  font-size: 14px;
  margin: 0 10px;
}

.header .search-box {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}

.header .search-box .text {
  color: #fff;
  border: none;
  background: none;
  width: 0;
  overflow: hidden;
  border-bottom: 1px solid #fff;
  transition: all ease .2s;
}

.header .search-box .btn {
  vertical-align: -2px;
}

.header .search-box:hover .text {
  width: 160px;
}

.header .main-nav {
  float: right;
  margin-top: 40px;
}

.header .main-nav ul {
  display: flex;
}

.header .main-nav li {
  white-space: nowrap;
  float: left;
  height: 42px;
  line-height: 42px;
  text-align: center;
  font-size: 16px;
}

.header .main-nav li a {
  padding: 0 20px;
  display: block;
}

.header .main-nav li.on {
  background: url(../images/nav-bg.png) center center no-repeat;
}

.header .navbar {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: none;
  width: 40px;
  height: 40px;
  background: url(../images/nav-bar.png) no-repeat center center;
  background-size: 100%;
}

.banner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.banner .swiper-container .swiper-slide {
  padding-top: 34%;
}

.banner .swiper-container .swiper-slide a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

.banner .swiper-container .swiper-slide a::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(rgba(0, 0, 0, 0.5), transparent);
  /* 标准的语法 */
}

.banner .swiper-container .swiper-slide a img {
  height: 100%;
}

.banner .swiper-container .swiper-pagination {
  z-index: 3;
  position: absolute;
  left: auto;
  bottom: auto;
  right: 45px;
  top: 50%;
  width: 36px;
  transform: translateY(-50%);
}

.banner .swiper-container .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  margin: 5px 0;
  cursor: pointer;
  background: none;
  opacity: 1;
}

.banner .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 1px solid #fff;
  font-size: 16px;
}

.banner .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  content: '';
  position: absolute;
  width: 50px;
  left: 30px;
  top: 50%;
  background: #fff;
  height: 1px;
}

.index-row1 {
  padding: 10px 0 25px;
}

.index-row1 .c1 {
  float: left;
  width: 407px;
  position: relative;
  padding-bottom: 180px;
  overflow: hidden;
}

.index-row1 .c1 .pic {
  position: relative;
  height: 220px;
}

.index-row1 .c1 .pic img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
}

.index-row1 .c1 .text {
  position: absolute;
  bottom: 0;
  padding: 25px 20px;
  width: 90%;
  left: 5%;
  box-sizing: border-box;
  background: #f2efe9;
}

.index-row1 .c1 .text .tit {
  font-size: 18px;
  line-height: 28px;
  height: 84px;
  overflow: hidden;
}

.index-row1 .c1 .text .desc {
  opacity: .6;
  height: 0;
  transition: all ease .2s;
  overflow: hidden;
  line-height: 24px;
  font-size: 14px;
}

.index-row1 .c1 .text .infor {
  margin-top: 20px;
  padding-top: 20px;
  line-height: 1;
  border-top: 1px solid #cbccce;
}

.index-row1 .c1 .text .infor .more {
  float: right;
  width: 28px;
  height: 12px;
  background: url(../images/arr2.png) no-repeat;
}

.index-row1 .c1 .text .infor span {
  font-size: 12px;
  color: #999;
}

.index-row1 .c1:hover .text {
  color: #fff;
  background: #00356b;
}

.index-row1 .c1:hover .text a {
  color: #fff;
}

.index-row1 .c1:hover .text .desc {
  margin: 20px 0;
  height: 168px;
}

.index-row1 .c1:hover .infor .more {
  background: url(../images/arr1.png) no-repeat;
}

.index-row1 .c1:nth-child(1) {
  margin-right: 4.5%;
}

.index-row1 .c2 {
  float: right;
  width: 390px;
}

.index-row1 .c2 dl {
  display: flex;
  margin-bottom: 24px;
  align-items: center;
}

.index-row1 .c2 dl dt {
  height: 60px;
  max-width: 76px;
  min-width: 76px;
  line-height: 20px;
  background: #f2efe9;
  font-size: 12px;
  text-align: center;
  padding-top: 10px;
  box-sizing: border-box;
  transition: all ease .2s;
}

.index-row1 .c2 dl dd {
  padding-left: 10px;
  font-size: 18px;
  line-height: 28px;
}

.index-row1 .c2 dl:hover dt {
  background: #00356b;
  color: #fff;
}

.index-row2 {
  background: #f2efe9;
  padding-bottom: 40px;
}

.index-row2 .main-tit {
  padding: 50px 0;
}

.index-row2 .swiper-container {
  padding-bottom: 30px;
}

.index-row2 .swiper-slide {
  text-align: center;
  width: 290px;
  height: 163px;
  align-items: center;
  transition: 300ms;
  overflow: hidden;
  margin: 0 20px;
  border-top: 10px solid #00356b;
}

.index-row2 .swiper-slide img {
  width: 100%;
  height: 100%;
}

.index-row2 .ksdh-list1 .swiper-slide{
  border-top: 10px solid #6295cc;
}

.index-row2 .ksdh-list2 .swiper-slide{
  border-top: 10px solid #f6c408;
}

.index-row2 .ksdh-list3 .swiper-slide {
  border-top: 10px solid #81c123;
}

.index-row2 .ksdh-list4 .swiper-slide {
  border-top: 10px solid #e35466;
}

.index-row2 .swiper-pagination-bullet {
  opacity: 1;
  background: #988185;
  width: 10px;
  height: 10px;
  margin: 0 10px !important;
}

.index-row2 .swiper-pagination-bullet-active {
  background: #00356b;
}

.index-row3 {
  background: #00356b;
  color: #fff;
  padding-bottom: 1px;
}

.index-row3 .main-tit {
  padding: 50px 0;
}

.index-row3 .swiper-container {
  padding-bottom: 90px;
  margin-bottom: 40px;
}

.index-row3 .swiper-slide ul {
  display: flex;
  flex-wrap: wrap;
}

.index-row3 .swiper-slide ul li {
  position: relative;
  width: 25%;
  padding-top: 14%;
  overflow: hidden;
}

.index-row3 .swiper-slide ul li .pic {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.index-row3 .swiper-slide ul li .pic img {
  width: 100%;
}

.index-row3 .swiper-slide ul li .text {
  opacity: 0;
  transition: all ease .2s;
  display: none;
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.35);
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.index-row3 .swiper-slide ul li .text a {
  font-size: 20px;
  padding: 10px 40px;
  display: block;
  color: #fff;
}

.index-row3 .swiper-slide ul li:hover .text {
  opacity: 1;
}

.index-row3 .swiper-pagination-bullet {
  opacity: 1;
  background: url(../images/dote.png) no-repeat;
  border-radius: 0;
  width: 18px;
  height: 18px;
  margin: 0 10px !important;
}

.index-row3 .swiper-pagination-bullet-active {
  background: url(../images/dote-on.png) no-repeat;
  border-radius: 0;
}

.index-row4 {
  padding-bottom: 1px;
}

.index-row4 .main-tit {
  padding: 30px 0;
}

.index-row4 .list dl {
  float: left;
  width: 31%;
  margin-right: 1%;
  margin-bottom: 20px;
}

.index-row4 .list dl dt {
  float: left;
  width: 42px;
  border-bottom: 20px solid #be0f34;
  color: #be0f34;
  text-align: center;
  font-size: 16px;
  line-height: 1.2;
}

.index-row4 .list dl dt p:nth-child(2) {
  font-size: 40px;
}

.index-row4 .list dl dd {
  margin-left: 65px;
  line-height: 28px;
}

.index-row4 .list dl dd .tit {
  height: 56px;
  overflow: hidden;
}

.index-row4 .list dl dd .tit a:hover {
  color: #be0f34;
  font-weight: bold;
}

.index-row4 .list dl dd .desc {
  height: 56px;
  overflow: hidden;
  margin-top: 15px;
  font-size: 14px;
  color: #999;
}

.index-row4 .list dl:nth-child(2n) {
  margin-left: 0%;
}

.index-row4 .list dl:nth-child(3n) {
  float: right;
}

.index-row4 .main-more {
  margin-top: 0;
}

.index-row4 .main-more a {
  background: #fff;
  border: 2px solid #00356b;
  box-sizing: border-box;
  color: #00356b;
}

.footer {
  margin-top: 40px;
  background: url(../images/f-bg.jpg) top center no-repeat;
  background-size: 100% 100%;
  color: #fff;
  line-height: 30px;
}

.footer .con .wrap {
  display: flex;
  align-items: center;
  padding: 50px 0;
  flex-wrap: wrap;
}

.footer .con .wrap .c {
  flex: 6;
  padding: 0 10px;
}

.footer .con .wrap .c1 {
  font-size: 16px;
}

.footer .con .wrap .c1 .logo {
  margin-bottom: 20px;
}

.footer .con .wrap .c1 p {
  margin-left: 5px;
  line-height: 25px;
  margin-bottom: 10px;
}

.footer .con .wrap .c1 p img {
  margin-right: 10px;
}

.footer .con .wrap .c2 {
  border-left: 1px solid rgba(255, 255, 255, 0.35);
  border-right: 1px solid rgba(255, 255, 255, 0.35);
  padding: 40px 50px;
  box-sizing: border-box;
}

.footer .con .wrap .c2 li {
  float: left;
  width: 33.3%;
  font-size: 14px;
  line-height: 38px;
}

.footer .con .wrap .c2 li a {
  color: #fff;
  opacity: .6;
}

.footer .con .wrap .c3 {
  text-align: center;
}

.footer .con .wrap .c3 p {
  margin-top: 10px;
  font-size: 13px;
  opacity: .6;
}

.footer .copyright {
  opacity: .6;
  border-top: 1px solid #165290;
  padding: 20px 0;
  text-align: center;
  font-size: 13px;
}

.inner-banner {
  position: relative;
  padding-top: 34%;
  background: url(../images/inner-banner.jpg) center center no-repeat;
}

.inner-banner::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(rgba(0, 0, 0, 0.5), transparent);
  /* 标准的语法 */
}

.bread {
  line-height: 30px;
  margin: 20px 0 40px;
  font-size: 14px;
  color: #888888;
  padding-left: 40px;
  background: url(../images/icon-home.png) left 5px no-repeat;
}

.bread a {
  color: #888;
}

.bread span {
  margin: 0 10px;
}

.inner-page .wrap {
  position: relative;
}

.inner-page .leftbar {
  position: absolute;
  left: 20px;
  top: 0;
  width: 260px;
  padding-bottom: 172px;
  background: url(../images/leftbar.jpg) bottom center no-repeat #dde3eb;
}

.inner-page .leftbar .tit {
  line-height: 85px;
  text-align: center;
  font-size: 28px;
  background: url(../images/leftbar-tit.png) center 10px no-repeat #00356b;
  color: #fff;
}

.inner-page .leftbar .con {
  position: relative;
  padding-left: 10px;
  padding-top: 10px;
}

.inner-page .leftbar .con li a {
  font-size: 20px;
  display: block;
  line-height: 65px;
  text-align: center;
}

.inner-page .leftbar .con li:hover {
  color: #00356b;
}

.inner-page .leftbar .con li.on {
  background: #fff;
}

.inner-page .leftbar .con li.on a {
  color: #00356b;
  background: url(../images/leftbar-icon.png) 90% center no-repeat;
}

.inner-page .leftbar.search-leftbar li {
  padding: 20px 10px 10px 20px;
}

.inner-page .leftbar.search-leftbar li a {
  text-align: left;
}
.inner-page .leftbar.search-leftbar .con li a{line-height:35px;}
.inner-page .leftbar.search-leftbar li .subnav li {
  padding-left: 20px;
}

.inner-page .leftbar.search-leftbar li .subnav li a {
  background: none !important;
  display: block;
  font-size: 16px;
  line-height: 20px;
  text-align: left;
}

.inner-page .right-con {
  padding-left: 320px;
}

.inner-page .right-con .inner-tit {
  position: relative;
  line-height: 1;
  margin-bottom: 60px;
}

.inner-page .right-con .inner-tit span {
  position: relative;
  z-index: 2;
  background: #fff;
  padding-right: 10px;
  display: inline-block;
  font-size: 28px;
  color: #00356b;
  font-weight: bold;
}

.inner-page .right-con .inner-tit::after {
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  width: 100%;
  top: 50%;
  height: 1px;
  background: #dbdbda;
}
.main-text-list{min-height:500px;}
.main-text-list dl {
  margin-bottom: 40px;
  border-bottom: 1px solid #dbdbda;
}

.main-text-list dl dt {
  float: left;
  width: 42px;
  border-bottom: 20px solid #f2f3f7;
  color: #333;
  text-align: center;
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: -1px;
  transition: all ease .2s;
}

.main-text-list dl dt p:nth-child(2) {
  font-size: 40px;
}

.main-text-list dl dd {
  line-height: 28px;
}

.main-text-list dl dd .tit {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
    font-size: 20px;
    color: #333;
    font-weight: bold;
    margin-left: 0px;
}

.main-text-list dl dd .tit a:hover {
  color: #00356b;
}

.main-text-list dl dd .date {
  margin-top: 10px;
  font-size: 14px;
  color: #999;
    font-size: 13px;
    color: #666;
    line-height: 25px;
    margin-top: 10px;
overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;

}

.main-text-list dl .time_t{
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 16px;
}

.main-text-list dl .time_t img{
    width: 10px;
    height: 10px;
    /* margin-bottom: 6px; */
    margin-top:-3px;
    margin-right: 10px;
}

.main-text-list dl:hover dt {
  border-bottom-color: #00356b;
}

.main-pic-list dl {
  position: relative;
}

.main-pic-list dl dt {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 33%;
  padding-top: 19%;
  overflow: hidden;
}

.main-pic-list dl dt img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.main-pic-list dl dd {
  padding: 32px 0;
  transition: all ease .2s;
  margin-left: 30px;
  padding-left: 33%;
  background-position: right center;
}

.main-pic-list dl dd .date {
  font-size: 14px;
  color: #777;
}

.main-pic-list dl dd .tit {
  color: #00356b;
  margin: 10px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.main-pic-list dl dd .desc {
  font-size: 14px;
  line-height: 24px;
  color: #777;
  height: 48px;
  overflow: hidden;
}

.main-pic-list dl dd .more a {
  display: block;
  width: 115px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background: #f2f3f7;
  color: #00356b;
  font-size: 14px;
  margin-top: 32px;
}

.main-pic-list dl:hover dd {
  color: #fff;
  background: url(../images/teacher-bg.png) #00356b right bottom no-repeat;
}

.main-pic-list dl:hover dd .date {
  color: #fff;
}

.main-pic-list dl:hover dd .tit a {
  color: #fff;
}

.main-pic-list dl:hover dd .desc {
  color: #fff;
  opacity: .5;
}

.main-search-list dl {
  position: relative;
  margin-bottom: 50px;
}

.main-search-list dl dt {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 42%;
  padding-top: 32%;
  overflow: hidden;
}

.main-search-list dl dt img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.main-search-list dl dd {
  transition: all ease .2s;
  margin-left: 40%;
  padding: 30px 60px 30px 40px;
  background: #f2f3f7;
  background-position: right center;
  position: relative;
}

.main-search-list dl dd .date {
  font-size: 14px;
  color: #777;
}

.main-search-list dl dd .tit {
  color: #00356b;
  margin: 10px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 20px;
}

.main-search-list dl dd .desc {
  font-size: 14px;
  line-height: 32px;
  color: #777;
  overflow: hidden;
}

.main-search-list dl dd .more {
  margin-top: 40px;
}

.main-search-list dl dd .more a {
  display: block;
  width: 115px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background: #fff;
  color: #00356b;
  font-size: 14px;
  margin-top: 32px;
}

.main-search-list dl dd::after {
  content: '';
  position: absolute;
  right: -30px;
  top: -30px;
  width: 0;
  height: 0;
  border: 30px solid transparent;
  border-bottom-color: #fff;
  transform: rotate(45deg);
}

.main-search-list dl:hover dd {
  color: #fff;
  background: url(../images/search-list-bg.png) right bottom no-repeat #00356b;
}

.main-search-list dl:hover dd .date {
  color: #fff;
}

.main-search-list dl:hover dd .tit a {
  color: #fff;
}

.main-search-list dl:hover dd .desc {
  color: #fff;
  opacity: .5;
}

.main-search-list dl:nth-child(2n) dt {
  left: auto;
  right: 0;
}

.main-search-list dl:nth-child(2n) dd {
  margin-left: 0;
  margin-right: 40%;
  padding: 30px 40px 30px 60px;
}

.main-search-list dl:nth-child(2n) dd::after {
  left: -30px;
  right: auto;
  transform: rotate(-45deg);
}

.teacher-list dl {
  position: relative;
  margin-bottom: 40px;
}

.teacher-list dl dt {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 165px;
  height: 165px;
  border-radius: 50%;
  overflow: hidden;
  border: 12px solid #fff;
}

.teacher-list dl dt img {
  width: 100%;
  height: 100%;
}

.teacher-list dl dd {
  transition: all ease .2s;
  background: #f1f3f5;
  margin-left: 90px;
  padding-left: 130px;
  padding-bottom: 5%;
  border: 1px solid #d1d6da;
  border-bottom: 1px solid #00356b;
  background-position: right center;
}

.teacher-list dl dd .name {
  color: #00356b;
  margin: 15px 0;
}

.teacher-list dl dd .desc {
  font-size: 14px;
  line-height: 24px;
  color: #777;
  width: 85%;
  height: 48px;
  overflow: hidden;
}

.teacher-list dl dd .more {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}

.teacher-list dl:hover dd {
  box-shadow: 0 5px 7px 2px rgba(0, 0, 0, 0.1);
  background: url(../images/teacher-bg.png) right bottom no-repeat;
}
.detail{min-height:500px;}
.detail .tit {
  font-size: 26px;
  color: #00356b;
  text-align: center;
}

.detail .infor {
  margin: 20px 0;
  line-height: 20px;
  padding: 20px 0;
  color: #999;
  font-size: 14px;
  text-align: center;
  border-bottom: 1px solid #ddd;
}

.detail .infor span {
  margin: 0 20px;
}

.detail .main {
  line-height: 32px;
  font-size: 16px;
}

.detail .main p {
  margin: 20px 0;
}

.detail .main img {
  max-width: 100%;
}

.detail .links {
  line-height: 30px;
  border-top: 1px solid #ddd;
  padding-top: 20px;
  margin-top: 40px;
}

.detail .links a {
  display: block;
  margin: 10px 0;
}



.teachList li{width:25%;font-size:20px; float:left;line-height:60px;}
.teachList li a{position: relative;padding-bottom: 10px;}
.teachList li p{position: absolute;width:0;left:0;bottom:0;border-bottom: 2px solid #00356b;-webkit-transition: all 1s;-moz-transition: all 1s;-ms-transition: all 1s;-o-transition: all 1s;transition: all 1s;}
.teachList li:hover p{width:100%;}
.teachList{overflow: hidden;}



.sport-ss{
    position: absolute;
    top: 80%;
    right: 10%;
z-index:1;
}

.sport-ss .it_01{
  width: 820px;
  height: 45px;
  border-radius: 15px;
  border: 0;
  /* outline: navajowhite; */
  outline: none;
  opacity: 0.5;
  outline-style: none;
filter:alpha(opacity=50);
padding:0 15px;
}
.sport-ss .it_02{
  width: 25px;
  height: 25px;
  margin-left: -40px;
  /* margin-top: 20px; */
  margin-bottom: 0px;
  position: absolute;
  right: 10px;
  top: 11px;
}



@media screen and (max-width: 1000px){

.sport-ss .it_01{
  width: 520px;font-size:12px;}
}

@media screen and (max-width: 660px){
.sport-ss{
    position: absolute;
top:auto;
   bottom:0;
    right: 0;
z-index:1;
width:100%
}
.sport-ss .it_01{
width:100%;height:32px;font-size:12px;}
.sport-ss .it_02{
width:12px;height:12px;top:8px;}
}

.index-row2 .swiper-wrapper li{width:25%;float:left;  }
.index-row2 .swiper-wrapper li .swiper-slide{margin:0 auto;}
@media screen and (max-width: 1330px){
.index-row2 .swiper-wrapper li{   width:45%;margin:10px 2.5%;
}

}
@media screen and (max-width: 660px){
.index-row2 .swiper-wrapper li{   width:100%;margin:10px 0;
}

}