@media (min-width: 768px) {
  #index .banner2 {
    width: 100%;    height:630px;
    position: relative;
    overflow: hidden;
  }
  #index .footer .footer_pc .footer_bottom .right ul li div.twocodebanner2 #carousel-example-generic .item {
    overflow: hidden;
  }
  #index .banner2 #carousel-example-generic .item .banner2_pics_w {
    width: 200%;
    height: 630px;
  }
  #index .banner2 #carousel-example-generic .carousel-control .icon_left {
    position: absolute;
    top: 235px;
    width: 50px;
    height: 50px;
    display: inline-block;
    background: url('left.png') no-repeat;
    background-position: center center;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 100%;
    left: 50px;
  }
  #index .banner2 #carousel-example-generic .carousel-control .icon_right {
    position: absolute;
    top: 235px;
    width: 50px;
    height: 50px;
    display: inline-block;
    background: url('right.png') no-repeat;
    background-position: center center;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 100%;
    right: 50px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
#index .banner2 {
    width: 100%; height:100%;   
    position: relative;
    overflow: hidden;
  }
}

@media (max-width: 760px) {
  #index .banner2 {
    width: 100%;
    height: 200px;
    position: relative;
  }
  #index .banner2  h4{
position: absolute;
background-color: rgba(0,0,0,.4);
color:#fff;
font-size: 16px;
bottom:-10px;
overflow:hidden;
text-ovetflow:ellipsis;
white-space:nowrap;
width:100%;
padding:10px;
margin-left:15px;
} 
  #index .banner2 .item {
    height: 176px;
    overflow: hidden;
  }
  #index .banner2 .item .banner2_pics_m {
    width: 100%;
    height: auto;
  }
}
#index .banner2 .carousel .carousel-indicators {
  bottom: -6px;
}
#index .banner2 .carousel .carousel-indicators li {
  border: 1px solid #034470;
  background: #034470;
  opacity: 0.2;
  width: 8px;
  height: 8px;
}
#index .banner2 .carousel .carousel-indicators li.active {
  background: #034470;
  opacity: 1;
}
#index .div .title {
  margin-bottom: 46px;
}
#index .div .title .chinese {
  font-size: 28px;
  color: #01538b;
  display: inline-block;
  margin-right: 15px;
}
#index .div .title .english {
  font-size: 18px;
  color: #999;
}
#index .div .title .english b {
  font-weight: 100;
  font-size: 20px;
}
#index .main {
  clear: both;
}
@media (min-width: 1200px) {
  #index .main {
    background-color: #f4f2f2;
  }
}
@media (min-width: 768px) {
  #index .main {
    background-color: #f4f2f2;
padding-bottom:15px;
  }
}
@media (max-width: 768px) {
  #index .main {
    background-color: #f4f2f2;
  }
}
#index .main .title_1 {
  margin-bottom: 26px;
  background: rgba(0, 0, 0, 0.5);
  width: 80%;
  position: absolute;
  top: -190px;
  right: 0px;
}
#index .main .title_1 h1 {
  padding: 0;
  margin: 0;
  color: #fff;
  font-size: 24px;
  padding: 0px 35px;
  text-align: right;
  height: 82px;
  line-height: 80px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#index .main .menu {
  position: absolute;
  top: -73px;
  background: #fff;
  width: 100%;
  z-index: 2;
  left: 0;
}
#index .main .menu ul {
  font-size: 0px;
  margin: 0 auto;
}
#index .main .menu ul li {
  display: inline-block;
  height: 73px;
  line-height: 73px;
  text-align: center;
  font-size: 16px;
  border-left: 1px solid #F0F0F0;
  text-overflow: ellipsis;
  white-space: nowrap;

  background: #fff;
}
#index .main .menu ul li a {
  color: #11659e;
  display: inline-block;
  padding-left: 22px;
  position: relative;
  width: 90%;
  height: 100%;
}
#index .main .menu ul li a span {
  display: inline-block;
  width: 28px;
  height: 25px;
  position: absolute;
  left: 0px;
}
@media (min-width: 1200px) {
  #index .main .menu ul li a span {
    left: 0px;
  }
}
#index .main .menu ul li a span.school {
  background: url('../images/header/campus.png') no-repeat;
  top: 25px;
}
#index .main .menu ul li a span.book {
  background: url('../images/header/book.png') no-repeat;
  top: 25px;
}
#index .main .menu ul li a span.class {
  background: url('../images/header/courses.png') no-repeat;
  top: 28px;
}
#index .main .menu ul li a span.search {
  background: url('../images/header/seach.png') no-repeat;
  top: 25px;
}
#index .main .menu ul li a span.buy {
  background: url('../images/header/buy.png') no-repeat;
  top: 27px;
}
#index .main .menu ul li a span.message {
  background: url('../images/header/public.png') no-repeat;
  top: 27px;
}
#index .main .menu ul li a span.zx {
  background: url('../images/header/zx.png') no-repeat;
  top: 27px;
}
#index .main .menu ul li a span.oa {
  background: url('../images/header/oa.png') no-repeat;
  top: 27px;
}
#index .main .menu ul li a:active {
  background: #11659e;
  color: #fff;
}
#index .main .menu ul li li:hover {
  background: #11659e;
  color: #fff;
}
#index .main .menu ul li:first-child {
  border: none;
}
#index .main .menu ul li.act_li {
  background: #11659e;
}
#index .main .menu ul li.act_li a {
  color: #fff;
}
#index .main .menu ul li.act_li span.school {
  background: url('../images/header/campus_w.png') no-repeat;
}
#index .main .menu ul li.act_li span.book {
  background: url('../images/header/book_w.png') no-repeat;
}
#index .main .menu ul li.act_li span.class {
  background: url('../images/header/course_w.png') no-repeat;
}
#index .main .menu ul li.act_li span.search {
  background: url('../images/header/m_ws2.png') no-repeat;
}
#index .main .menu ul li.act_li span.buy {
  background: url('../images/header/Page1_w.png') no-repeat;
}
#index .main .menu ul li.act_li span.message {
  background: url('../images/header/Fill_w.png') no-repeat;
}
#index .main .box:after {
  content: "";
  clear: both;
  display: block;
  width: 0;
  height: 0;
}
#index .main .box {
  padding: 70px 0px;
  position: relative;
}
@media (max-width: 768px) {
  #index .main .box {
    padding: 0px;
  }
}
#index .main .box .left span.shi {
  display: inline-block;
  width: 525px;
  height: 531px;
  background: url('../images/header/shi.png') no-repeat;
  background-size: 400px 410px;
  position: absolute;
  top: -120px;
  left: -80px;
  z-index: 1;
}
@media (max-width: 768px) {
  #index .main .box .left {
    margin-top: 20px;
  }
}
#index .main .box .left .list {
  border-top: 1px solid #ccc;
}
#index .main .box .left .list ul li {
  padding: 10px 0px;

  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#index .main .box .left .list ul li .time {
  
}
@media (max-width: 600px) {
  #index .main .box .left .list ul li .time {
    width: 18%;
  }
}
#index .main .box .left .list ul li .time .date {
  font-size: 16px;
  font-family: ;
  color: #1872b0;
  display: inline-block;
  margin-right: 1px;border-right:1px solid #ccc;padding-right:15px;
}
#index .main .box .left .list ul li .time .year {
  font-size: 14px;
  color: #999;
