@charset "utf-8";
* {
  margin: 0;
  padding: 0;
}
html {
  height: 100%;
}
body {
  font-family: "微软雅黑" !important;
  background-color: #fff;
  font-size: 14px;
  height: 100%;
}
a,
a:hover {
  text-decoration: none !important;
  outline: none;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.clearfix {
  zoom: 1;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.common_width {
  width: 1200px;
  margin: 0 auto;
}
body ul,
body p {
  margin: 0;
}
ul > li {
  list-style-type: none;
}
img {
  border: none;
  outline: none;
}
input {
  outline: none;
  border: 0;
  font-family: "微软雅黑";
  background: none;
}
input[type="button"],
input[type="submit"],
input[type="reset"] {
  -webkit-appearance: none;
}
/*清除苹果按钮样式*/
.btn:focus {
  outline: none !important;
}
@font-face {
  font-family: "KabelCBook";
  src: url(KabelC-Book.otf);
}
::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
}
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.2);
}
/*------LESS------*/
.bd_weixin_popup {
  box-sizing: content-box;
}
body {
  background: url(../images/bgbg.jpg) no-repeat top center;
}
.header {
  height: 100px;
}
.header .common_width {
  position: relative;
}
.header a.logo {
  width: 455px;
  display: block;
  float: left;
  height: 100px;
  background: url(../images/logo.png) no-repeat right top 27px;
}
.header .nav {
  height: 100px;
  padding-top: 26px;
  padding-left: 60px;
  float: left;
}
.header .nav>li {
  height: 48px;
  text-align: center;
  float: left;
  line-height: 48px;
}
.header .nav>li a {
  display: block;
  height: 48px;
  padding: 0 10px;
  border-radius: 5px;
  transition: all 0.5s ease 0.2s;
}
.header .nav>li a span {
  display: none;
  line-height: 18px;
  font-size: 12px;
  color: #333;
  transition: all 0.3s ease 0.2s;
}
.header .nav>li a span.cn {
  line-height: 48px;
  font-size: 18px;
  height: 48px;
  display: block;
}
.header .nav>li:hover>a,
.header .nav>li.active>a {
  background-color: #d80413;
}
.header .nav>li:hover a span,
.header .nav>li.active a span {
  color: #fff;
}
.header .nav>li + li {
  margin-left: 8px;
}
.header .nav>li>ul{
  display: none;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  background-color: #f6f6f6;
  position: absolute;
  z-index: 222;
}
.header .nav>li>ul>li{
  min-width: 90px;
  line-height: 50px;
  height: 50px;
  float: left;
}
.header .nav>li>ul>li>a{
  height: 50px;
  color: #666;
}
.header form {
  border-radius: 5px;
  cursor: pointer;
  position: absolute;
  background-color: #f1f1f1;
  top: 0;
  right: 55px;
  margin-top: 30px;
}
.header form input[type="submit"] {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  background: #d80413 url(../images/search.png) no-repeat center;
}
.header form input[type="text"] {
  width: 0;
  height: 40px;
  transition: all 0.3s ease 0.2s;
}
.header form input {
  float: left;
}
.header form:hover input[type="text"] {
  width: 120px;
  padding: 0 12px;
}
.slide {
  height: 500px;
  position: relative;
  margin-bottom: 27px;
}
.slide .swiper-container {
  height: 100%;
}
.slide .swiper-container a {
  display: block;
  height: 100%;
  position: relative;
}
.slide .swiper-container .swiper-pagination_shell {
  position: absolute;
  height: 8px;
  bottom: 30px;
  left: 50%;
  margin-left: -600px;
}
.slide .swiper-container .swiper-pagination_shell .swiper-pagination {
  right: 0;
  height: 8px;
  /*width: 100%;*/
  padding-right: 30px;
  font-size: 0;
}
.slide .swiper-container .swiper-pagination_shell .swiper-pagination span.swiper-pagination-switch {
  width: 32px;
  height: 8px;
  background-color: #fff;
  opacity: .6;
  border-radius: 8px;
  margin: 0 5px;
  transition: all 0.2s ease 0.1s;
  display: inline-block;
}
.slide .swiper-container .swiper-pagination_shell .swiper-pagination span.swiper-pagination-switch.swiper-active-switch{
  opacity: 1;
}
.slide .swiper_btn {
  height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -600px;
  margin-top: -30px;
}
.slide .swiper_btn .swiper-button-prev {
  width: 60px;
  height: 60px;
  top: 0;
  margin-top: 0;
  background: url(../images/left.png) no-repeat center;
  left: -150px;
}
.slide .swiper_btn .swiper-button-next {
  width: 60px;
  height: 60px;
  top: 0;
  margin-top: 0;
  background: url(../images/right.png) no-repeat center;
  right: -150px;
}
.main .item1 {
  padding-bottom: 57px;
}
.news {
  padding-right: 35px !important;
}
.main .item1 h2 {
  height: 40px;
  line-height: 38px;
  border-bottom: 2px solid #ae0a29;
  margin: 0;
}
.main .item1 h2 a {
  display: block;
  height: 100%;
}
.main .item1 h2 span {
  line-height: 40px;
  height: 38px;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  padding: 0 18px;
  background-color: #ae0a29;
  float: left;
}
.main .item1 h2 em {
  font-size: 14px;
  color: #666;
  line-height: 38px;
  height: 38px;
  display: inline-block;
  font-style: normal;
  float: right;
}
.main .item1 .news ul {
  padding-top: 5px;
}
.main .item1 .news ul li {
  height: 130px;
  border-bottom: 1px solid #e6e6e6;
}
.main .item1 .news ul li a {
  padding-top: 20px;
  display: block;
  height: 100%;
}
.main .item1 .news ul li a .tit {
  height: 90px;
}
.main .item1 .news ul li a .tit .pic {
  height: 90px;
  width: 130px;
  float: left;
}
.main .item1 .news ul li a .tit h6 {
  margin: 0;
  line-height: 28px;
  height: 30px;
  font-size: 18px;
  color: #333;
  padding-left: 144px;
  padding-top: 2px;
  font-weight: bold;
}
.main .item1 .news ul li a .tit .date {
  font-size: 16px;
  line-height: 28px;
  color: #666;
  padding-left: 14px;
  display: inline-block;
  height: 28px;
  float:right;
  font-weight: normal;
}
.main .item1 .news ul li a .tit .s_tit {
  display: inline-block;
  max-width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
  font-size: 16px;
}
.main .item1 .news ul li a .tit p {
  line-height: 26px;
  height: 52px;
  font-size: 14px;
  color: #666;
  overflow: hidden;
  padding-left: 14px;
  margin-top: 6px;
  text-align: justify;
}
.main .item1 .announcement ul {
  padding-top: 1px;
}
.main .item1 .announcement ul li {
  height: 131px;
  border-bottom: 1px solid #e6e6e6;
}
.main .item1 .announcement ul li a {
  padding-top: 24px;
  display: block;
  height: 100%;
}
.main .item1 .announcement ul li a .date {
  width: 60px;
  height: 60px;
  border: 2px solid #999;
  text-align: center;
  float: left;
}
.main .item1 .announcement ul li a .date span {
  display: inline-block;
  width: 100%;
}
.main .item1 .announcement ul li a .date span.day {
  height: 31px;
  line-height: 28px;
  background-color: #999;
  color: #fff;
  font-size: 18px;
}
.main .item1 .announcement ul li a .date span.year {
  line-height: 25px;
  color: #999;
}
.main .item1 .announcement ul li a .txt {
  padding-left: 75px;
}
.main .item1 .announcement ul li a .txt h6 {
  line-height: 26px;
  font-size: 16px;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 0;
  font-weight: bold;
}
.main .item1 .announcement ul li a .txt p {
  padding-top: 4px;
  line-height: 26px;
  height: 56px;
  font-size: 14px;
  color: #666;
  text-align: justify;
  overflow: hidden;
}
.main .item1 .message > h2 {
  background-color: #d80413;
}
.main .item1 .message > h2 em {
  color: #fff;
  padding-right: 17px;
}
.main .item1 .message ul {
  height: 385px;
  background-color: #f5f5f5;
  border: 2px solid #e6e6e6;
  border-top: 0;
  padding: 8px 8px 0;
}
.main .item1 .message ul li {
  height: 122px;
}
.main .item1 .message ul li + li {
  border-top: 1px solid #e6e6e6;
}
.main .item1 .message ul li a {
  padding: 16px 0;
  display: block;
  height: 100%;
}
.main .item1 .message ul li a .pic {
  height: 90px;
  width: 130px;
  float: left;
  box-shadow: 0 0 5px 1px #e4e0e0;
}
.main .item1 .message ul li a .txt {
  padding-left: 143px;
  padding-top: 3px;
}
.main .item1 .message ul li a .txt h6 {
  line-height: 28px;
  height: 56px;
  margin: 0;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  overflow: hidden;
}
.main .item1 .message ul li a .txt p {
  font-size: 14px;
  color: #666;
  line-height: 32px;
  height: 32px;
  overflow: hidden;
}
.main .item3 {
  background-color: #f0f0f0;
  height: 420px;
}
.main .item3 h3 {
  text-align: center;
  margin: 35px 0;
  line-height: 24px;
  height: 28px;
  font-size: 28px;
  color: #ae0a29;
}
.main .item3 h4 {
  text-align: center;
  color: #333;
  font-size: 16px;
  line-height: 46px;
  margin: 0 0 24px;
  font-weight: bold;
}
.main .item3 .col-md-6 {
  margin-bottom: 20px;
}
.main .item3 .col-md-6 a {
  display: block;
  height: 112px;
}
.main .item3 .col-md-6 a .pic {
  width: 160px;
  height: 112px;
  border: 1px solid #e6e6e6;
  float: left;
}
.main .item3 .col-md-6 a .txt {
  padding-left: 178px;
}
.main .item3 .col-md-6 a .txt h6 {
  line-height: 20px;
  /*height: 36px;*/
  font-size: 14px;
  color: #333;
  margin: 0;
  /*white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;*/
}
.main .item3 .col-md-6 a .txt h5{
  font-size: 16px;
  color: #333;
  padding-top: 5px;
}
.main .item3 .col-md-6 a .txt p{
  line-height: 22px;
  color: #333333;
  font-size: 14px;
  padding: 3px 0;
}
.main .item3 a.more_btn {
  display: block;
  margin: 25px auto 0;
  width: 140px;
  height: 40px;
  border: 1px solid #999;
  border-radius: 3px;
  line-height: 38px;
  text-align: center;
  font-size: 16px;
  color: #666;
}
.main .item2 {
  padding: 60px 0 68px;
  /*background-color: #f0f0f0;*/
}
.main .item2 .fl {
  height: 300px;
  width: 505px;
  /*padding-left: 52px;*/
}
.main .item2 .fl h3 {
  font-size: 26px;
  line-height: 56px;
  margin: 11px 0 0;
  color: #1a1a1a;
}
.main .item2 .fl span {
  width: 70px;
  height: 3px;
  background-color: #d80413;
  display: block;
}
.main .item2 .fl p {
  line-height: 32px;
  font-size: 14px;
  color: #666;
  margin-top: 17px;
}
.main .item2 .fl a {
  color: #d80413;
  font-size: 14px;
  line-height: 48px;
}
.footer {
  height: 300px;
  background: url(../images/footer_bg.jpg) no-repeat center / cover;
}
.footer .info {
  padding: 30px 0;
  color: #fff;
}
.footer .info h5 {
  line-height: 26px;
  margin: 0 0 10px;
}
.footer .info ul li {
  height: 40px;
  line-height: 39px;
  border-top: 1px solid #2c3565;
  padding-left: 30px;
  background: url(../images/link.png) no-repeat left 8px center;
}
.footer .info ul li a {
  color: #fff;
  display: block;
}
.footer .info ul li.email {
  background: url(../images/email.png) no-repeat left 15px center;
}
.footer .info ul li.tel {
  background: url(../images/tel.png) no-repeat left 16px center;
}
.footer .info ul li.address {
  background: url(../images/address.png) no-repeat left 16px center;
}
.footer .info .col-md-3 {
  padding-right: 38px;
  border-right: 2px solid #2c3565;
}
.footer .info .col-md-5 {
  padding-left: 38px;
  border-right: 2px solid #2c3565;
}
.footer .info .col-md-5 ul {
  width: 332px;
}
.footer .info .col-md-5 ul li {
  padding-left: 48px;
}
.footer .info .col-md-4 .rwm {
  width: 130px;
  position: absolute;
  top: 0;
  right: 168px;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
}
.footer .info .col-md-4 .copyright {
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 138px;
  opacity: .8;
}
.page .page_tit {
  background: url(../images/page_titbg.jpg) no-repeat center / cover;
  height: 260px;
}
.page .page_tit .common_width {
  height: 100%;
  position: relative;
}
.page .page_tit .common_width .crumbs {
  color: #fff;
  font-size: 14px;
  line-height: 50px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.page .page_tit .common_width .crumbs a {
  color: #fff;
}
.page .page_tit .common_width .crumbs a:last-child span {
  display: none;
}
.page .page_tit .common_width .crumbs span {
  padding: 0 10px;
}
.page .page_content {
  padding: 20px 0 50px;
}
.page .page_content .fl {
  width: 260px;
  text-align: center;
}
.page .page_content .fl h2 {
  height: 60px;
  line-height: 60px;
  font-size: 24px;
  background-color: #d80413;
  color: #fff;
  margin: 0;
}
.page .page_content .fl ul {
  border: 1px solid #ccc;
  border-top: 0;
}
.page .page_content .fl ul li {
  height: 60px;
  border-top: 1px solid #ccc;
  line-height: 59px;
}
.page .page_content .fl ul li a {
  font-size: 18px;
  color: #333;
  display: block;
  border-left: 4px solid #fff;
  border-right: 4px solid #fff;
  transition: all 0.2s ease 0.1s;
}
.page .page_content .fl ul li.active a {
  border-left: 4px solid #d80413;
  color: #d80413;
}
.page .page_content .fr {
  width: 900px;
}
.page .page_content .fr ul.pic_list {
  margin-left: -15px;
  margin-right: -15px;
}
.page .page_content .fr ul.pic_list li {
  height: 112px;
  padding: 0 15px;
  margin-bottom: 30px;
  width: 50%;
  float: left;
}
.page .page_content .fr ul.pic_list li a {
  display: block;
  height: 100%;
}
.page .page_content .fr ul.pic_list li a .pic {
  width: 160px;
  height: 100%;
  border: 1px solid #f0f0f0;
  float: left;
}
.page .page_content .fr ul.pic_list li a .txt {
  padding-top: 2px;
  padding-left: 187px;
}
.page .page_content .fr ul.pic_list li a .txt .h6_shell {
  height: 84px;
}
.page .page_content .fr ul.pic_list li a .txt h6 {
  line-height: 28px;
  max-height: 56px;
  font-size: 18px;
  color: #333;
  overflow: hidden;
  margin: 0;
  font-weight: bold;
}
.page .page_content .fr ul.pic_list li a .txt h6.en {
  max-height: 28px;
}
.page .page_content .fr ul.pic_list li a .txt span {
  display: block;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #d80413;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 2px 0;
}
.page .page_content .fr ul.pic_list li a .txt p {
  font-size: 14px;
  color: #666;
  line-height: 26px;
  height: 52px;
  overflow: hidden;
}
.page .page_content .fr h2 {
  line-height: 36px;
  color: #333;
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 25px;
}
.page .page_content .fr p {
  font-size: 14px !important;
  font-family: '微软雅黑';
  line-height: 28px !important;
  color: #4c4c4c !important;
  margin: 5px 0 !important;
  word-break: break-word;
}
.page .page_content .fr p > span {
  font-size: 14px !important;
  font-family: '微软雅黑';
  line-height: 28px !important;
  color: #4c4c4c !important;
  margin: 5px 0 !important;
}
.page .page_content .fr p video{
  display: block;
  margin: 0 auto;

}
.page .page_content .fr ul.news_list li {
  height: 172px;
  border-bottom: 1px solid #e6e6e6;
}
.page .page_content .fr ul.news_list li + li {
  margin-top: 20px;
}
.page .page_content .fr ul.news_list li a {
  display: block;
  height: 100%;
  padding-bottom: 19px;
}
.page .page_content .fr ul.news_list li a .pic {
  width: 220px;
  height: 100%;
  border: 1px solid #f0f0f0;
  float: left;
}
.page .page_content .fr ul.news_list li a .txt {
  padding-top: 5px;
  padding-left: 240px;
}
.page .page_content .fr ul.news_list li a .txt h6 {
  line-height: 30px;
  height: 30px;
  font-size: 18px;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 0;
  font-weight: bold;
}
.page .page_content .fr ul.news_list li a .txt span {
  display: block;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #d80413;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 2px 0;
}
.page .page_content .fr ul.news_list li a .txt p {
  font-size: 14px;
  color: #666;
  line-height: 26px;
  height: 78px;
  overflow: hidden;
}
.page .page_content .fr .page_nav {
  height: 30px;
  margin-top: 30px;
  text-align: center;
  /*font-size: 0;*/
  color: #666;
}
.page .page_content .fr .page_nav span {
  display: inline-block;
  margin-right: 15px;
  border: 1px solid #e6e6e6;
  line-height: 28px;
  font-size: 14px;
  color: #999;
  padding: 0 15px;
  vertical-align: middle;
}
.page .page_content .fr .page_nav span a {
  color: #999;
}
.page .page_content .fr .page_nav a {
  color: #666;
  padding: 0 8px;
  display: inline-block;
}
.page .page_content .fr .page_nav form {
  display: inline-block;
  border: 1px solid #e6e6e6;
  height: 30px;
  width: 66px;
  vertical-align: middle;
}
.page .page_content .fr .page_nav form input {
  height: 28px;
  line-height: 28px;
  width: 32px;
  float: left;
}
.page .page_content .fr .page_nav form input[type='text'] {
  padding: 0 5px;
  color: #999;
  font-size: 14px;
}
.page .page_content .fr .page_nav form input[type='submit'] {
  background-color: #d80413;
  color: #fff;
  font-size: 12px;
  font-family: 'Arial';
}
.page .page_content .fr ul.notice_list li {
  height: 80px;
  border-bottom: 1px solid #e6e6e6;
}
.page .page_content .fr ul.notice_list li + li {
  margin-top: 20px;
}
.page .page_content .fr ul.notice_list li a .date {
  width: 60px;
  height: 60px;
  border: 2px solid #999;
  text-align: center;
  float: left;
}
.page .page_content .fr ul.notice_list li a .date span {
  display: inline-block;
  width: 100%;
}
.page .page_content .fr ul.notice_list li a .date span.day {
  height: 31px;
  line-height: 28px;
  background-color: #999;
  color: #fff;
  font-size: 18px;
}
.page .page_content .fr ul.notice_list li a .date span.year {
  line-height: 25px;
  color: #999;
}
.page .page_content .fr ul.notice_list li a .txt {
  padding-left: 75px;
}
.page .page_content .fr ul.notice_list li a .txt h6 {
  line-height: 28px;
  font-size: 18px;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 0;
  font-weight: bold;
}
.page .page_content .fr ul.notice_list li a .txt p {
  padding: 5px 0 0;
  margin: 0 !important;
  line-height: 26px;
  height: 31px;
  font-size: 14px;
  color: #666;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.page .page_content .fr ul.teacher_list li {
  height: 220px;
  background-color: #f5f5f5;
  padding: 10px 20px;
  overflow: hidden;
}
.page .page_content .fr ul.teacher_list li + li {
  margin-top: 10px;
}
.page .page_content .fr ul.teacher_list li a {
  display: block;
  height: 100%;
}
.page .page_content .fr ul.teacher_list li a .pic {
  width: 150px;
  height: 100%;
  float: left;
}
.page .page_content .fr ul.teacher_list li a .info {
  padding-left: 177px;
}
.page .page_content .fr ul.teacher_list li a .info h5 {
  margin: 0;
  line-height: 48px;
  font-size: 22px;
  color: #333;
  font-weight: bold;
}
.page .page_content .fr ul.teacher_list li a .info h5 span {
  font-size: 18px;
  padding-left: 12px;
  font-weight: normal;
}
.page .page_content .fr ul.teacher_list li a .info h5 + p {
  height: 130px;
  overflow: hidden;
}
.page .page_content .fr ul.teacher_list li a .info h5 + p + span {
  float: right;
}
.page .page_content .fr ul.teacher_list li a .info strong {
  font-size: 14px;
  font-weight: bold;
  color: #d80413;
  margin: 5px 0 0;
  line-height: 28px;
  display: inline-block;
}
.page .page_content .fr ul.teacher_list li a .info p {
  line-height: 26px !important;
  color: #666 !important;
  font-size: 14px !important;
  margin: 0 !important;
}
.page .page_content .fr ul.teacher_list li a .info > div {
  max-height: 150px;
  overflow: hidden;
}
.page .page_content .fr > .tit {
  text-align: center;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 12px;
  margin-bottom: 20px;
}
.page .page_content .fr > .tit h6 {
  line-height: 36px;
  font-size: 20px;
  color: #d80413;
  margin: 12px 0 0;
}
.page .page_content .fr > .tit span {
  font-size: 14px;
  color: #808080;
  line-height: 28px;
  padding: 0 12px;
}
.page .page_content .fr img {
  width: 80% !important;
  height: auto !important;
  margin: 12px auto !important;
  box-shadow: 0 0 12px 1px #ddd;
}
.page .page_content .fr .teacher_content .info {
  background-color: #f5f5f5;
  padding: 10px 40px 10px 20px;
}
.page .page_content .fr .teacher_content .info .pic {
  /*height: 198px;*/
  width: 150px;
  float: left;
}
.page .page_content .fr .teacher_content .info .txt {
  padding-left: 176px;
}
.page .page_content .fr .teacher_content .info .txt h6 {
  margin: 6px 0;
  height: 32px;
  line-height: 32px;
  font-size: 22px;
  color: #000000;
}
.page .page_content .fr .teacher_content .info .txt h6 span {
  font-size: 18px;
  color: #333;
}
.page .page_content .fr .teacher_content .info .txt > div {
  line-height: 28px;
  margin-bottom: 10px;
  overflow: hidden;
}
.page .page_content .fr .teacher_content .info .txt > div span {
  line-height: 28px;
  display: inline-block;
  height: 28px;
  float: right;
  color: #d80413;
  padding-right: 12px;
}
.page .page_content .fr .teacher_content .info .txt p {
  line-height: 28px;
  color: #666;
  margin: 0;
}
.page .page_content .fr .teacher_content .content h3 {
  margin: 19px 0 0;
  border-bottom: 1px solid #ccc;
}
.page .page_content .fr .teacher_content .content h3 span {
  display: inline-block;
  line-height: 42px;
  padding: 0 1px;
  border-bottom: 2px solid #ccc;
}
.page .page_content .fr .teacher_content .content strong {
  font-size: 14px;
  color: #d80413;
  font-weight: bold;
  line-height: 28px;
  margin: 12px 0 0;
  display: block;
}
.teacherInfo {
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 15px;
}
.page .page_content .fr .teacherInfo>p {
  text-indent: 2em;
  font-size: 18px !important;
  line-height: 36px !important;
}
.teacherInfo h6{
  height: 62px;
  line-height: 58px;
  font-size: 22px;
  font-weight: bold;
  color: #d80413;
  border-bottom: 1px solid #d2d2d2;
  margin: 0 0 20px;
}
#sxaibox h5{
  height: 62px;
  line-height: 58px;
  font-size: 22px;
  font-weight: bold;
  color: #d80413;
  border-bottom: 1px solid #d2d2d2;
  margin: 0 0 25px;
}
#sxaibox ul{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 25px;
}
#sxaibox li{
  line-height: 66px;
  height: 67px;
  border-bottom: 1px dashed #ddd;
}
#sxaibox li a{
  color: #333;
  display: block;
}
#sxaibox li a span{
  float: right;
  color: #959595;
}
#sxaibox p.sxinfo{
  line-height: 32px !important;
  margin-bottom: 25px !important;
}
#sxaibox .sxslide{
  height: 186px;
  width: 820px;
  margin: 0 auto;
  position: relative;
}
#sxaibox .sxslide .swiper-container{
  height: 100%;
}
#sxaibox .sxslide .swiper-button-prev{
  left: -40px;
}
#sxaibox .sxslide .swiper-button-next{
  right: -40px;
}
#sxaibox .sxslide .swiper-container .swiper-slide{
  text-align: center;
}
#sxaibox .sxslide .swiper-container .swiper-slide a{
  display: block;
  height: 100%;
  position: relative;
}
#sxaibox .sxslide .swiper-container .swiper-slide a .pic{
  height: 100%;
}
#sxaibox .sxslide .swiper-container .swiper-slide a p{
  margin: 0 !important;
  position: absolute;
  bottom: 0;
  left: 0;
  line-height: 30px !important;
  text-align: center;
  width: 100%;
  background-color: rgba(255,255,255,.7);
}



