@import './reset.css';
* {
  line-height: 2em;
  font-size: 14px;
  box-sizing: border-box;
}
a {
  text-decoration: none;
}
.wrapper {
  width: 1400px;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}
.topb-index .banner .slick-slide {
overflow: hidden;
}

.topb-index .banner .slick-slide:nth-child(2) img{
animation:myan 5s;
animation-timing-function:ease-in-out;
animation-iteration-count:1;
}
@keyframes myan
	{
	from {transform:scale(1.1);}
	to {transform:scale(1);}
}
.topb-index .banner img{
transform:scale(1.1);
transition: all 5s ease-in-out;
}
.topb-index .banner .slick-active img{
transform: scale(1);transition: all 5s ease-in-out;
}
/* banner */
@media (min-width: 780px) {
.topb-index .banner img {
    max-width: 100%;
    height: 50vw;
    object-fit: cover;
    width: 100%;
}
}

@media (min-width: 1000px) {
.topb-index .banner img {
    max-width: 100%;
    height:46vw;
    object-fit: cover;
    width: 100%;
}
}
@media (min-width: 1200px) {
.topb-index .banner img {
    max-width: 100%;
    height:44vw;
    object-fit: cover;
    width: 100%;
}
}
@media (min-width: 1400px) {
.topb-index .banner img {
    max-width: 100%;
    height:45vw;
    object-fit: cover;
    width: 100%;
}
}
@media (min-width: 1600px) {
.topb-index .banner img {
    max-width: 100%;
    height:46vw;
    object-fit: cover;
    width: 100%;
}
}
@media (min-width: 1800px) {
.topb-index .banner img {
    max-width: 100%;
    height:47vw;
    object-fit: cover;
    width: 100%;
}
}
/* banner */





@media (max-width: 780px) {
  .wrapper {
    width: 100%;
  }

}
.wrapper:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.logo-mobi {
  display: none;
}
@media (max-width: 780px) {
  .logo-mobi {
    display: block;
    background-color: #0057a9;
    padding: 10px;
    position: relative;
  }
}
.logo-mobi .logo img {
  width: 60%;
}
.logo-mobi .menu {
  width: 35px;
  height: 35px;
  position: absolute;
  right: 10px;
  top: 15px;
  background: url("../images/menu.png") no-repeat;
}
.logo-mobi .menu-x {
  background: url("../images/xx.png") no-repeat;
}
.nav-mobi {
  display: none;
}
@media (max-width: 780px) {
  .nav-mobi {
    display: none;
    margin: 15px;
    padding: 20px;
    box-shadow: 0px 2px 8px #c6d3e4;
    border-radius: 20px;
  }
  .nav-mobi .item {
    border-bottom: 1px solid #c6d3e4;
  }
  .nav-mobi .item .fname {
    font-size: 14px;
    color: #000;
    line-height: 3.5em;
    display: inline-block;
    width: 90%;
  }
  .nav-mobi .item .more {
    background: url("../images/trian.png") center no-repeat;
    display: inline-block;
    width: 9%;
    height: 20px;
    float: right;
    margin-top: 15px;
  }
  .nav-mobi .item .sub {
    margin-bottom: 10px;
    display: none;
  }
  .nav-mobi .item .sub li {
    padding-left: 7%;
  }
  .nav-mobi .item .sub li a {
    font-size: 12px;
    color: #000;
    line-height: 3em;
    display: block;
  }
  .nav-mobi .item .active {
    background: url("../images/xxx.png") center no-repeat;
  }
}
.pos-mb {
  display: none;
}
@media (max-width: 780px) {
  .pos-mb {
    display: block;
    font-size: 12px;
    color: #666;
    line-height: 4em;
    border-bottom: 1px solid #ddd;
    padding-left: 10px;
  }
}
.pos-mb a {
  font-size: 12px;
  color: #666;
}
.pg-inner {
  display: none;
}
@media (max-width: 780px) {
  .pg-inner {
    display: block;
  }
}

