@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: 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;
}
.header {
  height: 100px;
  background-color: #9a0000;
}
.header .common_width {
  background: url(../images/h_bg.png) no-repeat left 390px center;
}
.header .common_width .logo {
  height: 100px;
  width: 356px;
  display: block;
  background: url(../images/shou_logo.png) no-repeat center;
}
.header .common_width .logo > a {
  display: block;
  float: left;
  width: 166px;
  height: 100px;
}
.header .common_width .logo > a.peking {
  width: 190px;
}
.header .common_width .fr {
  height: 20px;
  line-height: 20px;
  margin-top: 40px;
}
.header .common_width .fr form {
  display: inline-block;
  height: 20px;
}
.header .common_width .fr form input[type="text"] {
  float: left;
  width: 150px;
  border-left: 1px solid #d79999;
  padding: 0 18px;
  color: rgba(255, 255, 255, 0.8);
  transition: all 0.9s ease 0.1s;
}
.header .common_width .fr form input[type="submit"] {
  width: 20px;
  height: 20px;
  background: url(../images/search.png) no-repeat center;
}
.header .common_width .fr form:hover input[type="text"] {
  
}
.header .common_width .fr a.en_link {
  border-left: 1px solid #d79999;
  border-right: 1px solid #d79999;
  margin: 0 15px;
  padding: 0 15px;
  color: #fff;
  display: block;
}
.header .common_width .fr a.neiwang {
  padding-left: 27px;
  color: #fff;
  display: block;
  background: url(../images/nei.png) no-repeat left center;
}
.nav {
  height: 50px;
  background-color: #fff;
  box-shadow: 0 3px 5px 0 #ddd;
}
.nav.active {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
.nav.active li > ul {
  bottom: auto !important;
  top: 50px;
  border: 1px solid #e5e5e5;
  border-top: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.nav.top_nav li > ul {
  bottom: auto !important;
  top: 50px;
  border: 1px solid #e5e5e5;
  border-top: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.nav > .common_width > ul > li {
  width: 109px;
  float: left;
  text-align: center;
  position: relative;
}
.nav > .common_width > ul > li > a {
  width: auto;
  line-height: 46px;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  display: inline-block;
  font-size: 16px;
  color: #333;
}
.nav > .common_width > ul > li:hover > a {
  color: #9a0000;
  border-bottom: 2px solid #9a0000;
}
.nav > .common_width > ul > li > ul {
  position: absolute;
  left: 0;
  bottom: 50px;
  width: 100%;
  line-height: 39px;
  display: none;
  z-index: 999;
}
.nav > .common_width > ul > li > ul li {
  background-color: rgba(255, 255, 255, 0.8);
  transition: all 0.2s ease 0.1s;
}
.nav > .common_width > ul > li > ul > li:hover{
  background-color: rgba(255, 255, 255, 1);
}
.nav > .common_width > ul > li > ul > li + li {
  border-top: 1px solid #e5e5e5;
}
.nav > .common_width > ul > li > ul > li > a {
  display: block;
  padding: 0 5px;
  color: #333;
  transition: all 0.2s ease 0.1s;
}
.nav > .common_width > ul > li > ul > li:hover > a{
  color: #9a0000;
} 
#slide {
  position: relative;
}
#slide a.more_btn {
  height: 46px;
  line-height: 46px;
  background-color: rgba(154, 0, 0, 0.5);
  padding: 0 20px;
  font-size: 20px;
  color: #fff;
  position: absolute;
  bottom: 54px;
  left: 0;
  z-index: 999;
}
#slide .swiper-container {
  height: 100%;
}
#slide .swiper-container .swiper-slide a {
  display: block;
  height: 100%;
}
#slide .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border-radius: 12px;
  transition: all 0.2s ease 0.1s;
}
#slide .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 40px;
}
#slide .swiper_btn {
  width: 1200px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -600px;
}
#slide .swiper_btn .swiper-button-next {
  height: 60px;
  width: 36px;
  background: url(../images/id_rightbtn.png) no-repeat center;
  top: 0;
  right: -50px;
  margin: 0;
}
#slide .swiper_btn .swiper-button-prev {
  height: 60px;
  width: 36px;
  background: url(../images/id_leftbtn.png) no-repeat center;
  top: 0;
  left: -50px;
  margin: 0;
}
.footer .info {
  height: 190px;
  background: url(../images/footer_bg.png) no-repeat center;
  padding-top: 27px;
}
.footer .info .f_links {
  width: 580px;
}
.footer .info .f_links ul {
  height: 112px;
  overflow: auto;
}
.footer .info .f_links ul li {
  width: 50%;
  line-height: 28px;
  float: left;
}
.footer .info .f_links ul li a {
  color: #fff;
}
.footer .info .contact {
  width: 255px;
  padding-left: 50px;
}
.footer .info .contact p {
  line-height: 28px;
  color: #fff;
}
.footer .info .rwm li {
  float: left;
}
.footer .info .rwm li + li {
  margin-left: 45px;
}
.footer .info .rwm img {
  width: 110px;
}
.footer .info .rwm p {
  line-height: 40px;
  color: #fff;
  text-align: center;
  font-size: 12px;
}
.footer .copy_right {
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  color: #ccc;
  text-align: center;
  background-color: #17171a;
}
.footer .copy_right a {
  color: #ccc;
}
.footer h6 {
  line-height: 28px;
  margin: 0 0 5px;
  color: #fff;
  font-size: 14px;
}
.main .container {
  width: 1200px;
  padding: 0;
}
.main .item1 {
  background: url(../images/item1_bg.png) no-repeat center/cover;
  padding-top: 38px;
  text-align: center;
  position: relative;
  padding-bottom: 25px;
}
.main .item1 .more_btn{
	border: 1px solid #991809;
    border-radius: 3px;
    line-height: 38px;
    padding: 0 26px;
    color: #991809;
    font-size: 14px;
    display: inline-block;
	margin-top: -5px;
}
.main .item1 .swiper_btn {
  width: 1360px;
  height: 24px;
  position: absolute;
  top: 250px;
  left: 50%;
  margin-left: -680px;
}
.main .item1 .swiper_btn .swiper-button-next {
  background: url(../images/rr.png) no-repeat center;
  width: 13px;
  opacity: 1;
  cursor: pointer;
}
.main .item1 .swiper_btn .swiper-button-prev {
  background: url(../images/ll.png) no-repeat center;
  width: 13px;
  opacity: 1;
  cursor: pointer;
}
.main .item1 h2 {
  height: 26px;
  line-height: 24px;
  margin: 0 0 38px;
  font-weight: bold;
  display: inline-block;
  font-size: 26px;
  padding-left: 31px;
  background: url(../images/icon6.png) no-repeat left center;
}
.main .item1 h2 a {
  color: #333;
}
.main .item1 .swiper-container {
  height: 457px;
}
.main .item1 .swiper-container .swiper-slide {
  height: 379px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #fff;
  box-sizing: content-box;
  border-bottom: 3px solid transparent;
  transition: all 0.2s ease 0.1s;
}
.main .item1 .swiper-container .swiper-slide:hover {
  border-bottom: 3px solid #9a0000;
}
.main .item1 .swiper-container .swiper-slide:hover a .txt p{
  color: #9a0000;
}
.main .item1 .swiper-container .swiper-slide .pic div{
  transition: all 0.3s ease 0.1s;
}
.main .item1 .swiper-container .swiper-slide:hover .pic div{
  transform:scale(1.08,1.08);
}
.main .item1 .swiper-container .swiper-slide a {
  display: block;
  height: 100%;
}
.main .item1 .swiper-container .swiper-slide a .pic {
  height: 226px;
  width: 100%;
  overflow: hidden;
}
.main .item1 .swiper-container .swiper-slide a .txt {
  padding: 20px 28px 0;
  text-align: left;
  font-size: 16px;
  line-height: 28px;
  color: #333;
}
.main .item1 .swiper-container .swiper-slide a .txt p {
  height: 84px;
  overflow: hidden;
}
.main .item1 .swiper-container .swiper-slide a .txt span.date {
  line-height: 28px;
  font-size: 14px;
  padding-left: 21px;
  background: url(../images/date.png) no-repeat left center;
  font-family: 'Arial';
  color: #9a0000;
  margin-top: 6px;
  display: block;
}
.main .item1 .swiper-container .swiper-pagination {
  bottom: 27px;
}
.main .item1 .swiper-container .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border: 2px solid #9e0b0b;
  background-color: #fff;
  opacity: 1;
}
.main .item1 .swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #9e0b0b;
}
.main .item2 {
  padding-top: 58px;
  padding-bottom: 58px;
  text-align: center;
  position: relative;
}
.main .item2 .swiper_btn {
  width: 1360px;
  height: 24px;
  position: absolute;
  top: 250px;
  left: 50%;
  margin-left: -680px;
}
.main .item2 .swiper_btn .swiper-button-next {
  background: url(../images/rr.png) no-repeat center;
  width: 13px;
  opacity: 1;
  cursor: pointer;
}
.main .item2 .swiper_btn .swiper-button-prev {
  background: url(../images/ll.png) no-repeat center;
  width: 13px;
  opacity: 1;
  cursor: pointer;
}
.main .item2 h2 {
  height: 26px;
  line-height: 24px;
  margin: 0 0 39px;
  font-weight: bold;
  display: inline-block;
  font-size: 26px;
  padding-left: 31px;
  background: url(../images/icon11.png) no-repeat left center;
}
.main .item2 h2 a {
  color: #333;
}
.main .item2 .swiper-slide {
  height: 330px;
  padding: 0 6px 0;
}
.main .item2 .swiper-slide:hover a {
  box-shadow: 0 0 15px 2px #ddd;
}
.main .item2 .swiper-slide > a {
  display: block;
  margin: 10px 0;
  border-radius: 5px;
  padding: 30px 28px;
  height: 290px;
  transition: all 0.2s ease 0.1s;
  box-shadow: 0 0 5px 2px #transparent;
}
.main .item2 .swiper-slide > a > p {
  font-family: 'Arial';
  font-size: 16px;
  line-height: 28px;
  text-align: left;
  font-style: oblique;
  color: #333;
  height:84px;
  overflow:hidden;
  transition: all 0.2s ease 0.1s;
}
.main .item2 .swiper-slide .pic .soogee_img {
  box-sizing: content-box;
  width: 108px;
  height: 108px;
  border-radius: 128px;
  float: left;
  margin-bottom: 20px;
  transition: all 0.2s ease 0.1s;
}
.main .item2 .swiper-slide .pic .fl {
  padding-left: 24px;
  color: #333;
  width: calc(100% - 118px);
}
.main .item2 .swiper-slide .pic .fl p {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  margin-top: 22px;
  margin-bottom: 8px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: all 0.2s ease 0.1s;
}
.main .item2 .swiper-slide .pic .fl span {
  padding-left: 22px;
  font-size: 14px;
  line-height: 24px;
  display: block;
  text-align: left;
  line-height: 26px;
  transition: all 0.2s ease 0.1s;
}
.main .item2 .swiper-slide .pic .fl span.add {
  background: url(../images/add2.png) no-repeat left 2px top 6px;
}
.main .item2 .swiper-slide .pic .fl span.date {
  background: url(../images/date2.png) no-repeat left 2px top 6px;
}
.main .item2 a.more_btn {
  border: 1px solid #991809;
  border-radius: 3px;
  line-height: 38px;
  padding: 0 26px;
  color: #991809;
  font-size: 14px;
  display: inline-block;
  margin-top: 10px;
}
.main .item3 {
  background: url(../images/item3_bg.png) no-repeat center;
  height: 464px;
  padding-top: 55px;
  text-align: center;
}
.main .item3 h2 {
  height: 26px;
  line-height: 24px;
  margin: 0 0 45px;
  font-weight: bold;
  display: inline-block;
  font-size: 26px;
  padding-left: 34px;
  background: url(../images/icon7.png) no-repeat left center;
}
.main .item3 h2 a {
  color: #333;
}
.main .item3 .col-md-4 {
  margin-bottom: 30px;
}
.main .item3 .col-md-4 > a {
  display: block;
  height: 90px;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
}
.main .item3 .col-md-4 > a .date {
  width: 102px;
  line-height: 90px;
  font-size: 24px;
  font-family: 'Arial';
  background-color: #e0e0e0;
  color: #333;
  float: left;
  transition: all 0.3s ease 0.1s;
}
.main .item3 .col-md-4 > a p {
  height: 56px;
  line-height: 28px;
  padding: 0 30px 0 30px;
  margin: 17px 0;
  text-align: left;
  color: #333;
  overflow: hidden;
  font-size: 16px;
  transition: all 0.3s ease 0.1s;
}
.main .item3 .col-md-4:hover .date {
  color: #fff;
  background-color: #9a0000;
}
.main .item3 .col-md-4:hover p {
  color: #9a0000;
}
.main .item3 a.more_btn {
  border: 1px solid #991809;
  border-radius: 3px;
  line-height: 38px;
  padding: 0 26px;
  color: #991809;
  font-size: 14px;
  display: inline-block;
  margin-top: 10px;
}
.main .item4 {
  height: 777px;
  background: url(../images/item4_bg.png) no-repeat center bottom;
  padding-top: 45px;
  text-align: center;
}
.main .item4 > h2 {
  height: 26px;
  line-height: 24px;
  margin: 0 0 34px;
  font-weight: bold;
  display: inline-block;
  font-size: 26px;
  padding-left: 35px;
  background: url(../images/icon8.png) no-repeat left center;
}
.main .item4 .col-md-4 {
  height: 240px;
}
.main .item4 .col-md-4 a {
  display: block;
  height: 100%;
  text-align: center;
  position: relative;
}
.main .item4 .col-md-4 a p {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 44px;
  line-height: 44px;
  width: 100%;
  background-color: rgba(80, 78, 100, 0.6);
  color: #fff;
  font-size: 18px;
}
.main .item4 .swiper-container {
  margin-top: 30px;
  height: 225px;
}
.main .item4 .swiper-container .swiper-slide {
  text-align: center;
}
.main .item4 .swiper-container .swiper-slide h2 {
  height: 26px;
  line-height: 24px;
  margin: 0 0 68px;
  font-weight: bold;
  display: inline-block;
  font-size: 26px;
  padding-left: 35px;
  background: url(../images/icon9.png) no-repeat left center;
}
.main .item4 .swiper-container .swiper-slide h2.tese {
  height: 31px;
  line-height: 29px;
  margin: 0 0 63px;
  background: url(../images/icon10.png) no-repeat left center;
}
.main .item4 .swiper-container .swiper-slide li {
  width: 25%;
  float: left;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  line-height: 54px;
  text-align: left;
  height: 54px;
  margin-bottom: 25px;
  padding-right: 25px;
}
.main .item4 .swiper-container .swiper-slide li strong {
  font-size: 30px;
  line-height: 54px;
  display: inline-block;
  float: left;
  color: #9a0000;
  font-family: 'Georgia';
  padding-right: 3px;
  position: relative;
  top: -2px;
}
.main .item4 .swiper-container .swiper-slide li.m_p {
  line-height: 23px;
  padding: 4px 50px 0 0;
}
.main .item4 .swiper-container .swiper-slide li.m_p strong {
  line-height: 23px;

}
.main .item4 .swiper-container .swiper-slide .icon a {
  width: 33%;
  float: left;
  font-size: 18px;
  height: 88px;
  line-height: 210px;
  color: #333;
}
.main .item4 .swiper-container .swiper-slide .icon a:hover{
  color: #9a0000;
}
.main .item4 .swiper-container .swiper-slide .icon a.tz {
  background: url(../images/cc.png) no-repeat center;
}
.main .item4 .swiper-container .swiper-slide .icon a.xy {
  background: url(../images/bb.png) no-repeat center;
}
.main .item4 .swiper-container .swiper-slide .icon a.bbg {
  background: url(../images/aa.png) no-repeat center;
}
.main .item4 .swiper-container .swiper-slide .icon a.tz:hover {
  background: url(../images/cc_a.png) no-repeat center;
}
.main .item4 .swiper-container .swiper-slide .icon a.xy:hover {
  background: url(../images/bb_a.png) no-repeat center;
}
.main .item4 .swiper-container .swiper-slide .icon a.bbg:hover {
  background: url(../images/aa_a.png) no-repeat center;
}
.main .item4 .swiper-container .swiper-pagination {
  bottom: 30px;
}
.main .item4 .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  border: 2px solid #9a0000;
  opacity: 1;
}
.main .item4 .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 2px solid #9a0000;
  background-color: #9a0000;
}
.main .item4 .sw_tit {
  margin-top: 110px;
  height: 28px;
  font-size: 0;
}
.main .item4 .sw_tit span {
  height: 28px;
  line-height: 28px;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  color: #4d4d4d;
  padding: 0 25px 0 55px;
  cursor: pointer;
  vertical-align: middle;
  transition: all 0.3s ease 0.1s;
}
.main .item4 .sw_tit span.tsxm {
  border-left: 1px solid #9a0000;
  background: url(../images/qq.png) no-repeat left 27px center;
}
.main .item4 .sw_tit span.tsxm.active {
  background: url(../images/qqa.png) no-repeat left 27px center;
  font-size: 22px;
  color: #333;
}
.main .item4 .sw_tit span.sjsk {
  background: url(../images/ww.png) no-repeat left 18px center;
}
.main .item4 .sw_tit span.sjsk.active {
  background: url(../images/wwa.png) no-repeat left 18px center;
  font-size: 22px;
  color: #333;
}
.main .item5 {
  padding: 47px 0 40px;
}
.main .item5 ul li {
  width: 14%;
  height: 94px;
  float: left;
  position: relative;
  text-align: center;
}
.main .item5 ul li + li span {
  background-color: #dfc0c0;
  height: 80px;
  width: 1px;
  display: block;
  position: absolute;
  top: 7px;
  left: 0;
}
.main .item5 ul li em {
  width: 60px;
  height: 60px;
  border: 2px solid #484848;
  display: block;
  margin: 0 auto 10px;
  border-radius: 60px;
  background: #ffffff url(../images/icon2.png) no-repeat center;
  transition: all 0.2s ease 0.1s;
}
.main .item5 ul li p {
  font-size: 16px;
  color: #333;
  transition: all 0.2s ease 0.1s;
}
.main .item5 ul li:hover p {
  color: #9a0000;
}
.main .item5 ul li:hover em {
  background: #9a0000 url(../images/icon02.png) no-repeat center;
  border: 2px solid #9a0000;
}
.main .item5 ul li:nth-child(2) em {
  background: url(../images/icon16.png) no-repeat center;
}
.main .item5 ul li:nth-child(2):hover em {
  background: #9a0000 url(../images/icon016.png) no-repeat center;
  border: 2px solid #9a0000;
}
.main .item5 ul li:nth-child(3) em {
  background: url(../images/icon1.png) no-repeat center;
}
.main .item5 ul li:nth-child(3):hover em {
  background: #9a0000 url(../images/icon01.png) no-repeat center;
  border: 2px solid #9a0000;
}
.main .item5 ul li:nth-child(4) em {
  background: url(../images/icon3.png) no-repeat center;
}
.main .item5 ul li:nth-child(4):hover em {
  background: #9a0000 url(../images/icon03.png) no-repeat center;
  border: 2px solid #9a0000;
}
.main .item5 ul li:nth-child(5) em {
  background: url(../images/icon4.png) no-repeat center;
}
.main .item5 ul li:nth-child(5):hover em {
  background: #9a0000 url(../images/icon04.png) no-repeat center;
  border: 2px solid #9a0000;
}
.main .item5 ul li:nth-child(6) em {
  background: url(../images/icon5.png) no-repeat center;
}
.main .item5 ul li:nth-child(6):hover em {
  background: #9a0000 url(../images/icon05.png) no-repeat center;
  border: 2px solid #9a0000;
}
.main .item5 ul li:nth-child(7) em {
  background: url(../images/icon20.png) no-repeat center;
}
.main .item5 ul li:nth-child(7):hover em {
  background: #9a0000 url(../images/icon020.png) no-repeat center;
  border: 2px solid #9a0000;
}