.phone_nav {
  display: none;
}
.point_out {
  width: 600px;
  height: 300px;
  background-color: #fff;
  border-radius: 4px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -150px;
  margin-left: -300px;
  text-align: center;
  color: #888;
  z-index: 1002;
  display: none;
}
.point_out a span {
  background-color: #0086f9;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  line-height: 28px;
  padding: 0 15px;
  border-radius: 3px;
  margin: 20px auto 0;
  text-decoration: none;
}
.point_out a {
  width: 185px;
  display: inline-block;
}
.point_out p {
  padding: 0 60px;
  line-height: 30px;
  margin-bottom: 10px;
  margin-top: 16px;
  font-size: 16px;
}
.point_out .close_btn {
  width: 26px;
  height: 26px;
  display: block;
  position: absolute;
  top: 15px;
  right: 15px;
  background: url(../images/close.png) no-repeat center;
  cursor: pointer;
}
.masking {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  background-color: transparent;
  transition: all 0.5s ease 0.2s;
  z-index: -1;
}
.masking.active {
  background: url(../images/bgbg.png) repeat center;
  z-index: 1001;
}
#bdshare_weixin_qrcode_dialog{
  opacity: 0;
  transition: all 0.5s ease 0.2s;
  height: 251px !important;
}
#bdshare_weixin_qrcode_dialog.active{
  opacity: 1;
}
.bd_weixin_popup_foot{
  display: none;
}