.topb-index {
  background: none;
  position: relative;
}
.topb-index .banner img {
  max-width: 100%;
}
.topb-index .gradient {
 
  padding: 23px 50px;
  width: 100%;
  box-sizing: border-box;
position: absolute;
    bottom: 0;
   
}
.topb-index .gradient:after {
  content: "";
  display: block;
  clear: both;
}
.topb-index .search {
  position: absolute;
  top: 36px;
  right: 80px;
  width: 36px;
  height: 36px;
  background: url("../images/search.png") no-repeat;
  cursor: pointer;z-index: 10;
}
@media (max-width: 780px) {
  .topb-index  .search {
    display: none;
  }
.topb-index .gradient {
 display: none;
}
}
.topb-index .search:hover .keywords {
  display: block;
  cursor: pointer;
}
.topb-index .search .keywords {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  height: 40px;
  width: 200px;
  background: #505050 url("../images/search.png") center right no-repeat;
  color: #fff;
  font-size: 18px;
  border-radius: 20px;
  padding: 0 20px;
}
.topb-index .logo {
  display: block;
  float: left;
position: absolute;
    top: 29px;
left:50px;
    z-index: 10;
}
@media (max-width: 780px) {
  .topb-index  .logo {
    display: none;
  }
}
.topb-index .gradient .nav {
z-index: 4;
    width: 100%;
    background:#054283b8;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 70px;
padding:0 6%;
}
@media (max-width: 780px) {
  .topb-index .gradient .nav {
    display: none;
  }
}
.topb-index .gradient .nav:after {
  content: "";
  display: block;
  clear: both;
}
.topb-index .gradient .nav li:not(.sub-item) {
    float: left;
    line-height: 70px;
       width: 7.6%;
    text-align: center;
   
position: relative;
min-width: 76px;
}
.topb-index .gradient .nav li a {
  color: #fff;
  font-size: 18px;
  white-space: nowrap;
}
.topb-index .gradient .nav li a:hover {
  color: #f4d854;
}
.head h2 {
  font-size: 38px;
  color: #000;
  line-height: 3em;
  text-align: center;
}
@media (max-width: 780px) {
  .head h2 {
    font-size: 28px;
  }
}
.head:after {
  content: " ";
  padding: 0 32px;
  border-bottom: 4px solid #0057a9;
  position: relative;
  top: -44px;
}
@media (max-width: 780px) {
  .head:after {
    top: -34px;
    padding: 0 25px;
  }
}
.news {
  background: url("../images/bg1.jpg") center no-repeat;
  background-size: cover;
  height: 789px;
}
@media (max-width: 780px) {
  .news {
    height: auto;
    padding: 0 10px;
  }
}
.news .wrapper {
  padding-top: 20px;
}
.news .wrapper .head {
  text-align: center;
}
.news .wrapper:after {
  content: "";
  display: block;
  clear: both;
}
.news .wrapper .more {
  display: block;
  clear: both;
  padding-left: 30px;
  background: url("../images/ico_more_blue.png") 48% center no-repeat;
  font-size: 14px;
  color: #0057a9;
  text-align: center;
  line-height: 3em;
}
@media (max-width: 780px) {
  .news .wrapper .more {
    background: url("../images/ico_more_blue.png") 42% center no-repeat;
  }
}
.news .wrapper .left {
  float: left;
}
.news .wrapper .right {
  float: right;
}
.news .wrapper .focus {
  width: 592px;
  box-sizing: border-box;
  border: 1px solid #ddd;
  border-bottom: 2px solid #0057a9;
  box-shadow: 0px 2px 8px #ddd;
  background-color: #fff;
}
@media (max-width: 780px) {
  .news .wrapper .focus {
    width: 100%;
    float: none;
  }
}
.news .wrapper .focus .item .pic {
  display: block;
}
.news .wrapper .focus .item .pic img {
  width: 590px;
  height: 390px;
object-fit: cover;
}
@media (max-width: 780px) {
  .news .wrapper .focus .item .pic img {
    width: 100%;
    height: 56vw;
  }
}
.news .wrapper .focus .item .tit {
  font-size: 18px;
  color: #000;
  line-height: 2em;
  padding: 0 47px;
  display: block;
  margin: 50px 0 20px;
    overflow: hidden;
    max-height: 70px;
}
@media (max-width: 780px) {
  .news .wrapper .focus .item .tit {
    font-size: 14px;
    padding: 10px;
    margin-top: 30px;
  }
}
.news .wrapper .list {
  width: 390px;
display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: stretch;
}
@media (max-width: 780px) {
  .news .wrapper .list {
    width: 100%;
    float: none;
    margin-top: 20px;
  }
}
.news .wrapper .list:after {
  content: "";
  display: block;
  clear: both;
}
.news .wrapper .list li {
  float: left;
  width: 375px;
  padding: 10px 20px;
  background-color: #fff;
  box-sizing: border-box;
  border: 1px solid #ddd;
  border-bottom: 2px solid #0057a9;
  box-shadow: 0px 2px 8px #ddd;
  margin-bottom: 11px;
}
@media (max-width: 780px) {
  .news .wrapper .list li {
    width: 100%;
    float: none;
    padding: 10px;
  }
}
.news .wrapper .list li:nth-of-type(2n) {
  float: right;
}
@media (max-width: 780px) {
  .news .wrapper .list li:nth-of-type(2n) {
    width: 100%;
    float: none;
  }
}
.news .wrapper .list li a {
  font-size: 16px;
  color: #000;
  line-height: 2em;
}
@media (max-width: 780px) {
  .news .wrapper .list li a {
    font-size: 14px;
  }
}
.news .wrapper .list li .date {
  padding-left: 20px;
  background: url("../images/cal.png") no-repeat;
  color: #999;
  font-size: 14px;
  margin-top: 11px;
}
@media (max-width: 780px) {
  .news .wrapper .list li .date {
    font-size: 12px;
  }
}
.notice {
  height: 499px;
  background: url("../images/bg2.jpg") center no-repeat;
  background-size: cover;
}
@media (max-width: 780px) {
  .notice {
    height: auto;
  }
}
.notice .wrapper {
  position: relative;
}
.notice .wrapper .head {
  position: absolute;
  width: 100%;
  text-align: center;z-index:5;
}
.notice .wrapper .head h2 {
  color: #fff;
}
.notice .wrapper .head:after {
  border-bottom: 4px solid #fff;
}
.notice .wrapper .head .more {
  position: absolute;
  right: 0;
  top: 40%;
  color: #fff;
  padding-left: 30px;
  background: url("../images/ico_more_white.png") left center no-repeat;
  font-size: 14px;
  line-height: 3em;
}
@media (max-width: 780px) {
  .notice .wrapper .head .more {
    display: none;
  }
}
.notice .wrapper .list {
  width: 100%;
}
.notice .wrapper .list:after {
  content: "";
  display: none;
  clear: both;
}
.notice .wrapper .list .nitem {
  width: 25%;
  height: 499px;
  float: left;
}
@media (max-width: 780px) {
  .notice .wrapper .list .nitem {
    width: 50%;
  }
}
.notice .wrapper .list .nitem:nth-of-type(2n+1) {
  background-color: rgba(255,255,255,0.1);
}
.notice .wrapper .list .nitem a {
  line-height: 2em;
  color: #fff;
  font-size: 16px;
  display: block;
  padding: 40px 20px;
}
@media (max-width: 780px) {
  .notice .wrapper .list .nitem a {
    font-size: 14px;
  }
}
.notice .wrapper .list .nitem .date {
  border-bottom: 1px solid #eee;
}
.notice .wrapper .list .nitem .date .fdate {
  width: 88px;
  height: 286px;
  margin: 0 auto;
  border-bottom: 4px solid #fff;
  position: relative;
  bottom: -2px;
  padding-top: 154px;
}
.notice .wrapper .list .nitem .date .fdate .rdate {
  text-align: center;
  border-radius: 50%;
  width: 88px;
  height: 88px;
  border: 1px dashed #ccc;
  box-sizing: border-box;
  padding-top: 10px;
}
.notice .wrapper .list .nitem .date .fdate .rdate .day {
  font-size: 30px;
  color: #fff;
  display: block;
}
.notice .wrapper .list .nitem .date .fdate .rdate .mon {
  font-size: 14px;
  color: #fff;
  line-height: 3em;
}
.xiaobao {
  height: 600px;
  background: url("../images/bg3.jpg") center no-repeat;
  background-size: cover;
}
@media (max-width: 780px) {
  .xiaobao {
    height: auto;
    padding: 10px;
  }
}
.xiaobao .wrapper:after {
  content: "";
  display: block;
  clear: both;
}
.xiaobao .wrapper .head {
  width: 100%;
  position: relative;
}
.xiaobao .wrapper .head h2 {
  color: #000;
  display: block;
  text-align: left;
}
@media (max-width: 780px) {
  .xiaobao .wrapper .head h2 {
    font-size: 28px;
  }
}
.xiaobao .wrapper .head:after {
  border-bottom: 4px solid #0057a9;
  position: relative;
  display: inline-block;
  top: -34px;
  left: 44px;
}
@media (max-width: 780px) {
  .xiaobao .wrapper .head:after {
    top: -24px;
    left: 28px;
    padding: 0 27px;
  }
}
.xiaobao .wrapper .head .more {
  position: absolute;
  right: 0;
  top: 40%;
  color: #0057a9;
  padding-left: 30px;
  background: url("../images/ico_more_blue.png") left center no-repeat;
  font-size: 14px;
  line-height: 3em;
}
@media (max-width: 780px) {
  .xiaobao .wrapper .head .more {
    top: 27%;
  }
}
.xiaobao .wrapper .left {
  float: left;
  width: 678px;
}
@media (max-width: 780px) {
  .xiaobao .wrapper .left {
    width: 100%;
    float: none;
  }
}
.xiaobao .wrapper .left:after {
  content: "";
  display: block;
  clear: both;
}
.xiaobao .wrapper .left .baofocus {
  float: left;
  width: 225px;
}
@media (max-width: 780px) {
  .xiaobao .wrapper .left .baofocus {
    width: 48%;
  }
}
.xiaobao .wrapper .left .baofocus .item {
  box-shadow: 0px 2px 8px #ddd;
}
.xiaobao .wrapper .left .baofocus .item .tit {
  line-height: 50px;
  color: #000;
  font-size: 16px;
  text-align: center;
}
.xiaobao .wrapper .left .baofocus .item img {
  max-width: 100%;
}
.xiaobao .wrapper .left .baolist {
  float: right;
  width: 680px;
}
@media (max-width: 780px) {
  .xiaobao .wrapper .left .baolist {
    width: 100%;
  }
}
.xiaobao .wrapper .left .baolist li {
  border-top-left-radius: 30px;
  border-bottom: 1px solid #ddd;
  line-height: 46px;
  box-sizing: border-box;
  background-color: #fff;
  padding: 0 20px;
  margin-bottom: 10px;
}
@media (max-width: 780px) {
  .xiaobao .wrapper .left .baolist li {
    line-height: 2em;
    margin-bottom: 6px;
    border-top-right-radius: 30px;
    border-top-left-radius: 0;
  }
}
.xiaobao .wrapper .left .baolist li span {
  float: right;
  color: #999;
}
@media (max-width: 780px) {
  .xiaobao .wrapper .left .baolist li span {
    display: none;
  }
}
.xiaobao .wrapper .left .baolist li a {
  color: #000;
}
@media (max-width: 780px) {
  .xiaobao .wrapper .left .baolist li a {
    font-size: 12px;
  }
}
.xiaobao .wrapper .left .baolist li:hover{
  background-color: #0057a9;
}
.xiaobao .wrapper .left .baolist li:hover span{
  color: #fff;
}
.xiaobao .wrapper .left .baolist li:hover a{
  color: #fff;
}
.xiaobao .wrapper .right {
  float: right;
  width: 678px;
}
@media (max-width: 780px) {
  .xiaobao .wrapper .right {
    width: 100%;
    float: none;
    margin-top: 20px;
  }
}
.xiaobao .wrapper .right .gongkai li {
  position: relative;
  padding-left: 100px;
  padding-top: 10px;
  height: 80px;
  color: #000;
  border-bottom: 2px solid #0057a9;
  border-top-left-radius: 30px;
  background-color: #fff;
  margin-bottom: 22px;
}
.xiaobao .wrapper .right .gongkai li a {
  font-size: 16px;
  color: #000;
  line-height: 2em;
  display: block;
}
@media (max-width: 780px) {
  .xiaobao .wrapper .right .gongkai li a {
    font-size: 13px;
    line-height: 1.5em;
  }
}
.xiaobao .wrapper .right .gongkai li .date {
  position: absolute;
  left: 0;
  top: 10px;
  text-align: center;
  padding: 0 15px;
  border-right: 1px solid #ccc;
}
.xiaobao .wrapper .right .gongkai li .date .day {
  font-size: 30px;
  color: #0057a9;
}
.xiaobao .wrapper .right .gongkai li .date .mon {
  font-size: 14px;
  line-height: 2em;
}
.xiaobao .wrapper .right .gongkai li:hover{
  background-color: #0057a9;
}
.xiaobao .wrapper .right .gongkai li:hover a{
  color: #fff;
}
.xiaobao .wrapper .right .gongkai li:hover .date .day{
  color: #fff;
}
.xiaobao .wrapper .right .gongkai li:hover .date .mon{
  color: #fff;
}
@media (max-width: 780px) {
  .special .wrapper {
    padding: 0 5px;
  }
}
.special .wrapper .head {
  position: relative;
}
.special .wrapper .head h2 {
  display: inline-block;
}
@media (max-width: 780px) {
  .special .wrapper .head h2 {
    font-size: 28px;
  }
}
.special .wrapper .head:after {
  border-bottom: 4px solid #0057a9;
  display: block;
  width: 64px;
  box-sizing: border-box;
  left: 44px;
  top: -20px;
}
@media (max-width: 780px) {
  .special .wrapper .head:after {
    top: -20px;
    left: 28px;
    padding: 0 27px;
  }
}
.special .wrapper .head .more {
  position: absolute;
  right: 136px;
  top: 40%;
  color: #0057a9;
  padding-left: 30px;
  background: url("../images/ico_more_blue.png") left center no-repeat;
  font-size: 14px;
  line-height: 3em;
}
@media (max-width: 780px) {
  .special .wrapper .head .more {
    right: 10px;
    top: 27%;
  }
}
.special .wrapper .splist {
  margin-top: 30px;
  margin-bottom: 56px;
}
@media (max-width: 780px) {
  .special .wrapper .splist {
    margin-top: 10px;
    padding: 0 5px;
  }
}
.special .wrapper .splist:after {
  content: "";
  display: block;
  clear: both;
}
.special .wrapper .splist .item {
  float: left;
  margin-right: 40px;
}
@media (max-width: 780px) {
  .special .wrapper .splist .item {
    margin-right: 0;
    margin: 0 5px;
  }
.special .wrapper .splist .item img {

height:auto;
}
}
.special .wrapper .splist .item img {
  max-width: 100%;
  width: 100%;
height:170px;object-fit: cover;
}
@media (max-width: 780px) {
.special .wrapper .splist .item img {
height:auto;
}
}
.special .wrapper .splist .item .tit {
  background-color: #eaeff7;
  padding-left: 20px;
}
.special .wrapper .splist .item .tit a {
  font-size: 18px;
  color: #000;
  line-height: 50px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 780px) {
  .special .wrapper .splist .item .tit a {
    font-size: 12px;
    line-height: 3em;
  }
}
.special .wrapper .splist .item .tit:before {
  content: "";
  padding: 0 10px;
  border-bottom: 2px solid #0057a9;
  position: relative;
  bottom: 11px;
  margin-right: 15px;
}
@media (max-width: 780px) {
  .special .wrapper .splist .item .tit:before {
    padding: 0 5px;
    margin-right: 5px;
    bottom: 9px;
  }
}
.data {
  height: 600px;
  background: url("../images/bg4.jpg") center no-repeat;
  background-size: cover;
}
@media (max-width: 780px) {
  .data {
    height: auto;
  }
}
.data .wrapper {
  padding-top: 30px;
  padding: 30px 10px;
}
.data .wrapper .head {
  text-align: center;
}
.data .wrapper .txt {
  color: #666;
  line-height: 2em;
  width: 58%;
  margin: 0 auto;
  text-indent: 2em;
  font-size: 14px;
}
@media (max-width: 780px) {
  .data .wrapper .txt {
    width: 100%;
  }
}
.data .wrapper .boxs {
  margin-top: 20px;
}
.data .wrapper .boxs:after {
  content: "";
  display: block;
  clear: both;
}
.data .wrapper .boxs li {
  float: left;
  width: calc(100% / 5);
  padding: 137px 15px 0 15px;
}
@media (max-width: 780px) {
  .data .wrapper .boxs li {
    width: calc(100% / 3);
    background-size: 50% !important;
    padding: 75px 0 0 0;
    height: 200px;
  }
}
.data .wrapper .boxs li .big {
  font-size: 16px;
  color: #000;
  text-align: center;
}
@media (max-width: 780px) {
  .data .wrapper .boxs li .big {
    font-size: 12px;
  }
}
.data .wrapper .boxs li .big .number {
  color: #0057a9;
  font-size: 28px;
  font-weight: bold;
  line-height: 2em;
}
@media (max-width: 780px) {
  .data .wrapper .boxs li .big .number {
    font-size: 20px;
  }
}
.data .wrapper .boxs li .little {
  line-height: 2em;
  color: #666;
text-align: center;
}
@media (max-width: 780px) {
  .data .wrapper .boxs li .little {
    font-size: 11px;
    padding: 0 5px;
  }
}
.data .wrapper .boxs li:nth-of-type(6n+1) {
  background: url("../images/i1.png") top center no-repeat;
}
.data .wrapper .boxs li:nth-of-type(6n+2) {
  background: url("../images/i2.png") top center no-repeat;
}
.data .wrapper .boxs li:nth-of-type(6n+3) {
  background: url("../images/i3.png") top center no-repeat;
}
.data .wrapper .boxs li:nth-of-type(6n+4) {
  background: url("../images/i4.png") top center no-repeat;
}
.data .wrapper .boxs li:nth-of-type(6n+5) {
  background: url("../images/i5.png") top center no-repeat;
}
.data .wrapper .boxs li:nth-of-type(6n+6) {
  background: url("../images/i5.png") top center no-repeat;
}
@media (max-width: 780px) {
  .flinks {
    padding: 0 10px;
  }
}
.flinks .head:after {
  display: none;
}
.flinks .head h2 {
  text-align: left;
}
@media (max-width: 780px) {
  .flinks .head h2 {
    font-size: 28px;
  }
}
.flinks ul:after {
  content: "";
  display: block;
  clear: both;
}
.flinks ul li {
  border-bottom: 1px solid #ddd;
  background: url("../images/more-right.png") center right no-repeat;
  width: 280px;
  float: left;
  margin-bottom: 20px;
  margin-right: 92px;
  box-sizing: border-box;
}
@media (max-width: 780px) {
  .flinks ul li {
    width: 48%;
    margin-right: 0;
  }
  .flinks ul li:nth-of-type(2n) {
    float: right;
  }
}
.flinks ul li:nth-of-type(4n) {
  margin-right: 0;
}
.flinks ul li a {
  display: block;
  font-size: 16px;
  color: #000;
  line-height: 3em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 780px) {
  .flinks ul li a {
    font-size: 12px;
  }
}
.topa {
  height:125px;
  background-color:#0057a9e8;
  line-height: 41px;
  text-align: right;
  color: #fff;
  padding: 31px 124px;
position:absolute;
z-index:8;
width:100%;
    background: url(../images/bj11.png);
    background-repeat-x: repeat;
    background-size:100% 100%;
    background-position: top;

}
@media (max-width: 780px) {
  .topa {
    display: none;
  }
}
.topa a {
  color: #fff;
  font-size: 14px;
  margin: 0 15px;
}
.topb {
  height: 500px;
  box-sizing: border-box;
  background: url("../images/inner-banner.jpg") center no-repeat;
  background-size: cover;

    position: relative;
margin-bottom: 110px;
}
@media (max-width: 780px) {
  .topb {
    display: none;
  }
}
.topb .gradient {
  position: absolute;
background: #054283b8;

  box-sizing: border-box;
  bottom: 0;
    width: 100%;
   
}
.topb .gradient:after {
  content: "";
  display: block;
  clear: both;
}
.topb .gradient .posbar {
  position: absolute;
  bottom:-66px;
  left: 0;
  width: 100%;
}
.topb .gradient .posbar .wrapper h2 {
  font-size: 38px;
  color:#545454;
  display: inline-block;
}
.topb .gradient .posbar .wrapper .pos {
  font-size: 14px;
  color:#545454;
  display: inline-block;
  margin-left: 40px;
}
.topb .gradient .posbar .wrapper .pos a {
  font-size: 14px;
  color: #545454;
}
.topb .gradient .posbar .wrapper .pos a:last-child {
  color: #e1c53f;
}
.topb .gradient .search {
  position: absolute;
  top:-395px;
  right: 80px;
  width: 36px;
  height: 36px;
  background: url("../images/search.png") no-repeat;
  cursor: pointer;
    z-index: 9;
}
.topb .gradient .search:hover .keywords {
  display: block;
  cursor: pointer;
}
.topb .gradient .search .keywords {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  height: 40px;
  width: 200px;
  background: #505050 url("../images/search.png") center right no-repeat;
  color: #fff;
  font-size: 18px;
  border-radius: 20px;
  padding: 0 20px;
}
.topb .gradient .logo {
  display: block;
  float: left;
position: absolute;
    z-index: 9;
   top: -400px;
left: 50px;
}
.topb .gradient .nav {

    margin: auto;
width: 90%;height:70px;
}
.topb .gradient .nav:after {
  content: "";
  display: block;
  clear: both;
}
.topb .gradient .nav li:not(.sub-item) {
  float: left;
  line-height:70px;
width: 7.6%;
  text-align: center;

position: relative;
}
.topb .gradient .nav li a {
  color: #fff;
  font-size: 18px;
  white-space: nowrap;
}
.topb .gradient .nav li a:hover {
  color: #f4d854;
}
.topc {
  height: 86px;
  border: 1px solid #ddd;
  box-shadow: 0px 2px 8px #ddd;
}
@media (max-width: 780px) {
  .topc {
    display: none;
  }
}
.topc .wrapper {
  text-align: center;
}
.topc .wrapper a {
  line-height: 86px;
  text-align: center;
  font-size: 24px;
  color: #333;
  padding: 0 35px;
  position: relative;
}
.topc .wrapper a:hover,
.topc .wrapper a.current {
  color: #0057a9;
}
.topc .wrapper a:hover:after,
.topc .wrapper a.current:after {
  position: absolute;
  bottom: -28px;
  left: 60px;
  content: " ";
  padding: 0 32px;
  border-bottom: 4px solid #0057a9;
}
.topd .lists:after {
  content: "";
  display: block;
  clear: both;
}
.topd .lists li {
  float: left;
  width: 676px;
  margin-top: 25px;
  box-sizing: border-box;
  padding:12px 25px;
  border: 1px solid #ddd;
  border-bottom: 2px solid #0057a9;
  box-shadow: 0px 2px 8px #ddd;
}
@media (max-width: 780px) {
  .topd .lists li {
    max-width: 100%;
    width: 100%;
    padding: 10px;
  }
}
.topd .lists li:hover {
  background: url("../images/item-bg.jpg") center no-repeat;
  background-size: cover;
  border-bottom: 2px solid #ffd200;
}
.topd .lists li:hover .date .day {
  color: #fff;
}
.topd .lists li:hover .date .mon {
  color: #fff;
}
.topd .lists li:hover a {
  color: #fff;
}
.topd .lists li:after {
  content: "";
  display: block;
  clear: both;
}
.topd .lists li:nth-of-type(2n) {
  float: right;
}
.topd .lists li a {
  font-size: 16px;
  line-height: 2em;
  color: #000;
  display: block;
  width: 500px;
  float: left;
  margin-top: 13px;
}
@media (max-width: 780px) {
  .topd .lists li a {
    width: calc(100% - 106px);
    font-size: 14px;
    margin: 0;
  }
}
.topd .lists li .date {
  text-align: center;
  border-radius: 50%;
  width: 88px;
  height: 88px;
  border: 1px dashed #ccc;
  box-sizing: border-box;
  padding-top: 10px;
  float: left;
  margin-right: 20px;
}
@media (max-width: 780px) {
  .topd .lists li .date {
    transform: scale(0.75);
    margin-right: 0;
  }
}
.topd .lists li .date .day {
  font-size: 30px;
  color: #0057a9;
  display: block;
}
.topd .lists li .date .mon {
  font-size: 14px;
  color: #666;
  line-height: 3em;
}
.topd .lists-pic {
  margin-top: 40px;
}
.topd .lists-pic li {
  padding: 10px;
  border-bottom: 1px dashed #ddd;
  margin: 20px 0;
}
.topd .lists-pic li:last-child {
  border-bottom: none;
}
.topd .lists-pic li img {
  display: block;
  width: 160px;
  height: 118px;
  float: left;
object-fit: cover;
}
@media (max-width: 780px) {
  .topd .lists-pic li img {
    float: none;
    width: 100%;
    height: auto;
  }
}
.topd .lists-pic li .txt {
  margin-left: 190px;
}
@media (max-width: 780px) {
  .topd .lists-pic li .txt {
    margin: 0;
  }
}
.topd .lists-pic li .txt a {
  color: #000;
  font-size: 18px;
}
@media (max-width: 780px) {
  .topd .lists-pic li .txt a {
    font-size: 14px;
    line-height: 2em;
    margin-top: 16px;
    display: block;
  }
}
.topd .lists-pic li .txt .desc {
  font-size: 14px;
  color: #666;
  margin: 15px 0;
  line-height: 2em;
  text-indent: 2em;
}
@media (max-width: 780px) {
  .topd .lists-pic li .txt .desc {
    font-size: 12px;
  }
}
.topd .lists-pic li .txt .date {
  padding-left: 20px;
  background: url("../images/cal.png") no-repeat;
  font-size: #141414 px;
  color: #999;
  font-size: 14px;
}
@media (max-width: 780px) {
  .topd .lists-pic li .txt .date {
    font-size: 12px;
  }
}
@media (max-width: 780px) {
  .topd .lists-jg {
    padding: 0 20px;
  }
}
.topd .lists-jg:after {
  content: "";
  display: block;
  clear: both;
}
.topd .lists-jg li {
  padding-left: 30px;
  box-sizing: border-box;
  width: 320px;
  float: left;
  background: url("../images/more-right.png") 85% center no-repeat;
  border-radius: 10px;
  border: 1px dashed #ddd;
  margin-right: 40px;
  margin-top: 40px;
}
@media (max-width: 780px) {
  .topd .lists-jg li {
    width: 46%;
    margin-right: 2%;
    padding-left: 10px;
    background: url("../images/more-right.png") 95% center no-repeat;
  }
  .topd .lists-jg li:nth-of-type(2n) {
    float: right;
    margin-right: 0;
  }
}
.topd .lists-jg li:nth-of-type(4n) {
  margin-right: 0;
}
.topd .lists-jg li:hover {
  background-color: #0057a9;
}
.topd .lists-jg li:hover a {
  color: #fff;
}
.topd .lists-jg li a {
  line-height: 47px;
  font-size: 16px;
  color: #000;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 780px) {
  .topd .lists-jg li a {
    font-size: 12px;
  }
}
.topd article {
  margin-top: 50px;
}
@media (max-width: 780px) {
  .topd article {
    padding: 0 10px;
  }
}
.topd article h1 {
  font-size: 20px;
  color: #000;
  text-align: center;
  line-height: 2em;
}
.topd article .date {
  font-size: 14px;
  color: #999;
  text-align: center;
  line-height: 2em;
}
.topd article .text {
  font-size: 16px;
  color: #000;
  line-height: 2em;
  border-top: 1px dashed #ddd;
  margin-top: 20px;
  padding: 20px 0;
}
.topd article .text p {
  text-indent: 2em;
}
.topd article .text p img {
  max-width: 100%;
  display: block;
  margin: 20px auto;
}
.topd article .text img {
  max-width: 100%;
}
.foota {
  height: 144px;
  padding: 40px 0;
  box-sizing: border-box;
  background-color: #0057a9;
  margin-top: 50px;
}
@media (max-width: 780px) {
  .foota {
    height: auto;
  }
}
.foota :after {
  content: "";
  display: block;
  clear: both;
}
.foota .left {
  line-height: 2em;
  font-size: 14px;
  color: #fff;
  float: left;
  width: 475px;
}
@media (max-width: 780px) {
  .foota .left {
    width: 100%;
    padding: 20px;
  }
}
.foota .mid {
  float: left;
}
@media (max-width: 780px) {
  .foota .mid {
    display: none;
  }
}
.foota .right {
  float: right;
}
@media (max-width: 780px) {
  .foota .right {
    float: none;
    text-align: center;
  }
}
.foota .right a {
  color: #fff;
  font-size: 14px;
  display: inline-block;
  width: 60px;
  margin-left: 20px;
  padding-top: 70px;
}
.foota .right a:nth-of-type(1) {
  background: url("../images/b1.png") top center no-repeat;
}
.foota .right a:nth-of-type(2) {
  background: url("../images/b2.png") top center no-repeat;
}
.foota .right a:nth-of-type(3) {
  background: url("../images/b3.png") top center no-repeat;
}
.foota .right a:nth-of-type(4) {
  background: url("../images/b4.png") top center no-repeat;
}
.footb {
  background-color: #024788;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 40px;
}
@media (max-width: 780px) {
  .footb {
    font-size: 12px;
    line-height: 2em;
    padding: 10px;
  }
}
.footb a {
  font-size: 14px;
  color: #fff;
}
@media (max-width: 780px) {
  .footb a {
    font-size: 12px;
    line-height: 2em;
  }
}
.banner .banner-dots {
  position: absolute;
  text-align: center;
  top: 82%;
  width: 100%;z-index: 4;
}
@media (min-width: 1000px) {
  .banner .banner-dots {
    top: 80%;
  }
}

