/* 头部 */
	@font-face {
				font-family: '方正字迹-吕建德字体';
				src: url("fangzheng.ttf");
			}
header{
	background-color:#de5454;
}
.header {

	width: 1200px;
	background-color:#de5454;
	height: 145px;
	margin: 0 auto;

}

.header-left {
	display: flex;
	color: white;
	margin-top: 30px;
}

.header-right {
	    margin-top: 45px;
    display: flex;
    flex-direction: row-reverse;
}

.logo {
	/* width: 84px; */
	height: 84px;
	
	background-color: #de5454;
	/* margin-right: 15px; */
}
.logo img{
	width: 85px;
	height: 85px;
}
.logo-1 {
	margin-top: 10px;
	font-size: 30px;
	/* color: #154d90; */
}

.logo-1 span:nth-child(1) {
	display: block;
	width: 100%;
	font-family: "黑体";
	 font-size: 42px  !important;
	/* font-family: "行楷"; */

}

.logo-1 span:nth-child(2) {
	display: block;
      font-size: 13px;
    margin-left: 3px;
    margin-top: -6px;
	
}

.logo-2 img {
	margin-top: 20px;
	
}

.contener {
	/* padding: 0 150px; */
	display: flex;
	justify-content: space-between;
}

.nav {
	margin-top: 24px;
	color: white;
        margin-right: 20px;
	font-size: 18px;
	background-color:#de5454;
}
.nav ul{
	display: flex;
	width:355px ;
	justify-content: space-between;
}
.nav ul li {
	/* margin-left: 110px; */
	display: inline-block;
}

.search {
	display: flex;
	justify-content: flex-end;
	position: relative;
        margin-top: 20px;
}

.search img {
	display: block;
	font-size: 24px;
	position: absolute;
	top: 9px;
	right: 19px;
	color: white;
	font-weight: bold;
}

.ipt {

	width: 260px;
	height: 40px;
	padding: 20px;
	box-sizing: border-box;
	outline: none;
	border: 0;
	border-radius: 25px;
	background-color: rgba(255, 255, 255, 0.4);
}

.el-input__inner {
	border-radius: 15px;
}

.banner {
	height: 200px;
}

.banner img {
	width: 100%;
	height: 200px;

}

.main {
	/* width: 100%; */
	padding-top:20px;
	/* padding: 39px 148px 105px 148px; */
	background-color: #f5f1f1;

}
.main-container{
	width: 1200px;
	margin: 0 auto;
}
.menu-list {
	width: 100%;
	color: #000000;
    box-sizing: border-box;
	padding-left: 20px;
	background-color: #F6565B;
}

.page {
	display: flex;
}

.page .left-menu {
	color: white;
	width: 300px;
	/* padding-top:29px ; */
	box-sizing: border-box;
	/* background-color: #f6565b; */

}

.menu-list a span img {
	margin-left: 133px;
	width: 19px;
	height: 11px;
	transform: rotateZ(180deg);
}

.down-menu {
	display: none;
}

.down-menu span img {
	width: 19px;
	height: 11px;
	transform: rotateZ(90deg);
	margin-right: 8px;
}
/* 中部 */
.main .page .title {
	font-size: 20px;
	background-color: #f6565b;
	height: 80px;
	line-height: 80px;
	padding-left: 40px;
	/* margin: 0 0 27px 40px; */
}

.main .page .left-menu span {
	background-color: white;
	display: block;
	border-left: 6px;
	width: 280px;
	height: 79px;
	text-align: left;
	padding-left: 20px;
	border-bottom: 2px solid #d8d8d8;
	box-sizing: border-box;
	font-size: 20px;
	line-height: 79px;
}

.right-content {
	margin-left: 40px;
	width: calc(100% - 340px);
}

.right-content ol {
	font-size: 20px;
	background-color: #f5f1f1;
	padding-left: 0;
}

.right-content ol li {
	list-style: none;
	display: inline-block;
}

.right-content .breadcrumb>li+li:before {
	color: black;
	content: ">>";
	padding: 0 5px;
}

.nav-bread span {
	font-size: 24px;
	font-weight: bold;
}

.nav-bread div {
	margin-top: 10px;
	margin-bottom: 30px;
	border-top: 2px solid #fe565b;
}

.right-table {
	width: 100%;
	background-color: white;
	padding: 40px;
}
.right-table ul{
	padding: 0;
}
.right-table ul li {
	list-style: none;
	/* margin: 0; */
	
	font-size: 20px;
	margin-bottom: 40px;
	display: flex;
	justify-content: space-between;
}

.right-table ul li span:nth-child(2) {
	color: #808080;
}
.teach-table {
	background-color: white;
	font-size: 15px;
	/* width: 717px; */
	
}
.teach-table table {
	width:100% ;
	
}
.teach-table table tr:nth-child(even){
	background-color: #fff5f5;
}
.teach-table table th{
	width: 165px;
	height: 80px;
	
	line-height: 80px;
	padding-left: 30px;
	color: #fe565b;
}
.teach-table table td{
	/* margin-right: 60px; */
	display: inline-block;
	height: 80px;
	line-height: 80px;
	padding-left: 15px;	
	color: #fe565b;
}
.teach-table table th{
	border-right: 1px solid gainsboro;
	
}
.paging {
	display: flex;
	font-size: 14px;
	justify-content: flex-end;
	margin-top: 75px;
}
.paging>span:first-child{
	line-height: 28px;
}