/* 2019-09-27新增媒体聚焦 */
.main .item3 h3 {
  text-align: left;
  padding-left: 15px;
}
.newsAdd {
  display: inline-block;
  padding-left: 0px !important;
}
.newsMore {
  display: block;
  float: right;
  margin: 46px 0 0px;
}
.newsMore>a {
  font-size: 14px;
  color: #626262;
}
.newsMore>a:hover {
  color: #626262;
}
.videoCon>a {
  display: block;
  width: 100%;
  height: 247px;
}
.swiper-button-prev-sec, .swiper-button-next-sec {
  background-size: 20px 44px !important;
}
.swiper-img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 5;
}
.swiper-img>img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 6;
  top: 0px;
}
.player-btn {
  display: block;
  width: 60px;
  height: 60px;
  background: url(../images/video-player.png) no-repeat;
  position: absolute;
  z-index: 10;
  top: 39%;
  left: 43%;
}
.swiper-text {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
  bottom: 0px;
  background: url(../images/swiper-opacity.png) no-repeat;
  background-size: cover;
}
.swiper-text>p {
  font-size: 14px;
  color: #fff;
  padding: 0px 25px;
  margin-top: 210px;
  height: 20px;
  overflow: hidden;
}
.header .nav>li:nth-child(5) ul{
 margin-left: -180px;
}
/*2020.4.16update*/
.slide .swiper-container a p{
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  line-height: 50px;
  background-color: rgba(0,0,0,.5);
  width: 100%;
  padding: 10px 250px 10px 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 18px;
}