@media (min-width: 1400px) {
  .banner .banner-dots {
    top: 83%;
  }
}
@media (min-width: 1600px) {
  .banner .banner-dots {
    top: 86%;
  }
}
@media (min-width: 1800px) {
  .banner .banner-dots {
    top: 85%;
  }
}
@media (max-width: 780px) {
  .banner .banner-dots {
    top: 85%;
  }
}

.banner .banner-dots li {
  display: inline-block;
  width: 30px;
  height:30px;
  border-radius: 50%;
  margin-left: 20px;
  background-color: #fff;
  background: url("../images/ico2.png") center no-repeat;
  background-size: 100%;
}
@media (max-width: 780px) {
  .banner .banner-dots li {
    width: 12px;
    height: 12px;
    margin-left: 10px;
  }
}
.banner .banner-dots li.slick-active {
  background: url("../images/ico1.png") center no-repeat;
 background-size: 100%;
}
@media (max-width: 780px) {
  .banner .banner-dots li.slick-active {
    background-size: 100%;
  }
}
.banner .banner-dots li button {
  display: none;
}
.banner .slick-arrow {
  background: url("../images/left1.png") center no-repeat;
  background-size: cover;
  transform: rotate(180deg);
  width: 70px;
  height: 70px;
  line-height: 52px;
  position: absolute;
  top: 45%;
  color: #fff;
  text-align: center;
  font-size: 30px;
  cursor: pointer;
  z-index: 5;
}
@media (max-width: 780px) {
  .banner .slick-arrow {
    width: 30px;
    height: 30px;
  }
}
.banner .banner-slick-prev {
  left: 100px;
  transform: rotate(360deg);
}
@media (max-width: 780px) {
  .banner .banner-slick-prev {
    left: 20px;
  }
}
.banner .banner-slick-next {
  right: 100px;
}
@media (max-width: 780px) {
  .banner .banner-slick-next {
    right: 20px;
  }
}
.focus .focus-dots {
  position: absolute;
  text-align: center;
  top: 77%;
  width: 100%;
}
@media (max-width: 780px) {
  .focus .focus-dots {
    top: 66%;
  }
}
.focus .focus-dots li {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 2px solid #fff;
  border-radius: 50%;
  margin-left: 10px;
  background-color: #9eb2c5;
}
.focus .focus-dots li.slick-active {
  background: #0057a9;
  border: 2px solid #0057a9;
}
.focus .focus-dots li button {
  display: none;
}
.baofocus .baofocus-dots {
  position: absolute;
  text-align: center;
  top: 103%;
  width: 100%;
}
.baofocus .baofocus-dots li {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 2px solid #fff;
  border-radius: 50%;
  margin-left: 10px;
  background-color: #9eb2c5;
}
.baofocus .baofocus-dots li.slick-active {
  background: #0057a9;
  border: 2px solid #0057a9;
}
.baofocus .baofocus-dots li button {
  display: none;
}
.splist .splist-dots {
  position: absolute;
  text-align: center;
  bottom: -40px;
  width: 100%;
}
.splist .splist-dots li {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 2px solid #fff;
  border-radius: 50%;
  margin-left: 20px;
  background-color: #9eb2c5;
}
.splist .splist-dots li.slick-active {
  background: #0057a9;
  border: 2px solid #0057a9;
}
.splist .splist-dots li button {
  display: none;
}
.splist .slick-arrow {
  background: url("../images/left2.png") center no-repeat;
  width: 52px;
  height: 52px;
  line-height: 52px;
  position: absolute;
  top: -105px;
  color: #fff;
  text-align: center;
  font-size: 30px;
  cursor: pointer;
  z-index: 5;
}
.splist .splist-slick-prev {
  right: 66px;
}
.splist .splist-slick-next {
  right: 0;
  transform: rotate(180deg);
}
.notice .notice-dots {
  position: absolute;
  text-align: center;
  top: 90%;
  width: 100%;
}
.notice .notice-dots li {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: none;
  border-radius: 50%;
  margin-left: 10px;
  background-color: #ccc;
  box-sizing: content-box;
}
.notice .notice-dots li.slick-active {
  background: #fff;
  border: 2px solid #fff;
}
.notice .notice-dots li button {
  display: none;
}