margin-right: 50px;
  margin-top:0px;
  padding-left: 15px;
}
#index .main .box .left .list ul li .sentence {
  width: 78%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
@media (max-width: 600px) {
  #index .main .box .left .list ul li .sentence {
    width: 80%;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
#index .main .box .left .list ul li .sentence {
    width: 70%;
  }
}
#index .main .box .left .list ul li .sentence a .brief {
  color: #333;
  font-size: 16px;
  display: block;
  margin-bottom: 8px;
}
#index .main .box .left .list ul li .sentence .detial {
  color: #999;
  font-size: 12px;
}
#index .main .box .right .chinese_mob {
  float: left;
  font-size: 28px;
  color: #01538b;
}
#index .main .box .right .check {
  text-align: right;
  margin-top: 24px;
  margin-bottom: 40px;
  overflow: hidden;
  height: 40px;
}
@media (min-width: 768px) {
  #index .main .box .right .check {
    margin-bottom: 26px;
  }
}
#index .main .box .right .check a {
  display: inline-block;
  height: 28px;
  color: #2270a4;
  font-size: 16px;
  position: relative;
  padding-right: 35px;
}
@media (max-width: 768px) {
  #index .main .box .right .check a {
    color: #999;
    font-size: 14px;
    padding-top: 15px;
    float: right;
  }
#index .main .box .left .list ul li .time .year{display:none;}
#index .main .box .left .list ul li {
  padding: 10px 0px;

  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}


}
#index .main .box .right .check a span {
  display: inline-block;
  position: absolute;
  top: -3px;
  right: 2px;
}
#index .main .box .right .picbox {
  border-bottom: 1px solid #eee;
  background: #fff;
  clear: both;
}
@media (max-width: 768px) {
  #index .main .box .right .picbox {
    margin-top: 20px;
    border: none;
    background: transparent;
  }
}
@media (min-width: 996px) {
  #index .main .box .right .picbox {
    box-shadow: 0px 4px 4px #ccc;
  }
}
#index .main .box .right .picbox img {
  width: 100%;
}
#index .main .box .right .picbox .msg {
  padding: 25px 0px;
}
@media (min-width: 768px) {
  #index .main .box .right .picbox .msg {
    padding: 15px 20px 15px;
  }
}
#index .main .box .right .picbox .msg h5 {
  font-weight: bolder;
  font-size: 16px;
line-height:24px;
}
#index .main .box .right .picbox .msg p,
#index .main .box .right .picbox .msg span {
  color: #999;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 15px;
}
#index .news {
  padding-top: 15px;
  background: #fff;
}
@media (min-wdith: 768px) and (max-wdith: 1200px) {
  #index .news {
    padding-bottom: 30px;
  }
}
@media (min-wdith: 768px) {
  #index .news {
    padding-top: 70px;
  }
}
#index .news .title .more {
  display: inline-block;
  color: #999;
  position: relative;
  padding-right: 30px;
  font-size: 14px;
}
@media (min-width: 768px) {
  #index .news .title .more {
    font-size: 14px;
    margin-top: 18px;
  }
}
#index .news .title .more span {
  display: inline-block;
  position: absolute;
  top: -2px;
  right: 0;
}
#index .news .title .mores {
  display: inline-block;
  margin-top: -20px;
  color: #999;
  position: relative;
  padding-right: 30px;
  font-size: 14px;
}
@media (min-width: 768px) {
  #index .news .title .mores {
    font-size: 14px;
    margin-top: 18px;
  }
}
#index .news .title .mores span {
  display: inline-block;
  position: absolute;
  top: -2px;
  right: 0;
}
#index .news .bigbox {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  #index .news .bigbox {
    margin-bottom: 70px;
  }
}
#index .news .bigbox .top .picbox {
  margin: 0;
}
@media (max-width: 768px) {
  #index .news .bigbox .top .picbox {
    margin-bottom: 20px;
  }
}
#index .news .bigbox .top .picbox img {
  width: 100%;
  background: #a7939c;
}
#index .news .bigbox .top .picbox .msg {
  padding: 20px 0px;
}
#index .news .bigbox .top .picbox .msg h5 {
  font-weight: bolder;
  font-size: 16px;