.paging select{
	width: 100px;
	height: 25px;
	font-size: 14px;
	margin-left: 17px;
	border: 1px solid #EEEEEE;
	color: #4e4e4e;
}
.paging .butn span{
	color: #c5c5c5;
	display: inline-block;
	margin-top: 5px;
}
.paging .butn{
	display: flex;
}
.paging .butn div{
	width: 25px;
	height: 25px;
	background-color: #eee;
	margin-left: 10px;
	border-radius: 5px;
	text-align: center;
	line-height: 25px;
}
.paging-ipt{
	margin-left: 24px;
}
.paging-ipt input{
	border: 1px solid #eee;
}
.paging-ipt span{
	margin-right: 6px;
}
.paging-ipt input{
	width: 40px ;
	height: 25px;
	padding-left: 13px;
}
a{
	list-style: none;
	color: white;
}
/* 教学 */
.teach{
	/* display: none; */
}
/* 下载 */
/* .download{
	display: none;
} */
.commonly{
	display: none;
}
/* 底部 */
.footer {

	background-color: #363636;

	width: 100%;
	display: flex;
	font-size: 12px;
	justify-content: center;
}

.tel {
	/* margin-left: 200px; */
	margin-right: 20px;
}

.tel span {
	font-size: 12px;
	display: block;
	text-align: right;
	color: white;
	margin: 15px 0;
}

.hr {
	border-left: 2px solid #636363;
	height: 120px;
	margin: auto 0;
}

.wechat {
	display: flex;
	justify-content: end;
	 margin-right: 200px; 



}

.wechat div {
	margin: auto 30px;

}

.wechat img {
	width: 30px;
	height: 30px;
	vertical-align: middle;
}

.wechat span {
	color: white;
}
.work-content{
	padding-top: 40px;
	padding-bottom: 105px;
	background-color: #f5f1f1;
}
.work>.page>.left-menu{
	box-sizing: border-box;
	background-color: #fe565b;
	padding: 0 20px;
	height: 740px;
}
.work>.page>.left-menu .title{
	font-size: 24px;
	padding: 20px 0 30px 0px;
}
.work-con{
	font-size: 16px;
	text-indent: 2em;
	padding-bottom: 50px;
}
.work-cont div{
	text-indent: 2em;
	margin-bottom: 30px;
}
.work-from{
	background-color: white;
	padding: 50px 100px 78px 42px ;
}
.work-from>.title{
	font-size: 20px;
	text-align: left;
	margin-bottom: 50px;
}
.ipt-form{
	margin-left: 50px;
	font-size: 18px;
}
.ipt-form>div{
	margin-bottom: 30px;
}
.ipt-form label{
	display: inline-block;
	text-align: right;
	width: 13%;
}
.ipt-form input{
	/* width: 500px; */
	width: 78%;
	height: 40px;
	border: 1px solid gainsboro;
	border-radius: 5px;
	padding-left: 15px;
	margin-left: 23px;
	outline: none;

}
.ipt-form div:nth-child(2) textarea{
	height: 100px;
	width: 78%;
	margin-left: 23px;
	border: 1px solid gainsboro;
	border-radius: 5px;
	padding-left: 15px;
	outline: none;
}
.ipt-form div:nth-child(2) label{
	line-height: 50px;
	vertical-align: top;
}
.ipt-form div:nth-child(3) span{
	display: inline-block;
	margin-left: 22px;
}
.upload{
	/* width: 100px; */
	height: 36px;
	background-color: #fe565b;
	display: inline-block;
	margin-left: 22px;
	position: relative;
	text-align: center;
	padding: 6px 20px;
        padding-bottom: 10px;
	border-radius: 5px;
	/* overflow: hidden; */
}
.ipt-form div:nth-child(5) input{
	display: inline-block;
	border: 0;
	width: 150px;
	height: 40px;
	left: -32px;
	top: 5px;
	position: absolute;
	opacity: 0;
	/* display: none; */
}
.ipt-form>div:nth-child(10) input{
	/* width: 21%; */
}
.ipt-form>div:nth-child(10) span{
	width: 150px;
	height: 40px;
	display: inline-block;
	vertical-align: middle;
	border-radius: 5px;
	margin-left: 20px;
	background-color: #000000;
}
.upload span{
	color: white;
	line-height: 20px;
}
 .btn1{
	margin-left: 150px;
}
.btn1 button{
	width: 100px;
	height: 40px;
	color: white;
	background-color: #ff8a00;
	border: 0;
	outline: none;
	border-radius: 5px;
}
.btn1 button:nth-child(2){
	background-color: #3576ee;
	margin-left: 200px;
}
#mpanel2{
	display: inline-block;
	vertical-align: middle;
}
#mpanel2 .verify-code{
	display: inline-block;
}
.base-table .list{
	background-color: white;
	padding:33px 42px ;
}
.base-table table{
	width: 100%;
	font-size: 14px;
        border-collapse: collapse;
	text-align: center;
}
.base-table .list td{
	/* padding: 5px; */
}
.base-table .list tr,.base-table .list td{
	border: 1px solid #000000;
	height: 60px;
}
.base-table table tr td:first-child{
	width: 60px;
}
/* 表单验证 */
.invalid-feedback{
	padding-left: 120px;
	font-size: 14px;
	color: red;
}
/* 文章内容 */
.content{
	background-color: white;
	padding: 20px;
	width: 80%;
       min-height: 50vh;
	margin: 0 auto 20px;
}
.content h2{
	text-align: center;
	
}
.content .zuoze{
	text-align: center;
	margin-top: 25px;
	font-size: 12px;
	padding-bottom: 15px;
	border-bottom: 1px solid gainsboro;
	margin-bottom: 25px;
}
.content .zuoze span{
	margin-left: 25px;
}
.content .wenz{
	text-indent: 2em;
}
.content .shen{
	margin-top: 20px;
	display: flex;
	justify-content: flex-end;
	
}
.content .shen span{

	display: block;
	margin: 20px 0;
}