.topa11 {
  height: 41px;
  background-color: #0057a9;
  line-height: 41px;
  text-align:center;
  color: #fff;
  padding: 0 8px;
overflow:hidden;
margin-top:-20px;
}
@media (min-width: 480px) {
  .topa11 {
    display: none;
  }
}
.topa11 a {
  color: #fff;
  font-size: 14px;
  margin: 0 2px;
}

.neirong{

}

/* 首页二级导卡片 */
.zi_men{
display:none;
   line-height: 0;
   max-width: 1000px;

position: absolute;
  bottom: 100%;

}
.zi_men .men_cons {

    box-shadow: 0px 2px 7px #e8e8e8;
    margin-bottom:38px;
    padding: 20px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

 .zi_men .men_bg img{
width: 180px;
    object-fit: cover;
    height: 115px;
}
 .zi_men .sub-menu {
   display: flex;
    list-style: none;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    
    max-width: 352px;
    align-items: center;width: max-content;
}
.nav li:nth-child(5) .zi_men .sub-menu{
  max-width: 652px;
}
.nav li:nth-child(3) .zi_men .sub-menu{
  max-width: 452px;
}
.zi_men .sub-menu .sub-item {
    margin: 5px 10px;
    padding: 0px 1px !important;
   
     
}
.zi_men .sub-menu .sub-item .sub-link {
    
    margin: 0 0 0 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    color: #075FB9;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
}
.topb-index .gradient .nav li:hover .zi_men{
display:block;
}
.topb .gradient .nav li:hover .zi_men{
display:block;
}
.topb-index .gradient .nav li:nth-child(4) .zi_men,.topb-index .gradient .nav li:nth-child(5) .zi_men{
left: -100px;
}
.topb-index .gradient .nav li:nth-child(6) .zi_men,.topb-index .gradient .nav li:nth-child(7) .zi_men{
right: -200px;
}
.topb-index .gradient .nav li:nth-child(8) .zi_men,.topb-index .gradient .nav li:nth-child(9) .zi_men{
right: -60px;
}
.topb-index .gradient .nav li:nth-child(10) .zi_men,.topb-index .gradient .nav li:nth-child(11) .zi_men{
right: -40px;
}
.topb-index .gradient .nav li:nth-child(12) .zi_men{
right: -40px;
}
.topb-index .gradient .nav li:nth-child(13) .zi_men{
right: -40px;
}

.topb .gradient .nav li:nth-child(4) .zi_men,.topb .gradient .nav li:nth-child(5) .zi_men{
left: -100px;
}
.topb .gradient .nav li:nth-child(6) .zi_men,.topb .gradient .nav li:nth-child(7) .zi_men{
right: -200px;
}
.topb .gradient .nav li:nth-child(8) .zi_men,.topb .gradient .nav li:nth-child(9) .zi_men{
right: -60px;
}
.topb .gradient .nav li:nth-child(10) .zi_men{
right: -40px;
}
.topb .gradient .nav li:nth-child(11) .zi_men{
right: -60px;
}
.topb .gradient .nav li:nth-child(12) .zi_men{
right: -60px;
}
.topb .gradient .nav li:nth-child(13) .zi_men{
right: -40px;
}
/* 首页二级导卡片end */


 
/* manubut */ 
.burger-menu {
    position: absolute;
	    top:41px;
    right: 24px;
    z-index: 99;
  width: 30px;
  height: 24px;
  background: transparent;
  cursor: pointer;
  display: block;
}

.burger-menu input {
  display: none;
}

.burger-menu span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #e9e9e9;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: .25s ease-in-out;
}