line-height:24px;
}
#index .news .bigbox .top .picbox .msg p,
#index .news .bigbox .top .picbox .msg span {
  overflow: hidden;
  color: #999;
  font-size: 12px;
  line-height: 22px;
}
#index .news .bigbox .bottom ul li {
  margin-bottom: 20px;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#index .news .bigbox .bottom ul li .date {
  color: #999;
  display: inline-block;
  margin-right: 10px;
}
#index .news .bigbox .bottom ul li a {
  color: #333;
}
#index .news .smallbox .list {
  overflow: hidden;
}
#index .news .smallbox .list li {
  height: 65px;
  margin-bottom: 15px;
  padding: 0;
  position: relative;
}
#index .news .smallbox .list li .time {
  width: 65px;
  border: 1px solid #ccc;
  font-size: 16px;
  text-align: center;
  overflow: hidden;
}
#index .news .smallbox .list li .time .date {
  display: inline-block;
  height: 42px;
  color: #1872b0;
  line-height: 46px;
}
#index .news .smallbox .list li .time .year {
  display: inline-block;
  width: 100%;
  height: 20px;
  font-size: 12px;
  color: #fff;
  background: #1872b0;
}
#index .news .smallbox .list li .word {
  position: absolute;
  left: 90px;
  top: 0px;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
}
#index .news .smallbox .list li .word a {
  color: #333;
}
#index .learn {
  background: url('../images/header/lecture_mobile.png') no-repeat;
  background-position: center;
  background-size: cover;
  padding: 60px 0px;
  overflow: hidden;
}
@media (min-width: 768px) {
  #index .learn {
    background: url('../images/header/lecture.png') no-repeat;
    padding: 70px 0px 200px;
    background-size: cover;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  #index .learn {
    padding-bottom: 100px;
  }
}
#index .learn .title {
  margin-bottom: 50px;
}
@media (max-width: 996px) {
  #index .learn .title {
    margin-bottom: 10px;
  }
}
#index .learn .title .chinese {
  color: #fff;
  font-size: 28px;
  font-family: ;
  display: inline-block;
  margin-right: 15px;
}
.carousel-inner h4{
margin-left:20px;
}
@media (max-width: 996px) {
  #calendar .banner2,
  #sience .banner2,
  #staff .banner2,
  #teacher .banner2,
  #setting .banner2,
  #pass .banner2,
  #history .banner2,
  #leader .banner2,
  #symble .banner2,
  #brief .banner2,
  #view .banner2,
  #geust .banner2,
  #chair .banner2,
  #student .banner2,  #report_no .banner2,
  #examinee .banner2 {
    height: 200px;
    overflow: hidden;
  }
}
#calendar .banner2 .menucard,
#sience .banner2 .menucard,
#staff .banner2 .menucard,
#teacher .banner2 .menucard,
#chair .banner2 .menucard,
#setting .banner2 .menucard,
#pass .banner2 .menucard,
#history .banner2 .menucard,
#leader .banner2 .menucard,
#symble .banner2 .menucard,
#brief .banner2 .menucard,
#view .banner2 .menucard,
#geust .banner2 .menucard,
#student .banner2 .menucard,#report_no .banner2 .menucard,
#examinee .banner2 .menucard {
  background: #034470;
  opacity: 0.84;
}
@media (min-width: 768px) {
  #examinee .banner2 .menucard {
  padding:30px;
margin-top:90px;
}
  }
@media (min-width: 996px) {
  #calendar .banner2 .menucard,
  #sience .banner2 .menucard,
  #staff .banner2 .menucard,
  #teacher .banner2 .menucard,
  #setting .banner2 .menucard,
  #pass .banner2 .menucard,
  #history .banner2 .menucard,
  #leader .banner2 .menucard,
  #symble .banner2 .menucard,
  #brief .banner2 .menucard,
  #view .banner2 .menucard,
  #geust .banner2 .menucard,
    #chair .banner2 .menucard,
  #student .banner2 .menucard,  #report_no .banner2 .menucard,
  #leadermsg .banner2 .menucard,#calendar .banner2 .menucard,
 #sience .banner2 .menucard, #staff .banner2 .menucard, #teacher .banner2 .menucard, #setting .banner2 .menucard, #pass .banner2 .menucard, #history .banner2 .menucard, #leader .banner2 .menucard, #symble .banner2 .menucard, #brief .banner2 .menucard, #view .banner2 .menucard, #geust .banner2 .menucard, #chair .banner2 .menucard, #student .banner2 .menucard, #report_no .banner2 .menucard, #leadermsg .banner2 .menucard, #examinee .banner2 .menucard,
  #examinee .banner2 .menucard {
    padding: 30px;
    margin-top: 90px;
    color: #fff;
  }
}
@media (max-width: 996px) {
  #calendar .banner2 .menucard,
  #sience .banner2 .menucard,
  #staff .banner2 .menucard,
  #teacher .banner2 .menucard,
  #setting .banner2 .menucard,
  #pass .banner2 .menucard,
  #history .banner2 .menucard,
  #leader .banner2 .menucard,
  #symble .banner2 .menucard,
  #brief .banner2 .menucard,
  #view .banner2 .menucard,
  #geust .banner2 .menucard,
    #chair .banner2 .menucard,
  #student .banner2 .menucard,  #report_no .banner2 .menucard,
  #examinee .banner2 .menucard {
    text-align: center;
    color: #fff;
    font-size: 20px;
    margin-top: 90px;
    min-width: 130px;
  }
}
@media (min-width: 996px) {
  #calendar .banner2 .menucard .title,
  #sience .banner2 .menucard .title,
  #staff .banner2 .menucard .title,
  #teacher .banner2 .menucard .title,
  #setting .banner2 .menucard .title,
  #pass .banner2 .menucard .title,
  #history .banner2 .menucard .title,
  #leader .banner2 .menucard .title,
  #symble .banner2 .menucard .title,
    #chair .banner2 .menucard .title,
  #brief .banner2 .menucard .title,
  #view .banner2 .menucard .title,
  #geust .banner2 .menucard .title,  #report_no .banner2 .menucard .title,
  #student .banner2 .menucard .title,
  #examinee .banner2 .menucard .title {
    border-bottom: 1px solid #d6d6d6;
    margin-bottom: 20px;
  }
}
#calendar .banner2 .menucard .title .chinese,
#sience .banner2 .menucard .title .chinese,
#staff .banner2 .menucard .title .chinese,
#teacher .banner2 .menucard .title .chinese,
#setting .banner2 .menucard .title .chinese,
#pass .banner2 .menucard .title .chinese,
#history .banner2 .menucard .title .chinese,
#leader .banner2 .menucard .title .chinese,
#chair .banner2 .menucard .title .chinese,
#symble .banner2 .menucard .title .chinese,
#brief .banner2 .menucard .title .chinese,#report_no .banner2 .menucard .title .chinese,
#view .banner2 .menucard .title .chinese,
#geust .banner2 .menucard .title .chinese,
#student .banner2 .menucard .title .chinese,
#examinee .banner2 .menucard .title .chinese {
  font-family: FZDBSJW--GB1-0;
  line-height: 23px;
  height: 100%;
  display: inline-block;
  margin-bottom: -1px !important;
}
@media (min-width: 996px) {
  #calendar .banner2 .menucard .title .chinese,
  #sience .banner2 .menucard .title .chinese,
  #staff .banner2 .menucard .title .chinese,
  #teacher .banner2 .menucard .title .chinese,
  #setting .banner2 .menucard .title .chinese,
  #pass .banner2 .menucard .title .chinese,
  #history .banner2 .menucard .title .chinese,
  #leader .banner2 .menucard .title .chinese,
  #symble .banner2 .menucard .title .chinese,
    #chair .banner2 .menucard .title .chinese,
  #brief .banner2 .menucard .title .chinese,
  #view .banner2 .menucard .title .chinese,
  #geust .banner2 .menucard .title .chinese,  #report_no .banner2 .menucard .title .chinese,
  #student .banner2 .menucard .title .chinese,
  #examinee .banner2 .menucard .title .chinese {
    border-bottom: 3px solid #fff;
    padding-right: 16px;
    padding-bottom: 24px;
  }






}
@media (max-width: 996px) {
  #calendar .banner2 .menucard .title .chinese,
  #sience .banner2 .menucard .title .chinese,
  #staff .banner2 .menucard .title .chinese,
  #teacher .banner2 .menucard .title .chinese,
  #setting .banner2 .menucard .title .chinese,
  #pass .banner2 .menucard .title .chinese,
  #history .banner2 .menucard .title .chinese,
  #leader .banner2 .menucard .title .chinese,
  #symble .banner2 .menucard .title .chinese,
  #brief .banner2 .menucard .title .chinese,
  #view .banner2 .menucard .title .chinese,
    #chair .banner2 .menucard .title .chinese,  #report_no .banner2 .menucard .title .chinese,
  #geust .banner2 .menucard .title .chinese,
  #student .banner2 .menucard .title .chinese,
  #examinee .banner2 .menucard .title .chinese {
    padding: 24px;
    font-size: 20px;
    vertical-align: middle;
    text-align: center;
    margin: auto;
  }



}



}

