/* 公共文件 */
body,html{
  margin: 0;
  background-color: #f2f2f2;
}
.container {
  max-width: 1260px;
  padding: 0;
  /* overflow: hidden; */
}
.pbl_title{
  margin-top: 20px;
  color: #333;
  text-align: left;
  position: relative;
  font-size: 26px;
  font-weight: normal;
  border-bottom: 1px dashed #ddd;
  line-height: 40px;
  padding-left: 15px;
  margin-bottom: 10px;
  width: 100%;
  font-weight: bold;
}
.pbl_title::before{
  content: '';
  display: block;
  width: 5px;
  height: 20px;
  background: #0660b6;
  border-radius: 5px;
  position: absolute;
  top: 11px;
  left: 0;
}
.pbl_title > a{
  float: right;
  color: #999;
  font-size: 20px;
}
.row{
  margin: 0;
}
body{
  min-width: 1260px;
  overflow-x: hidden;
}
ul{
  padding: 0;
}
li{
  list-style: none;
}
a{
  text-decoration: none;
}
a:hover{
  text-decoration: none;
}

header{
  height: 200px;
    display: flex;
    align-items: self-end;
    justify-content: center;
    background-color: #1f38a7;
}
header img{
  /* margin-top: 15px; */
}
header .right_link {
  margin-top: 40px;
}
.overellip {
  width: 300px;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow:ellipsis
}


/* 首页 */
#index-nav{
  z-index: 999;
  min-width: 1200px;
  /* border-top: 1px solid #fff; */
  /* border-bottom: 1px solid #fff; */
  background:#0b176f;
  width: 100%;
  /* margin-top: -60px; */
  /* transform: translateY(-60px); */
}
#index-nav::before{
  content: '';
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
}
#index-nav::after{
  content: '';
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
}
#index-nav .navbar-brand{
  color: #fff;
}
#index-nav .navbar-light .navbar-nav .nav-link{
  color: #fff;
  font-size: 22px;
}
#index-nav .navbar-brand{
  padding-right: 5rem;
}
#index-nav .navbar{
  padding: 0;
  height: 3.75rem;
}
#index-nav .nav-item{
  padding: 2px 16px;
}

.dropdown:hover>.dropdown-menu {
  display: block;
}

.dropdown>.dropdown-toggle:active {
  pointer-events: none;
}
#index-nav .nav-item:focus, #index-nav .nav-item:hover{
  background:#1f38a7;
}
#index-nav .nav-item.active{
  background:#1f38a7;
}
.dropdown-menu{
  border-radius: 0;
  background:#0b176f;
  border: 0;
  color: #fff;
  /* margin-top: -2px!important; */
}
.dropdown-item{
  color: #fff;
  font-size: 20px;
  padding-left: .9375rem;
  padding: 0.8rem 1.5rem;
}
.dropdown-item span{
  font-size: 1.375rem;
  padding-right: .625rem;
}
#index-nav .dropdown-item.active{
  color: #fff;
  text-decoration: none;
  background-color: #1f38a7;
}
#index-nav .dropdown-item:focus, #index-nav .dropdown-item:hover{
  background-color: #1f38a7;
  color: #fff;
}


.indexbanner{
  text-align: center;
  background-color: #072de5;
}
/* index banner */
.wq_banner{
  min-width: 1200px;
}
.wq_banner .swiper-container{
  width: 100%;
  height: 100%;
}
.wq_banner .swiper-container-horizontal>.swiper-pagination-bullets, #banner .swiper-pagination-custom, #banner .swiper-pagination-fraction{
	bottom:30px;
	
}
.wq_banner .swiper-button-next{
	right: 50px;
	width: 41px;
	height: 69px;
	background: url(../images/icon-sildes.png) no-repeat -125px 50%;
}
.wq_banner .swiper-button-next:hover{
	background-position: -42px 50%;
}
.wq_banner .swiper-button-prev{
	left: 50px;
	width: 41px;
	height: 69px;
	background: url(../images/icon-sildes.png) no-repeat -84px 50%;
}
.wq_banner .swiper-button-prev:hover{
	background-position: 0 50%;
}
.wq_banner .swiper-pagination-bullet{
	transition: 2s;
}
.wq_banner .swiper-pagination-bullet-active{
	background:#0660b6;
	width: 20px;
	border-radius: 10px;
}
.wq_banner .swiper-slide-active{
  display: inline-block;
  transform: scale(1.05);
  transition: all 4s ease-out 0s;
}
.wq_banner .swiper-slide{
  text-align: center;
}
.wq_banner .swiper-slide h3{
  position: absolute;
  top: 0%;
  left: 10%;
  padding: 30px;
  color: #fff;
  font-size: 50px;
  transition: 1s;
  opacity: 0;
  text-shadow: 0.1em 0.1em 0.2em black;
  font-weight: normal;
}
.wq_banner .swiper-slide-active h3{
  top: 24%;
  opacity: 1;
}