.burger-menu span:nth-of-type(1) {
  top: 0px;
  transform-origin: left center;
}

.burger-menu span:nth-of-type(2) {
  top: 47%;
  transform: translateY();
  transform-origin: left center;
}

.burger-menu span:nth-of-type(3) {
  top: 100%;
  transform-origin: left center;
  transform: translateY(-100%);
}

.burger-menu input:checked ~ span:nth-of-type(1) {
  transform: rotate(45deg);
  top: 0px;
  left: 5px;
}

.burger-menu input:checked ~ span:nth-of-type(2) {
  width: 0%;
  opacity: 0;
}

.burger-menu input:checked ~ span:nth-of-type(3) {
  transform: rotate(-45deg);
  top: 21px;
  left: 5px;
}

/* nav2 */ 
.nav2 {
    position: fixed;
    z-index: 7;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/nav2bj.jpg) center no-repeat;
    background-size: cover;
    display: none;
}

.nav2 a {
    color: white;
	text-decoration: none;
}

.nav2 ul {
    width: 88%;
    margin: auto;
    margin-top:125px;
    display: flex;
    align-items: baseline;
    justify-content: space-evenly;
}

.nav2 ul li {
    color: white;
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    width: 7.35%;
    text-align: center;
    box-sizing: border-box;
    position: relative;
}

