.banner-box{
    width: 100%;
    height: 550px;
    position: relative;
}
.swiper-pagination .swiper-pagination-bullet{
	width:30px;
height:10px;
background: #97ddff;
border-radius:5px;
opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet-active{
	background: #ffffff !important;
}
.banner-box .swiper-container{
	height: 550px!important;
}
.banner-box .swiper-container .swiper-slide{
	height: 550px;
	background-repeat: no-repeat !important;
	      background-position: center top !important;
    background-size: cover !important;
}
.banner-box .swiper-container .swiper-slide .linkpage{
	display: block;
	width: 100%;
	height: 100%;
}
.banner-main {
	width: 1200px;
	margin: 0 auto;
	position: absolute;
	left: 50%;top: 0;
	margin-left: -600px;
}

.dasai-bm {
	padding: 40px 30px;
	position: absolute;
	top: 60px;
	right: 20px;
	width: 350px;
	height: 360px;
	background: #fff;
	box-shadow: -9px 0 81px 0 rgba(155, 170, 178, .41);
	z-index: 999;
}

.dasai-bm a {
	color: #1686dc;
}
.dasai-bm1 {
	padding: 40px 30px;
	position: absolute;
	top: 70px;
	right: 70px;
	width: 350px;
	height: 380px;
	background: #fff;
	box-shadow: -9px 0 81px 0 rgba(155, 170, 178, .41);
}

.dasai-bm1 a {
	color: #1686dc;
}


.baoming-tab {
	overflow: hidden;
	margin-bottom:20px ;
}

.baoming-tab li {
	float: left;
	line-height: 1.5em;
	font-size: 18px;
	color: #333;
	margin-right: 30px;
	cursor: pointer;
}
.baoming-tab li a{
	color: #333333;
}
.baoming-tab li.active {
	font-weight: 600;
	color: #1686dc;
}

.qh-yzm {
	text-align: right;
	margin-right: 10px;
	font-size: 14px;
	color: #5b698d
}

.qh-yzm span {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAMCAMAAABoQAyvAAAAJFBMVEVbaY1baY1MaXFbaY1baY1baY1baY1baY1baY1baY1baY1baY0SHr9YAAAAC3RSTlPUFQAFDO0N0tEWGD3x3AMAAAA1SURBVHjaPc3JEQAwCAJAvHL2328kD3ztDIrwEc5B1rKPmBcUfKNFuLUOQVUKirSscxXqxQNC6wE7jfHuNwAAAABJRU5ErkJggg==) 100% no-repeat;
	padding-right: 10px;
	background-size: 8px 12px;
	cursor: pointer;
	color: #5b698d
}

.banner-dl {
	margin-top: 11px
}

.phone-box {
	position: relative
}
.el-input__inner {
    -webkit-appearance: none;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    height: 40px;
    line-height: 40px;
    outline: none;
    padding: 0 15px;
    transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
    width: 100%;
}
.yzm-btn {
	position: absolute;
	right: 0;
	top: 0;
	width: 100px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	text-align: center;
	cursor: pointer;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px
}

.y-yzm {
	background: #1686dc;
	color: #fff
}

.n-yzm {
	background: #999;
	color: #fff
}

.password-box,
.wjmm-text {
	margin-top: 15px
}

.wjmm-text {
	color: #5b698d;
	text-align: right;
	font-size: 14px
}
.banner-link {
    font-size: 14px;
    color: #1686dc;
    font-style: normal;
    cursor: pointer;
}
.d-right{
	float: right;
}
.home-loading-btn {
	width: 100%;
	height: 44px;
	background: #1686dc;
	color: #fff;
	display: block;
	text-align: center;
	line-height: 44px;
	cursor: pointer;
	margin-top: 20px
}
.home-loading-btn:hover{
	opacity: .7;
}
.index-load-zc {
	font-size: 14px;
	color: #5b698d;
	margin-top: 17px;
	overflow: hidden
}