@media (min-width: 768px) {
  #report_no .banner2,
  #calendar .banner2 {
    background: url('../images/header/jiaozhigong.png') no-repeat;
    background-position: center;
    background-size: cover;
  }
}
@media (max-width: 768px) {
  #report_no .banner2,
  #calendar .banner2 {
    background: url('../images/header/jzg.png') no-repeat;
    background-position: center;
    background-size: cover;
  }
}
#report_no .banner2 .menucard,
#calendar .banner2 .menucard {
  background: #034470;
  color: #fff;
}
@media (max-width: 768px) {
  #calendar .banner2 .menucard {
    padding: 30px;
  }
}
#report_no .banner2 .menucard .title .chinese,
#calendar .banner2 .menucard .title .chinese {
  font-size: 24px;
  font-family: ;
  height: 100%;
  display: inline-block;
}
#report_no .banner2 .menucard .title .english,
#calendar .banner2 .menucard .title .english {
  color: #fff;
  opacity: 0.8;
  font-size: 18px;
}
#report_no .banner2 .menucard .title .english b,
#calendar .banner2 .menucard .title .english b {
  font-size: 20px;
  font-weight: bold;
}
#report_no .banner2 .menucard .menu,
#calendar .banner2 .menucard .menu {
  width: 100%;
  overflow: hidden;
}
#report_no .banner2 .menucard .menu li,
#calendar .banner2 .menucard .menu li {
  display: inline-block;
}
#report_no .banner2 .menucard .menu li a,
#calendar .banner2 .menucard .menu li a {
  display: inline-block;
  margin-right: 5px;
  color: #fff;
}
#report_no .banner2 .menucard .menu li a:hover,
#calendar .banner2 .menucard .menu li a:hover {
  color: #999;
}
#report_no .content,
#calendar .content {
  padding: 50px 0px 90px;
}
#report_no .content .left .top,
#calendar .content .left .top {
  border: 8px solid #eee;
}
#report_no .content .left .top img,
#calendar .content .left .top img {
  width: 100%;
}
#report_no .content .left .bottom .share_a,
#calendar .content .left .bottom .share_a {
  margin-top: 20px;
  color: #333;
  font-size: 12px;
  font-family: PingFangSC-Regular;
}
@media (max-width: 768px) {
  #report_no .content .left .bottom .share_a,
  #calendar .content .left .bottom .share_a {
    display: block;
  }
}
@media (max-width: 768px) {
  #report_no .content .left .bottom .share,
  #calendar .content .left .bottom .share {
    padding: 0;
    margin-left: -5px;
  }
}
#report_no .content .left .bottom .share li,
#calendar .content .left .bottom .share li {
  display: inline-block;
}
#report_no .content .left .bottom .share li a,
#calendar .content .left .bottom .share li a {
  padding: 0;
  color: #333;
}
#report_no .content .left .bottom .share li span,
#calendar .content .left .bottom .share li span {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  background: #eee;
  margin-right: 5px;
  margin-top: 20px;
}
@media (max-width: 768px) {
  #report_no .content .left .bottom .share li span,
  #calendar .content .left .bottom .share li span {
    margin-right: 17px;
  }
}
#calendar .content .left .bottom .share li span.weibo {
  background: url('../images/header/weibo.png');
}
#calendar .content .left .bottom .share li span.weixin {
  background: url('../images/header/weixin.png');
}
#calendar .content .left .bottom .share li span.zhihu {
  background: url('../images/header/zhihu.png');
}
#calendar .content .left .bottom .share li span.douban {
  background: url('../images/header/douban.png');
}
#calendar .content .left .bottom .share li span.qq {
  background: url('../images/header/qq.png');
}
#calendar .content .left .bottom .share li span.f {
  background: url('../images/header/f.png');
}
#calendar .content .left .bottom .share li span.t {
  background: url('../images/header/t.png');
}
#calendar .content .left .bottom .share li span.weibo:hover {
  background: url('../images/header/weibo fill.png');
}
#calendar .content .left .bottom .share li span.weixin:hover {
  background: url('../images/header/weixin fill.png');
}
#calendar .content .left .bottom .share li span.zhihu:hover {
  background: url('../images/header/zhihu fill.png');
}
#calendar .content .left .bottom .share li span.douban:hover {
  background: url('../images/header/douban fill.png');
}
#calendar .content .left .bottom .share li span.qq:hover {
  background: url('../images/header/qq fill.png');
}
#calendar .content .left .bottom .share li span.f:hover {
  background: url('../images/header/f fill.png');
}
#calendar .content .left .bottom .share li span.t:hover {
  background: url('../images/header/t fill.png');
}
#sience .banner2 {
  background-position: center;
}
@media (min-width: 768px) {
  #sience .banner2 {
    background: url('../images/header/jiaozhigong.png') no-repeat;
    background-position: center;
    background-size: cover;
  }
}
@media (max-width: 768px) {
  #sience .banner2 {
    background: url('../images/header/jzg.png') no-repeat;
    background-position: center;
    background-size: cover;
  }
}
#sience .content .left img {
  width: 100%;
  margin-bottom: 22px;
}
#sience .content .left div {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  #sience .content .left div {
    margin-bottom: 18px;
  }
}
#staff .banner2 {
  background-position: center;
}
@media (min-width: 768px) {
  #staff .banner2 {
    background: url('../images/header/jiaozhigong.png') no-repeat;
    background-position: center;
    background-size: cover;
  }
}
@media (max-width: 768px) {
  #staff .banner2 {
    background: url('../images/header/jzg.png') no-repeat;
    background-position: center;
    background-size: cover;
  }
}
#staff .content .left .table h4 {
  padding-left: 30px;
  position: relative;
  margin-bottom: 20px;
  font-weight: bold;
}
#staff .content .left .table h4 span {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 19px;
  height: 20px;
  background: #ccc;
  bottom: 0;
}
#staff .content .left .table h4 span.thing {
  background: url('../images/header/zhinan.png') no-repeat;
}
#staff .content .left .table h4 span.edu {
  background: url('../images/header/ky.png') no-repeat;
}
#staff .content .left .table h4 span.serve {
  background: url('../images/header/huodong.png') no-repeat;
}
#staff .content .left .table table {
  margin-bottom: 40px;
}
#staff .content .left .table table tr {
  width: 100%;
}
#staff .content .left .table table tr td {
  padding: 15px 0px;
  text-align: center;
  border: 1px solid #ccc;
  width: 1%;
}
#teacher .banner2 {
  background-position: center;
}
@media (min-width: 768px) {
  #teacher .banner2 {
    background: url('../images/header/siziduiwu.png') no-repeat;
    background-position: center;
    background-size: cover;
  }
}
@media (max-width: 768px) {
  #teacher .banner2 {
    background: url('../images/header/szdw.png') no-repeat;
    background-position: center;
    background-size: cover;
  }
}
#teacher .content .left .word {
  line-height: 24px;
  color: #333;
  font-size: 14px;
  text-align: justify;
  margin-bottom: 40px;
}
#teacher .content .left .listbox {
  overflow: hidden;
}
#teacher .content .left .listbox .list h4 {
  font-weight: bolder;
  font-size: 16px;
  margin-op: 30px;
  margin-bottom: 10px;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#teacher .content .left .listbox .list span {
  color: #1e76b2;
  font-size: 14px;
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 10px;
}
#teacher .content .left .listbox .list table tr:nth-child(odd) {
  background: #eee;
  border: none;
}
#teacher .content .left .listbox .list table tr:nth-child(even) {
  background: #fff;
  border: none;
}
#teacher .content .left .listbox .list table tr td {
  width: 15%;
  padding: 15px 0px;
  padding-left: 20px;
  border-top: none;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;}