.nav2 ul li::before {
    content: "";
    height: 0px;
    width: 1.5rem;
    border: 1px solid rgb(110, 110, 110);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
   top: 23px;
}

.nav2 li dl {
    margin-top: 1.5rem;
}

.nav2 dl dt a {
    color: rgb(231, 231, 231);
    font-size: 14px;
   padding: 16px 0;
    display: block;
    line-height: 15px;
}
 .nav2_1 {
            position: absolute;
            z-index: 1;
            left: 0;
            right: 0;
            top: 1rem;
            bottom: 0;
            overflow-y: auto;
        }
.positionfixe{  position: fixed !important;}
.positionfixe2{  position: fixed !important;top: 34px !important;}
.positionfixe3{  position: fixed !important;top: 30px !important;}
@media (max-width: 780px) {
 .burger-menu{display:none;}
 .nav2{display:none;}
}

.left_n{max-width:1000px;width:1000px;float: left;}

.right_n{max-width:398px;width:400px;float: left;}

@media (max-width: 780px) {
.left_n,.right_n{width:100%;max-width: none;}
}
.news .head1:after{left: -274px;}
.news .wrapper .head1 {
    text-align: right;
}
.head1 h2{margin-left: 390px;}
.news .head2{text-align: left !important;padding-left: 17px;}
.news .head2 h2{text-align: left;}
.head2:after{left:46px;}