.index-load-tips {
	font-size: 12px;
	color: #666666;
	margin-top: 15px;
	line-height: 24px;
	text-align: justify
}
/*szmm*/
.el-dialog__wrapper {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    overflow: auto;
    margin: 0px;
    background: rgba(0, 0, 0, 0.5);
}
.student-input-box .el-input{
    width: 300px;
}

.el-input {
    position: relative;
    font-size: 14px;
    display: inline-block;
    width: 100%;
}
.el-dialog {
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 3px;
    box-sizing: border-box;
    width: 50%;
    margin: 0px auto 50px;
    background: rgb(255, 255, 255);
    border-radius: 2px;
}
.student-send-msg{
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    position: absolute;
    right: 16px;
    top: 0px;
    width: 100px;
    height: 40px;
    line-height: 40px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
}
.loginBtn, .yes-sendMsg {
    background-color: rgb(50, 177, 108);
    color: rgb(255, 255, 255);
    cursor: pointer;
	text-align: center;
}

.but-disable{
	pointer-events: none;
	background-color: #909399!important;
}
.student-input-box label {
    width: 80px;
    text-align: right;
    display: inline-block;
    line-height: 40px;
}
button, input {
    overflow: visible;
}


.student-input-box{
    position: relative;
    font-size: 14px;
    margin-bottom: 20px;
}
.el-dialog__headerbtn .el-dialog__close {
    color: #909399;
}
.el-dialog__headerbtn{
		margin-top: -5px;
}
.el-dialog__headerbtn span{
	font-size: 28px;

}
.yes-sendMsg:hover{
	opacity: .7;
}
.el-button--default{
	margin-left: 84px !important;
}
.el-dialog__wrapper{
	z-index: 2043;
}