/*媒体查询*/
@media screen and (max-width: 414px) {
  .page .page_content .fr img {
    width: 100% !important;
    height: auto !important;
    margin: 12px auto !important;
  }
  .phone_nav {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 40%;
    height: 100%;
    margin-left: -40%;
    transition: all 0.6s ease 0.2s;
    z-index: 1002;
  }
  .phone_nav.active {
    margin-left: 0;
    display: block !important;
  }
  .phone_nav > .fl {
    background-color: rgba(255, 255, 255, 0.98);
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 46px;
    padding-top: 80px;
    transition: all 0.3s ease 0.2s;
  }
  .phone_nav > .fl > ul > li > a {
    color: #ae0c2a;
    font-size: 0;
    line-height: 46px;
    display: block;
  }
  .phone_nav > .fl > ul > li > a > em {
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    font-style: normal;
  }
  .phone_nav > .fl > ul > li > a > span {
    height: 46px;
    width: 16px;
    padding-left: 8px;
    box-sizing: content-box;
    display: inline-block;
    background: url(../images/phone_more.png) no-repeat right center;
    vertical-align: middle;
  }
  .phone_nav > .fl > ul > li > ul {
    display: none;
    line-height: 30px;
    padding-bottom: 10px;
  }
  .phone_nav > .fl > ul > li > ul a {
    color: #ae0c2a;
  }
  .common_width {
    width: 100%;
    padding: 0 15px;
  }
  /*分割线*/
  .header form,
  .header .nav {
    display: none;
  }
  .header a.logo {
    width: 270px;
    background: url(../images/logo_sm.png) no-repeat left center;
    height: 80px;
  }
  .header {
    height: 80px;
  }
  .header .nav_btn.cnn {
    float: right;
    width: 50px;
    height: 80px;
    display: block;
    background: url(../images/001.png) no-repeat right center;
  }
  .slide {
    padding: 0;
    height: 160px;
    margin-bottom: 20px;
  }
  .slide .swiper_btn {
    display: none;
  }
  .news {
    padding-right: 15px !important;
  }
  .main .item1 .news,
  .main .item1 .announcement {
    margin-bottom: 20px;
  }
  .main .item1 {
    padding-bottom: 20px;
  }
  .main .item2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .main .item2 .fl {
    padding: 0;
    width: 100%;
    height: auto;
  }
  .main .item2 .fl h3 {
    margin-top: 0;
  }
  .main .item2 .fr img {
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
  }
  .footer .info {
    padding: 15px;
  }
  .footer .info .col-md-4 {
    padding: 0 15px;
  }
  .footer {
    background: #26205c;
    height: auto;
  }
  .footer .info .col-md-8 {
    padding: 0 15px 190px;
  }
  .footer .info .col-md-8 .rwm {
    right: 50%;
    margin-right: -65px;
    bottom: 0;
    top: auto;
  }
  .footer .info .col-md-5 {
    padding-left: 15px;
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .footer .info .col-md-4 .copyright {
    line-height: 36px;
  }
  .page .page_tit {
    height: 120px;
  }
  .page .page_tit .common_width .crumbs {
    padding-right: 20px;
  }
  .page .page_content {
    padding: 20px 15px 20px;
  }
  .page .page_content .fl,
  .page .page_content .fr {
    width: 100%;
  }
  .page .page_content .fr {
    margin-top: 20px;
  }
  .page .page_content .fl h2 {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
  .page .page_content .fl ul li {
    height: 40px;
    line-height: 39px;
  }
  .page .page_content .fl ul li a {
    font-size: 16px;
  }
  .page .page_content .fr .page_nav {
    margin-top: 20px;
  }
  .page .page_tit .common_width .crumbs a {
    text-shadow: 0 0 5px #333;
  }
  .page .page_content .fr .teacher_content .info {
    padding: 10px;
  }
  .page .page_content .fr .teacher_content .info .pic {
    float: none;
    margin: 0 auto;
  }
  .page .page_content .fr .teacher_content .info .txt {
    padding: 0 10px;
  }
  .page .page_content .fr .teacher_content .info .txt > div {
    height: auto;
  }
  .page .page_content .fr .teacher_content .info .txt > div span {
    display: none;
  }
  .page .page_content .fr ul.teacher_list li a .info {
    height: 100%;
    overflow: hidden;
    position: relative;
    top: 0;
    padding-left: 17px;
  }
  .page .page_content .fr ul.teacher_list li a .info p + span {
    line-height: 27px;
  }
  .page .page_content .fr ul.teacher_list li a .info p {
    margin: 5px 0 3px;
  }
  .page .page_content .fr ul.news_list li,
  .page .page_content .fr ul.pic_list li {
    height: auto;
  }
  .page .page_content .fr ul.news_list li a .pic,
  .page .page_content .fr ul.pic_list li a .pic {
    width: 100%;
    height: 230px;
  }
  .page .page_content .fr ul.news_list li a .txt,
  .page .page_content .fr ul.pic_list li a .txt {
    padding-left: 0;
    height: auto;
    padding-top: 242px;
  }
  .main .item1 .news ul li a .tit .date {
    display: none;
  }
  .main .item3 .col-md-6 a .txt h6 {
    height: 85px;
    overflow: hidden;
    white-space: normal;
  }
  .main .item3 .col-md-6 a .txt {
    height: 112px;
    overflow: hidden;
    padding-left: 17px;
  }
  .main .item3 {
    height: auto;
    padding-bottom: 25px;
  }
  .main .item3 a.more_btn {
    margin: 5px auto 5px;
  }
  .page .page_content .fr ul.pic_list li{
    width: 100%;
  }
  .soogee_p{
    display: block !important;
  }
  .soogee_img{
    display: none !important;
  }
  .page .page_content .fr > .tit{
    padding-bottom: 35px;
  }
  .page .page_content .fr.bdsharebuttonbox {
    margin-top: 0;
  }
  .enn_link{
    display: none;
  }
  .main .item3 .col-md-6{
    padding: 0;
  }
  .page .page_content .fr p video{
    max-width: 100%;
  }
  .page .page_content .fr .teacher_content .info .txt h6{
    height: auto;
  }
  .page .page_content .fr ul.teacher_list li a .info h5 span{
    font-size: 14px;
  }
  .page .page_content .fr ul.teacher_list li a .info h5{
    line-height: 28px;
  }
  #sxaibox li a span{
    display: none;
  }
  #sxaibox li{
    line-height: 38px;
    height: auto;
  }
}