.floatwin {
  width: 60px;
  border-radius: 60px;
  padding: 15px 0;
  background-color: rgba(255, 255, 255, 0.7);
  position: fixed;
  right: 50px;
  top:120px;
  z-index: 1000;
}
.floatwin li a{
  background: url(../images/fl1.png) no-repeat center;
  transition: all 0.9s ease 0.1s;
}
.floatwin li a {
  display: block;
  height: 60px;
  position: relative;
}
.floatwin li a em {
  position: absolute;
  right: 76px;
  top: 50%;
  height: 32px;
  margin-top: -16px;
  line-height: 32px;
  background-color: rgba(255, 255, 255, 0.7);
  font-style: normal;
  white-space: nowrap;
  border-radius: 6px;
  padding: 0 15px;
  font-size: 12px;
  color: #333;
  display: none;
}
.floatwin li a em span {
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-left: 5px solid rgba(255, 255, 255, 0.7);
  border-bottom: 8px solid transparent;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: -5px;
}
.floatwin li a:hover{
  background: url(../images/icon6.png) no-repeat center;
}
.floatwin li:nth-child(2) a{
  background: url(../images/fl5.png) no-repeat center;
}
.floatwin li:nth-child(2):hover a{
  background: url(../images/icon11.png) no-repeat center;
}
.floatwin li:nth-child(3) a{
  background: url(../images/fl2.png) no-repeat center;
}
.floatwin li:nth-child(3):hover a{
  background: url(../images/icon7.png) no-repeat center;
}
.floatwin li:nth-child(4) a{
  background: url(../images/fl3.png) no-repeat center;
}
.floatwin li:nth-child(4):hover a{
  background: url(../images/icon8.png) no-repeat center;
}
.floatwin li:nth-child(5) a:nth-child(2){
  background: url(../images/fl4.png) no-repeat center;
}
.floatwin li:nth-child(5) a:nth-child(2):hover{
  background: url(../images/icon10.png) no-repeat center;
}
.floatwin li:nth-child(5) a:nth-child(1){
  background: url(../images/ww.png) no-repeat center;
}
.floatwin li:nth-child(5) a:nth-child(1):hover{
  background: url(../images/wwa.png) no-repeat center;
}
.floatwin li:nth-child(6) a{
 	background: url(../images/nei-w.png) no-repeat center;
}
.floatwin li:nth-child(6) a:hover{
 	background: url(../images/nei-a.png) no-repeat center;
}
.page .page_tit {
  height: 170px;
  background: url(../images/page_tit.png) no-repeat center;
}
.page .page_tit .common_width {
  position: relative;
  height: 100%;
}
.page .page_tit .common_width .crumbs {
  position: absolute;
  right: 0;
  bottom: 0;
}
.page .page_tit .common_width .crumbs a {
  color: #fff;
  font-size: 14px;
  line-height: 52px;
  display: inline-block;
}
.page .page_tit .common_width .crumbs a + a {
  padding-left: 40px;
  background: url(../images/crumbs_a.png) no-repeat left 17px center;
}
.page .page_tit .common_width .history {
  position: absolute;
  right: 0;
  bottom: 0;
}
.page .page_tit .common_width .history a {
  color: #fff;
  font-size: 14px;
  line-height: 52px;
  display: inline-block;
}
.page .page_tit .common_width .history a + a {
  padding-left: 10px;
}
.page > .common_width > .row .col-md-3 {
  text-align: center;
}
.page > .common_width > .row .col-md-3 h2 {
  margin: -30px 0 0;
  line-height: 60px;
  background-color: #9a0000;
  font-size: 22px;
  color: #fff;
}
.page > .common_width > .row .col-md-3 > ul {
  background-color: #f0f0f0;
  padding: 20px 0;
  overflow: hidden;
}
.page > .common_width > .row .col-md-3 > ul > li {
  line-height: 50px;
  position: relative;
  transition: all 0.1s ease 0.2s;
  text-align: left;
}
.page > .common_width > .row .col-md-3 > ul > 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 > .row .col-md-3 > ul > li > a span {
  position: relative;
  left: -20px;
}
.page > .common_width > .row .col-md-3 > ul > 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 > .row .col-md-3 > ul > li.active > a,
.page > .common_width > .row .col-md-3 > ul > li:hover > a {
  background-color: #afb0ba;
  color: #fff;
}
.page > .common_width > .row .col-md-3 > ul > li.active > em,
.page > .common_width > .row .col-md-3 > ul > li:hover > em {
  opacity: 1;
}
/*.page > .common_width > .row .col-md-3 > ul > li.more_list > a {
  background: url(../images/close.png) no-repeat right 40px center;
}*/
.page > .common_width > .row .col-md-3 > ul > li.more_list > ul {
  margin-top: 1px;
  background-color: #cfd0d5;
  position: relative;
  left: 20px;
  text-align: left;
  padding: 10px 0;
  display: none;
}
.page > .common_width > .row .col-md-3 > ul > li.more_list > ul li {
  padding-left: 29px;
  position: relative;
}
.page > .common_width > .row .col-md-3 > ul > li.more_list > ul li:hover > em,
.page > .common_width > .row .col-md-3 > ul > li.more_list > ul li.active > em {
  opacity: 1;
}
.page > .common_width > .row .col-md-3 > ul > li.more_list > ul li:hover a{
  color: #9a0000;
}
.page > .common_width > .row .col-md-3 > ul > li.more_list > ul a {
  color: #333;
  transition: all 0.1s ease 0.2s;
  display: block;
}
.page > .common_width > .row .col-md-3 > ul > li.more_list > ul em {
  width: 0;
  height: 0;
  border-right: 0;
  border-left: 6px solid #9a0000;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  position: absolute;
  top: 50%;
  right: 34px;
  margin-top: -5px;
  display: block;
  opacity: 0;
  transition: all 0.1s ease 0.2s;
}
.page > .common_width > .row .col-md-3 > ul > li.more_list:hover > a {
  background-color: none;
  color: #262626;
}
.page > .common_width > .row .col-md-3 > ul > li.more_list:hover > em {
  opacity: 0;
}
/*.page > .common_width > .row .col-md-3 > ul > li.more_list.active > a {
  background: #afb0ba url(../images/open.png) no-repeat right 40px center;
  color: #fff;
}*/
.page > .common_width > .row .col-md-3 > ul > li.more_list.active > em {
  opacity: 0;
}
.page > .common_width > .row .col-md-3 > ul > li.more_list.active ul {
  display: block;
}
.page > .common_width > .row .col-md-9{
  padding-top: 40px;
}
.page > .common_width > .row .col-md-9 .tit {
  text-align: center;
}
.page > .common_width > .row .col-md-9 .tit h3 {
  font-size: 18px;
  line-height: 28px;
  color: #9a0000;
  margin: 5px 0 20px;
}
.page > .common_width > .row .col-md-9 .tit span {
  font-size: 14px;
  line-height: 28px;
  color: #808080;
  display: block;
}
.page > .common_width > .row .col-md-9 .txt {
  padding-bottom: 50px;
  line-height: 28px;
  color: #333;
}
.page > .common_width > .row .col-md-9 .txt p {
  line-height: 28px;
  color: #333;
  margin: 16px 0;
  transition: all 0.1s ease 0.2s;
}
.page > .common_width > .row .col-md-9 .txt p a:hover{
  color: #9a0000;
}
.page > .common_width > .row .col-md-9 .txt table p {
  margin: 8px 0;
}
.page > .common_width > .row .col-md-9 .txt table{
  width: 100% !important;
}
/*.page > .common_width > .row .col-md-9 .txt_2024 table {
  text-indent:2em;
}*/
.page > .common_width > .row .col-md-9 .txt_2024 table td {
  padding:8px;
}
.page > .common_width > .row .col-md-9 .txt img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.page > .common_width > .row .col-md-9 .share span {
  display: inline-block;
  line-height: 28px;
  padding-right: 10px;
  color: #808080;
}
.page > .common_width > .row .col-md-9 .share .bds_tsina {
  background: url(../images/tsina.png) no-repeat center;
}
.page > .common_width > .row .col-md-9 .share .bds_weixin {
  background: url(../images/weixin.png) no-repeat center;
}
.page > .common_width > .row .col-md-9 .share .bds_sqq {
  background: url(../images/sqq.png) no-repeat center;
}
.page > .common_width > .row .col-md-9 .share .bds_more {
  background: url(../images/more.png) no-repeat center;
}
.page > .common_width > .row .col-md-9 .list_tab {
  width: 74px;
  height: 24px;
  border-radius: 24px;
  margin: -40px auto 0;
  border: 1px solid #d2d2d2;
  float: right;
}
.page > .common_width > .row .col-md-9 .teacher_list.xm_list .list_tab div ,.page > .common_width > .row .col-md-9 .normal_list .list_tab div {
  width: 50%;
  float: left;
  border-bottom-left-radius: 24px;
  border-top-left-radius: 24px;
  font-size: 14px;
  height: 22px;
  background: #dcdcdc url(../images/2_03a.png) no-repeat center;
}
.page > .common_width > .row .col-md-9 .teacher_list.zy_list .list_tab div,.page > .common_width > .row .col-md-9 .pic_list .list_tab div{
  width: 50%;
  float: left;
  border-bottom-left-radius: 24px;
  border-top-left-radius: 24px;
  font-size: 14px;
  height: 22px;
  background: #dcdcdc url(../images/2_03a.png) no-repeat center;
}
.page > .common_width > .row .col-md-9 .teacher_list.zy_list .list_tab div:nth-child(2){


  background: #fff url(../images/2_05.png) no-repeat center;
}
.page > .common_width > .row .col-md-9 .teacher_list.zy_list{
  position: relative;
  top: 15px;
}
.page > .common_width > .row .col-md-9 .list_tab div a {
  display: block;
  height: 100%;
  color: #939393;
}
.page > .common_width > .row .col-md-9 .list_tab div:nth-child(2) {
  background: #dcdcdc url(../images/2_05.png) no-repeat center;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 24px;
  border-top-right-radius: 24px;
}
.page > .common_width > .row .col-md-9 .teacher_list .list_tab div {
  padding-left: 0;
  text-align: center;
}
.page > .common_width > .row .col-md-9 .teacher_list.zy_list {
  padding-left: 45px;
}
.page > .common_width > .row .col-md-9 .teacher_list.xm_list .list_tab div:nth-child(1) {
  background: #fff url(../images/2_03a.png) no-repeat center;
}
.page > .common_width > .row .col-md-9 .teacher_list.xm_list .list_tab div:nth-child(2){
  background: #dcdcdc url(../images/2_05.png) no-repeat center;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.page > .common_width > .row .col-md-9 .teacher_list.zy_list .list_tab div:nth-child(2) a {
  color: #fff;
}
.page > .common_width > .row .col-md-9 .teacher_list.zy_list .zy_box {
  padding-bottom: 40px;
}
.page > .common_width > .row .col-md-9 .teacher_list.zy_list .zy_box .info {
  border: 1px dashed #e5b1bb;
  padding: 6px 22px;
  line-height: 26px;
  margin-bottom: 30px;
}
.page > .common_width > .row .col-md-9 .teacher_list.zy_list .zy_box .info span {
  display: inline-block;
  padding-right: 20px;
  cursor: pointer;
}
.page > .common_width > .row .col-md-9 .teacher_list.zy_list .zy_box .info span.active {
  color: #ae0c2a;
}
.page > .common_width > .row .col-md-9 .teacher_list.zy_list .zy_box ul li p.zy_tit {
  height: 44px;
  line-height: 44px;
  padding-left: 18px;
  font-size: 18px;
  color: #333;
  background: #f0f0f0;
  cursor: pointer;
}
.page > .common_width > .row .col-md-9 .teacher_list.zy_list .zy_box ul li > div {
  padding: 15px 0;
}
.page > .common_width > .row .col-md-9 .teacher_list.zy_list .zy_box ul li > div table {
  width: 100%;
}
.page > .common_width > .row .col-md-9 .teacher_list.zy_list .zy_box ul li > div table a{
  color: #333;
}
.page > .common_width > .row .col-md-9 .teacher_list.zy_list .zy_box ul li > div table td {
  padding: 6px 18px;
  line-height: 30px;
}
.page > .common_width > .row .col-md-9 .teacher_list.zy_list .zy_box ul li > div table th {
  font-weight: bold;
  color: #ae0c2a;
  padding: 0 18px;
  font-size: 16px;
  line-height: 30px;
}
.page > .common_width > .row .col-md-9 .teacher_list.zy_list .zy_box ul li.active .zy_tit {
  color: #ae0c2a;
  font-weight: bold;
}
.page > .common_width > .row .col-md-9 .teacher_list.zy_list .zy_box ul li.active .zy_tit span{
  display: block;
  float: right;
  width: 44px;
  height: 44px;
  background: #f0f0f0 url(../images/c1.png) no-repeat right 20px center;
}
.page > .common_width > .row .col-md-9 .teacher_list.zy_list .zy_box ul li .zy_tit span{
  display: block;
  float: right;
  width: 44px;
  height: 44px;
  background: #f0f0f0 url(../images/c2.png) no-repeat right 20px center;
}
.page > .common_width > .row .col-md-9 .teacher_list.zy_list .zy_box ul li + li {
  margin-top: 4px;
}
/*.page > .common_width > .row .col-md-9 .teacher_list.xm_list .list_tab div:nth-child(1) {
  background-color: #9a0000;
}*/
.page > .common_width > .row .col-md-9 .teacher_list.xm_list{
  position: relative;
  top: 15px;
}
.page > .common_width > .row .col-md-9 .teacher_list.xm_list .list_tab div:nth-child(1) a {
  color: #939393;
}
.page > .common_width > .row .col-md-9 .teacher_list.xm_list .xm_box {
  padding-bottom: 40px;
}
.page > .common_width > .row .col-md-9 .teacher_list.xm_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 > .row .col-md-9 .teacher_list.xm_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 > .row .col-md-9 .teacher_list.xm_list .xm_box .xm_bar a.active {
  background-color: #9a0000;
  color: #fff;
}
.page > .common_width > .row .col-md-9 .teacher_list.xm_list .xm_box ul li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 65px;
  padding-top:100px;
  margin-top:-100px;
}
.page > .common_width > .row .col-md-9 .teacher_list.xm_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 > .row .col-md-9 .teacher_list.xm_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 > .row .col-md-9 .teacher_list.xm_list .xm_box ul li.active span {
  background-color: #9a0000;
  color: #fff;
}
.page > .common_width > .row .col-md-9 .normal_list {
  padding-bottom: 40px;
}
.page > .common_width > .row .col-md-9 .normal_list .list_tab div:nth-child(2) {
  background: #fff url(../images/2_05.png) no-repeat center;
}
.page > .common_width > .row .col-md-9 .normal_list .list_tab div:nth-child(2) a {
  color: #fff;
}
.page > .common_width > .row .col-md-9 .normal_list ul {
  padding-bottom: 40px;
  padding-left: 30px;
  margin-top: 15px;
}
.page > .common_width > .row .col-md-9 .normal_list ul li {
  
  border-bottom: 1px solid #f0f0f0;
  line-height: 49px;
  position: relative;
}
.page > .common_width > .row .col-md-9 .normal_list ul li:hover a p{
	color: #9a0000;
}
.page > .common_width > .row .col-md-9 .normal_list ul li:first-child {
  border-top: 2px solid #9a0000;
}
.page > .common_width > .row .col-md-9 .normal_list ul li a {
  display: block;
  height: 100%;
}
.page > .common_width > .row .col-md-9 .normal_list ul 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 > .row .col-md-9 .normal_list ul 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 > .row .col-md-9 .normal_list ul li a p:nth-child(3){
	padding-left: 4px;
	padding-bottom: 12px;
	font-size: 14px;
	color: #666;
	white-space:normal;
	line-height:28px;
}
.page > .common_width > .row .col-md-9 .pic_list {
  padding-bottom: 40px;
}
.page > .common_width > .row .col-md-9 .pic_list .list_tab div:nth-child(1) {
  background: #fff url(../images/2_03a.png) no-repeat center;
}
.page > .common_width > .row .col-md-9 .pic_list .list_tab div:nth-child(2) {
  background: #dcdcdc url(../images/2_05.png) no-repeat center;
}
.page > .common_width > .row .col-md-9 .pic_list .list_tab div:nth-child(1) a {
  color: #fff;
}
.page > .common_width > .row .col-md-9 .pic_list ul {
  padding-bottom: 40px;
  padding-left: 30px;
}
.page > .common_width > .row .col-md-9 .pic_list ul li {
  height: 156px;
  margin-top: 20px;
  position: relative;
}
.page > .common_width > .row .col-md-9 .pic_list ul li a {
  display: block;
  height: 100%;
}
.page > .common_width > .row .col-md-9 .pic_list ul li a .pic {
  width: 200px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.page > .common_width > .row .col-md-9 .pic_list ul li a .txt {
  padding-left: 230px;
  padding-bottom: 0;
  padding-top: 6px;
}
.page > .common_width > .row .col-md-9 .pic_list ul li a .txt h5 {
  font-size: 16px;
  line-height: 28px;
  color: #9a0000;
  margin: 0;
}
.page > .common_width > .row .col-md-9 .pic_list ul li a .txt p {
  margin: 5px 0;
  line-height: 28px;
  color: #444;
  height: 84px;
  overflow: hidden;
  transition: all 0.4s ease 0.1s;
}
.page > .common_width > .row .col-md-9 .pic_list ul li:hover a .txt p{
	color: #9a0000;
}
.page > .common_width > .row .col-md-9 .pic_list ul li a .txt span.date {
  font-size: 14px;
  color: #9a0000;
  font-family: 'Arial';
}
.page > .common_width > .row .col-md-9 .teacher_content {
  padding-left: 90px;
  padding-top: 18px;
}
.page > .common_width > .row .col-md-9 .teacher_content .info {
  min-height: 168px;
  position: relative;
  margin-bottom: 50px;
}
.page > .common_width > .row .col-md-9 .teacher_content .info .pic {
  width: 156px;
  box-sizing: content-box;
  border: 4px solid #e9e9e9;
  float: left;
  margin-top: 10px;
}
.page > .common_width > .row .col-md-9 .teacher_content .info .info_r {
  padding-left: 210px;
}
.page > .common_width > .row .col-md-9 .teacher_content .info .info_r h5 {
  font-size: 20px;
  color: #9a0000;
  font-weight: bold;
  padding-top: 2px;
  line-height: 45px;
  margin: 0;
}
.page > .common_width > .row .col-md-9 .teacher_content .info .info_r p {
  line-height: 30px;
  font-size: 14px;
  color: #333;
}
.page > .common_width > .row .col-md-9 .teacher_content ul li {
  float: left;
  width: 25%;
  line-height: 50px;
  background-color: #b3b3b3;
  text-align: center;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.1s ease 0.2s;
}
.page > .common_width > .row .col-md-9 .teacher_content ul li + li {
  border-left: 1px solid #fff;
}
.page > .common_width > .row .col-md-9 .teacher_content ul li.active {
  background-color: #9a0000;
}
.page > .common_width > .row .col-md-9 .teacher_content .teacher_item .item {
  padding: 20px 10px 50px;
  display: none;
  line-height: 32px;
  text-align: justify
}
.page > .common_width > .row .col-md-9 .teacher_content .teacher_item .item h3 {
  font-size: 18px;
  line-height: 36px;
  color: #ae0c2a;
  font-weight: bold;
  margin: 30px 0 0;
}
.page > .common_width > .row .col-md-9 .teacher_content .teacher_item .item p {
  line-height: 32px;
  font-size: 14px;
  color: #333;
}
.page > .common_width > .row .col-md-9 .page_nav {
  text-align: center;
}
.page > .common_width > .row .col-md-9 .page_nav a {
  line-height: 28px;
  font-size: 14px;
  color: #999;
  display: inline-block;
  padding: 0 15px;
  border: 1px solid #e6e6e6;
  vertical-align: middle;
  margin-right: 10px;
}
.page > .common_width > .row .col-md-9 .page_nav form {
  display: inline-block;
  height: 30px;
  width: 82px;
  border: 1px solid #e6e6e6;
  vertical-align: middle;
}
.page > .common_width > .row .col-md-9 .page_nav form input[type="text"] {
  width: 50px;
  height: 28px;
  float: left;
  padding: 0 5px;
  text-align: center;
}
.page > .common_width > .row .col-md-9 .page_nav form input[type="submit"] ,.page > .common_width > .row .col-md-9 .page_nav form input[type="button"]{
  width: 30px;
  height: 28px;
  float: left;
  background-color: #e6e6e6;
  font-size: 12px;
  color: #999;
}
.page > .common_width > .row .col-md-9 .chair_list {
  padding-left: 45px;
  padding-bottom: 20px;
}
.page > .common_width > .row .col-md-9 .chair_list h3 {
  line-height: 60px;
  height: 60px;
  font-size: 24px;
  color: #9a0000;
  margin: 0 0 5px;
}
.page > .common_width > .row .col-md-9 .chair_list h3 p {
  float: right;
  line-height: 60px;
  color: #999;
}
.page > .common_width > .row .col-md-9 .chair_list h3 p a {
  font-size: 14px;
  color: #999;
}
.page > .common_width > .row .col-md-9 .chair_list h3 p a + a {
  padding-left: 32px;
  background: url(../images/ss.png) no-repeat left 12px center;
}
.page > .common_width > .row .col-md-9 .chair_list>ul>li {
  height: 70px;
  position: relative;
  margin-bottom: 20px;
}
.page > .common_width > .row .col-md-9 .chair_list>ul>li a {
  display: block;
  height: 100%;
}
.page > .common_width > .row .col-md-9 .chair_list>ul>li a span.date {
  width: 130px;
  background-color: #9a0000;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  line-height: 70px;
  font-size: 20px;
  text-align: center;
  color: #fff;
}
.page > .common_width > .row .col-md-9 .chair_list>ul>li a .chair_txt {
  padding-left: 130px;
  height: 100%;
}
.page > .common_width > .row .col-md-9 .chair_list>ul>li a .chair_txt > div {
  background-color: #f5f5f5;
  padding-left: 30px;
  padding-top: 10px;
  height: 100%;
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
  line-height: 27px;
  overflow: hidden;
}
.page > .common_width > .row .col-md-9 .chair_list>ul>li a .chair_txt > div p {
  font-size: 16px;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.page > .common_width > .row .col-md-9 .chair_list>ul>li a .chair_txt > div span {
  font-size: 14px;
  color: #808080;
  padding-right: 16px;
}
.page > .common_width > .row .col-md-9 .chair_list>ul.old span.date {
  background-color: #ccc;
  color: #333;
}
.page > .common_width > .row .col-md-9 .chair_list + .page_nav {
  margin-bottom: 40px;
}
.page .history_box {
  margin: 34px auto 150px;
  position: relative;
}
.page .history_box .lines {
  height: 100%;
  width: 4px;
  display: block;
  position: absolute;
  background-color: #ebcccc;
  left: 10px;
}
.page .history_box .history_item {
  padding-left: 40px;
}
.page .history_box .history_item h3 {
  padding-top: 8px;
  padding-bottom: 8px;
  box-sizing: content-box;
  line-height: 24px;
  background: #ffffff url(../images/dian.png) no-repeat left top 8px;
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: bold;
  color: #9a0000;
  padding-left: 40px;
  position: relative;
  left: -40px;
}
.page .history_box .history_item .col-md-4 a {
  display: block;
  height: 220px;
  text-align: center;
}
.page .history_box .history_item .col-md-4 a .pic {
  height: 110px;
  position: relative;
}
.page .history_box .history_item .col-md-4 a .pic::before{
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(154,0,0,0.5);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  transition: all 0.4s ease 0.1s;
  opacity: 0;
}
.page .history_box .history_item .col-md-4 a .pic p{
  line-height: 110px;
  font-size: 16px;
  text-align: center;
  opacity: 0;
  color: #fff;
  position: relative;
  z-index: 3;
  transition: all 0.4s ease 0.1s;
}
.page .history_box .history_item .col-md-4 a .pic:hover p,.page .history_box .history_item .col-md-4 a .pic:hover::before{
  
  opacity: 1;
}
.page .history_box .history_item .col-md-4 a .date {
  font-size: 20px;
  font-family: 'Arial';
  color: #666;
  line-height: 54px;
}
.page.soogee_page > .common_width > .row {
  padding-top: 30px;
}
.page.soogee_page > .common_width > .row .col-md-3 h2 {
  margin-top: 0;
}
.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: background 0.5s ease 0.2s;
  z-index: -1;
}
.masking.active {
  background: url(../images/bgbg.png) repeat center;
  z-index: 1001;
}
#go_back{
  width: 60px;
  height: 60px;
  position: fixed;
  bottom: 50px;
  right: 50px;
  cursor: pointer;
  background: url(../images/go_back.png) no-repeat center;
}