.con1{
	width: 100%;
	height: 450px;
	background: #f2f2f2;
}
.con1 .conent{
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.con1 .conent .title{
	width: 450px;
	height: 60px;
	margin: 0 auto;
	margin-top: 30px;
	position: relative;
}
.con1 .conent .title img{
	display: block;
	width: 450px;
	height: 60px;
}
.con1 .conent .title .titname{
	width: 450px;
	height: 60px;
	position: absolute;
	left: 0;top: 0;
	text-align: center;
	line-height: 60px;
	font-size: 20px;
	color: #FFFFFF;
	font-weight: bold;
}
.con1 .conent .smtxt{
	width: 100%;
	text-align: center;
	margin-top: 30px;
	font-size: 16px;
}
.con1 .conent .conli{
	width: 1200px;
	margin-top: 20px;
	overflow: hidden;
}
.con1 .conent .conli ul{
	width: 1240px;
}
.con1 .conent .conli ul li{
	width: 280px;
	height: 300px;
	border-radius:10px ;
	background: #FFFFFF;
	float: left;
	margin-right: 26px;
}
.con1 .conent .conli ul li .bgimg{
	width: 200px;
	margin: 0 auto;
	margin-top: 20px;
}
.con1 .conent .conli ul li .bgimg img{
	width: 200px;
	height: 200px;
	display: block;
}
.con1 .conent .conli ul li .bgimg .name{
	text-align: center;
	    font-size: 18px;
    color: #666666;
    font-weight: bold;
    margin-top: 10px;
}
.con1 .conent .conli ul li .txt{
	text-align: center;
	margin-top: 10px;
	font-size: 18px;
} 

.con2{
	width: 100%;
	height: 480px;
	background: #FFFFFF;
	
	background-repeat: no-repeat;
	      background-position: 50% center;
    background-size: 100% 100%;
}
.con2 .conent{
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.con2 .conent .title{
	width: 450px;
	height: 60px;
	margin: 0 auto;
	margin-top: 30px;
	position: relative;
}
.con2 .conent .title img{
	display: block;
	width: 450px;
	height: 60px;
}
.con2 .conent .title .titname{
	width: 450px;
	height: 60px;
	position: absolute;
	left: 0;top: 0;
	text-align: center;
	line-height: 60px;
	font-size: 20px;
	color: #FFFFFF;
	font-weight: bold;
}

.con2 .conlist {
	width: 1160px;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 30px;
}

.con2 .conlist ul {
	width: 1190px;
}
.con2 .conlist ul li{
	width:266px;
height:250px;
background:rgba(255,255,255,1);
border:1px solid rgba(229,229,229,1);
box-shadow:0px 0px 2px 0px rgba(0, 0, 0, 0.03);
border-radius:4px;
float: left;
margin-right: 28px;
margin-bottom: 40px;
}
.con2 .conlist ul li a{
	display: block;
	width: 100%;
	height: 100%;
}
.con2 .conlist ul li:hover{
	opacity: .7;
}
.con2 .conlist ul li img{
	display: block;
	width:266px;
height:160px;
}
.con2 .conlist ul li .text{
	width: 250px;
	height: 70px;
	margin: 0 auto;
	margin-top: 10px;
	overflow: hidden;
	position: relative;
	
}
.con2 .conlist ul li .text .txt1{
	width: 250px;
		display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	font-size: 16px;
	color: #333;
}
.con2 .conlist ul li .text .txt2{
	width: 250px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	font-size: 14px;
	color: #999;
	margin-top: 6px;
}
.con2 .conlist ul li .text .txt3{
	position: absolute;
	bottom: 0;left: 0;
	width: 640px;
	font-size: 14px;
	color: #999;
}
.look-more{
	display: block;
	margin: 0 auto;
	width: 120px;
	height: 40px;
	border-radius: 5px;
	text-align: center;
	line-height: 40px;
	color: #1686dc;
	border: 1px solid #1686dc;
}

.look-more:hover{
	opacity: .7;
}

.con3{
	width: 100%;
	height: 480px;
	background: #f2f2f2;
	
	background-repeat: no-repeat;
	      background-position: 50% center;
    background-size: 100% 100%;
}
.con3 .conent{
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.con3 .conent .title{
	width: 450px;
	height: 60px;
	margin: 0 auto;
	margin-top: 30px;
	position: relative;
}
.con3 .conent .title img{
	display: block;
	width: 450px;
	height: 60px;
}
.con3 .conent .title .titname{
	width: 450px;
	height: 60px;
	position: absolute;
	left: 0;top: 0;
	text-align: center;
	line-height: 60px;
	font-size: 20px;
	color: #FFFFFF;
	font-weight: bold;
}

.con3 .conlist {
	width: 1160px;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 30px;
}

.con3 .conlist ul {
	width: 1190px;
}
.con3 .conlist ul li{
	width:266px;
height:250px;
background:rgba(255,255,255,1);
border:1px solid rgba(229,229,229,1);
box-shadow:0px 0px 2px 0px rgba(0, 0, 0, 0.03);
border-radius:4px;
float: left;
margin-right: 28px;
margin-bottom: 40px;
}
.con3 .conlist ul li a{
	display: block;
	width: 100%;
	height: 100%;
}
.con3 .conlist ul li:hover{
	opacity: .7;
}
.con3 .conlist ul li img{
	display: block;
	width:266px;
height:160px;
}
.con3 .conlist ul li .text{
	width: 250px;
	height: 70px;
	margin: 0 auto;
	margin-top: 10px;
	overflow: hidden;
	position: relative;
	
}
.con3 .conlist ul li .text .txt1{
	width: 250px;
		display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	font-size: 16px;
	color: #333;
}
.con3 .conlist ul li .text .txt2{
	width: 250px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	font-size: 14px;
	color: #999;
	margin-top: 6px;
}
.con3 .conlist ul li .text .txt3{
	position: absolute;
	bottom: 0;left: 0;
	width: 640px;
	font-size: 14px;
	color: #999;
}

.con4{
	width: 100%;
	padding-bottom: 30px;
	/*height: 670px;*/
	background: #FFFFFF;
}
.con4 .conent{
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.con4 .conent .title{
	width: 450px;
	height: 60px;
	margin: 0 auto;
	margin-top: 30px;
	position: relative;
}
.con4 .conent .title img{
	display: block;
	width: 450px;
	height: 60px;
}
.con4 .conent .title .titname{
	width: 450px;
	height: 60px;
	position: absolute;
	left: 0;top: 0;
	text-align: center;
	line-height: 60px;
	font-size: 20px;
	color: #FFFFFF;
	font-weight: bold;
}
.con4 .conent .smtxt{
	width: 100%;
	text-align: center;
	margin-top: 30px;
	font-size: 16px;
}


 .con{
	width: 1140px;
	overflow: hidden;
	margin-bottom: 20px;
	margin-top: 30px;
}
.con ul li{
	width: 550px;
	height: 160px;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 30px;
}
 .con ul li img{
	width: 220px;
	height: 150px;
	float: left;
	border-radius: 5px;
}
 .con ul li .right{
	float: left;
	width: 300px;
	height: 160px;
	overflow: hidden;
	margin-left: 20px;
	position: relative;
}
 .con ul li .right .title1{
	width: 300px;
	font-size: 18px;
	overflow:hidden; 
text-overflow:ellipsis; 
white-space:nowrap;
}
 .con ul li .right .text{
		margin-top: 10px;
	width: 300px;
	font-size: 16px;
	color: #999;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
 .con ul li .right .more-btn{
	position: absolute;
	bottom: 10px;left: 0;
  width: 90px;
  height: 30px;
	    background: #1686dc;
	    box-shadow: 0 3px 6px 0 rgba(66,113,253,.3);
	color: #FFFFFF;
	text-align: center;
	line-height: 30px;
	border-radius: 2px;
}
 .con ul li .right .more-btn:hover{
	opacity: .7;
}
 .con ul li .right .more-btn1{
	position: absolute;
	bottom: 10px;left: 110px;
	border: 1px solid #C3C3C3;
  width: 90px;
  height: 30px;
	color: #999;
	text-align: center;
	line-height: 30px;
	border-radius: 2px;
}
 .con ul li .right .more-btn1:hover{
	opacity: .7;
}


.con5{
	width: 100%;
	height: 520px;
	background: #f2f2f2;
}
.con5 .conent{
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.con5 .conent .title{
	width: 540px;
	height: 73px;
	margin: 0 auto;
	margin-top: 40px;
	position: relative;
}
.con5 .conent .title img{
	display: block;
	width: 540px;
	height: 73px;
}
.con5 .conent .title .titname{
	width: 540px;
	height: 73px;
	position: absolute;
	left: 0;top: 0;
	text-align: center;
	line-height: 73px;
	font-size: 22px;
	color: #FFFFFF;
	font-weight: bold;
}
.con5 .conent .smtxt{
	width: 100%;
	text-align: center;
	margin-top: 30px;
	font-size: 16px;
}
.con5 .conent .conli{
	width: 1200px;
	margin-top: 20px;
	overflow: hidden;
}
.con5 .conent .conli ul{
	width: 1240px;
}
.con5 .conent .conli ul li{
	width: 280px;
	height: 300px;
	border-radius:10px ;
	background: #FFFFFF;
	float: left;
	margin-right: 26px;
}
.con5 .conent .conli ul li .bgimg{
	width: 160px;
	height: 180px;
	margin: 0 auto;
	margin-top: 30px;
	position: relative;
}
.con5 .conent .conli ul li .bgimg img{
	width: 160px;
	height: 180px;
	display: block;
}
.con5 .conent .conli ul li .bgimg .name{
	width: 160px;
	height: 180px;
	position: absolute;
	left: 0;top: 0;
	line-height: 180px;
	text-align: center;
	    font-size: 22px;
    color: #FFFFFF;
    font-weight: bold;
}
.con5 .conent .conli ul li .txt{
	text-align: center;
	margin-top: 30px;
	font-size: 18px;
} 