/* 图文资讯 */
#banner {
  width: 100%;
  height: 250px;
  overflow: hidden;
}

#banner .swiper-container {
  width: 370px;
  height: 250px;
}

#banner .swiper-slide .detail {
  height: 50px;
  background: rgba(0, 0, 0, .7);
  position: absolute;
  width: 100%;
  bottom: 0;
  color: #fff;
  opacity: 0;
  transition: opacity .3s .3s;
}
#banner .swiper-slide .detail p{
  margin-top: 14px;
  margin-bottom: 0;
  padding-left:10px;
  font-size: 14px;
}
#banner .swiper-slide-active .detail {
  opacity: 1;
}
#banner .swiper-slide img {
  width: 370px;
  height: 250px;
}

#banner .swiper-pagination {
  bottom: 25px;
  right: 50px;
}

#banner .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #fff;
  margin: 0 5px;
}

/* 通知公告 */
.index_listbox .recommend{
  margin: 0;
}
.index_listbox .recommend li{
  display: flex;
}
.index_listbox .recommend li>div{
  height: 130px;
}
.index_listbox .recommend img{
  width: 150px;
  height: 110px;
  margin: 0 15px 10px 0;
  border: 3px solid #ddd;
}
.index_listbox .recommend .title{
  color: #0660b6;
  font-size: 16px;
}
.index_listbox .recommend p{
  color: #999;
  line-height: 22px;
	font-size: 13px;
  text-align: justify;
  margin-top: 5px;
  margin-bottom: 14px;
}
.index_listbox .recommend span{
  color: #999;
  float: right;
}
.index_listbox .news_list li{
  position: relative;
  line-height: 40px;
  padding-left: 15px;
  display: flex;
  justify-content: space-between;
}
.index_listbox .news_list li a{
  color: #666;
  font-size: 20px;
}
.index_listbox .news_list li span{
  color: #999;
}
.index_listbox .news_list li a:hover{
  color: #0660b6;
}
.index_listbox .news_list li::before{
  content: '';
  display: block;
  position: absolute;
  top: 12px;
  left: 0;
  width: 6px;
  height: 6px;
  background: #0660b6;
}

.index_newimg{
  margin-bottom: 10px;
}


.chengguo .col-md-8 p{
  text-indent: 2em;
  color: #666;
  font-size: 20px;
}
#indexvideo video{
  width: 100%;
  min-height: 230px;
}

/* 专业师资 */
.index_teacher .box{
  width: 180px;
  height: 236px;
  margin: 0 auto;
  /* background-color: red; */
  text-align: center;
}
.index_teacher .box img{
  width: 180px;
  height: 163px;
  background-color: #ddd;
}
.index_teacher .box h3{
  font-size: 18px;
  margin-top: 10px;
  transition: 0.5s;
  color: #333;
  z-index: 999;
}
.index_teacher .box p{
  position: relative;
  font-size: 14px;
  transition: 0.5s;
}
.index_teacher p::before{
  content: '';
  position: absolute;
  top: 34px;
  display: block;
  width: 100%;
  height: 73px;
  background-color: rgba(0, 0, 0, .3);
  transition: 0.5s;

}
.index_teacher .box:hover p::before{
  top: -39px;
}
.index_teacher .box:hover h3{
  color: #0660b6;
}
.index_teacher .box:hover p{
  color: #0660b6;
}
.index_teacher .swiper-button-next{
	right: 50px;
	width: 41px;
	height: 69px;
	background: url(../images/icon-sildes.png) no-repeat -125px 50%;
}
.index_teacher .swiper-button-next:hover{
	background-position: -42px 50%;
}
.index_teacher .swiper-button-prev{
	left: 50px;
	width: 41px;
	height: 69px;
	background: url(../images/icon-sildes.png) no-repeat -84px 50%;
}
.index_teacher .swiper-button-prev:hover{
	background-position: 0 50%;
}