.news .more1{margin-left: 610px;width: 390px;text-align: left !important;background: url(../images/ico_more_blue.png) 2% center no-repeat !important;padding-left: 38px !important;}
.news .more2{text-align: left !important;background: url(../images/ico_more_blue.png) 4% center no-repeat !important;padding-left: 46px !important;}

@media (max-width: 780px) {
.news .head1:after{left:0;}
.news .wrapper .head1 {text-align: center;}
.head1 h2{margin-left: 0px;}
.news .head2{text-align: center !important;padding-left:0px;}
.news .head2 h2{text-align:center;}
.head2:after{left:0px;}
.news .wrapper .left_n .more {
    background: url(../images/ico_more_blue.png) 42% center no-repeat;
}

.news .more1{margin-left: 0px;width: 100%;text-align: center !important;background: url(../images/ico_more_blue.png) 42% center no-repeat !important;}
.news .more2{text-align:center !important;background: url(../images/ico_more_blue.png) 42% center no-repeat !important;}
}

.notice .wrapper .head{display: flex;justify-content: center;}
.notice .wrapper .head:after{content:none;}
.notice .wrapper .head h2{padding: 0 100px;position: relative; }

.notice .wrapper .head .active:after{
content: " ";
    border-bottom: 4px solid #ffffff;
    position: absolute;
    bottom:21px;
    margin: auto;
    left: 0;
    right: 0;
    width: 64px;}