/*9.30更新*/
.laboratory{
  padding-top: 10px;
}
.laboratory .col-md-4 a{
  display: block;
}
.laboratory .col-md-4 a .pic{
  height: 160px;
}
.laboratory .col-md-4 a p{
  font-size: 14px;
  color: #333;
  line-height: 50px;
}
.laboratory .col-md-4 a{
  text-align: center;
}
.page > .common_width > .row .col-md-3 > ul > li.more_list{
  height: auto;
}
.page > .common_width > .row .col-md-3.map_info{
  padding-top: 160px;
  text-align: left;
  line-height: 40px;
  font-size: 15px;
}
/*10.26更新*/
.page > .common_width > .row .col-md-9 .donation{
  padding-left: 46px;
}
.page > .common_width > .row .col-md-9 .donation h2{
  font-size: 28px;
  color: #9a0000;
  margin: 0 0 23px;
  line-height: 42px;
}
.page > .common_width > .row .col-md-9 .donation .tab{
  height: 50px;
  line-height: 50px;
}
.page > .common_width > .row .col-md-9 .donation .tab span{
  background-color: #999;
  color: #fff;
  text-align: center;
  margin-right: 1px;
  display: block;
  float: left;
  width: 200px;
  font-size: 18px;
  cursor: pointer;
}
.page > .common_width > .row .col-md-9 .donation .tab span.active{
  background-color: #9a0000;
}
.page > .common_width > .row .col-md-9 .donation .info .info_item{
  padding-top: 28px;
  padding-left: 7px;
  padding-bottom: 100px;
}
.page > .common_width > .row .col-md-9 .donation .info .info_item p{
  font-size: 14px;
  line-height: 30px;
  color: #333;
}
.page > .common_width > .row .col-md-9 .donation .info .info_item a{
  color: #9a0000;
  font-size: 14px;
  line-height: 30px;
  display: block;
}
.page > .common_width > .row .col-md-9 .donation .info .info_item{
  display: none;
}
.page > .common_width > .row .col-md-9 .donation .info .info_item .donation_btn{
  height: 62px;
  border-radius: 4px;
  background-color: #9a0000;
  width: 240px;
  color: #fff;
  line-height: 62px;
  text-align: center;
  border-bottom: 2px solid #660000;
  margin-top: 50px;
  font-size: 18px;
  cursor: pointer;
}
.donation .donation_window{
  position: fixed;
  width: 660px;
  height: 520px;
  background-color: #fff;
  top: 70%;
  left: 50%;
  z-index: 1002;
  margin-top: -440px;
  margin-left: -330px;
  padding: 40px 35px 35px;
  display: none;
  overflow: auto;
}
.donation .donation_window .paytxt{
  background-color: #f4ecec;
  line-height: 24px;
  padding: 8px 0;
  text-align: center;
}
.donation .donation_window .close_btn{
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  background: url(../images/close_btn.png) no-repeat center;
  cursor: pointer;
}
.donation .donation_window .pay{
  width: 600px;
  margin: 0 auto;
}
.donation .donation_window .pay_info{
  width: 520px;
  margin: 0 auto;
}
.donation .donation_window .pay_info h5{
  height: 36px;
  line-height: 24px;
  border-bottom: 2px solid #9a0000;
  padding-left: 34px;
  font-size: 24px;
  color: #333;
  margin: 0 0 20px;
}
.donation .donation_window .pay_info h5.tit1{
  background: url(../images/2_04.png) no-repeat left top 2px;
}
.donation .donation_window .pay_info h5.tit2{
  background: url(../images/2_07.png) no-repeat left top 2px;
}
.donation .donation_window .pay_info h5.tit3{
  background: url(../images/phone.png) no-repeat left top 2px;
}
.donation .donation_window .pay_info h5.tit4{
  background: url(../images/2_07.png) no-repeat left top 2px;
}
.donation .donation_window .pay_info p{
  font-size: 14px;
  line-height: 28px;
}
.donation .donation_window .pay .donation_btn{
  width: 305px;
  height: 60px;
  line-height: 58px;
  border: 1px solid #ccc;
  background-color: #9a0000;
  border-radius: 5px;
  margin: 15px auto 27px;
  text-align: center;
  display: block;
}
.donation .donation_window .pay .donation_btn span{
  color: #fff;
  font-size: 18px;
  padding-left: 28px;
  background: url(../images/icon_pa.png) no-repeat left 0 center;
}
.donation .donation_window .pay .rwm{
  height: 136px;
  width: 100%;
  background: url(../images/2_03.png) no-repeat left 13px center;
  padding-left: 182px;
  margin-bottom: 30px;
}
.donation .donation_window .pay .rwm p{
  line-height: 36px;
  font-size: 14px;
  color: #333;
}
.donation .donation_window .pay .rwm li{
  line-height: 32px;
  height: 32px;
  font-size: 14px;
  color: #9a0000;
  padding-left: 24px;
  background: url(../images/yangtou.png) no-repeat left center;
}
.chair_list .formerly h3{
  line-height: 60px;
  height: 60px;
  font-size: 24px;
  color: #333;
  margin: 0 0 7px;
  border-bottom: 2px solid #9a0000;
}
.chair_list .formerly li{
  border-bottom: 1px solid #f0f0f0;
  line-height: 28px;
  font-size: 16px;
  padding: 10px 0;
}
.chair_list .formerly li a{
  color: #333;
  transition: all 0.6s ease 0.2s;
}
.chair_list .formerly li span{
  display: block;
  float: left;
  width: 100px;
  color: #9a0000;
  font-size: 16px;
}
.chair_list .formerly li:hover a{
  color: #9a0000;
}
/*捐赠2级页面*/

