
/*模块*/
.tab-title{
	overflow: hidden;
	white-space: nowrap;
}
.tab-title>li{
	display: inline-block;
	font-size: 18px;
	padding:0 10px 0 10px;
	position: relative;
	padding-bottom: 5px;
}
.tab-title>li.active{
	color: #224f78;
}
.tab-title>li>span, .tab-title>li>a{
	padding-bottom: 3px;
}
.tab-title>li:first-child{
	color: #224e7b;
	font-weight: bold;
	padding-left: 0;
}
.tab-title>li:first-child>span{
	border-bottom: solid 4px #224e7b;
}
.tab-title>li:last-child{
	padding-right: 0;
}
.tab-title>li:last-child>.vertical-line{
	display: none;
}
.tab-box .tab-title{
	border-bottom: solid 1px #c6c9c7;
	font-size: 0;
}
.tab-box .vertical-line{
	display: inline-block;
	width: 1px;
	height: 70%;
	right: 0;
	background-color: #c6c9c7;
	position: absolute;
	top: 4px;
}
.tab-box .content-box{
	display: none;
}
.tab-box .content-box:first-child{
	display: block;
}
.tab-box .content-box>li{
	padding: 8px 0;
}
.tab-box .content-box>li.more{
	text-align: right;
}
.tab-box .circle{
	display: inline-block;
	width: 8px;
	height: 8px;
	background-color: #bdbdbd;
	border-radius: 50%;
	position: relative;
	top: -1px;
	margin-right: 10px;
	background-image: url(../img/circle3.png) \9;
	background-color: transparent \9;
}
.tab-box .content-box>li{
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.tab-box .icon-more{
	margin-left: 5px;
}


/*左侧导航*/
.menu-list{
	padding:0 15px 0 5px;
	border-top: solid 1px #c6c9c7;
	padding-bottom: 15px;
}
.menu-list>li{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	border-bottom: dashed 1px #d7dbde;
}
.menu-list>li:last-child{
	border: 0;
}
.menu-list.last{
	padding-bottom: 0;
}

/*中间部分*/
.middle-box{
	padding: 0 10px 0 0;
}
.right-box{
	padding: 0 0 0 5px;
}
.left-box{
	padding: 0 20px 0 0;
}

/*banner*/
.banner-box{
	height: 490px;
	overflow:hidden;
	margin-bottom: 20px;
}
.banner-box .swiper-slide img{
	width: 100%;
}
.banner-box .pagination{
	position: absolute;
	z-index: 20;
	bottom: 10px;
	width: 100%;
	padding-right: 20px;
	text-align: right;
}
.banner-box .swiper-pagination-switch{
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 8px;
	background-color: #004EA1;
	margin: 0 5px;
	opacity: .8;
	cursor: pointer;
	background-color: transparent \9;
	background-image: url(../img/circle2.png) \9;
}
.banner-box .swiper-active-switch {
  background-color: #999;
  opacity: 1;
  background-color: transparent \9;
  background-image: url(../img/circle1.png) \9;
}

/*资料下载*/
.download-box{
	overflow:hidden;
	text-align: center;
}
.download-box>li{
	padding: 11px 0;
	border-bottom: dashed 1px #d7dbde;
	box-sizing: border-box;
}

/*展示模块*/
.show-line{
	margin-bottom: 50px;
}
.show-line>.show-box{
	padding-left: 10px;
}
.show-line>.show-box:first-child{
	padding-right: 10px;
	padding-left: 0;
}

/*tab滑动*/
.tab-title.swiper-wrapper{
	height: 30px !important;
	min-width: 100% !important;
}

/*联系我们*/
.contact-div{
	padding-right: 20px;
}
.contact-box .phone{
	padding: 8px 0;
	margin-bottom: 12px;
	position: relative;
}
.contact{
	margin-bottom: 20px;
}
.contact .phone-input{
	padding: 10px 0;
	background-color: #eff0f2;
	border:0;
	text-align: center;
	width: 200px;
	border:solid 1px #e1e1e3;
}
.contact-button-box{
	margin-top: 10px;
}
.contact-button-box>.button-contact{
	display: inline-block;
	width: 202px;
	margin-left: 42px;
	text-align: center;
	height: 36px;
	line-height: 36px;
}
/*地图*/
.map-box{
	padding-right: 20px;
	overflow: hidden;
	margin-top: 10px;
}

/*二维码*/
.qrcode-box{
	position: fixed;
	right: 0;
	bottom: 120px;
}
.qrcode-box>img{
	width: 120px;
}

.enroll-ul{
    margin-top: 10px;
    margin-bottom: 20px;
    overflow: hidden;
}
.enroll-ul li{
    width: 46%;
    border: 1px solid #eee;
    float: left;
    padding: 9px 0 9px 12px;
    margin-bottom: 10px;
    box-shadow: 5px -3px 8px -2px rgba(180,180,180,0.47);
    -webkit-box-shadow: 5px -3px 8px -2px rgba(180,180,180,0.47);
    -moz-box-shadow: 5px -3px 8px -2px rgba(180,180,180,0.47);
    font-size: 18px;
}
.enroll-ul li i{
    color: rgb(23,109,185);
}
.enroll-ul li span{
    color: rgb(23,109,185);
}

.enroll-ul li:nth-child(2n){
    margin-left: 2%;
}
.enroll-bottom{
    width: 50%;
    float: left;
}