.notice .wrapper .meiti_ul{height: 0;opacity:0;}
@media (max-width: 780px) {
.notice .wrapper .head h2{padding: 0px 15px;}
.notice .wrapper .head .active:after{    bottom: 12px;width: 44px;}
}


/*教师风采*/

.fencai .wrapper {
    width: 1400px;
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
	 
}
 .fencai .head{display: flex;
    justify-content: center;    margin-bottom:15px;}
.fencai .head h2 {
        font-size: 38px;
    color: #000;
    line-height: 3em;
    text-align: center;
    width: 190px;
    position: relative;
   margin: 0 30px;
}
.fencai .head::after{content:none;}
 
.fencai .head .active {color: #0057a9;}
.fencai .head .active:after{ content: " ";   
    border-bottom: 4px solid #0057a9;;position: absolute;   
    left: 0;right: 0;margin: auto;
    width: 64px;bottom: 21px;}
	
.jiaoshi,.xiaoyou{width:100%;position:relative;padding: 0;margin: 0;}
.jiaoshi li,.xiaoyou li{width:25%;border:1px solid #e3e3e3;height:auto;margin:0 31px;overflow: hidden;}

.jiaoshif,.xiaoyouf{overflow: hidden;}
 .xiaoyouf{opacity:0;height:0;}
.fencai .gd{text-align: center;
    width: 120px;
    border: 1px solid #d1dbf1;
    height: 32px;
    margin: 35px auto;
    line-height: 32px;
    font-size: 16px;
   }

.fencai .gd a{color:#0057a9;}
.fencai .wrapper .zp{
width: 110px;
    height: 110px;
    margin: 20px auto;
    border-radius: 50%;
    border: 1px #0057a9 dashed;
    overflow: hidden;}
.fencai .wrapper .zp img{
display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.fencai .wrapper .xm{color: black;
    text-align: center;
    font-size: 21px;
    
    margin: 15px auto;}
.fencai .wrapper .js{color: #959595;text-indent: 22px;
    font-size: 16px;
    margin: 15px auto;
    padding: 0px 20px; font-size: 14px;line-height: 28px;overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;}
.fencai .wrapper .xq{
    text-align: center;
    border: 1px solid #e9e4e4;
    width: 80px;
    margin: 27px auto;
    border-radius: 7px;
    color: #3e3e3e;
    font-size: 13px;
line-height: 22px;}

 

@media (max-width: 780px) {
.fencai .wrapper {width: 100%;  }
.fencai .head h2{ font-size: 28px;margin: 0 10px;}

.fencai .wrapper .js{padding:0 10px;font-size: 12px;-webkit-line-clamp:3;    line-height: 19px;}
.fencai .wrapper .xm{font-size:15px;}
.fencai .wrapper .zp{width:80px;height:80px;}
.fencai .wrapper .xq{width:71px;font-size:11px;line-height: 20px;
    margin: 12px auto;
}
.jiaoshi li, .xiaoyou li{margin:0 5px;}
.fencai .gd{width: 100px; height: 30px;   line-height: 30px;font-size: 13px;}
}
.fencai .head .active:after{bottom: 14px;}
/*教师风采 end*/