@charset "utf-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  height: 100%;
}
body {
  font-family: "微软雅黑" !important;
  background-color: #fff !important;
  font-size: 14px;
}
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: "微软雅黑" !important;
  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: rgba(255, 255, 255, 0.8);
}
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: rgba(164, 164, 164, 0.8);
}
/*------LESS------*/
.bd_weixin_popup {
  box-sizing: content-box;
  padding: 20px 15px 40px;
}
.header {
  height: 100px;
  background-color: #9a0000;
}
.header .common_width {
  background: url(../images/h_bg.png) no-repeat left 395px center;
  height: 100px;
}
.header .logo {
  display: block;
  height: 100px;
  width: 372px;
  float: left;
  background: url(../images/1_05.png) no-repeat center;
}
.header form {
  height: 20px;
  display: inline-block;
  float: right;
  position: relative;
  top: 36px;
}
.header form input[type="text"] {
  width: 135px;
  height: 20px;
  line-height: 20px;
  float: left;
  color: #e8c4c4;
  transition: all 0.3s ease 0.2s;
  border-left: 1px solid #d79898;
  padding-left: 18px;
}
.header form input[type="submit"] {
  width: 51px;
  height: 20px;
  float: left;
  background: url(../images/search.png) no-repeat center;
  border-right: 1px solid #d79898;
}
.header form a {
  display: inline-block;
  height: 20px;
  width: 70px;
  color: #fff;
  padding-left: 42px;
  background: url(../images/intranet.jpg) no-repeat left 15px center;
}
.main {
  position: relative;
  padding-top: 480px;
}
.main.page_main {
  padding-top: 0;
}
.main .nav {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  z-index: 3;
}
.main .nav > ul > li {
  width: 12.5%;
  float: left;
  position:relative;
}
.main .nav > ul > li > a {
  color: #ffffff;
  text-align: center;
  display: block;
  font-size: 16px;
  transition: all 0.1s ease 0.2s;
}
.main .nav > ul > li:hover > a {
  color: #9a0000 !important;
  border-bottom: 2px solid #9a0000 !important;
}
.main .nav > ul > li > ul {
  position: absolute;
  left: 0;
  width: 100%;
  line-height: 39px;
  display: none;
  z-index: 999;
}
.nav > ul > li > ul li {
  background-color: rgba(255, 255, 255, 0.8);
  transition: all 0.2s ease 0.1s;
}
.nav > ul > li > ul > li:hover{
  background-color: rgba(255, 255, 255, 1) !important;
}
.nav > ul > li > ul > li + li {
  border-top: 1px solid #e5e5e5;
}
.nav > ul > li > ul > li > a {
  display: block;
  font-size:14px;
  padding: 0 5px;
  color: #333;
  transition: all 0.2s ease 0.1s;
  text-align:center;
}
.nav > ul > li > ul > li:hover > a{
  color: #9a0000 !important;
} 
.main .nav.active {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: #fff;
  box-shadow: 0 3px 5px 0 #ddd;
}
.main .nav.active > ul > li a {
	color:#333333;
	border-bottom: 2px solid #fff;
}
.main .banner {
  width: 100%;
  height: 420px;
  position: absolute;
  top: 0;
  z-index: 2;
}
.main .banner_nav {
  height: 140px;
  border-radius: 8px;
  background-color: #fff;
  position: absolute;
  top: 370px;
  left: 50%;
  margin-left: -600px;
  z-index: 2;
}
.main .banner_nav ul {
  height: 100%;
}
.main .banner_nav ul li {
  width: 33.33%;
  float: left;
  font-size: 20px;
}
.main .banner_nav ul li a {
  display: block;
  height: 140px;
  line-height: 140px;
  padding-left: 85px;
  position: relative;
  color: #665252;
  text-align: center;
  transition: all 0.1s ease 0.2s;
}
.main .banner_nav ul li a span {
  display: none;
  position: absolute;
  top: 50px;
  left: 0;
}
.main .banner_nav ul li:hover a {
  color: #9a0000;
}
.main .banner_nav ul li + li a span {
  display: block;
  background-color: #f3e0e0;
  width: 2px;
  height: 40px;
  float: left;
  position: absolute;
  top: 50px;
}
.main .banner_nav ul li:nth-child(1) {
  background: url(../images/1_03.png) no-repeat left 120px center;
}
.main .banner_nav ul li:nth-child(2) {
  background: url(../images/1_06.png) no-repeat left 92px center;
}
.main .banner_nav ul li:nth-child(3) {
  background: url(../images/1_09.png) no-repeat left 75px center;
}
.main .info {
  padding-bottom: 80px;
}
.main .info .fl {
  width: 660px;
  padding-top: 33px;
  padding-right: 85px;
}
.main .info .fl h5 {
  height: 60px;
  line-height: 60px;
  font-size: 24px;
  color: #242424;
  display: inline-block;
  position: relative;
}
.main .info .fl h5::after {
  content: "";
  width: 100%;
  height: 5px;
  background-color: #f9d3cb;
  position: absolute;
  top: 37px;
  left: 0;
  z-index: -1;
}
.main .info .fl p {
  line-height: 34px;
  color: #242424;
  font-size: 16px;
}
.main .info .fl p span.red {
  color: #9a0000;
}
.main .info .fr {
  height: 380px;
  width: 540px;
}
.main .info .fr .bg {
  background: url(../images/pic.png) no-repeat center / cover;
  height: 380px;
}
.main .info .fr .bg .bg_item {
  width: 100%;
  height: 100%;
  display: none;
}
.main .info .fr .bg .bg_item.active {
  display: block;
}
.main .news {
  height: 820px;
  padding-top: 60px;
  padding-bottom: 70px;
  background: url(../images/1_06.jpg) no-repeat center / cover;
}
.main .news .common_width {
  position: relative;
}
.main .news .first_news {
  width: 540px;
  height: 560px;
  position: absolute;
  top: 50px;
  left: 0;
  background-color: #fff;
}
.main .news .first_news .pic {
  height: 410px;
}
.main .news .first_news .txt {
  padding: 0 30px;
  position: relative;
  height: 150px;
  padding-top: 14px;
}
.main .news .first_news .txt h6 {
  font-size: 16px;
  line-height: 34px;
  height: 34px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333;
  transition: all 0.1s ease 0.2s;
}
.main .news .first_news .txt p {
  font-size: 14px;
  line-height: 28px;
  height: 56px;
  overflow: hidden;
  color: #999;
}
.main .news .first_news .txt span {
  font-size: 14px;
  line-height: 34px;
  color: #f4a797;
}
.main .news .first_news .txt em.go {
  width: 20px;
  height: 17px;
  display: block;
  position: absolute;
  right: 26px;
  bottom: 22px;
  background: url(../images/go.png) no-repeat center;
}
.main .news .first_news:hover .txt h6 {
  color: #9a0000;
}
.main .news .news_list {
  width: 740px;
  height: 690px;
  padding-left: 140px;
  float: right;
  background: url(../images/n_pic.jpg) no-repeat center / cover;
}
.main .news .news_list h5 {
  height: 80px;
  line-height: 79px;
  border-bottom: 1px solid #c7544c;
  font-size: 28px;
}
.main .news .news_list h5 a {
  color: #fff;
}
.main .news .news_list h5 a span {
  float: right;
  font-size: 14px;
  line-height: 100px;
  width: 130px;
  font-weight: normal;
  text-align: center;
}
.main .news .news_list li {
  height: 120px;
}
.main .news .news_list li a {
  display: block;
  padding-top: 28px;
  padding-bottom: 27px;
  padding-left: 98px;
  padding-right: 25px;
  position: relative;
  color: #fff;
}
.main .news .news_list li a .pic {
  width: 76px;
  height: 64px;
  position: absolute;
  top: 28px;
  left: 0;
}
.main .news .news_list li a .txt h6 {
  height: 19px;
  line-height: 19px;
  font-size: 16px;
  color: #fff;
}
.main .news .news_list li a .txt p {
  line-height: 24px;
  height: 48px;
  font-size: 14px;
  color: #f4a797;
  margin-top: 6px;
}
.main .news .news_list li + li {
  border-top: 1px solid #c7544c;
}
.main .notice {
  height: 438px;
  background-color: #f7f2f2;
}
.main .notice h5 {
  height: 97px;
  overflow: hidden;
}
.main .notice h5 a {
  display: block;
  color: #1b1b1b;
}
.main .notice h5 a em {
  line-height: 140px;
  font-size: 28px;
  font-style: normal;
  position: relative;
  z-index: 0;
}
.main .notice h5 a em::after {
  content: "";
  width: 100%;
  height: 5px;
  background-color: #f9d3cb;
  position: absolute;
  top: 31px;
  left: 0;
  z-index: -1;
}
.main .notice h5 a span {
  font-size: 14px;
  line-height: 150px;
  color: #666;
  float: right;
  font-weight: normal;
}
.main .notice ul {
  margin-left: -25px;
  margin-right: -25px;
}
.main .notice ul li {
  width: 33.33%;
  padding: 0 25px;
  float: left;
  height: 135px;
}
.main .notice ul li a {
  border-bottom: 1px solid #f4a797;
  display: block;
  height: 100%;
  padding-left: 62px;
  padding-top: 42px;
  background: url(../images/notice_icon.png) no-repeat center left 8px;
  color: #1a1a1a;
}
.main .notice ul li a p {
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  font-size: 16px;
  color: #1a1a1a;
  transition: all 0.1s ease 0.2s;
}
.main .notice ul li a span {
  line-height: 34px;
  color: #999;
  font-size: 14px;
}
.main .notice ul li:hover a p {
  color: #9a0000;
  font-size: 18px;
  font-weight: bold;
}
.main .teacher {
  height: 632px;
}
.main .teacher .common_width {
  overflow: hidden;
}
.main .teacher h5 {
  height: 142px;
  line-height: 142px;
  font-size: 28px;
  text-align: center;
}
.main .teacher .swiper-container {
  height: 490px;
  overflow: hidden;
}
.main .teacher .swiper-container .swiper-pagination-progressbar,
.main .teacher .swiper-container .swiper-scrollbar {
  top: auto;
  bottom: 80px;
  background-color: #fdedea;
  height: 8px;
  border-radius: 8px;
}
.main .teacher .swiper-container .swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
.main .teacher .swiper-container .swiper-scrollbar .swiper-pagination-progressbar-fill,
.main .teacher .swiper-container .swiper-pagination-progressbar .swiper-scrollbar-drag,
.main .teacher .swiper-container .swiper-scrollbar .swiper-scrollbar-drag {
  background-color: #9a0000;
  border-radius: 8px;
}
.main .teacher .swiper-container .swiper-slide {
  height: 313px;
  position: relative;
  top: 0px;
  transition-property: height ,top;
  transition-duration: 0.5s, 0.5s;
  transition-timing-function: ease ,ease;
  transition-delay: 0.2s, 0.2s;
}