#setting .banner2 {
  background-position: center;
}
@media (min-width: 768px) {
  #setting .banner2 {
    background: url('../images/header/jigoushezhi.png') no-repeat;
    background-size: cover;
  }
}
@media (max-width: 768px) {
  #setting .banner2 {
    background: url('../images/header/jgsz.png') no-repeat;
    background-size: cover;
  }
}
#setting .content .left .listbox {
  overflow: hidden;
}
#setting .content .left .listbox .list h4 {
  font-weight: bolder;
  font-size: 16px;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 27px;
}
#setting .content .left .listbox .list span {
  color: #1e76b2;
  font-size: 14px;
  display: inline-block;
  margin: 10px 0px;
}
@media (min-width: 768px) {
  #setting .content .left .listbox .list table {
    margin-bottom: 50px;
  }
}
#setting .content .left .listbox .list table tr:nth-child(odd) {
  background: #eee;
  border: none;
}
#setting .content .left .listbox .list table tr:nth-child(even) {
  background: #fff;
  border: none;
}
#setting .content .left .listbox .list table tr td {
  text-align: left;
  width: 1%;
  padding: 15px 0px;
  border-top: none;
  padding: 15px 20px;
}
#setting .content .left .listbox .list table tr td span {
  color: #333;
}
@media (max-width: 768px) {
  #setting .content .left .listbox .list table tr td span {
    display: block;
    color: #333;
  }
}
#pass .banner2 {
  background-position: center;
}
@media (max-width: 768px) {
  #pass .banner2 {
    background: url('../images/header/lrld.png') no-repeat;
    background-size: cover;
  }
}
@media (min-width: 768px) {
  #pass .banner2 {
    background: url('../images/header/lirenlingdao.png') no-repeat;
    background-size: cover;
  }
}
@media (min-with: 768px) {
  #pass .content .left {
    border-top: 1px solid #ccc;
  }
}
#pass .content .left .past {
  width: 492px;
  margin: 0 auto;
  margin-top: 35px;
}
#history .banner2 {
  background-position: center;
}
@media (max-width: 768px) {
  #history .banner2 {
    background: url('../images/xianrld_mobile.png') no-repeat;
    background-size: cover;
  }
}
@media (min-width: 768px) {
  #history .banner2 {
    background: url('../images/xianrld.png') no-repeat;
    background-size: cover;
  }
}
#history .content .left .pastsss {
  width: 654px;
  margin: 0 auto;
  margin-top: 35px;
}
#leader .banner2 {
  background-position: center;
}
@media (max-width: 768px) {
  #leader .banner2 {
    background: url('../images/xianrld_mobile.png') no-repeat;
    background-size: cover;
  }
}
@media (min-width: 768px) {
  #leader .banner2 {
    background: url('../images/xianrld.png') no-repeat;
    background-size: cover;
  }
}