/* 底部信息 */
footer{
  min-width: 1200px;
  height: 80px;
  background: #343642;
}
footer .container{
  height: 80px;
  display: flex;
}
footer .copy{
  text-align: center;
  background: #0660b6;
  color: #fff;
  line-height: 80px;
  font-size: 24px;
}
footer .foot_logo {
  margin: 50px 15px 0 0;
}

footer .footer_nav dl{
  float: left;
  color: #fff;
  margin: 56px 25px 0;
}
footer .footer_nav dl dt{
  font-size: 16px;
  margin-bottom: 5px;
}
footer .footer_nav dl a{
  color: #ccc;
  line-height: 25px;
  font-size: 14px;
}
footer .footer_nav dl img{
  width: 90px;
  margin-top: 10px;
}
footer .footer_nav dl:nth-child(4){
  text-align: left;
  line-height: 25px;
}
footer .footer_nav dl:nth-child(4) dd{
  color: #ccc;
}

/* 栏目列表 */
.brm{
  line-height: 50px;
  background-color: #fff;
  margin: 20px 0;
}
.brm a{
  font-size: 20px;
  color: #333;
  padding-right: 20px;
}
.brm a::after{
  content: '/';
  padding-left: 15px;
}

.listmain{
  background-color: #fff;
  padding: 0 20px;
}
.listmain .left ul{
  display: flex;
  padding-top: 20px;
  /*padding-bottom: 30px;*/
}
.listmain .left ul li{
  flex: auto;
  border: 2px solid #999;
  border-right: none;
  text-align: center;
}
.listmain .left ul li a{
  display: block;
  padding: 15px 10px;
  color: #333;
  font-size: 20px;
}
.listmain .left ul li:nth-last-of-type(1){
  border-right: 2px solid #999;
}
.listmain .left ul li.active a{
  color: #fff;
  background: #009cd9;
}
.listmain .left #dlist{
  border-top: 2px solid #999;
   border-bottom: 2px solid #999;
   display: none;
   line-height: 60px;
}
.listmain .left .on{
    display: block !important;
}
.listmain .left #dlist a{
  padding: 0 10px;
}
.listmain .left #dlist a:before{
  content: '◆';
  color: #333;
  font-size: 12px;
  padding-right: 5px;
}
.listmain .right{
  min-height: 500px;
}
.listmain .right p{
  font-size: 20px;
  text-align: justify;
}
.listmain .right table p{
    margin-bottom: 0;
    text-align: center;
}
.listmain .right table .firstRow{
  background: #b0d9f2;
    color: #333;
}
.listmain .right img{
  max-width: 1200px;
}
.listmain .right table tr:not(.firstRow):nth-of-type(2n+1){
  background: #f2f2f2;
}
.imgs{
  text-align: center;
}
.imgs span{
  padding: 10px 0 20px;
  display: inline-block;
}

.listmain tr,.listmain td{
	border:1px solid #ddd;
	line-height: 40px;
}

.kuaijie{
	display:flex;
}
.kuaijie dl{
  flex: auto;
	padding-top:10px;
	border: 1px solid #999;
	border-right: none;
  text-align: center;
}
.kuaijie dl:nth-last-of-type(1){
  border-right: 1px solid #999;
}
.kuaijie dl a:hover{
    color:#1f38a7;
}
.kuaijie dl dt{
	padding-bottom:10px;
  border-bottom: 1px solid #999;
  margin-bottom: 15px;
}
.kuaijie dl dt a{
  font-size: 22px;
  color: #333;
}
.kuaijie dl dd a{
  font-size: 20px;
  color: #666;
}