.donation_page .swiper-container{
  height: 100%;
}
.donation_page .swiper-container .swiper-slide a{
  display: block;
  height: 100%;
}
.donation_page .swiper-pagination-bullet{
  width: 10px;
  height: 10px;
  opacity: 1;
  background-color: #fff;
}
.donation_page .swiper-pagination-bullet.swiper-pagination-bullet-active{
  width: 30px;
  border-radius: 10px;
}
.donation_page .swiper_btn{
  width: 1200px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -600px;
}
.donation_page .swiper_btn .swiper-button-next{
  height: 60px;
  width: 36px;
  background: url(../images/id_rightbtn.png) no-repeat center;
  top: 0;
  right: -50px;
  margin: 0;
}
.donation_page .swiper_btn .swiper-button-prev{
  height: 60px;
  width: 36px;
  background: url(../images/id_leftbtn.png) no-repeat center;
  top: 0;
  left: -50px;
  margin: 0;
}
.donation_page .info_item{
  height: 500px;
}
.donation_page .info_item .common_width{
  height: 100%;
  padding-top: 68px; 
  background: url(../images/icon_shu.png) no-repeat right bottom;
}
.donation_page .info_item .common_width .fl{
  width: 660px;
}
.donation_page .info_item .common_width .fl h3{
  margin: 0;
  font-size: 22px;
  font-weight: bold;
  color: #333;
  line-height: 54px;
}
.donation_page .info_item .common_width .fl p{
  font-size: 14px;
  line-height: 30px;
  color: #4c4c4c;
}
.donation_page .info_item .common_width .fl a{
  width: 200px;
  line-height: 50px;
  height: 50px;
  background-color: #9a0000;
  color: #fff;
  display: block;
  font-size: 20px;
  text-align: center;
  margin-top: -40px;
  cursor: pointer;
}
.donation_page .new_item{
  height: 510px;
}
.donation_page .new_item h2,.donation_page .thanks_item h2{
  height: 98px;
  padding: 42px 0 30px;
  margin: 0;
  font-size: 26px;
  font-weight: bold;
  line-height: 24px;
}
.donation_page .new_item h2 a,.donation_page .thanks_item h2 a{
  display: block;
  color: #333;
  padding-left: 35px;
  height: 26px;
  background: url(../images/don_icon.png) no-repeat left center;
}
.donation_page .new_item h2 a span,.donation_page .thanks_item h2 a span{
  float: right;
  font-size: 14px;
  color: #9a0000;
  font-weight: normal;
}
.donation_page .new_item ul{
  height: 360px;
}
.donation_page .new_item ul li{
  width: 288px;
  height: 358px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 4px 8px 1px #e6e6e6;
  float: left;
}
.donation_page .new_item ul li a{
  display: block;
  height: 100%;
}
.donation_page .new_item ul li a .pic{
  height: 226px;
  border-radius: 4px;
}
.donation_page .new_item ul li a .txt{
  padding: 24px 25px 0;
}
.donation_page .new_item ul li a .txt p{
  font-size: 16px;
  line-height: 28px;
  color: #333;
  margin-bottom: 12px;
  height: 56px;
  overflow: hidden;
}
.donation_page .new_item ul li a .txt span.date{
  height: 14px;
  line-height: 14px;
  color: #9a0000;
  background: url(../images/date.png) no-repeat left center;
  padding-left: 20px;
}
.donation_page .new_item ul li+li{
  margin-left: 16px;
}
.donation_page .thanks_item{
  background-color: #f0f0f0; 
}
.donation_page .thanks_item .support{
  background-color: #fff;
  padding: 30px;
}
.donation_page .thanks_item .remind{
  height: 52px;
  line-height: 52px;
  font-size: 14px;
  color: #999;
  padding-left: 8px;
  padding-bottom: 16px;
  box-sizing: content-box;
}
.donation_page .thanks_item .leftbox h3{
  height: 38px;
  line-height: 24px;
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  color: #9a0000;
}
.donation_page .thanks_item .rightbox table{
  width: 100%;
  text-align: center;
}
.donation_page .thanks_item .rightbox th{
  height: 38px;
  line-height: 24px;
  font-size: 16px;
  font-weight: bold;
  color: #9a0000;
  vertical-align: top;
  padding: 0 25px;
  text-align: center;
}
.donation_page .thanks_item .rightbox td{
  line-height: 40px;
  height: 40px;
}
.donation_page .thanks_item .rightbox>table tr:first-child th{
  background-color: #fff !important;
}
.donation_page .thanks_item .rightbox table tr:nth-child(odd){
  background-color: #fff;
}
.donation_page .thanks_item .rightbox table:nth-child(odd) tr:nth-child(odd){
  background-color: #f9f0f0;
}
.donation_page .thanks_item .rightbox table:nth-child(even) tr:nth-child(even){
  background-color: #f9f0f0;
}
.donation_page .thanks_item .support .rightbox{
	height: 398px;
}
.donation_page .thanks_item .rightbox .gunshell{
  height: 360px;
  overflow: hidden;
}
.donation_page .tab_item{
  padding: 60px 0;
  overflow: hidden;
  background-color: #f0f0f0;
}