#leader .content .left .photo {
  overflow: hidden;
  margin-bottom: 32px;
  height: 174px;
}
#leader .content .left .photo img {
  margin-right: 45px;
}
#leader .content .left .photo .msg {
  text-overflow: ellipsis;
  overflow: hidden;
}
#leader .content .left .photo .msg .position {
  font-weight: bolder;
  color: #01538b;
  font-size: 16px;
  margin-bottom: 20px;
  display: block;
  line-height: 21px;
}
@media (max-width: 768px) {
  #leader .content .left .photo .msg .position {
    font-weight: bolder;
    color: #01538b;
    font-size: 14px;
    margin-bottom: 15px;
    display: block;
    line-height: 19px;
  }
}
#leader .content .left .photo .msg .name {
  color: #333;
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  #leader .content .left .photo .msg .name {
    color: #333;
    font-size: 14px;
    margin-bottom: 6px;
    display: block;
    line-height: 19px;
  }
}
#leader .content .left .photo .msg .expe {
  height: 70px;
  overflow: hidden;
  display: block;
  color: #999;
  font-size: 12px;
  line-height: 22px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  #leader .content .left .photo .msg .expe {
    color: #999;
    height: 75px;
    font-size: 12px;
    margin-bottom: 15px;
    display: block;
    line-height: 18px;
  }
}
#leader .content .left .photo .msg a {
  color: #333;
  font-size: 12px;
  position: relative;
}
.backtop{
 width:45px;
 height: 45px;
 border-radius: 4px;
 border:1px solid #e5e5e5;
 box-shadow: 0px 2px 6px #e5e5e5;
 position: fixed;
 bottom:15px;
 right: 15px;
 background: url('../images/header/top.png') no-repeat;
 background-color: #fff;
 background-position: center;
 display: none;
 cursor: pointer;
}
#leader .content .left .photo .msg a span {
  width: 14px;
  position: relative;
  height: 14px;
  display: inline-block;
  background: #1e76b2;
  color: #fff;
  top: 3px;
  left: 10px;
  background: url('../images/header/arrow.png') no-repeat;
}
#symble .banner2 {
  background-position: center;
}
@media (min-width: 768px) {
  #symble .banner2 {
    background: url('../images/header/xxbz1.png') no-repeat;
    background-size: cover;
  }
}
@media (max-width: 768px) {
  #symble .banner2 {
    background: url('../images/header/xxbz.png') no-repeat;
    background-position: center center;
    background-size: cover;
  }
}
#symble .content,
#brief .content {
  padding: 50px 0px;
}
#symble .content .left .box,
#brief .content .left .box {
  margin-bottom: 30px;
}
#symble .content .left .box h4,
#brief .content .left .box h4 {
  margin: 0;
  font-size: 16px;
  font-weight: bolder;
  margin-bottom: 10px;
  color: #333;
  line-height: 21px;
}
#symble .content .left .box span,
#brief .content .left .box span {
  font-size: 12px;
  font-weight: normal;
  color: #999;
  line-height: 22px;
  text-align: justify;
}
#symble .content .left .box img.english,
#brief .content .left .box img.english {
  margin-left: 30px;
}
#symble .content .left .box img.box1,
#brief .content .left .box img.box1 {
  margin-bottom: 24px;
  width: 100%;
}
#symble .content .left .box img.box2,
#brief .content .left .box img.box2 {
  margin: 30px 0px;
  width: 100%;
}
#symble .content .left .box img.box3,
#brief .content .left .box img.box3 {
  margin: 30px 0px;
  width: 100%;
}
#symble .content .left .box img.box4,
#brief .content .left .box img.box4 {
  margin: 30px 0px;
  width: 100%;
}
@media (max-width: 768px) {
  #symble .content .left .box img,
  #brief .content .left .box img {
    text-align: center;
    display: block;
    margin: 0 auto;
    width: 100%;
  }
}
@media (max-width: 768px) {
  #symble .content .left .box img.box1,
  #brief .content .left .box img.box1 {
    margin: 30px 0px;
  }
}
@media (max-width: 768px) {
  #symble .content .left .box img.box2,
  #brief .content .left .box img.box2 {
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
#symble .content .left .box img.box4,
#brief .content .left .box img.box4 {
  width: 100%;
}
@media (max-width: 768px) {
  #symble .content .left .box img.box4,
  #brief .content .left .box img.box4 {
    margin: 20px 0px;
  }
}
#symble .content .left .box img.box5,
#brief .content .left .box img.box5 {
  margin: 20px 0px;
  padding: 30px 0px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  width: 100%;
}
#symble .content .left .box img.box6,
#brief .content .left .box img.box6 {
  margin: 20px 0px;
  padding: 30px 0px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  width: 100%;
}
@media (max-width: 768px) {
  #symble .content .left .box .ch_fa,
  #brief .content .left .box .ch_fa {
    margin-top: 20px;
    margin-bottom: 0;
    display: inline-block;
  }
}
#symble .content .left .box .wordbox p,
#brief .content .left .box .wordbox p {
  font-size: 14px;
  font-weight: normal;
  color: #333;
  line-height: 26px;
  text-align: justify;
}
#symble .content .left .box .wordbox a,
#brief .content .left .box .wordbox a {
  color: #333;
  font-size: 14px;
  margin: 20px 0px;
}
#symble .content .left .box .wordbox span,
#brief .content .left .box .wordbox span {
  font-size: 12px;
  color: #999;
}
#brief .banner2 {
  background: url('../images/header/xygkbanner2.png') no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  #brief .banner2 {
    background: url('../images/header/xxjj.png') no-repeat;
    background-position: center center;
    background-size: cover;
  }
}
#brief .content .left .box span.en_tab {
  font-size: 16px;
  color: #999;
  display: inline-block;
  width: 100%;
  font-family: TrajanPro-Regular;
  margin-left: 40px;
}
#brief .content .left .box h5 {
  font-size: 14px;
  font-size: 14px;
  font-weight: bolder;
  color: #333;
  margin: 15px 0px;
  line-height: 19px;
 top:20px;
 left:0px;
}
@media (min-width: 768px) {
  #brief .content .left .box h5 {
    display: inline-block;
  }
}
#brief .content .left .box ul.list {
  padding: 5px 0px;
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
}
#brief .content .left .box ul.list li {
  list-style-type: disc;
  margin: 10px 0px;
  margin-left: 15px;
}
#brief .content .left .box .mg36 {
  margin-bottom: 36px;
}
#brief .content .left .box img.box8 {
  margin-bottom: 30px;
  width: 100%;
}
#brief .content .left .box .contact {
  border-bottom: 1px solid #e5e5e5;
}
#brief .content .left .box .contact li {
  padding: 15px 0px;
  border-top: 1px solid #e5e5e5;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-left:120px;
 position:relative;
}
#brief .content .left .box .contact li h5 {
  font-size: 14px;
  margin-right: 30px;
  margin: 0;position:absolute;
}
@media (max-width: 768px) {
  #brief .content .left .box .contact li h5 {
    padding-bottom: 10px;position:absolute;

  }
}
#brief .content .left .box .contact li span {
  display: inline-block;
  margin-left: 30px;
  color: #333;
  font-size: 14px;
  line-height: 28px;
}
@media (max-width: 768px) {
  #brief .content .left .box .contact li span {
    display: block;
    color: #333;
    font-size: 14px;
    line-height: 28px;
    margin: 0;
  }
}
#brief .content .left .school {
  margin-bottom: 0px;
}
#brief .content .left .edu {
  margin-bottom: 0px;
}
#brief .content .left .picbox {
  margin-bottom: 20px;
}
#brief .content .left .picbox img.pic {
  width: 100%;
  margin: 30px 0px;
}
#brief .content .left .mapbox img {
  width: 100%;
}
#brief .mapbox_mob img {
  width: 100%;
}
#view .banner2 {
  background-position: center;
}
@media (min-width: 768px) {
  #view .banner2 {
    background: url('../images/header/2overview.png') no-repeat;
    background-size: cover;
  }
}
@media (max-width: 768px) {
  #view .banner2 {
    background: url('../images/header/xyfj.png') no-repeat;
    background-position: center center;
    background-size: cover;
  }
}
#view .content .left button {
  position: absolute;
  bottom: 20px;
}
@media (max-width: 768px) {
  #view .imgs-grid .imgs-grid-image .image-modal .title {
    font-size: 12px;
    margin: 4px auto;
  }
}
@media (max-width: 768px) {
  #view .imgs-grid .imgs-grid-image .image-modal .info {
    font-size: 8px;
    margin: 2px auto;
  }
}
@media (max-width: 768px) {
  #view .imgs-grid .imgs-grid-image .image-modal .image-box {
    border: 1px solid #eee;
  }
}
#geust .banner2 {
  background-position: center;
}
@media (min-width: 768px) {










  #geust .banner2 {
    background: url('../images/header/visitor_banner2.png') no-repeat;
    background-size: cover;
  }
}
@media (max-width: 768px) {
.bg2{
background-color:#F4F2F2!important;
}
  #geust .banner2 {
    background: url('../images/header/visitor_banner2_m.png') no-repeat;
    background-size: cover;
  }
}
#geust .content .left div {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  #geust .content .left div {
    margin-bottom: 20px;
  }
}
#geust .content .left div img {
  width: 100%;
  margin-bottom: 22px;
}
#geust .content .left div span {
  display: inline-block;
  width: 100%;
  text-align: center;
}
#student .banner2 {
  background-position: center;
}
@media (min-width: 768px) {
  #student .banner2 {
    background: url('../images/header/xsbanner2.png') no-repeat;
    background-position: center;
    background-size: cover;
  }
}
@media (max-width: 768px) {
  #student .banner2 {
    background: url('../images/header/xsbanner2_m.png') no-repeat;
    background-position: center;
    background-size: cover;
  }
}
#student .content .left .table h4 {
  padding-left: 30px;
  position: relative;
  margin-bottom: 20px;
  font-weight: bold;
}
#student .content .left .table h4 span {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 24px;
  height: 20px;
  background: #ccc;
  bottom: 0;
}
#student .content .left .table h4 span.thing {
  background: url('../images/header/jyjx1.png') no-repeat;
}
#student .content .left .table h4 span.serve {
  background: url('../images/header/huodong.png') no-repeat;
}
#student .content .left .table table {
  margin-bottom: 40px;
}
#student .content .left .table table tr {
  width: 100%;
}
#student .content .left .table table tr td {
  padding: 15px 0px;
  text-align: center;
  border: 1px solid #ccc;
  width: 1%;
}
#examinee .banner2 {
  background-position: center;
}
@media (min-width: 768px) {
  #examinee .banner2 {
    background: url('../images/header/ksbanner2.png') no-repeat;
    background-position: center;
    background-size: cover;
  }
}
@media (max-width: 768px) {
  #examinee .banner2 {
    background: url('../images/header/ksbanner2_m.png') no-repeat;
    background-position: center;
    background-size: cover;
  }
}
#examinee .content .left .table h4 {
  padding-left: 30px;
  position: relative;
  margin-bottom: 20px;
  font-weight: bold;
}
#examinee .content .left .table h4 span {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 24px;
  height: 20px;
  background: #ccc;
  bottom: 0;
}
#examinee .content .left .table h4 span.thing {
  background: url('../images/header/zx.png') no-repeat;
}
#examinee .content .left .table h4 span.serve {
  background: url('../images/header/huodong.png') no-repeat;
}
#examinee .content .left .table table {
  margin-bottom: 40px;
}
#examinee .content .left .table table tr {
  width: 100%;
}
#examinee .content .left .table table tr td {
  padding: 15px 0px;
  text-align: center;
  border: 1px solid #ccc;
  width: 1%;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.header_mob {
  overflow: hidden;
  background: #01538b;
  height: 50px;
  padding: 0;
}
.header_mob .title_mob img {
  margin-top: 10px;
  width: 133px;
}
.header_mob .list_mob .icon_box {
  position: relative;
}
.header_mob .list_mob .icon_box a.list_icon {
  position: absolute;
  right: 10px;
  top: 15px;
  width: 30px;
  height: 30px;
  background: url('../images/header/rightnav_mobile.png') no-repeat;
}
.header_mob .list_mob .icon_box a.close_icon {
  position: absolute;
  right: 6px;
  top: 15px;
  display: none;
  width: 30px;
  height: 30px;
  background: url('../images/header/close.png') no-repeat;
}
.navbox_mob {
  display: none;
}
.navbox_mob .search_mob {
  background: #eee;
  padding: 10px 15px;
  border: none;
  position: relative;
}
.navbox_mob .search_mob .search_span {
  width: 30px;
  height: 30px;
  z-index: 999;
  position: absolute;
  top: 20px;
  left: 25px;
  background: url('../images/header/menu_search.png') no-repeat;
}
.navbox_mob .search_mob input {
  color: #999;
  font-size: 12px;
  padding-left: 30px;
}
.navbox_mob .menu_parent li.actives {
  background: #1E76B2;
}
.navbox_mob .menu_parent li.actives a {
  color: #fff;
}
.navbox_mob .menu_parent li {
  border-bottom: 1px solid #d5d5d5;
  position: relative;
}
.navbox_mob .menu_parent li a {
  display: inline-block;
  padding: 15px;
  color: #333;
  font-size: 15px;
  font-family: ;
}
.navbox_mob .menu_parent li a .btn_icon {
  width: 20px;
  height: 20px;
  display: inline-block;
}
.navbox_mob .menu_parent li a .btn_icon span.xiala {
  position: absolute;
  right: 5px;
  top: 24px;
  width: 30px;
  height: 30px;
  display: inline-block;
  background: url('../images/header/xiala.png') no-repeat;
}
.navbox_mob .menu_parent li a .btn_icon span.shouhui {
  position: absolute;
  right: 5px;
  top: 24px;
  width: 30px;
  height: 30px;
  display: inline-block;
  background: url('../images/header/shouhui2.png') no-repeat;
}
#chair .banner2,
#exchange .banner2,
#report .banner2,
#report_no .banner2 {
  background: url('../images/header/xssd_b.png') no-repeat;
  background-size: cover;
}
#report_no .content .left .report_top .title h2 {
  font-weight: bolder;color:#333;
  margin-bottom: 20px;
  margin-top: 0px;
}
#student .content .left .report_top .title h2 {
  font-weight: bolder;
  margin-bottom: 20px;
  margin-top: 0px;
}
#staf .content .left .report_top .title h2 {
  font-weight: bolder;
  margin-bottom: 20px;
  margin-top: 0px;
}
#student .content .left .report_top .title p {
  color: #999;
  font-size: 12px;
  font-weight: 100;
  line-height: 22px;
  margin-bottom: 50px;
}
#report_no .content .left .report_top .title p {
  color: #999;
  font-size: 14px;
  font-weight: 100;
  line-height: 22px;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  #report_no .content .left .report_top .title p {
    margin-bottom: 30px;
  }
}
#report_no .content .left .report_top .title p a {
  color: #999;
}
#report_no .content .left .report_top .book_msg {
  padding-left: 0px;
}
#report_no .content .left .report_top .book_msg .wordbox {
  overflow: hidden;
}
#report_no .content .left .report_top .book_msg .wordbox p {
  position: relative;
  line-height: 30px;font-size: 16px;

}
#report_no .content .left .report_top .book_msg .wordbox p b {
  position: absolute;
  display: inline-block;
  width: 80px;
  text-align: right;
  font-size: 14px;
  left: 0;
}
#report_no .content .left .report_top .book_msg .wordbox p span.specail {
  color: #999;
}
@media (max-width: 768px) {
  #chair .banner2,
  #exchange .banner2,
  #report .banner2,
  #report_no .banner2 {
    background: url('../images/header/xssd_m.png') no-repeat;
    background-position: center center;
    background-size: cover;
  }