.main .teacher .swiper-container .swiper-slide a {
  display: block;
  height: 275px;
  float: left;
  width: 19%;
  top: 22px;
  position: relative;
  transition-property: height ,top;
  transition-duration: 0.5s, 0.5s;
  transition-timing-function: ease ,ease;
  transition-delay: 0.2s, 0.2s;
}
.main .teacher .swiper-container .swiper-slide a + a {
  margin-left: 1%;
}
.main .teacher .swiper-container .swiper-slide a .txt {
  position: absolute;
  height: 85px;
  width: 100%;
  bottom: -85px;
  color: #000000;
  font-size: 18px;
  padding-top: 12px;
  text-align: center;
}
.main .teacher .swiper-container .swiper-slide a .txt p {
  line-height: 28px;
  height: 28px;
}
.main .teacher .swiper-container .swiper-slide a .txt span {
  font-size: 17px;
  line-height: 20px;
}
.main .teacher .swiper-container .swiper-slide>a:hover {
  height: 318px;
  top: 0;
}


.footer .footer_info {
  height: 190px;
  background: url(../images/footer_bg.png) no-repeat center;
  padding-top: 27px;
}
.footer .footer_info .links {
  width: 580px;
}
.footer .footer_info .links ul {
  height: 112px;
  overflow: auto;
}
.footer .footer_info .links ul li {
  width: 50%;
  line-height: 28px;
  float: left;
}
.footer .footer_info .links ul li a {
  color: #fff;
}
.footer .footer_info .contact_us {
  width: 255px;
  padding-left: 50px;
}
.footer .footer_info .contact_us p {
  line-height: 28px;
  color: #fff;
}
.footer .footer_info .rwm li {
  float: left;
}
.footer .footer_info .rwm li + li {
  margin-left: 45px;
}
.footer .footer_info .rwm img {
  width: 110px;
}
.footer .footer_info .rwm p {
  line-height: 40px;
  color: #fff;
  text-align: center;
  font-size: 12px;
}
.footer .copyright {
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  color: #ccc;
  text-align: center;
  background-color: #17171a;
}
.footer .copyright a {
  color: #ccc;
}
.footer h6 {
  line-height: 28px;
  margin: 0 0 5px;
  color: #fff;
  font-size: 14px;
}
.page .top_pic {
  height: 350px;
}
.page .common_width {
  padding-top: 20px;
  padding-bottom: 50px;
}
.page .common_width .fl {
  width: 240px;
}
.page .common_width .fl h2 {
  height: 60px;
  line-height: 60px;
  font-size: 22px;
  color: #fff;
  background-color: #9a0000;
  text-align: center;
  font-weight: normal;
}
.page .common_width .fl ul.left_nav {
  background-color: #f0f0f0;
  padding: 20px 0;
  overflow: hidden;
}
.page .common_width .fl ul.left_nav li {
  line-height: 50px;
  position: relative;
  transition: all 0.1s ease 0.2s;
  text-align: left;
}
.page .common_width .fl ul.left_nav li a {
  font-size: 18px;
  color: #262626;
  display: block;
  position: relative;
  left: 20px;
  transition: all 0.1s ease 0.2s;
  text-indent: 50px;
}
.page .common_width .fl ul.left_nav li a span {
  position: relative;
  left: -20px;
}
.page .common_width .fl ul.left_nav li em {
  width: 0;
  height: 0;
  border-right: 0;
  border-left: 6px solid #fff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  position: absolute;
  top: 25px;
  right: 20px;
  margin-top: -5px;
  display: block;
  opacity: 0;
  transition: all 0.1s ease 0.2s;
}
.page .common_width .fl ul.left_nav li.active a,
.page .common_width .fl ul.left_nav li:hover a {
  background-color: #afb0ba;
  color: #fff;
}
.page .common_width .fl ul.left_nav li.active em,
.page .common_width .fl ul.left_nav li:hover em {
  opacity: 1;
}
.page .common_width .fl ul.links {
  padding: 43px 17px 0;
}
.page .common_width .fl ul.links li {
  height: 40px;
  line-height: 38px;
  border: 1px solid #9a0000;
  text-indent: 72px;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 8px;
  border-top-right-radius: 30px;
  font-size: 16px;
}
.page .common_width .fl ul.links li a {
  color: #9a0000;
  display: block;
}
.page .common_width .fl ul.links li + li {
  margin-top: 20px;
}
.page .common_width .fl ul.links li:nth-child(1) {
  background: url(../images/1_12.png) no-repeat left 35px center;
}
.page .common_width .fl ul.links li:nth-child(2) {
  background: url(../images/1_19.png) no-repeat left 35px center;
}
.page .common_width .fl ul.links li:nth-child(3) {
  background: url(../images/1_33.png) no-repeat left 35px center;
}
.page .common_width .fl ul.links li:nth-child(4) {
  background: url(../images/1_07.png) no-repeat left 35px center;
}
.page .common_width .fl ul.links li:nth-child(5) {
  background: url(../images/1_10.png) no-repeat left 35px center;
}
.page .common_width .fl ul.links li:nth-child(6) {
  background: url(../images/1_26.png) no-repeat left 35px center;
}
.page .common_width .fl ul.links li:nth-child(7) {
  background: url(../images/1_23.png) no-repeat left 35px center;
}
.page .common_width .fl ul.links li:nth-child(8) {
  background: url(../images/1_16.png) no-repeat left 35px center;
}
.page .common_width .fl ul.links li:nth-child(9) {
  background: url(../images/1_28.png) no-repeat left 35px center;
}
.page .common_width .fr {
  width: 900px;
}
.page .common_width .fr .crumbs {
  height: 36px;
  line-height: 24px;
  position: relative;
  z-index: 999;
}
.page .common_width .fr .crumbs p {
  color: #999;
  font-size: 14px;
}
.page .common_width .fr .crumbs p a {
  color: #999;
  padding-left: 10px;
}
.page .common_width .fr .crumbs p a span {
  padding-left: 10px;
}
.page .common_width .fr .crumbs p a:last-child {
  color: #9a0000;
}
.page .common_width .fr .crumbs p a:last-child span {
  display: none;
}
.page .common_width .fr .crumbs .tab {
  width: 74px;
  height: 24px;
  border: 1px solid #d2d2d2;
  border-radius: 24px;
  position: absolute;
  top: 1px;
  right: 2px;
  background-color: #fff;
  font-size: 14px;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
}
.page .common_width .fr .crumbs .tab a {
  color: #939393;
  display: inline-block;
  text-align: center;
  width: 50%;
  height: 22px;
  line-height: 22px;
  float: left;
}
.page .common_width .fr .crumbs .tab a.active {
  background-color: #dcdcdc;
}
.page .common_width .fr ul.pic_list li {
  height: 260px;
}
.page .common_width .fr ul.pic_list li a {
  display: block;
  height: 100%;
  background-color: #f7f2f2;
  padding: 13px 14px;
  position: relative;
}
.page .common_width .fr ul.pic_list li a .pic {
  width: 320px;
  height: 234px;
  position: absolute;
  top: 13px;
  left: 14px;
}
.page .common_width .fr ul.pic_list li a .txt {
  padding-left: 368px;
  padding-top: 12px;
  padding-right: 20px;
}
.page .common_width .fr ul.pic_list li a .txt h5 {
  font-size: 20px;
  line-height: 30px;
  height: 60px;
  color: #333;
}
.page .common_width .fr ul.pic_list li a .txt span {
  height: 38px;
  line-height: 38px;
  font-size: 14px;
  color: #665252;
}
.page .common_width .fr ul.pic_list li a .txt p {
  font-size: 14px;
  color: #777;
  line-height: 26px;
  text-align: justify;
}
.page .common_width .fr ul.pic_list li + li {
  margin-top: 20px;
}
.page .common_width .fr ul.normal_list {
	padding-bottom: 40px;
    padding-left: 30px;
    margin-top: 15px;
}
.page .common_width .fr ul.normal_list li {
    border-bottom: 1px solid #f0f0f0;
    line-height: 49px;
    position: relative;
}
.page .common_width .fr ul.normal_list li:first-child {
	border-top: 2px solid #9a0000;
}
.page .common_width .fr ul.normal_list li a {
 	display: block;
    height: 100%;
}
.page .common_width .fr ul.normal_list li a p {
      padding-left: 120px;
    font-size: 16px;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: all 0.4s ease 0.1s;
}
.page .common_width .fr ul.normal_list li a span.date {
    line-height: 49px;
    width: 120px;
    font-family: 'Arial';
    font-size: 16px;
    color: #9a0000;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 10px;
}
.page .common_width .fr ul.normal_list li:hover a p {
  color: #9a0000;
}
.page .common_width .fr .content {
  padding: 10px 26px 0;
  min-height: 200px;
}
.page .common_width .fr .content .tit {
  text-align: center;
  padding-top: 22px;
  padding-bottom: 12px;
}
.page .common_width .fr .content .tit h6 {
  font-size: 18px;
    line-height: 28px;
    color: #9a0000;
    margin: 5px 0 20px;
}
.page .common_width .fr .content .tit span {
  line-height: 30px;
  height: 30px;
  display: inline-block;
  font-size: 14px;
  color: #808080;
  vertical-align: middle;
  padding: 0 8px;
}
.page .common_width .fr .content .tit .bdsharebuttonbox {
  display: inline-block;
  height: 30px;
}
.page .common_width .fr .content .tit .bdsharebuttonbox .bds_weixin {
  background: url(../images/2_08.png) no-repeat center;
}
.page .common_width .fr .content .tit .bdsharebuttonbox .bds_sqq {
  background: url(../images/2_10.png) no-repeat center;
}
.page .common_width .fr .content .tit .bdsharebuttonbox .bds_tsina {
  background: url(../images/2_03.png) no-repeat center;
}
.page .common_width .fr .content .tit .bdsharebuttonbox .bds_more {
  background: url(../images/2_05.png) no-repeat center;
}
.page .common_width .fr .content p {
  color: #333333;
  font-size: 14px;
  line-height: 30px;
  margin: 16px 0;
}
.page .common_width .fr .content img {
  text-align: center;
  max-width: 100%;
}
.page .common_width .fr .content .btn {
  border-top: 1px solid #f7dbd6;
  padding-top: 30px;
  padding-bottom: 40px;
}
.page .common_width .fr .content .btn a {
  color: #333;
  font-size: 14px;
  line-height: 30px;
  display: block;
}
.page .common_width .fr .t_content {
  background-color: #faf7f7;
  padding: 28px 42px;
  min-height: 256px;
}
.page .common_width .fr .t_content .top {
  position: relative;
  min-height: 200px;
}
.page .common_width .fr .t_content .top .pic {
  width: 164px;
  height: 200px;
  border: 4px solid #e4e2e2;
  position: absolute;
  top: 0;
  left: 0;
}
.page .common_width .fr .t_content .top .info {
  padding-left: 210px;
}
.page .common_width .fr .t_content .top .info h3 {
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  color: #970000;
  margin-bottom: 8px;
}
.page .common_width .fr .t_content .top .info p {
  line-height: 30px;
  height: 30px;
}
.page .common_width .fr .t_content .t_nav {
  padding-top: 50px;
}
.page .common_width .fr .t_content .t_nav ul {
  height: 50px;
}
.page .common_width .fr .t_content .t_nav ul li {
  width: 200px;
  height: 50px;
  float: left;
  background-color: #afadad;
  cursor: pointer;
}
.page .common_width .fr .t_content .t_nav ul li a {
  display: block;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  color: #fff;
}
.page .common_width .fr .t_content .t_nav ul li + li {
  margin-left: 1px;
}
.page .common_width .fr .t_content .t_nav ul li.active {
  background-color: #970000;
}
.page .common_width .fr .t_content .t_txt {
  padding-top: 30px;
  padding-bottom: 10px;
}
.page .common_width .fr .t_content .t_txt > div {
  display: none;
  padding-left: 10px;
  line-height: 32px;
}
.page .common_width .fr .t_list .t_nav {
  background-color: #fefdfc;
  border: 1px dashed #ebcccc;
  padding: 22px 45px;
}
.page .common_width .fr .t_list .t_nav .all_btn {
  float: left;
  width: 192px;
  font-size: 16px;
  color: #9a0000;
  height: 30px;
  line-height: 30px;
}
.page .common_width .fr .t_list .t_nav .all_btn a {
  padding: 0 20px;
  font-size: 14px;
  color: #333;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  border-radius: 30px;
  margin-left: 15px;
}
.page .common_width .fr .t_list .t_nav .all_btn a.active {
  background-color: #9a0000;
  color: #fff;
}
.page .common_width .fr .t_list .t_nav table {
  width: 616px;
}
.page .common_width .fr .t_list .t_nav table tr {
  line-height: 30px;
}
.page .common_width .fr .t_list .t_nav table tr a {
  display: inline-block;
  color: #333;
}
.page .common_width .fr .t_list .t_nav table tr a.t_nav_act {
  color: #9a0000;
  font-weight: bold;
}
.page .common_width .fr .t_list .t_nav table tr + tr a {
  margin-top: 10px;
  display: block;
}
.page .common_width .fr .t_list.zy_box > ul {
  padding-top: 30px;
}
.page .common_width .fr .t_list.zy_box > ul li p {
  line-height: 24px;
  padding-left: 23px;
  padding-right: 56px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  color: #4c4c4c;
  background: #f7f2f2;
  font-weight: bold;
  cursor: pointer;
  position: relative;
}
.page .common_width .fr .t_list.zy_box > ul li p em {
  line-height: 24px;
  font-size: 14px;
  color: #a29f9f;
  font-style: normal;
  padding: 0 8px;
}
.page .common_width .fr .t_list.zy_box > ul li p span {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  background: url(../images/c2.png) no-repeat right 20px center;
}
.page .common_width .fr .t_list.zy_box > ul li table {
  width: 100%;
}
.page .common_width .fr .t_list.zy_box > ul li table th {
  line-height: 40px;
  padding: 0 23px;
  font-size: 16px;
  color: #ae0c2a;
  font-weight: bold;
}
.page .common_width .fr .t_list.zy_box > ul li table td {
  line-height: 40px;
  padding: 0 23px;
  font-size: 14px;
  color: #333;
}
.page .common_width .fr .t_list.zy_box > ul li table td a {
  display: block;
  color: #333;
}
.page .common_width .fr .t_list.zy_box > ul li > div {
  padding: 17px 0;
}
.page .common_width .fr .t_list.zy_box > ul li.active p span {
  background: url(../images/c1.png) no-repeat right 20px center;
}
.page .common_width .fr .t_list.zy_box > ul li + li {
  margin-top: 5px;
}
.page .common_width .fr .t_list.xm_box .xm_bar {
  background-color: #e6e6e6;
  padding: 4px 5px;
  line-height: 32px;
  border-radius: 40px;
  margin-bottom: 30px;
  z-index: 999;
  position: relative;
}
.page .common_width .fr .t_list.xm_box .xm_bar a {
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 32px;
  text-align: center;
  font-size: 18px;
  color: #333;
  float: left;
  cursor: pointer;
  margin-right: 8px;
}
.page .common_width .fr .t_list.xm_box .xm_bar a.active {
  background-color: #9a0000;
  color: #fff;
}
.page .common_width .fr .t_list.xm_box ul li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 65px;
  padding-top: 100px;
  margin-top: -100px;
}
.page .common_width .fr .t_list.xm_box ul li span {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-right: 30px;
  border-radius: 4px;
  background-color: #e6e6e6;
  line-height: 30px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  position: absolute;
  top: 100px;
  left: 5px;
}
.page .common_width .fr .t_list.xm_box ul li a {
  font-size: 14px;
  min-width: 50px;
  color: #666;
  line-height: 30px;
  display: inline-block;
  margin-right: 30px;
}
.page .common_width .fr .t_list.xm_box ul li.active span {
  background-color: #9a0000;
  color: #fff;
}
.page .common_width .pagenav {
  margin-top: 30px;
  height: 40px;
  text-align: center;
}
.page .common_width .pagenav a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 38px;
  margin: 0 4px;
  border: 1px solid #ccc;
  vertical-align: middle;
  font-size: 16px;
  color: #999;
  transition: all 0.1s ease 0.2s;
}
.page .common_width .pagenav a.prev {
  background: url(../images/prev.png) no-repeat center;
}
.page .common_width .pagenav a.next {
  background: url(../images/next.png) no-repeat center;
}
.page .common_width .pagenav a.num.active {
  background-color: #9a0000;
  color: #fff;
}
.page .common_width .pagenav form {
  width: 80px;
  height: 40px;
  background-color: #f5f5f5;
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px;
}
.page .common_width .pagenav form input[type="text"] {
  width: 40px;
  border: 1px solid #ccc;
  height: 40px;
  line-height: 38px;
  float: left;
  padding: 0 5px;
  color: #999;
  text-align: center;
  font-size: 16px;
}
.page .common_width .pagenav form input[type="submit"] {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #9a0000;
  color: #fff;
  float: left;
}
.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;
}
@media screen and (max-width: 415px) {
  .header .nav_btn {
    float: right;
    width: 50px;
    height: 80px;
    display: block;
    background: url(../images/000.png) no-repeat right center;
  }
  .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: #333;
    font-size: 14px;
    line-height: 26px;
    padding: 10px 0;
    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 {
    height: 80px;
    overflow: hidden;
  }
  .header .common_width {
    height: 80px;
  }
  .header .logo {
    width: 280px;
    height: 80px;
    background: url(../images/1_05sm.png) no-repeat left center;
  }
  .main .nav {
    display: none;
  }
  .main .banner {
    height: 150px;
  }
  .main {
    padding-top: 170px;
  }
  .main .info .fl,
  .main .info .fr {
    width: 100%;
  }
  .main .info .fl {
    padding: 0;
  }
  .main .info .fr {
    padding-top: 15px;
    height: 265px;
  }
  .main .info {
    padding-bottom: 30px;
  }
  .main .info .fr .bg {
    height: 250px;
  }
  .main .news {
    padding-top: 30px;
    padding-bottom: 15px;
    height: auto;
  }
  .main .news .first_news {
    position: unset;
    width: 100%;
    height: 400px;
    margin-bottom: 15px;
  }
  .main .news .first_news .pic {
    height: 250px;
  }
  .main .news .news_list {
    width: 100%;
    height: auto;
    padding-left: 0;
    float: none;
  }
  .main .news .news_list h5 {
    padding-left: 15px;
  }
  .main .news .news_list li a .pic {
    display: none;
  }
  .main .news .news_list li a {
    padding-left: 15px;
    padding-right: 15px;
  }
  .main .news .news_list li,
  .main .news .news_list li a .txt h6,
  .main .news .news_list li a .txt p {
    height: auto;
  }
  .main .news .news_list h5 a span {
    line-height: 80px;
  }
  .main .notice ul li {
    width: 100%;
  }
  .main .notice {
    height: auto;
    padding-bottom: 20px;
  }
  .main .teacher .swiper-container .swiper-slide {
    height: 380px;
    overflow: hidden;
  }
  .main .teacher .swiper-container .swiper-slide a {
    height: 100%;
    width: 100%;
    float: none;
    top: 0px;
  }
  .main .teacher .swiper-container .swiper-pagination-progressbar {
    bottom: 40px;
  }
  .main .teacher .swiper-container .swiper-slide:hover {
    height: 380px;
    top: 22px;
  }
  .main .notice ul {
    margin-left: -15px;
    margin-right: -15px;
  }
  .main .notice ul li {
    padding: 0 15px;
  }
  .footer,
  .footer .footer_info {
    height: auto;
  }
  .footer .footer_info .links {
    width: 100%;
    padding: 0;
  }
  .footer .footer_info .links ul li {
    width: 100%;
  }
  .footer .footer_info .contact_us {
    width: 100%;
    padding: 15px 0;
  }
  .footer .footer_info .qr_code {
    width: 100%;
    padding-bottom: 15px;
  }
  .page .top_pic {
    height: 120px;
  }
  .page .common_width .fr {
    width: 100%;
    padding-top: 20px;
  }
  .page .common_width .fr .t_list .t_nav {
    padding: 22px 15px;
  }
  .page .common_width .fr .t_list .t_nav table {
    width: 100%;
    margin-left: -5px;
    margin-right: -5px;
  }
  .page .common_width .fr .t_list .t_nav table tr {
    line-height: 24px;
  }
  .page .common_width .fr .t_list .t_nav table tr td {
    padding: 5px;
    vertical-align: top;
  }
  .page .common_width .fr .t_list.zy_box > ul li table th,
  .page .common_width .fr .t_list.zy_box > ul li table td {
    padding: 0 5px;
  }
  .page .common_width .fr .t_list.zy_box > ul li table td {
    font-size: 12px;
  }
  .page .common_width .fr .t_list.zy_box > ul li p em {
    display: block;
    padding: 0;
  }
  .page .common_width .fr .t_list.xm_box .xm_bar {
    border-radius: 10px;
  }
  .page .common_width .fr .t_content {
    padding: 28px 15px;
  }
  .page .common_width .fr .t_content .top .info {
    padding-top: 220px;
    padding-left: 0;
  }
  .page .common_width .fr .t_content .t_nav ul li {
    width: 33.33%;
  }
  .page .common_width .fr .t_content .t_nav ul li + li {
    margin: 0;
  }
  .page .common_width .fr .t_content .t_nav ul li a {
    border-right: 1px solid #fff;
  }
  .page .common_width .fr .t_content .t_nav ul li:last-child a {
    border: 0;
  }
  .page .common_width .fl {
    width: 100%;
  }
  .page .common_width .fl h2 {
    width: 240px;
  }
  .page .common_width .fl ul.links {
    padding: 20px 0 0;
  }
  .page .common_width .fl ul.links li {
    width: 45%;
    float: left;
    text-indent: 52px;
    margin-bottom: 10px;
  }
  .page .common_width .fl ul.links li:nth-child(even) {
    float: right;
  }
  .page .common_width .fl ul.links li:nth-child(1) {
    background: url(../images/1_33.png) no-repeat left 15px center;
  }
  .page .common_width .fl ul.links li:nth-child(2) {
    background: url(../images/1_07.png) no-repeat left 15px center;
  }
  .page .common_width .fl ul.links li:nth-child(3) {
    background: url(../images/1_10.png) no-repeat left 15px center;
  }
  .page .common_width .fl ul.links li:nth-child(4) {
    background: url(../images/1_12.png) no-repeat left 15px center;
  }
  .page .common_width .fl ul.links li:nth-child(5) {
    background: url(../images/1_16.png) no-repeat left 15px center;
  }
  .page .common_width .fl ul.links li:nth-child(6) {
    background: url(../images/1_19.png) no-repeat left 15px center;
  }
  .page .common_width .fl ul.links li:nth-child(7) {
    background: url(../images/1_23.png) no-repeat left 15px center;
  }
  .page .common_width .fl ul.links li:nth-child(8) {
    background: url(../images/1_26.png) no-repeat left 15px center;
  }
  .page .common_width .fl ul.links li:nth-child(9) {
    background: url(../images/1_28.png) no-repeat left 15px center;
  }
  .page .common_width .fl ul.links li + li {
    margin-top: 0;
  }
  .page .common_width .fr ul.normal_list li {
    height: auto;
    line-height: 26px;
    padding: 12px 0;
  }
  .page .common_width .fr ul.normal_list li a span.date {
    display: none;
  }
  .page .common_width .fr ul.normal_list li a {
    padding: 0 12px;
  }
  .page .common_width .pagenav {
    height: auto;
  }
  .page .common_width .pagenav a {
    margin-bottom: 10px;
  }
  .page .common_width .fr ul.pic_list li a .pic {
    width: 100%;
    top: 0;
    left: 0;
  }
  .page .common_width .fr ul.pic_list li {
    height: auto;
  }
  .page .common_width .fr ul.pic_list li a .txt {
    padding-left: 0;
    padding-right: 0;
    padding-top: 222px;
  }
}