.sj_time{
 display:none;
}


.donation_page .tab_item .fl{
  width: 250px;
  border-left: 1px solid #e0e0e0;
}
.donation_page .tab_item .fl li{
  height: 90px;
  line-height: 89px;
  border-bottom: 1px solid #e0e0e0;
  color: #9a0000;
  font-size: 22px;
  padding-left: 70px;
  background: #fff url(../images/icon.png) no-repeat left 27px center;
  cursor: pointer;
  transition: all 0.6s ease 0.2s;
}
.donation_page .tab_item .fl li:nth-child(2){
  background: #fff url(../images/icon12.png) no-repeat left 27px center;
}
.donation_page .tab_item .fl li:nth-child(3){
  background: #fff url(../images/icon13.png) no-repeat left 27px center;
}
.donation_page .tab_item .fl li:nth-child(4){
  background: #fff url(../images/icon14.png) no-repeat left 27px center;
}
.donation_page .tab_item .fl li:nth-child(5){
  background: #fff url(../images/icon15.png) no-repeat left 27px center;
}
.donation_page .tab_item .fr{
  height: 450px;
  width: 950px;
  border-top: 4px solid #9a0000;
  border-left: 4px solid #9a0000;
  background-color: #fff;
  overflow: hidden;
}
.donation_page .tab_item .fl li.active,.donation_page .tab_item .fl li:hover{
  background: #9a0000 url(../images/icon_a.png) no-repeat left 27px center;
  color: #fff;
  border-bottom: 1px solid #9a0000;
}
.donation_page .tab_item .fl li:nth-child(2):hover,.donation_page .tab_item .fl li:nth-child(2).active{
  background: #9a0000 url(../images/icon12_a.png) no-repeat left 27px center;
}
.donation_page .tab_item .fl li:nth-child(3):hover,.donation_page .tab_item .fl li:nth-child(3).active{
  background: #9a0000 url(../images/icon13_a.png) no-repeat left 27px center;
}
.donation_page .tab_item .fl li:nth-child(4):hover,.donation_page .tab_item .fl li:nth-child(4).active{
  background: #9a0000 url(../images/icon14_a.png) no-repeat left 27px center;
}
.donation_page .tab_item .fl li:nth-child(5):hover,.donation_page .tab_item .fl li:nth-child(5).active{
  background: #9a0000 url(../images/icon15_a.png) no-repeat left 27px center;
}
.donation_page .tab_item .fr .item{
  padding: 17px;
  height: 100%;
}
.donation_page .tab_item .fr .item .fsbanner{
  height: 100%;
  border-radius: 0;
}
.donation_page .tab_item .fr .item .fsbanner div{
  height: 100% !important;
}
.donation_page .tab_item .fr .item .fsbanner div a{
  display: block;
  height: 100%;
}
.donation_page .tab_item .fr .item .fsbanner div span.name{
  color: #fff;
  font-size: 22px;
  font-weight: normal;
  padding: 6px 15px 8px;
  background-color:rgba(0,0,0,.6);
	-webkit-text-stroke: 0;
  left: 10px;
  bottom: 10px;
  line-height: 25px;
  border-radius: 39px;
}
.donation_page .fsbanner > div .name.minimized{
  transform: rotate(0deg);
  width: 39px;
   padding: 9px !important;
}
.laboratory .col-md-4:nth-child(3){
  float: none;
  margin-top: 210px;
}