#report_no .content .left .report_top .book_msg .wordbox img{
width: 100%;
}
}
.navbox_mob .menu_parent li .menu_son {
  width: 100%;
  display: block;
  background: #eee;
}
.navbox_mob .menu_parent li .menu_son a {
  width: 32%;
  color: #333;
  font-size: 12px;
}
.navbox_mob .menu_parent li .menu_son a.active {
  color: #1872b0;
}
.navbox_mob .nav_link .top_m {
  background: #1E76B2;
  padding: 11px 0px;
  height: 40px;
  overflow: hidden;
}
.navbox_mob .nav_link .top_m li {
  margin: 0 -2px;
  width: 20%;
  display: inline-block;
  border-right: 1px solid #fff;
  text-align: center;
  position: relative;
}



 
  #index .banner2 #carousel-example-generic .carousel-inner .carousel-banner2 {
    position: absolute;
    width: 100%;
  }
  #index .banner2 #carousel-example-generic .carousel-inner .container {
    margin: 0 auto;
  }
  #index .banner2 #carousel-example-generic .carousel-inner .carousel-caption {
    margin-top:20px;  margin-right:250px;
    background: rgba(0, 0, 0, 0.5);
    height: 70px;
    text-align: right;
    padding: 20px 30px;
    position: relative;
    width: auto;
    float: right;
  }
  #index .banner2 #carousel-example-generic .carousel-inner .carousel-caption h3 {
    padding: 0;
    margin: 0;
    color: #fff;
    font-size: 24px;
    text-align: right;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  #index .banner2 #carousel-example-generic .carousel-inner .carousel-caption h3 a {
    color: #fff;
  }

@media (min-width: 768px) and (min-width: 1279px) {
  #index .banner2 #carousel-example-generic .carousel-inner .carousel-banner2 {
    top: 450px;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  #index .banner2 #carousel-example-generic .carousel-inner .carousel-banner2 {
    bottom: 130px;
  }
}
