* {
	margin: 0;
	padding: 0;
	outline: none;
}
a{
	text-decoration : none;
}

img {
	width: 100%;
	height: auto;
	/* display: block; */
}

ul,
li {
	list-style: none;
}

.header {
	background: #FFFFFF;
	height: 88px;
}

.header .block {
	width: 1400px;
	height: 100%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.header .left {
	width: 45%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.header .logo {
	padding-right: 20px;
	margin-right: 20px;
	/* border-right: 1px solid #D6D6D6; */
}

.header .text {
	text-align: center;
	margin-left: 20px;
}

.header .text .big {
	color: #999999;
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 10px;
}

.header .text .small {
	color: #EC1D1D;
	font-size: 12px;
}

.header .right {
	/* width: 100%;
	height: 100%; */
	/* padding: 0 40px 0 80px; */
	display: flex;
	flex: 1;
}

.header .nav {
	width: 86%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.header .nav .item {
	width: 100%;
	display: flex;
	flex: 1;
	justify-content: center;
	color: #343434;
	font-size: 18px;
}

.footer {
	background: #FFFFFF;
	min-width: 1400px;
}

.footer .block {
	width: 1400px;
	margin: 0 auto;
}

/* .footer .block .top {
	padding: 60px 80px 60px 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	justify-content: space-around;
} */

/* .footer .block .left {
	width: 164px;
	margin-right: 120px;
} */

/* .footer .block .center {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	height: 150px;
	box-sizing: border-box;
} */

.footer .block .center .row {
	width: 170px;
	height: 100%;
}

.footer ul {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	height: 100%;
}

.footer li {
	color: #666666;
	font-size: 16px;
	width: 100%;
}

.footer .title {
	color: #000033;
	font-size: 20px;
}

.footer .time {
	color: #999999;
	font-size: 12px;
}

/* .footer .right {
	height: 150px;
} */

.footer .right .title {
	margin-bottom: 10px;
}

.footer .right .imgs {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.footer .qrCode {
	margin-right: 15px;
}

.footer .qrCode img {
	width: 108px;
	height: 108px;
}

.footer .qrCode .text {
	color: #fff;
	font-size: 12px;
	text-align: center;
}

.footer .block .line {
	background: #E5E5E5;
	width: 100%;
	height: 1px;
}

.footer .bottom {
	color: #999999;
	font-size: 14px;
	padding: 40px;
	text-align: center;
}

.footer .bottom p {
	margin-bottom: 5px
}

.footer .bottom p:last-child {
	margin-bottom: 0;
}

.modal {
	background: #FFFFFF;
	height: 800px;
	position: relative;
	border-bottom: 5px solid #0096E0;
}

.modal .content {
	box-shadow: -4px 4px 45px 5px rgba(113, 110, 110, 0.15);
	width: 1400px;
	position: absolute;
	left: 50%;
	bottom: 50px;
	margin-left: -700px;
	background: #FFFFFF;
	padding: 30px;
	box-sizing: border-box;
}

.modal .content .item {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 30px;
}

.modal .content .item:last-child {
	margin: 0;
}

.modal .content .item .left_date {
	width: 68px;
	border: 1px solid rgba(31, 122, 197, 1);
	display: flex;
	flex: 1;
	flex-wrap: wrap;
}

.modal .content .item .left_date .day {
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #FFFFFF;
	font-size: 24px;
	background: #1F7AC5;
}

.modal .content .item .left_date .year {
	color: #333333;
	width: 100%;
	height: 25px;
	line-height: 25px;
	text-align: center;
	font-size: 14px;
}

.modal .content .item .right_msg {
	display: flex;
	flex: 18;
	flex-wrap: wrap;
	padding: 0 20px;
	box-sizing: border-box;
}

.modal .content .item .right_msg .title {
	color: #333333;
	font-size: 20px;
	margin-bottom: 10px;
}

.modal .content .item .right_msg .msg {
	color: #999999;
	font-size: 16px;
}

.modal .content .bottom {
	margin: 50px 0 30px;
	text-align: center;
}

.seat {
	width: 100%;
	font-size: 20px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: rgba(153, 153, 153, 1);
	line-height: 72px;
	/* padding: 40px 0 49px 0; */
	padding: 8px 0 10px 0;

}
.education_title{
    font-size: 23px;
    color: #FE8A66;
    /* width: 160px; */
    height: 88px;
    line-height: 88px;
    text-align: center;
    background: #FFD4C7;
    font-weight: bold;
    width: 29%;
}
.edu_hot{
    color:#343434;
    font-size: 24px;
    border-bottom: 1px solid rgba(204,204,204,1);
    padding-bottom: 22px;
}
.smallimg{
    width: 100px;
    height: 80px;
	margin-right: 15px;
	background-color: red;
}
.seat_content_one{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}
.seat_content_one_title{
    color: #000;
    font-size: 16px;
    font-weight: bold;
    /* width: 190px; */
}

.seat span {
	color: #FD8965;

}

.enroll_img {
	/* width: 1400px; */
	height: 113px;
	/* background: yellow; */
}
.edu_seat_all{
    /* width: 1014px;0 */
    width: 100%;
    border:1px solid rgba(204,204,204,1);
    margin-top: 25px;
}
.edu_seat_one{
    display: flex;
	/* justify-content: flex-start; */
	justify-content: space-between;
    align-items: center;
    border-bottom:1px solid rgba(204,204,204,1);
    margin: 0 26px;
    padding: 17px 0;

}
.adu_text{
    color: #9A9A9A;
    font-size: 14px;
    font-family: Source Han Sans CN;
    margin: 20px 0 35px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.label_edu > span {
    background: #FFD4C7;
    color: #FE8A66;
    font-size: 12px;
    padding: 3px 10px;
    border-radius: 8px;
    margin-right: 16px;
}

.label_edu_time {
    float: right;
    background: none!important;
    color: #9A9A9A!important;
    margin-right: 0px!important;
}
.lanmu1{
    width: 32%;
}
.eduimg{
	/* width: 201px; */
	width: 100%;
	height: 142px;
	background-color: black;
}
.eduimg_right{
    /* margin-left: 22px; */
    width: 66%;
}
.edu_title{
    font-size: 16px;
    color: #666666;
    display: block;
    overflow: hidden;
    white-space:nowrap;
    text-overflow: ellipsis;
    /* width: 600px; */
}
.seat_content {
	/* width: 1400px; */
	/* width: 78%; */
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.seat_content_title {
	display: flex;
	width: 1014px;
	height: 99px;
	border: 1px solid rgba(255, 211, 199, 1);
}
.seat_content_right{

}
.seat_content_title ul{
	display: flex;

}
.survey{
	    border: 1px solid #eee;
    padding: 10px 20px;
    text-align: center;
    color: #999;
    margin: 20px 0;
}
.survey-title{
	    color: #b92a2a;
    font-size: 18px;
    font-weight: bold;
}
.survey-num span{
	  color: #b92a2a;
}
.survey-num{
	margin-bottom: 15px;
}
.survey-condition{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
}
.survey-condition  select{
    width: 48%;
    border: 1px solid #dbdbdb;
   
}
.survey-condition input{
    width: 48%;
    border: 1px solid #dbdbdb;
}
.queryNow{
    color: #fff;
    width: 147px;
    background: #fa403c;
    border: 0;
    padding: 4px;
    border-radius: 4px;
}
.formwork{
	background: #f08300;
	padding: 5px;
	margin-bottom: 20px;
}
.formwork-title{
color: #fff;
    font-weight: bold;
    font-size: 18px;
    padding: 6px 0 15px 0px;
    text-align: center;
}
.formwork-pdf{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
}
.download{
	color: #54b1ff !important;
    padding: 1px 10px;
    border: 1px solid #54b1ff;
    border-radius: 2px;
}
.formwork-pdf div{
	color: #000;
}
.formwork-text{
	width: 75%;
	white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
}
.formwork-content{
	background: #fff;
	padding: 5px;
}



.dialog {
    background-color: #fff;
    left: 50%;
    margin: -223px 0 0 -263px;
    padding: 1px;
    position: fixed !important;
    position: absolute;
    top: 50%;
    width: 526px;
    z-index: 5;
    border-radius: 5px;
    text-align: center;
    padding: 30px;
    display: none;
}
.dialog-title{
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}
.close{
	text-align: right;
    font-size: 20px;
    font-weight: bold;
}
.dialog-input{
	width: 80%;
	margin: auto;
	margin-bottom: 20px;
}
.dialog-input input{
width: 80%;
    margin: auto;
    height: 50px;
    border: 1px solid #eee;
    margin-top: 20px;
}
.receive{
	    width: 60%;
    
    background: #127cd8;
    border: 0;
    color: #fff;
    height: 50px;
    border-radius: 5px;
    margin-top: 20px;
}
.formworks{
width: 225px;
    padding: 5px;
    margin-bottom: 20px;
    position: fixed;
    left: 0;
    top: 20%;
    border: 2px solid #f08300;
    text-align: center;
}
.formwork-titles{
color: #f08300;
    font-weight: bold;
    font-size: 18px;
    padding: 6px 0 10px 0px;
    text-align: center;
}



.formwork-texts{
display: flex;
align-items: center;
	white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
padding: 10px 0;
text-align: left;
}
.formwork-texts >img{
	margin-right: 7px;
}
.formwork-contents{
	
	padding: 5px 5px 0 5px;
}
.formworks-inputs{
	width: 80%;
	margin: auto;
	border: 1px solid #eee;
	height: 46px;
}
.formworks-btn{
	background:  #f08300;
	color: yellow;
	margin-top: 10px;
	border: 0px;
	height: 46px;
	width: 80%;
}

.newsDetail-in{
	padding: 30px;
}