#moocBox table>tbody>tr>td:nth-child(1){
  width:123px;
}
#moocBox table>tbody>tr>td:nth-child(2){
  width:144px;
}
#moocBox table>tbody>tr>td:nth-child(3){
  width:144px;
}
#moocBox table>tbody>tr>td:nth-child(4){
  width:144px;
}
#slide .swiper-pagination{
	bottom: 50px;
}

.thanks_list{
  padding-bottom: 40px;
}
.thanks_table{
  width: 100%;
  text-align: center;
  margin-bottom: 25px;
}
.thanks_table td{
  height: 38px;
  font-size: 14px;
  color: #333;
}
.thanks_table tr:nth-child(odd) td{
  background-color: #f2f2f2;
}
.thanks_table th{
  background-color: #9e3a38;
  height: 46px;
  text-align: center;
  color: #fff;
  font-size: 16px;
}






















/*媒体查询*/
@media screen and (max-width: 414px) {
  .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 {
    height: 80px;
  }
  .header .common_width .logo {
    width: 213px;
    height: 80px;
    background: url(../images/logo_sm.png) no-repeat center;
  }
  .header .common_width .fr,
  .nav {
    display: none;
  }
  .header .common_width .logo > a.peking {
    width: 52px;
  }
  .header .common_width .logo > a {
    width: 161px;
    height: 80px;
  }
  .header .nav_btn {
    float: right;
    width: 50px;
    height: 80px;
    display: block;
    background: url(../images/000.png) no-repeat center;
  }
  .page .page_tit {
    height: 170px;
  }
  .page .page_tit .common_width .crumbs {
    right: 15px;
    bottom: 40px;
    padding: 0 15px;
    background-color: rgba(0, 0, 0, 0.7);
  }
  .page .page_tit .common_width .history {
    background-color: rgba(0, 0, 0, 0.7);
  }
  .page > .common_width > .row .col-md-9 .pic_list ul {
    padding-left: 0;
  }
  .page > .common_width > .row .col-md-9 .pic_list ul li {
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 15px;
    height: auto;
  }
  .page > .common_width > .row .col-md-9 .pic_list ul li a {
    position: relative;
    height: auto;
  }
  .page > .common_width > .row .col-md-9 .pic_list ul li a .pic {
    width: 100%;
    height: 180px;
  }
  .page > .common_width > .row .col-md-9 .pic_list ul li a .txt {
    padding: 186px 0 0;
  }
  .footer .info {
    height: auto;
    background: url(../images/footer_bg.png) no-repeat center / cover;
  }
  .footer .info .f_links {
    width: auto;
    margin-bottom: 20px;
  }
  .footer .info .f_links ul {
    height: auto;
  }
  .footer .info .f_links ul li {
    width: 100%;
  }
  .footer .info .contact {
    padding-left: 0;
    margin-bottom: 20px;
  }
  .footer .info .rwm {
    float: left;
    margin-bottom: 10px;
  }
  .footer .copy_right {
    padding: 10px 15px;
    height: auto;
    line-height: 24px;
  }
  .page > .common_width > .row .col-md-9 .normal_list ul {
    padding-left: 0;
  }
  .page > .common_width > .row .col-md-9 .normal_list ul li a span.date {
    display: none;
  }
  .page > .common_width > .row .col-md-9 .normal_list ul li a p ,.page > .common_width > .row .col-md-9 .txt{
    padding-left: 0;
  }
  .page > .common_width > .row .col-md-9 .txt img {
    width: 100% !important;
	height: auto;
  }
  .page .history_box .history_item {
    padding-left: 0;
  }
  .page .history_box .lines {
    display: none;
  }
  .page .history_box {
    margin-bottom: 20px;
  }
  .page .history_box .history_item .col-md-4 a {
    height: 208px;
  }
  .floatwin {
    display: none;
  }
  #slide {
    height: 173px !important;
  }
  #slide a.more_btn {
    height: 30px;
    line-height: 30px;
    bottom: 20px;
    font-size: 16px;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
  }
  .main .item2 .swiper_btn {
    width: 100%;
    left: 0;
    margin-left: 0;
  }
  .main .container {
    width: 100%;
  }
  .main .item3 {
    height: auto;
    background: url(../images/item3_bg.png) no-repeat center / cover;
    padding: 55px 15px 30px;
  }
  .main .item4 {
    height: auto;
    padding: 45px 15px 20px;
  }
  .main .item4 .col-md-4 {
    margin-bottom: 20px;
  }
  .main .item5 ul li p {
    font-size: 12px;
  }
  .main .item5 ul li + li span {
    display: none;
  }
  .main .item5 {
    padding: 20px 0 16px;
  }
  .main .item4 .sw_tit {
    margin-top: 26px;
  }
  #slide .swiper_btn,
  .main .item1 .swiper_btn {
    display: none;
  }
  .main .item4 .swiper-container .swiper-slide li {
    width: 100%;
  }
  .main .item4 .swiper-container {
    height: auto;
    padding-bottom: 30px;
  }
  .main .item4 .swiper-container .swiper-slide li {
    text-align: center;
    padding-right: 0;
    margin-bottom: 5px;
  }
  .main .item4 .swiper-container .swiper-slide li strong {
    float: none;
  }
  .main .item4 .swiper-container .swiper-pagination {
    bottom: 0;
  }
  .main .item4 .swiper-container .swiper-slide li.m_p {
    padding-right: 0;
  }
  .main .item4 .swiper-container .swiper-slide .icon a {
    width: 100%;
    height: 134px;
    line-height: 242px;
    font-weight: bold;
  }
  .page > .common_width > .row .col-md-9 .teacher_list.xm_list .xm_box .xm_bar {
    border-radius: 10px;
    padding: 10px;
  }
  .page > .common_width > .row .col-md-9 .teacher_list.xm_list .xm_box ul li a {
    /*width: 60px;*/
  }
  .page > .common_width > .row .col-md-9 .teacher_list.zy_list {
    padding-left: 0;
  }
  .page > .common_width > .row .col-md-9 .teacher_list.zy_list .zy_box ul li > div table {
    text-align: center;
  }
  .page > .common_width > .row .col-md-9 .teacher_list.zy_list .zy_box ul li > div table td {
    padding: 6px;
    word-break: break-all;
    word-wrap: break-word;
  }
  .page > .common_width > .row .col-md-9 .teacher_list.zy_list .zy_box ul li > div table th {
    white-space: nowrap;
    padding: 0 6px;
    text-align: center;
  }
  .page > .common_width > .row .col-md-9 .teacher_content {
    padding: 20px 0 0;
  }
  .page > .common_width > .row .col-md-9 .teacher_content .info .info_r {
    padding-left: 0;
    padding-top: 178px;
  }
  .page > .common_width > .row .col-md-9 .teacher_content ul li {
    font-size: 15px;
    line-height: 36px;
  }
  .page > .common_width > .row .col-md-9 .teacher_content .info {
    margin-bottom: 20px;
  }
  .page > .common_width > .row .col-md-9 .chair_list {
    padding-left: 0;
  }
  .page > .common_width > .row .col-md-9 .chair_list ul li a span.date {
    display: none;
  }
  .page > .common_width > .row .col-md-9 .chair_list ul li a .chair_txt {
    padding-left: 0;
  }
  .page > .common_width > .row .col-md-9 .chair_list ul li a .chair_txt > div {
    border-radius: 8px;
    padding: 8px 15px;
  }
  .page > .common_width > .row .col-md-9 .donation{
    padding: 0;
  }
  .page > .common_width > .row .col-md-9 .donation h2{
    font-size: 20px;
    line-height: 28px;
  }
  .page > .common_width > .row .col-md-9 .donation .tab{
    height: auto;
    line-height: 36px;
  }
  .page > .common_width > .row .col-md-9 .donation .tab span{
    margin: 0;
    width: 100%;
    font-size: 16px;
  }
  .page > .common_width > .row .col-md-9 .donation .info .info_item .donation_btn{
    width: 100%;
  }
  #donation_slide{
    height: 110px !important;
  }
  .donation_page .swiper_btn{
    display: none;
  }
  .donation_page .info_item .common_width{
    background: none;
    padding-top: 20px;
  }
  .donation_page .info_item .common_width .fl{
    width: 100%;
    padding-bottom: 15px;
  }
  .donation_page .info_item,.donation_page .new_item,.donation_page .new_item ul{
    height: auto;
  }
  .donation_page .info_item{
  overflow:hidden;
  }
  .donation_page .new_item ul li{
    width: 100%;
  }
  .donation_page .new_item ul li+li{
    margin-left: 0;
    margin-top: 10px; 
  }
  .donation_page .new_item ul{
    padding-bottom: 15px;
  }
  .donation_page .thanks_item .support{
    padding: 15px;
  }
  .donation_page .thanks_item .support .leftbox img{
    height: auto;
  }
  .donation_page .thanks_item .support .rightbox{
    margin-top: 35px;
  }
  .donation_page .thanks_item .rightbox th{
    font-size: 12px;
    line-height: 16px;
  }
  .donation_page .thanks_item .rightbox td{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0 5px;
  }
  .donation_page .thanks_item .rightbox tr td:nth-child(3),.donation_page .thanks_item .rightbox tr th:nth-child(3),.donation_page .thanks_item .rightbox tr td:nth-child(4),.donation_page .thanks_item .rightbox tr th:nth-child(4){
    display: none;
  }
  .donation_page .tab_item .fr{
    display: none;
  }
  .pc_time{
    display: none;
  }
  .sj_time{
    display: block;
  }
  .donation_page .tab_item{
    padding: 20px 0;
  }
  .donation_page .tab_item .fl{
    width: 100%;
    border-top: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
  }
  .donation_page .tab_item .fl li{
    background: #fff url(../images/icon.png) no-repeat left 97px center;
    padding-left: 150px;
    position: relative;
  }
  .donation_page .tab_item .fl li:nth-child(2){
    background: #fff url(../images/icon12.png) no-repeat left 97px center;
  }
  .donation_page .tab_item .fl li:nth-child(3){
    background: #fff url(../images/icon13.png) no-repeat left 97px center;
  }
  .donation_page .tab_item .fl li:nth-child(4){
    background: #fff url(../images/icon14.png) no-repeat left 97px center;
  }
  .donation_page .tab_item .fl li:nth-child(5){
    background: #fff url(../images/icon15.png) no-repeat left 97px center;
  }
  .donation_page .tab_item .fl li.active,.donation_page .tab_item .fl li:hover{
    background: #9a0000 url(../images/icon_a.png) no-repeat left 97px center;
    color: #fff;
    border-bottom: 1px solid #9a0000;
  }
  .donation_page .tab_item .fl li:nth-child(2):hover,.donation_page .tab_item .fl li:nth-child(2).active{
    background: #9a0000 url(../images/icon12_a.png) no-repeat left 97px center;
  }
  .donation_page .tab_item .fl li:nth-child(3):hover,.donation_page .tab_item .fl li:nth-child(3).active{
    background: #9a0000 url(../images/icon13_a.png) no-repeat left 97px center;
  }
  .donation_page .tab_item .fl li:nth-child(4):hover,.donation_page .tab_item .fl li:nth-child(4).active{
    background: #9a0000 url(../images/icon14_a.png) no-repeat left 97px center;
  }
  .donation_page .tab_item .fl li:nth-child(5):hover,.donation_page .tab_item .fl li:nth-child(5).active{
    background: #9a0000 url(../images/icon15_a.png) no-repeat left 97px center;
  }
  .donation_page .tab_item .fl li a{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
	padding-left: 150px;
	color:#9a0000;
  }
   .donation_page .tab_item .fl li:hover a{color:#fff;}
  .donation .donation_window{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0;
    overflow: auto;
    padding: 30px 15px 35px;
  }
  .donation .donation_window .pay,.donation .donation_window .pay_info{
    width: 100%;
  }
  .donation .donation_window .pay .donation_btn{
    margin: 20px auto 37px;
  }
  .donation .donation_window .pay .rwm{
      background: url(../images/2_03.png) no-repeat center top 8px;
      padding: 168px 15px 0;
      height: 300px;
  }
  .donation .donation_window{
    overflow: auto;
  }
  #slide .swiper-pagination{
  	bottom: 24px;
  }
}

.banner {
  position: relative;
}
.slogan_click {
  width: 130px;
  height: 138px;
  background: url(../images/icon_anniversary.png) no-repeat center center;
  position: absolute;
  z-index: 5;
  top: -20px;
  right: 200px;
  cursor: pointer;
}
.anniversary_pic {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 10;
  transition: all 1s ease-out .1s;
  -webkit-transition: all 1s ease-out .1s;
  -moz-transition: all 1s ease-out .1s;
  -ms-transition: all 1s ease-out .1s;
  -o-transition: all 1s ease-out .1s;
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
}
.showDiv.anniversary_pic {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
}
.close_anniversary {
  width: 130px;
  height: 138px;
  background: url(../images/icon_anniversary_close.png) no-repeat center center;
  position: absolute;
  z-index: 5;
  top: 0px;
  right: 100px;
  cursor: pointer;
}
.commonA{
 display:block;
 width:100%;
 height:100%;
}